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 1.3.0",
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 "clock",
466 "collections",
467 "command_palette_hooks",
468 "context_server",
469 "db",
470 "editor",
471 "feature_flags",
472 "file_icons",
473 "fs",
474 "futures 0.3.31",
475 "fuzzy",
476 "gpui",
477 "handlebars 4.5.0",
478 "html_to_markdown",
479 "http_client",
480 "indoc",
481 "itertools 0.14.0",
482 "language",
483 "language_model",
484 "language_model_selector",
485 "language_models",
486 "log",
487 "lsp",
488 "markdown",
489 "menu",
490 "multi_buffer",
491 "ollama",
492 "open_ai",
493 "ordered-float 2.10.1",
494 "parking_lot",
495 "paths",
496 "picker",
497 "project",
498 "proto",
499 "rand 0.8.5",
500 "rope",
501 "schemars",
502 "serde",
503 "serde_json",
504 "serde_json_lenient",
505 "settings",
506 "similar",
507 "smol 1.3.0",
508 "telemetry_events",
509 "terminal",
510 "terminal_view",
511 "text",
512 "theme",
513 "time",
514 "time_format",
515 "ui",
516 "unindent",
517 "util",
518 "uuid",
519 "workspace",
520 "zed_actions",
521]
522
523[[package]]
524name = "assistant_slash_command"
525version = "0.1.0"
526dependencies = [
527 "anyhow",
528 "async-trait",
529 "collections",
530 "derive_more",
531 "extension",
532 "futures 0.3.31",
533 "gpui",
534 "language",
535 "language_model",
536 "parking_lot",
537 "pretty_assertions",
538 "serde",
539 "serde_json",
540 "ui",
541 "workspace",
542]
543
544[[package]]
545name = "assistant_tool"
546version = "0.1.0"
547dependencies = [
548 "anyhow",
549 "collections",
550 "derive_more",
551 "gpui",
552 "parking_lot",
553 "serde",
554 "serde_json",
555 "workspace",
556]
557
558[[package]]
559name = "assistant_tools"
560version = "0.1.0"
561dependencies = [
562 "anyhow",
563 "assistant_tool",
564 "chrono",
565 "gpui",
566 "schemars",
567 "serde",
568 "serde_json",
569 "workspace",
570]
571
572[[package]]
573name = "async-attributes"
574version = "1.1.2"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
577dependencies = [
578 "quote",
579 "syn 1.0.109",
580]
581
582[[package]]
583name = "async-broadcast"
584version = "0.7.2"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
587dependencies = [
588 "event-listener 5.3.1",
589 "event-listener-strategy",
590 "futures-core",
591 "pin-project-lite",
592]
593
594[[package]]
595name = "async-channel"
596version = "1.9.0"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
599dependencies = [
600 "concurrent-queue",
601 "event-listener 2.5.3",
602 "futures-core",
603]
604
605[[package]]
606name = "async-channel"
607version = "2.3.1"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
610dependencies = [
611 "concurrent-queue",
612 "event-listener-strategy",
613 "futures-core",
614 "pin-project-lite",
615]
616
617[[package]]
618name = "async-compat"
619version = "0.2.4"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
622dependencies = [
623 "futures-core",
624 "futures-io",
625 "once_cell",
626 "pin-project-lite",
627 "tokio",
628]
629
630[[package]]
631name = "async-compression"
632version = "0.4.18"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
635dependencies = [
636 "deflate64",
637 "flate2",
638 "futures-core",
639 "futures-io",
640 "memchr",
641 "pin-project-lite",
642]
643
644[[package]]
645name = "async-dispatcher"
646version = "0.1.2"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
649dependencies = [
650 "async-task",
651 "futures-lite 1.13.0",
652]
653
654[[package]]
655name = "async-executor"
656version = "1.13.1"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
659dependencies = [
660 "async-task",
661 "concurrent-queue",
662 "fastrand 2.3.0",
663 "futures-lite 2.5.0",
664 "slab",
665]
666
667[[package]]
668name = "async-fs"
669version = "1.6.0"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
672dependencies = [
673 "async-lock 2.8.0",
674 "autocfg",
675 "blocking",
676 "futures-lite 1.13.0",
677]
678
679[[package]]
680name = "async-fs"
681version = "2.1.2"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
684dependencies = [
685 "async-lock 3.4.0",
686 "blocking",
687 "futures-lite 2.5.0",
688]
689
690[[package]]
691name = "async-global-executor"
692version = "2.4.1"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
695dependencies = [
696 "async-channel 2.3.1",
697 "async-executor",
698 "async-io 2.4.0",
699 "async-lock 3.4.0",
700 "blocking",
701 "futures-lite 2.5.0",
702 "once_cell",
703]
704
705[[package]]
706name = "async-io"
707version = "1.13.0"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
710dependencies = [
711 "async-lock 2.8.0",
712 "autocfg",
713 "cfg-if",
714 "concurrent-queue",
715 "futures-lite 1.13.0",
716 "log",
717 "parking",
718 "polling 2.8.0",
719 "rustix 0.37.27",
720 "slab",
721 "socket2 0.4.10",
722 "waker-fn",
723]
724
725[[package]]
726name = "async-io"
727version = "2.4.0"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
730dependencies = [
731 "async-lock 3.4.0",
732 "cfg-if",
733 "concurrent-queue",
734 "futures-io",
735 "futures-lite 2.5.0",
736 "parking",
737 "polling 3.7.4",
738 "rustix 0.38.42",
739 "slab",
740 "tracing",
741 "windows-sys 0.59.0",
742]
743
744[[package]]
745name = "async-lock"
746version = "2.8.0"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
749dependencies = [
750 "event-listener 2.5.3",
751]
752
753[[package]]
754name = "async-lock"
755version = "3.4.0"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
758dependencies = [
759 "event-listener 5.3.1",
760 "event-listener-strategy",
761 "pin-project-lite",
762]
763
764[[package]]
765name = "async-native-tls"
766version = "0.5.0"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
769dependencies = [
770 "futures-util",
771 "native-tls",
772 "thiserror 1.0.69",
773 "url",
774]
775
776[[package]]
777name = "async-net"
778version = "1.8.0"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
781dependencies = [
782 "async-io 1.13.0",
783 "blocking",
784 "futures-lite 1.13.0",
785]
786
787[[package]]
788name = "async-net"
789version = "2.0.0"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
792dependencies = [
793 "async-io 2.4.0",
794 "blocking",
795 "futures-lite 2.5.0",
796]
797
798[[package]]
799name = "async-pipe"
800version = "0.1.3"
801source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
802dependencies = [
803 "futures 0.3.31",
804 "log",
805]
806
807[[package]]
808name = "async-process"
809version = "1.8.1"
810source = "registry+https://github.com/rust-lang/crates.io-index"
811checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
812dependencies = [
813 "async-io 1.13.0",
814 "async-lock 2.8.0",
815 "async-signal",
816 "blocking",
817 "cfg-if",
818 "event-listener 3.1.0",
819 "futures-lite 1.13.0",
820 "rustix 0.38.42",
821 "windows-sys 0.48.0",
822]
823
824[[package]]
825name = "async-process"
826version = "2.3.0"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
829dependencies = [
830 "async-channel 2.3.1",
831 "async-io 2.4.0",
832 "async-lock 3.4.0",
833 "async-signal",
834 "async-task",
835 "blocking",
836 "cfg-if",
837 "event-listener 5.3.1",
838 "futures-lite 2.5.0",
839 "rustix 0.38.42",
840 "tracing",
841]
842
843[[package]]
844name = "async-recursion"
845version = "0.3.2"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
848dependencies = [
849 "proc-macro2",
850 "quote",
851 "syn 1.0.109",
852]
853
854[[package]]
855name = "async-recursion"
856version = "1.1.1"
857source = "registry+https://github.com/rust-lang/crates.io-index"
858checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
859dependencies = [
860 "proc-macro2",
861 "quote",
862 "syn 2.0.90",
863]
864
865[[package]]
866name = "async-signal"
867version = "0.2.10"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
870dependencies = [
871 "async-io 2.4.0",
872 "async-lock 3.4.0",
873 "atomic-waker",
874 "cfg-if",
875 "futures-core",
876 "futures-io",
877 "rustix 0.38.42",
878 "signal-hook-registry",
879 "slab",
880 "windows-sys 0.59.0",
881]
882
883[[package]]
884name = "async-std"
885version = "1.13.0"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
888dependencies = [
889 "async-attributes",
890 "async-channel 1.9.0",
891 "async-global-executor",
892 "async-io 2.4.0",
893 "async-lock 3.4.0",
894 "async-process 2.3.0",
895 "crossbeam-utils",
896 "futures-channel",
897 "futures-core",
898 "futures-io",
899 "futures-lite 2.5.0",
900 "gloo-timers",
901 "kv-log-macro",
902 "log",
903 "memchr",
904 "once_cell",
905 "pin-project-lite",
906 "pin-utils",
907 "slab",
908 "wasm-bindgen-futures",
909]
910
911[[package]]
912name = "async-stream"
913version = "0.3.6"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
916dependencies = [
917 "async-stream-impl",
918 "futures-core",
919 "pin-project-lite",
920]
921
922[[package]]
923name = "async-stream-impl"
924version = "0.3.6"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
927dependencies = [
928 "proc-macro2",
929 "quote",
930 "syn 2.0.90",
931]
932
933[[package]]
934name = "async-stripe"
935version = "0.40.0"
936source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
937dependencies = [
938 "chrono",
939 "futures-util",
940 "http-types",
941 "hyper 0.14.32",
942 "hyper-rustls 0.24.2",
943 "serde",
944 "serde_json",
945 "serde_path_to_error",
946 "serde_qs 0.10.1",
947 "smart-default",
948 "smol_str",
949 "thiserror 1.0.69",
950 "tokio",
951]
952
953[[package]]
954name = "async-tar"
955version = "0.5.0"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
958dependencies = [
959 "async-std",
960 "filetime",
961 "libc",
962 "pin-project",
963 "redox_syscall 0.2.16",
964 "xattr",
965]
966
967[[package]]
968name = "async-task"
969version = "4.7.1"
970source = "registry+https://github.com/rust-lang/crates.io-index"
971checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
972
973[[package]]
974name = "async-tls"
975version = "0.13.0"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
978dependencies = [
979 "futures-core",
980 "futures-io",
981 "rustls 0.21.12",
982 "rustls-pemfile 1.0.4",
983 "webpki-roots 0.22.6",
984]
985
986[[package]]
987name = "async-trait"
988version = "0.1.85"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
991dependencies = [
992 "proc-macro2",
993 "quote",
994 "syn 2.0.90",
995]
996
997[[package]]
998name = "async-tungstenite"
999version = "0.25.1"
1000source = "registry+https://github.com/rust-lang/crates.io-index"
1001checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
1002dependencies = [
1003 "async-native-tls",
1004 "async-std",
1005 "async-tls",
1006 "futures-io",
1007 "futures-util",
1008 "log",
1009 "pin-project-lite",
1010 "tungstenite 0.21.0",
1011]
1012
1013[[package]]
1014name = "async-tungstenite"
1015version = "0.28.2"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1018dependencies = [
1019 "async-std",
1020 "async-tls",
1021 "atomic-waker",
1022 "futures-core",
1023 "futures-io",
1024 "futures-task",
1025 "futures-util",
1026 "log",
1027 "pin-project-lite",
1028 "tungstenite 0.24.0",
1029]
1030
1031[[package]]
1032name = "async-watch"
1033version = "0.3.1"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1036dependencies = [
1037 "event-listener 2.5.3",
1038]
1039
1040[[package]]
1041name = "async_zip"
1042version = "0.0.17"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1045dependencies = [
1046 "async-compression",
1047 "crc32fast",
1048 "futures-lite 2.5.0",
1049 "pin-project",
1050 "thiserror 1.0.69",
1051]
1052
1053[[package]]
1054name = "asynchronous-codec"
1055version = "0.7.0"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1058dependencies = [
1059 "bytes 1.9.0",
1060 "futures-sink",
1061 "futures-util",
1062 "memchr",
1063 "pin-project-lite",
1064]
1065
1066[[package]]
1067name = "atoi"
1068version = "2.0.0"
1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1071dependencies = [
1072 "num-traits",
1073]
1074
1075[[package]]
1076name = "atomic"
1077version = "0.5.3"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1080
1081[[package]]
1082name = "atomic-waker"
1083version = "1.1.2"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1086
1087[[package]]
1088name = "audio"
1089version = "0.1.0"
1090dependencies = [
1091 "anyhow",
1092 "collections",
1093 "derive_more",
1094 "gpui",
1095 "parking_lot",
1096 "rodio",
1097 "util",
1098]
1099
1100[[package]]
1101name = "auto_update"
1102version = "0.1.0"
1103dependencies = [
1104 "anyhow",
1105 "client",
1106 "db",
1107 "gpui",
1108 "http_client",
1109 "log",
1110 "paths",
1111 "release_channel",
1112 "schemars",
1113 "serde",
1114 "serde_json",
1115 "settings",
1116 "smol 1.3.0",
1117 "tempfile",
1118 "which 6.0.3",
1119 "workspace",
1120]
1121
1122[[package]]
1123name = "auto_update_ui"
1124version = "0.1.0"
1125dependencies = [
1126 "anyhow",
1127 "auto_update",
1128 "client",
1129 "editor",
1130 "gpui",
1131 "http_client",
1132 "markdown_preview",
1133 "menu",
1134 "release_channel",
1135 "serde",
1136 "serde_json",
1137 "smol 1.3.0",
1138 "util",
1139 "workspace",
1140]
1141
1142[[package]]
1143name = "autocfg"
1144version = "1.4.0"
1145source = "registry+https://github.com/rust-lang/crates.io-index"
1146checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1147
1148[[package]]
1149name = "av1-grain"
1150version = "0.2.3"
1151source = "registry+https://github.com/rust-lang/crates.io-index"
1152checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1153dependencies = [
1154 "anyhow",
1155 "arrayvec",
1156 "log",
1157 "nom",
1158 "num-rational",
1159 "v_frame",
1160]
1161
1162[[package]]
1163name = "avif-serialize"
1164version = "0.8.2"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1167dependencies = [
1168 "arrayvec",
1169]
1170
1171[[package]]
1172name = "aws-config"
1173version = "1.5.13"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "c03a50b30228d3af8865ce83376b4e99e1ffa34728220fe2860e4df0bb5278d6"
1176dependencies = [
1177 "aws-credential-types",
1178 "aws-runtime",
1179 "aws-sdk-sso",
1180 "aws-sdk-ssooidc",
1181 "aws-sdk-sts",
1182 "aws-smithy-async",
1183 "aws-smithy-http",
1184 "aws-smithy-json",
1185 "aws-smithy-runtime",
1186 "aws-smithy-runtime-api",
1187 "aws-smithy-types",
1188 "aws-types",
1189 "bytes 1.9.0",
1190 "fastrand 2.3.0",
1191 "hex",
1192 "http 0.2.12",
1193 "ring",
1194 "time",
1195 "tokio",
1196 "tracing",
1197 "url",
1198 "zeroize",
1199]
1200
1201[[package]]
1202name = "aws-credential-types"
1203version = "1.2.1"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1206dependencies = [
1207 "aws-smithy-async",
1208 "aws-smithy-runtime-api",
1209 "aws-smithy-types",
1210 "zeroize",
1211]
1212
1213[[package]]
1214name = "aws-runtime"
1215version = "1.5.3"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "b16d1aa50accc11a4b4d5c50f7fb81cc0cf60328259c587d0e6b0f11385bde46"
1218dependencies = [
1219 "aws-credential-types",
1220 "aws-sigv4",
1221 "aws-smithy-async",
1222 "aws-smithy-eventstream",
1223 "aws-smithy-http",
1224 "aws-smithy-runtime",
1225 "aws-smithy-runtime-api",
1226 "aws-smithy-types",
1227 "aws-types",
1228 "bytes 1.9.0",
1229 "fastrand 2.3.0",
1230 "http 0.2.12",
1231 "http-body 0.4.6",
1232 "once_cell",
1233 "percent-encoding",
1234 "pin-project-lite",
1235 "tracing",
1236 "uuid",
1237]
1238
1239[[package]]
1240name = "aws-sdk-kinesis"
1241version = "1.55.0"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "f825a8304333d400ddc0b183e1d85b2e9f197e22aa3c1f03b98ae49451ec33e4"
1244dependencies = [
1245 "aws-credential-types",
1246 "aws-runtime",
1247 "aws-smithy-async",
1248 "aws-smithy-http",
1249 "aws-smithy-json",
1250 "aws-smithy-runtime",
1251 "aws-smithy-runtime-api",
1252 "aws-smithy-types",
1253 "aws-types",
1254 "bytes 1.9.0",
1255 "http 0.2.12",
1256 "once_cell",
1257 "regex-lite",
1258 "tracing",
1259]
1260
1261[[package]]
1262name = "aws-sdk-s3"
1263version = "1.68.0"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "bc5ddf1dc70287dc9a2f953766a1fe15e3e74aef02fd1335f2afa475c9b4f4fc"
1266dependencies = [
1267 "aws-credential-types",
1268 "aws-runtime",
1269 "aws-sigv4",
1270 "aws-smithy-async",
1271 "aws-smithy-checksums",
1272 "aws-smithy-eventstream",
1273 "aws-smithy-http",
1274 "aws-smithy-json",
1275 "aws-smithy-runtime",
1276 "aws-smithy-runtime-api",
1277 "aws-smithy-types",
1278 "aws-smithy-xml",
1279 "aws-types",
1280 "bytes 1.9.0",
1281 "fastrand 2.3.0",
1282 "hex",
1283 "hmac",
1284 "http 0.2.12",
1285 "http-body 0.4.6",
1286 "lru",
1287 "once_cell",
1288 "percent-encoding",
1289 "regex-lite",
1290 "sha2",
1291 "tracing",
1292 "url",
1293]
1294
1295[[package]]
1296name = "aws-sdk-sso"
1297version = "1.53.0"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "1605dc0bf9f0a4b05b451441a17fcb0bda229db384f23bf5cead3adbab0664ac"
1300dependencies = [
1301 "aws-credential-types",
1302 "aws-runtime",
1303 "aws-smithy-async",
1304 "aws-smithy-http",
1305 "aws-smithy-json",
1306 "aws-smithy-runtime",
1307 "aws-smithy-runtime-api",
1308 "aws-smithy-types",
1309 "aws-types",
1310 "bytes 1.9.0",
1311 "http 0.2.12",
1312 "once_cell",
1313 "regex-lite",
1314 "tracing",
1315]
1316
1317[[package]]
1318name = "aws-sdk-ssooidc"
1319version = "1.54.0"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "59f3f73466ff24f6ad109095e0f3f2c830bfb4cd6c8b12f744c8e61ebf4d3ba1"
1322dependencies = [
1323 "aws-credential-types",
1324 "aws-runtime",
1325 "aws-smithy-async",
1326 "aws-smithy-http",
1327 "aws-smithy-json",
1328 "aws-smithy-runtime",
1329 "aws-smithy-runtime-api",
1330 "aws-smithy-types",
1331 "aws-types",
1332 "bytes 1.9.0",
1333 "http 0.2.12",
1334 "once_cell",
1335 "regex-lite",
1336 "tracing",
1337]
1338
1339[[package]]
1340name = "aws-sdk-sts"
1341version = "1.54.0"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "249b2acaa8e02fd4718705a9494e3eb633637139aa4bb09d70965b0448e865db"
1344dependencies = [
1345 "aws-credential-types",
1346 "aws-runtime",
1347 "aws-smithy-async",
1348 "aws-smithy-http",
1349 "aws-smithy-json",
1350 "aws-smithy-query",
1351 "aws-smithy-runtime",
1352 "aws-smithy-runtime-api",
1353 "aws-smithy-types",
1354 "aws-smithy-xml",
1355 "aws-types",
1356 "http 0.2.12",
1357 "once_cell",
1358 "regex-lite",
1359 "tracing",
1360]
1361
1362[[package]]
1363name = "aws-sigv4"
1364version = "1.2.6"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "7d3820e0c08d0737872ff3c7c1f21ebbb6693d832312d6152bf18ef50a5471c2"
1367dependencies = [
1368 "aws-credential-types",
1369 "aws-smithy-eventstream",
1370 "aws-smithy-http",
1371 "aws-smithy-runtime-api",
1372 "aws-smithy-types",
1373 "bytes 1.9.0",
1374 "crypto-bigint 0.5.5",
1375 "form_urlencoded",
1376 "hex",
1377 "hmac",
1378 "http 0.2.12",
1379 "http 1.2.0",
1380 "once_cell",
1381 "p256",
1382 "percent-encoding",
1383 "ring",
1384 "sha2",
1385 "subtle",
1386 "time",
1387 "tracing",
1388 "zeroize",
1389]
1390
1391[[package]]
1392name = "aws-smithy-async"
1393version = "1.2.3"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "427cb637d15d63d6f9aae26358e1c9a9c09d5aa490d64b09354c8217cfef0f28"
1396dependencies = [
1397 "futures-util",
1398 "pin-project-lite",
1399 "tokio",
1400]
1401
1402[[package]]
1403name = "aws-smithy-checksums"
1404version = "0.60.13"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
1407dependencies = [
1408 "aws-smithy-http",
1409 "aws-smithy-types",
1410 "bytes 1.9.0",
1411 "crc32c",
1412 "crc32fast",
1413 "hex",
1414 "http 0.2.12",
1415 "http-body 0.4.6",
1416 "md-5",
1417 "pin-project-lite",
1418 "sha1",
1419 "sha2",
1420 "tracing",
1421]
1422
1423[[package]]
1424name = "aws-smithy-eventstream"
1425version = "0.60.5"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
1428dependencies = [
1429 "aws-smithy-types",
1430 "bytes 1.9.0",
1431 "crc32fast",
1432]
1433
1434[[package]]
1435name = "aws-smithy-http"
1436version = "0.60.11"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
1439dependencies = [
1440 "aws-smithy-eventstream",
1441 "aws-smithy-runtime-api",
1442 "aws-smithy-types",
1443 "bytes 1.9.0",
1444 "bytes-utils",
1445 "futures-core",
1446 "http 0.2.12",
1447 "http-body 0.4.6",
1448 "once_cell",
1449 "percent-encoding",
1450 "pin-project-lite",
1451 "pin-utils",
1452 "tracing",
1453]
1454
1455[[package]]
1456name = "aws-smithy-json"
1457version = "0.61.1"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "ee4e69cc50921eb913c6b662f8d909131bb3e6ad6cb6090d3a39b66fc5c52095"
1460dependencies = [
1461 "aws-smithy-types",
1462]
1463
1464[[package]]
1465name = "aws-smithy-query"
1466version = "0.60.7"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1469dependencies = [
1470 "aws-smithy-types",
1471 "urlencoding",
1472]
1473
1474[[package]]
1475name = "aws-smithy-runtime"
1476version = "1.7.6"
1477source = "registry+https://github.com/rust-lang/crates.io-index"
1478checksum = "a05dd41a70fc74051758ee75b5c4db2c0ca070ed9229c3df50e9475cda1cb985"
1479dependencies = [
1480 "aws-smithy-async",
1481 "aws-smithy-http",
1482 "aws-smithy-runtime-api",
1483 "aws-smithy-types",
1484 "bytes 1.9.0",
1485 "fastrand 2.3.0",
1486 "h2 0.3.26",
1487 "http 0.2.12",
1488 "http-body 0.4.6",
1489 "http-body 1.0.1",
1490 "httparse",
1491 "hyper 0.14.32",
1492 "hyper-rustls 0.24.2",
1493 "once_cell",
1494 "pin-project-lite",
1495 "pin-utils",
1496 "rustls 0.21.12",
1497 "tokio",
1498 "tracing",
1499]
1500
1501[[package]]
1502name = "aws-smithy-runtime-api"
1503version = "1.7.3"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1506dependencies = [
1507 "aws-smithy-async",
1508 "aws-smithy-types",
1509 "bytes 1.9.0",
1510 "http 0.2.12",
1511 "http 1.2.0",
1512 "pin-project-lite",
1513 "tokio",
1514 "tracing",
1515 "zeroize",
1516]
1517
1518[[package]]
1519name = "aws-smithy-types"
1520version = "1.2.11"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "38ddc9bd6c28aeb303477170ddd183760a956a03e083b3902a990238a7e3792d"
1523dependencies = [
1524 "base64-simd",
1525 "bytes 1.9.0",
1526 "bytes-utils",
1527 "futures-core",
1528 "http 0.2.12",
1529 "http 1.2.0",
1530 "http-body 0.4.6",
1531 "http-body 1.0.1",
1532 "http-body-util",
1533 "itoa",
1534 "num-integer",
1535 "pin-project-lite",
1536 "pin-utils",
1537 "ryu",
1538 "serde",
1539 "time",
1540 "tokio",
1541 "tokio-util",
1542]
1543
1544[[package]]
1545name = "aws-smithy-xml"
1546version = "0.60.9"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1549dependencies = [
1550 "xmlparser",
1551]
1552
1553[[package]]
1554name = "aws-types"
1555version = "1.3.3"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1558dependencies = [
1559 "aws-credential-types",
1560 "aws-smithy-async",
1561 "aws-smithy-runtime-api",
1562 "aws-smithy-types",
1563 "rustc_version",
1564 "tracing",
1565]
1566
1567[[package]]
1568name = "axum"
1569version = "0.6.20"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1572dependencies = [
1573 "async-trait",
1574 "axum-core",
1575 "base64 0.21.7",
1576 "bitflags 1.3.2",
1577 "bytes 1.9.0",
1578 "futures-util",
1579 "headers",
1580 "http 0.2.12",
1581 "http-body 0.4.6",
1582 "hyper 0.14.32",
1583 "itoa",
1584 "matchit",
1585 "memchr",
1586 "mime",
1587 "percent-encoding",
1588 "pin-project-lite",
1589 "rustversion",
1590 "serde",
1591 "serde_json",
1592 "serde_path_to_error",
1593 "serde_urlencoded",
1594 "sha1",
1595 "sync_wrapper 0.1.2",
1596 "tokio",
1597 "tokio-tungstenite 0.20.1",
1598 "tower",
1599 "tower-layer",
1600 "tower-service",
1601]
1602
1603[[package]]
1604name = "axum-core"
1605version = "0.3.4"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1608dependencies = [
1609 "async-trait",
1610 "bytes 1.9.0",
1611 "futures-util",
1612 "http 0.2.12",
1613 "http-body 0.4.6",
1614 "mime",
1615 "rustversion",
1616 "tower-layer",
1617 "tower-service",
1618]
1619
1620[[package]]
1621name = "axum-extra"
1622version = "0.4.2"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1625dependencies = [
1626 "axum",
1627 "bytes 1.9.0",
1628 "futures-util",
1629 "http 0.2.12",
1630 "mime",
1631 "pin-project-lite",
1632 "serde",
1633 "serde_json",
1634 "tokio",
1635 "tower",
1636 "tower-http 0.3.5",
1637 "tower-layer",
1638 "tower-service",
1639]
1640
1641[[package]]
1642name = "backtrace"
1643version = "0.3.74"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1646dependencies = [
1647 "addr2line",
1648 "cfg-if",
1649 "libc",
1650 "miniz_oxide",
1651 "object",
1652 "rustc-demangle",
1653 "windows-targets 0.52.6",
1654]
1655
1656[[package]]
1657name = "base16ct"
1658version = "0.1.1"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1661
1662[[package]]
1663name = "base64"
1664version = "0.13.1"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1667
1668[[package]]
1669name = "base64"
1670version = "0.21.7"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1673
1674[[package]]
1675name = "base64"
1676version = "0.22.1"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1679
1680[[package]]
1681name = "base64-simd"
1682version = "0.8.0"
1683source = "registry+https://github.com/rust-lang/crates.io-index"
1684checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1685dependencies = [
1686 "outref",
1687 "vsimd",
1688]
1689
1690[[package]]
1691name = "base64ct"
1692version = "1.6.0"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1695
1696[[package]]
1697name = "bigdecimal"
1698version = "0.4.7"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1701dependencies = [
1702 "autocfg",
1703 "libm",
1704 "num-bigint",
1705 "num-integer",
1706 "num-traits",
1707 "serde",
1708]
1709
1710[[package]]
1711name = "bincode"
1712version = "1.3.3"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1715dependencies = [
1716 "serde",
1717]
1718
1719[[package]]
1720name = "bindgen"
1721version = "0.70.1"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1724dependencies = [
1725 "bitflags 2.6.0",
1726 "cexpr",
1727 "clang-sys",
1728 "itertools 0.12.1",
1729 "log",
1730 "prettyplease",
1731 "proc-macro2",
1732 "quote",
1733 "regex",
1734 "rustc-hash 1.1.0",
1735 "shlex",
1736 "syn 2.0.90",
1737]
1738
1739[[package]]
1740name = "bit-set"
1741version = "0.5.3"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1744dependencies = [
1745 "bit-vec 0.6.3",
1746]
1747
1748[[package]]
1749name = "bit-set"
1750version = "0.8.0"
1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1753dependencies = [
1754 "bit-vec 0.8.0",
1755]
1756
1757[[package]]
1758name = "bit-vec"
1759version = "0.6.3"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1762
1763[[package]]
1764name = "bit-vec"
1765version = "0.8.0"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1768
1769[[package]]
1770name = "bit_field"
1771version = "0.10.2"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1774
1775[[package]]
1776name = "bitflags"
1777version = "1.3.2"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1780
1781[[package]]
1782name = "bitflags"
1783version = "2.6.0"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1786dependencies = [
1787 "serde",
1788]
1789
1790[[package]]
1791name = "bitstream-io"
1792version = "2.6.0"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1795
1796[[package]]
1797name = "bitvec"
1798version = "1.0.1"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1801dependencies = [
1802 "funty",
1803 "radium",
1804 "tap",
1805 "wyz",
1806]
1807
1808[[package]]
1809name = "blade-graphics"
1810version = "0.6.0"
1811source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1812dependencies = [
1813 "ash",
1814 "ash-window",
1815 "bitflags 2.6.0",
1816 "bytemuck",
1817 "codespan-reporting",
1818 "glow",
1819 "gpu-alloc",
1820 "gpu-alloc-ash",
1821 "hidden-trait",
1822 "js-sys",
1823 "khronos-egl",
1824 "libloading",
1825 "log",
1826 "mint",
1827 "naga",
1828 "objc2",
1829 "objc2-app-kit",
1830 "objc2-foundation",
1831 "objc2-metal",
1832 "objc2-quartz-core",
1833 "objc2-ui-kit",
1834 "raw-window-handle",
1835 "slab",
1836 "wasm-bindgen",
1837 "web-sys",
1838]
1839
1840[[package]]
1841name = "blade-macros"
1842version = "0.3.0"
1843source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1844dependencies = [
1845 "proc-macro2",
1846 "quote",
1847 "syn 2.0.90",
1848]
1849
1850[[package]]
1851name = "blade-util"
1852version = "0.2.0"
1853source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1854dependencies = [
1855 "blade-graphics",
1856 "bytemuck",
1857 "log",
1858 "profiling",
1859]
1860
1861[[package]]
1862name = "blake3"
1863version = "1.5.5"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1866dependencies = [
1867 "arrayref",
1868 "arrayvec",
1869 "cc",
1870 "cfg-if",
1871 "constant_time_eq 0.3.1",
1872]
1873
1874[[package]]
1875name = "block"
1876version = "0.1.6"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1879
1880[[package]]
1881name = "block-buffer"
1882version = "0.10.4"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1885dependencies = [
1886 "generic-array",
1887]
1888
1889[[package]]
1890name = "block-padding"
1891version = "0.3.3"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1894dependencies = [
1895 "generic-array",
1896]
1897
1898[[package]]
1899name = "block2"
1900version = "0.5.1"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1903dependencies = [
1904 "objc2",
1905]
1906
1907[[package]]
1908name = "blocking"
1909version = "1.6.1"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1912dependencies = [
1913 "async-channel 2.3.1",
1914 "async-task",
1915 "futures-io",
1916 "futures-lite 2.5.0",
1917 "piper",
1918]
1919
1920[[package]]
1921name = "borsh"
1922version = "1.5.3"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1925dependencies = [
1926 "borsh-derive",
1927 "cfg_aliases 0.2.1",
1928]
1929
1930[[package]]
1931name = "borsh-derive"
1932version = "1.5.3"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1935dependencies = [
1936 "once_cell",
1937 "proc-macro-crate",
1938 "proc-macro2",
1939 "quote",
1940 "syn 2.0.90",
1941]
1942
1943[[package]]
1944name = "breadcrumbs"
1945version = "0.1.0"
1946dependencies = [
1947 "editor",
1948 "gpui",
1949 "itertools 0.14.0",
1950 "theme",
1951 "ui",
1952 "workspace",
1953 "zed_actions",
1954]
1955
1956[[package]]
1957name = "bstr"
1958version = "1.11.1"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1961dependencies = [
1962 "memchr",
1963 "regex-automata 0.4.9",
1964 "serde",
1965]
1966
1967[[package]]
1968name = "built"
1969version = "0.7.5"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
1972
1973[[package]]
1974name = "bumpalo"
1975version = "3.16.0"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1978
1979[[package]]
1980name = "by_address"
1981version = "1.2.1"
1982source = "registry+https://github.com/rust-lang/crates.io-index"
1983checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1984
1985[[package]]
1986name = "bytecheck"
1987version = "0.6.12"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1990dependencies = [
1991 "bytecheck_derive",
1992 "ptr_meta",
1993 "simdutf8",
1994]
1995
1996[[package]]
1997name = "bytecheck_derive"
1998version = "0.6.12"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2001dependencies = [
2002 "proc-macro2",
2003 "quote",
2004 "syn 1.0.109",
2005]
2006
2007[[package]]
2008name = "bytemuck"
2009version = "1.21.0"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2012dependencies = [
2013 "bytemuck_derive",
2014]
2015
2016[[package]]
2017name = "bytemuck_derive"
2018version = "1.8.0"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2021dependencies = [
2022 "proc-macro2",
2023 "quote",
2024 "syn 2.0.90",
2025]
2026
2027[[package]]
2028name = "byteorder"
2029version = "1.5.0"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2032
2033[[package]]
2034name = "byteorder-lite"
2035version = "0.1.0"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2038
2039[[package]]
2040name = "bytes"
2041version = "0.4.12"
2042source = "registry+https://github.com/rust-lang/crates.io-index"
2043checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2044dependencies = [
2045 "byteorder",
2046 "iovec",
2047]
2048
2049[[package]]
2050name = "bytes"
2051version = "1.9.0"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2054
2055[[package]]
2056name = "bytes-utils"
2057version = "0.1.4"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2060dependencies = [
2061 "bytes 1.9.0",
2062 "either",
2063]
2064
2065[[package]]
2066name = "bzip2"
2067version = "0.4.4"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2070dependencies = [
2071 "bzip2-sys",
2072 "libc",
2073]
2074
2075[[package]]
2076name = "bzip2-sys"
2077version = "0.1.11+1.0.8"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2080dependencies = [
2081 "cc",
2082 "libc",
2083 "pkg-config",
2084]
2085
2086[[package]]
2087name = "call"
2088version = "0.1.0"
2089dependencies = [
2090 "anyhow",
2091 "audio",
2092 "client",
2093 "collections",
2094 "feature_flags",
2095 "fs",
2096 "futures 0.3.31",
2097 "gpui",
2098 "http_client",
2099 "language",
2100 "livekit_client",
2101 "livekit_client_macos",
2102 "log",
2103 "postage",
2104 "project",
2105 "schemars",
2106 "serde",
2107 "serde_derive",
2108 "settings",
2109 "telemetry",
2110 "util",
2111]
2112
2113[[package]]
2114name = "calloop"
2115version = "0.13.0"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2118dependencies = [
2119 "bitflags 2.6.0",
2120 "log",
2121 "polling 3.7.4",
2122 "rustix 0.38.42",
2123 "slab",
2124 "thiserror 1.0.69",
2125]
2126
2127[[package]]
2128name = "calloop-wayland-source"
2129version = "0.3.0"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2132dependencies = [
2133 "calloop",
2134 "rustix 0.38.42",
2135 "wayland-backend",
2136 "wayland-client",
2137]
2138
2139[[package]]
2140name = "camino"
2141version = "1.1.9"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2144dependencies = [
2145 "serde",
2146]
2147
2148[[package]]
2149name = "cap-fs-ext"
2150version = "3.4.2"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2153dependencies = [
2154 "cap-primitives",
2155 "cap-std",
2156 "io-lifetimes 2.0.4",
2157 "windows-sys 0.59.0",
2158]
2159
2160[[package]]
2161name = "cap-net-ext"
2162version = "3.4.2"
2163source = "registry+https://github.com/rust-lang/crates.io-index"
2164checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2165dependencies = [
2166 "cap-primitives",
2167 "cap-std",
2168 "rustix 0.38.42",
2169 "smallvec",
2170]
2171
2172[[package]]
2173name = "cap-primitives"
2174version = "3.4.2"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2177dependencies = [
2178 "ambient-authority",
2179 "fs-set-times",
2180 "io-extras",
2181 "io-lifetimes 2.0.4",
2182 "ipnet",
2183 "maybe-owned",
2184 "rustix 0.38.42",
2185 "windows-sys 0.59.0",
2186 "winx",
2187]
2188
2189[[package]]
2190name = "cap-rand"
2191version = "3.4.2"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2194dependencies = [
2195 "ambient-authority",
2196 "rand 0.8.5",
2197]
2198
2199[[package]]
2200name = "cap-std"
2201version = "3.4.2"
2202source = "registry+https://github.com/rust-lang/crates.io-index"
2203checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2204dependencies = [
2205 "cap-primitives",
2206 "io-extras",
2207 "io-lifetimes 2.0.4",
2208 "rustix 0.38.42",
2209]
2210
2211[[package]]
2212name = "cap-time-ext"
2213version = "3.4.2"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2216dependencies = [
2217 "ambient-authority",
2218 "cap-primitives",
2219 "iana-time-zone",
2220 "once_cell",
2221 "rustix 0.38.42",
2222 "winx",
2223]
2224
2225[[package]]
2226name = "cargo-platform"
2227version = "0.1.9"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2230dependencies = [
2231 "serde",
2232]
2233
2234[[package]]
2235name = "cargo_metadata"
2236version = "0.19.1"
2237source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2239dependencies = [
2240 "camino",
2241 "cargo-platform",
2242 "semver",
2243 "serde",
2244 "serde_json",
2245 "thiserror 2.0.6",
2246]
2247
2248[[package]]
2249name = "cargo_toml"
2250version = "0.21.0"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2253dependencies = [
2254 "serde",
2255 "toml 0.8.19",
2256]
2257
2258[[package]]
2259name = "cast"
2260version = "0.3.0"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2263
2264[[package]]
2265name = "cbc"
2266version = "0.1.2"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2269dependencies = [
2270 "cipher",
2271]
2272
2273[[package]]
2274name = "cbindgen"
2275version = "0.27.0"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2278dependencies = [
2279 "heck 0.4.1",
2280 "indexmap",
2281 "log",
2282 "proc-macro2",
2283 "quote",
2284 "serde",
2285 "serde_json",
2286 "syn 2.0.90",
2287 "tempfile",
2288 "toml 0.8.19",
2289]
2290
2291[[package]]
2292name = "cc"
2293version = "1.2.3"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2296dependencies = [
2297 "jobserver",
2298 "libc",
2299 "shlex",
2300]
2301
2302[[package]]
2303name = "cesu8"
2304version = "1.1.0"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2307
2308[[package]]
2309name = "cexpr"
2310version = "0.6.0"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2313dependencies = [
2314 "nom",
2315]
2316
2317[[package]]
2318name = "cfg-expr"
2319version = "0.15.8"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2322dependencies = [
2323 "smallvec",
2324 "target-lexicon",
2325]
2326
2327[[package]]
2328name = "cfg-if"
2329version = "1.0.0"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2332
2333[[package]]
2334name = "cfg_aliases"
2335version = "0.1.1"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2338
2339[[package]]
2340name = "cfg_aliases"
2341version = "0.2.1"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2344
2345[[package]]
2346name = "channel"
2347version = "0.1.0"
2348dependencies = [
2349 "anyhow",
2350 "client",
2351 "clock",
2352 "collections",
2353 "futures 0.3.31",
2354 "gpui",
2355 "http_client",
2356 "language",
2357 "log",
2358 "rand 0.8.5",
2359 "release_channel",
2360 "rpc",
2361 "settings",
2362 "sum_tree",
2363 "text",
2364 "time",
2365 "util",
2366]
2367
2368[[package]]
2369name = "chrono"
2370version = "0.4.39"
2371source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2373dependencies = [
2374 "android-tzdata",
2375 "iana-time-zone",
2376 "js-sys",
2377 "num-traits",
2378 "serde",
2379 "wasm-bindgen",
2380 "windows-targets 0.52.6",
2381]
2382
2383[[package]]
2384name = "chunked_transfer"
2385version = "1.5.0"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2388
2389[[package]]
2390name = "ciborium"
2391version = "0.2.2"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2394dependencies = [
2395 "ciborium-io",
2396 "ciborium-ll",
2397 "serde",
2398]
2399
2400[[package]]
2401name = "ciborium-io"
2402version = "0.2.2"
2403source = "registry+https://github.com/rust-lang/crates.io-index"
2404checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2405
2406[[package]]
2407name = "ciborium-ll"
2408version = "0.2.2"
2409source = "registry+https://github.com/rust-lang/crates.io-index"
2410checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2411dependencies = [
2412 "ciborium-io",
2413 "half",
2414]
2415
2416[[package]]
2417name = "cipher"
2418version = "0.4.4"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2421dependencies = [
2422 "crypto-common",
2423 "inout",
2424 "zeroize",
2425]
2426
2427[[package]]
2428name = "clang-sys"
2429version = "1.8.1"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2432dependencies = [
2433 "glob",
2434 "libc",
2435 "libloading",
2436]
2437
2438[[package]]
2439name = "clap"
2440version = "4.5.23"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2443dependencies = [
2444 "clap_builder",
2445 "clap_derive",
2446]
2447
2448[[package]]
2449name = "clap_builder"
2450version = "4.5.23"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2453dependencies = [
2454 "anstream",
2455 "anstyle",
2456 "clap_lex",
2457 "strsim",
2458 "terminal_size",
2459]
2460
2461[[package]]
2462name = "clap_complete"
2463version = "4.5.38"
2464source = "registry+https://github.com/rust-lang/crates.io-index"
2465checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2466dependencies = [
2467 "clap",
2468]
2469
2470[[package]]
2471name = "clap_derive"
2472version = "4.5.18"
2473source = "registry+https://github.com/rust-lang/crates.io-index"
2474checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2475dependencies = [
2476 "heck 0.5.0",
2477 "proc-macro2",
2478 "quote",
2479 "syn 2.0.90",
2480]
2481
2482[[package]]
2483name = "clap_lex"
2484version = "0.7.4"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2487
2488[[package]]
2489name = "cli"
2490version = "0.1.0"
2491dependencies = [
2492 "anyhow",
2493 "clap",
2494 "collections",
2495 "core-foundation 0.9.4",
2496 "core-services",
2497 "exec",
2498 "fork",
2499 "ipc-channel",
2500 "parking_lot",
2501 "paths",
2502 "plist",
2503 "release_channel",
2504 "serde",
2505 "tempfile",
2506 "util",
2507]
2508
2509[[package]]
2510name = "client"
2511version = "0.1.0"
2512dependencies = [
2513 "anyhow",
2514 "async-native-tls",
2515 "async-recursion 0.3.2",
2516 "async-tungstenite 0.28.2",
2517 "chrono",
2518 "clock",
2519 "cocoa 0.26.0",
2520 "collections",
2521 "feature_flags",
2522 "futures 0.3.31",
2523 "gpui",
2524 "http_client",
2525 "log",
2526 "parking_lot",
2527 "paths",
2528 "postage",
2529 "rand 0.8.5",
2530 "release_channel",
2531 "rpc",
2532 "rustls 0.21.12",
2533 "rustls-native-certs 0.8.1",
2534 "schemars",
2535 "serde",
2536 "serde_json",
2537 "settings",
2538 "sha2",
2539 "smol 1.3.0",
2540 "telemetry",
2541 "telemetry_events",
2542 "text",
2543 "thiserror 1.0.69",
2544 "time",
2545 "tiny_http",
2546 "tokio-socks",
2547 "url",
2548 "util",
2549 "windows 0.58.0",
2550 "worktree",
2551]
2552
2553[[package]]
2554name = "clock"
2555version = "0.1.0"
2556dependencies = [
2557 "parking_lot",
2558 "serde",
2559 "smallvec",
2560]
2561
2562[[package]]
2563name = "cobs"
2564version = "0.2.3"
2565source = "registry+https://github.com/rust-lang/crates.io-index"
2566checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2567
2568[[package]]
2569name = "cocoa"
2570version = "0.25.0"
2571source = "registry+https://github.com/rust-lang/crates.io-index"
2572checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2573dependencies = [
2574 "bitflags 1.3.2",
2575 "block",
2576 "cocoa-foundation 0.1.2",
2577 "core-foundation 0.9.4",
2578 "core-graphics 0.23.2",
2579 "foreign-types 0.5.0",
2580 "libc",
2581 "objc",
2582]
2583
2584[[package]]
2585name = "cocoa"
2586version = "0.26.0"
2587source = "registry+https://github.com/rust-lang/crates.io-index"
2588checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2589dependencies = [
2590 "bitflags 2.6.0",
2591 "block",
2592 "cocoa-foundation 0.2.0",
2593 "core-foundation 0.10.0",
2594 "core-graphics 0.24.0",
2595 "foreign-types 0.5.0",
2596 "libc",
2597 "objc",
2598]
2599
2600[[package]]
2601name = "cocoa-foundation"
2602version = "0.1.2"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2605dependencies = [
2606 "bitflags 1.3.2",
2607 "block",
2608 "core-foundation 0.9.4",
2609 "core-graphics-types 0.1.3",
2610 "libc",
2611 "objc",
2612]
2613
2614[[package]]
2615name = "cocoa-foundation"
2616version = "0.2.0"
2617source = "registry+https://github.com/rust-lang/crates.io-index"
2618checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2619dependencies = [
2620 "bitflags 2.6.0",
2621 "block",
2622 "core-foundation 0.10.0",
2623 "core-graphics-types 0.2.0",
2624 "libc",
2625 "objc",
2626]
2627
2628[[package]]
2629name = "codespan-reporting"
2630version = "0.11.1"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2633dependencies = [
2634 "termcolor",
2635 "unicode-width",
2636]
2637
2638[[package]]
2639name = "collab"
2640version = "0.44.0"
2641dependencies = [
2642 "anthropic",
2643 "anyhow",
2644 "assistant",
2645 "assistant_tool",
2646 "async-stripe",
2647 "async-trait",
2648 "async-tungstenite 0.28.2",
2649 "audio",
2650 "aws-config",
2651 "aws-sdk-kinesis",
2652 "aws-sdk-s3",
2653 "axum",
2654 "axum-extra",
2655 "base64 0.22.1",
2656 "call",
2657 "channel",
2658 "chrono",
2659 "client",
2660 "clock",
2661 "collab_ui",
2662 "collections",
2663 "context_server",
2664 "ctor",
2665 "dashmap 6.1.0",
2666 "derive_more",
2667 "editor",
2668 "env_logger 0.11.6",
2669 "envy",
2670 "extension",
2671 "file_finder",
2672 "fs",
2673 "futures 0.3.31",
2674 "git",
2675 "git_hosting_providers",
2676 "google_ai",
2677 "gpui",
2678 "hex",
2679 "http_client",
2680 "hyper 0.14.32",
2681 "indoc",
2682 "jsonwebtoken",
2683 "language",
2684 "language_model",
2685 "livekit_client",
2686 "livekit_client_macos",
2687 "livekit_server",
2688 "log",
2689 "lsp",
2690 "menu",
2691 "multi_buffer",
2692 "nanoid",
2693 "node_runtime",
2694 "notifications",
2695 "open_ai",
2696 "parking_lot",
2697 "pretty_assertions",
2698 "project",
2699 "prometheus",
2700 "prost 0.9.0",
2701 "rand 0.8.5",
2702 "recent_projects",
2703 "release_channel",
2704 "remote",
2705 "remote_server",
2706 "reqwest 0.11.27",
2707 "reqwest_client",
2708 "rpc",
2709 "rustc-demangle",
2710 "scrypt",
2711 "sea-orm",
2712 "semantic_version",
2713 "semver",
2714 "serde",
2715 "serde_derive",
2716 "serde_json",
2717 "session",
2718 "settings",
2719 "sha2",
2720 "sqlx",
2721 "strum",
2722 "subtle",
2723 "supermaven_api",
2724 "telemetry_events",
2725 "text",
2726 "theme",
2727 "thiserror 1.0.69",
2728 "time",
2729 "tokio",
2730 "toml 0.8.19",
2731 "tower",
2732 "tower-http 0.4.4",
2733 "tracing",
2734 "tracing-subscriber",
2735 "unindent",
2736 "util",
2737 "uuid",
2738 "workspace",
2739 "worktree",
2740]
2741
2742[[package]]
2743name = "collab_ui"
2744version = "0.1.0"
2745dependencies = [
2746 "anyhow",
2747 "call",
2748 "channel",
2749 "chrono",
2750 "client",
2751 "collections",
2752 "db",
2753 "editor",
2754 "emojis",
2755 "futures 0.3.31",
2756 "fuzzy",
2757 "gpui",
2758 "http_client",
2759 "language",
2760 "menu",
2761 "notifications",
2762 "picker",
2763 "pretty_assertions",
2764 "project",
2765 "release_channel",
2766 "rich_text",
2767 "rpc",
2768 "schemars",
2769 "serde",
2770 "serde_derive",
2771 "serde_json",
2772 "settings",
2773 "smallvec",
2774 "story",
2775 "telemetry",
2776 "theme",
2777 "time",
2778 "time_format",
2779 "title_bar",
2780 "tree-sitter-md",
2781 "ui",
2782 "util",
2783 "workspace",
2784]
2785
2786[[package]]
2787name = "collections"
2788version = "0.1.0"
2789dependencies = [
2790 "indexmap",
2791 "rustc-hash 2.1.0",
2792]
2793
2794[[package]]
2795name = "color_quant"
2796version = "1.1.0"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2799
2800[[package]]
2801name = "colorchoice"
2802version = "1.0.3"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2805
2806[[package]]
2807name = "combine"
2808version = "4.6.7"
2809source = "registry+https://github.com/rust-lang/crates.io-index"
2810checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2811dependencies = [
2812 "bytes 1.9.0",
2813 "memchr",
2814]
2815
2816[[package]]
2817name = "command_palette"
2818version = "0.1.0"
2819dependencies = [
2820 "client",
2821 "collections",
2822 "command_palette_hooks",
2823 "ctor",
2824 "editor",
2825 "env_logger 0.11.6",
2826 "fuzzy",
2827 "go_to_line",
2828 "gpui",
2829 "language",
2830 "menu",
2831 "picker",
2832 "postage",
2833 "project",
2834 "serde",
2835 "serde_json",
2836 "settings",
2837 "telemetry",
2838 "theme",
2839 "ui",
2840 "util",
2841 "workspace",
2842 "zed_actions",
2843]
2844
2845[[package]]
2846name = "command_palette_hooks"
2847version = "0.1.0"
2848dependencies = [
2849 "collections",
2850 "derive_more",
2851 "gpui",
2852]
2853
2854[[package]]
2855name = "concurrent-queue"
2856version = "2.5.0"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
2858checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2859dependencies = [
2860 "crossbeam-utils",
2861]
2862
2863[[package]]
2864name = "console"
2865version = "0.15.8"
2866source = "registry+https://github.com/rust-lang/crates.io-index"
2867checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2868dependencies = [
2869 "encode_unicode",
2870 "lazy_static",
2871 "libc",
2872 "unicode-width",
2873 "windows-sys 0.52.0",
2874]
2875
2876[[package]]
2877name = "const-oid"
2878version = "0.9.6"
2879source = "registry+https://github.com/rust-lang/crates.io-index"
2880checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2881
2882[[package]]
2883name = "const-random"
2884version = "0.1.18"
2885source = "registry+https://github.com/rust-lang/crates.io-index"
2886checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2887dependencies = [
2888 "const-random-macro",
2889]
2890
2891[[package]]
2892name = "const-random-macro"
2893version = "0.1.16"
2894source = "registry+https://github.com/rust-lang/crates.io-index"
2895checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2896dependencies = [
2897 "getrandom 0.2.15",
2898 "once_cell",
2899 "tiny-keccak",
2900]
2901
2902[[package]]
2903name = "constant_time_eq"
2904version = "0.1.5"
2905source = "registry+https://github.com/rust-lang/crates.io-index"
2906checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2907
2908[[package]]
2909name = "constant_time_eq"
2910version = "0.3.1"
2911source = "registry+https://github.com/rust-lang/crates.io-index"
2912checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2913
2914[[package]]
2915name = "context_server"
2916version = "0.1.0"
2917dependencies = [
2918 "anyhow",
2919 "assistant_tool",
2920 "collections",
2921 "command_palette_hooks",
2922 "context_server_settings",
2923 "extension",
2924 "futures 0.3.31",
2925 "gpui",
2926 "log",
2927 "parking_lot",
2928 "postage",
2929 "project",
2930 "serde",
2931 "serde_json",
2932 "settings",
2933 "smol 1.3.0",
2934 "url",
2935 "util",
2936 "workspace",
2937]
2938
2939[[package]]
2940name = "context_server_settings"
2941version = "0.1.0"
2942dependencies = [
2943 "anyhow",
2944 "collections",
2945 "gpui",
2946 "schemars",
2947 "serde",
2948 "serde_json",
2949 "settings",
2950]
2951
2952[[package]]
2953name = "convert_case"
2954version = "0.4.0"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2957
2958[[package]]
2959name = "convert_case"
2960version = "0.6.0"
2961source = "registry+https://github.com/rust-lang/crates.io-index"
2962checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2963dependencies = [
2964 "unicode-segmentation",
2965]
2966
2967[[package]]
2968name = "copilot"
2969version = "0.1.0"
2970dependencies = [
2971 "anyhow",
2972 "async-compression",
2973 "async-std",
2974 "async-tar",
2975 "chrono",
2976 "client",
2977 "clock",
2978 "collections",
2979 "command_palette_hooks",
2980 "editor",
2981 "fs",
2982 "futures 0.3.31",
2983 "gpui",
2984 "http_client",
2985 "indoc",
2986 "inline_completion",
2987 "language",
2988 "lsp",
2989 "menu",
2990 "node_runtime",
2991 "parking_lot",
2992 "paths",
2993 "project",
2994 "rpc",
2995 "schemars",
2996 "serde",
2997 "serde_json",
2998 "settings",
2999 "smol 1.3.0",
3000 "strum",
3001 "task",
3002 "theme",
3003 "ui",
3004 "util",
3005 "workspace",
3006]
3007
3008[[package]]
3009name = "core-foundation"
3010version = "0.9.4"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3013dependencies = [
3014 "core-foundation-sys",
3015 "libc",
3016]
3017
3018[[package]]
3019name = "core-foundation"
3020version = "0.10.0"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3023dependencies = [
3024 "core-foundation-sys",
3025 "libc",
3026]
3027
3028[[package]]
3029name = "core-foundation-sys"
3030version = "0.8.7"
3031source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3033
3034[[package]]
3035name = "core-graphics"
3036version = "0.23.2"
3037source = "registry+https://github.com/rust-lang/crates.io-index"
3038checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3039dependencies = [
3040 "bitflags 1.3.2",
3041 "core-foundation 0.9.4",
3042 "core-graphics-types 0.1.3",
3043 "foreign-types 0.5.0",
3044 "libc",
3045]
3046
3047[[package]]
3048name = "core-graphics"
3049version = "0.24.0"
3050source = "registry+https://github.com/rust-lang/crates.io-index"
3051checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3052dependencies = [
3053 "bitflags 2.6.0",
3054 "core-foundation 0.10.0",
3055 "core-graphics-types 0.2.0",
3056 "foreign-types 0.5.0",
3057 "libc",
3058]
3059
3060[[package]]
3061name = "core-graphics-types"
3062version = "0.1.3"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3065dependencies = [
3066 "bitflags 1.3.2",
3067 "core-foundation 0.9.4",
3068 "libc",
3069]
3070
3071[[package]]
3072name = "core-graphics-types"
3073version = "0.2.0"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3076dependencies = [
3077 "bitflags 2.6.0",
3078 "core-foundation 0.10.0",
3079 "libc",
3080]
3081
3082[[package]]
3083name = "core-services"
3084version = "0.2.1"
3085source = "registry+https://github.com/rust-lang/crates.io-index"
3086checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3087dependencies = [
3088 "core-foundation 0.9.4",
3089]
3090
3091[[package]]
3092name = "core-text"
3093version = "20.1.0"
3094source = "registry+https://github.com/rust-lang/crates.io-index"
3095checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3096dependencies = [
3097 "core-foundation 0.9.4",
3098 "core-graphics 0.23.2",
3099 "foreign-types 0.5.0",
3100 "libc",
3101]
3102
3103[[package]]
3104name = "coreaudio-rs"
3105version = "0.11.3"
3106source = "registry+https://github.com/rust-lang/crates.io-index"
3107checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3108dependencies = [
3109 "bitflags 1.3.2",
3110 "core-foundation-sys",
3111 "coreaudio-sys",
3112]
3113
3114[[package]]
3115name = "coreaudio-rs"
3116version = "0.12.1"
3117source = "registry+https://github.com/rust-lang/crates.io-index"
3118checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3119dependencies = [
3120 "bitflags 1.3.2",
3121 "core-foundation-sys",
3122 "coreaudio-sys",
3123]
3124
3125[[package]]
3126name = "coreaudio-sys"
3127version = "0.2.16"
3128source = "registry+https://github.com/rust-lang/crates.io-index"
3129checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3130dependencies = [
3131 "bindgen",
3132]
3133
3134[[package]]
3135name = "cosmic-text"
3136version = "0.11.2"
3137source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3138dependencies = [
3139 "bitflags 2.6.0",
3140 "fontdb",
3141 "log",
3142 "rangemap",
3143 "rayon",
3144 "rustc-hash 1.1.0",
3145 "rustybuzz",
3146 "self_cell",
3147 "swash",
3148 "sys-locale",
3149 "ttf-parser",
3150 "unicode-bidi",
3151 "unicode-linebreak",
3152 "unicode-script",
3153 "unicode-segmentation",
3154]
3155
3156[[package]]
3157name = "cpal"
3158version = "0.15.3"
3159source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3160dependencies = [
3161 "alsa",
3162 "core-foundation-sys",
3163 "coreaudio-rs 0.11.3",
3164 "dasp_sample",
3165 "jni",
3166 "js-sys",
3167 "libc",
3168 "mach2",
3169 "ndk",
3170 "ndk-context",
3171 "oboe",
3172 "wasm-bindgen",
3173 "wasm-bindgen-futures",
3174 "web-sys",
3175 "windows 0.54.0",
3176]
3177
3178[[package]]
3179name = "cpp_demangle"
3180version = "0.4.4"
3181source = "registry+https://github.com/rust-lang/crates.io-index"
3182checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3183dependencies = [
3184 "cfg-if",
3185]
3186
3187[[package]]
3188name = "cpufeatures"
3189version = "0.2.16"
3190source = "registry+https://github.com/rust-lang/crates.io-index"
3191checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3192dependencies = [
3193 "libc",
3194]
3195
3196[[package]]
3197name = "cranelift-bforest"
3198version = "0.111.2"
3199source = "registry+https://github.com/rust-lang/crates.io-index"
3200checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3201dependencies = [
3202 "cranelift-entity",
3203]
3204
3205[[package]]
3206name = "cranelift-bitset"
3207version = "0.111.2"
3208source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3210dependencies = [
3211 "serde",
3212 "serde_derive",
3213]
3214
3215[[package]]
3216name = "cranelift-codegen"
3217version = "0.111.2"
3218source = "registry+https://github.com/rust-lang/crates.io-index"
3219checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3220dependencies = [
3221 "bumpalo",
3222 "cranelift-bforest",
3223 "cranelift-bitset",
3224 "cranelift-codegen-meta",
3225 "cranelift-codegen-shared",
3226 "cranelift-control",
3227 "cranelift-entity",
3228 "cranelift-isle",
3229 "gimli 0.29.0",
3230 "hashbrown 0.14.5",
3231 "log",
3232 "regalloc2",
3233 "rustc-hash 1.1.0",
3234 "smallvec",
3235 "target-lexicon",
3236]
3237
3238[[package]]
3239name = "cranelift-codegen-meta"
3240version = "0.111.2"
3241source = "registry+https://github.com/rust-lang/crates.io-index"
3242checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3243dependencies = [
3244 "cranelift-codegen-shared",
3245]
3246
3247[[package]]
3248name = "cranelift-codegen-shared"
3249version = "0.111.2"
3250source = "registry+https://github.com/rust-lang/crates.io-index"
3251checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3252
3253[[package]]
3254name = "cranelift-control"
3255version = "0.111.2"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3258dependencies = [
3259 "arbitrary",
3260]
3261
3262[[package]]
3263name = "cranelift-entity"
3264version = "0.111.2"
3265source = "registry+https://github.com/rust-lang/crates.io-index"
3266checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3267dependencies = [
3268 "cranelift-bitset",
3269 "serde",
3270 "serde_derive",
3271]
3272
3273[[package]]
3274name = "cranelift-frontend"
3275version = "0.111.2"
3276source = "registry+https://github.com/rust-lang/crates.io-index"
3277checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3278dependencies = [
3279 "cranelift-codegen",
3280 "log",
3281 "smallvec",
3282 "target-lexicon",
3283]
3284
3285[[package]]
3286name = "cranelift-isle"
3287version = "0.111.2"
3288source = "registry+https://github.com/rust-lang/crates.io-index"
3289checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3290
3291[[package]]
3292name = "cranelift-native"
3293version = "0.111.2"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3296dependencies = [
3297 "cranelift-codegen",
3298 "libc",
3299 "target-lexicon",
3300]
3301
3302[[package]]
3303name = "cranelift-wasm"
3304version = "0.111.2"
3305source = "registry+https://github.com/rust-lang/crates.io-index"
3306checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3307dependencies = [
3308 "cranelift-codegen",
3309 "cranelift-entity",
3310 "cranelift-frontend",
3311 "itertools 0.12.1",
3312 "log",
3313 "smallvec",
3314 "wasmparser 0.215.0",
3315 "wasmtime-types",
3316]
3317
3318[[package]]
3319name = "crc"
3320version = "3.2.1"
3321source = "registry+https://github.com/rust-lang/crates.io-index"
3322checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3323dependencies = [
3324 "crc-catalog",
3325]
3326
3327[[package]]
3328name = "crc-catalog"
3329version = "2.4.0"
3330source = "registry+https://github.com/rust-lang/crates.io-index"
3331checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3332
3333[[package]]
3334name = "crc32c"
3335version = "0.6.8"
3336source = "registry+https://github.com/rust-lang/crates.io-index"
3337checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3338dependencies = [
3339 "rustc_version",
3340]
3341
3342[[package]]
3343name = "crc32fast"
3344version = "1.4.2"
3345source = "registry+https://github.com/rust-lang/crates.io-index"
3346checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3347dependencies = [
3348 "cfg-if",
3349]
3350
3351[[package]]
3352name = "criterion"
3353version = "0.5.1"
3354source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3356dependencies = [
3357 "anes",
3358 "cast",
3359 "ciborium",
3360 "clap",
3361 "criterion-plot",
3362 "is-terminal",
3363 "itertools 0.10.5",
3364 "num-traits",
3365 "once_cell",
3366 "oorandom",
3367 "plotters",
3368 "rayon",
3369 "regex",
3370 "serde",
3371 "serde_derive",
3372 "serde_json",
3373 "tinytemplate",
3374 "walkdir",
3375]
3376
3377[[package]]
3378name = "criterion-plot"
3379version = "0.5.0"
3380source = "registry+https://github.com/rust-lang/crates.io-index"
3381checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3382dependencies = [
3383 "cast",
3384 "itertools 0.10.5",
3385]
3386
3387[[package]]
3388name = "crossbeam-channel"
3389version = "0.5.13"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3392dependencies = [
3393 "crossbeam-utils",
3394]
3395
3396[[package]]
3397name = "crossbeam-deque"
3398version = "0.8.5"
3399source = "registry+https://github.com/rust-lang/crates.io-index"
3400checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3401dependencies = [
3402 "crossbeam-epoch",
3403 "crossbeam-utils",
3404]
3405
3406[[package]]
3407name = "crossbeam-epoch"
3408version = "0.9.18"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3411dependencies = [
3412 "crossbeam-utils",
3413]
3414
3415[[package]]
3416name = "crossbeam-queue"
3417version = "0.3.11"
3418source = "registry+https://github.com/rust-lang/crates.io-index"
3419checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3420dependencies = [
3421 "crossbeam-utils",
3422]
3423
3424[[package]]
3425name = "crossbeam-utils"
3426version = "0.8.20"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3429
3430[[package]]
3431name = "crunchy"
3432version = "0.2.2"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3435
3436[[package]]
3437name = "crypto-bigint"
3438version = "0.4.9"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3441dependencies = [
3442 "generic-array",
3443 "rand_core 0.6.4",
3444 "subtle",
3445 "zeroize",
3446]
3447
3448[[package]]
3449name = "crypto-bigint"
3450version = "0.5.5"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3453dependencies = [
3454 "rand_core 0.6.4",
3455 "subtle",
3456]
3457
3458[[package]]
3459name = "crypto-common"
3460version = "0.1.6"
3461source = "registry+https://github.com/rust-lang/crates.io-index"
3462checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3463dependencies = [
3464 "generic-array",
3465 "rand_core 0.6.4",
3466 "typenum",
3467]
3468
3469[[package]]
3470name = "ctor"
3471version = "0.2.9"
3472source = "registry+https://github.com/rust-lang/crates.io-index"
3473checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3474dependencies = [
3475 "quote",
3476 "syn 2.0.90",
3477]
3478
3479[[package]]
3480name = "ctrlc"
3481version = "3.4.5"
3482source = "registry+https://github.com/rust-lang/crates.io-index"
3483checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3484dependencies = [
3485 "nix",
3486 "windows-sys 0.59.0",
3487]
3488
3489[[package]]
3490name = "cursor-icon"
3491version = "1.1.0"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3494
3495[[package]]
3496name = "cxx"
3497version = "1.0.134"
3498source = "registry+https://github.com/rust-lang/crates.io-index"
3499checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3500dependencies = [
3501 "cc",
3502 "cxxbridge-cmd",
3503 "cxxbridge-flags",
3504 "cxxbridge-macro",
3505 "foldhash",
3506 "link-cplusplus",
3507]
3508
3509[[package]]
3510name = "cxx-build"
3511version = "1.0.134"
3512source = "registry+https://github.com/rust-lang/crates.io-index"
3513checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3514dependencies = [
3515 "cc",
3516 "codespan-reporting",
3517 "proc-macro2",
3518 "quote",
3519 "scratch",
3520 "syn 2.0.90",
3521]
3522
3523[[package]]
3524name = "cxxbridge-cmd"
3525version = "1.0.134"
3526source = "registry+https://github.com/rust-lang/crates.io-index"
3527checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3528dependencies = [
3529 "clap",
3530 "codespan-reporting",
3531 "proc-macro2",
3532 "quote",
3533 "syn 2.0.90",
3534]
3535
3536[[package]]
3537name = "cxxbridge-flags"
3538version = "1.0.134"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3541
3542[[package]]
3543name = "cxxbridge-macro"
3544version = "1.0.134"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3547dependencies = [
3548 "proc-macro2",
3549 "quote",
3550 "rustversion",
3551 "syn 2.0.90",
3552]
3553
3554[[package]]
3555name = "dashmap"
3556version = "5.5.3"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3559dependencies = [
3560 "cfg-if",
3561 "hashbrown 0.14.5",
3562 "lock_api",
3563 "once_cell",
3564 "parking_lot_core",
3565]
3566
3567[[package]]
3568name = "dashmap"
3569version = "6.1.0"
3570source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3572dependencies = [
3573 "cfg-if",
3574 "crossbeam-utils",
3575 "hashbrown 0.14.5",
3576 "lock_api",
3577 "once_cell",
3578 "parking_lot_core",
3579]
3580
3581[[package]]
3582name = "dasp_sample"
3583version = "0.11.0"
3584source = "registry+https://github.com/rust-lang/crates.io-index"
3585checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3586
3587[[package]]
3588name = "data-encoding"
3589version = "2.6.0"
3590source = "registry+https://github.com/rust-lang/crates.io-index"
3591checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3592
3593[[package]]
3594name = "data-url"
3595version = "0.3.1"
3596source = "registry+https://github.com/rust-lang/crates.io-index"
3597checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3598
3599[[package]]
3600name = "db"
3601version = "0.1.0"
3602dependencies = [
3603 "anyhow",
3604 "gpui",
3605 "indoc",
3606 "log",
3607 "paths",
3608 "release_channel",
3609 "smol 1.3.0",
3610 "sqlez",
3611 "sqlez_macros",
3612 "tempfile",
3613 "util",
3614]
3615
3616[[package]]
3617name = "dbus"
3618version = "0.9.7"
3619source = "registry+https://github.com/rust-lang/crates.io-index"
3620checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3621dependencies = [
3622 "libc",
3623 "libdbus-sys",
3624 "winapi",
3625]
3626
3627[[package]]
3628name = "deflate64"
3629version = "0.1.9"
3630source = "registry+https://github.com/rust-lang/crates.io-index"
3631checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3632
3633[[package]]
3634name = "der"
3635version = "0.6.1"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3638dependencies = [
3639 "const-oid",
3640 "zeroize",
3641]
3642
3643[[package]]
3644name = "der"
3645version = "0.7.9"
3646source = "registry+https://github.com/rust-lang/crates.io-index"
3647checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3648dependencies = [
3649 "const-oid",
3650 "pem-rfc7468",
3651 "zeroize",
3652]
3653
3654[[package]]
3655name = "deranged"
3656version = "0.3.11"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3659dependencies = [
3660 "powerfmt",
3661 "serde",
3662]
3663
3664[[package]]
3665name = "derive_more"
3666version = "0.99.18"
3667source = "registry+https://github.com/rust-lang/crates.io-index"
3668checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3669dependencies = [
3670 "convert_case 0.4.0",
3671 "proc-macro2",
3672 "quote",
3673 "rustc_version",
3674 "syn 2.0.90",
3675]
3676
3677[[package]]
3678name = "derive_refineable"
3679version = "0.1.0"
3680dependencies = [
3681 "proc-macro2",
3682 "quote",
3683 "syn 1.0.109",
3684]
3685
3686[[package]]
3687name = "diagnostics"
3688version = "0.1.0"
3689dependencies = [
3690 "anyhow",
3691 "client",
3692 "collections",
3693 "ctor",
3694 "editor",
3695 "env_logger 0.11.6",
3696 "gpui",
3697 "language",
3698 "log",
3699 "lsp",
3700 "pretty_assertions",
3701 "project",
3702 "rand 0.8.5",
3703 "schemars",
3704 "serde",
3705 "serde_json",
3706 "settings",
3707 "theme",
3708 "ui",
3709 "unindent",
3710 "util",
3711 "workspace",
3712]
3713
3714[[package]]
3715name = "dialoguer"
3716version = "0.11.0"
3717source = "registry+https://github.com/rust-lang/crates.io-index"
3718checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3719dependencies = [
3720 "console",
3721 "fuzzy-matcher",
3722 "shell-words",
3723 "tempfile",
3724 "thiserror 1.0.69",
3725 "zeroize",
3726]
3727
3728[[package]]
3729name = "diff"
3730version = "0.1.13"
3731source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3733
3734[[package]]
3735name = "digest"
3736version = "0.10.7"
3737source = "registry+https://github.com/rust-lang/crates.io-index"
3738checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3739dependencies = [
3740 "block-buffer",
3741 "const-oid",
3742 "crypto-common",
3743 "subtle",
3744]
3745
3746[[package]]
3747name = "dirs"
3748version = "4.0.0"
3749source = "registry+https://github.com/rust-lang/crates.io-index"
3750checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3751dependencies = [
3752 "dirs-sys 0.3.7",
3753]
3754
3755[[package]]
3756name = "dirs"
3757version = "5.0.1"
3758source = "registry+https://github.com/rust-lang/crates.io-index"
3759checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3760dependencies = [
3761 "dirs-sys 0.4.1",
3762]
3763
3764[[package]]
3765name = "dirs-sys"
3766version = "0.3.7"
3767source = "registry+https://github.com/rust-lang/crates.io-index"
3768checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3769dependencies = [
3770 "libc",
3771 "redox_users",
3772 "winapi",
3773]
3774
3775[[package]]
3776name = "dirs-sys"
3777version = "0.4.1"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3780dependencies = [
3781 "libc",
3782 "option-ext",
3783 "redox_users",
3784 "windows-sys 0.48.0",
3785]
3786
3787[[package]]
3788name = "displaydoc"
3789version = "0.2.5"
3790source = "registry+https://github.com/rust-lang/crates.io-index"
3791checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3792dependencies = [
3793 "proc-macro2",
3794 "quote",
3795 "syn 2.0.90",
3796]
3797
3798[[package]]
3799name = "dlib"
3800version = "0.5.2"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3803dependencies = [
3804 "libloading",
3805]
3806
3807[[package]]
3808name = "docs_preprocessor"
3809version = "0.1.0"
3810dependencies = [
3811 "anyhow",
3812 "clap",
3813 "mdbook",
3814 "regex",
3815 "serde",
3816 "serde_json",
3817 "settings",
3818 "util",
3819]
3820
3821[[package]]
3822name = "dotenvy"
3823version = "0.15.7"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3826
3827[[package]]
3828name = "downcast-rs"
3829version = "1.2.1"
3830source = "registry+https://github.com/rust-lang/crates.io-index"
3831checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3832
3833[[package]]
3834name = "doxygen-rs"
3835version = "0.4.2"
3836source = "registry+https://github.com/rust-lang/crates.io-index"
3837checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3838dependencies = [
3839 "phf",
3840]
3841
3842[[package]]
3843name = "dunce"
3844version = "1.0.5"
3845source = "registry+https://github.com/rust-lang/crates.io-index"
3846checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3847
3848[[package]]
3849name = "dwrote"
3850version = "0.11.2"
3851source = "registry+https://github.com/rust-lang/crates.io-index"
3852checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3853dependencies = [
3854 "lazy_static",
3855 "libc",
3856 "winapi",
3857 "wio",
3858]
3859
3860[[package]]
3861name = "dyn-clone"
3862version = "1.0.17"
3863source = "registry+https://github.com/rust-lang/crates.io-index"
3864checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3865
3866[[package]]
3867name = "ec4rs"
3868version = "1.1.1"
3869source = "registry+https://github.com/rust-lang/crates.io-index"
3870checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3871
3872[[package]]
3873name = "ecdsa"
3874version = "0.14.8"
3875source = "registry+https://github.com/rust-lang/crates.io-index"
3876checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3877dependencies = [
3878 "der 0.6.1",
3879 "elliptic-curve",
3880 "rfc6979",
3881 "signature 1.6.4",
3882]
3883
3884[[package]]
3885name = "editor"
3886version = "0.1.0"
3887dependencies = [
3888 "aho-corasick",
3889 "anyhow",
3890 "assets",
3891 "chrono",
3892 "client",
3893 "clock",
3894 "collections",
3895 "convert_case 0.6.0",
3896 "ctor",
3897 "db",
3898 "emojis",
3899 "env_logger 0.11.6",
3900 "feature_flags",
3901 "file_icons",
3902 "fs",
3903 "futures 0.3.31",
3904 "fuzzy",
3905 "git",
3906 "gpui",
3907 "http_client",
3908 "indoc",
3909 "inline_completion",
3910 "itertools 0.14.0",
3911 "language",
3912 "linkify",
3913 "log",
3914 "lsp",
3915 "markdown",
3916 "multi_buffer",
3917 "ordered-float 2.10.1",
3918 "parking_lot",
3919 "pretty_assertions",
3920 "project",
3921 "rand 0.8.5",
3922 "release_channel",
3923 "rpc",
3924 "schemars",
3925 "serde",
3926 "serde_json",
3927 "settings",
3928 "similar",
3929 "smallvec",
3930 "smol 1.3.0",
3931 "snippet",
3932 "sum_tree",
3933 "task",
3934 "telemetry",
3935 "tempfile",
3936 "text",
3937 "theme",
3938 "time",
3939 "time_format",
3940 "tree-sitter-html",
3941 "tree-sitter-rust",
3942 "tree-sitter-typescript",
3943 "ui",
3944 "unicode-script",
3945 "unicode-segmentation",
3946 "unindent",
3947 "url",
3948 "util",
3949 "uuid",
3950 "workspace",
3951]
3952
3953[[package]]
3954name = "either"
3955version = "1.13.0"
3956source = "registry+https://github.com/rust-lang/crates.io-index"
3957checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3958dependencies = [
3959 "serde",
3960]
3961
3962[[package]]
3963name = "elasticlunr-rs"
3964version = "3.0.2"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3967dependencies = [
3968 "regex",
3969 "serde",
3970 "serde_derive",
3971 "serde_json",
3972]
3973
3974[[package]]
3975name = "elliptic-curve"
3976version = "0.12.3"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3979dependencies = [
3980 "base16ct",
3981 "crypto-bigint 0.4.9",
3982 "der 0.6.1",
3983 "digest",
3984 "ff",
3985 "generic-array",
3986 "group",
3987 "pkcs8 0.9.0",
3988 "rand_core 0.6.4",
3989 "sec1",
3990 "subtle",
3991 "zeroize",
3992]
3993
3994[[package]]
3995name = "embed-resource"
3996version = "3.0.1"
3997source = "registry+https://github.com/rust-lang/crates.io-index"
3998checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
3999dependencies = [
4000 "cc",
4001 "memchr",
4002 "rustc_version",
4003 "toml 0.8.19",
4004 "vswhom",
4005 "winreg 0.52.0",
4006]
4007
4008[[package]]
4009name = "embedded-io"
4010version = "0.4.0"
4011source = "registry+https://github.com/rust-lang/crates.io-index"
4012checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4013
4014[[package]]
4015name = "embedded-io"
4016version = "0.6.1"
4017source = "registry+https://github.com/rust-lang/crates.io-index"
4018checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4019
4020[[package]]
4021name = "emojis"
4022version = "0.6.4"
4023source = "registry+https://github.com/rust-lang/crates.io-index"
4024checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4025dependencies = [
4026 "phf",
4027]
4028
4029[[package]]
4030name = "encode_unicode"
4031version = "0.3.6"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4034
4035[[package]]
4036name = "encoding_rs"
4037version = "0.8.35"
4038source = "registry+https://github.com/rust-lang/crates.io-index"
4039checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4040dependencies = [
4041 "cfg-if",
4042]
4043
4044[[package]]
4045name = "endi"
4046version = "1.1.0"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4049
4050[[package]]
4051name = "enumflags2"
4052version = "0.7.10"
4053source = "registry+https://github.com/rust-lang/crates.io-index"
4054checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4055dependencies = [
4056 "enumflags2_derive",
4057 "serde",
4058]
4059
4060[[package]]
4061name = "enumflags2_derive"
4062version = "0.7.10"
4063source = "registry+https://github.com/rust-lang/crates.io-index"
4064checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4065dependencies = [
4066 "proc-macro2",
4067 "quote",
4068 "syn 2.0.90",
4069]
4070
4071[[package]]
4072name = "env_filter"
4073version = "0.1.2"
4074source = "registry+https://github.com/rust-lang/crates.io-index"
4075checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4076dependencies = [
4077 "log",
4078 "regex",
4079]
4080
4081[[package]]
4082name = "env_logger"
4083version = "0.10.2"
4084source = "registry+https://github.com/rust-lang/crates.io-index"
4085checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4086dependencies = [
4087 "humantime",
4088 "is-terminal",
4089 "log",
4090 "regex",
4091 "termcolor",
4092]
4093
4094[[package]]
4095name = "env_logger"
4096version = "0.11.6"
4097source = "registry+https://github.com/rust-lang/crates.io-index"
4098checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4099dependencies = [
4100 "anstream",
4101 "anstyle",
4102 "env_filter",
4103 "humantime",
4104 "log",
4105]
4106
4107[[package]]
4108name = "envy"
4109version = "0.4.2"
4110source = "registry+https://github.com/rust-lang/crates.io-index"
4111checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4112dependencies = [
4113 "serde",
4114]
4115
4116[[package]]
4117name = "equivalent"
4118version = "1.0.1"
4119source = "registry+https://github.com/rust-lang/crates.io-index"
4120checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4121
4122[[package]]
4123name = "erased-serde"
4124version = "0.4.5"
4125source = "registry+https://github.com/rust-lang/crates.io-index"
4126checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4127dependencies = [
4128 "serde",
4129 "typeid",
4130]
4131
4132[[package]]
4133name = "errno"
4134version = "0.2.8"
4135source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4137dependencies = [
4138 "errno-dragonfly",
4139 "libc",
4140 "winapi",
4141]
4142
4143[[package]]
4144name = "errno"
4145version = "0.3.10"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4148dependencies = [
4149 "libc",
4150 "windows-sys 0.59.0",
4151]
4152
4153[[package]]
4154name = "errno-dragonfly"
4155version = "0.1.2"
4156source = "registry+https://github.com/rust-lang/crates.io-index"
4157checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4158dependencies = [
4159 "cc",
4160 "libc",
4161]
4162
4163[[package]]
4164name = "etagere"
4165version = "0.2.13"
4166source = "registry+https://github.com/rust-lang/crates.io-index"
4167checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4168dependencies = [
4169 "euclid",
4170 "svg_fmt",
4171]
4172
4173[[package]]
4174name = "etcetera"
4175version = "0.8.0"
4176source = "registry+https://github.com/rust-lang/crates.io-index"
4177checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4178dependencies = [
4179 "cfg-if",
4180 "home",
4181 "windows-sys 0.48.0",
4182]
4183
4184[[package]]
4185name = "euclid"
4186version = "0.22.11"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4189dependencies = [
4190 "num-traits",
4191]
4192
4193[[package]]
4194name = "evals"
4195version = "0.1.0"
4196dependencies = [
4197 "anyhow",
4198 "clap",
4199 "client",
4200 "clock",
4201 "collections",
4202 "env_logger 0.11.6",
4203 "feature_flags",
4204 "fs",
4205 "git",
4206 "gpui",
4207 "http_client",
4208 "language",
4209 "languages",
4210 "node_runtime",
4211 "open_ai",
4212 "project",
4213 "reqwest_client",
4214 "semantic_index",
4215 "serde",
4216 "serde_json",
4217 "settings",
4218 "smol 1.3.0",
4219 "util",
4220]
4221
4222[[package]]
4223name = "event-listener"
4224version = "2.5.3"
4225source = "registry+https://github.com/rust-lang/crates.io-index"
4226checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4227
4228[[package]]
4229name = "event-listener"
4230version = "3.1.0"
4231source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4233dependencies = [
4234 "concurrent-queue",
4235 "parking",
4236 "pin-project-lite",
4237]
4238
4239[[package]]
4240name = "event-listener"
4241version = "5.3.1"
4242source = "registry+https://github.com/rust-lang/crates.io-index"
4243checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4244dependencies = [
4245 "concurrent-queue",
4246 "parking",
4247 "pin-project-lite",
4248]
4249
4250[[package]]
4251name = "event-listener-strategy"
4252version = "0.5.3"
4253source = "registry+https://github.com/rust-lang/crates.io-index"
4254checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4255dependencies = [
4256 "event-listener 5.3.1",
4257 "pin-project-lite",
4258]
4259
4260[[package]]
4261name = "exec"
4262version = "0.3.1"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4265dependencies = [
4266 "errno 0.2.8",
4267 "libc",
4268]
4269
4270[[package]]
4271name = "exr"
4272version = "1.73.0"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4275dependencies = [
4276 "bit_field",
4277 "half",
4278 "lebe",
4279 "miniz_oxide",
4280 "rayon-core",
4281 "smallvec",
4282 "zune-inflate",
4283]
4284
4285[[package]]
4286name = "extension"
4287version = "0.1.0"
4288dependencies = [
4289 "anyhow",
4290 "async-compression",
4291 "async-tar",
4292 "async-trait",
4293 "collections",
4294 "fs",
4295 "futures 0.3.31",
4296 "gpui",
4297 "http_client",
4298 "language",
4299 "log",
4300 "lsp",
4301 "parking_lot",
4302 "semantic_version",
4303 "serde",
4304 "serde_json",
4305 "toml 0.8.19",
4306 "util",
4307 "wasm-encoder 0.215.0",
4308 "wasmparser 0.215.0",
4309 "wit-component",
4310]
4311
4312[[package]]
4313name = "extension_cli"
4314version = "0.1.0"
4315dependencies = [
4316 "anyhow",
4317 "clap",
4318 "env_logger 0.11.6",
4319 "extension",
4320 "fs",
4321 "language",
4322 "log",
4323 "reqwest_client",
4324 "rpc",
4325 "serde",
4326 "serde_json",
4327 "theme",
4328 "tokio",
4329 "toml 0.8.19",
4330 "tree-sitter",
4331 "wasmtime",
4332]
4333
4334[[package]]
4335name = "extension_host"
4336version = "0.1.0"
4337dependencies = [
4338 "anyhow",
4339 "async-compression",
4340 "async-tar",
4341 "async-trait",
4342 "client",
4343 "collections",
4344 "context_server_settings",
4345 "ctor",
4346 "env_logger 0.11.6",
4347 "extension",
4348 "fs",
4349 "futures 0.3.31",
4350 "gpui",
4351 "http_client",
4352 "language",
4353 "language_extension",
4354 "log",
4355 "lsp",
4356 "node_runtime",
4357 "parking_lot",
4358 "paths",
4359 "project",
4360 "release_channel",
4361 "remote",
4362 "reqwest_client",
4363 "schemars",
4364 "semantic_version",
4365 "serde",
4366 "serde_json",
4367 "serde_json_lenient",
4368 "settings",
4369 "task",
4370 "telemetry",
4371 "tempfile",
4372 "theme",
4373 "theme_extension",
4374 "toml 0.8.19",
4375 "url",
4376 "util",
4377 "wasmparser 0.215.0",
4378 "wasmtime",
4379 "wasmtime-wasi",
4380]
4381
4382[[package]]
4383name = "extensions_ui"
4384version = "0.1.0"
4385dependencies = [
4386 "anyhow",
4387 "client",
4388 "collections",
4389 "db",
4390 "editor",
4391 "extension_host",
4392 "fs",
4393 "fuzzy",
4394 "gpui",
4395 "language",
4396 "num-format",
4397 "picker",
4398 "project",
4399 "release_channel",
4400 "semantic_version",
4401 "serde",
4402 "settings",
4403 "smallvec",
4404 "telemetry",
4405 "theme",
4406 "ui",
4407 "util",
4408 "vim_mode_setting",
4409 "workspace",
4410 "zed_actions",
4411]
4412
4413[[package]]
4414name = "fallible-iterator"
4415version = "0.3.0"
4416source = "registry+https://github.com/rust-lang/crates.io-index"
4417checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4418
4419[[package]]
4420name = "fancy-regex"
4421version = "0.13.0"
4422source = "registry+https://github.com/rust-lang/crates.io-index"
4423checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4424dependencies = [
4425 "bit-set 0.5.3",
4426 "regex-automata 0.4.9",
4427 "regex-syntax 0.8.5",
4428]
4429
4430[[package]]
4431name = "fancy-regex"
4432version = "0.14.0"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4435dependencies = [
4436 "bit-set 0.8.0",
4437 "regex-automata 0.4.9",
4438 "regex-syntax 0.8.5",
4439]
4440
4441[[package]]
4442name = "fast-srgb8"
4443version = "1.0.0"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4446
4447[[package]]
4448name = "fastrand"
4449version = "1.9.0"
4450source = "registry+https://github.com/rust-lang/crates.io-index"
4451checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4452dependencies = [
4453 "instant",
4454]
4455
4456[[package]]
4457name = "fastrand"
4458version = "2.3.0"
4459source = "registry+https://github.com/rust-lang/crates.io-index"
4460checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4461
4462[[package]]
4463name = "fd-lock"
4464version = "4.0.2"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4467dependencies = [
4468 "cfg-if",
4469 "rustix 0.38.42",
4470 "windows-sys 0.52.0",
4471]
4472
4473[[package]]
4474name = "fdeflate"
4475version = "0.3.7"
4476source = "registry+https://github.com/rust-lang/crates.io-index"
4477checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4478dependencies = [
4479 "simd-adler32",
4480]
4481
4482[[package]]
4483name = "feature_flags"
4484version = "0.1.0"
4485dependencies = [
4486 "futures 0.3.31",
4487 "gpui",
4488]
4489
4490[[package]]
4491name = "feedback"
4492version = "0.1.0"
4493dependencies = [
4494 "anyhow",
4495 "bitflags 2.6.0",
4496 "client",
4497 "db",
4498 "editor",
4499 "futures 0.3.31",
4500 "gpui",
4501 "http_client",
4502 "human_bytes",
4503 "language",
4504 "log",
4505 "menu",
4506 "project",
4507 "regex",
4508 "release_channel",
4509 "serde",
4510 "serde_derive",
4511 "serde_json",
4512 "smol 1.3.0",
4513 "sysinfo",
4514 "ui",
4515 "urlencoding",
4516 "util",
4517 "workspace",
4518 "zed_actions",
4519]
4520
4521[[package]]
4522name = "ff"
4523version = "0.12.1"
4524source = "registry+https://github.com/rust-lang/crates.io-index"
4525checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4526dependencies = [
4527 "rand_core 0.6.4",
4528 "subtle",
4529]
4530
4531[[package]]
4532name = "file_finder"
4533version = "0.1.0"
4534dependencies = [
4535 "anyhow",
4536 "collections",
4537 "ctor",
4538 "editor",
4539 "env_logger 0.11.6",
4540 "file_icons",
4541 "futures 0.3.31",
4542 "fuzzy",
4543 "gpui",
4544 "language",
4545 "menu",
4546 "picker",
4547 "project",
4548 "schemars",
4549 "serde",
4550 "serde_derive",
4551 "serde_json",
4552 "settings",
4553 "text",
4554 "theme",
4555 "ui",
4556 "util",
4557 "workspace",
4558]
4559
4560[[package]]
4561name = "file_icons"
4562version = "0.1.0"
4563dependencies = [
4564 "collections",
4565 "gpui",
4566 "serde",
4567 "serde_derive",
4568 "serde_json",
4569 "util",
4570]
4571
4572[[package]]
4573name = "filedescriptor"
4574version = "0.8.2"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4577dependencies = [
4578 "libc",
4579 "thiserror 1.0.69",
4580 "winapi",
4581]
4582
4583[[package]]
4584name = "filetime"
4585version = "0.2.25"
4586source = "registry+https://github.com/rust-lang/crates.io-index"
4587checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4588dependencies = [
4589 "cfg-if",
4590 "libc",
4591 "libredox",
4592 "windows-sys 0.59.0",
4593]
4594
4595[[package]]
4596name = "fixedbitset"
4597version = "0.4.2"
4598source = "registry+https://github.com/rust-lang/crates.io-index"
4599checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4600
4601[[package]]
4602name = "flate2"
4603version = "1.0.35"
4604source = "registry+https://github.com/rust-lang/crates.io-index"
4605checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4606dependencies = [
4607 "crc32fast",
4608 "miniz_oxide",
4609]
4610
4611[[package]]
4612name = "float-cmp"
4613version = "0.9.0"
4614source = "registry+https://github.com/rust-lang/crates.io-index"
4615checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4616
4617[[package]]
4618name = "float-ord"
4619version = "0.3.2"
4620source = "registry+https://github.com/rust-lang/crates.io-index"
4621checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4622
4623[[package]]
4624name = "flume"
4625version = "0.11.1"
4626source = "registry+https://github.com/rust-lang/crates.io-index"
4627checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4628dependencies = [
4629 "futures-core",
4630 "futures-sink",
4631 "nanorand",
4632 "spin",
4633]
4634
4635[[package]]
4636name = "fnv"
4637version = "1.0.7"
4638source = "registry+https://github.com/rust-lang/crates.io-index"
4639checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4640
4641[[package]]
4642name = "foldhash"
4643version = "0.1.3"
4644source = "registry+https://github.com/rust-lang/crates.io-index"
4645checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4646
4647[[package]]
4648name = "font-kit"
4649version = "0.14.1"
4650source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4651dependencies = [
4652 "bitflags 2.6.0",
4653 "byteorder",
4654 "core-foundation 0.9.4",
4655 "core-graphics 0.23.2",
4656 "core-text",
4657 "dirs 5.0.1",
4658 "dwrote",
4659 "float-ord",
4660 "freetype-sys",
4661 "lazy_static",
4662 "libc",
4663 "log",
4664 "pathfinder_geometry",
4665 "pathfinder_simd",
4666 "walkdir",
4667 "winapi",
4668 "yeslogic-fontconfig-sys",
4669]
4670
4671[[package]]
4672name = "font-types"
4673version = "0.7.3"
4674source = "registry+https://github.com/rust-lang/crates.io-index"
4675checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4676dependencies = [
4677 "bytemuck",
4678]
4679
4680[[package]]
4681name = "fontconfig-parser"
4682version = "0.5.7"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4685dependencies = [
4686 "roxmltree",
4687]
4688
4689[[package]]
4690name = "fontdb"
4691version = "0.18.0"
4692source = "registry+https://github.com/rust-lang/crates.io-index"
4693checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4694dependencies = [
4695 "fontconfig-parser",
4696 "log",
4697 "memmap2",
4698 "slotmap",
4699 "tinyvec",
4700 "ttf-parser",
4701]
4702
4703[[package]]
4704name = "foreign-types"
4705version = "0.3.2"
4706source = "registry+https://github.com/rust-lang/crates.io-index"
4707checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4708dependencies = [
4709 "foreign-types-shared 0.1.1",
4710]
4711
4712[[package]]
4713name = "foreign-types"
4714version = "0.5.0"
4715source = "registry+https://github.com/rust-lang/crates.io-index"
4716checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4717dependencies = [
4718 "foreign-types-macros",
4719 "foreign-types-shared 0.3.1",
4720]
4721
4722[[package]]
4723name = "foreign-types-macros"
4724version = "0.2.3"
4725source = "registry+https://github.com/rust-lang/crates.io-index"
4726checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4727dependencies = [
4728 "proc-macro2",
4729 "quote",
4730 "syn 2.0.90",
4731]
4732
4733[[package]]
4734name = "foreign-types-shared"
4735version = "0.1.1"
4736source = "registry+https://github.com/rust-lang/crates.io-index"
4737checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4738
4739[[package]]
4740name = "foreign-types-shared"
4741version = "0.3.1"
4742source = "registry+https://github.com/rust-lang/crates.io-index"
4743checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4744
4745[[package]]
4746name = "fork"
4747version = "0.2.0"
4748source = "registry+https://github.com/rust-lang/crates.io-index"
4749checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4750dependencies = [
4751 "libc",
4752]
4753
4754[[package]]
4755name = "form_urlencoded"
4756version = "1.2.1"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4759dependencies = [
4760 "percent-encoding",
4761]
4762
4763[[package]]
4764name = "freetype-sys"
4765version = "0.20.1"
4766source = "registry+https://github.com/rust-lang/crates.io-index"
4767checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4768dependencies = [
4769 "cc",
4770 "libc",
4771 "pkg-config",
4772]
4773
4774[[package]]
4775name = "fs"
4776version = "0.1.0"
4777dependencies = [
4778 "anyhow",
4779 "ashpd",
4780 "async-tar",
4781 "async-trait",
4782 "cocoa 0.26.0",
4783 "collections",
4784 "fsevent",
4785 "futures 0.3.31",
4786 "git",
4787 "git2",
4788 "gpui",
4789 "libc",
4790 "log",
4791 "notify",
4792 "objc",
4793 "parking_lot",
4794 "paths",
4795 "proto",
4796 "rope",
4797 "serde",
4798 "serde_json",
4799 "shlex",
4800 "smol 1.3.0",
4801 "tempfile",
4802 "text",
4803 "time",
4804 "util",
4805 "which 6.0.3",
4806 "windows 0.58.0",
4807]
4808
4809[[package]]
4810name = "fs-set-times"
4811version = "0.20.2"
4812source = "registry+https://github.com/rust-lang/crates.io-index"
4813checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4814dependencies = [
4815 "io-lifetimes 2.0.4",
4816 "rustix 0.38.42",
4817 "windows-sys 0.59.0",
4818]
4819
4820[[package]]
4821name = "fs2"
4822version = "0.4.3"
4823source = "registry+https://github.com/rust-lang/crates.io-index"
4824checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4825dependencies = [
4826 "libc",
4827 "winapi",
4828]
4829
4830[[package]]
4831name = "fsevent"
4832version = "0.1.0"
4833dependencies = [
4834 "bitflags 2.6.0",
4835 "core-foundation 0.9.4",
4836 "fsevent-sys 3.1.0",
4837 "parking_lot",
4838 "tempfile",
4839]
4840
4841[[package]]
4842name = "fsevent-sys"
4843version = "3.1.0"
4844source = "registry+https://github.com/rust-lang/crates.io-index"
4845checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4846dependencies = [
4847 "libc",
4848]
4849
4850[[package]]
4851name = "fsevent-sys"
4852version = "4.1.0"
4853source = "registry+https://github.com/rust-lang/crates.io-index"
4854checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4855dependencies = [
4856 "libc",
4857]
4858
4859[[package]]
4860name = "funty"
4861version = "2.0.0"
4862source = "registry+https://github.com/rust-lang/crates.io-index"
4863checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4864
4865[[package]]
4866name = "futf"
4867version = "0.1.5"
4868source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4870dependencies = [
4871 "mac",
4872 "new_debug_unreachable",
4873]
4874
4875[[package]]
4876name = "futures"
4877version = "0.1.31"
4878source = "registry+https://github.com/rust-lang/crates.io-index"
4879checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4880
4881[[package]]
4882name = "futures"
4883version = "0.3.31"
4884source = "registry+https://github.com/rust-lang/crates.io-index"
4885checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4886dependencies = [
4887 "futures-channel",
4888 "futures-core",
4889 "futures-executor",
4890 "futures-io",
4891 "futures-sink",
4892 "futures-task",
4893 "futures-util",
4894]
4895
4896[[package]]
4897name = "futures-batch"
4898version = "0.6.1"
4899source = "registry+https://github.com/rust-lang/crates.io-index"
4900checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4901dependencies = [
4902 "futures 0.3.31",
4903 "futures-timer",
4904 "pin-utils",
4905]
4906
4907[[package]]
4908name = "futures-channel"
4909version = "0.3.31"
4910source = "registry+https://github.com/rust-lang/crates.io-index"
4911checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4912dependencies = [
4913 "futures-core",
4914 "futures-sink",
4915]
4916
4917[[package]]
4918name = "futures-core"
4919version = "0.3.31"
4920source = "registry+https://github.com/rust-lang/crates.io-index"
4921checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4922
4923[[package]]
4924name = "futures-executor"
4925version = "0.3.31"
4926source = "registry+https://github.com/rust-lang/crates.io-index"
4927checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4928dependencies = [
4929 "futures-core",
4930 "futures-task",
4931 "futures-util",
4932]
4933
4934[[package]]
4935name = "futures-intrusive"
4936version = "0.5.0"
4937source = "registry+https://github.com/rust-lang/crates.io-index"
4938checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4939dependencies = [
4940 "futures-core",
4941 "lock_api",
4942 "parking_lot",
4943]
4944
4945[[package]]
4946name = "futures-io"
4947version = "0.3.31"
4948source = "registry+https://github.com/rust-lang/crates.io-index"
4949checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
4950
4951[[package]]
4952name = "futures-lite"
4953version = "1.13.0"
4954source = "registry+https://github.com/rust-lang/crates.io-index"
4955checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4956dependencies = [
4957 "fastrand 1.9.0",
4958 "futures-core",
4959 "futures-io",
4960 "memchr",
4961 "parking",
4962 "pin-project-lite",
4963 "waker-fn",
4964]
4965
4966[[package]]
4967name = "futures-lite"
4968version = "2.5.0"
4969source = "registry+https://github.com/rust-lang/crates.io-index"
4970checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
4971dependencies = [
4972 "fastrand 2.3.0",
4973 "futures-core",
4974 "futures-io",
4975 "parking",
4976 "pin-project-lite",
4977]
4978
4979[[package]]
4980name = "futures-macro"
4981version = "0.3.31"
4982source = "registry+https://github.com/rust-lang/crates.io-index"
4983checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
4984dependencies = [
4985 "proc-macro2",
4986 "quote",
4987 "syn 2.0.90",
4988]
4989
4990[[package]]
4991name = "futures-sink"
4992version = "0.3.31"
4993source = "registry+https://github.com/rust-lang/crates.io-index"
4994checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
4995
4996[[package]]
4997name = "futures-task"
4998version = "0.3.31"
4999source = "registry+https://github.com/rust-lang/crates.io-index"
5000checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5001
5002[[package]]
5003name = "futures-timer"
5004version = "3.0.3"
5005source = "registry+https://github.com/rust-lang/crates.io-index"
5006checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5007
5008[[package]]
5009name = "futures-util"
5010version = "0.3.31"
5011source = "registry+https://github.com/rust-lang/crates.io-index"
5012checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5013dependencies = [
5014 "futures 0.1.31",
5015 "futures-channel",
5016 "futures-core",
5017 "futures-io",
5018 "futures-macro",
5019 "futures-sink",
5020 "futures-task",
5021 "memchr",
5022 "pin-project-lite",
5023 "pin-utils",
5024 "slab",
5025 "tokio-io",
5026]
5027
5028[[package]]
5029name = "fuzzy"
5030version = "0.1.0"
5031dependencies = [
5032 "gpui",
5033 "log",
5034 "util",
5035]
5036
5037[[package]]
5038name = "fuzzy-matcher"
5039version = "0.3.7"
5040source = "registry+https://github.com/rust-lang/crates.io-index"
5041checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5042dependencies = [
5043 "thread_local",
5044]
5045
5046[[package]]
5047name = "generic-array"
5048version = "0.14.7"
5049source = "registry+https://github.com/rust-lang/crates.io-index"
5050checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5051dependencies = [
5052 "typenum",
5053 "version_check",
5054]
5055
5056[[package]]
5057name = "gethostname"
5058version = "0.4.3"
5059source = "registry+https://github.com/rust-lang/crates.io-index"
5060checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5061dependencies = [
5062 "libc",
5063 "windows-targets 0.48.5",
5064]
5065
5066[[package]]
5067name = "getrandom"
5068version = "0.1.16"
5069source = "registry+https://github.com/rust-lang/crates.io-index"
5070checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5071dependencies = [
5072 "cfg-if",
5073 "libc",
5074 "wasi 0.9.0+wasi-snapshot-preview1",
5075]
5076
5077[[package]]
5078name = "getrandom"
5079version = "0.2.15"
5080source = "registry+https://github.com/rust-lang/crates.io-index"
5081checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5082dependencies = [
5083 "cfg-if",
5084 "js-sys",
5085 "libc",
5086 "wasi 0.11.0+wasi-snapshot-preview1",
5087 "wasm-bindgen",
5088]
5089
5090[[package]]
5091name = "gif"
5092version = "0.13.1"
5093source = "registry+https://github.com/rust-lang/crates.io-index"
5094checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5095dependencies = [
5096 "color_quant",
5097 "weezl",
5098]
5099
5100[[package]]
5101name = "gimli"
5102version = "0.29.0"
5103source = "registry+https://github.com/rust-lang/crates.io-index"
5104checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5105dependencies = [
5106 "fallible-iterator",
5107 "indexmap",
5108 "stable_deref_trait",
5109]
5110
5111[[package]]
5112name = "gimli"
5113version = "0.31.1"
5114source = "registry+https://github.com/rust-lang/crates.io-index"
5115checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5116
5117[[package]]
5118name = "git"
5119version = "0.1.0"
5120dependencies = [
5121 "anyhow",
5122 "async-trait",
5123 "collections",
5124 "derive_more",
5125 "git2",
5126 "gpui",
5127 "http_client",
5128 "log",
5129 "parking_lot",
5130 "pretty_assertions",
5131 "regex",
5132 "rope",
5133 "serde",
5134 "serde_json",
5135 "smol 1.3.0",
5136 "sum_tree",
5137 "text",
5138 "time",
5139 "unindent",
5140 "url",
5141 "util",
5142]
5143
5144[[package]]
5145name = "git2"
5146version = "0.19.0"
5147source = "registry+https://github.com/rust-lang/crates.io-index"
5148checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
5149dependencies = [
5150 "bitflags 2.6.0",
5151 "libc",
5152 "libgit2-sys",
5153 "log",
5154 "url",
5155]
5156
5157[[package]]
5158name = "git_hosting_providers"
5159version = "0.1.0"
5160dependencies = [
5161 "anyhow",
5162 "async-trait",
5163 "futures 0.3.31",
5164 "git",
5165 "gpui",
5166 "http_client",
5167 "indoc",
5168 "pretty_assertions",
5169 "regex",
5170 "serde",
5171 "serde_json",
5172 "url",
5173 "util",
5174]
5175
5176[[package]]
5177name = "git_ui"
5178version = "0.1.0"
5179dependencies = [
5180 "anyhow",
5181 "collections",
5182 "db",
5183 "editor",
5184 "git",
5185 "gpui",
5186 "language",
5187 "menu",
5188 "project",
5189 "schemars",
5190 "serde",
5191 "serde_derive",
5192 "serde_json",
5193 "settings",
5194 "theme",
5195 "ui",
5196 "util",
5197 "windows 0.58.0",
5198 "workspace",
5199 "worktree",
5200]
5201
5202[[package]]
5203name = "glob"
5204version = "0.3.1"
5205source = "registry+https://github.com/rust-lang/crates.io-index"
5206checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5207
5208[[package]]
5209name = "globset"
5210version = "0.4.15"
5211source = "registry+https://github.com/rust-lang/crates.io-index"
5212checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5213dependencies = [
5214 "aho-corasick",
5215 "bstr",
5216 "log",
5217 "regex-automata 0.4.9",
5218 "regex-syntax 0.8.5",
5219]
5220
5221[[package]]
5222name = "gloo-timers"
5223version = "0.3.0"
5224source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5226dependencies = [
5227 "futures-channel",
5228 "futures-core",
5229 "js-sys",
5230 "wasm-bindgen",
5231]
5232
5233[[package]]
5234name = "glow"
5235version = "0.14.2"
5236source = "registry+https://github.com/rust-lang/crates.io-index"
5237checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5238dependencies = [
5239 "js-sys",
5240 "slotmap",
5241 "wasm-bindgen",
5242 "web-sys",
5243]
5244
5245[[package]]
5246name = "go_to_line"
5247version = "0.1.0"
5248dependencies = [
5249 "anyhow",
5250 "editor",
5251 "gpui",
5252 "indoc",
5253 "language",
5254 "menu",
5255 "project",
5256 "rope",
5257 "schemars",
5258 "serde",
5259 "serde_json",
5260 "settings",
5261 "text",
5262 "theme",
5263 "tree-sitter-rust",
5264 "tree-sitter-typescript",
5265 "ui",
5266 "util",
5267 "workspace",
5268]
5269
5270[[package]]
5271name = "google_ai"
5272version = "0.1.0"
5273dependencies = [
5274 "anyhow",
5275 "futures 0.3.31",
5276 "http_client",
5277 "schemars",
5278 "serde",
5279 "serde_json",
5280 "strum",
5281]
5282
5283[[package]]
5284name = "gpu-alloc"
5285version = "0.6.0"
5286source = "registry+https://github.com/rust-lang/crates.io-index"
5287checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5288dependencies = [
5289 "bitflags 2.6.0",
5290 "gpu-alloc-types",
5291]
5292
5293[[package]]
5294name = "gpu-alloc-ash"
5295version = "0.7.0"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5298dependencies = [
5299 "ash",
5300 "gpu-alloc-types",
5301 "tinyvec",
5302]
5303
5304[[package]]
5305name = "gpu-alloc-types"
5306version = "0.3.0"
5307source = "registry+https://github.com/rust-lang/crates.io-index"
5308checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5309dependencies = [
5310 "bitflags 2.6.0",
5311]
5312
5313[[package]]
5314name = "gpui"
5315version = "0.1.0"
5316dependencies = [
5317 "anyhow",
5318 "as-raw-xcb-connection",
5319 "ashpd",
5320 "async-task",
5321 "backtrace",
5322 "bindgen",
5323 "blade-graphics",
5324 "blade-macros",
5325 "blade-util",
5326 "block",
5327 "bytemuck",
5328 "calloop",
5329 "calloop-wayland-source",
5330 "cbindgen",
5331 "cocoa 0.26.0",
5332 "collections",
5333 "core-foundation 0.9.4",
5334 "core-foundation-sys",
5335 "core-graphics 0.23.2",
5336 "core-text",
5337 "cosmic-text",
5338 "ctor",
5339 "derive_more",
5340 "embed-resource",
5341 "env_logger 0.11.6",
5342 "etagere",
5343 "filedescriptor",
5344 "flume",
5345 "font-kit",
5346 "foreign-types 0.5.0",
5347 "futures 0.3.31",
5348 "gpui_macros",
5349 "http_client",
5350 "image",
5351 "itertools 0.14.0",
5352 "linkme",
5353 "log",
5354 "media",
5355 "metal",
5356 "num_cpus",
5357 "objc",
5358 "objc2",
5359 "objc2-metal",
5360 "oo7",
5361 "open",
5362 "parking",
5363 "parking_lot",
5364 "pathfinder_geometry",
5365 "postage",
5366 "profiling",
5367 "rand 0.8.5",
5368 "raw-window-handle",
5369 "refineable",
5370 "resvg",
5371 "schemars",
5372 "seahash",
5373 "semantic_version",
5374 "serde",
5375 "serde_derive",
5376 "serde_json",
5377 "slotmap",
5378 "smallvec",
5379 "smol 1.3.0",
5380 "strum",
5381 "sum_tree",
5382 "taffy",
5383 "thiserror 1.0.69",
5384 "unicode-segmentation",
5385 "usvg",
5386 "util",
5387 "uuid",
5388 "waker-fn",
5389 "wayland-backend",
5390 "wayland-client",
5391 "wayland-cursor",
5392 "wayland-protocols",
5393 "wayland-protocols-plasma",
5394 "windows 0.58.0",
5395 "windows-core 0.58.0",
5396 "x11-clipboard",
5397 "x11rb",
5398 "xim",
5399 "xkbcommon",
5400]
5401
5402[[package]]
5403name = "gpui_macros"
5404version = "0.1.0"
5405dependencies = [
5406 "proc-macro2",
5407 "quote",
5408 "syn 1.0.109",
5409]
5410
5411[[package]]
5412name = "grid"
5413version = "0.13.0"
5414source = "registry+https://github.com/rust-lang/crates.io-index"
5415checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5416
5417[[package]]
5418name = "group"
5419version = "0.12.1"
5420source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5422dependencies = [
5423 "ff",
5424 "rand_core 0.6.4",
5425 "subtle",
5426]
5427
5428[[package]]
5429name = "h2"
5430version = "0.3.26"
5431source = "registry+https://github.com/rust-lang/crates.io-index"
5432checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5433dependencies = [
5434 "bytes 1.9.0",
5435 "fnv",
5436 "futures-core",
5437 "futures-sink",
5438 "futures-util",
5439 "http 0.2.12",
5440 "indexmap",
5441 "slab",
5442 "tokio",
5443 "tokio-util",
5444 "tracing",
5445]
5446
5447[[package]]
5448name = "h2"
5449version = "0.4.7"
5450source = "registry+https://github.com/rust-lang/crates.io-index"
5451checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5452dependencies = [
5453 "atomic-waker",
5454 "bytes 1.9.0",
5455 "fnv",
5456 "futures-core",
5457 "futures-sink",
5458 "http 1.2.0",
5459 "indexmap",
5460 "slab",
5461 "tokio",
5462 "tokio-util",
5463 "tracing",
5464]
5465
5466[[package]]
5467name = "half"
5468version = "2.4.1"
5469source = "registry+https://github.com/rust-lang/crates.io-index"
5470checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5471dependencies = [
5472 "cfg-if",
5473 "crunchy",
5474]
5475
5476[[package]]
5477name = "handlebars"
5478version = "4.5.0"
5479source = "registry+https://github.com/rust-lang/crates.io-index"
5480checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5481dependencies = [
5482 "log",
5483 "pest",
5484 "pest_derive",
5485 "serde",
5486 "serde_json",
5487 "thiserror 1.0.69",
5488]
5489
5490[[package]]
5491name = "handlebars"
5492version = "6.2.0"
5493source = "registry+https://github.com/rust-lang/crates.io-index"
5494checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5495dependencies = [
5496 "log",
5497 "num-order",
5498 "pest",
5499 "pest_derive",
5500 "serde",
5501 "serde_json",
5502 "thiserror 1.0.69",
5503]
5504
5505[[package]]
5506name = "hashbrown"
5507version = "0.12.3"
5508source = "registry+https://github.com/rust-lang/crates.io-index"
5509checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5510dependencies = [
5511 "ahash 0.7.8",
5512]
5513
5514[[package]]
5515name = "hashbrown"
5516version = "0.13.2"
5517source = "registry+https://github.com/rust-lang/crates.io-index"
5518checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5519dependencies = [
5520 "ahash 0.8.11",
5521]
5522
5523[[package]]
5524name = "hashbrown"
5525version = "0.14.5"
5526source = "registry+https://github.com/rust-lang/crates.io-index"
5527checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5528dependencies = [
5529 "ahash 0.8.11",
5530 "allocator-api2",
5531 "serde",
5532]
5533
5534[[package]]
5535name = "hashbrown"
5536version = "0.15.2"
5537source = "registry+https://github.com/rust-lang/crates.io-index"
5538checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5539dependencies = [
5540 "allocator-api2",
5541 "equivalent",
5542 "foldhash",
5543]
5544
5545[[package]]
5546name = "hashlink"
5547version = "0.8.4"
5548source = "registry+https://github.com/rust-lang/crates.io-index"
5549checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5550dependencies = [
5551 "hashbrown 0.14.5",
5552]
5553
5554[[package]]
5555name = "hashlink"
5556version = "0.9.1"
5557source = "registry+https://github.com/rust-lang/crates.io-index"
5558checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5559dependencies = [
5560 "hashbrown 0.14.5",
5561]
5562
5563[[package]]
5564name = "headers"
5565version = "0.3.9"
5566source = "registry+https://github.com/rust-lang/crates.io-index"
5567checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5568dependencies = [
5569 "base64 0.21.7",
5570 "bytes 1.9.0",
5571 "headers-core",
5572 "http 0.2.12",
5573 "httpdate",
5574 "mime",
5575 "sha1",
5576]
5577
5578[[package]]
5579name = "headers-core"
5580version = "0.2.0"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5583dependencies = [
5584 "http 0.2.12",
5585]
5586
5587[[package]]
5588name = "heck"
5589version = "0.3.3"
5590source = "registry+https://github.com/rust-lang/crates.io-index"
5591checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5592dependencies = [
5593 "unicode-segmentation",
5594]
5595
5596[[package]]
5597name = "heck"
5598version = "0.4.1"
5599source = "registry+https://github.com/rust-lang/crates.io-index"
5600checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5601dependencies = [
5602 "unicode-segmentation",
5603]
5604
5605[[package]]
5606name = "heck"
5607version = "0.5.0"
5608source = "registry+https://github.com/rust-lang/crates.io-index"
5609checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5610
5611[[package]]
5612name = "heed"
5613version = "0.21.0"
5614source = "registry+https://github.com/rust-lang/crates.io-index"
5615checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5616dependencies = [
5617 "bitflags 2.6.0",
5618 "byteorder",
5619 "heed-traits",
5620 "heed-types",
5621 "libc",
5622 "lmdb-master-sys",
5623 "once_cell",
5624 "page_size",
5625 "serde",
5626 "synchronoise",
5627 "url",
5628]
5629
5630[[package]]
5631name = "heed-traits"
5632version = "0.20.0"
5633source = "registry+https://github.com/rust-lang/crates.io-index"
5634checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5635
5636[[package]]
5637name = "heed-types"
5638version = "0.21.0"
5639source = "registry+https://github.com/rust-lang/crates.io-index"
5640checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5641dependencies = [
5642 "bincode",
5643 "byteorder",
5644 "heed-traits",
5645 "serde",
5646 "serde_json",
5647]
5648
5649[[package]]
5650name = "hermit-abi"
5651version = "0.3.9"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5654
5655[[package]]
5656name = "hermit-abi"
5657version = "0.4.0"
5658source = "registry+https://github.com/rust-lang/crates.io-index"
5659checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5660
5661[[package]]
5662name = "hex"
5663version = "0.4.3"
5664source = "registry+https://github.com/rust-lang/crates.io-index"
5665checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5666
5667[[package]]
5668name = "hexf-parse"
5669version = "0.2.1"
5670source = "registry+https://github.com/rust-lang/crates.io-index"
5671checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5672
5673[[package]]
5674name = "hidden-trait"
5675version = "0.1.2"
5676source = "registry+https://github.com/rust-lang/crates.io-index"
5677checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5678dependencies = [
5679 "proc-macro2",
5680 "quote",
5681 "syn 1.0.109",
5682]
5683
5684[[package]]
5685name = "hkdf"
5686version = "0.12.4"
5687source = "registry+https://github.com/rust-lang/crates.io-index"
5688checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5689dependencies = [
5690 "hmac",
5691]
5692
5693[[package]]
5694name = "hmac"
5695version = "0.12.1"
5696source = "registry+https://github.com/rust-lang/crates.io-index"
5697checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5698dependencies = [
5699 "digest",
5700]
5701
5702[[package]]
5703name = "home"
5704version = "0.5.9"
5705source = "registry+https://github.com/rust-lang/crates.io-index"
5706checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5707dependencies = [
5708 "windows-sys 0.52.0",
5709]
5710
5711[[package]]
5712name = "hound"
5713version = "3.5.1"
5714source = "registry+https://github.com/rust-lang/crates.io-index"
5715checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5716
5717[[package]]
5718name = "html5ever"
5719version = "0.27.0"
5720source = "registry+https://github.com/rust-lang/crates.io-index"
5721checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5722dependencies = [
5723 "log",
5724 "mac",
5725 "markup5ever",
5726 "proc-macro2",
5727 "quote",
5728 "syn 2.0.90",
5729]
5730
5731[[package]]
5732name = "html_to_markdown"
5733version = "0.1.0"
5734dependencies = [
5735 "anyhow",
5736 "html5ever",
5737 "indoc",
5738 "markup5ever_rcdom",
5739 "pretty_assertions",
5740 "regex",
5741]
5742
5743[[package]]
5744name = "http"
5745version = "0.2.12"
5746source = "registry+https://github.com/rust-lang/crates.io-index"
5747checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5748dependencies = [
5749 "bytes 1.9.0",
5750 "fnv",
5751 "itoa",
5752]
5753
5754[[package]]
5755name = "http"
5756version = "1.2.0"
5757source = "registry+https://github.com/rust-lang/crates.io-index"
5758checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5759dependencies = [
5760 "bytes 1.9.0",
5761 "fnv",
5762 "itoa",
5763]
5764
5765[[package]]
5766name = "http-body"
5767version = "0.4.6"
5768source = "registry+https://github.com/rust-lang/crates.io-index"
5769checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5770dependencies = [
5771 "bytes 1.9.0",
5772 "http 0.2.12",
5773 "pin-project-lite",
5774]
5775
5776[[package]]
5777name = "http-body"
5778version = "1.0.1"
5779source = "registry+https://github.com/rust-lang/crates.io-index"
5780checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5781dependencies = [
5782 "bytes 1.9.0",
5783 "http 1.2.0",
5784]
5785
5786[[package]]
5787name = "http-body-util"
5788version = "0.1.2"
5789source = "registry+https://github.com/rust-lang/crates.io-index"
5790checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5791dependencies = [
5792 "bytes 1.9.0",
5793 "futures-util",
5794 "http 1.2.0",
5795 "http-body 1.0.1",
5796 "pin-project-lite",
5797]
5798
5799[[package]]
5800name = "http-range-header"
5801version = "0.3.1"
5802source = "registry+https://github.com/rust-lang/crates.io-index"
5803checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5804
5805[[package]]
5806name = "http-types"
5807version = "2.12.0"
5808source = "registry+https://github.com/rust-lang/crates.io-index"
5809checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5810dependencies = [
5811 "anyhow",
5812 "async-channel 1.9.0",
5813 "base64 0.13.1",
5814 "futures-lite 1.13.0",
5815 "http 0.2.12",
5816 "infer",
5817 "pin-project-lite",
5818 "rand 0.7.3",
5819 "serde",
5820 "serde_json",
5821 "serde_qs 0.8.5",
5822 "serde_urlencoded",
5823 "url",
5824]
5825
5826[[package]]
5827name = "http_client"
5828version = "0.1.0"
5829dependencies = [
5830 "anyhow",
5831 "bytes 1.9.0",
5832 "derive_more",
5833 "futures 0.3.31",
5834 "http 1.2.0",
5835 "log",
5836 "serde",
5837 "serde_json",
5838 "url",
5839]
5840
5841[[package]]
5842name = "httparse"
5843version = "1.9.5"
5844source = "registry+https://github.com/rust-lang/crates.io-index"
5845checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5846
5847[[package]]
5848name = "httpdate"
5849version = "1.0.3"
5850source = "registry+https://github.com/rust-lang/crates.io-index"
5851checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5852
5853[[package]]
5854name = "human_bytes"
5855version = "0.4.3"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5858
5859[[package]]
5860name = "humantime"
5861version = "2.1.0"
5862source = "registry+https://github.com/rust-lang/crates.io-index"
5863checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5864
5865[[package]]
5866name = "hyper"
5867version = "0.14.32"
5868source = "registry+https://github.com/rust-lang/crates.io-index"
5869checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5870dependencies = [
5871 "bytes 1.9.0",
5872 "futures-channel",
5873 "futures-core",
5874 "futures-util",
5875 "h2 0.3.26",
5876 "http 0.2.12",
5877 "http-body 0.4.6",
5878 "httparse",
5879 "httpdate",
5880 "itoa",
5881 "pin-project-lite",
5882 "socket2 0.5.8",
5883 "tokio",
5884 "tower-service",
5885 "tracing",
5886 "want",
5887]
5888
5889[[package]]
5890name = "hyper"
5891version = "1.5.1"
5892source = "registry+https://github.com/rust-lang/crates.io-index"
5893checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5894dependencies = [
5895 "bytes 1.9.0",
5896 "futures-channel",
5897 "futures-util",
5898 "h2 0.4.7",
5899 "http 1.2.0",
5900 "http-body 1.0.1",
5901 "httparse",
5902 "itoa",
5903 "pin-project-lite",
5904 "smallvec",
5905 "tokio",
5906 "want",
5907]
5908
5909[[package]]
5910name = "hyper-rustls"
5911version = "0.24.2"
5912source = "registry+https://github.com/rust-lang/crates.io-index"
5913checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5914dependencies = [
5915 "futures-util",
5916 "http 0.2.12",
5917 "hyper 0.14.32",
5918 "log",
5919 "rustls 0.21.12",
5920 "rustls-native-certs 0.6.3",
5921 "tokio",
5922 "tokio-rustls 0.24.1",
5923]
5924
5925[[package]]
5926name = "hyper-rustls"
5927version = "0.27.3"
5928source = "registry+https://github.com/rust-lang/crates.io-index"
5929checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5930dependencies = [
5931 "futures-util",
5932 "http 1.2.0",
5933 "hyper 1.5.1",
5934 "hyper-util",
5935 "rustls 0.23.20",
5936 "rustls-native-certs 0.8.1",
5937 "rustls-pki-types",
5938 "tokio",
5939 "tokio-rustls 0.26.1",
5940 "tower-service",
5941]
5942
5943[[package]]
5944name = "hyper-tls"
5945version = "0.5.0"
5946source = "registry+https://github.com/rust-lang/crates.io-index"
5947checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5948dependencies = [
5949 "bytes 1.9.0",
5950 "hyper 0.14.32",
5951 "native-tls",
5952 "tokio",
5953 "tokio-native-tls",
5954]
5955
5956[[package]]
5957name = "hyper-util"
5958version = "0.1.10"
5959source = "registry+https://github.com/rust-lang/crates.io-index"
5960checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
5961dependencies = [
5962 "bytes 1.9.0",
5963 "futures-channel",
5964 "futures-util",
5965 "http 1.2.0",
5966 "http-body 1.0.1",
5967 "hyper 1.5.1",
5968 "pin-project-lite",
5969 "socket2 0.5.8",
5970 "tokio",
5971 "tower-service",
5972 "tracing",
5973]
5974
5975[[package]]
5976name = "iana-time-zone"
5977version = "0.1.61"
5978source = "registry+https://github.com/rust-lang/crates.io-index"
5979checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
5980dependencies = [
5981 "android_system_properties",
5982 "core-foundation-sys",
5983 "iana-time-zone-haiku",
5984 "js-sys",
5985 "wasm-bindgen",
5986 "windows-core 0.52.0",
5987]
5988
5989[[package]]
5990name = "iana-time-zone-haiku"
5991version = "0.1.2"
5992source = "registry+https://github.com/rust-lang/crates.io-index"
5993checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5994dependencies = [
5995 "cc",
5996]
5997
5998[[package]]
5999name = "icu_collections"
6000version = "1.5.0"
6001source = "registry+https://github.com/rust-lang/crates.io-index"
6002checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6003dependencies = [
6004 "displaydoc",
6005 "yoke",
6006 "zerofrom",
6007 "zerovec",
6008]
6009
6010[[package]]
6011name = "icu_locid"
6012version = "1.5.0"
6013source = "registry+https://github.com/rust-lang/crates.io-index"
6014checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6015dependencies = [
6016 "displaydoc",
6017 "litemap",
6018 "tinystr",
6019 "writeable",
6020 "zerovec",
6021]
6022
6023[[package]]
6024name = "icu_locid_transform"
6025version = "1.5.0"
6026source = "registry+https://github.com/rust-lang/crates.io-index"
6027checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6028dependencies = [
6029 "displaydoc",
6030 "icu_locid",
6031 "icu_locid_transform_data",
6032 "icu_provider",
6033 "tinystr",
6034 "zerovec",
6035]
6036
6037[[package]]
6038name = "icu_locid_transform_data"
6039version = "1.5.0"
6040source = "registry+https://github.com/rust-lang/crates.io-index"
6041checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6042
6043[[package]]
6044name = "icu_normalizer"
6045version = "1.5.0"
6046source = "registry+https://github.com/rust-lang/crates.io-index"
6047checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6048dependencies = [
6049 "displaydoc",
6050 "icu_collections",
6051 "icu_normalizer_data",
6052 "icu_properties",
6053 "icu_provider",
6054 "smallvec",
6055 "utf16_iter",
6056 "utf8_iter",
6057 "write16",
6058 "zerovec",
6059]
6060
6061[[package]]
6062name = "icu_normalizer_data"
6063version = "1.5.0"
6064source = "registry+https://github.com/rust-lang/crates.io-index"
6065checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6066
6067[[package]]
6068name = "icu_properties"
6069version = "1.5.1"
6070source = "registry+https://github.com/rust-lang/crates.io-index"
6071checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6072dependencies = [
6073 "displaydoc",
6074 "icu_collections",
6075 "icu_locid_transform",
6076 "icu_properties_data",
6077 "icu_provider",
6078 "tinystr",
6079 "zerovec",
6080]
6081
6082[[package]]
6083name = "icu_properties_data"
6084version = "1.5.0"
6085source = "registry+https://github.com/rust-lang/crates.io-index"
6086checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6087
6088[[package]]
6089name = "icu_provider"
6090version = "1.5.0"
6091source = "registry+https://github.com/rust-lang/crates.io-index"
6092checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6093dependencies = [
6094 "displaydoc",
6095 "icu_locid",
6096 "icu_provider_macros",
6097 "stable_deref_trait",
6098 "tinystr",
6099 "writeable",
6100 "yoke",
6101 "zerofrom",
6102 "zerovec",
6103]
6104
6105[[package]]
6106name = "icu_provider_macros"
6107version = "1.5.0"
6108source = "registry+https://github.com/rust-lang/crates.io-index"
6109checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6110dependencies = [
6111 "proc-macro2",
6112 "quote",
6113 "syn 2.0.90",
6114]
6115
6116[[package]]
6117name = "id-arena"
6118version = "2.2.1"
6119source = "registry+https://github.com/rust-lang/crates.io-index"
6120checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6121
6122[[package]]
6123name = "idna"
6124version = "1.0.3"
6125source = "registry+https://github.com/rust-lang/crates.io-index"
6126checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6127dependencies = [
6128 "idna_adapter",
6129 "smallvec",
6130 "utf8_iter",
6131]
6132
6133[[package]]
6134name = "idna_adapter"
6135version = "1.2.0"
6136source = "registry+https://github.com/rust-lang/crates.io-index"
6137checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6138dependencies = [
6139 "icu_normalizer",
6140 "icu_properties",
6141]
6142
6143[[package]]
6144name = "ignore"
6145version = "0.4.23"
6146source = "registry+https://github.com/rust-lang/crates.io-index"
6147checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6148dependencies = [
6149 "crossbeam-deque",
6150 "globset",
6151 "log",
6152 "memchr",
6153 "regex-automata 0.4.9",
6154 "same-file",
6155 "walkdir",
6156 "winapi-util",
6157]
6158
6159[[package]]
6160name = "image"
6161version = "0.25.5"
6162source = "registry+https://github.com/rust-lang/crates.io-index"
6163checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6164dependencies = [
6165 "bytemuck",
6166 "byteorder-lite",
6167 "color_quant",
6168 "exr",
6169 "gif",
6170 "image-webp",
6171 "num-traits",
6172 "png",
6173 "qoi",
6174 "ravif",
6175 "rayon",
6176 "rgb",
6177 "tiff",
6178 "zune-core",
6179 "zune-jpeg",
6180]
6181
6182[[package]]
6183name = "image-webp"
6184version = "0.2.0"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6187dependencies = [
6188 "byteorder-lite",
6189 "quick-error",
6190]
6191
6192[[package]]
6193name = "image_viewer"
6194version = "0.1.0"
6195dependencies = [
6196 "anyhow",
6197 "db",
6198 "editor",
6199 "file_icons",
6200 "gpui",
6201 "project",
6202 "settings",
6203 "theme",
6204 "ui",
6205 "util",
6206 "workspace",
6207]
6208
6209[[package]]
6210name = "imagesize"
6211version = "0.13.0"
6212source = "registry+https://github.com/rust-lang/crates.io-index"
6213checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6214
6215[[package]]
6216name = "imgref"
6217version = "1.11.0"
6218source = "registry+https://github.com/rust-lang/crates.io-index"
6219checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6220
6221[[package]]
6222name = "indexed_docs"
6223version = "0.1.0"
6224dependencies = [
6225 "anyhow",
6226 "async-trait",
6227 "cargo_metadata",
6228 "collections",
6229 "derive_more",
6230 "extension",
6231 "fs",
6232 "futures 0.3.31",
6233 "fuzzy",
6234 "gpui",
6235 "heed",
6236 "html_to_markdown",
6237 "http_client",
6238 "indexmap",
6239 "indoc",
6240 "parking_lot",
6241 "paths",
6242 "pretty_assertions",
6243 "serde",
6244 "strum",
6245 "util",
6246]
6247
6248[[package]]
6249name = "indexmap"
6250version = "2.7.0"
6251source = "registry+https://github.com/rust-lang/crates.io-index"
6252checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6253dependencies = [
6254 "equivalent",
6255 "hashbrown 0.15.2",
6256 "serde",
6257]
6258
6259[[package]]
6260name = "indoc"
6261version = "2.0.5"
6262source = "registry+https://github.com/rust-lang/crates.io-index"
6263checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6264
6265[[package]]
6266name = "infer"
6267version = "0.2.3"
6268source = "registry+https://github.com/rust-lang/crates.io-index"
6269checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6270
6271[[package]]
6272name = "inherent"
6273version = "1.0.11"
6274source = "registry+https://github.com/rust-lang/crates.io-index"
6275checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6276dependencies = [
6277 "proc-macro2",
6278 "quote",
6279 "syn 2.0.90",
6280]
6281
6282[[package]]
6283name = "inline_completion"
6284version = "0.1.0"
6285dependencies = [
6286 "gpui",
6287 "language",
6288]
6289
6290[[package]]
6291name = "inline_completion_button"
6292version = "0.1.0"
6293dependencies = [
6294 "anyhow",
6295 "copilot",
6296 "editor",
6297 "feature_flags",
6298 "fs",
6299 "futures 0.3.31",
6300 "gpui",
6301 "indoc",
6302 "inline_completion",
6303 "language",
6304 "lsp",
6305 "paths",
6306 "project",
6307 "serde_json",
6308 "settings",
6309 "supermaven",
6310 "theme",
6311 "ui",
6312 "workspace",
6313 "zed_actions",
6314 "zeta",
6315]
6316
6317[[package]]
6318name = "inotify"
6319version = "0.9.6"
6320source = "registry+https://github.com/rust-lang/crates.io-index"
6321checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6322dependencies = [
6323 "bitflags 1.3.2",
6324 "inotify-sys",
6325 "libc",
6326]
6327
6328[[package]]
6329name = "inotify-sys"
6330version = "0.1.5"
6331source = "registry+https://github.com/rust-lang/crates.io-index"
6332checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6333dependencies = [
6334 "libc",
6335]
6336
6337[[package]]
6338name = "inout"
6339version = "0.1.3"
6340source = "registry+https://github.com/rust-lang/crates.io-index"
6341checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6342dependencies = [
6343 "block-padding",
6344 "generic-array",
6345]
6346
6347[[package]]
6348name = "install_cli"
6349version = "0.1.0"
6350dependencies = [
6351 "anyhow",
6352 "gpui",
6353 "smol 1.3.0",
6354 "util",
6355]
6356
6357[[package]]
6358name = "instant"
6359version = "0.1.13"
6360source = "registry+https://github.com/rust-lang/crates.io-index"
6361checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6362dependencies = [
6363 "cfg-if",
6364]
6365
6366[[package]]
6367name = "interpolate_name"
6368version = "0.2.4"
6369source = "registry+https://github.com/rust-lang/crates.io-index"
6370checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6371dependencies = [
6372 "proc-macro2",
6373 "quote",
6374 "syn 2.0.90",
6375]
6376
6377[[package]]
6378name = "io-extras"
6379version = "0.18.4"
6380source = "registry+https://github.com/rust-lang/crates.io-index"
6381checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6382dependencies = [
6383 "io-lifetimes 2.0.4",
6384 "windows-sys 0.59.0",
6385]
6386
6387[[package]]
6388name = "io-lifetimes"
6389version = "1.0.11"
6390source = "registry+https://github.com/rust-lang/crates.io-index"
6391checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
6392dependencies = [
6393 "hermit-abi 0.3.9",
6394 "libc",
6395 "windows-sys 0.48.0",
6396]
6397
6398[[package]]
6399name = "io-lifetimes"
6400version = "2.0.4"
6401source = "registry+https://github.com/rust-lang/crates.io-index"
6402checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6403
6404[[package]]
6405name = "iovec"
6406version = "0.1.4"
6407source = "registry+https://github.com/rust-lang/crates.io-index"
6408checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6409dependencies = [
6410 "libc",
6411]
6412
6413[[package]]
6414name = "ipc-channel"
6415version = "0.19.0"
6416source = "registry+https://github.com/rust-lang/crates.io-index"
6417checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6418dependencies = [
6419 "bincode",
6420 "crossbeam-channel",
6421 "fnv",
6422 "lazy_static",
6423 "libc",
6424 "mio 1.0.3",
6425 "rand 0.8.5",
6426 "serde",
6427 "tempfile",
6428 "uuid",
6429 "windows 0.58.0",
6430]
6431
6432[[package]]
6433name = "ipnet"
6434version = "2.10.1"
6435source = "registry+https://github.com/rust-lang/crates.io-index"
6436checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6437
6438[[package]]
6439name = "is-docker"
6440version = "0.2.0"
6441source = "registry+https://github.com/rust-lang/crates.io-index"
6442checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6443dependencies = [
6444 "once_cell",
6445]
6446
6447[[package]]
6448name = "is-terminal"
6449version = "0.4.13"
6450source = "registry+https://github.com/rust-lang/crates.io-index"
6451checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6452dependencies = [
6453 "hermit-abi 0.4.0",
6454 "libc",
6455 "windows-sys 0.52.0",
6456]
6457
6458[[package]]
6459name = "is-wsl"
6460version = "0.4.0"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6463dependencies = [
6464 "is-docker",
6465 "once_cell",
6466]
6467
6468[[package]]
6469name = "is_terminal_polyfill"
6470version = "1.70.1"
6471source = "registry+https://github.com/rust-lang/crates.io-index"
6472checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6473
6474[[package]]
6475name = "itertools"
6476version = "0.10.5"
6477source = "registry+https://github.com/rust-lang/crates.io-index"
6478checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6479dependencies = [
6480 "either",
6481]
6482
6483[[package]]
6484name = "itertools"
6485version = "0.11.0"
6486source = "registry+https://github.com/rust-lang/crates.io-index"
6487checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6488dependencies = [
6489 "either",
6490]
6491
6492[[package]]
6493name = "itertools"
6494version = "0.12.1"
6495source = "registry+https://github.com/rust-lang/crates.io-index"
6496checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6497dependencies = [
6498 "either",
6499]
6500
6501[[package]]
6502name = "itertools"
6503version = "0.14.0"
6504source = "registry+https://github.com/rust-lang/crates.io-index"
6505checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6506dependencies = [
6507 "either",
6508]
6509
6510[[package]]
6511name = "itoa"
6512version = "1.0.14"
6513source = "registry+https://github.com/rust-lang/crates.io-index"
6514checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6515
6516[[package]]
6517name = "jni"
6518version = "0.21.1"
6519source = "registry+https://github.com/rust-lang/crates.io-index"
6520checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6521dependencies = [
6522 "cesu8",
6523 "cfg-if",
6524 "combine",
6525 "jni-sys",
6526 "log",
6527 "thiserror 1.0.69",
6528 "walkdir",
6529 "windows-sys 0.45.0",
6530]
6531
6532[[package]]
6533name = "jni-sys"
6534version = "0.3.0"
6535source = "registry+https://github.com/rust-lang/crates.io-index"
6536checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6537
6538[[package]]
6539name = "jobserver"
6540version = "0.1.32"
6541source = "registry+https://github.com/rust-lang/crates.io-index"
6542checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6543dependencies = [
6544 "libc",
6545]
6546
6547[[package]]
6548name = "journal"
6549version = "0.1.0"
6550dependencies = [
6551 "anyhow",
6552 "chrono",
6553 "editor",
6554 "gpui",
6555 "log",
6556 "schemars",
6557 "serde",
6558 "settings",
6559 "shellexpand 2.1.2",
6560 "workspace",
6561]
6562
6563[[package]]
6564name = "jpeg-decoder"
6565version = "0.3.1"
6566source = "registry+https://github.com/rust-lang/crates.io-index"
6567checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6568
6569[[package]]
6570name = "js-sys"
6571version = "0.3.76"
6572source = "registry+https://github.com/rust-lang/crates.io-index"
6573checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6574dependencies = [
6575 "once_cell",
6576 "wasm-bindgen",
6577]
6578
6579[[package]]
6580name = "jsonwebtoken"
6581version = "9.3.0"
6582source = "registry+https://github.com/rust-lang/crates.io-index"
6583checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6584dependencies = [
6585 "base64 0.21.7",
6586 "js-sys",
6587 "pem",
6588 "ring",
6589 "serde",
6590 "serde_json",
6591 "simple_asn1",
6592]
6593
6594[[package]]
6595name = "jupyter-protocol"
6596version = "0.6.0"
6597source = "registry+https://github.com/rust-lang/crates.io-index"
6598checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6599dependencies = [
6600 "anyhow",
6601 "async-trait",
6602 "bytes 1.9.0",
6603 "chrono",
6604 "futures 0.3.31",
6605 "serde",
6606 "serde_json",
6607 "uuid",
6608]
6609
6610[[package]]
6611name = "jupyter-websocket-client"
6612version = "0.9.0"
6613source = "registry+https://github.com/rust-lang/crates.io-index"
6614checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6615dependencies = [
6616 "anyhow",
6617 "async-trait",
6618 "async-tungstenite 0.28.2",
6619 "futures 0.3.31",
6620 "jupyter-protocol",
6621 "serde",
6622 "serde_json",
6623 "url",
6624 "uuid",
6625]
6626
6627[[package]]
6628name = "khronos-egl"
6629version = "6.0.0"
6630source = "registry+https://github.com/rust-lang/crates.io-index"
6631checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6632dependencies = [
6633 "libc",
6634 "libloading",
6635]
6636
6637[[package]]
6638name = "kqueue"
6639version = "1.0.8"
6640source = "registry+https://github.com/rust-lang/crates.io-index"
6641checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6642dependencies = [
6643 "kqueue-sys",
6644 "libc",
6645]
6646
6647[[package]]
6648name = "kqueue-sys"
6649version = "1.0.4"
6650source = "registry+https://github.com/rust-lang/crates.io-index"
6651checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6652dependencies = [
6653 "bitflags 1.3.2",
6654 "libc",
6655]
6656
6657[[package]]
6658name = "kurbo"
6659version = "0.11.1"
6660source = "registry+https://github.com/rust-lang/crates.io-index"
6661checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6662dependencies = [
6663 "arrayvec",
6664 "smallvec",
6665]
6666
6667[[package]]
6668name = "kv-log-macro"
6669version = "1.0.7"
6670source = "registry+https://github.com/rust-lang/crates.io-index"
6671checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6672dependencies = [
6673 "log",
6674]
6675
6676[[package]]
6677name = "language"
6678version = "0.1.0"
6679dependencies = [
6680 "anyhow",
6681 "async-trait",
6682 "async-watch",
6683 "clock",
6684 "collections",
6685 "ctor",
6686 "ec4rs",
6687 "env_logger 0.11.6",
6688 "fs",
6689 "futures 0.3.31",
6690 "fuzzy",
6691 "globset",
6692 "gpui",
6693 "http_client",
6694 "indoc",
6695 "itertools 0.14.0",
6696 "log",
6697 "lsp",
6698 "parking_lot",
6699 "postage",
6700 "pretty_assertions",
6701 "pulldown-cmark 0.12.2",
6702 "rand 0.8.5",
6703 "regex",
6704 "rpc",
6705 "schemars",
6706 "serde",
6707 "serde_json",
6708 "settings",
6709 "similar",
6710 "smallvec",
6711 "smol 1.3.0",
6712 "strsim",
6713 "sum_tree",
6714 "task",
6715 "text",
6716 "theme",
6717 "tree-sitter",
6718 "tree-sitter-elixir",
6719 "tree-sitter-embedded-template",
6720 "tree-sitter-heex",
6721 "tree-sitter-html",
6722 "tree-sitter-json",
6723 "tree-sitter-md",
6724 "tree-sitter-ruby",
6725 "tree-sitter-rust",
6726 "tree-sitter-typescript",
6727 "unicase",
6728 "unindent",
6729 "util",
6730]
6731
6732[[package]]
6733name = "language_extension"
6734version = "0.1.0"
6735dependencies = [
6736 "anyhow",
6737 "async-trait",
6738 "collections",
6739 "extension",
6740 "futures 0.3.31",
6741 "gpui",
6742 "language",
6743 "lsp",
6744 "serde",
6745 "serde_json",
6746 "util",
6747]
6748
6749[[package]]
6750name = "language_model"
6751version = "0.1.0"
6752dependencies = [
6753 "anthropic",
6754 "anyhow",
6755 "base64 0.22.1",
6756 "collections",
6757 "futures 0.3.31",
6758 "google_ai",
6759 "gpui",
6760 "http_client",
6761 "image",
6762 "log",
6763 "ollama",
6764 "open_ai",
6765 "parking_lot",
6766 "proto",
6767 "schemars",
6768 "serde",
6769 "serde_json",
6770 "smol 1.3.0",
6771 "strum",
6772 "ui",
6773 "util",
6774]
6775
6776[[package]]
6777name = "language_model_selector"
6778version = "0.1.0"
6779dependencies = [
6780 "feature_flags",
6781 "gpui",
6782 "language_model",
6783 "picker",
6784 "proto",
6785 "ui",
6786 "workspace",
6787 "zed_actions",
6788]
6789
6790[[package]]
6791name = "language_models"
6792version = "0.1.0"
6793dependencies = [
6794 "anthropic",
6795 "anyhow",
6796 "client",
6797 "collections",
6798 "copilot",
6799 "editor",
6800 "feature_flags",
6801 "fs",
6802 "futures 0.3.31",
6803 "google_ai",
6804 "gpui",
6805 "http_client",
6806 "language_model",
6807 "menu",
6808 "ollama",
6809 "open_ai",
6810 "project",
6811 "proto",
6812 "schemars",
6813 "serde",
6814 "serde_json",
6815 "settings",
6816 "smol 1.3.0",
6817 "strum",
6818 "telemetry_events",
6819 "theme",
6820 "thiserror 1.0.69",
6821 "tiktoken-rs",
6822 "ui",
6823 "util",
6824]
6825
6826[[package]]
6827name = "language_selector"
6828version = "0.1.0"
6829dependencies = [
6830 "anyhow",
6831 "editor",
6832 "file_finder",
6833 "file_icons",
6834 "fuzzy",
6835 "gpui",
6836 "language",
6837 "picker",
6838 "project",
6839 "settings",
6840 "ui",
6841 "util",
6842 "workspace",
6843]
6844
6845[[package]]
6846name = "language_tools"
6847version = "0.1.0"
6848dependencies = [
6849 "anyhow",
6850 "client",
6851 "collections",
6852 "copilot",
6853 "editor",
6854 "env_logger 0.11.6",
6855 "futures 0.3.31",
6856 "gpui",
6857 "itertools 0.14.0",
6858 "language",
6859 "lsp",
6860 "project",
6861 "release_channel",
6862 "serde_json",
6863 "settings",
6864 "theme",
6865 "tree-sitter",
6866 "ui",
6867 "util",
6868 "workspace",
6869 "zed_actions",
6870]
6871
6872[[package]]
6873name = "languages"
6874version = "0.1.0"
6875dependencies = [
6876 "anyhow",
6877 "async-compression",
6878 "async-tar",
6879 "async-trait",
6880 "collections",
6881 "futures 0.3.31",
6882 "gpui",
6883 "http_client",
6884 "language",
6885 "log",
6886 "lsp",
6887 "node_runtime",
6888 "paths",
6889 "pet",
6890 "pet-conda",
6891 "pet-core",
6892 "pet-fs",
6893 "pet-poetry",
6894 "pet-reporter",
6895 "project",
6896 "regex",
6897 "rope",
6898 "rust-embed",
6899 "serde",
6900 "serde_json",
6901 "settings",
6902 "smol 1.3.0",
6903 "task",
6904 "text",
6905 "theme",
6906 "toml 0.8.19",
6907 "tree-sitter",
6908 "tree-sitter-bash",
6909 "tree-sitter-c",
6910 "tree-sitter-cpp",
6911 "tree-sitter-css",
6912 "tree-sitter-diff",
6913 "tree-sitter-go",
6914 "tree-sitter-gomod",
6915 "tree-sitter-gowork",
6916 "tree-sitter-jsdoc",
6917 "tree-sitter-json",
6918 "tree-sitter-md",
6919 "tree-sitter-python",
6920 "tree-sitter-regex",
6921 "tree-sitter-rust",
6922 "tree-sitter-typescript",
6923 "tree-sitter-yaml",
6924 "unindent",
6925 "util",
6926 "workspace",
6927]
6928
6929[[package]]
6930name = "lazy_static"
6931version = "1.5.0"
6932source = "registry+https://github.com/rust-lang/crates.io-index"
6933checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6934dependencies = [
6935 "spin",
6936]
6937
6938[[package]]
6939name = "leb128"
6940version = "0.2.5"
6941source = "registry+https://github.com/rust-lang/crates.io-index"
6942checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6943
6944[[package]]
6945name = "lebe"
6946version = "0.5.2"
6947source = "registry+https://github.com/rust-lang/crates.io-index"
6948checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6949
6950[[package]]
6951name = "libc"
6952version = "0.2.169"
6953source = "registry+https://github.com/rust-lang/crates.io-index"
6954checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
6955
6956[[package]]
6957name = "libdbus-sys"
6958version = "0.2.5"
6959source = "registry+https://github.com/rust-lang/crates.io-index"
6960checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6961dependencies = [
6962 "cc",
6963 "pkg-config",
6964]
6965
6966[[package]]
6967name = "libfuzzer-sys"
6968version = "0.4.8"
6969source = "registry+https://github.com/rust-lang/crates.io-index"
6970checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
6971dependencies = [
6972 "arbitrary",
6973 "cc",
6974]
6975
6976[[package]]
6977name = "libgit2-sys"
6978version = "0.17.0+1.8.1"
6979source = "registry+https://github.com/rust-lang/crates.io-index"
6980checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6981dependencies = [
6982 "cc",
6983 "libc",
6984 "libz-sys",
6985 "pkg-config",
6986]
6987
6988[[package]]
6989name = "libloading"
6990version = "0.8.6"
6991source = "registry+https://github.com/rust-lang/crates.io-index"
6992checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
6993dependencies = [
6994 "cfg-if",
6995 "windows-targets 0.52.6",
6996]
6997
6998[[package]]
6999name = "libm"
7000version = "0.2.11"
7001source = "registry+https://github.com/rust-lang/crates.io-index"
7002checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7003
7004[[package]]
7005name = "libmimalloc-sys"
7006version = "0.1.39"
7007source = "registry+https://github.com/rust-lang/crates.io-index"
7008checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7009dependencies = [
7010 "cc",
7011 "libc",
7012]
7013
7014[[package]]
7015name = "libredox"
7016version = "0.1.3"
7017source = "registry+https://github.com/rust-lang/crates.io-index"
7018checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7019dependencies = [
7020 "bitflags 2.6.0",
7021 "libc",
7022 "redox_syscall 0.5.8",
7023]
7024
7025[[package]]
7026name = "libsqlite3-sys"
7027version = "0.30.1"
7028source = "registry+https://github.com/rust-lang/crates.io-index"
7029checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7030dependencies = [
7031 "cc",
7032 "pkg-config",
7033 "vcpkg",
7034]
7035
7036[[package]]
7037name = "libwebrtc"
7038version = "0.3.7"
7039source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7040dependencies = [
7041 "cxx",
7042 "jni",
7043 "js-sys",
7044 "lazy_static",
7045 "livekit-protocol",
7046 "livekit-runtime",
7047 "log",
7048 "parking_lot",
7049 "serde",
7050 "serde_json",
7051 "thiserror 1.0.69",
7052 "tokio",
7053 "wasm-bindgen",
7054 "wasm-bindgen-futures",
7055 "web-sys",
7056 "webrtc-sys",
7057]
7058
7059[[package]]
7060name = "libz-sys"
7061version = "1.1.20"
7062source = "registry+https://github.com/rust-lang/crates.io-index"
7063checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7064dependencies = [
7065 "cc",
7066 "libc",
7067 "pkg-config",
7068 "vcpkg",
7069]
7070
7071[[package]]
7072name = "link-cplusplus"
7073version = "1.0.9"
7074source = "registry+https://github.com/rust-lang/crates.io-index"
7075checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7076dependencies = [
7077 "cc",
7078]
7079
7080[[package]]
7081name = "linkify"
7082version = "0.10.0"
7083source = "registry+https://github.com/rust-lang/crates.io-index"
7084checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7085dependencies = [
7086 "memchr",
7087]
7088
7089[[package]]
7090name = "linkme"
7091version = "0.3.31"
7092source = "registry+https://github.com/rust-lang/crates.io-index"
7093checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7094dependencies = [
7095 "linkme-impl",
7096]
7097
7098[[package]]
7099name = "linkme-impl"
7100version = "0.3.31"
7101source = "registry+https://github.com/rust-lang/crates.io-index"
7102checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7103dependencies = [
7104 "proc-macro2",
7105 "quote",
7106 "syn 2.0.90",
7107]
7108
7109[[package]]
7110name = "linux-raw-sys"
7111version = "0.3.8"
7112source = "registry+https://github.com/rust-lang/crates.io-index"
7113checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
7114
7115[[package]]
7116name = "linux-raw-sys"
7117version = "0.4.14"
7118source = "registry+https://github.com/rust-lang/crates.io-index"
7119checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7120
7121[[package]]
7122name = "litemap"
7123version = "0.7.4"
7124source = "registry+https://github.com/rust-lang/crates.io-index"
7125checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7126
7127[[package]]
7128name = "livekit"
7129version = "0.7.0"
7130source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7131dependencies = [
7132 "chrono",
7133 "futures-util",
7134 "lazy_static",
7135 "libwebrtc",
7136 "livekit-api",
7137 "livekit-protocol",
7138 "livekit-runtime",
7139 "log",
7140 "parking_lot",
7141 "prost 0.12.6",
7142 "semver",
7143 "serde",
7144 "serde_json",
7145 "thiserror 1.0.69",
7146 "tokio",
7147]
7148
7149[[package]]
7150name = "livekit-api"
7151version = "0.4.1"
7152source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7153dependencies = [
7154 "async-tungstenite 0.25.1",
7155 "futures-util",
7156 "http 0.2.12",
7157 "jsonwebtoken",
7158 "livekit-protocol",
7159 "livekit-runtime",
7160 "log",
7161 "parking_lot",
7162 "prost 0.12.6",
7163 "reqwest 0.11.27",
7164 "scopeguard",
7165 "serde",
7166 "serde_json",
7167 "sha2",
7168 "thiserror 1.0.69",
7169 "tokio",
7170 "tokio-tungstenite 0.20.1",
7171 "url",
7172]
7173
7174[[package]]
7175name = "livekit-protocol"
7176version = "0.3.6"
7177source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7178dependencies = [
7179 "futures-util",
7180 "livekit-runtime",
7181 "parking_lot",
7182 "pbjson",
7183 "pbjson-types",
7184 "prost 0.12.6",
7185 "prost-types 0.12.6",
7186 "serde",
7187 "thiserror 1.0.69",
7188 "tokio",
7189]
7190
7191[[package]]
7192name = "livekit-runtime"
7193version = "0.3.1"
7194source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7195dependencies = [
7196 "async-io 2.4.0",
7197 "async-std",
7198 "async-task",
7199 "futures 0.3.31",
7200]
7201
7202[[package]]
7203name = "livekit_client"
7204version = "0.1.0"
7205dependencies = [
7206 "anyhow",
7207 "async-trait",
7208 "collections",
7209 "core-foundation 0.9.4",
7210 "coreaudio-rs 0.12.1",
7211 "cpal",
7212 "futures 0.3.31",
7213 "gpui",
7214 "http 0.2.12",
7215 "http_client",
7216 "image",
7217 "livekit",
7218 "livekit_server",
7219 "log",
7220 "media",
7221 "nanoid",
7222 "parking_lot",
7223 "postage",
7224 "serde",
7225 "serde_json",
7226 "sha2",
7227 "simplelog",
7228 "smallvec",
7229 "util",
7230]
7231
7232[[package]]
7233name = "livekit_client_macos"
7234version = "0.1.0"
7235dependencies = [
7236 "anyhow",
7237 "async-broadcast",
7238 "async-trait",
7239 "collections",
7240 "core-foundation 0.9.4",
7241 "futures 0.3.31",
7242 "gpui",
7243 "livekit_server",
7244 "log",
7245 "media",
7246 "nanoid",
7247 "parking_lot",
7248 "postage",
7249 "serde",
7250 "serde_json",
7251 "sha2",
7252 "simplelog",
7253]
7254
7255[[package]]
7256name = "livekit_server"
7257version = "0.1.0"
7258dependencies = [
7259 "anyhow",
7260 "async-trait",
7261 "jsonwebtoken",
7262 "log",
7263 "prost 0.9.0",
7264 "prost-build 0.9.0",
7265 "prost-types 0.9.0",
7266 "reqwest 0.12.8",
7267 "serde",
7268]
7269
7270[[package]]
7271name = "lmdb-master-sys"
7272version = "0.2.4"
7273source = "registry+https://github.com/rust-lang/crates.io-index"
7274checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7275dependencies = [
7276 "cc",
7277 "doxygen-rs",
7278 "libc",
7279]
7280
7281[[package]]
7282name = "lock_api"
7283version = "0.4.12"
7284source = "registry+https://github.com/rust-lang/crates.io-index"
7285checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7286dependencies = [
7287 "autocfg",
7288 "scopeguard",
7289]
7290
7291[[package]]
7292name = "log"
7293version = "0.4.22"
7294source = "registry+https://github.com/rust-lang/crates.io-index"
7295checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
7296dependencies = [
7297 "serde",
7298 "value-bag",
7299]
7300
7301[[package]]
7302name = "loop9"
7303version = "0.1.5"
7304source = "registry+https://github.com/rust-lang/crates.io-index"
7305checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7306dependencies = [
7307 "imgref",
7308]
7309
7310[[package]]
7311name = "lru"
7312version = "0.12.5"
7313source = "registry+https://github.com/rust-lang/crates.io-index"
7314checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7315dependencies = [
7316 "hashbrown 0.15.2",
7317]
7318
7319[[package]]
7320name = "lsp"
7321version = "0.1.0"
7322dependencies = [
7323 "anyhow",
7324 "async-pipe",
7325 "collections",
7326 "ctor",
7327 "env_logger 0.11.6",
7328 "futures 0.3.31",
7329 "gpui",
7330 "log",
7331 "lsp-types",
7332 "parking_lot",
7333 "postage",
7334 "release_channel",
7335 "schemars",
7336 "serde",
7337 "serde_json",
7338 "smol 1.3.0",
7339 "util",
7340]
7341
7342[[package]]
7343name = "lsp-types"
7344version = "0.95.1"
7345source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7346dependencies = [
7347 "bitflags 1.3.2",
7348 "serde",
7349 "serde_json",
7350 "serde_repr",
7351 "url",
7352]
7353
7354[[package]]
7355name = "mac"
7356version = "0.1.1"
7357source = "registry+https://github.com/rust-lang/crates.io-index"
7358checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7359
7360[[package]]
7361name = "mach2"
7362version = "0.4.2"
7363source = "registry+https://github.com/rust-lang/crates.io-index"
7364checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7365dependencies = [
7366 "libc",
7367]
7368
7369[[package]]
7370name = "malloc_buf"
7371version = "0.0.6"
7372source = "registry+https://github.com/rust-lang/crates.io-index"
7373checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7374dependencies = [
7375 "libc",
7376]
7377
7378[[package]]
7379name = "maplit"
7380version = "1.0.2"
7381source = "registry+https://github.com/rust-lang/crates.io-index"
7382checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7383
7384[[package]]
7385name = "markdown"
7386version = "0.1.0"
7387dependencies = [
7388 "anyhow",
7389 "assets",
7390 "env_logger 0.11.6",
7391 "futures 0.3.31",
7392 "gpui",
7393 "language",
7394 "languages",
7395 "linkify",
7396 "log",
7397 "node_runtime",
7398 "pulldown-cmark 0.12.2",
7399 "settings",
7400 "theme",
7401 "ui",
7402 "util",
7403]
7404
7405[[package]]
7406name = "markdown_preview"
7407version = "0.1.0"
7408dependencies = [
7409 "anyhow",
7410 "async-recursion 1.1.1",
7411 "collections",
7412 "editor",
7413 "gpui",
7414 "language",
7415 "linkify",
7416 "log",
7417 "pretty_assertions",
7418 "pulldown-cmark 0.12.2",
7419 "settings",
7420 "theme",
7421 "ui",
7422 "util",
7423 "workspace",
7424]
7425
7426[[package]]
7427name = "markup5ever"
7428version = "0.12.1"
7429source = "registry+https://github.com/rust-lang/crates.io-index"
7430checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7431dependencies = [
7432 "log",
7433 "phf",
7434 "phf_codegen",
7435 "string_cache",
7436 "string_cache_codegen",
7437 "tendril",
7438]
7439
7440[[package]]
7441name = "markup5ever_rcdom"
7442version = "0.3.0"
7443source = "registry+https://github.com/rust-lang/crates.io-index"
7444checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7445dependencies = [
7446 "html5ever",
7447 "markup5ever",
7448 "tendril",
7449 "xml5ever",
7450]
7451
7452[[package]]
7453name = "matchers"
7454version = "0.1.0"
7455source = "registry+https://github.com/rust-lang/crates.io-index"
7456checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7457dependencies = [
7458 "regex-automata 0.1.10",
7459]
7460
7461[[package]]
7462name = "matchit"
7463version = "0.7.3"
7464source = "registry+https://github.com/rust-lang/crates.io-index"
7465checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7466
7467[[package]]
7468name = "maybe-owned"
7469version = "0.3.4"
7470source = "registry+https://github.com/rust-lang/crates.io-index"
7471checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7472
7473[[package]]
7474name = "maybe-rayon"
7475version = "0.1.1"
7476source = "registry+https://github.com/rust-lang/crates.io-index"
7477checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7478dependencies = [
7479 "cfg-if",
7480 "rayon",
7481]
7482
7483[[package]]
7484name = "md-5"
7485version = "0.10.6"
7486source = "registry+https://github.com/rust-lang/crates.io-index"
7487checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7488dependencies = [
7489 "cfg-if",
7490 "digest",
7491]
7492
7493[[package]]
7494name = "mdbook"
7495version = "0.4.43"
7496source = "registry+https://github.com/rust-lang/crates.io-index"
7497checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7498dependencies = [
7499 "ammonia",
7500 "anyhow",
7501 "chrono",
7502 "clap",
7503 "clap_complete",
7504 "elasticlunr-rs",
7505 "env_logger 0.11.6",
7506 "futures-util",
7507 "handlebars 6.2.0",
7508 "ignore",
7509 "log",
7510 "memchr",
7511 "notify",
7512 "notify-debouncer-mini",
7513 "once_cell",
7514 "opener",
7515 "pathdiff",
7516 "pulldown-cmark 0.10.3",
7517 "regex",
7518 "serde",
7519 "serde_json",
7520 "shlex",
7521 "tempfile",
7522 "tokio",
7523 "toml 0.5.11",
7524 "topological-sort",
7525 "walkdir",
7526 "warp",
7527]
7528
7529[[package]]
7530name = "media"
7531version = "0.1.0"
7532dependencies = [
7533 "anyhow",
7534 "bindgen",
7535 "core-foundation 0.9.4",
7536 "ctor",
7537 "foreign-types 0.5.0",
7538 "metal",
7539 "objc",
7540]
7541
7542[[package]]
7543name = "memchr"
7544version = "2.7.4"
7545source = "registry+https://github.com/rust-lang/crates.io-index"
7546checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7547
7548[[package]]
7549name = "memfd"
7550version = "0.6.4"
7551source = "registry+https://github.com/rust-lang/crates.io-index"
7552checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7553dependencies = [
7554 "rustix 0.38.42",
7555]
7556
7557[[package]]
7558name = "memmap2"
7559version = "0.9.5"
7560source = "registry+https://github.com/rust-lang/crates.io-index"
7561checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7562dependencies = [
7563 "libc",
7564]
7565
7566[[package]]
7567name = "memoffset"
7568version = "0.9.1"
7569source = "registry+https://github.com/rust-lang/crates.io-index"
7570checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7571dependencies = [
7572 "autocfg",
7573]
7574
7575[[package]]
7576name = "menu"
7577version = "0.1.0"
7578dependencies = [
7579 "gpui",
7580 "serde",
7581]
7582
7583[[package]]
7584name = "metal"
7585version = "0.30.0"
7586source = "registry+https://github.com/rust-lang/crates.io-index"
7587checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7588dependencies = [
7589 "bitflags 2.6.0",
7590 "block",
7591 "core-graphics-types 0.1.3",
7592 "foreign-types 0.5.0",
7593 "log",
7594 "objc",
7595 "paste",
7596]
7597
7598[[package]]
7599name = "mimalloc"
7600version = "0.1.43"
7601source = "registry+https://github.com/rust-lang/crates.io-index"
7602checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7603dependencies = [
7604 "libmimalloc-sys",
7605]
7606
7607[[package]]
7608name = "mime"
7609version = "0.3.17"
7610source = "registry+https://github.com/rust-lang/crates.io-index"
7611checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7612
7613[[package]]
7614name = "mime_guess"
7615version = "2.0.5"
7616source = "registry+https://github.com/rust-lang/crates.io-index"
7617checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7618dependencies = [
7619 "mime",
7620 "unicase",
7621]
7622
7623[[package]]
7624name = "minimal-lexical"
7625version = "0.2.1"
7626source = "registry+https://github.com/rust-lang/crates.io-index"
7627checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7628
7629[[package]]
7630name = "miniz_oxide"
7631version = "0.8.0"
7632source = "registry+https://github.com/rust-lang/crates.io-index"
7633checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7634dependencies = [
7635 "adler2",
7636 "simd-adler32",
7637]
7638
7639[[package]]
7640name = "mint"
7641version = "0.5.9"
7642source = "registry+https://github.com/rust-lang/crates.io-index"
7643checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7644
7645[[package]]
7646name = "mio"
7647version = "0.8.11"
7648source = "registry+https://github.com/rust-lang/crates.io-index"
7649checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7650dependencies = [
7651 "libc",
7652 "log",
7653 "wasi 0.11.0+wasi-snapshot-preview1",
7654 "windows-sys 0.48.0",
7655]
7656
7657[[package]]
7658name = "mio"
7659version = "1.0.3"
7660source = "registry+https://github.com/rust-lang/crates.io-index"
7661checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7662dependencies = [
7663 "libc",
7664 "log",
7665 "wasi 0.11.0+wasi-snapshot-preview1",
7666 "windows-sys 0.52.0",
7667]
7668
7669[[package]]
7670name = "miow"
7671version = "0.6.0"
7672source = "registry+https://github.com/rust-lang/crates.io-index"
7673checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7674dependencies = [
7675 "windows-sys 0.48.0",
7676]
7677
7678[[package]]
7679name = "msvc_spectre_libs"
7680version = "0.1.2"
7681source = "registry+https://github.com/rust-lang/crates.io-index"
7682checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7683dependencies = [
7684 "cc",
7685]
7686
7687[[package]]
7688name = "multi_buffer"
7689version = "0.1.0"
7690dependencies = [
7691 "anyhow",
7692 "clock",
7693 "collections",
7694 "ctor",
7695 "env_logger 0.11.6",
7696 "futures 0.3.31",
7697 "gpui",
7698 "itertools 0.14.0",
7699 "language",
7700 "log",
7701 "parking_lot",
7702 "rand 0.8.5",
7703 "serde",
7704 "settings",
7705 "smallvec",
7706 "sum_tree",
7707 "text",
7708 "theme",
7709 "tree-sitter",
7710 "util",
7711]
7712
7713[[package]]
7714name = "multimap"
7715version = "0.8.3"
7716source = "registry+https://github.com/rust-lang/crates.io-index"
7717checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7718
7719[[package]]
7720name = "multimap"
7721version = "0.10.0"
7722source = "registry+https://github.com/rust-lang/crates.io-index"
7723checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7724
7725[[package]]
7726name = "naga"
7727version = "23.1.0"
7728source = "registry+https://github.com/rust-lang/crates.io-index"
7729checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7730dependencies = [
7731 "arrayvec",
7732 "bit-set 0.8.0",
7733 "bitflags 2.6.0",
7734 "cfg_aliases 0.1.1",
7735 "codespan-reporting",
7736 "hexf-parse",
7737 "indexmap",
7738 "log",
7739 "rustc-hash 1.1.0",
7740 "spirv",
7741 "termcolor",
7742 "thiserror 1.0.69",
7743 "unicode-xid",
7744]
7745
7746[[package]]
7747name = "nanoid"
7748version = "0.4.0"
7749source = "registry+https://github.com/rust-lang/crates.io-index"
7750checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7751dependencies = [
7752 "rand 0.8.5",
7753]
7754
7755[[package]]
7756name = "nanorand"
7757version = "0.7.0"
7758source = "registry+https://github.com/rust-lang/crates.io-index"
7759checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7760dependencies = [
7761 "getrandom 0.2.15",
7762]
7763
7764[[package]]
7765name = "native-tls"
7766version = "0.2.12"
7767source = "registry+https://github.com/rust-lang/crates.io-index"
7768checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7769dependencies = [
7770 "libc",
7771 "log",
7772 "openssl",
7773 "openssl-probe",
7774 "openssl-sys",
7775 "schannel",
7776 "security-framework 2.11.1",
7777 "security-framework-sys",
7778 "tempfile",
7779]
7780
7781[[package]]
7782name = "nbformat"
7783version = "0.10.0"
7784source = "registry+https://github.com/rust-lang/crates.io-index"
7785checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
7786dependencies = [
7787 "anyhow",
7788 "chrono",
7789 "jupyter-protocol",
7790 "serde",
7791 "serde_json",
7792 "thiserror 1.0.69",
7793 "uuid",
7794]
7795
7796[[package]]
7797name = "ndk"
7798version = "0.8.0"
7799source = "registry+https://github.com/rust-lang/crates.io-index"
7800checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7801dependencies = [
7802 "bitflags 2.6.0",
7803 "jni-sys",
7804 "log",
7805 "ndk-sys",
7806 "num_enum",
7807 "thiserror 1.0.69",
7808]
7809
7810[[package]]
7811name = "ndk-context"
7812version = "0.1.1"
7813source = "registry+https://github.com/rust-lang/crates.io-index"
7814checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7815
7816[[package]]
7817name = "ndk-sys"
7818version = "0.5.0+25.2.9519653"
7819source = "registry+https://github.com/rust-lang/crates.io-index"
7820checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7821dependencies = [
7822 "jni-sys",
7823]
7824
7825[[package]]
7826name = "new_debug_unreachable"
7827version = "1.0.6"
7828source = "registry+https://github.com/rust-lang/crates.io-index"
7829checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7830
7831[[package]]
7832name = "nix"
7833version = "0.29.0"
7834source = "registry+https://github.com/rust-lang/crates.io-index"
7835checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7836dependencies = [
7837 "bitflags 2.6.0",
7838 "cfg-if",
7839 "cfg_aliases 0.2.1",
7840 "libc",
7841 "memoffset",
7842]
7843
7844[[package]]
7845name = "node_runtime"
7846version = "0.1.0"
7847dependencies = [
7848 "anyhow",
7849 "async-compression",
7850 "async-std",
7851 "async-tar",
7852 "async-trait",
7853 "async-watch",
7854 "async_zip",
7855 "futures 0.3.31",
7856 "http_client",
7857 "log",
7858 "paths",
7859 "semver",
7860 "serde",
7861 "serde_json",
7862 "smol 1.3.0",
7863 "tempfile",
7864 "util",
7865 "walkdir",
7866 "which 6.0.3",
7867]
7868
7869[[package]]
7870name = "nom"
7871version = "7.1.3"
7872source = "registry+https://github.com/rust-lang/crates.io-index"
7873checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7874dependencies = [
7875 "memchr",
7876 "minimal-lexical",
7877]
7878
7879[[package]]
7880name = "noop_proc_macro"
7881version = "0.3.0"
7882source = "registry+https://github.com/rust-lang/crates.io-index"
7883checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7884
7885[[package]]
7886name = "normpath"
7887version = "1.3.0"
7888source = "registry+https://github.com/rust-lang/crates.io-index"
7889checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7890dependencies = [
7891 "windows-sys 0.59.0",
7892]
7893
7894[[package]]
7895name = "notifications"
7896version = "0.1.0"
7897dependencies = [
7898 "anyhow",
7899 "channel",
7900 "client",
7901 "collections",
7902 "db",
7903 "gpui",
7904 "rpc",
7905 "settings",
7906 "sum_tree",
7907 "time",
7908 "util",
7909]
7910
7911[[package]]
7912name = "notify"
7913version = "6.1.1"
7914source = "registry+https://github.com/rust-lang/crates.io-index"
7915checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7916dependencies = [
7917 "bitflags 2.6.0",
7918 "crossbeam-channel",
7919 "filetime",
7920 "fsevent-sys 4.1.0",
7921 "inotify",
7922 "kqueue",
7923 "libc",
7924 "log",
7925 "mio 0.8.11",
7926 "walkdir",
7927 "windows-sys 0.48.0",
7928]
7929
7930[[package]]
7931name = "notify-debouncer-mini"
7932version = "0.4.1"
7933source = "registry+https://github.com/rust-lang/crates.io-index"
7934checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7935dependencies = [
7936 "crossbeam-channel",
7937 "log",
7938 "notify",
7939]
7940
7941[[package]]
7942name = "ntapi"
7943version = "0.4.1"
7944source = "registry+https://github.com/rust-lang/crates.io-index"
7945checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7946dependencies = [
7947 "winapi",
7948]
7949
7950[[package]]
7951name = "nu-ansi-term"
7952version = "0.46.0"
7953source = "registry+https://github.com/rust-lang/crates.io-index"
7954checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7955dependencies = [
7956 "overload",
7957 "winapi",
7958]
7959
7960[[package]]
7961name = "num"
7962version = "0.4.3"
7963source = "registry+https://github.com/rust-lang/crates.io-index"
7964checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7965dependencies = [
7966 "num-bigint",
7967 "num-complex",
7968 "num-integer",
7969 "num-iter",
7970 "num-rational",
7971 "num-traits",
7972]
7973
7974[[package]]
7975name = "num-bigint"
7976version = "0.4.6"
7977source = "registry+https://github.com/rust-lang/crates.io-index"
7978checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7979dependencies = [
7980 "num-integer",
7981 "num-traits",
7982]
7983
7984[[package]]
7985name = "num-bigint-dig"
7986version = "0.8.4"
7987source = "registry+https://github.com/rust-lang/crates.io-index"
7988checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7989dependencies = [
7990 "byteorder",
7991 "lazy_static",
7992 "libm",
7993 "num-integer",
7994 "num-iter",
7995 "num-traits",
7996 "rand 0.8.5",
7997 "serde",
7998 "smallvec",
7999 "zeroize",
8000]
8001
8002[[package]]
8003name = "num-complex"
8004version = "0.4.6"
8005source = "registry+https://github.com/rust-lang/crates.io-index"
8006checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8007dependencies = [
8008 "num-traits",
8009]
8010
8011[[package]]
8012name = "num-conv"
8013version = "0.1.0"
8014source = "registry+https://github.com/rust-lang/crates.io-index"
8015checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8016
8017[[package]]
8018name = "num-derive"
8019version = "0.4.2"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8022dependencies = [
8023 "proc-macro2",
8024 "quote",
8025 "syn 2.0.90",
8026]
8027
8028[[package]]
8029name = "num-format"
8030version = "0.4.4"
8031source = "registry+https://github.com/rust-lang/crates.io-index"
8032checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8033dependencies = [
8034 "arrayvec",
8035 "itoa",
8036]
8037
8038[[package]]
8039name = "num-integer"
8040version = "0.1.46"
8041source = "registry+https://github.com/rust-lang/crates.io-index"
8042checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8043dependencies = [
8044 "num-traits",
8045]
8046
8047[[package]]
8048name = "num-iter"
8049version = "0.1.45"
8050source = "registry+https://github.com/rust-lang/crates.io-index"
8051checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8052dependencies = [
8053 "autocfg",
8054 "num-integer",
8055 "num-traits",
8056]
8057
8058[[package]]
8059name = "num-modular"
8060version = "0.6.1"
8061source = "registry+https://github.com/rust-lang/crates.io-index"
8062checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8063
8064[[package]]
8065name = "num-order"
8066version = "1.2.0"
8067source = "registry+https://github.com/rust-lang/crates.io-index"
8068checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8069dependencies = [
8070 "num-modular",
8071]
8072
8073[[package]]
8074name = "num-rational"
8075version = "0.4.2"
8076source = "registry+https://github.com/rust-lang/crates.io-index"
8077checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8078dependencies = [
8079 "num-bigint",
8080 "num-integer",
8081 "num-traits",
8082]
8083
8084[[package]]
8085name = "num-traits"
8086version = "0.2.19"
8087source = "registry+https://github.com/rust-lang/crates.io-index"
8088checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8089dependencies = [
8090 "autocfg",
8091 "libm",
8092]
8093
8094[[package]]
8095name = "num_cpus"
8096version = "1.16.0"
8097source = "registry+https://github.com/rust-lang/crates.io-index"
8098checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8099dependencies = [
8100 "hermit-abi 0.3.9",
8101 "libc",
8102]
8103
8104[[package]]
8105name = "num_enum"
8106version = "0.7.3"
8107source = "registry+https://github.com/rust-lang/crates.io-index"
8108checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8109dependencies = [
8110 "num_enum_derive",
8111]
8112
8113[[package]]
8114name = "num_enum_derive"
8115version = "0.7.3"
8116source = "registry+https://github.com/rust-lang/crates.io-index"
8117checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8118dependencies = [
8119 "proc-macro-crate",
8120 "proc-macro2",
8121 "quote",
8122 "syn 2.0.90",
8123]
8124
8125[[package]]
8126name = "num_threads"
8127version = "0.1.7"
8128source = "registry+https://github.com/rust-lang/crates.io-index"
8129checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8130dependencies = [
8131 "libc",
8132]
8133
8134[[package]]
8135name = "nvim-rs"
8136version = "0.8.0-pre"
8137source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8138dependencies = [
8139 "async-trait",
8140 "futures 0.3.31",
8141 "log",
8142 "parity-tokio-ipc",
8143 "rmp",
8144 "rmpv",
8145 "tokio",
8146 "tokio-util",
8147 "winapi",
8148]
8149
8150[[package]]
8151name = "objc"
8152version = "0.2.7"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8155dependencies = [
8156 "malloc_buf",
8157]
8158
8159[[package]]
8160name = "objc-sys"
8161version = "0.3.5"
8162source = "registry+https://github.com/rust-lang/crates.io-index"
8163checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8164
8165[[package]]
8166name = "objc2"
8167version = "0.5.2"
8168source = "registry+https://github.com/rust-lang/crates.io-index"
8169checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8170dependencies = [
8171 "objc-sys",
8172 "objc2-encode",
8173]
8174
8175[[package]]
8176name = "objc2-app-kit"
8177version = "0.2.2"
8178source = "registry+https://github.com/rust-lang/crates.io-index"
8179checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8180dependencies = [
8181 "bitflags 2.6.0",
8182 "block2",
8183 "libc",
8184 "objc2",
8185 "objc2-core-data",
8186 "objc2-core-image",
8187 "objc2-foundation",
8188 "objc2-quartz-core",
8189]
8190
8191[[package]]
8192name = "objc2-cloud-kit"
8193version = "0.2.2"
8194source = "registry+https://github.com/rust-lang/crates.io-index"
8195checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8196dependencies = [
8197 "bitflags 2.6.0",
8198 "block2",
8199 "objc2",
8200 "objc2-core-location",
8201 "objc2-foundation",
8202]
8203
8204[[package]]
8205name = "objc2-contacts"
8206version = "0.2.2"
8207source = "registry+https://github.com/rust-lang/crates.io-index"
8208checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8209dependencies = [
8210 "block2",
8211 "objc2",
8212 "objc2-foundation",
8213]
8214
8215[[package]]
8216name = "objc2-core-data"
8217version = "0.2.2"
8218source = "registry+https://github.com/rust-lang/crates.io-index"
8219checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8220dependencies = [
8221 "bitflags 2.6.0",
8222 "block2",
8223 "objc2",
8224 "objc2-foundation",
8225]
8226
8227[[package]]
8228name = "objc2-core-image"
8229version = "0.2.2"
8230source = "registry+https://github.com/rust-lang/crates.io-index"
8231checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8232dependencies = [
8233 "block2",
8234 "objc2",
8235 "objc2-foundation",
8236 "objc2-metal",
8237]
8238
8239[[package]]
8240name = "objc2-core-location"
8241version = "0.2.2"
8242source = "registry+https://github.com/rust-lang/crates.io-index"
8243checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8244dependencies = [
8245 "block2",
8246 "objc2",
8247 "objc2-contacts",
8248 "objc2-foundation",
8249]
8250
8251[[package]]
8252name = "objc2-encode"
8253version = "4.0.3"
8254source = "registry+https://github.com/rust-lang/crates.io-index"
8255checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8256
8257[[package]]
8258name = "objc2-foundation"
8259version = "0.2.2"
8260source = "registry+https://github.com/rust-lang/crates.io-index"
8261checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8262dependencies = [
8263 "bitflags 2.6.0",
8264 "block2",
8265 "libc",
8266 "objc2",
8267]
8268
8269[[package]]
8270name = "objc2-link-presentation"
8271version = "0.2.2"
8272source = "registry+https://github.com/rust-lang/crates.io-index"
8273checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8274dependencies = [
8275 "block2",
8276 "objc2",
8277 "objc2-app-kit",
8278 "objc2-foundation",
8279]
8280
8281[[package]]
8282name = "objc2-metal"
8283version = "0.2.2"
8284source = "registry+https://github.com/rust-lang/crates.io-index"
8285checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8286dependencies = [
8287 "bitflags 2.6.0",
8288 "block2",
8289 "objc2",
8290 "objc2-foundation",
8291]
8292
8293[[package]]
8294name = "objc2-quartz-core"
8295version = "0.2.2"
8296source = "registry+https://github.com/rust-lang/crates.io-index"
8297checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8298dependencies = [
8299 "bitflags 2.6.0",
8300 "block2",
8301 "objc2",
8302 "objc2-foundation",
8303 "objc2-metal",
8304]
8305
8306[[package]]
8307name = "objc2-symbols"
8308version = "0.2.2"
8309source = "registry+https://github.com/rust-lang/crates.io-index"
8310checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8311dependencies = [
8312 "objc2",
8313 "objc2-foundation",
8314]
8315
8316[[package]]
8317name = "objc2-ui-kit"
8318version = "0.2.2"
8319source = "registry+https://github.com/rust-lang/crates.io-index"
8320checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8321dependencies = [
8322 "bitflags 2.6.0",
8323 "block2",
8324 "objc2",
8325 "objc2-cloud-kit",
8326 "objc2-core-data",
8327 "objc2-core-image",
8328 "objc2-core-location",
8329 "objc2-foundation",
8330 "objc2-link-presentation",
8331 "objc2-quartz-core",
8332 "objc2-symbols",
8333 "objc2-uniform-type-identifiers",
8334 "objc2-user-notifications",
8335]
8336
8337[[package]]
8338name = "objc2-uniform-type-identifiers"
8339version = "0.2.2"
8340source = "registry+https://github.com/rust-lang/crates.io-index"
8341checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8342dependencies = [
8343 "block2",
8344 "objc2",
8345 "objc2-foundation",
8346]
8347
8348[[package]]
8349name = "objc2-user-notifications"
8350version = "0.2.2"
8351source = "registry+https://github.com/rust-lang/crates.io-index"
8352checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8353dependencies = [
8354 "bitflags 2.6.0",
8355 "block2",
8356 "objc2",
8357 "objc2-core-location",
8358 "objc2-foundation",
8359]
8360
8361[[package]]
8362name = "object"
8363version = "0.36.5"
8364source = "registry+https://github.com/rust-lang/crates.io-index"
8365checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8366dependencies = [
8367 "crc32fast",
8368 "hashbrown 0.15.2",
8369 "indexmap",
8370 "memchr",
8371]
8372
8373[[package]]
8374name = "oboe"
8375version = "0.6.1"
8376source = "registry+https://github.com/rust-lang/crates.io-index"
8377checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8378dependencies = [
8379 "jni",
8380 "ndk",
8381 "ndk-context",
8382 "num-derive",
8383 "num-traits",
8384 "oboe-sys",
8385]
8386
8387[[package]]
8388name = "oboe-sys"
8389version = "0.6.1"
8390source = "registry+https://github.com/rust-lang/crates.io-index"
8391checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8392dependencies = [
8393 "cc",
8394]
8395
8396[[package]]
8397name = "ollama"
8398version = "0.1.0"
8399dependencies = [
8400 "anyhow",
8401 "futures 0.3.31",
8402 "http_client",
8403 "schemars",
8404 "serde",
8405 "serde_json",
8406]
8407
8408[[package]]
8409name = "once_cell"
8410version = "1.20.2"
8411source = "registry+https://github.com/rust-lang/crates.io-index"
8412checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8413
8414[[package]]
8415name = "oo7"
8416version = "0.3.3"
8417source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8418dependencies = [
8419 "aes",
8420 "async-fs 2.1.2",
8421 "async-io 2.4.0",
8422 "async-lock 3.4.0",
8423 "async-net 2.0.0",
8424 "blocking",
8425 "cbc",
8426 "cipher",
8427 "digest",
8428 "endi",
8429 "futures-lite 2.5.0",
8430 "futures-util",
8431 "hkdf",
8432 "hmac",
8433 "md-5",
8434 "num",
8435 "num-bigint-dig",
8436 "pbkdf2 0.12.2",
8437 "rand 0.8.5",
8438 "serde",
8439 "sha2",
8440 "subtle",
8441 "zbus 4.4.0",
8442 "zeroize",
8443 "zvariant 4.2.0",
8444]
8445
8446[[package]]
8447name = "oorandom"
8448version = "11.1.4"
8449source = "registry+https://github.com/rust-lang/crates.io-index"
8450checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8451
8452[[package]]
8453name = "open"
8454version = "5.3.2"
8455source = "registry+https://github.com/rust-lang/crates.io-index"
8456checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8457dependencies = [
8458 "is-wsl",
8459 "libc",
8460 "pathdiff",
8461]
8462
8463[[package]]
8464name = "open_ai"
8465version = "0.1.0"
8466dependencies = [
8467 "anyhow",
8468 "futures 0.3.31",
8469 "http_client",
8470 "schemars",
8471 "serde",
8472 "serde_json",
8473 "strum",
8474]
8475
8476[[package]]
8477name = "opener"
8478version = "0.7.2"
8479source = "registry+https://github.com/rust-lang/crates.io-index"
8480checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8481dependencies = [
8482 "bstr",
8483 "dbus",
8484 "normpath",
8485 "windows-sys 0.59.0",
8486]
8487
8488[[package]]
8489name = "openssl"
8490version = "0.10.68"
8491source = "registry+https://github.com/rust-lang/crates.io-index"
8492checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8493dependencies = [
8494 "bitflags 2.6.0",
8495 "cfg-if",
8496 "foreign-types 0.3.2",
8497 "libc",
8498 "once_cell",
8499 "openssl-macros",
8500 "openssl-sys",
8501]
8502
8503[[package]]
8504name = "openssl-macros"
8505version = "0.1.1"
8506source = "registry+https://github.com/rust-lang/crates.io-index"
8507checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8508dependencies = [
8509 "proc-macro2",
8510 "quote",
8511 "syn 2.0.90",
8512]
8513
8514[[package]]
8515name = "openssl-probe"
8516version = "0.1.5"
8517source = "registry+https://github.com/rust-lang/crates.io-index"
8518checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8519
8520[[package]]
8521name = "openssl-src"
8522version = "300.4.1+3.4.0"
8523source = "registry+https://github.com/rust-lang/crates.io-index"
8524checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8525dependencies = [
8526 "cc",
8527]
8528
8529[[package]]
8530name = "openssl-sys"
8531version = "0.9.104"
8532source = "registry+https://github.com/rust-lang/crates.io-index"
8533checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8534dependencies = [
8535 "cc",
8536 "libc",
8537 "openssl-src",
8538 "pkg-config",
8539 "vcpkg",
8540]
8541
8542[[package]]
8543name = "option-ext"
8544version = "0.2.0"
8545source = "registry+https://github.com/rust-lang/crates.io-index"
8546checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8547
8548[[package]]
8549name = "ordered-float"
8550version = "2.10.1"
8551source = "registry+https://github.com/rust-lang/crates.io-index"
8552checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8553dependencies = [
8554 "num-traits",
8555]
8556
8557[[package]]
8558name = "ordered-float"
8559version = "3.9.2"
8560source = "registry+https://github.com/rust-lang/crates.io-index"
8561checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8562dependencies = [
8563 "num-traits",
8564]
8565
8566[[package]]
8567name = "ordered-stream"
8568version = "0.2.0"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8571dependencies = [
8572 "futures-core",
8573 "pin-project-lite",
8574]
8575
8576[[package]]
8577name = "ouroboros"
8578version = "0.18.4"
8579source = "registry+https://github.com/rust-lang/crates.io-index"
8580checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8581dependencies = [
8582 "aliasable",
8583 "ouroboros_macro",
8584 "static_assertions",
8585]
8586
8587[[package]]
8588name = "ouroboros_macro"
8589version = "0.18.4"
8590source = "registry+https://github.com/rust-lang/crates.io-index"
8591checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8592dependencies = [
8593 "heck 0.4.1",
8594 "itertools 0.12.1",
8595 "proc-macro2",
8596 "proc-macro2-diagnostics",
8597 "quote",
8598 "syn 2.0.90",
8599]
8600
8601[[package]]
8602name = "outline"
8603version = "0.1.0"
8604dependencies = [
8605 "editor",
8606 "fuzzy",
8607 "gpui",
8608 "indoc",
8609 "language",
8610 "menu",
8611 "ordered-float 2.10.1",
8612 "picker",
8613 "project",
8614 "rope",
8615 "serde_json",
8616 "settings",
8617 "smol 1.3.0",
8618 "theme",
8619 "tree-sitter-rust",
8620 "tree-sitter-typescript",
8621 "ui",
8622 "util",
8623 "workspace",
8624 "zed_actions",
8625]
8626
8627[[package]]
8628name = "outline_panel"
8629version = "0.1.0"
8630dependencies = [
8631 "anyhow",
8632 "collections",
8633 "db",
8634 "editor",
8635 "file_icons",
8636 "fuzzy",
8637 "gpui",
8638 "itertools 0.14.0",
8639 "language",
8640 "log",
8641 "menu",
8642 "outline",
8643 "pretty_assertions",
8644 "project",
8645 "schemars",
8646 "search",
8647 "serde",
8648 "serde_json",
8649 "settings",
8650 "smallvec",
8651 "smol 1.3.0",
8652 "theme",
8653 "ui",
8654 "util",
8655 "workspace",
8656 "worktree",
8657]
8658
8659[[package]]
8660name = "outref"
8661version = "0.5.1"
8662source = "registry+https://github.com/rust-lang/crates.io-index"
8663checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8664
8665[[package]]
8666name = "overload"
8667version = "0.1.1"
8668source = "registry+https://github.com/rust-lang/crates.io-index"
8669checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8670
8671[[package]]
8672name = "p256"
8673version = "0.11.1"
8674source = "registry+https://github.com/rust-lang/crates.io-index"
8675checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8676dependencies = [
8677 "ecdsa",
8678 "elliptic-curve",
8679 "sha2",
8680]
8681
8682[[package]]
8683name = "page_size"
8684version = "0.6.0"
8685source = "registry+https://github.com/rust-lang/crates.io-index"
8686checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8687dependencies = [
8688 "libc",
8689 "winapi",
8690]
8691
8692[[package]]
8693name = "palette"
8694version = "0.7.6"
8695source = "registry+https://github.com/rust-lang/crates.io-index"
8696checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8697dependencies = [
8698 "approx",
8699 "fast-srgb8",
8700 "palette_derive",
8701]
8702
8703[[package]]
8704name = "palette_derive"
8705version = "0.7.6"
8706source = "registry+https://github.com/rust-lang/crates.io-index"
8707checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8708dependencies = [
8709 "by_address",
8710 "proc-macro2",
8711 "quote",
8712 "syn 2.0.90",
8713]
8714
8715[[package]]
8716name = "parity-tokio-ipc"
8717version = "0.9.0"
8718source = "registry+https://github.com/rust-lang/crates.io-index"
8719checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8720dependencies = [
8721 "futures 0.3.31",
8722 "libc",
8723 "log",
8724 "rand 0.7.3",
8725 "tokio",
8726 "winapi",
8727]
8728
8729[[package]]
8730name = "parking"
8731version = "2.2.1"
8732source = "registry+https://github.com/rust-lang/crates.io-index"
8733checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8734
8735[[package]]
8736name = "parking_lot"
8737version = "0.12.3"
8738source = "registry+https://github.com/rust-lang/crates.io-index"
8739checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8740dependencies = [
8741 "lock_api",
8742 "parking_lot_core",
8743]
8744
8745[[package]]
8746name = "parking_lot_core"
8747version = "0.9.10"
8748source = "registry+https://github.com/rust-lang/crates.io-index"
8749checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8750dependencies = [
8751 "cfg-if",
8752 "libc",
8753 "redox_syscall 0.5.8",
8754 "smallvec",
8755 "windows-targets 0.52.6",
8756]
8757
8758[[package]]
8759name = "password-hash"
8760version = "0.4.2"
8761source = "registry+https://github.com/rust-lang/crates.io-index"
8762checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8763dependencies = [
8764 "base64ct",
8765 "rand_core 0.6.4",
8766 "subtle",
8767]
8768
8769[[package]]
8770name = "password-hash"
8771version = "0.5.0"
8772source = "registry+https://github.com/rust-lang/crates.io-index"
8773checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8774dependencies = [
8775 "base64ct",
8776 "rand_core 0.6.4",
8777 "subtle",
8778]
8779
8780[[package]]
8781name = "paste"
8782version = "1.0.15"
8783source = "registry+https://github.com/rust-lang/crates.io-index"
8784checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8785
8786[[package]]
8787name = "pathdiff"
8788version = "0.2.3"
8789source = "registry+https://github.com/rust-lang/crates.io-index"
8790checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8791
8792[[package]]
8793name = "pathfinder_geometry"
8794version = "0.5.1"
8795source = "registry+https://github.com/rust-lang/crates.io-index"
8796checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8797dependencies = [
8798 "log",
8799 "pathfinder_simd",
8800]
8801
8802[[package]]
8803name = "pathfinder_simd"
8804version = "0.5.4"
8805source = "registry+https://github.com/rust-lang/crates.io-index"
8806checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8807dependencies = [
8808 "rustc_version",
8809]
8810
8811[[package]]
8812name = "paths"
8813version = "0.1.0"
8814dependencies = [
8815 "dirs 4.0.0",
8816 "util",
8817]
8818
8819[[package]]
8820name = "pbjson"
8821version = "0.6.0"
8822source = "registry+https://github.com/rust-lang/crates.io-index"
8823checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8824dependencies = [
8825 "base64 0.21.7",
8826 "serde",
8827]
8828
8829[[package]]
8830name = "pbjson-build"
8831version = "0.6.2"
8832source = "registry+https://github.com/rust-lang/crates.io-index"
8833checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8834dependencies = [
8835 "heck 0.4.1",
8836 "itertools 0.11.0",
8837 "prost 0.12.6",
8838 "prost-types 0.12.6",
8839]
8840
8841[[package]]
8842name = "pbjson-types"
8843version = "0.6.0"
8844source = "registry+https://github.com/rust-lang/crates.io-index"
8845checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8846dependencies = [
8847 "bytes 1.9.0",
8848 "chrono",
8849 "pbjson",
8850 "pbjson-build",
8851 "prost 0.12.6",
8852 "prost-build 0.12.6",
8853 "serde",
8854]
8855
8856[[package]]
8857name = "pbkdf2"
8858version = "0.11.0"
8859source = "registry+https://github.com/rust-lang/crates.io-index"
8860checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8861dependencies = [
8862 "digest",
8863 "hmac",
8864 "password-hash 0.4.2",
8865 "sha2",
8866]
8867
8868[[package]]
8869name = "pbkdf2"
8870version = "0.12.2"
8871source = "registry+https://github.com/rust-lang/crates.io-index"
8872checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8873dependencies = [
8874 "digest",
8875 "hmac",
8876]
8877
8878[[package]]
8879name = "pem"
8880version = "3.0.4"
8881source = "registry+https://github.com/rust-lang/crates.io-index"
8882checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8883dependencies = [
8884 "base64 0.22.1",
8885 "serde",
8886]
8887
8888[[package]]
8889name = "pem-rfc7468"
8890version = "0.7.0"
8891source = "registry+https://github.com/rust-lang/crates.io-index"
8892checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8893dependencies = [
8894 "base64ct",
8895]
8896
8897[[package]]
8898name = "percent-encoding"
8899version = "2.3.1"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8902
8903[[package]]
8904name = "perplexity"
8905version = "0.1.0"
8906dependencies = [
8907 "serde",
8908 "zed_extension_api 0.2.0",
8909]
8910
8911[[package]]
8912name = "pest"
8913version = "2.7.15"
8914source = "registry+https://github.com/rust-lang/crates.io-index"
8915checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8916dependencies = [
8917 "memchr",
8918 "thiserror 2.0.6",
8919 "ucd-trie",
8920]
8921
8922[[package]]
8923name = "pest_derive"
8924version = "2.7.15"
8925source = "registry+https://github.com/rust-lang/crates.io-index"
8926checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8927dependencies = [
8928 "pest",
8929 "pest_generator",
8930]
8931
8932[[package]]
8933name = "pest_generator"
8934version = "2.7.15"
8935source = "registry+https://github.com/rust-lang/crates.io-index"
8936checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
8937dependencies = [
8938 "pest",
8939 "pest_meta",
8940 "proc-macro2",
8941 "quote",
8942 "syn 2.0.90",
8943]
8944
8945[[package]]
8946name = "pest_meta"
8947version = "2.7.15"
8948source = "registry+https://github.com/rust-lang/crates.io-index"
8949checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
8950dependencies = [
8951 "once_cell",
8952 "pest",
8953 "sha2",
8954]
8955
8956[[package]]
8957name = "pet"
8958version = "0.1.0"
8959source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8960dependencies = [
8961 "clap",
8962 "env_logger 0.10.2",
8963 "lazy_static",
8964 "log",
8965 "msvc_spectre_libs",
8966 "pet-conda",
8967 "pet-core",
8968 "pet-env-var-path",
8969 "pet-fs",
8970 "pet-global-virtualenvs",
8971 "pet-homebrew",
8972 "pet-jsonrpc",
8973 "pet-linux-global-python",
8974 "pet-mac-commandlinetools",
8975 "pet-mac-python-org",
8976 "pet-mac-xcode",
8977 "pet-pipenv",
8978 "pet-pixi",
8979 "pet-poetry",
8980 "pet-pyenv",
8981 "pet-python-utils",
8982 "pet-reporter",
8983 "pet-telemetry",
8984 "pet-venv",
8985 "pet-virtualenv",
8986 "pet-virtualenvwrapper",
8987 "pet-windows-registry",
8988 "pet-windows-store",
8989 "serde",
8990 "serde_json",
8991]
8992
8993[[package]]
8994name = "pet-conda"
8995version = "0.1.0"
8996source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8997dependencies = [
8998 "env_logger 0.10.2",
8999 "lazy_static",
9000 "log",
9001 "msvc_spectre_libs",
9002 "pet-core",
9003 "pet-fs",
9004 "pet-python-utils",
9005 "pet-reporter",
9006 "regex",
9007 "serde",
9008 "serde_json",
9009 "yaml-rust2",
9010]
9011
9012[[package]]
9013name = "pet-core"
9014version = "0.1.0"
9015source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9016dependencies = [
9017 "clap",
9018 "lazy_static",
9019 "log",
9020 "msvc_spectre_libs",
9021 "pet-fs",
9022 "regex",
9023 "serde",
9024 "serde_json",
9025]
9026
9027[[package]]
9028name = "pet-env-var-path"
9029version = "0.1.0"
9030source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9031dependencies = [
9032 "lazy_static",
9033 "log",
9034 "msvc_spectre_libs",
9035 "pet-conda",
9036 "pet-core",
9037 "pet-fs",
9038 "pet-python-utils",
9039 "pet-virtualenv",
9040 "regex",
9041]
9042
9043[[package]]
9044name = "pet-fs"
9045version = "0.1.0"
9046source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9047dependencies = [
9048 "log",
9049 "msvc_spectre_libs",
9050]
9051
9052[[package]]
9053name = "pet-global-virtualenvs"
9054version = "0.1.0"
9055source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9056dependencies = [
9057 "log",
9058 "msvc_spectre_libs",
9059 "pet-conda",
9060 "pet-core",
9061 "pet-fs",
9062 "pet-virtualenv",
9063]
9064
9065[[package]]
9066name = "pet-homebrew"
9067version = "0.1.0"
9068source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9069dependencies = [
9070 "lazy_static",
9071 "log",
9072 "msvc_spectre_libs",
9073 "pet-conda",
9074 "pet-core",
9075 "pet-fs",
9076 "pet-python-utils",
9077 "pet-virtualenv",
9078 "regex",
9079 "serde",
9080 "serde_json",
9081]
9082
9083[[package]]
9084name = "pet-jsonrpc"
9085version = "0.1.0"
9086source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9087dependencies = [
9088 "env_logger 0.10.2",
9089 "log",
9090 "msvc_spectre_libs",
9091 "pet-core",
9092 "serde",
9093 "serde_json",
9094]
9095
9096[[package]]
9097name = "pet-linux-global-python"
9098version = "0.1.0"
9099source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9100dependencies = [
9101 "log",
9102 "msvc_spectre_libs",
9103 "pet-core",
9104 "pet-fs",
9105 "pet-python-utils",
9106 "pet-virtualenv",
9107]
9108
9109[[package]]
9110name = "pet-mac-commandlinetools"
9111version = "0.1.0"
9112source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9113dependencies = [
9114 "log",
9115 "msvc_spectre_libs",
9116 "pet-core",
9117 "pet-fs",
9118 "pet-python-utils",
9119 "pet-virtualenv",
9120]
9121
9122[[package]]
9123name = "pet-mac-python-org"
9124version = "0.1.0"
9125source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9126dependencies = [
9127 "log",
9128 "msvc_spectre_libs",
9129 "pet-core",
9130 "pet-fs",
9131 "pet-python-utils",
9132 "pet-virtualenv",
9133]
9134
9135[[package]]
9136name = "pet-mac-xcode"
9137version = "0.1.0"
9138source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9139dependencies = [
9140 "log",
9141 "msvc_spectre_libs",
9142 "pet-core",
9143 "pet-fs",
9144 "pet-python-utils",
9145 "pet-virtualenv",
9146]
9147
9148[[package]]
9149name = "pet-pipenv"
9150version = "0.1.0"
9151source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9152dependencies = [
9153 "log",
9154 "msvc_spectre_libs",
9155 "pet-core",
9156 "pet-fs",
9157 "pet-python-utils",
9158 "pet-virtualenv",
9159]
9160
9161[[package]]
9162name = "pet-pixi"
9163version = "0.1.0"
9164source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9165dependencies = [
9166 "log",
9167 "msvc_spectre_libs",
9168 "pet-conda",
9169 "pet-core",
9170 "pet-python-utils",
9171]
9172
9173[[package]]
9174name = "pet-poetry"
9175version = "0.1.0"
9176source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9177dependencies = [
9178 "base64 0.22.1",
9179 "lazy_static",
9180 "log",
9181 "msvc_spectre_libs",
9182 "pet-core",
9183 "pet-fs",
9184 "pet-python-utils",
9185 "pet-reporter",
9186 "pet-virtualenv",
9187 "regex",
9188 "serde",
9189 "serde_json",
9190 "sha2",
9191 "toml 0.8.19",
9192]
9193
9194[[package]]
9195name = "pet-pyenv"
9196version = "0.1.0"
9197source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9198dependencies = [
9199 "lazy_static",
9200 "log",
9201 "msvc_spectre_libs",
9202 "pet-conda",
9203 "pet-core",
9204 "pet-fs",
9205 "pet-python-utils",
9206 "pet-reporter",
9207 "regex",
9208 "serde",
9209 "serde_json",
9210]
9211
9212[[package]]
9213name = "pet-python-utils"
9214version = "0.1.0"
9215source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9216dependencies = [
9217 "env_logger 0.10.2",
9218 "lazy_static",
9219 "log",
9220 "msvc_spectre_libs",
9221 "pet-core",
9222 "pet-fs",
9223 "regex",
9224 "serde",
9225 "serde_json",
9226 "sha2",
9227]
9228
9229[[package]]
9230name = "pet-reporter"
9231version = "0.1.0"
9232source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9233dependencies = [
9234 "env_logger 0.10.2",
9235 "log",
9236 "msvc_spectre_libs",
9237 "pet-core",
9238 "pet-jsonrpc",
9239 "serde",
9240 "serde_json",
9241]
9242
9243[[package]]
9244name = "pet-telemetry"
9245version = "0.1.0"
9246source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9247dependencies = [
9248 "env_logger 0.10.2",
9249 "lazy_static",
9250 "log",
9251 "msvc_spectre_libs",
9252 "pet-core",
9253 "pet-fs",
9254 "pet-python-utils",
9255 "regex",
9256]
9257
9258[[package]]
9259name = "pet-venv"
9260version = "0.1.0"
9261source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9262dependencies = [
9263 "log",
9264 "msvc_spectre_libs",
9265 "pet-core",
9266 "pet-python-utils",
9267 "pet-virtualenv",
9268]
9269
9270[[package]]
9271name = "pet-virtualenv"
9272version = "0.1.0"
9273source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9274dependencies = [
9275 "log",
9276 "msvc_spectre_libs",
9277 "pet-core",
9278 "pet-fs",
9279 "pet-python-utils",
9280]
9281
9282[[package]]
9283name = "pet-virtualenvwrapper"
9284version = "0.1.0"
9285source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9286dependencies = [
9287 "log",
9288 "msvc_spectre_libs",
9289 "pet-core",
9290 "pet-fs",
9291 "pet-python-utils",
9292 "pet-virtualenv",
9293]
9294
9295[[package]]
9296name = "pet-windows-registry"
9297version = "0.1.0"
9298source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9299dependencies = [
9300 "lazy_static",
9301 "log",
9302 "msvc_spectre_libs",
9303 "pet-conda",
9304 "pet-core",
9305 "pet-fs",
9306 "pet-python-utils",
9307 "pet-virtualenv",
9308 "pet-windows-store",
9309 "regex",
9310 "winreg 0.52.0",
9311]
9312
9313[[package]]
9314name = "pet-windows-store"
9315version = "0.1.0"
9316source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9317dependencies = [
9318 "lazy_static",
9319 "log",
9320 "msvc_spectre_libs",
9321 "pet-core",
9322 "pet-fs",
9323 "pet-python-utils",
9324 "pet-virtualenv",
9325 "regex",
9326 "winreg 0.52.0",
9327]
9328
9329[[package]]
9330name = "petgraph"
9331version = "0.6.5"
9332source = "registry+https://github.com/rust-lang/crates.io-index"
9333checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9334dependencies = [
9335 "fixedbitset",
9336 "indexmap",
9337]
9338
9339[[package]]
9340name = "phf"
9341version = "0.11.2"
9342source = "registry+https://github.com/rust-lang/crates.io-index"
9343checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9344dependencies = [
9345 "phf_macros",
9346 "phf_shared 0.11.2",
9347]
9348
9349[[package]]
9350name = "phf_codegen"
9351version = "0.11.2"
9352source = "registry+https://github.com/rust-lang/crates.io-index"
9353checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9354dependencies = [
9355 "phf_generator 0.11.2",
9356 "phf_shared 0.11.2",
9357]
9358
9359[[package]]
9360name = "phf_generator"
9361version = "0.10.0"
9362source = "registry+https://github.com/rust-lang/crates.io-index"
9363checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9364dependencies = [
9365 "phf_shared 0.10.0",
9366 "rand 0.8.5",
9367]
9368
9369[[package]]
9370name = "phf_generator"
9371version = "0.11.2"
9372source = "registry+https://github.com/rust-lang/crates.io-index"
9373checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9374dependencies = [
9375 "phf_shared 0.11.2",
9376 "rand 0.8.5",
9377]
9378
9379[[package]]
9380name = "phf_macros"
9381version = "0.11.2"
9382source = "registry+https://github.com/rust-lang/crates.io-index"
9383checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9384dependencies = [
9385 "phf_generator 0.11.2",
9386 "phf_shared 0.11.2",
9387 "proc-macro2",
9388 "quote",
9389 "syn 2.0.90",
9390]
9391
9392[[package]]
9393name = "phf_shared"
9394version = "0.10.0"
9395source = "registry+https://github.com/rust-lang/crates.io-index"
9396checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9397dependencies = [
9398 "siphasher 0.3.11",
9399]
9400
9401[[package]]
9402name = "phf_shared"
9403version = "0.11.2"
9404source = "registry+https://github.com/rust-lang/crates.io-index"
9405checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9406dependencies = [
9407 "siphasher 0.3.11",
9408]
9409
9410[[package]]
9411name = "picker"
9412version = "0.1.0"
9413dependencies = [
9414 "anyhow",
9415 "ctor",
9416 "editor",
9417 "env_logger 0.11.6",
9418 "gpui",
9419 "menu",
9420 "serde",
9421 "serde_json",
9422 "ui",
9423 "workspace",
9424]
9425
9426[[package]]
9427name = "pico-args"
9428version = "0.5.0"
9429source = "registry+https://github.com/rust-lang/crates.io-index"
9430checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9431
9432[[package]]
9433name = "pin-project"
9434version = "1.1.7"
9435source = "registry+https://github.com/rust-lang/crates.io-index"
9436checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9437dependencies = [
9438 "pin-project-internal",
9439]
9440
9441[[package]]
9442name = "pin-project-internal"
9443version = "1.1.7"
9444source = "registry+https://github.com/rust-lang/crates.io-index"
9445checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9446dependencies = [
9447 "proc-macro2",
9448 "quote",
9449 "syn 2.0.90",
9450]
9451
9452[[package]]
9453name = "pin-project-lite"
9454version = "0.2.15"
9455source = "registry+https://github.com/rust-lang/crates.io-index"
9456checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
9457
9458[[package]]
9459name = "pin-utils"
9460version = "0.1.0"
9461source = "registry+https://github.com/rust-lang/crates.io-index"
9462checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9463
9464[[package]]
9465name = "piper"
9466version = "0.2.4"
9467source = "registry+https://github.com/rust-lang/crates.io-index"
9468checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9469dependencies = [
9470 "atomic-waker",
9471 "fastrand 2.3.0",
9472 "futures-io",
9473]
9474
9475[[package]]
9476name = "pkcs1"
9477version = "0.7.5"
9478source = "registry+https://github.com/rust-lang/crates.io-index"
9479checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9480dependencies = [
9481 "der 0.7.9",
9482 "pkcs8 0.10.2",
9483 "spki 0.7.3",
9484]
9485
9486[[package]]
9487name = "pkcs8"
9488version = "0.9.0"
9489source = "registry+https://github.com/rust-lang/crates.io-index"
9490checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9491dependencies = [
9492 "der 0.6.1",
9493 "spki 0.6.0",
9494]
9495
9496[[package]]
9497name = "pkcs8"
9498version = "0.10.2"
9499source = "registry+https://github.com/rust-lang/crates.io-index"
9500checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9501dependencies = [
9502 "der 0.7.9",
9503 "spki 0.7.3",
9504]
9505
9506[[package]]
9507name = "pkg-config"
9508version = "0.3.31"
9509source = "registry+https://github.com/rust-lang/crates.io-index"
9510checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9511
9512[[package]]
9513name = "plist"
9514version = "1.7.0"
9515source = "registry+https://github.com/rust-lang/crates.io-index"
9516checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9517dependencies = [
9518 "base64 0.22.1",
9519 "indexmap",
9520 "quick-xml 0.32.0",
9521 "serde",
9522 "time",
9523]
9524
9525[[package]]
9526name = "plotters"
9527version = "0.3.7"
9528source = "registry+https://github.com/rust-lang/crates.io-index"
9529checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9530dependencies = [
9531 "num-traits",
9532 "plotters-backend",
9533 "plotters-svg",
9534 "wasm-bindgen",
9535 "web-sys",
9536]
9537
9538[[package]]
9539name = "plotters-backend"
9540version = "0.3.7"
9541source = "registry+https://github.com/rust-lang/crates.io-index"
9542checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9543
9544[[package]]
9545name = "plotters-svg"
9546version = "0.3.7"
9547source = "registry+https://github.com/rust-lang/crates.io-index"
9548checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9549dependencies = [
9550 "plotters-backend",
9551]
9552
9553[[package]]
9554name = "png"
9555version = "0.17.15"
9556source = "registry+https://github.com/rust-lang/crates.io-index"
9557checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9558dependencies = [
9559 "bitflags 1.3.2",
9560 "crc32fast",
9561 "fdeflate",
9562 "flate2",
9563 "miniz_oxide",
9564]
9565
9566[[package]]
9567name = "polling"
9568version = "2.8.0"
9569source = "registry+https://github.com/rust-lang/crates.io-index"
9570checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
9571dependencies = [
9572 "autocfg",
9573 "bitflags 1.3.2",
9574 "cfg-if",
9575 "concurrent-queue",
9576 "libc",
9577 "log",
9578 "pin-project-lite",
9579 "windows-sys 0.48.0",
9580]
9581
9582[[package]]
9583name = "polling"
9584version = "3.7.4"
9585source = "registry+https://github.com/rust-lang/crates.io-index"
9586checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9587dependencies = [
9588 "cfg-if",
9589 "concurrent-queue",
9590 "hermit-abi 0.4.0",
9591 "pin-project-lite",
9592 "rustix 0.38.42",
9593 "tracing",
9594 "windows-sys 0.59.0",
9595]
9596
9597[[package]]
9598name = "pollster"
9599version = "0.2.5"
9600source = "registry+https://github.com/rust-lang/crates.io-index"
9601checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9602
9603[[package]]
9604name = "postage"
9605version = "0.5.0"
9606source = "registry+https://github.com/rust-lang/crates.io-index"
9607checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9608dependencies = [
9609 "atomic",
9610 "crossbeam-queue",
9611 "futures 0.3.31",
9612 "log",
9613 "parking_lot",
9614 "pin-project",
9615 "pollster",
9616 "static_assertions",
9617 "thiserror 1.0.69",
9618]
9619
9620[[package]]
9621name = "postcard"
9622version = "1.1.1"
9623source = "registry+https://github.com/rust-lang/crates.io-index"
9624checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9625dependencies = [
9626 "cobs",
9627 "embedded-io 0.4.0",
9628 "embedded-io 0.6.1",
9629 "serde",
9630]
9631
9632[[package]]
9633name = "powerfmt"
9634version = "0.2.0"
9635source = "registry+https://github.com/rust-lang/crates.io-index"
9636checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9637
9638[[package]]
9639name = "ppv-lite86"
9640version = "0.2.20"
9641source = "registry+https://github.com/rust-lang/crates.io-index"
9642checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9643dependencies = [
9644 "zerocopy",
9645]
9646
9647[[package]]
9648name = "precomputed-hash"
9649version = "0.1.1"
9650source = "registry+https://github.com/rust-lang/crates.io-index"
9651checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9652
9653[[package]]
9654name = "prettier"
9655version = "0.1.0"
9656dependencies = [
9657 "anyhow",
9658 "collections",
9659 "fs",
9660 "gpui",
9661 "language",
9662 "log",
9663 "lsp",
9664 "node_runtime",
9665 "parking_lot",
9666 "paths",
9667 "serde",
9668 "serde_json",
9669 "util",
9670]
9671
9672[[package]]
9673name = "pretty_assertions"
9674version = "1.4.1"
9675source = "registry+https://github.com/rust-lang/crates.io-index"
9676checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9677dependencies = [
9678 "diff",
9679 "yansi",
9680]
9681
9682[[package]]
9683name = "prettyplease"
9684version = "0.2.25"
9685source = "registry+https://github.com/rust-lang/crates.io-index"
9686checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9687dependencies = [
9688 "proc-macro2",
9689 "syn 2.0.90",
9690]
9691
9692[[package]]
9693name = "proc-macro-crate"
9694version = "3.2.0"
9695source = "registry+https://github.com/rust-lang/crates.io-index"
9696checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9697dependencies = [
9698 "toml_edit",
9699]
9700
9701[[package]]
9702name = "proc-macro-error-attr2"
9703version = "2.0.0"
9704source = "registry+https://github.com/rust-lang/crates.io-index"
9705checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9706dependencies = [
9707 "proc-macro2",
9708 "quote",
9709]
9710
9711[[package]]
9712name = "proc-macro-error2"
9713version = "2.0.1"
9714source = "registry+https://github.com/rust-lang/crates.io-index"
9715checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9716dependencies = [
9717 "proc-macro-error-attr2",
9718 "proc-macro2",
9719 "quote",
9720 "syn 2.0.90",
9721]
9722
9723[[package]]
9724name = "proc-macro2"
9725version = "1.0.92"
9726source = "registry+https://github.com/rust-lang/crates.io-index"
9727checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
9728dependencies = [
9729 "unicode-ident",
9730]
9731
9732[[package]]
9733name = "proc-macro2-diagnostics"
9734version = "0.10.1"
9735source = "registry+https://github.com/rust-lang/crates.io-index"
9736checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9737dependencies = [
9738 "proc-macro2",
9739 "quote",
9740 "syn 2.0.90",
9741 "version_check",
9742 "yansi",
9743]
9744
9745[[package]]
9746name = "profiling"
9747version = "1.0.16"
9748source = "registry+https://github.com/rust-lang/crates.io-index"
9749checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9750dependencies = [
9751 "profiling-procmacros",
9752]
9753
9754[[package]]
9755name = "profiling-procmacros"
9756version = "1.0.16"
9757source = "registry+https://github.com/rust-lang/crates.io-index"
9758checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9759dependencies = [
9760 "quote",
9761 "syn 2.0.90",
9762]
9763
9764[[package]]
9765name = "project"
9766version = "0.1.0"
9767dependencies = [
9768 "aho-corasick",
9769 "anyhow",
9770 "async-trait",
9771 "client",
9772 "clock",
9773 "collections",
9774 "env_logger 0.11.6",
9775 "fancy-regex 0.14.0",
9776 "fs",
9777 "futures 0.3.31",
9778 "fuzzy",
9779 "git",
9780 "git2",
9781 "globset",
9782 "gpui",
9783 "http_client",
9784 "image",
9785 "itertools 0.14.0",
9786 "language",
9787 "log",
9788 "lsp",
9789 "node_runtime",
9790 "parking_lot",
9791 "pathdiff",
9792 "paths",
9793 "postage",
9794 "prettier",
9795 "pretty_assertions",
9796 "rand 0.8.5",
9797 "regex",
9798 "release_channel",
9799 "remote",
9800 "rpc",
9801 "schemars",
9802 "serde",
9803 "serde_json",
9804 "settings",
9805 "sha2",
9806 "shellexpand 2.1.2",
9807 "shlex",
9808 "similar",
9809 "smol 1.3.0",
9810 "snippet",
9811 "snippet_provider",
9812 "task",
9813 "tempfile",
9814 "terminal",
9815 "text",
9816 "toml 0.8.19",
9817 "unindent",
9818 "url",
9819 "util",
9820 "which 6.0.3",
9821 "worktree",
9822]
9823
9824[[package]]
9825name = "project_panel"
9826version = "0.1.0"
9827dependencies = [
9828 "anyhow",
9829 "client",
9830 "collections",
9831 "command_palette_hooks",
9832 "db",
9833 "editor",
9834 "file_icons",
9835 "git",
9836 "gpui",
9837 "indexmap",
9838 "language",
9839 "menu",
9840 "pretty_assertions",
9841 "project",
9842 "schemars",
9843 "search",
9844 "serde",
9845 "serde_derive",
9846 "serde_json",
9847 "settings",
9848 "smallvec",
9849 "theme",
9850 "ui",
9851 "util",
9852 "workspace",
9853 "worktree",
9854]
9855
9856[[package]]
9857name = "project_symbols"
9858version = "0.1.0"
9859dependencies = [
9860 "anyhow",
9861 "editor",
9862 "futures 0.3.31",
9863 "fuzzy",
9864 "gpui",
9865 "language",
9866 "lsp",
9867 "ordered-float 2.10.1",
9868 "picker",
9869 "project",
9870 "release_channel",
9871 "serde_json",
9872 "settings",
9873 "theme",
9874 "util",
9875 "workspace",
9876]
9877
9878[[package]]
9879name = "prometheus"
9880version = "0.13.4"
9881source = "registry+https://github.com/rust-lang/crates.io-index"
9882checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9883dependencies = [
9884 "cfg-if",
9885 "fnv",
9886 "lazy_static",
9887 "memchr",
9888 "parking_lot",
9889 "protobuf",
9890 "thiserror 1.0.69",
9891]
9892
9893[[package]]
9894name = "prost"
9895version = "0.9.0"
9896source = "registry+https://github.com/rust-lang/crates.io-index"
9897checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9898dependencies = [
9899 "bytes 1.9.0",
9900 "prost-derive 0.9.0",
9901]
9902
9903[[package]]
9904name = "prost"
9905version = "0.12.6"
9906source = "registry+https://github.com/rust-lang/crates.io-index"
9907checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9908dependencies = [
9909 "bytes 1.9.0",
9910 "prost-derive 0.12.6",
9911]
9912
9913[[package]]
9914name = "prost-build"
9915version = "0.9.0"
9916source = "registry+https://github.com/rust-lang/crates.io-index"
9917checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9918dependencies = [
9919 "bytes 1.9.0",
9920 "heck 0.3.3",
9921 "itertools 0.10.5",
9922 "lazy_static",
9923 "log",
9924 "multimap 0.8.3",
9925 "petgraph",
9926 "prost 0.9.0",
9927 "prost-types 0.9.0",
9928 "regex",
9929 "tempfile",
9930 "which 4.4.2",
9931]
9932
9933[[package]]
9934name = "prost-build"
9935version = "0.12.6"
9936source = "registry+https://github.com/rust-lang/crates.io-index"
9937checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
9938dependencies = [
9939 "bytes 1.9.0",
9940 "heck 0.5.0",
9941 "itertools 0.12.1",
9942 "log",
9943 "multimap 0.10.0",
9944 "once_cell",
9945 "petgraph",
9946 "prettyplease",
9947 "prost 0.12.6",
9948 "prost-types 0.12.6",
9949 "regex",
9950 "syn 2.0.90",
9951 "tempfile",
9952]
9953
9954[[package]]
9955name = "prost-derive"
9956version = "0.9.0"
9957source = "registry+https://github.com/rust-lang/crates.io-index"
9958checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9959dependencies = [
9960 "anyhow",
9961 "itertools 0.10.5",
9962 "proc-macro2",
9963 "quote",
9964 "syn 1.0.109",
9965]
9966
9967[[package]]
9968name = "prost-derive"
9969version = "0.12.6"
9970source = "registry+https://github.com/rust-lang/crates.io-index"
9971checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
9972dependencies = [
9973 "anyhow",
9974 "itertools 0.12.1",
9975 "proc-macro2",
9976 "quote",
9977 "syn 2.0.90",
9978]
9979
9980[[package]]
9981name = "prost-types"
9982version = "0.9.0"
9983source = "registry+https://github.com/rust-lang/crates.io-index"
9984checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9985dependencies = [
9986 "bytes 1.9.0",
9987 "prost 0.9.0",
9988]
9989
9990[[package]]
9991name = "prost-types"
9992version = "0.12.6"
9993source = "registry+https://github.com/rust-lang/crates.io-index"
9994checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
9995dependencies = [
9996 "prost 0.12.6",
9997]
9998
9999[[package]]
10000name = "proto"
10001version = "0.1.0"
10002dependencies = [
10003 "anyhow",
10004 "collections",
10005 "prost 0.9.0",
10006 "prost-build 0.9.0",
10007 "serde",
10008]
10009
10010[[package]]
10011name = "protobuf"
10012version = "2.28.0"
10013source = "registry+https://github.com/rust-lang/crates.io-index"
10014checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10015
10016[[package]]
10017name = "psm"
10018version = "0.1.24"
10019source = "registry+https://github.com/rust-lang/crates.io-index"
10020checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10021dependencies = [
10022 "cc",
10023]
10024
10025[[package]]
10026name = "ptr_meta"
10027version = "0.1.4"
10028source = "registry+https://github.com/rust-lang/crates.io-index"
10029checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10030dependencies = [
10031 "ptr_meta_derive",
10032]
10033
10034[[package]]
10035name = "ptr_meta_derive"
10036version = "0.1.4"
10037source = "registry+https://github.com/rust-lang/crates.io-index"
10038checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10039dependencies = [
10040 "proc-macro2",
10041 "quote",
10042 "syn 1.0.109",
10043]
10044
10045[[package]]
10046name = "pulldown-cmark"
10047version = "0.10.3"
10048source = "registry+https://github.com/rust-lang/crates.io-index"
10049checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10050dependencies = [
10051 "bitflags 2.6.0",
10052 "memchr",
10053 "pulldown-cmark-escape",
10054 "unicase",
10055]
10056
10057[[package]]
10058name = "pulldown-cmark"
10059version = "0.12.2"
10060source = "registry+https://github.com/rust-lang/crates.io-index"
10061checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10062dependencies = [
10063 "bitflags 2.6.0",
10064 "memchr",
10065 "unicase",
10066]
10067
10068[[package]]
10069name = "pulldown-cmark-escape"
10070version = "0.10.1"
10071source = "registry+https://github.com/rust-lang/crates.io-index"
10072checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10073
10074[[package]]
10075name = "qoi"
10076version = "0.4.1"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10079dependencies = [
10080 "bytemuck",
10081]
10082
10083[[package]]
10084name = "quick-error"
10085version = "2.0.1"
10086source = "registry+https://github.com/rust-lang/crates.io-index"
10087checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10088
10089[[package]]
10090name = "quick-xml"
10091version = "0.32.0"
10092source = "registry+https://github.com/rust-lang/crates.io-index"
10093checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10094dependencies = [
10095 "memchr",
10096]
10097
10098[[package]]
10099name = "quick-xml"
10100version = "0.36.2"
10101source = "registry+https://github.com/rust-lang/crates.io-index"
10102checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10103dependencies = [
10104 "memchr",
10105]
10106
10107[[package]]
10108name = "quinn"
10109version = "0.11.6"
10110source = "registry+https://github.com/rust-lang/crates.io-index"
10111checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10112dependencies = [
10113 "bytes 1.9.0",
10114 "pin-project-lite",
10115 "quinn-proto",
10116 "quinn-udp",
10117 "rustc-hash 2.1.0",
10118 "rustls 0.23.20",
10119 "socket2 0.5.8",
10120 "thiserror 2.0.6",
10121 "tokio",
10122 "tracing",
10123]
10124
10125[[package]]
10126name = "quinn-proto"
10127version = "0.11.9"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10130dependencies = [
10131 "bytes 1.9.0",
10132 "getrandom 0.2.15",
10133 "rand 0.8.5",
10134 "ring",
10135 "rustc-hash 2.1.0",
10136 "rustls 0.23.20",
10137 "rustls-pki-types",
10138 "slab",
10139 "thiserror 2.0.6",
10140 "tinyvec",
10141 "tracing",
10142 "web-time",
10143]
10144
10145[[package]]
10146name = "quinn-udp"
10147version = "0.5.8"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10150dependencies = [
10151 "cfg_aliases 0.2.1",
10152 "libc",
10153 "once_cell",
10154 "socket2 0.5.8",
10155 "tracing",
10156 "windows-sys 0.59.0",
10157]
10158
10159[[package]]
10160name = "quote"
10161version = "1.0.38"
10162source = "registry+https://github.com/rust-lang/crates.io-index"
10163checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10164dependencies = [
10165 "proc-macro2",
10166]
10167
10168[[package]]
10169name = "radium"
10170version = "0.7.0"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10173
10174[[package]]
10175name = "rand"
10176version = "0.7.3"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10179dependencies = [
10180 "getrandom 0.1.16",
10181 "libc",
10182 "rand_chacha 0.2.2",
10183 "rand_core 0.5.1",
10184 "rand_hc",
10185]
10186
10187[[package]]
10188name = "rand"
10189version = "0.8.5"
10190source = "registry+https://github.com/rust-lang/crates.io-index"
10191checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10192dependencies = [
10193 "libc",
10194 "rand_chacha 0.3.1",
10195 "rand_core 0.6.4",
10196]
10197
10198[[package]]
10199name = "rand_chacha"
10200version = "0.2.2"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10203dependencies = [
10204 "ppv-lite86",
10205 "rand_core 0.5.1",
10206]
10207
10208[[package]]
10209name = "rand_chacha"
10210version = "0.3.1"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10213dependencies = [
10214 "ppv-lite86",
10215 "rand_core 0.6.4",
10216]
10217
10218[[package]]
10219name = "rand_core"
10220version = "0.5.1"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10223dependencies = [
10224 "getrandom 0.1.16",
10225]
10226
10227[[package]]
10228name = "rand_core"
10229version = "0.6.4"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10232dependencies = [
10233 "getrandom 0.2.15",
10234]
10235
10236[[package]]
10237name = "rand_hc"
10238version = "0.2.0"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10241dependencies = [
10242 "rand_core 0.5.1",
10243]
10244
10245[[package]]
10246name = "rangemap"
10247version = "1.5.1"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10250
10251[[package]]
10252name = "rav1e"
10253version = "0.7.1"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10256dependencies = [
10257 "arbitrary",
10258 "arg_enum_proc_macro",
10259 "arrayvec",
10260 "av1-grain",
10261 "bitstream-io",
10262 "built",
10263 "cfg-if",
10264 "interpolate_name",
10265 "itertools 0.12.1",
10266 "libc",
10267 "libfuzzer-sys",
10268 "log",
10269 "maybe-rayon",
10270 "new_debug_unreachable",
10271 "noop_proc_macro",
10272 "num-derive",
10273 "num-traits",
10274 "once_cell",
10275 "paste",
10276 "profiling",
10277 "rand 0.8.5",
10278 "rand_chacha 0.3.1",
10279 "simd_helpers",
10280 "system-deps",
10281 "thiserror 1.0.69",
10282 "v_frame",
10283 "wasm-bindgen",
10284]
10285
10286[[package]]
10287name = "ravif"
10288version = "0.11.11"
10289source = "registry+https://github.com/rust-lang/crates.io-index"
10290checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10291dependencies = [
10292 "avif-serialize",
10293 "imgref",
10294 "loop9",
10295 "quick-error",
10296 "rav1e",
10297 "rayon",
10298 "rgb",
10299]
10300
10301[[package]]
10302name = "raw-window-handle"
10303version = "0.6.2"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10306
10307[[package]]
10308name = "raw-window-metal"
10309version = "0.4.0"
10310source = "registry+https://github.com/rust-lang/crates.io-index"
10311checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10312dependencies = [
10313 "cocoa 0.25.0",
10314 "core-graphics 0.23.2",
10315 "objc",
10316 "raw-window-handle",
10317]
10318
10319[[package]]
10320name = "rayon"
10321version = "1.10.0"
10322source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10324dependencies = [
10325 "either",
10326 "rayon-core",
10327]
10328
10329[[package]]
10330name = "rayon-core"
10331version = "1.12.1"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10334dependencies = [
10335 "crossbeam-deque",
10336 "crossbeam-utils",
10337]
10338
10339[[package]]
10340name = "read-fonts"
10341version = "0.22.5"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10344dependencies = [
10345 "bytemuck",
10346 "font-types",
10347]
10348
10349[[package]]
10350name = "recent_projects"
10351version = "0.1.0"
10352dependencies = [
10353 "anyhow",
10354 "auto_update",
10355 "editor",
10356 "extension_host",
10357 "file_finder",
10358 "futures 0.3.31",
10359 "fuzzy",
10360 "gpui",
10361 "language",
10362 "log",
10363 "markdown",
10364 "menu",
10365 "ordered-float 2.10.1",
10366 "paths",
10367 "picker",
10368 "project",
10369 "release_channel",
10370 "remote",
10371 "schemars",
10372 "serde",
10373 "serde_json",
10374 "settings",
10375 "smol 1.3.0",
10376 "task",
10377 "theme",
10378 "ui",
10379 "util",
10380 "workspace",
10381 "zed_actions",
10382]
10383
10384[[package]]
10385name = "redox_syscall"
10386version = "0.2.16"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10389dependencies = [
10390 "bitflags 1.3.2",
10391]
10392
10393[[package]]
10394name = "redox_syscall"
10395version = "0.5.8"
10396source = "registry+https://github.com/rust-lang/crates.io-index"
10397checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10398dependencies = [
10399 "bitflags 2.6.0",
10400]
10401
10402[[package]]
10403name = "redox_users"
10404version = "0.4.6"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10407dependencies = [
10408 "getrandom 0.2.15",
10409 "libredox",
10410 "thiserror 1.0.69",
10411]
10412
10413[[package]]
10414name = "refineable"
10415version = "0.1.0"
10416dependencies = [
10417 "derive_refineable",
10418]
10419
10420[[package]]
10421name = "regalloc2"
10422version = "0.9.3"
10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10425dependencies = [
10426 "hashbrown 0.13.2",
10427 "log",
10428 "rustc-hash 1.1.0",
10429 "slice-group-by",
10430 "smallvec",
10431]
10432
10433[[package]]
10434name = "regex"
10435version = "1.11.1"
10436source = "registry+https://github.com/rust-lang/crates.io-index"
10437checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10438dependencies = [
10439 "aho-corasick",
10440 "memchr",
10441 "regex-automata 0.4.9",
10442 "regex-syntax 0.8.5",
10443]
10444
10445[[package]]
10446name = "regex-automata"
10447version = "0.1.10"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10450dependencies = [
10451 "regex-syntax 0.6.29",
10452]
10453
10454[[package]]
10455name = "regex-automata"
10456version = "0.4.9"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10459dependencies = [
10460 "aho-corasick",
10461 "memchr",
10462 "regex-syntax 0.8.5",
10463]
10464
10465[[package]]
10466name = "regex-lite"
10467version = "0.1.6"
10468source = "registry+https://github.com/rust-lang/crates.io-index"
10469checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10470
10471[[package]]
10472name = "regex-syntax"
10473version = "0.6.29"
10474source = "registry+https://github.com/rust-lang/crates.io-index"
10475checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10476
10477[[package]]
10478name = "regex-syntax"
10479version = "0.8.5"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10482
10483[[package]]
10484name = "release_channel"
10485version = "0.1.0"
10486dependencies = [
10487 "gpui",
10488]
10489
10490[[package]]
10491name = "remote"
10492version = "0.1.0"
10493dependencies = [
10494 "anyhow",
10495 "async-trait",
10496 "collections",
10497 "fs",
10498 "futures 0.3.31",
10499 "gpui",
10500 "itertools 0.14.0",
10501 "log",
10502 "parking_lot",
10503 "paths",
10504 "prost 0.9.0",
10505 "release_channel",
10506 "rpc",
10507 "serde",
10508 "serde_json",
10509 "shlex",
10510 "smol 1.3.0",
10511 "tempfile",
10512 "thiserror 1.0.69",
10513 "util",
10514 "which 6.0.3",
10515]
10516
10517[[package]]
10518name = "remote_server"
10519version = "0.1.0"
10520dependencies = [
10521 "anyhow",
10522 "async-watch",
10523 "backtrace",
10524 "cargo_toml",
10525 "chrono",
10526 "clap",
10527 "client",
10528 "clock",
10529 "env_logger 0.11.6",
10530 "extension",
10531 "extension_host",
10532 "fork",
10533 "fs",
10534 "futures 0.3.31",
10535 "git",
10536 "git_hosting_providers",
10537 "gpui",
10538 "http_client",
10539 "language",
10540 "language_extension",
10541 "languages",
10542 "libc",
10543 "log",
10544 "lsp",
10545 "node_runtime",
10546 "paths",
10547 "project",
10548 "proto",
10549 "release_channel",
10550 "remote",
10551 "reqwest_client",
10552 "rpc",
10553 "rust-embed",
10554 "serde",
10555 "serde_json",
10556 "settings",
10557 "shellexpand 2.1.2",
10558 "smol 1.3.0",
10559 "sysinfo",
10560 "telemetry_events",
10561 "toml 0.8.19",
10562 "util",
10563 "worktree",
10564]
10565
10566[[package]]
10567name = "rend"
10568version = "0.4.2"
10569source = "registry+https://github.com/rust-lang/crates.io-index"
10570checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10571dependencies = [
10572 "bytecheck",
10573]
10574
10575[[package]]
10576name = "repl"
10577version = "0.1.0"
10578dependencies = [
10579 "alacritty_terminal",
10580 "anyhow",
10581 "async-dispatcher",
10582 "async-tungstenite 0.28.2",
10583 "base64 0.22.1",
10584 "client",
10585 "collections",
10586 "command_palette_hooks",
10587 "editor",
10588 "env_logger 0.11.6",
10589 "feature_flags",
10590 "file_icons",
10591 "futures 0.3.31",
10592 "gpui",
10593 "http_client",
10594 "image",
10595 "indoc",
10596 "jupyter-protocol",
10597 "jupyter-websocket-client",
10598 "language",
10599 "languages",
10600 "log",
10601 "markdown_preview",
10602 "menu",
10603 "multi_buffer",
10604 "nbformat",
10605 "picker",
10606 "project",
10607 "runtimelib",
10608 "schemars",
10609 "serde",
10610 "serde_json",
10611 "settings",
10612 "smol 1.3.0",
10613 "telemetry",
10614 "terminal",
10615 "terminal_view",
10616 "theme",
10617 "tree-sitter-md",
10618 "tree-sitter-python",
10619 "tree-sitter-typescript",
10620 "ui",
10621 "util",
10622 "uuid",
10623 "workspace",
10624]
10625
10626[[package]]
10627name = "reqwest"
10628version = "0.11.27"
10629source = "registry+https://github.com/rust-lang/crates.io-index"
10630checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10631dependencies = [
10632 "base64 0.21.7",
10633 "bytes 1.9.0",
10634 "encoding_rs",
10635 "futures-core",
10636 "futures-util",
10637 "h2 0.3.26",
10638 "http 0.2.12",
10639 "http-body 0.4.6",
10640 "hyper 0.14.32",
10641 "hyper-rustls 0.24.2",
10642 "hyper-tls",
10643 "ipnet",
10644 "js-sys",
10645 "log",
10646 "mime",
10647 "native-tls",
10648 "once_cell",
10649 "percent-encoding",
10650 "pin-project-lite",
10651 "rustls 0.21.12",
10652 "rustls-native-certs 0.6.3",
10653 "rustls-pemfile 1.0.4",
10654 "serde",
10655 "serde_json",
10656 "serde_urlencoded",
10657 "sync_wrapper 0.1.2",
10658 "system-configuration 0.5.1",
10659 "tokio",
10660 "tokio-native-tls",
10661 "tokio-rustls 0.24.1",
10662 "tower-service",
10663 "url",
10664 "wasm-bindgen",
10665 "wasm-bindgen-futures",
10666 "web-sys",
10667 "winreg 0.50.0",
10668]
10669
10670[[package]]
10671name = "reqwest"
10672version = "0.12.8"
10673source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10674dependencies = [
10675 "base64 0.22.1",
10676 "bytes 1.9.0",
10677 "encoding_rs",
10678 "futures-core",
10679 "futures-util",
10680 "h2 0.4.7",
10681 "http 1.2.0",
10682 "http-body 1.0.1",
10683 "http-body-util",
10684 "hyper 1.5.1",
10685 "hyper-rustls 0.27.3",
10686 "hyper-util",
10687 "ipnet",
10688 "js-sys",
10689 "log",
10690 "mime",
10691 "once_cell",
10692 "percent-encoding",
10693 "pin-project-lite",
10694 "quinn",
10695 "rustls 0.23.20",
10696 "rustls-native-certs 0.8.1",
10697 "rustls-pemfile 2.2.0",
10698 "rustls-pki-types",
10699 "serde",
10700 "serde_json",
10701 "serde_urlencoded",
10702 "sync_wrapper 1.0.2",
10703 "system-configuration 0.6.1",
10704 "tokio",
10705 "tokio-rustls 0.26.1",
10706 "tokio-socks",
10707 "tokio-util",
10708 "tower-service",
10709 "url",
10710 "wasm-bindgen",
10711 "wasm-bindgen-futures",
10712 "wasm-streams",
10713 "web-sys",
10714 "windows-registry",
10715]
10716
10717[[package]]
10718name = "reqwest_client"
10719version = "0.1.0"
10720dependencies = [
10721 "anyhow",
10722 "bytes 1.9.0",
10723 "futures 0.3.31",
10724 "gpui",
10725 "http_client",
10726 "log",
10727 "reqwest 0.12.8",
10728 "serde",
10729 "smol 1.3.0",
10730 "tokio",
10731]
10732
10733[[package]]
10734name = "resvg"
10735version = "0.44.0"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10738dependencies = [
10739 "log",
10740 "pico-args",
10741 "rgb",
10742 "svgtypes",
10743 "tiny-skia",
10744 "usvg",
10745]
10746
10747[[package]]
10748name = "rfc6979"
10749version = "0.3.1"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10752dependencies = [
10753 "crypto-bigint 0.4.9",
10754 "hmac",
10755 "zeroize",
10756]
10757
10758[[package]]
10759name = "rgb"
10760version = "0.8.50"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10763dependencies = [
10764 "bytemuck",
10765]
10766
10767[[package]]
10768name = "rich_text"
10769version = "0.1.0"
10770dependencies = [
10771 "futures 0.3.31",
10772 "gpui",
10773 "language",
10774 "linkify",
10775 "pulldown-cmark 0.12.2",
10776 "theme",
10777 "ui",
10778 "util",
10779]
10780
10781[[package]]
10782name = "ring"
10783version = "0.17.8"
10784source = "registry+https://github.com/rust-lang/crates.io-index"
10785checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10786dependencies = [
10787 "cc",
10788 "cfg-if",
10789 "getrandom 0.2.15",
10790 "libc",
10791 "spin",
10792 "untrusted",
10793 "windows-sys 0.52.0",
10794]
10795
10796[[package]]
10797name = "rkyv"
10798version = "0.7.45"
10799source = "registry+https://github.com/rust-lang/crates.io-index"
10800checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10801dependencies = [
10802 "bitvec",
10803 "bytecheck",
10804 "bytes 1.9.0",
10805 "hashbrown 0.12.3",
10806 "ptr_meta",
10807 "rend",
10808 "rkyv_derive",
10809 "seahash",
10810 "tinyvec",
10811 "uuid",
10812]
10813
10814[[package]]
10815name = "rkyv_derive"
10816version = "0.7.45"
10817source = "registry+https://github.com/rust-lang/crates.io-index"
10818checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10819dependencies = [
10820 "proc-macro2",
10821 "quote",
10822 "syn 1.0.109",
10823]
10824
10825[[package]]
10826name = "rmp"
10827version = "0.8.14"
10828source = "registry+https://github.com/rust-lang/crates.io-index"
10829checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10830dependencies = [
10831 "byteorder",
10832 "num-traits",
10833 "paste",
10834]
10835
10836[[package]]
10837name = "rmpv"
10838version = "1.3.0"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10841dependencies = [
10842 "num-traits",
10843 "rmp",
10844]
10845
10846[[package]]
10847name = "rodio"
10848version = "0.20.1"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10851dependencies = [
10852 "cpal",
10853 "hound",
10854]
10855
10856[[package]]
10857name = "rope"
10858version = "0.1.0"
10859dependencies = [
10860 "arrayvec",
10861 "criterion",
10862 "ctor",
10863 "env_logger 0.11.6",
10864 "gpui",
10865 "log",
10866 "rand 0.8.5",
10867 "rayon",
10868 "smallvec",
10869 "sum_tree",
10870 "unicode-segmentation",
10871 "util",
10872]
10873
10874[[package]]
10875name = "roxmltree"
10876version = "0.20.0"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10879
10880[[package]]
10881name = "rpc"
10882version = "0.1.0"
10883dependencies = [
10884 "anyhow",
10885 "async-tungstenite 0.28.2",
10886 "base64 0.22.1",
10887 "chrono",
10888 "collections",
10889 "env_logger 0.11.6",
10890 "futures 0.3.31",
10891 "gpui",
10892 "parking_lot",
10893 "proto",
10894 "rand 0.8.5",
10895 "rsa",
10896 "serde",
10897 "serde_json",
10898 "sha2",
10899 "strum",
10900 "tracing",
10901 "util",
10902 "zstd",
10903]
10904
10905[[package]]
10906name = "rsa"
10907version = "0.9.7"
10908source = "registry+https://github.com/rust-lang/crates.io-index"
10909checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10910dependencies = [
10911 "const-oid",
10912 "digest",
10913 "num-bigint-dig",
10914 "num-integer",
10915 "num-traits",
10916 "pkcs1",
10917 "pkcs8 0.10.2",
10918 "rand_core 0.6.4",
10919 "signature 2.2.0",
10920 "spki 0.7.3",
10921 "subtle",
10922 "zeroize",
10923]
10924
10925[[package]]
10926name = "runtimelib"
10927version = "0.25.0"
10928source = "registry+https://github.com/rust-lang/crates.io-index"
10929checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
10930dependencies = [
10931 "anyhow",
10932 "async-dispatcher",
10933 "async-std",
10934 "base64 0.22.1",
10935 "bytes 1.9.0",
10936 "chrono",
10937 "data-encoding",
10938 "dirs 5.0.1",
10939 "futures 0.3.31",
10940 "glob",
10941 "jupyter-protocol",
10942 "ring",
10943 "serde",
10944 "serde_json",
10945 "shellexpand 3.1.0",
10946 "smol 2.0.2",
10947 "uuid",
10948 "zeromq",
10949]
10950
10951[[package]]
10952name = "rust-embed"
10953version = "8.5.0"
10954source = "registry+https://github.com/rust-lang/crates.io-index"
10955checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10956dependencies = [
10957 "rust-embed-impl",
10958 "rust-embed-utils",
10959 "walkdir",
10960]
10961
10962[[package]]
10963name = "rust-embed-impl"
10964version = "8.5.0"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10967dependencies = [
10968 "proc-macro2",
10969 "quote",
10970 "rust-embed-utils",
10971 "syn 2.0.90",
10972 "walkdir",
10973]
10974
10975[[package]]
10976name = "rust-embed-utils"
10977version = "8.5.0"
10978source = "registry+https://github.com/rust-lang/crates.io-index"
10979checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10980dependencies = [
10981 "globset",
10982 "sha2",
10983 "walkdir",
10984]
10985
10986[[package]]
10987name = "rust_decimal"
10988version = "1.36.0"
10989source = "registry+https://github.com/rust-lang/crates.io-index"
10990checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10991dependencies = [
10992 "arrayvec",
10993 "borsh",
10994 "bytes 1.9.0",
10995 "num-traits",
10996 "rand 0.8.5",
10997 "rkyv",
10998 "serde",
10999 "serde_json",
11000]
11001
11002[[package]]
11003name = "rustc-demangle"
11004version = "0.1.24"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11007
11008[[package]]
11009name = "rustc-hash"
11010version = "1.1.0"
11011source = "registry+https://github.com/rust-lang/crates.io-index"
11012checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11013
11014[[package]]
11015name = "rustc-hash"
11016version = "2.1.0"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
11019
11020[[package]]
11021name = "rustc_version"
11022version = "0.4.1"
11023source = "registry+https://github.com/rust-lang/crates.io-index"
11024checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11025dependencies = [
11026 "semver",
11027]
11028
11029[[package]]
11030name = "rustix"
11031version = "0.37.27"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
11034dependencies = [
11035 "bitflags 1.3.2",
11036 "errno 0.3.10",
11037 "io-lifetimes 1.0.11",
11038 "libc",
11039 "linux-raw-sys 0.3.8",
11040 "windows-sys 0.48.0",
11041]
11042
11043[[package]]
11044name = "rustix"
11045version = "0.38.42"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11048dependencies = [
11049 "bitflags 2.6.0",
11050 "errno 0.3.10",
11051 "itoa",
11052 "libc",
11053 "linux-raw-sys 0.4.14",
11054 "once_cell",
11055 "windows-sys 0.59.0",
11056]
11057
11058[[package]]
11059name = "rustix-openpty"
11060version = "0.1.1"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11063dependencies = [
11064 "errno 0.3.10",
11065 "libc",
11066 "rustix 0.38.42",
11067]
11068
11069[[package]]
11070name = "rustls"
11071version = "0.21.12"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11074dependencies = [
11075 "log",
11076 "ring",
11077 "rustls-webpki 0.101.7",
11078 "sct",
11079]
11080
11081[[package]]
11082name = "rustls"
11083version = "0.23.20"
11084source = "registry+https://github.com/rust-lang/crates.io-index"
11085checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
11086dependencies = [
11087 "once_cell",
11088 "ring",
11089 "rustls-pki-types",
11090 "rustls-webpki 0.102.8",
11091 "subtle",
11092 "zeroize",
11093]
11094
11095[[package]]
11096name = "rustls-native-certs"
11097version = "0.6.3"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11100dependencies = [
11101 "openssl-probe",
11102 "rustls-pemfile 1.0.4",
11103 "schannel",
11104 "security-framework 2.11.1",
11105]
11106
11107[[package]]
11108name = "rustls-native-certs"
11109version = "0.8.1"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11112dependencies = [
11113 "openssl-probe",
11114 "rustls-pki-types",
11115 "schannel",
11116 "security-framework 3.0.1",
11117]
11118
11119[[package]]
11120name = "rustls-pemfile"
11121version = "1.0.4"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11124dependencies = [
11125 "base64 0.21.7",
11126]
11127
11128[[package]]
11129name = "rustls-pemfile"
11130version = "2.2.0"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11133dependencies = [
11134 "rustls-pki-types",
11135]
11136
11137[[package]]
11138name = "rustls-pki-types"
11139version = "1.10.0"
11140source = "registry+https://github.com/rust-lang/crates.io-index"
11141checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11142dependencies = [
11143 "web-time",
11144]
11145
11146[[package]]
11147name = "rustls-webpki"
11148version = "0.101.7"
11149source = "registry+https://github.com/rust-lang/crates.io-index"
11150checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11151dependencies = [
11152 "ring",
11153 "untrusted",
11154]
11155
11156[[package]]
11157name = "rustls-webpki"
11158version = "0.102.8"
11159source = "registry+https://github.com/rust-lang/crates.io-index"
11160checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11161dependencies = [
11162 "ring",
11163 "rustls-pki-types",
11164 "untrusted",
11165]
11166
11167[[package]]
11168name = "rustversion"
11169version = "1.0.18"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11172
11173[[package]]
11174name = "rustybuzz"
11175version = "0.14.1"
11176source = "registry+https://github.com/rust-lang/crates.io-index"
11177checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11178dependencies = [
11179 "bitflags 2.6.0",
11180 "bytemuck",
11181 "libm",
11182 "smallvec",
11183 "ttf-parser",
11184 "unicode-bidi-mirroring",
11185 "unicode-ccc",
11186 "unicode-properties",
11187 "unicode-script",
11188]
11189
11190[[package]]
11191name = "ryu"
11192version = "1.0.18"
11193source = "registry+https://github.com/rust-lang/crates.io-index"
11194checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11195
11196[[package]]
11197name = "salsa20"
11198version = "0.10.2"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11201dependencies = [
11202 "cipher",
11203]
11204
11205[[package]]
11206name = "same-file"
11207version = "1.0.6"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11210dependencies = [
11211 "winapi-util",
11212]
11213
11214[[package]]
11215name = "schannel"
11216version = "0.1.27"
11217source = "registry+https://github.com/rust-lang/crates.io-index"
11218checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11219dependencies = [
11220 "windows-sys 0.59.0",
11221]
11222
11223[[package]]
11224name = "schemars"
11225version = "0.8.21"
11226source = "registry+https://github.com/rust-lang/crates.io-index"
11227checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11228dependencies = [
11229 "dyn-clone",
11230 "indexmap",
11231 "schemars_derive",
11232 "serde",
11233 "serde_json",
11234]
11235
11236[[package]]
11237name = "schemars_derive"
11238version = "0.8.21"
11239source = "registry+https://github.com/rust-lang/crates.io-index"
11240checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11241dependencies = [
11242 "proc-macro2",
11243 "quote",
11244 "serde_derive_internals",
11245 "syn 2.0.90",
11246]
11247
11248[[package]]
11249name = "scoped-tls"
11250version = "1.0.1"
11251source = "registry+https://github.com/rust-lang/crates.io-index"
11252checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11253
11254[[package]]
11255name = "scopeguard"
11256version = "1.2.0"
11257source = "registry+https://github.com/rust-lang/crates.io-index"
11258checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11259
11260[[package]]
11261name = "scratch"
11262version = "1.0.7"
11263source = "registry+https://github.com/rust-lang/crates.io-index"
11264checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11265
11266[[package]]
11267name = "scrypt"
11268version = "0.11.0"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11271dependencies = [
11272 "password-hash 0.5.0",
11273 "pbkdf2 0.12.2",
11274 "salsa20",
11275 "sha2",
11276]
11277
11278[[package]]
11279name = "sct"
11280version = "0.7.1"
11281source = "registry+https://github.com/rust-lang/crates.io-index"
11282checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11283dependencies = [
11284 "ring",
11285 "untrusted",
11286]
11287
11288[[package]]
11289name = "sea-bae"
11290version = "0.2.1"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11293dependencies = [
11294 "heck 0.4.1",
11295 "proc-macro-error2",
11296 "proc-macro2",
11297 "quote",
11298 "syn 2.0.90",
11299]
11300
11301[[package]]
11302name = "sea-orm"
11303version = "1.1.3"
11304source = "registry+https://github.com/rust-lang/crates.io-index"
11305checksum = "0dbcf83248860dc632c46c7e81a221e041b50d0006191756cb001d9e8afc60a9"
11306dependencies = [
11307 "async-stream",
11308 "async-trait",
11309 "bigdecimal",
11310 "chrono",
11311 "futures 0.3.31",
11312 "log",
11313 "ouroboros",
11314 "rust_decimal",
11315 "sea-orm-macros",
11316 "sea-query",
11317 "sea-query-binder",
11318 "serde",
11319 "serde_json",
11320 "sqlx",
11321 "strum",
11322 "thiserror 1.0.69",
11323 "time",
11324 "tracing",
11325 "url",
11326 "uuid",
11327]
11328
11329[[package]]
11330name = "sea-orm-macros"
11331version = "1.1.3"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "49ce6f08134f3681b1ca92185b96fac898f26d9b4f5538d13f7032ef243d14b2"
11334dependencies = [
11335 "heck 0.4.1",
11336 "proc-macro2",
11337 "quote",
11338 "sea-bae",
11339 "syn 2.0.90",
11340 "unicode-ident",
11341]
11342
11343[[package]]
11344name = "sea-query"
11345version = "0.32.1"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11348dependencies = [
11349 "bigdecimal",
11350 "chrono",
11351 "inherent",
11352 "ordered-float 3.9.2",
11353 "rust_decimal",
11354 "serde_json",
11355 "time",
11356 "uuid",
11357]
11358
11359[[package]]
11360name = "sea-query-binder"
11361version = "0.7.0"
11362source = "registry+https://github.com/rust-lang/crates.io-index"
11363checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11364dependencies = [
11365 "bigdecimal",
11366 "chrono",
11367 "rust_decimal",
11368 "sea-query",
11369 "serde_json",
11370 "sqlx",
11371 "time",
11372 "uuid",
11373]
11374
11375[[package]]
11376name = "seahash"
11377version = "4.1.0"
11378source = "registry+https://github.com/rust-lang/crates.io-index"
11379checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11380
11381[[package]]
11382name = "search"
11383version = "0.1.0"
11384dependencies = [
11385 "any_vec",
11386 "anyhow",
11387 "bitflags 2.6.0",
11388 "client",
11389 "collections",
11390 "editor",
11391 "futures 0.3.31",
11392 "gpui",
11393 "language",
11394 "menu",
11395 "project",
11396 "serde",
11397 "serde_json",
11398 "settings",
11399 "smol 1.3.0",
11400 "theme",
11401 "ui",
11402 "unindent",
11403 "util",
11404 "workspace",
11405]
11406
11407[[package]]
11408name = "sec1"
11409version = "0.3.0"
11410source = "registry+https://github.com/rust-lang/crates.io-index"
11411checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11412dependencies = [
11413 "base16ct",
11414 "der 0.6.1",
11415 "generic-array",
11416 "pkcs8 0.9.0",
11417 "subtle",
11418 "zeroize",
11419]
11420
11421[[package]]
11422name = "security-framework"
11423version = "2.11.1"
11424source = "registry+https://github.com/rust-lang/crates.io-index"
11425checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11426dependencies = [
11427 "bitflags 2.6.0",
11428 "core-foundation 0.9.4",
11429 "core-foundation-sys",
11430 "libc",
11431 "security-framework-sys",
11432]
11433
11434[[package]]
11435name = "security-framework"
11436version = "3.0.1"
11437source = "registry+https://github.com/rust-lang/crates.io-index"
11438checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11439dependencies = [
11440 "bitflags 2.6.0",
11441 "core-foundation 0.10.0",
11442 "core-foundation-sys",
11443 "libc",
11444 "security-framework-sys",
11445]
11446
11447[[package]]
11448name = "security-framework-sys"
11449version = "2.12.1"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11452dependencies = [
11453 "core-foundation-sys",
11454 "libc",
11455]
11456
11457[[package]]
11458name = "self_cell"
11459version = "1.1.0"
11460source = "registry+https://github.com/rust-lang/crates.io-index"
11461checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11462
11463[[package]]
11464name = "semantic_index"
11465version = "0.1.0"
11466dependencies = [
11467 "anyhow",
11468 "arrayvec",
11469 "blake3",
11470 "client",
11471 "clock",
11472 "collections",
11473 "env_logger 0.11.6",
11474 "feature_flags",
11475 "fs",
11476 "futures 0.3.31",
11477 "futures-batch",
11478 "gpui",
11479 "heed",
11480 "http_client",
11481 "language",
11482 "language_model",
11483 "languages",
11484 "log",
11485 "open_ai",
11486 "parking_lot",
11487 "project",
11488 "reqwest_client",
11489 "serde",
11490 "serde_json",
11491 "settings",
11492 "sha2",
11493 "smol 1.3.0",
11494 "tempfile",
11495 "theme",
11496 "tree-sitter",
11497 "ui",
11498 "unindent",
11499 "util",
11500 "workspace",
11501 "worktree",
11502]
11503
11504[[package]]
11505name = "semantic_version"
11506version = "0.1.0"
11507dependencies = [
11508 "anyhow",
11509 "serde",
11510]
11511
11512[[package]]
11513name = "semver"
11514version = "1.0.24"
11515source = "registry+https://github.com/rust-lang/crates.io-index"
11516checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11517dependencies = [
11518 "serde",
11519]
11520
11521[[package]]
11522name = "serde"
11523version = "1.0.217"
11524source = "registry+https://github.com/rust-lang/crates.io-index"
11525checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
11526dependencies = [
11527 "serde_derive",
11528]
11529
11530[[package]]
11531name = "serde_derive"
11532version = "1.0.217"
11533source = "registry+https://github.com/rust-lang/crates.io-index"
11534checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
11535dependencies = [
11536 "proc-macro2",
11537 "quote",
11538 "syn 2.0.90",
11539]
11540
11541[[package]]
11542name = "serde_derive_internals"
11543version = "0.29.1"
11544source = "registry+https://github.com/rust-lang/crates.io-index"
11545checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11546dependencies = [
11547 "proc-macro2",
11548 "quote",
11549 "syn 2.0.90",
11550]
11551
11552[[package]]
11553name = "serde_fmt"
11554version = "1.0.3"
11555source = "registry+https://github.com/rust-lang/crates.io-index"
11556checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11557dependencies = [
11558 "serde",
11559]
11560
11561[[package]]
11562name = "serde_json"
11563version = "1.0.135"
11564source = "registry+https://github.com/rust-lang/crates.io-index"
11565checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
11566dependencies = [
11567 "indexmap",
11568 "itoa",
11569 "memchr",
11570 "ryu",
11571 "serde",
11572]
11573
11574[[package]]
11575name = "serde_json_lenient"
11576version = "0.2.4"
11577source = "registry+https://github.com/rust-lang/crates.io-index"
11578checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11579dependencies = [
11580 "indexmap",
11581 "itoa",
11582 "memchr",
11583 "ryu",
11584 "serde",
11585]
11586
11587[[package]]
11588name = "serde_path_to_error"
11589version = "0.1.16"
11590source = "registry+https://github.com/rust-lang/crates.io-index"
11591checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11592dependencies = [
11593 "itoa",
11594 "serde",
11595]
11596
11597[[package]]
11598name = "serde_qs"
11599version = "0.8.5"
11600source = "registry+https://github.com/rust-lang/crates.io-index"
11601checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11602dependencies = [
11603 "percent-encoding",
11604 "serde",
11605 "thiserror 1.0.69",
11606]
11607
11608[[package]]
11609name = "serde_qs"
11610version = "0.10.1"
11611source = "registry+https://github.com/rust-lang/crates.io-index"
11612checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11613dependencies = [
11614 "percent-encoding",
11615 "serde",
11616 "thiserror 1.0.69",
11617]
11618
11619[[package]]
11620name = "serde_repr"
11621version = "0.1.19"
11622source = "registry+https://github.com/rust-lang/crates.io-index"
11623checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11624dependencies = [
11625 "proc-macro2",
11626 "quote",
11627 "syn 2.0.90",
11628]
11629
11630[[package]]
11631name = "serde_spanned"
11632version = "0.6.8"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11635dependencies = [
11636 "serde",
11637]
11638
11639[[package]]
11640name = "serde_urlencoded"
11641version = "0.7.1"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11644dependencies = [
11645 "form_urlencoded",
11646 "itoa",
11647 "ryu",
11648 "serde",
11649]
11650
11651[[package]]
11652name = "session"
11653version = "0.1.0"
11654dependencies = [
11655 "db",
11656 "gpui",
11657 "serde_json",
11658 "util",
11659 "uuid",
11660]
11661
11662[[package]]
11663name = "settings"
11664version = "0.1.0"
11665dependencies = [
11666 "anyhow",
11667 "collections",
11668 "ec4rs",
11669 "fs",
11670 "futures 0.3.31",
11671 "gpui",
11672 "indoc",
11673 "log",
11674 "paths",
11675 "pretty_assertions",
11676 "release_channel",
11677 "rust-embed",
11678 "schemars",
11679 "serde",
11680 "serde_derive",
11681 "serde_json",
11682 "serde_json_lenient",
11683 "smallvec",
11684 "tree-sitter",
11685 "tree-sitter-json",
11686 "unindent",
11687 "util",
11688]
11689
11690[[package]]
11691name = "settings_ui"
11692version = "0.1.0"
11693dependencies = [
11694 "command_palette_hooks",
11695 "editor",
11696 "feature_flags",
11697 "gpui",
11698 "settings",
11699 "theme",
11700 "ui",
11701 "workspace",
11702]
11703
11704[[package]]
11705name = "sha1"
11706version = "0.10.6"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11709dependencies = [
11710 "cfg-if",
11711 "cpufeatures",
11712 "digest",
11713]
11714
11715[[package]]
11716name = "sha1_smol"
11717version = "1.0.1"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11720
11721[[package]]
11722name = "sha2"
11723version = "0.10.8"
11724source = "registry+https://github.com/rust-lang/crates.io-index"
11725checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11726dependencies = [
11727 "cfg-if",
11728 "cpufeatures",
11729 "digest",
11730]
11731
11732[[package]]
11733name = "sharded-slab"
11734version = "0.1.7"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11737dependencies = [
11738 "lazy_static",
11739]
11740
11741[[package]]
11742name = "shell-words"
11743version = "1.1.0"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11746
11747[[package]]
11748name = "shellexpand"
11749version = "2.1.2"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11752dependencies = [
11753 "dirs 4.0.0",
11754]
11755
11756[[package]]
11757name = "shellexpand"
11758version = "3.1.0"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11761dependencies = [
11762 "dirs 5.0.1",
11763]
11764
11765[[package]]
11766name = "shlex"
11767version = "1.3.0"
11768source = "registry+https://github.com/rust-lang/crates.io-index"
11769checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11770
11771[[package]]
11772name = "signal-hook"
11773version = "0.3.17"
11774source = "registry+https://github.com/rust-lang/crates.io-index"
11775checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11776dependencies = [
11777 "libc",
11778 "signal-hook-registry",
11779]
11780
11781[[package]]
11782name = "signal-hook-registry"
11783version = "1.4.2"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11786dependencies = [
11787 "libc",
11788]
11789
11790[[package]]
11791name = "signature"
11792version = "1.6.4"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11795dependencies = [
11796 "digest",
11797 "rand_core 0.6.4",
11798]
11799
11800[[package]]
11801name = "signature"
11802version = "2.2.0"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11805dependencies = [
11806 "digest",
11807 "rand_core 0.6.4",
11808]
11809
11810[[package]]
11811name = "simd-adler32"
11812version = "0.3.7"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11815
11816[[package]]
11817name = "simd_helpers"
11818version = "0.1.0"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11821dependencies = [
11822 "quote",
11823]
11824
11825[[package]]
11826name = "simdutf8"
11827version = "0.1.5"
11828source = "registry+https://github.com/rust-lang/crates.io-index"
11829checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11830
11831[[package]]
11832name = "similar"
11833version = "1.3.0"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11836
11837[[package]]
11838name = "simple_asn1"
11839version = "0.6.2"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11842dependencies = [
11843 "num-bigint",
11844 "num-traits",
11845 "thiserror 1.0.69",
11846 "time",
11847]
11848
11849[[package]]
11850name = "simplecss"
11851version = "0.2.1"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11854dependencies = [
11855 "log",
11856]
11857
11858[[package]]
11859name = "simplelog"
11860version = "0.12.2"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11863dependencies = [
11864 "log",
11865 "termcolor",
11866 "time",
11867]
11868
11869[[package]]
11870name = "siphasher"
11871version = "0.3.11"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11874
11875[[package]]
11876name = "siphasher"
11877version = "1.0.1"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11880
11881[[package]]
11882name = "skrifa"
11883version = "0.22.3"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11886dependencies = [
11887 "bytemuck",
11888 "read-fonts",
11889]
11890
11891[[package]]
11892name = "slab"
11893version = "0.4.9"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11896dependencies = [
11897 "autocfg",
11898]
11899
11900[[package]]
11901name = "slash_commands_example"
11902version = "0.1.0"
11903dependencies = [
11904 "zed_extension_api 0.1.0",
11905]
11906
11907[[package]]
11908name = "slice-group-by"
11909version = "0.3.1"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11912
11913[[package]]
11914name = "slotmap"
11915version = "1.0.7"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11918dependencies = [
11919 "version_check",
11920]
11921
11922[[package]]
11923name = "smallvec"
11924version = "1.13.2"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11927dependencies = [
11928 "serde",
11929]
11930
11931[[package]]
11932name = "smart-default"
11933version = "0.6.0"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11936dependencies = [
11937 "proc-macro2",
11938 "quote",
11939 "syn 1.0.109",
11940]
11941
11942[[package]]
11943name = "smol"
11944version = "1.3.0"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11947dependencies = [
11948 "async-channel 1.9.0",
11949 "async-executor",
11950 "async-fs 1.6.0",
11951 "async-io 1.13.0",
11952 "async-lock 2.8.0",
11953 "async-net 1.8.0",
11954 "async-process 1.8.1",
11955 "blocking",
11956 "futures-lite 1.13.0",
11957]
11958
11959[[package]]
11960name = "smol"
11961version = "2.0.2"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
11964dependencies = [
11965 "async-channel 2.3.1",
11966 "async-executor",
11967 "async-fs 2.1.2",
11968 "async-io 2.4.0",
11969 "async-lock 3.4.0",
11970 "async-net 2.0.0",
11971 "async-process 2.3.0",
11972 "blocking",
11973 "futures-lite 2.5.0",
11974]
11975
11976[[package]]
11977name = "smol_str"
11978version = "0.1.24"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11981dependencies = [
11982 "serde",
11983]
11984
11985[[package]]
11986name = "snippet"
11987version = "0.1.0"
11988dependencies = [
11989 "anyhow",
11990 "smallvec",
11991]
11992
11993[[package]]
11994name = "snippet_provider"
11995version = "0.1.0"
11996dependencies = [
11997 "anyhow",
11998 "collections",
11999 "extension",
12000 "fs",
12001 "futures 0.3.31",
12002 "gpui",
12003 "parking_lot",
12004 "paths",
12005 "serde",
12006 "serde_json",
12007 "snippet",
12008 "util",
12009]
12010
12011[[package]]
12012name = "snippets_ui"
12013version = "0.1.0"
12014dependencies = [
12015 "fuzzy",
12016 "gpui",
12017 "language",
12018 "paths",
12019 "picker",
12020 "ui",
12021 "util",
12022 "workspace",
12023]
12024
12025[[package]]
12026name = "socket2"
12027version = "0.4.10"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
12030dependencies = [
12031 "libc",
12032 "winapi",
12033]
12034
12035[[package]]
12036name = "socket2"
12037version = "0.5.8"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12040dependencies = [
12041 "libc",
12042 "windows-sys 0.52.0",
12043]
12044
12045[[package]]
12046name = "spdx"
12047version = "0.10.7"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12050dependencies = [
12051 "smallvec",
12052]
12053
12054[[package]]
12055name = "spin"
12056version = "0.9.8"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12059dependencies = [
12060 "lock_api",
12061]
12062
12063[[package]]
12064name = "spirv"
12065version = "0.3.0+sdk-1.3.268.0"
12066source = "registry+https://github.com/rust-lang/crates.io-index"
12067checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12068dependencies = [
12069 "bitflags 2.6.0",
12070]
12071
12072[[package]]
12073name = "spki"
12074version = "0.6.0"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12077dependencies = [
12078 "base64ct",
12079 "der 0.6.1",
12080]
12081
12082[[package]]
12083name = "spki"
12084version = "0.7.3"
12085source = "registry+https://github.com/rust-lang/crates.io-index"
12086checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12087dependencies = [
12088 "base64ct",
12089 "der 0.7.9",
12090]
12091
12092[[package]]
12093name = "sptr"
12094version = "0.3.2"
12095source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12097
12098[[package]]
12099name = "sqlez"
12100version = "0.1.0"
12101dependencies = [
12102 "anyhow",
12103 "collections",
12104 "futures 0.3.31",
12105 "indoc",
12106 "libsqlite3-sys",
12107 "parking_lot",
12108 "smol 1.3.0",
12109 "sqlformat",
12110 "thread_local",
12111 "util",
12112 "uuid",
12113]
12114
12115[[package]]
12116name = "sqlez_macros"
12117version = "0.1.0"
12118dependencies = [
12119 "sqlez",
12120 "sqlformat",
12121 "syn 1.0.109",
12122]
12123
12124[[package]]
12125name = "sqlformat"
12126version = "0.2.6"
12127source = "registry+https://github.com/rust-lang/crates.io-index"
12128checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12129dependencies = [
12130 "nom",
12131 "unicode_categories",
12132]
12133
12134[[package]]
12135name = "sqlx"
12136version = "0.8.2"
12137source = "registry+https://github.com/rust-lang/crates.io-index"
12138checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12139dependencies = [
12140 "sqlx-core",
12141 "sqlx-macros",
12142 "sqlx-mysql",
12143 "sqlx-postgres",
12144 "sqlx-sqlite",
12145]
12146
12147[[package]]
12148name = "sqlx-core"
12149version = "0.8.2"
12150source = "registry+https://github.com/rust-lang/crates.io-index"
12151checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12152dependencies = [
12153 "atoi",
12154 "bigdecimal",
12155 "byteorder",
12156 "bytes 1.9.0",
12157 "chrono",
12158 "crc",
12159 "crossbeam-queue",
12160 "either",
12161 "event-listener 5.3.1",
12162 "futures-channel",
12163 "futures-core",
12164 "futures-intrusive",
12165 "futures-io",
12166 "futures-util",
12167 "hashbrown 0.14.5",
12168 "hashlink 0.9.1",
12169 "hex",
12170 "indexmap",
12171 "log",
12172 "memchr",
12173 "once_cell",
12174 "paste",
12175 "percent-encoding",
12176 "rust_decimal",
12177 "rustls 0.23.20",
12178 "rustls-pemfile 2.2.0",
12179 "serde",
12180 "serde_json",
12181 "sha2",
12182 "smallvec",
12183 "sqlformat",
12184 "thiserror 1.0.69",
12185 "time",
12186 "tokio",
12187 "tokio-stream",
12188 "tracing",
12189 "url",
12190 "uuid",
12191 "webpki-roots 0.26.7",
12192]
12193
12194[[package]]
12195name = "sqlx-macros"
12196version = "0.8.2"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12199dependencies = [
12200 "proc-macro2",
12201 "quote",
12202 "sqlx-core",
12203 "sqlx-macros-core",
12204 "syn 2.0.90",
12205]
12206
12207[[package]]
12208name = "sqlx-macros-core"
12209version = "0.8.2"
12210source = "registry+https://github.com/rust-lang/crates.io-index"
12211checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12212dependencies = [
12213 "dotenvy",
12214 "either",
12215 "heck 0.5.0",
12216 "hex",
12217 "once_cell",
12218 "proc-macro2",
12219 "quote",
12220 "serde",
12221 "serde_json",
12222 "sha2",
12223 "sqlx-core",
12224 "sqlx-mysql",
12225 "sqlx-postgres",
12226 "sqlx-sqlite",
12227 "syn 2.0.90",
12228 "tempfile",
12229 "tokio",
12230 "url",
12231]
12232
12233[[package]]
12234name = "sqlx-mysql"
12235version = "0.8.2"
12236source = "registry+https://github.com/rust-lang/crates.io-index"
12237checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12238dependencies = [
12239 "atoi",
12240 "base64 0.22.1",
12241 "bigdecimal",
12242 "bitflags 2.6.0",
12243 "byteorder",
12244 "bytes 1.9.0",
12245 "chrono",
12246 "crc",
12247 "digest",
12248 "dotenvy",
12249 "either",
12250 "futures-channel",
12251 "futures-core",
12252 "futures-io",
12253 "futures-util",
12254 "generic-array",
12255 "hex",
12256 "hkdf",
12257 "hmac",
12258 "itoa",
12259 "log",
12260 "md-5",
12261 "memchr",
12262 "once_cell",
12263 "percent-encoding",
12264 "rand 0.8.5",
12265 "rsa",
12266 "rust_decimal",
12267 "serde",
12268 "sha1",
12269 "sha2",
12270 "smallvec",
12271 "sqlx-core",
12272 "stringprep",
12273 "thiserror 1.0.69",
12274 "time",
12275 "tracing",
12276 "uuid",
12277 "whoami",
12278]
12279
12280[[package]]
12281name = "sqlx-postgres"
12282version = "0.8.2"
12283source = "registry+https://github.com/rust-lang/crates.io-index"
12284checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12285dependencies = [
12286 "atoi",
12287 "base64 0.22.1",
12288 "bigdecimal",
12289 "bitflags 2.6.0",
12290 "byteorder",
12291 "chrono",
12292 "crc",
12293 "dotenvy",
12294 "etcetera",
12295 "futures-channel",
12296 "futures-core",
12297 "futures-io",
12298 "futures-util",
12299 "hex",
12300 "hkdf",
12301 "hmac",
12302 "home",
12303 "itoa",
12304 "log",
12305 "md-5",
12306 "memchr",
12307 "num-bigint",
12308 "once_cell",
12309 "rand 0.8.5",
12310 "rust_decimal",
12311 "serde",
12312 "serde_json",
12313 "sha2",
12314 "smallvec",
12315 "sqlx-core",
12316 "stringprep",
12317 "thiserror 1.0.69",
12318 "time",
12319 "tracing",
12320 "uuid",
12321 "whoami",
12322]
12323
12324[[package]]
12325name = "sqlx-sqlite"
12326version = "0.8.2"
12327source = "registry+https://github.com/rust-lang/crates.io-index"
12328checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12329dependencies = [
12330 "atoi",
12331 "chrono",
12332 "flume",
12333 "futures-channel",
12334 "futures-core",
12335 "futures-executor",
12336 "futures-intrusive",
12337 "futures-util",
12338 "libsqlite3-sys",
12339 "log",
12340 "percent-encoding",
12341 "serde",
12342 "serde_urlencoded",
12343 "sqlx-core",
12344 "time",
12345 "tracing",
12346 "url",
12347 "uuid",
12348]
12349
12350[[package]]
12351name = "stable_deref_trait"
12352version = "1.2.0"
12353source = "registry+https://github.com/rust-lang/crates.io-index"
12354checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12355
12356[[package]]
12357name = "static_assertions"
12358version = "1.1.0"
12359source = "registry+https://github.com/rust-lang/crates.io-index"
12360checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12361
12362[[package]]
12363name = "story"
12364version = "0.1.0"
12365dependencies = [
12366 "gpui",
12367 "itertools 0.14.0",
12368 "smallvec",
12369]
12370
12371[[package]]
12372name = "storybook"
12373version = "0.1.0"
12374dependencies = [
12375 "anyhow",
12376 "clap",
12377 "collab_ui",
12378 "ctrlc",
12379 "dialoguer",
12380 "editor",
12381 "fuzzy",
12382 "gpui",
12383 "indoc",
12384 "language",
12385 "log",
12386 "menu",
12387 "picker",
12388 "project",
12389 "reqwest_client",
12390 "rust-embed",
12391 "settings",
12392 "simplelog",
12393 "story",
12394 "strum",
12395 "theme",
12396 "title_bar",
12397 "ui",
12398]
12399
12400[[package]]
12401name = "strict-num"
12402version = "0.1.1"
12403source = "registry+https://github.com/rust-lang/crates.io-index"
12404checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12405dependencies = [
12406 "float-cmp",
12407]
12408
12409[[package]]
12410name = "string_cache"
12411version = "0.8.7"
12412source = "registry+https://github.com/rust-lang/crates.io-index"
12413checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12414dependencies = [
12415 "new_debug_unreachable",
12416 "once_cell",
12417 "parking_lot",
12418 "phf_shared 0.10.0",
12419 "precomputed-hash",
12420 "serde",
12421]
12422
12423[[package]]
12424name = "string_cache_codegen"
12425version = "0.5.2"
12426source = "registry+https://github.com/rust-lang/crates.io-index"
12427checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12428dependencies = [
12429 "phf_generator 0.10.0",
12430 "phf_shared 0.10.0",
12431 "proc-macro2",
12432 "quote",
12433]
12434
12435[[package]]
12436name = "stringprep"
12437version = "0.1.5"
12438source = "registry+https://github.com/rust-lang/crates.io-index"
12439checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12440dependencies = [
12441 "unicode-bidi",
12442 "unicode-normalization",
12443 "unicode-properties",
12444]
12445
12446[[package]]
12447name = "strsim"
12448version = "0.11.1"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12451
12452[[package]]
12453name = "strum"
12454version = "0.26.3"
12455source = "registry+https://github.com/rust-lang/crates.io-index"
12456checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12457dependencies = [
12458 "strum_macros",
12459]
12460
12461[[package]]
12462name = "strum_macros"
12463version = "0.26.4"
12464source = "registry+https://github.com/rust-lang/crates.io-index"
12465checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12466dependencies = [
12467 "heck 0.5.0",
12468 "proc-macro2",
12469 "quote",
12470 "rustversion",
12471 "syn 2.0.90",
12472]
12473
12474[[package]]
12475name = "subtle"
12476version = "2.6.1"
12477source = "registry+https://github.com/rust-lang/crates.io-index"
12478checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12479
12480[[package]]
12481name = "sum_tree"
12482version = "0.1.0"
12483dependencies = [
12484 "arrayvec",
12485 "ctor",
12486 "env_logger 0.11.6",
12487 "log",
12488 "rand 0.8.5",
12489 "rayon",
12490]
12491
12492[[package]]
12493name = "supermaven"
12494version = "0.1.0"
12495dependencies = [
12496 "anyhow",
12497 "client",
12498 "collections",
12499 "editor",
12500 "env_logger 0.11.6",
12501 "futures 0.3.31",
12502 "gpui",
12503 "http_client",
12504 "inline_completion",
12505 "language",
12506 "log",
12507 "postage",
12508 "project",
12509 "serde",
12510 "serde_json",
12511 "settings",
12512 "smol 1.3.0",
12513 "supermaven_api",
12514 "text",
12515 "theme",
12516 "ui",
12517 "unicode-segmentation",
12518 "util",
12519]
12520
12521[[package]]
12522name = "supermaven_api"
12523version = "0.1.0"
12524dependencies = [
12525 "anyhow",
12526 "futures 0.3.31",
12527 "http_client",
12528 "paths",
12529 "serde",
12530 "serde_json",
12531 "smol 1.3.0",
12532]
12533
12534[[package]]
12535name = "sval"
12536version = "2.13.2"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12539
12540[[package]]
12541name = "sval_buffer"
12542version = "2.13.2"
12543source = "registry+https://github.com/rust-lang/crates.io-index"
12544checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12545dependencies = [
12546 "sval",
12547 "sval_ref",
12548]
12549
12550[[package]]
12551name = "sval_dynamic"
12552version = "2.13.2"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12555dependencies = [
12556 "sval",
12557]
12558
12559[[package]]
12560name = "sval_fmt"
12561version = "2.13.2"
12562source = "registry+https://github.com/rust-lang/crates.io-index"
12563checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12564dependencies = [
12565 "itoa",
12566 "ryu",
12567 "sval",
12568]
12569
12570[[package]]
12571name = "sval_json"
12572version = "2.13.2"
12573source = "registry+https://github.com/rust-lang/crates.io-index"
12574checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12575dependencies = [
12576 "itoa",
12577 "ryu",
12578 "sval",
12579]
12580
12581[[package]]
12582name = "sval_nested"
12583version = "2.13.2"
12584source = "registry+https://github.com/rust-lang/crates.io-index"
12585checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12586dependencies = [
12587 "sval",
12588 "sval_buffer",
12589 "sval_ref",
12590]
12591
12592[[package]]
12593name = "sval_ref"
12594version = "2.13.2"
12595source = "registry+https://github.com/rust-lang/crates.io-index"
12596checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12597dependencies = [
12598 "sval",
12599]
12600
12601[[package]]
12602name = "sval_serde"
12603version = "2.13.2"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12606dependencies = [
12607 "serde",
12608 "sval",
12609 "sval_nested",
12610]
12611
12612[[package]]
12613name = "svg_fmt"
12614version = "0.4.4"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12617
12618[[package]]
12619name = "svgtypes"
12620version = "0.15.2"
12621source = "registry+https://github.com/rust-lang/crates.io-index"
12622checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12623dependencies = [
12624 "kurbo",
12625 "siphasher 1.0.1",
12626]
12627
12628[[package]]
12629name = "swash"
12630version = "0.1.19"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12633dependencies = [
12634 "skrifa",
12635 "yazi",
12636 "zeno",
12637]
12638
12639[[package]]
12640name = "syn"
12641version = "1.0.109"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12644dependencies = [
12645 "proc-macro2",
12646 "quote",
12647 "unicode-ident",
12648]
12649
12650[[package]]
12651name = "syn"
12652version = "2.0.90"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12655dependencies = [
12656 "proc-macro2",
12657 "quote",
12658 "unicode-ident",
12659]
12660
12661[[package]]
12662name = "sync_wrapper"
12663version = "0.1.2"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12666
12667[[package]]
12668name = "sync_wrapper"
12669version = "1.0.2"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12672dependencies = [
12673 "futures-core",
12674]
12675
12676[[package]]
12677name = "synchronoise"
12678version = "1.0.1"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12681dependencies = [
12682 "crossbeam-queue",
12683]
12684
12685[[package]]
12686name = "synstructure"
12687version = "0.13.1"
12688source = "registry+https://github.com/rust-lang/crates.io-index"
12689checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12690dependencies = [
12691 "proc-macro2",
12692 "quote",
12693 "syn 2.0.90",
12694]
12695
12696[[package]]
12697name = "sys-locale"
12698version = "0.3.2"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12701dependencies = [
12702 "libc",
12703]
12704
12705[[package]]
12706name = "sysinfo"
12707version = "0.31.4"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12710dependencies = [
12711 "core-foundation-sys",
12712 "libc",
12713 "memchr",
12714 "ntapi",
12715 "rayon",
12716 "windows 0.57.0",
12717]
12718
12719[[package]]
12720name = "system-configuration"
12721version = "0.5.1"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12724dependencies = [
12725 "bitflags 1.3.2",
12726 "core-foundation 0.9.4",
12727 "system-configuration-sys 0.5.0",
12728]
12729
12730[[package]]
12731name = "system-configuration"
12732version = "0.6.1"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12735dependencies = [
12736 "bitflags 2.6.0",
12737 "core-foundation 0.9.4",
12738 "system-configuration-sys 0.6.0",
12739]
12740
12741[[package]]
12742name = "system-configuration-sys"
12743version = "0.5.0"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12746dependencies = [
12747 "core-foundation-sys",
12748 "libc",
12749]
12750
12751[[package]]
12752name = "system-configuration-sys"
12753version = "0.6.0"
12754source = "registry+https://github.com/rust-lang/crates.io-index"
12755checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12756dependencies = [
12757 "core-foundation-sys",
12758 "libc",
12759]
12760
12761[[package]]
12762name = "system-deps"
12763version = "6.2.2"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12766dependencies = [
12767 "cfg-expr",
12768 "heck 0.5.0",
12769 "pkg-config",
12770 "toml 0.8.19",
12771 "version-compare",
12772]
12773
12774[[package]]
12775name = "system-interface"
12776version = "0.27.3"
12777source = "registry+https://github.com/rust-lang/crates.io-index"
12778checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12779dependencies = [
12780 "bitflags 2.6.0",
12781 "cap-fs-ext",
12782 "cap-std",
12783 "fd-lock",
12784 "io-lifetimes 2.0.4",
12785 "rustix 0.38.42",
12786 "windows-sys 0.59.0",
12787 "winx",
12788]
12789
12790[[package]]
12791name = "tab_switcher"
12792version = "0.1.0"
12793dependencies = [
12794 "anyhow",
12795 "collections",
12796 "ctor",
12797 "editor",
12798 "env_logger 0.11.6",
12799 "gpui",
12800 "language",
12801 "menu",
12802 "picker",
12803 "project",
12804 "serde",
12805 "serde_json",
12806 "settings",
12807 "theme",
12808 "ui",
12809 "util",
12810 "workspace",
12811]
12812
12813[[package]]
12814name = "taffy"
12815version = "0.4.4"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12818dependencies = [
12819 "arrayvec",
12820 "grid",
12821 "num-traits",
12822 "serde",
12823 "slotmap",
12824]
12825
12826[[package]]
12827name = "take-until"
12828version = "0.2.0"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12831
12832[[package]]
12833name = "tap"
12834version = "1.0.1"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12837
12838[[package]]
12839name = "target-lexicon"
12840version = "0.12.16"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12843
12844[[package]]
12845name = "task"
12846version = "0.1.0"
12847dependencies = [
12848 "anyhow",
12849 "collections",
12850 "futures 0.3.31",
12851 "gpui",
12852 "hex",
12853 "parking_lot",
12854 "schemars",
12855 "serde",
12856 "serde_json_lenient",
12857 "sha2",
12858 "shellexpand 2.1.2",
12859 "util",
12860 "zed_actions",
12861]
12862
12863[[package]]
12864name = "tasks_ui"
12865version = "0.1.0"
12866dependencies = [
12867 "anyhow",
12868 "editor",
12869 "file_icons",
12870 "fuzzy",
12871 "gpui",
12872 "language",
12873 "menu",
12874 "picker",
12875 "project",
12876 "schemars",
12877 "serde",
12878 "serde_json",
12879 "settings",
12880 "task",
12881 "tree-sitter-rust",
12882 "tree-sitter-typescript",
12883 "ui",
12884 "util",
12885 "workspace",
12886 "zed_actions",
12887]
12888
12889[[package]]
12890name = "telemetry"
12891version = "0.1.0"
12892dependencies = [
12893 "futures 0.3.31",
12894 "serde",
12895 "serde_json",
12896 "telemetry_events",
12897]
12898
12899[[package]]
12900name = "telemetry_events"
12901version = "0.1.0"
12902dependencies = [
12903 "semantic_version",
12904 "serde",
12905 "serde_json",
12906]
12907
12908[[package]]
12909name = "tempfile"
12910version = "3.15.0"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
12913dependencies = [
12914 "cfg-if",
12915 "fastrand 2.3.0",
12916 "getrandom 0.2.15",
12917 "once_cell",
12918 "rustix 0.38.42",
12919 "windows-sys 0.59.0",
12920]
12921
12922[[package]]
12923name = "tendril"
12924version = "0.4.3"
12925source = "registry+https://github.com/rust-lang/crates.io-index"
12926checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12927dependencies = [
12928 "futf",
12929 "mac",
12930 "utf-8",
12931]
12932
12933[[package]]
12934name = "termcolor"
12935version = "1.4.1"
12936source = "registry+https://github.com/rust-lang/crates.io-index"
12937checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12938dependencies = [
12939 "winapi-util",
12940]
12941
12942[[package]]
12943name = "terminal"
12944version = "0.1.0"
12945dependencies = [
12946 "alacritty_terminal",
12947 "anyhow",
12948 "collections",
12949 "dirs 4.0.0",
12950 "futures 0.3.31",
12951 "gpui",
12952 "libc",
12953 "rand 0.8.5",
12954 "regex",
12955 "release_channel",
12956 "schemars",
12957 "serde",
12958 "serde_derive",
12959 "settings",
12960 "smol 1.3.0",
12961 "sysinfo",
12962 "task",
12963 "theme",
12964 "thiserror 1.0.69",
12965 "util",
12966 "windows 0.58.0",
12967]
12968
12969[[package]]
12970name = "terminal_size"
12971version = "0.4.1"
12972source = "registry+https://github.com/rust-lang/crates.io-index"
12973checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
12974dependencies = [
12975 "rustix 0.38.42",
12976 "windows-sys 0.59.0",
12977]
12978
12979[[package]]
12980name = "terminal_view"
12981version = "0.1.0"
12982dependencies = [
12983 "anyhow",
12984 "async-recursion 1.1.1",
12985 "breadcrumbs",
12986 "client",
12987 "collections",
12988 "db",
12989 "dirs 4.0.0",
12990 "editor",
12991 "futures 0.3.31",
12992 "gpui",
12993 "itertools 0.14.0",
12994 "language",
12995 "project",
12996 "rand 0.8.5",
12997 "search",
12998 "serde",
12999 "serde_json",
13000 "settings",
13001 "shellexpand 2.1.2",
13002 "smol 1.3.0",
13003 "task",
13004 "terminal",
13005 "theme",
13006 "ui",
13007 "util",
13008 "workspace",
13009 "zed_actions",
13010]
13011
13012[[package]]
13013name = "text"
13014version = "0.1.0"
13015dependencies = [
13016 "anyhow",
13017 "clock",
13018 "collections",
13019 "ctor",
13020 "env_logger 0.11.6",
13021 "gpui",
13022 "http_client",
13023 "log",
13024 "parking_lot",
13025 "postage",
13026 "rand 0.8.5",
13027 "regex",
13028 "rope",
13029 "smallvec",
13030 "sum_tree",
13031 "util",
13032]
13033
13034[[package]]
13035name = "theme"
13036version = "0.1.0"
13037dependencies = [
13038 "anyhow",
13039 "collections",
13040 "derive_more",
13041 "fs",
13042 "futures 0.3.31",
13043 "gpui",
13044 "indexmap",
13045 "log",
13046 "palette",
13047 "parking_lot",
13048 "refineable",
13049 "schemars",
13050 "serde",
13051 "serde_derive",
13052 "serde_json",
13053 "serde_json_lenient",
13054 "serde_repr",
13055 "settings",
13056 "strum",
13057 "util",
13058 "uuid",
13059]
13060
13061[[package]]
13062name = "theme_extension"
13063version = "0.1.0"
13064dependencies = [
13065 "anyhow",
13066 "extension",
13067 "fs",
13068 "gpui",
13069 "theme",
13070]
13071
13072[[package]]
13073name = "theme_importer"
13074version = "0.1.0"
13075dependencies = [
13076 "anyhow",
13077 "clap",
13078 "gpui",
13079 "indexmap",
13080 "log",
13081 "palette",
13082 "rust-embed",
13083 "schemars",
13084 "serde",
13085 "serde_json",
13086 "serde_json_lenient",
13087 "simplelog",
13088 "strum",
13089 "theme",
13090 "vscode_theme",
13091]
13092
13093[[package]]
13094name = "theme_selector"
13095version = "0.1.0"
13096dependencies = [
13097 "fs",
13098 "fuzzy",
13099 "gpui",
13100 "log",
13101 "picker",
13102 "serde",
13103 "settings",
13104 "telemetry",
13105 "theme",
13106 "ui",
13107 "util",
13108 "workspace",
13109 "zed_actions",
13110]
13111
13112[[package]]
13113name = "thiserror"
13114version = "1.0.69"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13117dependencies = [
13118 "thiserror-impl 1.0.69",
13119]
13120
13121[[package]]
13122name = "thiserror"
13123version = "2.0.6"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13126dependencies = [
13127 "thiserror-impl 2.0.6",
13128]
13129
13130[[package]]
13131name = "thiserror-impl"
13132version = "1.0.69"
13133source = "registry+https://github.com/rust-lang/crates.io-index"
13134checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13135dependencies = [
13136 "proc-macro2",
13137 "quote",
13138 "syn 2.0.90",
13139]
13140
13141[[package]]
13142name = "thiserror-impl"
13143version = "2.0.6"
13144source = "registry+https://github.com/rust-lang/crates.io-index"
13145checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13146dependencies = [
13147 "proc-macro2",
13148 "quote",
13149 "syn 2.0.90",
13150]
13151
13152[[package]]
13153name = "thread_local"
13154version = "1.1.8"
13155source = "registry+https://github.com/rust-lang/crates.io-index"
13156checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13157dependencies = [
13158 "cfg-if",
13159 "once_cell",
13160]
13161
13162[[package]]
13163name = "tiff"
13164version = "0.9.1"
13165source = "registry+https://github.com/rust-lang/crates.io-index"
13166checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13167dependencies = [
13168 "flate2",
13169 "jpeg-decoder",
13170 "weezl",
13171]
13172
13173[[package]]
13174name = "tiktoken-rs"
13175version = "0.6.0"
13176source = "registry+https://github.com/rust-lang/crates.io-index"
13177checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13178dependencies = [
13179 "anyhow",
13180 "base64 0.21.7",
13181 "bstr",
13182 "fancy-regex 0.13.0",
13183 "lazy_static",
13184 "parking_lot",
13185 "regex",
13186 "rustc-hash 1.1.0",
13187]
13188
13189[[package]]
13190name = "time"
13191version = "0.3.37"
13192source = "registry+https://github.com/rust-lang/crates.io-index"
13193checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13194dependencies = [
13195 "deranged",
13196 "itoa",
13197 "libc",
13198 "num-conv",
13199 "num_threads",
13200 "powerfmt",
13201 "serde",
13202 "time-core",
13203 "time-macros",
13204]
13205
13206[[package]]
13207name = "time-core"
13208version = "0.1.2"
13209source = "registry+https://github.com/rust-lang/crates.io-index"
13210checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13211
13212[[package]]
13213name = "time-macros"
13214version = "0.2.19"
13215source = "registry+https://github.com/rust-lang/crates.io-index"
13216checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13217dependencies = [
13218 "num-conv",
13219 "time-core",
13220]
13221
13222[[package]]
13223name = "time_format"
13224version = "0.1.0"
13225dependencies = [
13226 "core-foundation 0.9.4",
13227 "core-foundation-sys",
13228 "sys-locale",
13229 "time",
13230]
13231
13232[[package]]
13233name = "tiny-keccak"
13234version = "2.0.2"
13235source = "registry+https://github.com/rust-lang/crates.io-index"
13236checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13237dependencies = [
13238 "crunchy",
13239]
13240
13241[[package]]
13242name = "tiny-skia"
13243version = "0.11.4"
13244source = "registry+https://github.com/rust-lang/crates.io-index"
13245checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13246dependencies = [
13247 "arrayref",
13248 "arrayvec",
13249 "bytemuck",
13250 "cfg-if",
13251 "log",
13252 "png",
13253 "tiny-skia-path",
13254]
13255
13256[[package]]
13257name = "tiny-skia-path"
13258version = "0.11.4"
13259source = "registry+https://github.com/rust-lang/crates.io-index"
13260checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13261dependencies = [
13262 "arrayref",
13263 "bytemuck",
13264 "strict-num",
13265]
13266
13267[[package]]
13268name = "tiny_http"
13269version = "0.8.2"
13270source = "registry+https://github.com/rust-lang/crates.io-index"
13271checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13272dependencies = [
13273 "ascii",
13274 "chrono",
13275 "chunked_transfer",
13276 "log",
13277 "url",
13278]
13279
13280[[package]]
13281name = "tinystr"
13282version = "0.7.6"
13283source = "registry+https://github.com/rust-lang/crates.io-index"
13284checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13285dependencies = [
13286 "displaydoc",
13287 "zerovec",
13288]
13289
13290[[package]]
13291name = "tinytemplate"
13292version = "1.2.1"
13293source = "registry+https://github.com/rust-lang/crates.io-index"
13294checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13295dependencies = [
13296 "serde",
13297 "serde_json",
13298]
13299
13300[[package]]
13301name = "tinyvec"
13302version = "1.8.0"
13303source = "registry+https://github.com/rust-lang/crates.io-index"
13304checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13305dependencies = [
13306 "tinyvec_macros",
13307]
13308
13309[[package]]
13310name = "tinyvec_macros"
13311version = "0.1.1"
13312source = "registry+https://github.com/rust-lang/crates.io-index"
13313checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13314
13315[[package]]
13316name = "title_bar"
13317version = "0.1.0"
13318dependencies = [
13319 "auto_update",
13320 "call",
13321 "client",
13322 "collections",
13323 "feature_flags",
13324 "gpui",
13325 "http_client",
13326 "notifications",
13327 "pretty_assertions",
13328 "project",
13329 "remote",
13330 "rpc",
13331 "serde",
13332 "settings",
13333 "smallvec",
13334 "story",
13335 "telemetry",
13336 "theme",
13337 "tree-sitter-md",
13338 "ui",
13339 "util",
13340 "windows 0.58.0",
13341 "workspace",
13342 "zed_actions",
13343]
13344
13345[[package]]
13346name = "tokio"
13347version = "1.42.0"
13348source = "registry+https://github.com/rust-lang/crates.io-index"
13349checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13350dependencies = [
13351 "backtrace",
13352 "bytes 1.9.0",
13353 "libc",
13354 "mio 1.0.3",
13355 "parking_lot",
13356 "pin-project-lite",
13357 "signal-hook-registry",
13358 "socket2 0.5.8",
13359 "tokio-macros",
13360 "windows-sys 0.52.0",
13361]
13362
13363[[package]]
13364name = "tokio-io"
13365version = "0.1.13"
13366source = "registry+https://github.com/rust-lang/crates.io-index"
13367checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13368dependencies = [
13369 "bytes 0.4.12",
13370 "futures 0.1.31",
13371 "log",
13372]
13373
13374[[package]]
13375name = "tokio-macros"
13376version = "2.4.0"
13377source = "registry+https://github.com/rust-lang/crates.io-index"
13378checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13379dependencies = [
13380 "proc-macro2",
13381 "quote",
13382 "syn 2.0.90",
13383]
13384
13385[[package]]
13386name = "tokio-native-tls"
13387version = "0.3.1"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13390dependencies = [
13391 "native-tls",
13392 "tokio",
13393]
13394
13395[[package]]
13396name = "tokio-rustls"
13397version = "0.24.1"
13398source = "registry+https://github.com/rust-lang/crates.io-index"
13399checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13400dependencies = [
13401 "rustls 0.21.12",
13402 "tokio",
13403]
13404
13405[[package]]
13406name = "tokio-rustls"
13407version = "0.26.1"
13408source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13410dependencies = [
13411 "rustls 0.23.20",
13412 "tokio",
13413]
13414
13415[[package]]
13416name = "tokio-socks"
13417version = "0.5.2"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13420dependencies = [
13421 "either",
13422 "futures-io",
13423 "futures-util",
13424 "thiserror 1.0.69",
13425 "tokio",
13426]
13427
13428[[package]]
13429name = "tokio-stream"
13430version = "0.1.17"
13431source = "registry+https://github.com/rust-lang/crates.io-index"
13432checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13433dependencies = [
13434 "futures-core",
13435 "pin-project-lite",
13436 "tokio",
13437]
13438
13439[[package]]
13440name = "tokio-tungstenite"
13441version = "0.20.1"
13442source = "registry+https://github.com/rust-lang/crates.io-index"
13443checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13444dependencies = [
13445 "futures-util",
13446 "log",
13447 "rustls 0.21.12",
13448 "rustls-native-certs 0.6.3",
13449 "tokio",
13450 "tokio-rustls 0.24.1",
13451 "tungstenite 0.20.1",
13452]
13453
13454[[package]]
13455name = "tokio-tungstenite"
13456version = "0.21.0"
13457source = "registry+https://github.com/rust-lang/crates.io-index"
13458checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13459dependencies = [
13460 "futures-util",
13461 "log",
13462 "tokio",
13463 "tungstenite 0.21.0",
13464]
13465
13466[[package]]
13467name = "tokio-util"
13468version = "0.7.13"
13469source = "registry+https://github.com/rust-lang/crates.io-index"
13470checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13471dependencies = [
13472 "bytes 1.9.0",
13473 "futures-core",
13474 "futures-io",
13475 "futures-sink",
13476 "pin-project-lite",
13477 "tokio",
13478]
13479
13480[[package]]
13481name = "toml"
13482version = "0.5.11"
13483source = "registry+https://github.com/rust-lang/crates.io-index"
13484checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13485dependencies = [
13486 "serde",
13487]
13488
13489[[package]]
13490name = "toml"
13491version = "0.8.19"
13492source = "registry+https://github.com/rust-lang/crates.io-index"
13493checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13494dependencies = [
13495 "serde",
13496 "serde_spanned",
13497 "toml_datetime",
13498 "toml_edit",
13499]
13500
13501[[package]]
13502name = "toml_datetime"
13503version = "0.6.8"
13504source = "registry+https://github.com/rust-lang/crates.io-index"
13505checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13506dependencies = [
13507 "serde",
13508]
13509
13510[[package]]
13511name = "toml_edit"
13512version = "0.22.22"
13513source = "registry+https://github.com/rust-lang/crates.io-index"
13514checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13515dependencies = [
13516 "indexmap",
13517 "serde",
13518 "serde_spanned",
13519 "toml_datetime",
13520 "winnow",
13521]
13522
13523[[package]]
13524name = "toolchain_selector"
13525version = "0.1.0"
13526dependencies = [
13527 "editor",
13528 "fuzzy",
13529 "gpui",
13530 "language",
13531 "picker",
13532 "project",
13533 "ui",
13534 "util",
13535 "workspace",
13536]
13537
13538[[package]]
13539name = "topological-sort"
13540version = "0.2.2"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13543
13544[[package]]
13545name = "tower"
13546version = "0.4.13"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13549dependencies = [
13550 "futures-core",
13551 "futures-util",
13552 "pin-project",
13553 "pin-project-lite",
13554 "tokio",
13555 "tower-layer",
13556 "tower-service",
13557 "tracing",
13558]
13559
13560[[package]]
13561name = "tower-http"
13562version = "0.3.5"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13565dependencies = [
13566 "bitflags 1.3.2",
13567 "bytes 1.9.0",
13568 "futures-core",
13569 "futures-util",
13570 "http 0.2.12",
13571 "http-body 0.4.6",
13572 "http-range-header",
13573 "pin-project-lite",
13574 "tower-layer",
13575 "tower-service",
13576]
13577
13578[[package]]
13579name = "tower-http"
13580version = "0.4.4"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13583dependencies = [
13584 "bitflags 2.6.0",
13585 "bytes 1.9.0",
13586 "futures-core",
13587 "futures-util",
13588 "http 0.2.12",
13589 "http-body 0.4.6",
13590 "http-range-header",
13591 "pin-project-lite",
13592 "tower-layer",
13593 "tower-service",
13594 "tracing",
13595]
13596
13597[[package]]
13598name = "tower-layer"
13599version = "0.3.3"
13600source = "registry+https://github.com/rust-lang/crates.io-index"
13601checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13602
13603[[package]]
13604name = "tower-service"
13605version = "0.3.3"
13606source = "registry+https://github.com/rust-lang/crates.io-index"
13607checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13608
13609[[package]]
13610name = "tracing"
13611version = "0.1.41"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13614dependencies = [
13615 "log",
13616 "pin-project-lite",
13617 "tracing-attributes",
13618 "tracing-core",
13619]
13620
13621[[package]]
13622name = "tracing-attributes"
13623version = "0.1.28"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13626dependencies = [
13627 "proc-macro2",
13628 "quote",
13629 "syn 2.0.90",
13630]
13631
13632[[package]]
13633name = "tracing-core"
13634version = "0.1.33"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13637dependencies = [
13638 "once_cell",
13639 "valuable",
13640]
13641
13642[[package]]
13643name = "tracing-log"
13644version = "0.2.0"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13647dependencies = [
13648 "log",
13649 "once_cell",
13650 "tracing-core",
13651]
13652
13653[[package]]
13654name = "tracing-serde"
13655version = "0.2.0"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13658dependencies = [
13659 "serde",
13660 "tracing-core",
13661]
13662
13663[[package]]
13664name = "tracing-subscriber"
13665version = "0.3.19"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13668dependencies = [
13669 "matchers",
13670 "nu-ansi-term",
13671 "once_cell",
13672 "regex",
13673 "serde",
13674 "serde_json",
13675 "sharded-slab",
13676 "smallvec",
13677 "thread_local",
13678 "tracing",
13679 "tracing-core",
13680 "tracing-log",
13681 "tracing-serde",
13682]
13683
13684[[package]]
13685name = "tree-sitter"
13686version = "0.23.2"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13689dependencies = [
13690 "cc",
13691 "regex",
13692 "regex-syntax 0.8.5",
13693 "tree-sitter-language",
13694 "wasmtime-c-api-impl",
13695]
13696
13697[[package]]
13698name = "tree-sitter-bash"
13699version = "0.23.3"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13702dependencies = [
13703 "cc",
13704 "tree-sitter-language",
13705]
13706
13707[[package]]
13708name = "tree-sitter-c"
13709version = "0.23.4"
13710source = "registry+https://github.com/rust-lang/crates.io-index"
13711checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13712dependencies = [
13713 "cc",
13714 "tree-sitter-language",
13715]
13716
13717[[package]]
13718name = "tree-sitter-cpp"
13719version = "0.23.4"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13722dependencies = [
13723 "cc",
13724 "tree-sitter-language",
13725]
13726
13727[[package]]
13728name = "tree-sitter-css"
13729version = "0.23.1"
13730source = "registry+https://github.com/rust-lang/crates.io-index"
13731checksum = "25435a275adb3226b6fddab891bbc50d1a500774a44ceb97022a39666ccda75d"
13732dependencies = [
13733 "cc",
13734 "tree-sitter-language",
13735]
13736
13737[[package]]
13738name = "tree-sitter-diff"
13739version = "0.1.0"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13742dependencies = [
13743 "cc",
13744 "tree-sitter-language",
13745]
13746
13747[[package]]
13748name = "tree-sitter-elixir"
13749version = "0.3.3"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13752dependencies = [
13753 "cc",
13754 "tree-sitter-language",
13755]
13756
13757[[package]]
13758name = "tree-sitter-embedded-template"
13759version = "0.23.2"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13762dependencies = [
13763 "cc",
13764 "tree-sitter-language",
13765]
13766
13767[[package]]
13768name = "tree-sitter-go"
13769version = "0.23.4"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13772dependencies = [
13773 "cc",
13774 "tree-sitter-language",
13775]
13776
13777[[package]]
13778name = "tree-sitter-gomod"
13779version = "1.0.2"
13780source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
13781dependencies = [
13782 "cc",
13783 "tree-sitter-language",
13784]
13785
13786[[package]]
13787name = "tree-sitter-gowork"
13788version = "0.0.1"
13789source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13790dependencies = [
13791 "cc",
13792 "tree-sitter-language",
13793]
13794
13795[[package]]
13796name = "tree-sitter-heex"
13797version = "0.0.1"
13798source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13799dependencies = [
13800 "cc",
13801 "tree-sitter-language",
13802]
13803
13804[[package]]
13805name = "tree-sitter-html"
13806version = "0.20.4"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13809dependencies = [
13810 "cc",
13811 "tree-sitter",
13812]
13813
13814[[package]]
13815name = "tree-sitter-jsdoc"
13816version = "0.23.2"
13817source = "registry+https://github.com/rust-lang/crates.io-index"
13818checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13819dependencies = [
13820 "cc",
13821 "tree-sitter-language",
13822]
13823
13824[[package]]
13825name = "tree-sitter-json"
13826version = "0.24.8"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13829dependencies = [
13830 "cc",
13831 "tree-sitter-language",
13832]
13833
13834[[package]]
13835name = "tree-sitter-language"
13836version = "0.1.3"
13837source = "registry+https://github.com/rust-lang/crates.io-index"
13838checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13839
13840[[package]]
13841name = "tree-sitter-md"
13842version = "0.3.2"
13843source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13844dependencies = [
13845 "cc",
13846 "tree-sitter-language",
13847]
13848
13849[[package]]
13850name = "tree-sitter-python"
13851version = "0.23.6"
13852source = "registry+https://github.com/rust-lang/crates.io-index"
13853checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13854dependencies = [
13855 "cc",
13856 "tree-sitter-language",
13857]
13858
13859[[package]]
13860name = "tree-sitter-regex"
13861version = "0.23.0"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13864dependencies = [
13865 "cc",
13866 "tree-sitter-language",
13867]
13868
13869[[package]]
13870name = "tree-sitter-ruby"
13871version = "0.23.1"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13874dependencies = [
13875 "cc",
13876 "tree-sitter-language",
13877]
13878
13879[[package]]
13880name = "tree-sitter-rust"
13881version = "0.23.2"
13882source = "registry+https://github.com/rust-lang/crates.io-index"
13883checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13884dependencies = [
13885 "cc",
13886 "tree-sitter-language",
13887]
13888
13889[[package]]
13890name = "tree-sitter-typescript"
13891version = "0.23.2"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13894dependencies = [
13895 "cc",
13896 "tree-sitter-language",
13897]
13898
13899[[package]]
13900name = "tree-sitter-yaml"
13901version = "0.6.1"
13902source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13903dependencies = [
13904 "cc",
13905 "tree-sitter-language",
13906]
13907
13908[[package]]
13909name = "try-lock"
13910version = "0.2.5"
13911source = "registry+https://github.com/rust-lang/crates.io-index"
13912checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13913
13914[[package]]
13915name = "ttf-parser"
13916version = "0.21.1"
13917source = "registry+https://github.com/rust-lang/crates.io-index"
13918checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13919
13920[[package]]
13921name = "tungstenite"
13922version = "0.20.1"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13925dependencies = [
13926 "byteorder",
13927 "bytes 1.9.0",
13928 "data-encoding",
13929 "http 0.2.12",
13930 "httparse",
13931 "log",
13932 "rand 0.8.5",
13933 "rustls 0.21.12",
13934 "sha1",
13935 "thiserror 1.0.69",
13936 "url",
13937 "utf-8",
13938]
13939
13940[[package]]
13941name = "tungstenite"
13942version = "0.21.0"
13943source = "registry+https://github.com/rust-lang/crates.io-index"
13944checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13945dependencies = [
13946 "byteorder",
13947 "bytes 1.9.0",
13948 "data-encoding",
13949 "http 1.2.0",
13950 "httparse",
13951 "log",
13952 "native-tls",
13953 "rand 0.8.5",
13954 "sha1",
13955 "thiserror 1.0.69",
13956 "url",
13957 "utf-8",
13958]
13959
13960[[package]]
13961name = "tungstenite"
13962version = "0.24.0"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13965dependencies = [
13966 "byteorder",
13967 "bytes 1.9.0",
13968 "data-encoding",
13969 "http 1.2.0",
13970 "httparse",
13971 "log",
13972 "rand 0.8.5",
13973 "sha1",
13974 "thiserror 1.0.69",
13975 "utf-8",
13976]
13977
13978[[package]]
13979name = "typeid"
13980version = "1.0.2"
13981source = "registry+https://github.com/rust-lang/crates.io-index"
13982checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13983
13984[[package]]
13985name = "typenum"
13986version = "1.17.0"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13989
13990[[package]]
13991name = "ucd-trie"
13992version = "0.1.7"
13993source = "registry+https://github.com/rust-lang/crates.io-index"
13994checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
13995
13996[[package]]
13997name = "uds_windows"
13998version = "1.1.0"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14001dependencies = [
14002 "memoffset",
14003 "tempfile",
14004 "winapi",
14005]
14006
14007[[package]]
14008name = "ui"
14009version = "0.1.0"
14010dependencies = [
14011 "chrono",
14012 "gpui",
14013 "itertools 0.14.0",
14014 "menu",
14015 "serde",
14016 "settings",
14017 "smallvec",
14018 "story",
14019 "strum",
14020 "theme",
14021 "ui_macros",
14022 "windows 0.58.0",
14023]
14024
14025[[package]]
14026name = "ui_input"
14027version = "0.1.0"
14028dependencies = [
14029 "editor",
14030 "gpui",
14031 "settings",
14032 "theme",
14033 "ui",
14034]
14035
14036[[package]]
14037name = "ui_macros"
14038version = "0.1.0"
14039dependencies = [
14040 "convert_case 0.6.0",
14041 "proc-macro2",
14042 "quote",
14043 "syn 1.0.109",
14044]
14045
14046[[package]]
14047name = "unicase"
14048version = "2.8.1"
14049source = "registry+https://github.com/rust-lang/crates.io-index"
14050checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14051
14052[[package]]
14053name = "unicode-bidi"
14054version = "0.3.17"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14057
14058[[package]]
14059name = "unicode-bidi-mirroring"
14060version = "0.2.0"
14061source = "registry+https://github.com/rust-lang/crates.io-index"
14062checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14063
14064[[package]]
14065name = "unicode-ccc"
14066version = "0.2.0"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14069
14070[[package]]
14071name = "unicode-ident"
14072version = "1.0.14"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14075
14076[[package]]
14077name = "unicode-linebreak"
14078version = "0.1.5"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14081
14082[[package]]
14083name = "unicode-normalization"
14084version = "0.1.24"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14087dependencies = [
14088 "tinyvec",
14089]
14090
14091[[package]]
14092name = "unicode-properties"
14093version = "0.1.3"
14094source = "registry+https://github.com/rust-lang/crates.io-index"
14095checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14096
14097[[package]]
14098name = "unicode-script"
14099version = "0.5.7"
14100source = "registry+https://github.com/rust-lang/crates.io-index"
14101checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14102
14103[[package]]
14104name = "unicode-segmentation"
14105version = "1.12.0"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14108
14109[[package]]
14110name = "unicode-width"
14111version = "0.1.14"
14112source = "registry+https://github.com/rust-lang/crates.io-index"
14113checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14114
14115[[package]]
14116name = "unicode-xid"
14117version = "0.2.6"
14118source = "registry+https://github.com/rust-lang/crates.io-index"
14119checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14120
14121[[package]]
14122name = "unicode_categories"
14123version = "0.1.1"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14126
14127[[package]]
14128name = "unindent"
14129version = "0.1.11"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14132
14133[[package]]
14134name = "untrusted"
14135version = "0.9.0"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14138
14139[[package]]
14140name = "url"
14141version = "2.5.4"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14144dependencies = [
14145 "form_urlencoded",
14146 "idna",
14147 "percent-encoding",
14148 "serde",
14149]
14150
14151[[package]]
14152name = "urlencoding"
14153version = "2.1.3"
14154source = "registry+https://github.com/rust-lang/crates.io-index"
14155checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14156
14157[[package]]
14158name = "usvg"
14159version = "0.44.0"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14162dependencies = [
14163 "base64 0.22.1",
14164 "data-url",
14165 "flate2",
14166 "imagesize",
14167 "kurbo",
14168 "log",
14169 "pico-args",
14170 "roxmltree",
14171 "simplecss",
14172 "siphasher 1.0.1",
14173 "strict-num",
14174 "svgtypes",
14175 "tiny-skia-path",
14176 "xmlwriter",
14177]
14178
14179[[package]]
14180name = "utf-8"
14181version = "0.7.6"
14182source = "registry+https://github.com/rust-lang/crates.io-index"
14183checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14184
14185[[package]]
14186name = "utf16_iter"
14187version = "1.0.5"
14188source = "registry+https://github.com/rust-lang/crates.io-index"
14189checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14190
14191[[package]]
14192name = "utf8_iter"
14193version = "1.0.4"
14194source = "registry+https://github.com/rust-lang/crates.io-index"
14195checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14196
14197[[package]]
14198name = "utf8parse"
14199version = "0.2.2"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14202
14203[[package]]
14204name = "util"
14205version = "0.1.0"
14206dependencies = [
14207 "anyhow",
14208 "async-fs 1.6.0",
14209 "collections",
14210 "dirs 4.0.0",
14211 "dunce",
14212 "futures 0.3.31",
14213 "futures-lite 1.13.0",
14214 "git2",
14215 "globset",
14216 "itertools 0.14.0",
14217 "libc",
14218 "log",
14219 "rand 0.8.5",
14220 "regex",
14221 "rust-embed",
14222 "serde",
14223 "serde_json",
14224 "smol 1.3.0",
14225 "take-until",
14226 "tempfile",
14227 "tendril",
14228 "unicase",
14229]
14230
14231[[package]]
14232name = "uuid"
14233version = "1.11.0"
14234source = "registry+https://github.com/rust-lang/crates.io-index"
14235checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14236dependencies = [
14237 "getrandom 0.2.15",
14238 "serde",
14239 "sha1_smol",
14240]
14241
14242[[package]]
14243name = "v_frame"
14244version = "0.3.8"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14247dependencies = [
14248 "aligned-vec",
14249 "num-traits",
14250 "wasm-bindgen",
14251]
14252
14253[[package]]
14254name = "valuable"
14255version = "0.1.0"
14256source = "registry+https://github.com/rust-lang/crates.io-index"
14257checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14258
14259[[package]]
14260name = "value-bag"
14261version = "1.10.0"
14262source = "registry+https://github.com/rust-lang/crates.io-index"
14263checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14264dependencies = [
14265 "value-bag-serde1",
14266 "value-bag-sval2",
14267]
14268
14269[[package]]
14270name = "value-bag-serde1"
14271version = "1.10.0"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14274dependencies = [
14275 "erased-serde",
14276 "serde",
14277 "serde_fmt",
14278]
14279
14280[[package]]
14281name = "value-bag-sval2"
14282version = "1.10.0"
14283source = "registry+https://github.com/rust-lang/crates.io-index"
14284checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14285dependencies = [
14286 "sval",
14287 "sval_buffer",
14288 "sval_dynamic",
14289 "sval_fmt",
14290 "sval_json",
14291 "sval_ref",
14292 "sval_serde",
14293]
14294
14295[[package]]
14296name = "vcpkg"
14297version = "0.2.15"
14298source = "registry+https://github.com/rust-lang/crates.io-index"
14299checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14300
14301[[package]]
14302name = "vcs_menu"
14303version = "0.1.0"
14304dependencies = [
14305 "anyhow",
14306 "fuzzy",
14307 "git",
14308 "gpui",
14309 "picker",
14310 "project",
14311 "ui",
14312 "util",
14313 "workspace",
14314 "zed_actions",
14315]
14316
14317[[package]]
14318name = "version-compare"
14319version = "0.2.0"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14322
14323[[package]]
14324name = "version_check"
14325version = "0.9.5"
14326source = "registry+https://github.com/rust-lang/crates.io-index"
14327checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14328
14329[[package]]
14330name = "vim"
14331version = "0.1.0"
14332dependencies = [
14333 "anyhow",
14334 "async-compat",
14335 "async-trait",
14336 "collections",
14337 "command_palette",
14338 "command_palette_hooks",
14339 "editor",
14340 "futures 0.3.31",
14341 "gpui",
14342 "indoc",
14343 "itertools 0.14.0",
14344 "language",
14345 "log",
14346 "lsp",
14347 "multi_buffer",
14348 "nvim-rs",
14349 "parking_lot",
14350 "regex",
14351 "release_channel",
14352 "schemars",
14353 "search",
14354 "serde",
14355 "serde_derive",
14356 "serde_json",
14357 "settings",
14358 "theme",
14359 "tokio",
14360 "ui",
14361 "util",
14362 "vim_mode_setting",
14363 "workspace",
14364 "zed_actions",
14365]
14366
14367[[package]]
14368name = "vim_mode_setting"
14369version = "0.1.0"
14370dependencies = [
14371 "anyhow",
14372 "gpui",
14373 "settings",
14374]
14375
14376[[package]]
14377name = "vscode_theme"
14378version = "0.2.0"
14379source = "registry+https://github.com/rust-lang/crates.io-index"
14380checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14381dependencies = [
14382 "serde",
14383]
14384
14385[[package]]
14386name = "vsimd"
14387version = "0.8.0"
14388source = "registry+https://github.com/rust-lang/crates.io-index"
14389checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14390
14391[[package]]
14392name = "vswhom"
14393version = "0.1.0"
14394source = "registry+https://github.com/rust-lang/crates.io-index"
14395checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14396dependencies = [
14397 "libc",
14398 "vswhom-sys",
14399]
14400
14401[[package]]
14402name = "vswhom-sys"
14403version = "0.1.2"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14406dependencies = [
14407 "cc",
14408 "libc",
14409]
14410
14411[[package]]
14412name = "vte"
14413version = "0.13.0"
14414source = "registry+https://github.com/rust-lang/crates.io-index"
14415checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
14416dependencies = [
14417 "bitflags 2.6.0",
14418 "cursor-icon",
14419 "log",
14420 "serde",
14421 "utf8parse",
14422 "vte_generate_state_changes",
14423]
14424
14425[[package]]
14426name = "vte_generate_state_changes"
14427version = "0.1.2"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
14430dependencies = [
14431 "proc-macro2",
14432 "quote",
14433]
14434
14435[[package]]
14436name = "waker-fn"
14437version = "1.2.0"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14440
14441[[package]]
14442name = "walkdir"
14443version = "2.5.0"
14444source = "registry+https://github.com/rust-lang/crates.io-index"
14445checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14446dependencies = [
14447 "same-file",
14448 "winapi-util",
14449]
14450
14451[[package]]
14452name = "want"
14453version = "0.3.1"
14454source = "registry+https://github.com/rust-lang/crates.io-index"
14455checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14456dependencies = [
14457 "try-lock",
14458]
14459
14460[[package]]
14461name = "warp"
14462version = "0.3.7"
14463source = "registry+https://github.com/rust-lang/crates.io-index"
14464checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14465dependencies = [
14466 "bytes 1.9.0",
14467 "futures-channel",
14468 "futures-util",
14469 "headers",
14470 "http 0.2.12",
14471 "hyper 0.14.32",
14472 "log",
14473 "mime",
14474 "mime_guess",
14475 "percent-encoding",
14476 "pin-project",
14477 "scoped-tls",
14478 "serde",
14479 "serde_json",
14480 "serde_urlencoded",
14481 "tokio",
14482 "tokio-tungstenite 0.21.0",
14483 "tokio-util",
14484 "tower-service",
14485 "tracing",
14486]
14487
14488[[package]]
14489name = "wasi"
14490version = "0.9.0+wasi-snapshot-preview1"
14491source = "registry+https://github.com/rust-lang/crates.io-index"
14492checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14493
14494[[package]]
14495name = "wasi"
14496version = "0.11.0+wasi-snapshot-preview1"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14499
14500[[package]]
14501name = "wasite"
14502version = "0.1.0"
14503source = "registry+https://github.com/rust-lang/crates.io-index"
14504checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14505
14506[[package]]
14507name = "wasm-bindgen"
14508version = "0.2.99"
14509source = "registry+https://github.com/rust-lang/crates.io-index"
14510checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14511dependencies = [
14512 "cfg-if",
14513 "once_cell",
14514 "wasm-bindgen-macro",
14515]
14516
14517[[package]]
14518name = "wasm-bindgen-backend"
14519version = "0.2.99"
14520source = "registry+https://github.com/rust-lang/crates.io-index"
14521checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14522dependencies = [
14523 "bumpalo",
14524 "log",
14525 "proc-macro2",
14526 "quote",
14527 "syn 2.0.90",
14528 "wasm-bindgen-shared",
14529]
14530
14531[[package]]
14532name = "wasm-bindgen-futures"
14533version = "0.4.49"
14534source = "registry+https://github.com/rust-lang/crates.io-index"
14535checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14536dependencies = [
14537 "cfg-if",
14538 "js-sys",
14539 "once_cell",
14540 "wasm-bindgen",
14541 "web-sys",
14542]
14543
14544[[package]]
14545name = "wasm-bindgen-macro"
14546version = "0.2.99"
14547source = "registry+https://github.com/rust-lang/crates.io-index"
14548checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14549dependencies = [
14550 "quote",
14551 "wasm-bindgen-macro-support",
14552]
14553
14554[[package]]
14555name = "wasm-bindgen-macro-support"
14556version = "0.2.99"
14557source = "registry+https://github.com/rust-lang/crates.io-index"
14558checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14559dependencies = [
14560 "proc-macro2",
14561 "quote",
14562 "syn 2.0.90",
14563 "wasm-bindgen-backend",
14564 "wasm-bindgen-shared",
14565]
14566
14567[[package]]
14568name = "wasm-bindgen-shared"
14569version = "0.2.99"
14570source = "registry+https://github.com/rust-lang/crates.io-index"
14571checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14572
14573[[package]]
14574name = "wasm-encoder"
14575version = "0.201.0"
14576source = "registry+https://github.com/rust-lang/crates.io-index"
14577checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14578dependencies = [
14579 "leb128",
14580]
14581
14582[[package]]
14583name = "wasm-encoder"
14584version = "0.215.0"
14585source = "registry+https://github.com/rust-lang/crates.io-index"
14586checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14587dependencies = [
14588 "leb128",
14589]
14590
14591[[package]]
14592name = "wasm-metadata"
14593version = "0.201.0"
14594source = "registry+https://github.com/rust-lang/crates.io-index"
14595checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14596dependencies = [
14597 "anyhow",
14598 "indexmap",
14599 "serde",
14600 "serde_derive",
14601 "serde_json",
14602 "spdx",
14603 "wasm-encoder 0.201.0",
14604 "wasmparser 0.201.0",
14605]
14606
14607[[package]]
14608name = "wasm-streams"
14609version = "0.4.2"
14610source = "registry+https://github.com/rust-lang/crates.io-index"
14611checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14612dependencies = [
14613 "futures-util",
14614 "js-sys",
14615 "wasm-bindgen",
14616 "wasm-bindgen-futures",
14617 "web-sys",
14618]
14619
14620[[package]]
14621name = "wasmparser"
14622version = "0.201.0"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14625dependencies = [
14626 "bitflags 2.6.0",
14627 "indexmap",
14628 "semver",
14629]
14630
14631[[package]]
14632name = "wasmparser"
14633version = "0.215.0"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14636dependencies = [
14637 "ahash 0.8.11",
14638 "bitflags 2.6.0",
14639 "hashbrown 0.14.5",
14640 "indexmap",
14641 "semver",
14642 "serde",
14643]
14644
14645[[package]]
14646name = "wasmprinter"
14647version = "0.215.0"
14648source = "registry+https://github.com/rust-lang/crates.io-index"
14649checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14650dependencies = [
14651 "anyhow",
14652 "termcolor",
14653 "wasmparser 0.215.0",
14654]
14655
14656[[package]]
14657name = "wasmtime"
14658version = "24.0.2"
14659source = "registry+https://github.com/rust-lang/crates.io-index"
14660checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14661dependencies = [
14662 "anyhow",
14663 "async-trait",
14664 "bitflags 2.6.0",
14665 "bumpalo",
14666 "cc",
14667 "cfg-if",
14668 "encoding_rs",
14669 "hashbrown 0.14.5",
14670 "indexmap",
14671 "libc",
14672 "libm",
14673 "log",
14674 "mach2",
14675 "memfd",
14676 "object",
14677 "once_cell",
14678 "paste",
14679 "postcard",
14680 "psm",
14681 "rustix 0.38.42",
14682 "semver",
14683 "serde",
14684 "serde_derive",
14685 "smallvec",
14686 "sptr",
14687 "target-lexicon",
14688 "wasmparser 0.215.0",
14689 "wasmtime-asm-macros",
14690 "wasmtime-component-macro",
14691 "wasmtime-component-util",
14692 "wasmtime-cranelift",
14693 "wasmtime-environ",
14694 "wasmtime-fiber",
14695 "wasmtime-jit-icache-coherence",
14696 "wasmtime-slab",
14697 "wasmtime-versioned-export-macros",
14698 "wasmtime-winch",
14699 "windows-sys 0.52.0",
14700]
14701
14702[[package]]
14703name = "wasmtime-asm-macros"
14704version = "24.0.2"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14707dependencies = [
14708 "cfg-if",
14709]
14710
14711[[package]]
14712name = "wasmtime-c-api-impl"
14713version = "24.0.2"
14714source = "registry+https://github.com/rust-lang/crates.io-index"
14715checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14716dependencies = [
14717 "anyhow",
14718 "log",
14719 "once_cell",
14720 "tracing",
14721 "wasmtime",
14722 "wasmtime-c-api-macros",
14723]
14724
14725[[package]]
14726name = "wasmtime-c-api-macros"
14727version = "24.0.2"
14728source = "registry+https://github.com/rust-lang/crates.io-index"
14729checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14730dependencies = [
14731 "proc-macro2",
14732 "quote",
14733]
14734
14735[[package]]
14736name = "wasmtime-component-macro"
14737version = "24.0.2"
14738source = "registry+https://github.com/rust-lang/crates.io-index"
14739checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14740dependencies = [
14741 "anyhow",
14742 "proc-macro2",
14743 "quote",
14744 "syn 2.0.90",
14745 "wasmtime-component-util",
14746 "wasmtime-wit-bindgen",
14747 "wit-parser 0.215.0",
14748]
14749
14750[[package]]
14751name = "wasmtime-component-util"
14752version = "24.0.2"
14753source = "registry+https://github.com/rust-lang/crates.io-index"
14754checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14755
14756[[package]]
14757name = "wasmtime-cranelift"
14758version = "24.0.2"
14759source = "registry+https://github.com/rust-lang/crates.io-index"
14760checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14761dependencies = [
14762 "anyhow",
14763 "cfg-if",
14764 "cranelift-codegen",
14765 "cranelift-control",
14766 "cranelift-entity",
14767 "cranelift-frontend",
14768 "cranelift-native",
14769 "cranelift-wasm",
14770 "gimli 0.29.0",
14771 "log",
14772 "object",
14773 "target-lexicon",
14774 "thiserror 1.0.69",
14775 "wasmparser 0.215.0",
14776 "wasmtime-environ",
14777 "wasmtime-versioned-export-macros",
14778]
14779
14780[[package]]
14781name = "wasmtime-environ"
14782version = "24.0.2"
14783source = "registry+https://github.com/rust-lang/crates.io-index"
14784checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14785dependencies = [
14786 "anyhow",
14787 "cpp_demangle",
14788 "cranelift-bitset",
14789 "cranelift-entity",
14790 "gimli 0.29.0",
14791 "indexmap",
14792 "log",
14793 "object",
14794 "postcard",
14795 "rustc-demangle",
14796 "semver",
14797 "serde",
14798 "serde_derive",
14799 "target-lexicon",
14800 "wasm-encoder 0.215.0",
14801 "wasmparser 0.215.0",
14802 "wasmprinter",
14803 "wasmtime-component-util",
14804 "wasmtime-types",
14805]
14806
14807[[package]]
14808name = "wasmtime-fiber"
14809version = "24.0.2"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14812dependencies = [
14813 "anyhow",
14814 "cc",
14815 "cfg-if",
14816 "rustix 0.38.42",
14817 "wasmtime-asm-macros",
14818 "wasmtime-versioned-export-macros",
14819 "windows-sys 0.52.0",
14820]
14821
14822[[package]]
14823name = "wasmtime-jit-icache-coherence"
14824version = "24.0.2"
14825source = "registry+https://github.com/rust-lang/crates.io-index"
14826checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14827dependencies = [
14828 "anyhow",
14829 "cfg-if",
14830 "libc",
14831 "windows-sys 0.52.0",
14832]
14833
14834[[package]]
14835name = "wasmtime-slab"
14836version = "24.0.2"
14837source = "registry+https://github.com/rust-lang/crates.io-index"
14838checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14839
14840[[package]]
14841name = "wasmtime-types"
14842version = "24.0.2"
14843source = "registry+https://github.com/rust-lang/crates.io-index"
14844checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14845dependencies = [
14846 "anyhow",
14847 "cranelift-entity",
14848 "serde",
14849 "serde_derive",
14850 "smallvec",
14851 "wasmparser 0.215.0",
14852]
14853
14854[[package]]
14855name = "wasmtime-versioned-export-macros"
14856version = "24.0.2"
14857source = "registry+https://github.com/rust-lang/crates.io-index"
14858checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14859dependencies = [
14860 "proc-macro2",
14861 "quote",
14862 "syn 2.0.90",
14863]
14864
14865[[package]]
14866name = "wasmtime-wasi"
14867version = "24.0.2"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14870dependencies = [
14871 "anyhow",
14872 "async-trait",
14873 "bitflags 2.6.0",
14874 "bytes 1.9.0",
14875 "cap-fs-ext",
14876 "cap-net-ext",
14877 "cap-rand",
14878 "cap-std",
14879 "cap-time-ext",
14880 "fs-set-times",
14881 "futures 0.3.31",
14882 "io-extras",
14883 "io-lifetimes 2.0.4",
14884 "once_cell",
14885 "rustix 0.38.42",
14886 "system-interface",
14887 "thiserror 1.0.69",
14888 "tokio",
14889 "tracing",
14890 "url",
14891 "wasmtime",
14892 "wiggle",
14893 "windows-sys 0.52.0",
14894]
14895
14896[[package]]
14897name = "wasmtime-winch"
14898version = "24.0.2"
14899source = "registry+https://github.com/rust-lang/crates.io-index"
14900checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14901dependencies = [
14902 "anyhow",
14903 "cranelift-codegen",
14904 "gimli 0.29.0",
14905 "object",
14906 "target-lexicon",
14907 "wasmparser 0.215.0",
14908 "wasmtime-cranelift",
14909 "wasmtime-environ",
14910 "winch-codegen",
14911]
14912
14913[[package]]
14914name = "wasmtime-wit-bindgen"
14915version = "24.0.2"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14918dependencies = [
14919 "anyhow",
14920 "heck 0.4.1",
14921 "indexmap",
14922 "wit-parser 0.215.0",
14923]
14924
14925[[package]]
14926name = "wast"
14927version = "35.0.2"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14930dependencies = [
14931 "leb128",
14932]
14933
14934[[package]]
14935name = "wayland-backend"
14936version = "0.3.7"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14939dependencies = [
14940 "cc",
14941 "downcast-rs",
14942 "rustix 0.38.42",
14943 "scoped-tls",
14944 "smallvec",
14945 "wayland-sys",
14946]
14947
14948[[package]]
14949name = "wayland-client"
14950version = "0.31.7"
14951source = "registry+https://github.com/rust-lang/crates.io-index"
14952checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
14953dependencies = [
14954 "bitflags 2.6.0",
14955 "rustix 0.38.42",
14956 "wayland-backend",
14957 "wayland-scanner",
14958]
14959
14960[[package]]
14961name = "wayland-cursor"
14962version = "0.31.7"
14963source = "registry+https://github.com/rust-lang/crates.io-index"
14964checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
14965dependencies = [
14966 "rustix 0.38.42",
14967 "wayland-client",
14968 "xcursor",
14969]
14970
14971[[package]]
14972name = "wayland-protocols"
14973version = "0.31.2"
14974source = "registry+https://github.com/rust-lang/crates.io-index"
14975checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14976dependencies = [
14977 "bitflags 2.6.0",
14978 "wayland-backend",
14979 "wayland-client",
14980 "wayland-scanner",
14981]
14982
14983[[package]]
14984name = "wayland-protocols-plasma"
14985version = "0.2.0"
14986source = "registry+https://github.com/rust-lang/crates.io-index"
14987checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14988dependencies = [
14989 "bitflags 2.6.0",
14990 "wayland-backend",
14991 "wayland-client",
14992 "wayland-protocols",
14993 "wayland-scanner",
14994]
14995
14996[[package]]
14997name = "wayland-scanner"
14998version = "0.31.5"
14999source = "registry+https://github.com/rust-lang/crates.io-index"
15000checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
15001dependencies = [
15002 "proc-macro2",
15003 "quick-xml 0.36.2",
15004 "quote",
15005]
15006
15007[[package]]
15008name = "wayland-sys"
15009version = "0.31.5"
15010source = "registry+https://github.com/rust-lang/crates.io-index"
15011checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
15012dependencies = [
15013 "dlib",
15014 "log",
15015 "once_cell",
15016 "pkg-config",
15017]
15018
15019[[package]]
15020name = "web-sys"
15021version = "0.3.76"
15022source = "registry+https://github.com/rust-lang/crates.io-index"
15023checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15024dependencies = [
15025 "js-sys",
15026 "wasm-bindgen",
15027]
15028
15029[[package]]
15030name = "web-time"
15031version = "1.1.0"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15034dependencies = [
15035 "js-sys",
15036 "wasm-bindgen",
15037]
15038
15039[[package]]
15040name = "webpki"
15041version = "0.22.4"
15042source = "registry+https://github.com/rust-lang/crates.io-index"
15043checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
15044dependencies = [
15045 "ring",
15046 "untrusted",
15047]
15048
15049[[package]]
15050name = "webpki-roots"
15051version = "0.22.6"
15052source = "registry+https://github.com/rust-lang/crates.io-index"
15053checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
15054dependencies = [
15055 "webpki",
15056]
15057
15058[[package]]
15059name = "webpki-roots"
15060version = "0.26.7"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15063dependencies = [
15064 "rustls-pki-types",
15065]
15066
15067[[package]]
15068name = "webrtc-sys"
15069version = "0.3.5"
15070source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15071dependencies = [
15072 "cc",
15073 "cxx",
15074 "cxx-build",
15075 "glob",
15076 "log",
15077 "webrtc-sys-build",
15078]
15079
15080[[package]]
15081name = "webrtc-sys-build"
15082version = "0.3.5"
15083source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15084dependencies = [
15085 "fs2",
15086 "regex",
15087 "reqwest 0.11.27",
15088 "scratch",
15089 "semver",
15090 "zip",
15091]
15092
15093[[package]]
15094name = "weezl"
15095version = "0.1.8"
15096source = "registry+https://github.com/rust-lang/crates.io-index"
15097checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15098
15099[[package]]
15100name = "welcome"
15101version = "0.1.0"
15102dependencies = [
15103 "anyhow",
15104 "client",
15105 "copilot",
15106 "db",
15107 "editor",
15108 "fuzzy",
15109 "gpui",
15110 "install_cli",
15111 "picker",
15112 "project",
15113 "schemars",
15114 "serde",
15115 "settings",
15116 "telemetry",
15117 "ui",
15118 "util",
15119 "vim_mode_setting",
15120 "workspace",
15121 "zed_actions",
15122]
15123
15124[[package]]
15125name = "which"
15126version = "4.4.2"
15127source = "registry+https://github.com/rust-lang/crates.io-index"
15128checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15129dependencies = [
15130 "either",
15131 "home",
15132 "once_cell",
15133 "rustix 0.38.42",
15134]
15135
15136[[package]]
15137name = "which"
15138version = "6.0.3"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15141dependencies = [
15142 "either",
15143 "home",
15144 "rustix 0.38.42",
15145 "winsafe",
15146]
15147
15148[[package]]
15149name = "whoami"
15150version = "1.5.2"
15151source = "registry+https://github.com/rust-lang/crates.io-index"
15152checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15153dependencies = [
15154 "redox_syscall 0.5.8",
15155 "wasite",
15156]
15157
15158[[package]]
15159name = "wiggle"
15160version = "24.0.2"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15163dependencies = [
15164 "anyhow",
15165 "async-trait",
15166 "bitflags 2.6.0",
15167 "thiserror 1.0.69",
15168 "tracing",
15169 "wasmtime",
15170 "wiggle-macro",
15171]
15172
15173[[package]]
15174name = "wiggle-generate"
15175version = "24.0.2"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15178dependencies = [
15179 "anyhow",
15180 "heck 0.4.1",
15181 "proc-macro2",
15182 "quote",
15183 "shellexpand 2.1.2",
15184 "syn 2.0.90",
15185 "witx",
15186]
15187
15188[[package]]
15189name = "wiggle-macro"
15190version = "24.0.2"
15191source = "registry+https://github.com/rust-lang/crates.io-index"
15192checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15193dependencies = [
15194 "proc-macro2",
15195 "quote",
15196 "syn 2.0.90",
15197 "wiggle-generate",
15198]
15199
15200[[package]]
15201name = "winapi"
15202version = "0.3.9"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15205dependencies = [
15206 "winapi-i686-pc-windows-gnu",
15207 "winapi-x86_64-pc-windows-gnu",
15208]
15209
15210[[package]]
15211name = "winapi-i686-pc-windows-gnu"
15212version = "0.4.0"
15213source = "registry+https://github.com/rust-lang/crates.io-index"
15214checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15215
15216[[package]]
15217name = "winapi-util"
15218version = "0.1.9"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15221dependencies = [
15222 "windows-sys 0.59.0",
15223]
15224
15225[[package]]
15226name = "winapi-x86_64-pc-windows-gnu"
15227version = "0.4.0"
15228source = "registry+https://github.com/rust-lang/crates.io-index"
15229checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15230
15231[[package]]
15232name = "winch-codegen"
15233version = "0.22.2"
15234source = "registry+https://github.com/rust-lang/crates.io-index"
15235checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15236dependencies = [
15237 "anyhow",
15238 "cranelift-codegen",
15239 "gimli 0.29.0",
15240 "regalloc2",
15241 "smallvec",
15242 "target-lexicon",
15243 "wasmparser 0.215.0",
15244 "wasmtime-cranelift",
15245 "wasmtime-environ",
15246]
15247
15248[[package]]
15249name = "windows"
15250version = "0.54.0"
15251source = "registry+https://github.com/rust-lang/crates.io-index"
15252checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15253dependencies = [
15254 "windows-core 0.54.0",
15255 "windows-targets 0.52.6",
15256]
15257
15258[[package]]
15259name = "windows"
15260version = "0.57.0"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15263dependencies = [
15264 "windows-core 0.57.0",
15265 "windows-targets 0.52.6",
15266]
15267
15268[[package]]
15269name = "windows"
15270version = "0.58.0"
15271source = "registry+https://github.com/rust-lang/crates.io-index"
15272checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15273dependencies = [
15274 "windows-core 0.58.0",
15275 "windows-targets 0.52.6",
15276]
15277
15278[[package]]
15279name = "windows-core"
15280version = "0.52.0"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15283dependencies = [
15284 "windows-targets 0.52.6",
15285]
15286
15287[[package]]
15288name = "windows-core"
15289version = "0.54.0"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15292dependencies = [
15293 "windows-result 0.1.2",
15294 "windows-targets 0.52.6",
15295]
15296
15297[[package]]
15298name = "windows-core"
15299version = "0.57.0"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15302dependencies = [
15303 "windows-implement 0.57.0",
15304 "windows-interface 0.57.0",
15305 "windows-result 0.1.2",
15306 "windows-targets 0.52.6",
15307]
15308
15309[[package]]
15310name = "windows-core"
15311version = "0.58.0"
15312source = "registry+https://github.com/rust-lang/crates.io-index"
15313checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15314dependencies = [
15315 "windows-implement 0.58.0",
15316 "windows-interface 0.58.0",
15317 "windows-result 0.2.0",
15318 "windows-strings",
15319 "windows-targets 0.52.6",
15320]
15321
15322[[package]]
15323name = "windows-implement"
15324version = "0.57.0"
15325source = "registry+https://github.com/rust-lang/crates.io-index"
15326checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15327dependencies = [
15328 "proc-macro2",
15329 "quote",
15330 "syn 2.0.90",
15331]
15332
15333[[package]]
15334name = "windows-implement"
15335version = "0.58.0"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15338dependencies = [
15339 "proc-macro2",
15340 "quote",
15341 "syn 2.0.90",
15342]
15343
15344[[package]]
15345name = "windows-interface"
15346version = "0.57.0"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15349dependencies = [
15350 "proc-macro2",
15351 "quote",
15352 "syn 2.0.90",
15353]
15354
15355[[package]]
15356name = "windows-interface"
15357version = "0.58.0"
15358source = "registry+https://github.com/rust-lang/crates.io-index"
15359checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15360dependencies = [
15361 "proc-macro2",
15362 "quote",
15363 "syn 2.0.90",
15364]
15365
15366[[package]]
15367name = "windows-registry"
15368version = "0.2.0"
15369source = "registry+https://github.com/rust-lang/crates.io-index"
15370checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15371dependencies = [
15372 "windows-result 0.2.0",
15373 "windows-strings",
15374 "windows-targets 0.52.6",
15375]
15376
15377[[package]]
15378name = "windows-result"
15379version = "0.1.2"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15382dependencies = [
15383 "windows-targets 0.52.6",
15384]
15385
15386[[package]]
15387name = "windows-result"
15388version = "0.2.0"
15389source = "registry+https://github.com/rust-lang/crates.io-index"
15390checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15391dependencies = [
15392 "windows-targets 0.52.6",
15393]
15394
15395[[package]]
15396name = "windows-strings"
15397version = "0.1.0"
15398source = "registry+https://github.com/rust-lang/crates.io-index"
15399checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15400dependencies = [
15401 "windows-result 0.2.0",
15402 "windows-targets 0.52.6",
15403]
15404
15405[[package]]
15406name = "windows-sys"
15407version = "0.45.0"
15408source = "registry+https://github.com/rust-lang/crates.io-index"
15409checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15410dependencies = [
15411 "windows-targets 0.42.2",
15412]
15413
15414[[package]]
15415name = "windows-sys"
15416version = "0.48.0"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15419dependencies = [
15420 "windows-targets 0.48.5",
15421]
15422
15423[[package]]
15424name = "windows-sys"
15425version = "0.52.0"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15428dependencies = [
15429 "windows-targets 0.52.6",
15430]
15431
15432[[package]]
15433name = "windows-sys"
15434version = "0.59.0"
15435source = "registry+https://github.com/rust-lang/crates.io-index"
15436checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15437dependencies = [
15438 "windows-targets 0.52.6",
15439]
15440
15441[[package]]
15442name = "windows-targets"
15443version = "0.42.2"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15446dependencies = [
15447 "windows_aarch64_gnullvm 0.42.2",
15448 "windows_aarch64_msvc 0.42.2",
15449 "windows_i686_gnu 0.42.2",
15450 "windows_i686_msvc 0.42.2",
15451 "windows_x86_64_gnu 0.42.2",
15452 "windows_x86_64_gnullvm 0.42.2",
15453 "windows_x86_64_msvc 0.42.2",
15454]
15455
15456[[package]]
15457name = "windows-targets"
15458version = "0.48.5"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15461dependencies = [
15462 "windows_aarch64_gnullvm 0.48.5",
15463 "windows_aarch64_msvc 0.48.5",
15464 "windows_i686_gnu 0.48.5",
15465 "windows_i686_msvc 0.48.5",
15466 "windows_x86_64_gnu 0.48.5",
15467 "windows_x86_64_gnullvm 0.48.5",
15468 "windows_x86_64_msvc 0.48.5",
15469]
15470
15471[[package]]
15472name = "windows-targets"
15473version = "0.52.6"
15474source = "registry+https://github.com/rust-lang/crates.io-index"
15475checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15476dependencies = [
15477 "windows_aarch64_gnullvm 0.52.6",
15478 "windows_aarch64_msvc 0.52.6",
15479 "windows_i686_gnu 0.52.6",
15480 "windows_i686_gnullvm",
15481 "windows_i686_msvc 0.52.6",
15482 "windows_x86_64_gnu 0.52.6",
15483 "windows_x86_64_gnullvm 0.52.6",
15484 "windows_x86_64_msvc 0.52.6",
15485]
15486
15487[[package]]
15488name = "windows_aarch64_gnullvm"
15489version = "0.42.2"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15492
15493[[package]]
15494name = "windows_aarch64_gnullvm"
15495version = "0.48.5"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15498
15499[[package]]
15500name = "windows_aarch64_gnullvm"
15501version = "0.52.6"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15504
15505[[package]]
15506name = "windows_aarch64_msvc"
15507version = "0.42.2"
15508source = "registry+https://github.com/rust-lang/crates.io-index"
15509checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15510
15511[[package]]
15512name = "windows_aarch64_msvc"
15513version = "0.48.5"
15514source = "registry+https://github.com/rust-lang/crates.io-index"
15515checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15516
15517[[package]]
15518name = "windows_aarch64_msvc"
15519version = "0.52.6"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15522
15523[[package]]
15524name = "windows_i686_gnu"
15525version = "0.42.2"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15528
15529[[package]]
15530name = "windows_i686_gnu"
15531version = "0.48.5"
15532source = "registry+https://github.com/rust-lang/crates.io-index"
15533checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15534
15535[[package]]
15536name = "windows_i686_gnu"
15537version = "0.52.6"
15538source = "registry+https://github.com/rust-lang/crates.io-index"
15539checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15540
15541[[package]]
15542name = "windows_i686_gnullvm"
15543version = "0.52.6"
15544source = "registry+https://github.com/rust-lang/crates.io-index"
15545checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15546
15547[[package]]
15548name = "windows_i686_msvc"
15549version = "0.42.2"
15550source = "registry+https://github.com/rust-lang/crates.io-index"
15551checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15552
15553[[package]]
15554name = "windows_i686_msvc"
15555version = "0.48.5"
15556source = "registry+https://github.com/rust-lang/crates.io-index"
15557checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15558
15559[[package]]
15560name = "windows_i686_msvc"
15561version = "0.52.6"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15564
15565[[package]]
15566name = "windows_x86_64_gnu"
15567version = "0.42.2"
15568source = "registry+https://github.com/rust-lang/crates.io-index"
15569checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15570
15571[[package]]
15572name = "windows_x86_64_gnu"
15573version = "0.48.5"
15574source = "registry+https://github.com/rust-lang/crates.io-index"
15575checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15576
15577[[package]]
15578name = "windows_x86_64_gnu"
15579version = "0.52.6"
15580source = "registry+https://github.com/rust-lang/crates.io-index"
15581checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15582
15583[[package]]
15584name = "windows_x86_64_gnullvm"
15585version = "0.42.2"
15586source = "registry+https://github.com/rust-lang/crates.io-index"
15587checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15588
15589[[package]]
15590name = "windows_x86_64_gnullvm"
15591version = "0.48.5"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15594
15595[[package]]
15596name = "windows_x86_64_gnullvm"
15597version = "0.52.6"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15600
15601[[package]]
15602name = "windows_x86_64_msvc"
15603version = "0.42.2"
15604source = "registry+https://github.com/rust-lang/crates.io-index"
15605checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15606
15607[[package]]
15608name = "windows_x86_64_msvc"
15609version = "0.48.5"
15610source = "registry+https://github.com/rust-lang/crates.io-index"
15611checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15612
15613[[package]]
15614name = "windows_x86_64_msvc"
15615version = "0.52.6"
15616source = "registry+https://github.com/rust-lang/crates.io-index"
15617checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15618
15619[[package]]
15620name = "winnow"
15621version = "0.6.20"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15624dependencies = [
15625 "memchr",
15626]
15627
15628[[package]]
15629name = "winreg"
15630version = "0.50.0"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15633dependencies = [
15634 "cfg-if",
15635 "windows-sys 0.48.0",
15636]
15637
15638[[package]]
15639name = "winreg"
15640version = "0.52.0"
15641source = "registry+https://github.com/rust-lang/crates.io-index"
15642checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15643dependencies = [
15644 "cfg-if",
15645 "windows-sys 0.48.0",
15646]
15647
15648[[package]]
15649name = "winresource"
15650version = "0.1.19"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15653dependencies = [
15654 "toml 0.8.19",
15655 "version_check",
15656]
15657
15658[[package]]
15659name = "winsafe"
15660version = "0.0.19"
15661source = "registry+https://github.com/rust-lang/crates.io-index"
15662checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15663
15664[[package]]
15665name = "winx"
15666version = "0.36.4"
15667source = "registry+https://github.com/rust-lang/crates.io-index"
15668checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15669dependencies = [
15670 "bitflags 2.6.0",
15671 "windows-sys 0.59.0",
15672]
15673
15674[[package]]
15675name = "wio"
15676version = "0.2.2"
15677source = "registry+https://github.com/rust-lang/crates.io-index"
15678checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15679dependencies = [
15680 "winapi",
15681]
15682
15683[[package]]
15684name = "wit-bindgen"
15685version = "0.22.0"
15686source = "registry+https://github.com/rust-lang/crates.io-index"
15687checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15688dependencies = [
15689 "bitflags 2.6.0",
15690 "wit-bindgen-rt",
15691 "wit-bindgen-rust-macro",
15692]
15693
15694[[package]]
15695name = "wit-bindgen-core"
15696version = "0.22.0"
15697source = "registry+https://github.com/rust-lang/crates.io-index"
15698checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15699dependencies = [
15700 "anyhow",
15701 "wit-parser 0.201.0",
15702]
15703
15704[[package]]
15705name = "wit-bindgen-rt"
15706version = "0.22.0"
15707source = "registry+https://github.com/rust-lang/crates.io-index"
15708checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15709
15710[[package]]
15711name = "wit-bindgen-rust"
15712version = "0.22.0"
15713source = "registry+https://github.com/rust-lang/crates.io-index"
15714checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15715dependencies = [
15716 "anyhow",
15717 "heck 0.4.1",
15718 "indexmap",
15719 "wasm-metadata",
15720 "wit-bindgen-core",
15721 "wit-component",
15722]
15723
15724[[package]]
15725name = "wit-bindgen-rust-macro"
15726version = "0.22.0"
15727source = "registry+https://github.com/rust-lang/crates.io-index"
15728checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15729dependencies = [
15730 "anyhow",
15731 "proc-macro2",
15732 "quote",
15733 "syn 2.0.90",
15734 "wit-bindgen-core",
15735 "wit-bindgen-rust",
15736]
15737
15738[[package]]
15739name = "wit-component"
15740version = "0.201.0"
15741source = "registry+https://github.com/rust-lang/crates.io-index"
15742checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15743dependencies = [
15744 "anyhow",
15745 "bitflags 2.6.0",
15746 "indexmap",
15747 "log",
15748 "serde",
15749 "serde_derive",
15750 "serde_json",
15751 "wasm-encoder 0.201.0",
15752 "wasm-metadata",
15753 "wasmparser 0.201.0",
15754 "wit-parser 0.201.0",
15755]
15756
15757[[package]]
15758name = "wit-parser"
15759version = "0.201.0"
15760source = "registry+https://github.com/rust-lang/crates.io-index"
15761checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15762dependencies = [
15763 "anyhow",
15764 "id-arena",
15765 "indexmap",
15766 "log",
15767 "semver",
15768 "serde",
15769 "serde_derive",
15770 "serde_json",
15771 "unicode-xid",
15772 "wasmparser 0.201.0",
15773]
15774
15775[[package]]
15776name = "wit-parser"
15777version = "0.215.0"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15780dependencies = [
15781 "anyhow",
15782 "id-arena",
15783 "indexmap",
15784 "log",
15785 "semver",
15786 "serde",
15787 "serde_derive",
15788 "serde_json",
15789 "unicode-xid",
15790 "wasmparser 0.215.0",
15791]
15792
15793[[package]]
15794name = "witx"
15795version = "0.9.1"
15796source = "registry+https://github.com/rust-lang/crates.io-index"
15797checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15798dependencies = [
15799 "anyhow",
15800 "log",
15801 "thiserror 1.0.69",
15802 "wast",
15803]
15804
15805[[package]]
15806name = "workspace"
15807version = "0.1.0"
15808dependencies = [
15809 "any_vec",
15810 "anyhow",
15811 "async-recursion 1.1.1",
15812 "bincode",
15813 "call",
15814 "client",
15815 "clock",
15816 "collections",
15817 "db",
15818 "derive_more",
15819 "env_logger 0.11.6",
15820 "fs",
15821 "futures 0.3.31",
15822 "gpui",
15823 "http_client",
15824 "itertools 0.14.0",
15825 "language",
15826 "log",
15827 "node_runtime",
15828 "parking_lot",
15829 "postage",
15830 "project",
15831 "remote",
15832 "schemars",
15833 "serde",
15834 "serde_json",
15835 "session",
15836 "settings",
15837 "smallvec",
15838 "sqlez",
15839 "strum",
15840 "task",
15841 "tempfile",
15842 "theme",
15843 "ui",
15844 "util",
15845 "uuid",
15846]
15847
15848[[package]]
15849name = "worktree"
15850version = "0.1.0"
15851dependencies = [
15852 "anyhow",
15853 "clock",
15854 "collections",
15855 "env_logger 0.11.6",
15856 "fs",
15857 "futures 0.3.31",
15858 "fuzzy",
15859 "git",
15860 "git2",
15861 "git_hosting_providers",
15862 "gpui",
15863 "http_client",
15864 "ignore",
15865 "language",
15866 "log",
15867 "parking_lot",
15868 "paths",
15869 "postage",
15870 "pretty_assertions",
15871 "rand 0.8.5",
15872 "rpc",
15873 "schemars",
15874 "serde",
15875 "serde_json",
15876 "settings",
15877 "smallvec",
15878 "smol 1.3.0",
15879 "sum_tree",
15880 "text",
15881 "util",
15882]
15883
15884[[package]]
15885name = "write16"
15886version = "1.0.0"
15887source = "registry+https://github.com/rust-lang/crates.io-index"
15888checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15889
15890[[package]]
15891name = "writeable"
15892version = "0.5.5"
15893source = "registry+https://github.com/rust-lang/crates.io-index"
15894checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15895
15896[[package]]
15897name = "wyz"
15898version = "0.5.1"
15899source = "registry+https://github.com/rust-lang/crates.io-index"
15900checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15901dependencies = [
15902 "tap",
15903]
15904
15905[[package]]
15906name = "x11-clipboard"
15907version = "0.9.3"
15908source = "registry+https://github.com/rust-lang/crates.io-index"
15909checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15910dependencies = [
15911 "libc",
15912 "x11rb",
15913]
15914
15915[[package]]
15916name = "x11rb"
15917version = "0.13.1"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15920dependencies = [
15921 "as-raw-xcb-connection",
15922 "gethostname",
15923 "libc",
15924 "rustix 0.38.42",
15925 "x11rb-protocol",
15926]
15927
15928[[package]]
15929name = "x11rb-protocol"
15930version = "0.13.1"
15931source = "registry+https://github.com/rust-lang/crates.io-index"
15932checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15933
15934[[package]]
15935name = "xattr"
15936version = "0.2.3"
15937source = "registry+https://github.com/rust-lang/crates.io-index"
15938checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15939dependencies = [
15940 "libc",
15941]
15942
15943[[package]]
15944name = "xcursor"
15945version = "0.3.8"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15948
15949[[package]]
15950name = "xdg-home"
15951version = "1.3.0"
15952source = "registry+https://github.com/rust-lang/crates.io-index"
15953checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15954dependencies = [
15955 "libc",
15956 "windows-sys 0.59.0",
15957]
15958
15959[[package]]
15960name = "xim"
15961version = "0.4.0"
15962source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15963dependencies = [
15964 "ahash 0.8.11",
15965 "hashbrown 0.14.5",
15966 "log",
15967 "x11rb",
15968 "xim-ctext",
15969 "xim-parser",
15970]
15971
15972[[package]]
15973name = "xim-ctext"
15974version = "0.3.0"
15975source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15976dependencies = [
15977 "encoding_rs",
15978]
15979
15980[[package]]
15981name = "xim-parser"
15982version = "0.2.1"
15983source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15984dependencies = [
15985 "bitflags 2.6.0",
15986]
15987
15988[[package]]
15989name = "xkbcommon"
15990version = "0.7.0"
15991source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15992dependencies = [
15993 "as-raw-xcb-connection",
15994 "libc",
15995 "memmap2",
15996 "xkeysym",
15997]
15998
15999[[package]]
16000name = "xkeysym"
16001version = "0.2.1"
16002source = "registry+https://github.com/rust-lang/crates.io-index"
16003checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16004
16005[[package]]
16006name = "xml5ever"
16007version = "0.18.1"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16010dependencies = [
16011 "log",
16012 "mac",
16013 "markup5ever",
16014]
16015
16016[[package]]
16017name = "xmlparser"
16018version = "0.13.6"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16021
16022[[package]]
16023name = "xmlwriter"
16024version = "0.1.0"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16027
16028[[package]]
16029name = "xtask"
16030version = "0.1.0"
16031dependencies = [
16032 "anyhow",
16033 "cargo_metadata",
16034 "cargo_toml",
16035 "clap",
16036]
16037
16038[[package]]
16039name = "yaml-rust2"
16040version = "0.8.1"
16041source = "registry+https://github.com/rust-lang/crates.io-index"
16042checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16043dependencies = [
16044 "arraydeque",
16045 "encoding_rs",
16046 "hashlink 0.8.4",
16047]
16048
16049[[package]]
16050name = "yansi"
16051version = "1.0.1"
16052source = "registry+https://github.com/rust-lang/crates.io-index"
16053checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16054
16055[[package]]
16056name = "yazi"
16057version = "0.1.6"
16058source = "registry+https://github.com/rust-lang/crates.io-index"
16059checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16060
16061[[package]]
16062name = "yeslogic-fontconfig-sys"
16063version = "6.0.0"
16064source = "registry+https://github.com/rust-lang/crates.io-index"
16065checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16066dependencies = [
16067 "dlib",
16068 "once_cell",
16069 "pkg-config",
16070]
16071
16072[[package]]
16073name = "yoke"
16074version = "0.7.5"
16075source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16077dependencies = [
16078 "serde",
16079 "stable_deref_trait",
16080 "yoke-derive",
16081 "zerofrom",
16082]
16083
16084[[package]]
16085name = "yoke-derive"
16086version = "0.7.5"
16087source = "registry+https://github.com/rust-lang/crates.io-index"
16088checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16089dependencies = [
16090 "proc-macro2",
16091 "quote",
16092 "syn 2.0.90",
16093 "synstructure",
16094]
16095
16096[[package]]
16097name = "zbus"
16098version = "4.4.0"
16099source = "registry+https://github.com/rust-lang/crates.io-index"
16100checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
16101dependencies = [
16102 "async-broadcast",
16103 "async-executor",
16104 "async-fs 2.1.2",
16105 "async-io 2.4.0",
16106 "async-lock 3.4.0",
16107 "async-process 2.3.0",
16108 "async-recursion 1.1.1",
16109 "async-task",
16110 "async-trait",
16111 "blocking",
16112 "enumflags2",
16113 "event-listener 5.3.1",
16114 "futures-core",
16115 "futures-sink",
16116 "futures-util",
16117 "hex",
16118 "nix",
16119 "ordered-stream",
16120 "rand 0.8.5",
16121 "serde",
16122 "serde_repr",
16123 "sha1",
16124 "static_assertions",
16125 "tracing",
16126 "uds_windows",
16127 "windows-sys 0.52.0",
16128 "xdg-home",
16129 "zbus_macros 4.4.0",
16130 "zbus_names 3.0.0",
16131 "zvariant 4.2.0",
16132]
16133
16134[[package]]
16135name = "zbus"
16136version = "5.1.1"
16137source = "registry+https://github.com/rust-lang/crates.io-index"
16138checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16139dependencies = [
16140 "async-broadcast",
16141 "async-executor",
16142 "async-fs 2.1.2",
16143 "async-io 2.4.0",
16144 "async-lock 3.4.0",
16145 "async-process 2.3.0",
16146 "async-recursion 1.1.1",
16147 "async-task",
16148 "async-trait",
16149 "blocking",
16150 "enumflags2",
16151 "event-listener 5.3.1",
16152 "futures-core",
16153 "futures-util",
16154 "hex",
16155 "nix",
16156 "ordered-stream",
16157 "serde",
16158 "serde_repr",
16159 "static_assertions",
16160 "tracing",
16161 "uds_windows",
16162 "windows-sys 0.59.0",
16163 "winnow",
16164 "xdg-home",
16165 "zbus_macros 5.1.1",
16166 "zbus_names 4.1.0",
16167 "zvariant 5.1.0",
16168]
16169
16170[[package]]
16171name = "zbus_macros"
16172version = "4.4.0"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16175dependencies = [
16176 "proc-macro-crate",
16177 "proc-macro2",
16178 "quote",
16179 "syn 2.0.90",
16180 "zvariant_utils 2.1.0",
16181]
16182
16183[[package]]
16184name = "zbus_macros"
16185version = "5.1.1"
16186source = "registry+https://github.com/rust-lang/crates.io-index"
16187checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16188dependencies = [
16189 "proc-macro-crate",
16190 "proc-macro2",
16191 "quote",
16192 "syn 2.0.90",
16193 "zbus_names 4.1.0",
16194 "zvariant 5.1.0",
16195 "zvariant_utils 3.0.2",
16196]
16197
16198[[package]]
16199name = "zbus_names"
16200version = "3.0.0"
16201source = "registry+https://github.com/rust-lang/crates.io-index"
16202checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16203dependencies = [
16204 "serde",
16205 "static_assertions",
16206 "zvariant 4.2.0",
16207]
16208
16209[[package]]
16210name = "zbus_names"
16211version = "4.1.0"
16212source = "registry+https://github.com/rust-lang/crates.io-index"
16213checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16214dependencies = [
16215 "serde",
16216 "static_assertions",
16217 "winnow",
16218 "zvariant 5.1.0",
16219]
16220
16221[[package]]
16222name = "zed"
16223version = "0.170.0"
16224dependencies = [
16225 "activity_indicator",
16226 "anyhow",
16227 "ashpd",
16228 "assets",
16229 "assistant",
16230 "assistant2",
16231 "assistant_tools",
16232 "async-watch",
16233 "audio",
16234 "auto_update",
16235 "auto_update_ui",
16236 "backtrace",
16237 "breadcrumbs",
16238 "call",
16239 "channel",
16240 "chrono",
16241 "clap",
16242 "cli",
16243 "client",
16244 "collab_ui",
16245 "collections",
16246 "command_palette",
16247 "command_palette_hooks",
16248 "copilot",
16249 "db",
16250 "diagnostics",
16251 "editor",
16252 "env_logger 0.11.6",
16253 "extension",
16254 "extension_host",
16255 "extensions_ui",
16256 "feature_flags",
16257 "feedback",
16258 "file_finder",
16259 "file_icons",
16260 "fs",
16261 "futures 0.3.31",
16262 "git",
16263 "git_hosting_providers",
16264 "git_ui",
16265 "go_to_line",
16266 "gpui",
16267 "http_client",
16268 "image_viewer",
16269 "inline_completion_button",
16270 "install_cli",
16271 "journal",
16272 "language",
16273 "language_extension",
16274 "language_model",
16275 "language_models",
16276 "language_selector",
16277 "language_tools",
16278 "languages",
16279 "libc",
16280 "log",
16281 "markdown",
16282 "markdown_preview",
16283 "menu",
16284 "mimalloc",
16285 "nix",
16286 "node_runtime",
16287 "notifications",
16288 "outline",
16289 "outline_panel",
16290 "parking_lot",
16291 "paths",
16292 "picker",
16293 "profiling",
16294 "project",
16295 "project_panel",
16296 "project_symbols",
16297 "proto",
16298 "recent_projects",
16299 "release_channel",
16300 "remote",
16301 "repl",
16302 "reqwest_client",
16303 "rope",
16304 "search",
16305 "serde",
16306 "serde_json",
16307 "session",
16308 "settings",
16309 "settings_ui",
16310 "shellexpand 2.1.2",
16311 "simplelog",
16312 "smol 1.3.0",
16313 "snippet_provider",
16314 "snippets_ui",
16315 "supermaven",
16316 "sysinfo",
16317 "tab_switcher",
16318 "task",
16319 "tasks_ui",
16320 "telemetry",
16321 "telemetry_events",
16322 "terminal_view",
16323 "theme",
16324 "theme_extension",
16325 "theme_selector",
16326 "time",
16327 "toolchain_selector",
16328 "tree-sitter-md",
16329 "tree-sitter-rust",
16330 "ui",
16331 "url",
16332 "urlencoding",
16333 "util",
16334 "uuid",
16335 "vcs_menu",
16336 "vim",
16337 "vim_mode_setting",
16338 "welcome",
16339 "windows 0.58.0",
16340 "winresource",
16341 "workspace",
16342 "zed_actions",
16343 "zeta",
16344]
16345
16346[[package]]
16347name = "zed_actions"
16348version = "0.1.0"
16349dependencies = [
16350 "gpui",
16351 "schemars",
16352 "serde",
16353]
16354
16355[[package]]
16356name = "zed_csharp"
16357version = "0.1.0"
16358dependencies = [
16359 "zed_extension_api 0.1.0",
16360]
16361
16362[[package]]
16363name = "zed_deno"
16364version = "0.0.2"
16365dependencies = [
16366 "zed_extension_api 0.1.0",
16367]
16368
16369[[package]]
16370name = "zed_elixir"
16371version = "0.1.2"
16372dependencies = [
16373 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16374]
16375
16376[[package]]
16377name = "zed_emmet"
16378version = "0.0.3"
16379dependencies = [
16380 "zed_extension_api 0.1.0",
16381]
16382
16383[[package]]
16384name = "zed_erlang"
16385version = "0.1.1"
16386dependencies = [
16387 "zed_extension_api 0.1.0",
16388]
16389
16390[[package]]
16391name = "zed_extension_api"
16392version = "0.1.0"
16393source = "registry+https://github.com/rust-lang/crates.io-index"
16394checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16395dependencies = [
16396 "serde",
16397 "serde_json",
16398 "wit-bindgen",
16399]
16400
16401[[package]]
16402name = "zed_extension_api"
16403version = "0.2.0"
16404dependencies = [
16405 "serde",
16406 "serde_json",
16407 "wit-bindgen",
16408]
16409
16410[[package]]
16411name = "zed_extension_api"
16412version = "0.2.0"
16413source = "registry+https://github.com/rust-lang/crates.io-index"
16414checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16415dependencies = [
16416 "serde",
16417 "serde_json",
16418 "wit-bindgen",
16419]
16420
16421[[package]]
16422name = "zed_glsl"
16423version = "0.1.0"
16424dependencies = [
16425 "zed_extension_api 0.1.0",
16426]
16427
16428[[package]]
16429name = "zed_haskell"
16430version = "0.1.2"
16431dependencies = [
16432 "zed_extension_api 0.1.0",
16433]
16434
16435[[package]]
16436name = "zed_html"
16437version = "0.1.4"
16438dependencies = [
16439 "zed_extension_api 0.1.0",
16440]
16441
16442[[package]]
16443name = "zed_lua"
16444version = "0.1.1"
16445dependencies = [
16446 "zed_extension_api 0.1.0",
16447]
16448
16449[[package]]
16450name = "zed_php"
16451version = "0.2.3"
16452dependencies = [
16453 "zed_extension_api 0.1.0",
16454]
16455
16456[[package]]
16457name = "zed_prisma"
16458version = "0.0.4"
16459dependencies = [
16460 "zed_extension_api 0.1.0",
16461]
16462
16463[[package]]
16464name = "zed_proto"
16465version = "0.2.1"
16466dependencies = [
16467 "zed_extension_api 0.1.0",
16468]
16469
16470[[package]]
16471name = "zed_purescript"
16472version = "0.0.1"
16473dependencies = [
16474 "zed_extension_api 0.1.0",
16475]
16476
16477[[package]]
16478name = "zed_ruff"
16479version = "0.1.0"
16480dependencies = [
16481 "zed_extension_api 0.1.0",
16482]
16483
16484[[package]]
16485name = "zed_snippets"
16486version = "0.0.5"
16487dependencies = [
16488 "serde_json",
16489 "zed_extension_api 0.1.0",
16490]
16491
16492[[package]]
16493name = "zed_terraform"
16494version = "0.1.1"
16495dependencies = [
16496 "zed_extension_api 0.1.0",
16497]
16498
16499[[package]]
16500name = "zed_test_extension"
16501version = "0.1.0"
16502dependencies = [
16503 "zed_extension_api 0.2.0",
16504]
16505
16506[[package]]
16507name = "zed_toml"
16508version = "0.1.2"
16509dependencies = [
16510 "zed_extension_api 0.1.0",
16511]
16512
16513[[package]]
16514name = "zed_uiua"
16515version = "0.0.1"
16516dependencies = [
16517 "zed_extension_api 0.1.0",
16518]
16519
16520[[package]]
16521name = "zed_zig"
16522version = "0.3.2"
16523dependencies = [
16524 "zed_extension_api 0.1.0",
16525]
16526
16527[[package]]
16528name = "zeno"
16529version = "0.2.3"
16530source = "registry+https://github.com/rust-lang/crates.io-index"
16531checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16532
16533[[package]]
16534name = "zerocopy"
16535version = "0.7.35"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16538dependencies = [
16539 "byteorder",
16540 "zerocopy-derive",
16541]
16542
16543[[package]]
16544name = "zerocopy-derive"
16545version = "0.7.35"
16546source = "registry+https://github.com/rust-lang/crates.io-index"
16547checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16548dependencies = [
16549 "proc-macro2",
16550 "quote",
16551 "syn 2.0.90",
16552]
16553
16554[[package]]
16555name = "zerofrom"
16556version = "0.1.5"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16559dependencies = [
16560 "zerofrom-derive",
16561]
16562
16563[[package]]
16564name = "zerofrom-derive"
16565version = "0.1.5"
16566source = "registry+https://github.com/rust-lang/crates.io-index"
16567checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16568dependencies = [
16569 "proc-macro2",
16570 "quote",
16571 "syn 2.0.90",
16572 "synstructure",
16573]
16574
16575[[package]]
16576name = "zeroize"
16577version = "1.8.1"
16578source = "registry+https://github.com/rust-lang/crates.io-index"
16579checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16580dependencies = [
16581 "zeroize_derive",
16582]
16583
16584[[package]]
16585name = "zeroize_derive"
16586version = "1.4.2"
16587source = "registry+https://github.com/rust-lang/crates.io-index"
16588checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16589dependencies = [
16590 "proc-macro2",
16591 "quote",
16592 "syn 2.0.90",
16593]
16594
16595[[package]]
16596name = "zeromq"
16597version = "0.5.0-pre"
16598source = "registry+https://github.com/rust-lang/crates.io-index"
16599checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
16600dependencies = [
16601 "async-dispatcher",
16602 "async-std",
16603 "async-trait",
16604 "asynchronous-codec",
16605 "bytes 1.9.0",
16606 "crossbeam-queue",
16607 "dashmap 5.5.3",
16608 "futures 0.3.31",
16609 "log",
16610 "num-traits",
16611 "once_cell",
16612 "parking_lot",
16613 "rand 0.8.5",
16614 "regex",
16615 "thiserror 1.0.69",
16616 "uuid",
16617]
16618
16619[[package]]
16620name = "zerovec"
16621version = "0.10.4"
16622source = "registry+https://github.com/rust-lang/crates.io-index"
16623checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16624dependencies = [
16625 "yoke",
16626 "zerofrom",
16627 "zerovec-derive",
16628]
16629
16630[[package]]
16631name = "zerovec-derive"
16632version = "0.10.3"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16635dependencies = [
16636 "proc-macro2",
16637 "quote",
16638 "syn 2.0.90",
16639]
16640
16641[[package]]
16642name = "zeta"
16643version = "0.1.0"
16644dependencies = [
16645 "anyhow",
16646 "arrayvec",
16647 "call",
16648 "client",
16649 "clock",
16650 "collections",
16651 "ctor",
16652 "editor",
16653 "env_logger 0.11.6",
16654 "futures 0.3.31",
16655 "gpui",
16656 "http_client",
16657 "indoc",
16658 "inline_completion",
16659 "language",
16660 "language_models",
16661 "log",
16662 "menu",
16663 "reqwest_client",
16664 "rpc",
16665 "serde_json",
16666 "settings",
16667 "similar",
16668 "telemetry",
16669 "telemetry_events",
16670 "theme",
16671 "tree-sitter-go",
16672 "tree-sitter-rust",
16673 "ui",
16674 "uuid",
16675 "workspace",
16676 "worktree",
16677]
16678
16679[[package]]
16680name = "zip"
16681version = "0.6.6"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16684dependencies = [
16685 "aes",
16686 "byteorder",
16687 "bzip2",
16688 "constant_time_eq 0.1.5",
16689 "crc32fast",
16690 "crossbeam-utils",
16691 "flate2",
16692 "hmac",
16693 "pbkdf2 0.11.0",
16694 "sha1",
16695 "time",
16696 "zstd",
16697]
16698
16699[[package]]
16700name = "zstd"
16701version = "0.11.2+zstd.1.5.2"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16704dependencies = [
16705 "zstd-safe",
16706]
16707
16708[[package]]
16709name = "zstd-safe"
16710version = "5.0.2+zstd.1.5.2"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16713dependencies = [
16714 "libc",
16715 "zstd-sys",
16716]
16717
16718[[package]]
16719name = "zstd-sys"
16720version = "2.0.13+zstd.1.5.6"
16721source = "registry+https://github.com/rust-lang/crates.io-index"
16722checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16723dependencies = [
16724 "cc",
16725 "pkg-config",
16726]
16727
16728[[package]]
16729name = "zune-core"
16730version = "0.4.12"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16733
16734[[package]]
16735name = "zune-inflate"
16736version = "0.2.54"
16737source = "registry+https://github.com/rust-lang/crates.io-index"
16738checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16739dependencies = [
16740 "simd-adler32",
16741]
16742
16743[[package]]
16744name = "zune-jpeg"
16745version = "0.4.13"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16748dependencies = [
16749 "zune-core",
16750]
16751
16752[[package]]
16753name = "zvariant"
16754version = "4.2.0"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16757dependencies = [
16758 "endi",
16759 "enumflags2",
16760 "serde",
16761 "static_assertions",
16762 "zvariant_derive 4.2.0",
16763]
16764
16765[[package]]
16766name = "zvariant"
16767version = "5.1.0"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16770dependencies = [
16771 "endi",
16772 "enumflags2",
16773 "serde",
16774 "static_assertions",
16775 "url",
16776 "winnow",
16777 "zvariant_derive 5.1.0",
16778 "zvariant_utils 3.0.2",
16779]
16780
16781[[package]]
16782name = "zvariant_derive"
16783version = "4.2.0"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16786dependencies = [
16787 "proc-macro-crate",
16788 "proc-macro2",
16789 "quote",
16790 "syn 2.0.90",
16791 "zvariant_utils 2.1.0",
16792]
16793
16794[[package]]
16795name = "zvariant_derive"
16796version = "5.1.0"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16799dependencies = [
16800 "proc-macro-crate",
16801 "proc-macro2",
16802 "quote",
16803 "syn 2.0.90",
16804 "zvariant_utils 3.0.2",
16805]
16806
16807[[package]]
16808name = "zvariant_utils"
16809version = "2.1.0"
16810source = "registry+https://github.com/rust-lang/crates.io-index"
16811checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16812dependencies = [
16813 "proc-macro2",
16814 "quote",
16815 "syn 2.0.90",
16816]
16817
16818[[package]]
16819name = "zvariant_utils"
16820version = "3.0.2"
16821source = "registry+https://github.com/rust-lang/crates.io-index"
16822checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16823dependencies = [
16824 "proc-macro2",
16825 "quote",
16826 "serde",
16827 "static_assertions",
16828 "syn 2.0.90",
16829 "winnow",
16830]