1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.31",
14 "gpui",
15 "language",
16 "lsp",
17 "project",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli 0.31.1",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "ahash"
53version = "0.7.8"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
56dependencies = [
57 "getrandom 0.2.15",
58 "once_cell",
59 "version_check",
60]
61
62[[package]]
63name = "ahash"
64version = "0.8.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
67dependencies = [
68 "cfg-if",
69 "const-random",
70 "once_cell",
71 "version_check",
72 "zerocopy",
73]
74
75[[package]]
76name = "aho-corasick"
77version = "1.1.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
80dependencies = [
81 "memchr",
82]
83
84[[package]]
85name = "alacritty_terminal"
86version = "0.24.1"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "52b9241459831fee2f22fcda52ddaf9e449b6627334a0f40f13a1b3344018060"
89dependencies = [
90 "base64 0.22.1",
91 "bitflags 2.6.0",
92 "home",
93 "libc",
94 "log",
95 "miow",
96 "parking_lot",
97 "piper",
98 "polling 3.7.4",
99 "regex-automata 0.4.9",
100 "rustix-openpty",
101 "serde",
102 "signal-hook",
103 "unicode-width",
104 "vte",
105 "windows-sys 0.52.0",
106]
107
108[[package]]
109name = "aliasable"
110version = "0.1.3"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
113
114[[package]]
115name = "aligned-vec"
116version = "0.5.0"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
119
120[[package]]
121name = "allocator-api2"
122version = "0.2.21"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
125
126[[package]]
127name = "alsa"
128version = "0.9.1"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
131dependencies = [
132 "alsa-sys",
133 "bitflags 2.6.0",
134 "cfg-if",
135 "libc",
136]
137
138[[package]]
139name = "alsa-sys"
140version = "0.3.1"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
143dependencies = [
144 "libc",
145 "pkg-config",
146]
147
148[[package]]
149name = "ambient-authority"
150version = "0.0.2"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
153
154[[package]]
155name = "ammonia"
156version = "4.0.0"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
159dependencies = [
160 "html5ever",
161 "maplit",
162 "once_cell",
163 "tendril",
164 "url",
165]
166
167[[package]]
168name = "android-tzdata"
169version = "0.1.1"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
172
173[[package]]
174name = "android_system_properties"
175version = "0.1.5"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
178dependencies = [
179 "libc",
180]
181
182[[package]]
183name = "anes"
184version = "0.1.6"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
187
188[[package]]
189name = "anstream"
190version = "0.6.18"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
193dependencies = [
194 "anstyle",
195 "anstyle-parse",
196 "anstyle-query",
197 "anstyle-wincon",
198 "colorchoice",
199 "is_terminal_polyfill",
200 "utf8parse",
201]
202
203[[package]]
204name = "anstyle"
205version = "1.0.10"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
208
209[[package]]
210name = "anstyle-parse"
211version = "0.2.6"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
214dependencies = [
215 "utf8parse",
216]
217
218[[package]]
219name = "anstyle-query"
220version = "1.1.2"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
223dependencies = [
224 "windows-sys 0.59.0",
225]
226
227[[package]]
228name = "anstyle-wincon"
229version = "3.0.6"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
232dependencies = [
233 "anstyle",
234 "windows-sys 0.59.0",
235]
236
237[[package]]
238name = "anthropic"
239version = "0.1.0"
240dependencies = [
241 "anyhow",
242 "chrono",
243 "futures 0.3.31",
244 "http_client",
245 "schemars",
246 "serde",
247 "serde_json",
248 "strum",
249 "thiserror 1.0.69",
250 "util",
251]
252
253[[package]]
254name = "any_vec"
255version = "0.14.0"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
258
259[[package]]
260name = "anyhow"
261version = "1.0.95"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
264
265[[package]]
266name = "approx"
267version = "0.5.1"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
270dependencies = [
271 "num-traits",
272]
273
274[[package]]
275name = "arbitrary"
276version = "1.4.1"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
279
280[[package]]
281name = "arg_enum_proc_macro"
282version = "0.3.4"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
285dependencies = [
286 "proc-macro2",
287 "quote",
288 "syn 2.0.90",
289]
290
291[[package]]
292name = "arraydeque"
293version = "0.5.1"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
296
297[[package]]
298name = "arrayref"
299version = "0.3.9"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
302
303[[package]]
304name = "arrayvec"
305version = "0.7.6"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
308dependencies = [
309 "serde",
310]
311
312[[package]]
313name = "as-raw-xcb-connection"
314version = "1.0.1"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
317
318[[package]]
319name = "ascii"
320version = "1.1.0"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
323
324[[package]]
325name = "ash"
326version = "0.38.0+1.3.281"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
329dependencies = [
330 "libloading",
331]
332
333[[package]]
334name = "ash-window"
335version = "0.13.0"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
338dependencies = [
339 "ash",
340 "raw-window-handle",
341 "raw-window-metal",
342]
343
344[[package]]
345name = "ashpd"
346version = "0.10.2"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "e9c39d707614dbcc6bed00015539f488d8e3fe3e66ed60961efc0c90f4b380b3"
349dependencies = [
350 "async-fs 2.1.2",
351 "async-net 2.0.0",
352 "enumflags2",
353 "futures-channel",
354 "futures-util",
355 "rand 0.8.5",
356 "serde",
357 "serde_repr",
358 "url",
359 "zbus 5.1.1",
360]
361
362[[package]]
363name = "assets"
364version = "0.1.0"
365dependencies = [
366 "anyhow",
367 "gpui",
368 "rust-embed",
369]
370
371[[package]]
372name = "assistant"
373version = "0.1.0"
374dependencies = [
375 "anthropic",
376 "anyhow",
377 "assets",
378 "assistant_slash_command",
379 "assistant_tool",
380 "async-watch",
381 "cargo_toml",
382 "chrono",
383 "client",
384 "clock",
385 "collections",
386 "command_palette_hooks",
387 "context_server",
388 "ctor",
389 "db",
390 "editor",
391 "env_logger 0.11.6",
392 "feature_flags",
393 "fs",
394 "futures 0.3.31",
395 "fuzzy",
396 "globset",
397 "gpui",
398 "handlebars 4.5.0",
399 "heed",
400 "html_to_markdown",
401 "http_client",
402 "indexed_docs",
403 "indoc",
404 "language",
405 "language_model",
406 "language_model_selector",
407 "language_models",
408 "languages",
409 "log",
410 "lsp",
411 "markdown",
412 "menu",
413 "multi_buffer",
414 "ollama",
415 "open_ai",
416 "ordered-float 2.10.1",
417 "parking_lot",
418 "paths",
419 "picker",
420 "pretty_assertions",
421 "project",
422 "proto",
423 "rand 0.8.5",
424 "regex",
425 "release_channel",
426 "rope",
427 "rpc",
428 "schemars",
429 "search",
430 "semantic_index",
431 "serde",
432 "serde_json",
433 "serde_json_lenient",
434 "settings",
435 "similar",
436 "smallvec",
437 "smol",
438 "strum",
439 "telemetry_events",
440 "terminal",
441 "terminal_view",
442 "text",
443 "theme",
444 "toml 0.8.19",
445 "tree-sitter-md",
446 "ui",
447 "unindent",
448 "util",
449 "uuid",
450 "workspace",
451 "zed_actions",
452]
453
454[[package]]
455name = "assistant2"
456version = "0.1.0"
457dependencies = [
458 "anthropic",
459 "anyhow",
460 "assets",
461 "assistant_tool",
462 "async-watch",
463 "chrono",
464 "client",
465 "clock",
466 "collections",
467 "command_palette_hooks",
468 "context_server",
469 "db",
470 "editor",
471 "feature_flags",
472 "fs",
473 "futures 0.3.31",
474 "fuzzy",
475 "gpui",
476 "handlebars 4.5.0",
477 "html_to_markdown",
478 "http_client",
479 "indoc",
480 "itertools 0.13.0",
481 "language",
482 "language_model",
483 "language_model_selector",
484 "language_models",
485 "log",
486 "lsp",
487 "markdown",
488 "menu",
489 "multi_buffer",
490 "ollama",
491 "open_ai",
492 "ordered-float 2.10.1",
493 "parking_lot",
494 "paths",
495 "picker",
496 "project",
497 "proto",
498 "rand 0.8.5",
499 "rope",
500 "schemars",
501 "serde",
502 "serde_json",
503 "serde_json_lenient",
504 "settings",
505 "similar",
506 "smol",
507 "telemetry_events",
508 "terminal",
509 "terminal_view",
510 "text",
511 "theme",
512 "time",
513 "time_format",
514 "ui",
515 "unindent",
516 "util",
517 "uuid",
518 "workspace",
519 "zed_actions",
520]
521
522[[package]]
523name = "assistant_slash_command"
524version = "0.1.0"
525dependencies = [
526 "anyhow",
527 "async-trait",
528 "collections",
529 "derive_more",
530 "extension",
531 "futures 0.3.31",
532 "gpui",
533 "language",
534 "language_model",
535 "parking_lot",
536 "pretty_assertions",
537 "serde",
538 "serde_json",
539 "ui",
540 "workspace",
541]
542
543[[package]]
544name = "assistant_tool"
545version = "0.1.0"
546dependencies = [
547 "anyhow",
548 "collections",
549 "derive_more",
550 "gpui",
551 "parking_lot",
552 "serde",
553 "serde_json",
554 "workspace",
555]
556
557[[package]]
558name = "assistant_tools"
559version = "0.1.0"
560dependencies = [
561 "anyhow",
562 "assistant_tool",
563 "chrono",
564 "gpui",
565 "schemars",
566 "serde",
567 "serde_json",
568 "workspace",
569]
570
571[[package]]
572name = "async-attributes"
573version = "1.1.2"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
576dependencies = [
577 "quote",
578 "syn 1.0.109",
579]
580
581[[package]]
582name = "async-broadcast"
583version = "0.7.2"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
586dependencies = [
587 "event-listener 5.3.1",
588 "event-listener-strategy",
589 "futures-core",
590 "pin-project-lite",
591]
592
593[[package]]
594name = "async-channel"
595version = "1.9.0"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
598dependencies = [
599 "concurrent-queue",
600 "event-listener 2.5.3",
601 "futures-core",
602]
603
604[[package]]
605name = "async-channel"
606version = "2.3.1"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
609dependencies = [
610 "concurrent-queue",
611 "event-listener-strategy",
612 "futures-core",
613 "pin-project-lite",
614]
615
616[[package]]
617name = "async-compat"
618version = "0.2.4"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
621dependencies = [
622 "futures-core",
623 "futures-io",
624 "once_cell",
625 "pin-project-lite",
626 "tokio",
627]
628
629[[package]]
630name = "async-compression"
631version = "0.4.18"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
634dependencies = [
635 "deflate64",
636 "flate2",
637 "futures-core",
638 "futures-io",
639 "memchr",
640 "pin-project-lite",
641]
642
643[[package]]
644name = "async-dispatcher"
645version = "0.1.2"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
648dependencies = [
649 "async-task",
650 "futures-lite 1.13.0",
651]
652
653[[package]]
654name = "async-executor"
655version = "1.13.1"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
658dependencies = [
659 "async-task",
660 "concurrent-queue",
661 "fastrand 2.3.0",
662 "futures-lite 2.5.0",
663 "slab",
664]
665
666[[package]]
667name = "async-fs"
668version = "1.6.0"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
671dependencies = [
672 "async-lock 2.8.0",
673 "autocfg",
674 "blocking",
675 "futures-lite 1.13.0",
676]
677
678[[package]]
679name = "async-fs"
680version = "2.1.2"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
683dependencies = [
684 "async-lock 3.4.0",
685 "blocking",
686 "futures-lite 2.5.0",
687]
688
689[[package]]
690name = "async-global-executor"
691version = "2.4.1"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
694dependencies = [
695 "async-channel 2.3.1",
696 "async-executor",
697 "async-io 2.4.0",
698 "async-lock 3.4.0",
699 "blocking",
700 "futures-lite 2.5.0",
701 "once_cell",
702]
703
704[[package]]
705name = "async-io"
706version = "1.13.0"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
709dependencies = [
710 "async-lock 2.8.0",
711 "autocfg",
712 "cfg-if",
713 "concurrent-queue",
714 "futures-lite 1.13.0",
715 "log",
716 "parking",
717 "polling 2.8.0",
718 "rustix 0.37.27",
719 "slab",
720 "socket2 0.4.10",
721 "waker-fn",
722]
723
724[[package]]
725name = "async-io"
726version = "2.4.0"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
729dependencies = [
730 "async-lock 3.4.0",
731 "cfg-if",
732 "concurrent-queue",
733 "futures-io",
734 "futures-lite 2.5.0",
735 "parking",
736 "polling 3.7.4",
737 "rustix 0.38.42",
738 "slab",
739 "tracing",
740 "windows-sys 0.59.0",
741]
742
743[[package]]
744name = "async-lock"
745version = "2.8.0"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
748dependencies = [
749 "event-listener 2.5.3",
750]
751
752[[package]]
753name = "async-lock"
754version = "3.4.0"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
757dependencies = [
758 "event-listener 5.3.1",
759 "event-listener-strategy",
760 "pin-project-lite",
761]
762
763[[package]]
764name = "async-native-tls"
765version = "0.5.0"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
768dependencies = [
769 "futures-util",
770 "native-tls",
771 "thiserror 1.0.69",
772 "url",
773]
774
775[[package]]
776name = "async-net"
777version = "1.8.0"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
780dependencies = [
781 "async-io 1.13.0",
782 "blocking",
783 "futures-lite 1.13.0",
784]
785
786[[package]]
787name = "async-net"
788version = "2.0.0"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
791dependencies = [
792 "async-io 2.4.0",
793 "blocking",
794 "futures-lite 2.5.0",
795]
796
797[[package]]
798name = "async-pipe"
799version = "0.1.3"
800source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
801dependencies = [
802 "futures 0.3.31",
803 "log",
804]
805
806[[package]]
807name = "async-process"
808version = "1.8.1"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
811dependencies = [
812 "async-io 1.13.0",
813 "async-lock 2.8.0",
814 "async-signal",
815 "blocking",
816 "cfg-if",
817 "event-listener 3.1.0",
818 "futures-lite 1.13.0",
819 "rustix 0.38.42",
820 "windows-sys 0.48.0",
821]
822
823[[package]]
824name = "async-process"
825version = "2.3.0"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
828dependencies = [
829 "async-channel 2.3.1",
830 "async-io 2.4.0",
831 "async-lock 3.4.0",
832 "async-signal",
833 "async-task",
834 "blocking",
835 "cfg-if",
836 "event-listener 5.3.1",
837 "futures-lite 2.5.0",
838 "rustix 0.38.42",
839 "tracing",
840]
841
842[[package]]
843name = "async-recursion"
844version = "0.3.2"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
847dependencies = [
848 "proc-macro2",
849 "quote",
850 "syn 1.0.109",
851]
852
853[[package]]
854name = "async-recursion"
855version = "1.1.1"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
858dependencies = [
859 "proc-macro2",
860 "quote",
861 "syn 2.0.90",
862]
863
864[[package]]
865name = "async-signal"
866version = "0.2.10"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
869dependencies = [
870 "async-io 2.4.0",
871 "async-lock 3.4.0",
872 "atomic-waker",
873 "cfg-if",
874 "futures-core",
875 "futures-io",
876 "rustix 0.38.42",
877 "signal-hook-registry",
878 "slab",
879 "windows-sys 0.59.0",
880]
881
882[[package]]
883name = "async-std"
884version = "1.13.0"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
887dependencies = [
888 "async-attributes",
889 "async-channel 1.9.0",
890 "async-global-executor",
891 "async-io 2.4.0",
892 "async-lock 3.4.0",
893 "async-process 2.3.0",
894 "crossbeam-utils",
895 "futures-channel",
896 "futures-core",
897 "futures-io",
898 "futures-lite 2.5.0",
899 "gloo-timers",
900 "kv-log-macro",
901 "log",
902 "memchr",
903 "once_cell",
904 "pin-project-lite",
905 "pin-utils",
906 "slab",
907 "wasm-bindgen-futures",
908]
909
910[[package]]
911name = "async-stream"
912version = "0.3.6"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
915dependencies = [
916 "async-stream-impl",
917 "futures-core",
918 "pin-project-lite",
919]
920
921[[package]]
922name = "async-stream-impl"
923version = "0.3.6"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
926dependencies = [
927 "proc-macro2",
928 "quote",
929 "syn 2.0.90",
930]
931
932[[package]]
933name = "async-stripe"
934version = "0.40.0"
935source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
936dependencies = [
937 "chrono",
938 "futures-util",
939 "http-types",
940 "hyper 0.14.32",
941 "hyper-rustls 0.24.2",
942 "serde",
943 "serde_json",
944 "serde_path_to_error",
945 "serde_qs 0.10.1",
946 "smart-default",
947 "smol_str",
948 "thiserror 1.0.69",
949 "tokio",
950]
951
952[[package]]
953name = "async-tar"
954version = "0.5.0"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
957dependencies = [
958 "async-std",
959 "filetime",
960 "libc",
961 "pin-project",
962 "redox_syscall 0.2.16",
963 "xattr",
964]
965
966[[package]]
967name = "async-task"
968version = "4.7.1"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
971
972[[package]]
973name = "async-tls"
974version = "0.13.0"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
977dependencies = [
978 "futures-core",
979 "futures-io",
980 "rustls 0.21.12",
981 "rustls-pemfile 1.0.4",
982 "webpki-roots 0.22.6",
983]
984
985[[package]]
986name = "async-trait"
987version = "0.1.83"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
990dependencies = [
991 "proc-macro2",
992 "quote",
993 "syn 2.0.90",
994]
995
996[[package]]
997name = "async-tungstenite"
998version = "0.25.1"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
1001dependencies = [
1002 "async-native-tls",
1003 "async-std",
1004 "async-tls",
1005 "futures-io",
1006 "futures-util",
1007 "log",
1008 "pin-project-lite",
1009 "tungstenite 0.21.0",
1010]
1011
1012[[package]]
1013name = "async-tungstenite"
1014version = "0.28.2"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1017dependencies = [
1018 "async-std",
1019 "async-tls",
1020 "atomic-waker",
1021 "futures-core",
1022 "futures-io",
1023 "futures-task",
1024 "futures-util",
1025 "log",
1026 "pin-project-lite",
1027 "tungstenite 0.24.0",
1028]
1029
1030[[package]]
1031name = "async-watch"
1032version = "0.3.1"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1035dependencies = [
1036 "event-listener 2.5.3",
1037]
1038
1039[[package]]
1040name = "async_zip"
1041version = "0.0.17"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1044dependencies = [
1045 "async-compression",
1046 "crc32fast",
1047 "futures-lite 2.5.0",
1048 "pin-project",
1049 "thiserror 1.0.69",
1050]
1051
1052[[package]]
1053name = "asynchronous-codec"
1054version = "0.7.0"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1057dependencies = [
1058 "bytes 1.9.0",
1059 "futures-sink",
1060 "futures-util",
1061 "memchr",
1062 "pin-project-lite",
1063]
1064
1065[[package]]
1066name = "atoi"
1067version = "2.0.0"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1070dependencies = [
1071 "num-traits",
1072]
1073
1074[[package]]
1075name = "atomic"
1076version = "0.5.3"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1079
1080[[package]]
1081name = "atomic-waker"
1082version = "1.1.2"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1085
1086[[package]]
1087name = "audio"
1088version = "0.1.0"
1089dependencies = [
1090 "anyhow",
1091 "collections",
1092 "derive_more",
1093 "gpui",
1094 "parking_lot",
1095 "rodio",
1096 "util",
1097]
1098
1099[[package]]
1100name = "auto_update"
1101version = "0.1.0"
1102dependencies = [
1103 "anyhow",
1104 "client",
1105 "db",
1106 "gpui",
1107 "http_client",
1108 "log",
1109 "paths",
1110 "release_channel",
1111 "schemars",
1112 "serde",
1113 "serde_json",
1114 "settings",
1115 "smol",
1116 "tempfile",
1117 "which 6.0.3",
1118 "workspace",
1119]
1120
1121[[package]]
1122name = "auto_update_ui"
1123version = "0.1.0"
1124dependencies = [
1125 "anyhow",
1126 "auto_update",
1127 "client",
1128 "editor",
1129 "gpui",
1130 "http_client",
1131 "markdown_preview",
1132 "menu",
1133 "release_channel",
1134 "serde",
1135 "serde_json",
1136 "smol",
1137 "util",
1138 "workspace",
1139]
1140
1141[[package]]
1142name = "autocfg"
1143version = "1.4.0"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1146
1147[[package]]
1148name = "av1-grain"
1149version = "0.2.3"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1152dependencies = [
1153 "anyhow",
1154 "arrayvec",
1155 "log",
1156 "nom",
1157 "num-rational",
1158 "v_frame",
1159]
1160
1161[[package]]
1162name = "avif-serialize"
1163version = "0.8.2"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1166dependencies = [
1167 "arrayvec",
1168]
1169
1170[[package]]
1171name = "aws-config"
1172version = "1.5.11"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "a5d1c2c88936a73c699225d0bc00684a534166b0cebc2659c3cdf08de8edc64c"
1175dependencies = [
1176 "aws-credential-types",
1177 "aws-runtime",
1178 "aws-sdk-sso",
1179 "aws-sdk-ssooidc",
1180 "aws-sdk-sts",
1181 "aws-smithy-async",
1182 "aws-smithy-http",
1183 "aws-smithy-json",
1184 "aws-smithy-runtime",
1185 "aws-smithy-runtime-api",
1186 "aws-smithy-types",
1187 "aws-types",
1188 "bytes 1.9.0",
1189 "fastrand 2.3.0",
1190 "hex",
1191 "http 0.2.12",
1192 "ring",
1193 "time",
1194 "tokio",
1195 "tracing",
1196 "url",
1197 "zeroize",
1198]
1199
1200[[package]]
1201name = "aws-credential-types"
1202version = "1.2.1"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1205dependencies = [
1206 "aws-smithy-async",
1207 "aws-smithy-runtime-api",
1208 "aws-smithy-types",
1209 "zeroize",
1210]
1211
1212[[package]]
1213name = "aws-runtime"
1214version = "1.5.1"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "300a12520b4e6d08b73f77680f12c16e8ae43250d55100e0b2be46d78da16a48"
1217dependencies = [
1218 "aws-credential-types",
1219 "aws-sigv4",
1220 "aws-smithy-async",
1221 "aws-smithy-eventstream",
1222 "aws-smithy-http",
1223 "aws-smithy-runtime",
1224 "aws-smithy-runtime-api",
1225 "aws-smithy-types",
1226 "aws-types",
1227 "bytes 1.9.0",
1228 "fastrand 2.3.0",
1229 "http 0.2.12",
1230 "http-body 0.4.6",
1231 "once_cell",
1232 "percent-encoding",
1233 "pin-project-lite",
1234 "tracing",
1235 "uuid",
1236]
1237
1238[[package]]
1239name = "aws-sdk-kinesis"
1240version = "1.53.0"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "cb367ea65d5a59b230d7e670ba59d68d1e51fc53802bf0219effafed21dca23f"
1243dependencies = [
1244 "aws-credential-types",
1245 "aws-runtime",
1246 "aws-smithy-async",
1247 "aws-smithy-http",
1248 "aws-smithy-json",
1249 "aws-smithy-runtime",
1250 "aws-smithy-runtime-api",
1251 "aws-smithy-types",
1252 "aws-types",
1253 "bytes 1.9.0",
1254 "http 0.2.12",
1255 "once_cell",
1256 "regex-lite",
1257 "tracing",
1258]
1259
1260[[package]]
1261name = "aws-sdk-s3"
1262version = "1.66.0"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "154488d16ab0d627d15ab2832b57e68a16684c8c902f14cb8a75ec933fc94852"
1265dependencies = [
1266 "aws-credential-types",
1267 "aws-runtime",
1268 "aws-sigv4",
1269 "aws-smithy-async",
1270 "aws-smithy-checksums",
1271 "aws-smithy-eventstream",
1272 "aws-smithy-http",
1273 "aws-smithy-json",
1274 "aws-smithy-runtime",
1275 "aws-smithy-runtime-api",
1276 "aws-smithy-types",
1277 "aws-smithy-xml",
1278 "aws-types",
1279 "bytes 1.9.0",
1280 "fastrand 2.3.0",
1281 "hex",
1282 "hmac",
1283 "http 0.2.12",
1284 "http-body 0.4.6",
1285 "lru",
1286 "once_cell",
1287 "percent-encoding",
1288 "regex-lite",
1289 "sha2",
1290 "tracing",
1291 "url",
1292]
1293
1294[[package]]
1295name = "aws-sdk-sso"
1296version = "1.51.0"
1297source = "registry+https://github.com/rust-lang/crates.io-index"
1298checksum = "74995133da38f109a0eb8e8c886f9e80c713b6e9f2e6e5a6a1ba4450ce2ffc46"
1299dependencies = [
1300 "aws-credential-types",
1301 "aws-runtime",
1302 "aws-smithy-async",
1303 "aws-smithy-http",
1304 "aws-smithy-json",
1305 "aws-smithy-runtime",
1306 "aws-smithy-runtime-api",
1307 "aws-smithy-types",
1308 "aws-types",
1309 "bytes 1.9.0",
1310 "http 0.2.12",
1311 "once_cell",
1312 "regex-lite",
1313 "tracing",
1314]
1315
1316[[package]]
1317name = "aws-sdk-ssooidc"
1318version = "1.52.0"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "e7062a779685cbf3b2401eb36151e2c6589fd5f3569b8a6bc2d199e5aaa1d059"
1321dependencies = [
1322 "aws-credential-types",
1323 "aws-runtime",
1324 "aws-smithy-async",
1325 "aws-smithy-http",
1326 "aws-smithy-json",
1327 "aws-smithy-runtime",
1328 "aws-smithy-runtime-api",
1329 "aws-smithy-types",
1330 "aws-types",
1331 "bytes 1.9.0",
1332 "http 0.2.12",
1333 "once_cell",
1334 "regex-lite",
1335 "tracing",
1336]
1337
1338[[package]]
1339name = "aws-sdk-sts"
1340version = "1.52.0"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "299dae7b1dc0ee50434453fa5a229dc4b22bd3ee50409ff16becf1f7346e0193"
1343dependencies = [
1344 "aws-credential-types",
1345 "aws-runtime",
1346 "aws-smithy-async",
1347 "aws-smithy-http",
1348 "aws-smithy-json",
1349 "aws-smithy-query",
1350 "aws-smithy-runtime",
1351 "aws-smithy-runtime-api",
1352 "aws-smithy-types",
1353 "aws-smithy-xml",
1354 "aws-types",
1355 "http 0.2.12",
1356 "once_cell",
1357 "regex-lite",
1358 "tracing",
1359]
1360
1361[[package]]
1362name = "aws-sigv4"
1363version = "1.2.6"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "7d3820e0c08d0737872ff3c7c1f21ebbb6693d832312d6152bf18ef50a5471c2"
1366dependencies = [
1367 "aws-credential-types",
1368 "aws-smithy-eventstream",
1369 "aws-smithy-http",
1370 "aws-smithy-runtime-api",
1371 "aws-smithy-types",
1372 "bytes 1.9.0",
1373 "crypto-bigint 0.5.5",
1374 "form_urlencoded",
1375 "hex",
1376 "hmac",
1377 "http 0.2.12",
1378 "http 1.2.0",
1379 "once_cell",
1380 "p256",
1381 "percent-encoding",
1382 "ring",
1383 "sha2",
1384 "subtle",
1385 "time",
1386 "tracing",
1387 "zeroize",
1388]
1389
1390[[package]]
1391name = "aws-smithy-async"
1392version = "1.2.2"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "8aa8ff1492fd9fb99ae28e8467af0dbbb7c31512b16fabf1a0f10d7bb6ef78bb"
1395dependencies = [
1396 "futures-util",
1397 "pin-project-lite",
1398 "tokio",
1399]
1400
1401[[package]]
1402name = "aws-smithy-checksums"
1403version = "0.60.13"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
1406dependencies = [
1407 "aws-smithy-http",
1408 "aws-smithy-types",
1409 "bytes 1.9.0",
1410 "crc32c",
1411 "crc32fast",
1412 "hex",
1413 "http 0.2.12",
1414 "http-body 0.4.6",
1415 "md-5",
1416 "pin-project-lite",
1417 "sha1",
1418 "sha2",
1419 "tracing",
1420]
1421
1422[[package]]
1423name = "aws-smithy-eventstream"
1424version = "0.60.5"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
1427dependencies = [
1428 "aws-smithy-types",
1429 "bytes 1.9.0",
1430 "crc32fast",
1431]
1432
1433[[package]]
1434name = "aws-smithy-http"
1435version = "0.60.11"
1436source = "registry+https://github.com/rust-lang/crates.io-index"
1437checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
1438dependencies = [
1439 "aws-smithy-eventstream",
1440 "aws-smithy-runtime-api",
1441 "aws-smithy-types",
1442 "bytes 1.9.0",
1443 "bytes-utils",
1444 "futures-core",
1445 "http 0.2.12",
1446 "http-body 0.4.6",
1447 "once_cell",
1448 "percent-encoding",
1449 "pin-project-lite",
1450 "pin-utils",
1451 "tracing",
1452]
1453
1454[[package]]
1455name = "aws-smithy-json"
1456version = "0.61.1"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "ee4e69cc50921eb913c6b662f8d909131bb3e6ad6cb6090d3a39b66fc5c52095"
1459dependencies = [
1460 "aws-smithy-types",
1461]
1462
1463[[package]]
1464name = "aws-smithy-query"
1465version = "0.60.7"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1468dependencies = [
1469 "aws-smithy-types",
1470 "urlencoding",
1471]
1472
1473[[package]]
1474name = "aws-smithy-runtime"
1475version = "1.7.5"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "431a10d0e07e09091284ef04453dae4069283aa108d209974d67e77ae1caa658"
1478dependencies = [
1479 "aws-smithy-async",
1480 "aws-smithy-http",
1481 "aws-smithy-runtime-api",
1482 "aws-smithy-types",
1483 "bytes 1.9.0",
1484 "fastrand 2.3.0",
1485 "h2 0.3.26",
1486 "http 0.2.12",
1487 "http-body 0.4.6",
1488 "http-body 1.0.1",
1489 "httparse",
1490 "hyper 0.14.32",
1491 "hyper-rustls 0.24.2",
1492 "once_cell",
1493 "pin-project-lite",
1494 "pin-utils",
1495 "rustls 0.21.12",
1496 "tokio",
1497 "tracing",
1498]
1499
1500[[package]]
1501name = "aws-smithy-runtime-api"
1502version = "1.7.3"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1505dependencies = [
1506 "aws-smithy-async",
1507 "aws-smithy-types",
1508 "bytes 1.9.0",
1509 "http 0.2.12",
1510 "http 1.2.0",
1511 "pin-project-lite",
1512 "tokio",
1513 "tracing",
1514 "zeroize",
1515]
1516
1517[[package]]
1518name = "aws-smithy-types"
1519version = "1.2.10"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "8ecbf4d5dfb169812e2b240a4350f15ad3c6b03a54074e5712818801615f2dc5"
1522dependencies = [
1523 "base64-simd",
1524 "bytes 1.9.0",
1525 "bytes-utils",
1526 "futures-core",
1527 "http 0.2.12",
1528 "http 1.2.0",
1529 "http-body 0.4.6",
1530 "http-body 1.0.1",
1531 "http-body-util",
1532 "itoa",
1533 "num-integer",
1534 "pin-project-lite",
1535 "pin-utils",
1536 "ryu",
1537 "serde",
1538 "time",
1539 "tokio",
1540 "tokio-util",
1541]
1542
1543[[package]]
1544name = "aws-smithy-xml"
1545version = "0.60.9"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1548dependencies = [
1549 "xmlparser",
1550]
1551
1552[[package]]
1553name = "aws-types"
1554version = "1.3.3"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1557dependencies = [
1558 "aws-credential-types",
1559 "aws-smithy-async",
1560 "aws-smithy-runtime-api",
1561 "aws-smithy-types",
1562 "rustc_version",
1563 "tracing",
1564]
1565
1566[[package]]
1567name = "axum"
1568version = "0.6.20"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1571dependencies = [
1572 "async-trait",
1573 "axum-core",
1574 "base64 0.21.7",
1575 "bitflags 1.3.2",
1576 "bytes 1.9.0",
1577 "futures-util",
1578 "headers",
1579 "http 0.2.12",
1580 "http-body 0.4.6",
1581 "hyper 0.14.32",
1582 "itoa",
1583 "matchit",
1584 "memchr",
1585 "mime",
1586 "percent-encoding",
1587 "pin-project-lite",
1588 "rustversion",
1589 "serde",
1590 "serde_json",
1591 "serde_path_to_error",
1592 "serde_urlencoded",
1593 "sha1",
1594 "sync_wrapper 0.1.2",
1595 "tokio",
1596 "tokio-tungstenite 0.20.1",
1597 "tower",
1598 "tower-layer",
1599 "tower-service",
1600]
1601
1602[[package]]
1603name = "axum-core"
1604version = "0.3.4"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1607dependencies = [
1608 "async-trait",
1609 "bytes 1.9.0",
1610 "futures-util",
1611 "http 0.2.12",
1612 "http-body 0.4.6",
1613 "mime",
1614 "rustversion",
1615 "tower-layer",
1616 "tower-service",
1617]
1618
1619[[package]]
1620name = "axum-extra"
1621version = "0.4.2"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1624dependencies = [
1625 "axum",
1626 "bytes 1.9.0",
1627 "futures-util",
1628 "http 0.2.12",
1629 "mime",
1630 "pin-project-lite",
1631 "serde",
1632 "serde_json",
1633 "tokio",
1634 "tower",
1635 "tower-http 0.3.5",
1636 "tower-layer",
1637 "tower-service",
1638]
1639
1640[[package]]
1641name = "backtrace"
1642version = "0.3.74"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1645dependencies = [
1646 "addr2line",
1647 "cfg-if",
1648 "libc",
1649 "miniz_oxide",
1650 "object",
1651 "rustc-demangle",
1652 "windows-targets 0.52.6",
1653]
1654
1655[[package]]
1656name = "base16ct"
1657version = "0.1.1"
1658source = "registry+https://github.com/rust-lang/crates.io-index"
1659checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1660
1661[[package]]
1662name = "base64"
1663version = "0.13.1"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1666
1667[[package]]
1668name = "base64"
1669version = "0.21.7"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1672
1673[[package]]
1674name = "base64"
1675version = "0.22.1"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1678
1679[[package]]
1680name = "base64-simd"
1681version = "0.8.0"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1684dependencies = [
1685 "outref",
1686 "vsimd",
1687]
1688
1689[[package]]
1690name = "base64ct"
1691version = "1.6.0"
1692source = "registry+https://github.com/rust-lang/crates.io-index"
1693checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1694
1695[[package]]
1696name = "bigdecimal"
1697version = "0.4.7"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1700dependencies = [
1701 "autocfg",
1702 "libm",
1703 "num-bigint",
1704 "num-integer",
1705 "num-traits",
1706 "serde",
1707]
1708
1709[[package]]
1710name = "bincode"
1711version = "1.3.3"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1714dependencies = [
1715 "serde",
1716]
1717
1718[[package]]
1719name = "bindgen"
1720version = "0.70.1"
1721source = "registry+https://github.com/rust-lang/crates.io-index"
1722checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1723dependencies = [
1724 "bitflags 2.6.0",
1725 "cexpr",
1726 "clang-sys",
1727 "itertools 0.13.0",
1728 "log",
1729 "prettyplease",
1730 "proc-macro2",
1731 "quote",
1732 "regex",
1733 "rustc-hash 1.1.0",
1734 "shlex",
1735 "syn 2.0.90",
1736]
1737
1738[[package]]
1739name = "bit-set"
1740version = "0.5.3"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1743dependencies = [
1744 "bit-vec 0.6.3",
1745]
1746
1747[[package]]
1748name = "bit-set"
1749version = "0.8.0"
1750source = "registry+https://github.com/rust-lang/crates.io-index"
1751checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1752dependencies = [
1753 "bit-vec 0.8.0",
1754]
1755
1756[[package]]
1757name = "bit-vec"
1758version = "0.6.3"
1759source = "registry+https://github.com/rust-lang/crates.io-index"
1760checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1761
1762[[package]]
1763name = "bit-vec"
1764version = "0.8.0"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1767
1768[[package]]
1769name = "bit_field"
1770version = "0.10.2"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1773
1774[[package]]
1775name = "bitflags"
1776version = "1.3.2"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1779
1780[[package]]
1781name = "bitflags"
1782version = "2.6.0"
1783source = "registry+https://github.com/rust-lang/crates.io-index"
1784checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1785dependencies = [
1786 "serde",
1787]
1788
1789[[package]]
1790name = "bitstream-io"
1791version = "2.6.0"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1794
1795[[package]]
1796name = "bitvec"
1797version = "1.0.1"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1800dependencies = [
1801 "funty",
1802 "radium",
1803 "tap",
1804 "wyz",
1805]
1806
1807[[package]]
1808name = "blade-graphics"
1809version = "0.6.0"
1810source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1811dependencies = [
1812 "ash",
1813 "ash-window",
1814 "bitflags 2.6.0",
1815 "bytemuck",
1816 "codespan-reporting",
1817 "glow",
1818 "gpu-alloc",
1819 "gpu-alloc-ash",
1820 "hidden-trait",
1821 "js-sys",
1822 "khronos-egl",
1823 "libloading",
1824 "log",
1825 "mint",
1826 "naga",
1827 "objc2",
1828 "objc2-app-kit",
1829 "objc2-foundation",
1830 "objc2-metal",
1831 "objc2-quartz-core",
1832 "objc2-ui-kit",
1833 "raw-window-handle",
1834 "slab",
1835 "wasm-bindgen",
1836 "web-sys",
1837]
1838
1839[[package]]
1840name = "blade-macros"
1841version = "0.3.0"
1842source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1843dependencies = [
1844 "proc-macro2",
1845 "quote",
1846 "syn 2.0.90",
1847]
1848
1849[[package]]
1850name = "blade-util"
1851version = "0.2.0"
1852source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1853dependencies = [
1854 "blade-graphics",
1855 "bytemuck",
1856 "log",
1857 "profiling",
1858]
1859
1860[[package]]
1861name = "blake3"
1862version = "1.5.5"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1865dependencies = [
1866 "arrayref",
1867 "arrayvec",
1868 "cc",
1869 "cfg-if",
1870 "constant_time_eq 0.3.1",
1871]
1872
1873[[package]]
1874name = "block"
1875version = "0.1.6"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1878
1879[[package]]
1880name = "block-buffer"
1881version = "0.10.4"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1884dependencies = [
1885 "generic-array",
1886]
1887
1888[[package]]
1889name = "block-padding"
1890version = "0.3.3"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1893dependencies = [
1894 "generic-array",
1895]
1896
1897[[package]]
1898name = "block2"
1899version = "0.5.1"
1900source = "registry+https://github.com/rust-lang/crates.io-index"
1901checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1902dependencies = [
1903 "objc2",
1904]
1905
1906[[package]]
1907name = "blocking"
1908version = "1.6.1"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1911dependencies = [
1912 "async-channel 2.3.1",
1913 "async-task",
1914 "futures-io",
1915 "futures-lite 2.5.0",
1916 "piper",
1917]
1918
1919[[package]]
1920name = "borsh"
1921version = "1.5.3"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1924dependencies = [
1925 "borsh-derive",
1926 "cfg_aliases 0.2.1",
1927]
1928
1929[[package]]
1930name = "borsh-derive"
1931version = "1.5.3"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1934dependencies = [
1935 "once_cell",
1936 "proc-macro-crate",
1937 "proc-macro2",
1938 "quote",
1939 "syn 2.0.90",
1940]
1941
1942[[package]]
1943name = "breadcrumbs"
1944version = "0.1.0"
1945dependencies = [
1946 "editor",
1947 "gpui",
1948 "itertools 0.13.0",
1949 "theme",
1950 "ui",
1951 "workspace",
1952 "zed_actions",
1953]
1954
1955[[package]]
1956name = "bstr"
1957version = "1.11.1"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1960dependencies = [
1961 "memchr",
1962 "regex-automata 0.4.9",
1963 "serde",
1964]
1965
1966[[package]]
1967name = "built"
1968version = "0.7.5"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
1971
1972[[package]]
1973name = "bumpalo"
1974version = "3.16.0"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1977
1978[[package]]
1979name = "by_address"
1980version = "1.2.1"
1981source = "registry+https://github.com/rust-lang/crates.io-index"
1982checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1983
1984[[package]]
1985name = "bytecheck"
1986version = "0.6.12"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1989dependencies = [
1990 "bytecheck_derive",
1991 "ptr_meta",
1992 "simdutf8",
1993]
1994
1995[[package]]
1996name = "bytecheck_derive"
1997version = "0.6.12"
1998source = "registry+https://github.com/rust-lang/crates.io-index"
1999checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2000dependencies = [
2001 "proc-macro2",
2002 "quote",
2003 "syn 1.0.109",
2004]
2005
2006[[package]]
2007name = "bytemuck"
2008version = "1.20.0"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a"
2011dependencies = [
2012 "bytemuck_derive",
2013]
2014
2015[[package]]
2016name = "bytemuck_derive"
2017version = "1.8.0"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2020dependencies = [
2021 "proc-macro2",
2022 "quote",
2023 "syn 2.0.90",
2024]
2025
2026[[package]]
2027name = "byteorder"
2028version = "1.5.0"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2031
2032[[package]]
2033name = "byteorder-lite"
2034version = "0.1.0"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2037
2038[[package]]
2039name = "bytes"
2040version = "0.4.12"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2043dependencies = [
2044 "byteorder",
2045 "iovec",
2046]
2047
2048[[package]]
2049name = "bytes"
2050version = "1.9.0"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2053
2054[[package]]
2055name = "bytes-utils"
2056version = "0.1.4"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2059dependencies = [
2060 "bytes 1.9.0",
2061 "either",
2062]
2063
2064[[package]]
2065name = "bzip2"
2066version = "0.4.4"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2069dependencies = [
2070 "bzip2-sys",
2071 "libc",
2072]
2073
2074[[package]]
2075name = "bzip2-sys"
2076version = "0.1.11+1.0.8"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2079dependencies = [
2080 "cc",
2081 "libc",
2082 "pkg-config",
2083]
2084
2085[[package]]
2086name = "call"
2087version = "0.1.0"
2088dependencies = [
2089 "anyhow",
2090 "audio",
2091 "client",
2092 "collections",
2093 "feature_flags",
2094 "fs",
2095 "futures 0.3.31",
2096 "gpui",
2097 "http_client",
2098 "language",
2099 "livekit_client",
2100 "livekit_client_macos",
2101 "log",
2102 "postage",
2103 "project",
2104 "schemars",
2105 "serde",
2106 "serde_derive",
2107 "settings",
2108 "telemetry",
2109 "util",
2110]
2111
2112[[package]]
2113name = "calloop"
2114version = "0.13.0"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2117dependencies = [
2118 "bitflags 2.6.0",
2119 "log",
2120 "polling 3.7.4",
2121 "rustix 0.38.42",
2122 "slab",
2123 "thiserror 1.0.69",
2124]
2125
2126[[package]]
2127name = "calloop-wayland-source"
2128version = "0.3.0"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2131dependencies = [
2132 "calloop",
2133 "rustix 0.38.42",
2134 "wayland-backend",
2135 "wayland-client",
2136]
2137
2138[[package]]
2139name = "camino"
2140version = "1.1.9"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2143dependencies = [
2144 "serde",
2145]
2146
2147[[package]]
2148name = "cap-fs-ext"
2149version = "3.4.2"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2152dependencies = [
2153 "cap-primitives",
2154 "cap-std",
2155 "io-lifetimes 2.0.4",
2156 "windows-sys 0.59.0",
2157]
2158
2159[[package]]
2160name = "cap-net-ext"
2161version = "3.4.2"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2164dependencies = [
2165 "cap-primitives",
2166 "cap-std",
2167 "rustix 0.38.42",
2168 "smallvec",
2169]
2170
2171[[package]]
2172name = "cap-primitives"
2173version = "3.4.2"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2176dependencies = [
2177 "ambient-authority",
2178 "fs-set-times",
2179 "io-extras",
2180 "io-lifetimes 2.0.4",
2181 "ipnet",
2182 "maybe-owned",
2183 "rustix 0.38.42",
2184 "windows-sys 0.59.0",
2185 "winx",
2186]
2187
2188[[package]]
2189name = "cap-rand"
2190version = "3.4.2"
2191source = "registry+https://github.com/rust-lang/crates.io-index"
2192checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2193dependencies = [
2194 "ambient-authority",
2195 "rand 0.8.5",
2196]
2197
2198[[package]]
2199name = "cap-std"
2200version = "3.4.2"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2203dependencies = [
2204 "cap-primitives",
2205 "io-extras",
2206 "io-lifetimes 2.0.4",
2207 "rustix 0.38.42",
2208]
2209
2210[[package]]
2211name = "cap-time-ext"
2212version = "3.4.2"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2215dependencies = [
2216 "ambient-authority",
2217 "cap-primitives",
2218 "iana-time-zone",
2219 "once_cell",
2220 "rustix 0.38.42",
2221 "winx",
2222]
2223
2224[[package]]
2225name = "cargo-platform"
2226version = "0.1.9"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2229dependencies = [
2230 "serde",
2231]
2232
2233[[package]]
2234name = "cargo_metadata"
2235version = "0.19.1"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2238dependencies = [
2239 "camino",
2240 "cargo-platform",
2241 "semver",
2242 "serde",
2243 "serde_json",
2244 "thiserror 2.0.6",
2245]
2246
2247[[package]]
2248name = "cargo_toml"
2249version = "0.21.0"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2252dependencies = [
2253 "serde",
2254 "toml 0.8.19",
2255]
2256
2257[[package]]
2258name = "cast"
2259version = "0.3.0"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2262
2263[[package]]
2264name = "cbc"
2265version = "0.1.2"
2266source = "registry+https://github.com/rust-lang/crates.io-index"
2267checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2268dependencies = [
2269 "cipher",
2270]
2271
2272[[package]]
2273name = "cbindgen"
2274version = "0.27.0"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2277dependencies = [
2278 "heck 0.4.1",
2279 "indexmap",
2280 "log",
2281 "proc-macro2",
2282 "quote",
2283 "serde",
2284 "serde_json",
2285 "syn 2.0.90",
2286 "tempfile",
2287 "toml 0.8.19",
2288]
2289
2290[[package]]
2291name = "cc"
2292version = "1.2.3"
2293source = "registry+https://github.com/rust-lang/crates.io-index"
2294checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2295dependencies = [
2296 "jobserver",
2297 "libc",
2298 "shlex",
2299]
2300
2301[[package]]
2302name = "cesu8"
2303version = "1.1.0"
2304source = "registry+https://github.com/rust-lang/crates.io-index"
2305checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2306
2307[[package]]
2308name = "cexpr"
2309version = "0.6.0"
2310source = "registry+https://github.com/rust-lang/crates.io-index"
2311checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2312dependencies = [
2313 "nom",
2314]
2315
2316[[package]]
2317name = "cfg-expr"
2318version = "0.15.8"
2319source = "registry+https://github.com/rust-lang/crates.io-index"
2320checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2321dependencies = [
2322 "smallvec",
2323 "target-lexicon",
2324]
2325
2326[[package]]
2327name = "cfg-if"
2328version = "1.0.0"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2331
2332[[package]]
2333name = "cfg_aliases"
2334version = "0.1.1"
2335source = "registry+https://github.com/rust-lang/crates.io-index"
2336checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2337
2338[[package]]
2339name = "cfg_aliases"
2340version = "0.2.1"
2341source = "registry+https://github.com/rust-lang/crates.io-index"
2342checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2343
2344[[package]]
2345name = "channel"
2346version = "0.1.0"
2347dependencies = [
2348 "anyhow",
2349 "client",
2350 "clock",
2351 "collections",
2352 "futures 0.3.31",
2353 "gpui",
2354 "http_client",
2355 "language",
2356 "log",
2357 "rand 0.8.5",
2358 "release_channel",
2359 "rpc",
2360 "settings",
2361 "sum_tree",
2362 "text",
2363 "time",
2364 "util",
2365]
2366
2367[[package]]
2368name = "chrono"
2369version = "0.4.39"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2372dependencies = [
2373 "android-tzdata",
2374 "iana-time-zone",
2375 "js-sys",
2376 "num-traits",
2377 "serde",
2378 "wasm-bindgen",
2379 "windows-targets 0.52.6",
2380]
2381
2382[[package]]
2383name = "chunked_transfer"
2384version = "1.5.0"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2387
2388[[package]]
2389name = "ciborium"
2390version = "0.2.2"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2393dependencies = [
2394 "ciborium-io",
2395 "ciborium-ll",
2396 "serde",
2397]
2398
2399[[package]]
2400name = "ciborium-io"
2401version = "0.2.2"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2404
2405[[package]]
2406name = "ciborium-ll"
2407version = "0.2.2"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2410dependencies = [
2411 "ciborium-io",
2412 "half",
2413]
2414
2415[[package]]
2416name = "cipher"
2417version = "0.4.4"
2418source = "registry+https://github.com/rust-lang/crates.io-index"
2419checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2420dependencies = [
2421 "crypto-common",
2422 "inout",
2423 "zeroize",
2424]
2425
2426[[package]]
2427name = "clang-sys"
2428version = "1.8.1"
2429source = "registry+https://github.com/rust-lang/crates.io-index"
2430checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2431dependencies = [
2432 "glob",
2433 "libc",
2434 "libloading",
2435]
2436
2437[[package]]
2438name = "clap"
2439version = "4.5.23"
2440source = "registry+https://github.com/rust-lang/crates.io-index"
2441checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2442dependencies = [
2443 "clap_builder",
2444 "clap_derive",
2445]
2446
2447[[package]]
2448name = "clap_builder"
2449version = "4.5.23"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2452dependencies = [
2453 "anstream",
2454 "anstyle",
2455 "clap_lex",
2456 "strsim",
2457 "terminal_size",
2458]
2459
2460[[package]]
2461name = "clap_complete"
2462version = "4.5.38"
2463source = "registry+https://github.com/rust-lang/crates.io-index"
2464checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2465dependencies = [
2466 "clap",
2467]
2468
2469[[package]]
2470name = "clap_derive"
2471version = "4.5.18"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2474dependencies = [
2475 "heck 0.5.0",
2476 "proc-macro2",
2477 "quote",
2478 "syn 2.0.90",
2479]
2480
2481[[package]]
2482name = "clap_lex"
2483version = "0.7.4"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2486
2487[[package]]
2488name = "cli"
2489version = "0.1.0"
2490dependencies = [
2491 "anyhow",
2492 "clap",
2493 "collections",
2494 "core-foundation 0.9.4",
2495 "core-services",
2496 "exec",
2497 "fork",
2498 "ipc-channel",
2499 "parking_lot",
2500 "paths",
2501 "plist",
2502 "release_channel",
2503 "serde",
2504 "tempfile",
2505 "util",
2506]
2507
2508[[package]]
2509name = "client"
2510version = "0.1.0"
2511dependencies = [
2512 "anyhow",
2513 "async-native-tls",
2514 "async-recursion 0.3.2",
2515 "async-tungstenite 0.28.2",
2516 "chrono",
2517 "clock",
2518 "cocoa 0.26.0",
2519 "collections",
2520 "feature_flags",
2521 "futures 0.3.31",
2522 "gpui",
2523 "http_client",
2524 "log",
2525 "parking_lot",
2526 "paths",
2527 "postage",
2528 "rand 0.8.5",
2529 "release_channel",
2530 "rpc",
2531 "rustls 0.21.12",
2532 "rustls-native-certs 0.8.1",
2533 "schemars",
2534 "serde",
2535 "serde_json",
2536 "settings",
2537 "sha2",
2538 "smol",
2539 "telemetry",
2540 "telemetry_events",
2541 "text",
2542 "thiserror 1.0.69",
2543 "time",
2544 "tiny_http",
2545 "tokio-socks",
2546 "url",
2547 "util",
2548 "windows 0.58.0",
2549 "worktree",
2550]
2551
2552[[package]]
2553name = "clock"
2554version = "0.1.0"
2555dependencies = [
2556 "parking_lot",
2557 "serde",
2558 "smallvec",
2559]
2560
2561[[package]]
2562name = "cobs"
2563version = "0.2.3"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2566
2567[[package]]
2568name = "cocoa"
2569version = "0.25.0"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2572dependencies = [
2573 "bitflags 1.3.2",
2574 "block",
2575 "cocoa-foundation 0.1.2",
2576 "core-foundation 0.9.4",
2577 "core-graphics 0.23.2",
2578 "foreign-types 0.5.0",
2579 "libc",
2580 "objc",
2581]
2582
2583[[package]]
2584name = "cocoa"
2585version = "0.26.0"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2588dependencies = [
2589 "bitflags 2.6.0",
2590 "block",
2591 "cocoa-foundation 0.2.0",
2592 "core-foundation 0.10.0",
2593 "core-graphics 0.24.0",
2594 "foreign-types 0.5.0",
2595 "libc",
2596 "objc",
2597]
2598
2599[[package]]
2600name = "cocoa-foundation"
2601version = "0.1.2"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2604dependencies = [
2605 "bitflags 1.3.2",
2606 "block",
2607 "core-foundation 0.9.4",
2608 "core-graphics-types 0.1.3",
2609 "libc",
2610 "objc",
2611]
2612
2613[[package]]
2614name = "cocoa-foundation"
2615version = "0.2.0"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2618dependencies = [
2619 "bitflags 2.6.0",
2620 "block",
2621 "core-foundation 0.10.0",
2622 "core-graphics-types 0.2.0",
2623 "libc",
2624 "objc",
2625]
2626
2627[[package]]
2628name = "codespan-reporting"
2629version = "0.11.1"
2630source = "registry+https://github.com/rust-lang/crates.io-index"
2631checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2632dependencies = [
2633 "termcolor",
2634 "unicode-width",
2635]
2636
2637[[package]]
2638name = "collab"
2639version = "0.44.0"
2640dependencies = [
2641 "anthropic",
2642 "anyhow",
2643 "assistant",
2644 "assistant_tool",
2645 "async-stripe",
2646 "async-trait",
2647 "async-tungstenite 0.28.2",
2648 "audio",
2649 "aws-config",
2650 "aws-sdk-kinesis",
2651 "aws-sdk-s3",
2652 "axum",
2653 "axum-extra",
2654 "base64 0.22.1",
2655 "call",
2656 "channel",
2657 "chrono",
2658 "client",
2659 "clock",
2660 "collab_ui",
2661 "collections",
2662 "context_server",
2663 "ctor",
2664 "dashmap 6.1.0",
2665 "derive_more",
2666 "editor",
2667 "env_logger 0.11.6",
2668 "envy",
2669 "extension",
2670 "file_finder",
2671 "fs",
2672 "futures 0.3.31",
2673 "git",
2674 "git_hosting_providers",
2675 "google_ai",
2676 "gpui",
2677 "hex",
2678 "http_client",
2679 "hyper 0.14.32",
2680 "indoc",
2681 "jsonwebtoken",
2682 "language",
2683 "language_model",
2684 "livekit_client",
2685 "livekit_client_macos",
2686 "livekit_server",
2687 "log",
2688 "lsp",
2689 "menu",
2690 "multi_buffer",
2691 "nanoid",
2692 "node_runtime",
2693 "notifications",
2694 "open_ai",
2695 "parking_lot",
2696 "pretty_assertions",
2697 "project",
2698 "prometheus",
2699 "prost 0.9.0",
2700 "rand 0.8.5",
2701 "recent_projects",
2702 "release_channel",
2703 "remote",
2704 "remote_server",
2705 "reqwest 0.11.27",
2706 "reqwest_client",
2707 "rpc",
2708 "rustc-demangle",
2709 "scrypt",
2710 "sea-orm",
2711 "semantic_version",
2712 "semver",
2713 "serde",
2714 "serde_derive",
2715 "serde_json",
2716 "session",
2717 "settings",
2718 "sha2",
2719 "sqlx",
2720 "strum",
2721 "subtle",
2722 "supermaven_api",
2723 "telemetry_events",
2724 "text",
2725 "theme",
2726 "thiserror 1.0.69",
2727 "time",
2728 "tokio",
2729 "toml 0.8.19",
2730 "tower",
2731 "tower-http 0.4.4",
2732 "tracing",
2733 "tracing-subscriber",
2734 "unindent",
2735 "util",
2736 "uuid",
2737 "workspace",
2738 "worktree",
2739]
2740
2741[[package]]
2742name = "collab_ui"
2743version = "0.1.0"
2744dependencies = [
2745 "anyhow",
2746 "call",
2747 "channel",
2748 "chrono",
2749 "client",
2750 "collections",
2751 "db",
2752 "editor",
2753 "emojis",
2754 "futures 0.3.31",
2755 "fuzzy",
2756 "gpui",
2757 "http_client",
2758 "language",
2759 "menu",
2760 "notifications",
2761 "picker",
2762 "pretty_assertions",
2763 "project",
2764 "release_channel",
2765 "rich_text",
2766 "rpc",
2767 "schemars",
2768 "serde",
2769 "serde_derive",
2770 "serde_json",
2771 "settings",
2772 "smallvec",
2773 "story",
2774 "telemetry",
2775 "theme",
2776 "time",
2777 "time_format",
2778 "title_bar",
2779 "tree-sitter-md",
2780 "ui",
2781 "util",
2782 "workspace",
2783]
2784
2785[[package]]
2786name = "collections"
2787version = "0.1.0"
2788dependencies = [
2789 "indexmap",
2790 "rustc-hash 2.1.0",
2791]
2792
2793[[package]]
2794name = "color_quant"
2795version = "1.1.0"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2798
2799[[package]]
2800name = "colorchoice"
2801version = "1.0.3"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2804
2805[[package]]
2806name = "combine"
2807version = "4.6.7"
2808source = "registry+https://github.com/rust-lang/crates.io-index"
2809checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2810dependencies = [
2811 "bytes 1.9.0",
2812 "memchr",
2813]
2814
2815[[package]]
2816name = "command_palette"
2817version = "0.1.0"
2818dependencies = [
2819 "client",
2820 "collections",
2821 "command_palette_hooks",
2822 "ctor",
2823 "editor",
2824 "env_logger 0.11.6",
2825 "fuzzy",
2826 "go_to_line",
2827 "gpui",
2828 "language",
2829 "menu",
2830 "picker",
2831 "postage",
2832 "project",
2833 "serde",
2834 "serde_json",
2835 "settings",
2836 "telemetry",
2837 "theme",
2838 "ui",
2839 "util",
2840 "workspace",
2841 "zed_actions",
2842]
2843
2844[[package]]
2845name = "command_palette_hooks"
2846version = "0.1.0"
2847dependencies = [
2848 "collections",
2849 "derive_more",
2850 "gpui",
2851]
2852
2853[[package]]
2854name = "concurrent-queue"
2855version = "2.5.0"
2856source = "registry+https://github.com/rust-lang/crates.io-index"
2857checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2858dependencies = [
2859 "crossbeam-utils",
2860]
2861
2862[[package]]
2863name = "console"
2864version = "0.15.8"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2867dependencies = [
2868 "encode_unicode",
2869 "lazy_static",
2870 "libc",
2871 "unicode-width",
2872 "windows-sys 0.52.0",
2873]
2874
2875[[package]]
2876name = "const-oid"
2877version = "0.9.6"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2880
2881[[package]]
2882name = "const-random"
2883version = "0.1.18"
2884source = "registry+https://github.com/rust-lang/crates.io-index"
2885checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2886dependencies = [
2887 "const-random-macro",
2888]
2889
2890[[package]]
2891name = "const-random-macro"
2892version = "0.1.16"
2893source = "registry+https://github.com/rust-lang/crates.io-index"
2894checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2895dependencies = [
2896 "getrandom 0.2.15",
2897 "once_cell",
2898 "tiny-keccak",
2899]
2900
2901[[package]]
2902name = "constant_time_eq"
2903version = "0.1.5"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2906
2907[[package]]
2908name = "constant_time_eq"
2909version = "0.3.1"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2912
2913[[package]]
2914name = "context_server"
2915version = "0.1.0"
2916dependencies = [
2917 "anyhow",
2918 "assistant_tool",
2919 "collections",
2920 "command_palette_hooks",
2921 "context_server_settings",
2922 "extension",
2923 "futures 0.3.31",
2924 "gpui",
2925 "log",
2926 "parking_lot",
2927 "postage",
2928 "project",
2929 "serde",
2930 "serde_json",
2931 "settings",
2932 "smol",
2933 "url",
2934 "util",
2935 "workspace",
2936]
2937
2938[[package]]
2939name = "context_server_settings"
2940version = "0.1.0"
2941dependencies = [
2942 "anyhow",
2943 "collections",
2944 "gpui",
2945 "schemars",
2946 "serde",
2947 "serde_json",
2948 "settings",
2949]
2950
2951[[package]]
2952name = "convert_case"
2953version = "0.4.0"
2954source = "registry+https://github.com/rust-lang/crates.io-index"
2955checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2956
2957[[package]]
2958name = "convert_case"
2959version = "0.6.0"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2962dependencies = [
2963 "unicode-segmentation",
2964]
2965
2966[[package]]
2967name = "copilot"
2968version = "0.1.0"
2969dependencies = [
2970 "anyhow",
2971 "async-compression",
2972 "async-std",
2973 "async-tar",
2974 "chrono",
2975 "client",
2976 "clock",
2977 "collections",
2978 "command_palette_hooks",
2979 "editor",
2980 "fs",
2981 "futures 0.3.31",
2982 "gpui",
2983 "http_client",
2984 "indoc",
2985 "inline_completion",
2986 "language",
2987 "lsp",
2988 "menu",
2989 "node_runtime",
2990 "parking_lot",
2991 "paths",
2992 "project",
2993 "rpc",
2994 "schemars",
2995 "serde",
2996 "serde_json",
2997 "settings",
2998 "smol",
2999 "strum",
3000 "task",
3001 "theme",
3002 "ui",
3003 "util",
3004 "workspace",
3005]
3006
3007[[package]]
3008name = "core-foundation"
3009version = "0.9.4"
3010source = "registry+https://github.com/rust-lang/crates.io-index"
3011checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3012dependencies = [
3013 "core-foundation-sys",
3014 "libc",
3015]
3016
3017[[package]]
3018name = "core-foundation"
3019version = "0.10.0"
3020source = "registry+https://github.com/rust-lang/crates.io-index"
3021checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3022dependencies = [
3023 "core-foundation-sys",
3024 "libc",
3025]
3026
3027[[package]]
3028name = "core-foundation-sys"
3029version = "0.8.7"
3030source = "registry+https://github.com/rust-lang/crates.io-index"
3031checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3032
3033[[package]]
3034name = "core-graphics"
3035version = "0.23.2"
3036source = "registry+https://github.com/rust-lang/crates.io-index"
3037checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3038dependencies = [
3039 "bitflags 1.3.2",
3040 "core-foundation 0.9.4",
3041 "core-graphics-types 0.1.3",
3042 "foreign-types 0.5.0",
3043 "libc",
3044]
3045
3046[[package]]
3047name = "core-graphics"
3048version = "0.24.0"
3049source = "registry+https://github.com/rust-lang/crates.io-index"
3050checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3051dependencies = [
3052 "bitflags 2.6.0",
3053 "core-foundation 0.10.0",
3054 "core-graphics-types 0.2.0",
3055 "foreign-types 0.5.0",
3056 "libc",
3057]
3058
3059[[package]]
3060name = "core-graphics-types"
3061version = "0.1.3"
3062source = "registry+https://github.com/rust-lang/crates.io-index"
3063checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3064dependencies = [
3065 "bitflags 1.3.2",
3066 "core-foundation 0.9.4",
3067 "libc",
3068]
3069
3070[[package]]
3071name = "core-graphics-types"
3072version = "0.2.0"
3073source = "registry+https://github.com/rust-lang/crates.io-index"
3074checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3075dependencies = [
3076 "bitflags 2.6.0",
3077 "core-foundation 0.10.0",
3078 "libc",
3079]
3080
3081[[package]]
3082name = "core-services"
3083version = "0.2.1"
3084source = "registry+https://github.com/rust-lang/crates.io-index"
3085checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3086dependencies = [
3087 "core-foundation 0.9.4",
3088]
3089
3090[[package]]
3091name = "core-text"
3092version = "20.1.0"
3093source = "registry+https://github.com/rust-lang/crates.io-index"
3094checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3095dependencies = [
3096 "core-foundation 0.9.4",
3097 "core-graphics 0.23.2",
3098 "foreign-types 0.5.0",
3099 "libc",
3100]
3101
3102[[package]]
3103name = "coreaudio-rs"
3104version = "0.11.3"
3105source = "registry+https://github.com/rust-lang/crates.io-index"
3106checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3107dependencies = [
3108 "bitflags 1.3.2",
3109 "core-foundation-sys",
3110 "coreaudio-sys",
3111]
3112
3113[[package]]
3114name = "coreaudio-rs"
3115version = "0.12.1"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3118dependencies = [
3119 "bitflags 1.3.2",
3120 "core-foundation-sys",
3121 "coreaudio-sys",
3122]
3123
3124[[package]]
3125name = "coreaudio-sys"
3126version = "0.2.16"
3127source = "registry+https://github.com/rust-lang/crates.io-index"
3128checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3129dependencies = [
3130 "bindgen",
3131]
3132
3133[[package]]
3134name = "cosmic-text"
3135version = "0.11.2"
3136source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3137dependencies = [
3138 "bitflags 2.6.0",
3139 "fontdb",
3140 "log",
3141 "rangemap",
3142 "rayon",
3143 "rustc-hash 1.1.0",
3144 "rustybuzz",
3145 "self_cell",
3146 "swash",
3147 "sys-locale",
3148 "ttf-parser",
3149 "unicode-bidi",
3150 "unicode-linebreak",
3151 "unicode-script",
3152 "unicode-segmentation",
3153]
3154
3155[[package]]
3156name = "cpal"
3157version = "0.15.3"
3158source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3159dependencies = [
3160 "alsa",
3161 "core-foundation-sys",
3162 "coreaudio-rs 0.11.3",
3163 "dasp_sample",
3164 "jni",
3165 "js-sys",
3166 "libc",
3167 "mach2",
3168 "ndk",
3169 "ndk-context",
3170 "oboe",
3171 "wasm-bindgen",
3172 "wasm-bindgen-futures",
3173 "web-sys",
3174 "windows 0.54.0",
3175]
3176
3177[[package]]
3178name = "cpp_demangle"
3179version = "0.4.4"
3180source = "registry+https://github.com/rust-lang/crates.io-index"
3181checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3182dependencies = [
3183 "cfg-if",
3184]
3185
3186[[package]]
3187name = "cpufeatures"
3188version = "0.2.16"
3189source = "registry+https://github.com/rust-lang/crates.io-index"
3190checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3191dependencies = [
3192 "libc",
3193]
3194
3195[[package]]
3196name = "cranelift-bforest"
3197version = "0.111.2"
3198source = "registry+https://github.com/rust-lang/crates.io-index"
3199checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3200dependencies = [
3201 "cranelift-entity",
3202]
3203
3204[[package]]
3205name = "cranelift-bitset"
3206version = "0.111.2"
3207source = "registry+https://github.com/rust-lang/crates.io-index"
3208checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3209dependencies = [
3210 "serde",
3211 "serde_derive",
3212]
3213
3214[[package]]
3215name = "cranelift-codegen"
3216version = "0.111.2"
3217source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3219dependencies = [
3220 "bumpalo",
3221 "cranelift-bforest",
3222 "cranelift-bitset",
3223 "cranelift-codegen-meta",
3224 "cranelift-codegen-shared",
3225 "cranelift-control",
3226 "cranelift-entity",
3227 "cranelift-isle",
3228 "gimli 0.29.0",
3229 "hashbrown 0.14.5",
3230 "log",
3231 "regalloc2",
3232 "rustc-hash 1.1.0",
3233 "smallvec",
3234 "target-lexicon",
3235]
3236
3237[[package]]
3238name = "cranelift-codegen-meta"
3239version = "0.111.2"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3242dependencies = [
3243 "cranelift-codegen-shared",
3244]
3245
3246[[package]]
3247name = "cranelift-codegen-shared"
3248version = "0.111.2"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3251
3252[[package]]
3253name = "cranelift-control"
3254version = "0.111.2"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3257dependencies = [
3258 "arbitrary",
3259]
3260
3261[[package]]
3262name = "cranelift-entity"
3263version = "0.111.2"
3264source = "registry+https://github.com/rust-lang/crates.io-index"
3265checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3266dependencies = [
3267 "cranelift-bitset",
3268 "serde",
3269 "serde_derive",
3270]
3271
3272[[package]]
3273name = "cranelift-frontend"
3274version = "0.111.2"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3277dependencies = [
3278 "cranelift-codegen",
3279 "log",
3280 "smallvec",
3281 "target-lexicon",
3282]
3283
3284[[package]]
3285name = "cranelift-isle"
3286version = "0.111.2"
3287source = "registry+https://github.com/rust-lang/crates.io-index"
3288checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3289
3290[[package]]
3291name = "cranelift-native"
3292version = "0.111.2"
3293source = "registry+https://github.com/rust-lang/crates.io-index"
3294checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3295dependencies = [
3296 "cranelift-codegen",
3297 "libc",
3298 "target-lexicon",
3299]
3300
3301[[package]]
3302name = "cranelift-wasm"
3303version = "0.111.2"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3306dependencies = [
3307 "cranelift-codegen",
3308 "cranelift-entity",
3309 "cranelift-frontend",
3310 "itertools 0.12.1",
3311 "log",
3312 "smallvec",
3313 "wasmparser 0.215.0",
3314 "wasmtime-types",
3315]
3316
3317[[package]]
3318name = "crc"
3319version = "3.2.1"
3320source = "registry+https://github.com/rust-lang/crates.io-index"
3321checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3322dependencies = [
3323 "crc-catalog",
3324]
3325
3326[[package]]
3327name = "crc-catalog"
3328version = "2.4.0"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3331
3332[[package]]
3333name = "crc32c"
3334version = "0.6.8"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3337dependencies = [
3338 "rustc_version",
3339]
3340
3341[[package]]
3342name = "crc32fast"
3343version = "1.4.2"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3346dependencies = [
3347 "cfg-if",
3348]
3349
3350[[package]]
3351name = "criterion"
3352version = "0.5.1"
3353source = "registry+https://github.com/rust-lang/crates.io-index"
3354checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3355dependencies = [
3356 "anes",
3357 "cast",
3358 "ciborium",
3359 "clap",
3360 "criterion-plot",
3361 "is-terminal",
3362 "itertools 0.10.5",
3363 "num-traits",
3364 "once_cell",
3365 "oorandom",
3366 "plotters",
3367 "rayon",
3368 "regex",
3369 "serde",
3370 "serde_derive",
3371 "serde_json",
3372 "tinytemplate",
3373 "walkdir",
3374]
3375
3376[[package]]
3377name = "criterion-plot"
3378version = "0.5.0"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3381dependencies = [
3382 "cast",
3383 "itertools 0.10.5",
3384]
3385
3386[[package]]
3387name = "crossbeam-channel"
3388version = "0.5.13"
3389source = "registry+https://github.com/rust-lang/crates.io-index"
3390checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3391dependencies = [
3392 "crossbeam-utils",
3393]
3394
3395[[package]]
3396name = "crossbeam-deque"
3397version = "0.8.5"
3398source = "registry+https://github.com/rust-lang/crates.io-index"
3399checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3400dependencies = [
3401 "crossbeam-epoch",
3402 "crossbeam-utils",
3403]
3404
3405[[package]]
3406name = "crossbeam-epoch"
3407version = "0.9.18"
3408source = "registry+https://github.com/rust-lang/crates.io-index"
3409checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3410dependencies = [
3411 "crossbeam-utils",
3412]
3413
3414[[package]]
3415name = "crossbeam-queue"
3416version = "0.3.11"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3419dependencies = [
3420 "crossbeam-utils",
3421]
3422
3423[[package]]
3424name = "crossbeam-utils"
3425version = "0.8.20"
3426source = "registry+https://github.com/rust-lang/crates.io-index"
3427checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3428
3429[[package]]
3430name = "crunchy"
3431version = "0.2.2"
3432source = "registry+https://github.com/rust-lang/crates.io-index"
3433checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3434
3435[[package]]
3436name = "crypto-bigint"
3437version = "0.4.9"
3438source = "registry+https://github.com/rust-lang/crates.io-index"
3439checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3440dependencies = [
3441 "generic-array",
3442 "rand_core 0.6.4",
3443 "subtle",
3444 "zeroize",
3445]
3446
3447[[package]]
3448name = "crypto-bigint"
3449version = "0.5.5"
3450source = "registry+https://github.com/rust-lang/crates.io-index"
3451checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3452dependencies = [
3453 "rand_core 0.6.4",
3454 "subtle",
3455]
3456
3457[[package]]
3458name = "crypto-common"
3459version = "0.1.6"
3460source = "registry+https://github.com/rust-lang/crates.io-index"
3461checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3462dependencies = [
3463 "generic-array",
3464 "rand_core 0.6.4",
3465 "typenum",
3466]
3467
3468[[package]]
3469name = "ctor"
3470version = "0.2.9"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3473dependencies = [
3474 "quote",
3475 "syn 2.0.90",
3476]
3477
3478[[package]]
3479name = "ctrlc"
3480version = "3.4.5"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3483dependencies = [
3484 "nix",
3485 "windows-sys 0.59.0",
3486]
3487
3488[[package]]
3489name = "cursor-icon"
3490version = "1.1.0"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3493
3494[[package]]
3495name = "cxx"
3496version = "1.0.134"
3497source = "registry+https://github.com/rust-lang/crates.io-index"
3498checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3499dependencies = [
3500 "cc",
3501 "cxxbridge-cmd",
3502 "cxxbridge-flags",
3503 "cxxbridge-macro",
3504 "foldhash",
3505 "link-cplusplus",
3506]
3507
3508[[package]]
3509name = "cxx-build"
3510version = "1.0.134"
3511source = "registry+https://github.com/rust-lang/crates.io-index"
3512checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3513dependencies = [
3514 "cc",
3515 "codespan-reporting",
3516 "proc-macro2",
3517 "quote",
3518 "scratch",
3519 "syn 2.0.90",
3520]
3521
3522[[package]]
3523name = "cxxbridge-cmd"
3524version = "1.0.134"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3527dependencies = [
3528 "clap",
3529 "codespan-reporting",
3530 "proc-macro2",
3531 "quote",
3532 "syn 2.0.90",
3533]
3534
3535[[package]]
3536name = "cxxbridge-flags"
3537version = "1.0.134"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3540
3541[[package]]
3542name = "cxxbridge-macro"
3543version = "1.0.134"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3546dependencies = [
3547 "proc-macro2",
3548 "quote",
3549 "rustversion",
3550 "syn 2.0.90",
3551]
3552
3553[[package]]
3554name = "dashmap"
3555version = "5.5.3"
3556source = "registry+https://github.com/rust-lang/crates.io-index"
3557checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3558dependencies = [
3559 "cfg-if",
3560 "hashbrown 0.14.5",
3561 "lock_api",
3562 "once_cell",
3563 "parking_lot_core",
3564]
3565
3566[[package]]
3567name = "dashmap"
3568version = "6.1.0"
3569source = "registry+https://github.com/rust-lang/crates.io-index"
3570checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3571dependencies = [
3572 "cfg-if",
3573 "crossbeam-utils",
3574 "hashbrown 0.14.5",
3575 "lock_api",
3576 "once_cell",
3577 "parking_lot_core",
3578]
3579
3580[[package]]
3581name = "dasp_sample"
3582version = "0.11.0"
3583source = "registry+https://github.com/rust-lang/crates.io-index"
3584checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3585
3586[[package]]
3587name = "data-encoding"
3588version = "2.6.0"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3591
3592[[package]]
3593name = "data-url"
3594version = "0.3.1"
3595source = "registry+https://github.com/rust-lang/crates.io-index"
3596checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3597
3598[[package]]
3599name = "db"
3600version = "0.1.0"
3601dependencies = [
3602 "anyhow",
3603 "gpui",
3604 "indoc",
3605 "log",
3606 "paths",
3607 "release_channel",
3608 "smol",
3609 "sqlez",
3610 "sqlez_macros",
3611 "tempfile",
3612 "util",
3613]
3614
3615[[package]]
3616name = "dbus"
3617version = "0.9.7"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3620dependencies = [
3621 "libc",
3622 "libdbus-sys",
3623 "winapi",
3624]
3625
3626[[package]]
3627name = "deflate64"
3628version = "0.1.9"
3629source = "registry+https://github.com/rust-lang/crates.io-index"
3630checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3631
3632[[package]]
3633name = "der"
3634version = "0.6.1"
3635source = "registry+https://github.com/rust-lang/crates.io-index"
3636checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3637dependencies = [
3638 "const-oid",
3639 "zeroize",
3640]
3641
3642[[package]]
3643name = "der"
3644version = "0.7.9"
3645source = "registry+https://github.com/rust-lang/crates.io-index"
3646checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3647dependencies = [
3648 "const-oid",
3649 "pem-rfc7468",
3650 "zeroize",
3651]
3652
3653[[package]]
3654name = "deranged"
3655version = "0.3.11"
3656source = "registry+https://github.com/rust-lang/crates.io-index"
3657checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3658dependencies = [
3659 "powerfmt",
3660 "serde",
3661]
3662
3663[[package]]
3664name = "derive_more"
3665version = "0.99.18"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3668dependencies = [
3669 "convert_case 0.4.0",
3670 "proc-macro2",
3671 "quote",
3672 "rustc_version",
3673 "syn 2.0.90",
3674]
3675
3676[[package]]
3677name = "derive_refineable"
3678version = "0.1.0"
3679dependencies = [
3680 "proc-macro2",
3681 "quote",
3682 "syn 1.0.109",
3683]
3684
3685[[package]]
3686name = "diagnostics"
3687version = "0.1.0"
3688dependencies = [
3689 "anyhow",
3690 "client",
3691 "collections",
3692 "ctor",
3693 "editor",
3694 "env_logger 0.11.6",
3695 "gpui",
3696 "language",
3697 "log",
3698 "lsp",
3699 "pretty_assertions",
3700 "project",
3701 "rand 0.8.5",
3702 "schemars",
3703 "serde",
3704 "serde_json",
3705 "settings",
3706 "theme",
3707 "ui",
3708 "unindent",
3709 "util",
3710 "workspace",
3711]
3712
3713[[package]]
3714name = "dialoguer"
3715version = "0.11.0"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3718dependencies = [
3719 "console",
3720 "fuzzy-matcher",
3721 "shell-words",
3722 "tempfile",
3723 "thiserror 1.0.69",
3724 "zeroize",
3725]
3726
3727[[package]]
3728name = "diff"
3729version = "0.1.13"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3732
3733[[package]]
3734name = "digest"
3735version = "0.10.7"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3738dependencies = [
3739 "block-buffer",
3740 "const-oid",
3741 "crypto-common",
3742 "subtle",
3743]
3744
3745[[package]]
3746name = "dirs"
3747version = "4.0.0"
3748source = "registry+https://github.com/rust-lang/crates.io-index"
3749checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3750dependencies = [
3751 "dirs-sys 0.3.7",
3752]
3753
3754[[package]]
3755name = "dirs"
3756version = "5.0.1"
3757source = "registry+https://github.com/rust-lang/crates.io-index"
3758checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3759dependencies = [
3760 "dirs-sys 0.4.1",
3761]
3762
3763[[package]]
3764name = "dirs-sys"
3765version = "0.3.7"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3768dependencies = [
3769 "libc",
3770 "redox_users",
3771 "winapi",
3772]
3773
3774[[package]]
3775name = "dirs-sys"
3776version = "0.4.1"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3779dependencies = [
3780 "libc",
3781 "option-ext",
3782 "redox_users",
3783 "windows-sys 0.48.0",
3784]
3785
3786[[package]]
3787name = "displaydoc"
3788version = "0.2.5"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3791dependencies = [
3792 "proc-macro2",
3793 "quote",
3794 "syn 2.0.90",
3795]
3796
3797[[package]]
3798name = "dlib"
3799version = "0.5.2"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3802dependencies = [
3803 "libloading",
3804]
3805
3806[[package]]
3807name = "docs_preprocessor"
3808version = "0.1.0"
3809dependencies = [
3810 "anyhow",
3811 "clap",
3812 "mdbook",
3813 "regex",
3814 "serde",
3815 "serde_json",
3816 "settings",
3817 "util",
3818]
3819
3820[[package]]
3821name = "dotenvy"
3822version = "0.15.7"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3825
3826[[package]]
3827name = "downcast-rs"
3828version = "1.2.1"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3831
3832[[package]]
3833name = "doxygen-rs"
3834version = "0.4.2"
3835source = "registry+https://github.com/rust-lang/crates.io-index"
3836checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3837dependencies = [
3838 "phf",
3839]
3840
3841[[package]]
3842name = "dunce"
3843version = "1.0.5"
3844source = "registry+https://github.com/rust-lang/crates.io-index"
3845checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3846
3847[[package]]
3848name = "dwrote"
3849version = "0.11.2"
3850source = "registry+https://github.com/rust-lang/crates.io-index"
3851checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3852dependencies = [
3853 "lazy_static",
3854 "libc",
3855 "winapi",
3856 "wio",
3857]
3858
3859[[package]]
3860name = "dyn-clone"
3861version = "1.0.17"
3862source = "registry+https://github.com/rust-lang/crates.io-index"
3863checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3864
3865[[package]]
3866name = "ec4rs"
3867version = "1.1.1"
3868source = "registry+https://github.com/rust-lang/crates.io-index"
3869checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3870
3871[[package]]
3872name = "ecdsa"
3873version = "0.14.8"
3874source = "registry+https://github.com/rust-lang/crates.io-index"
3875checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3876dependencies = [
3877 "der 0.6.1",
3878 "elliptic-curve",
3879 "rfc6979",
3880 "signature 1.6.4",
3881]
3882
3883[[package]]
3884name = "editor"
3885version = "0.1.0"
3886dependencies = [
3887 "aho-corasick",
3888 "anyhow",
3889 "assets",
3890 "chrono",
3891 "client",
3892 "clock",
3893 "collections",
3894 "convert_case 0.6.0",
3895 "ctor",
3896 "db",
3897 "emojis",
3898 "env_logger 0.11.6",
3899 "feature_flags",
3900 "file_icons",
3901 "fs",
3902 "futures 0.3.31",
3903 "fuzzy",
3904 "git",
3905 "gpui",
3906 "http_client",
3907 "indoc",
3908 "inline_completion",
3909 "itertools 0.13.0",
3910 "language",
3911 "linkify",
3912 "log",
3913 "lsp",
3914 "markdown",
3915 "multi_buffer",
3916 "ordered-float 2.10.1",
3917 "parking_lot",
3918 "pretty_assertions",
3919 "project",
3920 "rand 0.8.5",
3921 "release_channel",
3922 "rpc",
3923 "schemars",
3924 "serde",
3925 "serde_json",
3926 "settings",
3927 "similar",
3928 "smallvec",
3929 "smol",
3930 "snippet",
3931 "sum_tree",
3932 "task",
3933 "telemetry",
3934 "tempfile",
3935 "text",
3936 "theme",
3937 "time",
3938 "time_format",
3939 "tree-sitter-html",
3940 "tree-sitter-rust",
3941 "tree-sitter-typescript",
3942 "ui",
3943 "unicode-script",
3944 "unicode-segmentation",
3945 "unindent",
3946 "url",
3947 "util",
3948 "uuid",
3949 "workspace",
3950]
3951
3952[[package]]
3953name = "either"
3954version = "1.13.0"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3957dependencies = [
3958 "serde",
3959]
3960
3961[[package]]
3962name = "elasticlunr-rs"
3963version = "3.0.2"
3964source = "registry+https://github.com/rust-lang/crates.io-index"
3965checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3966dependencies = [
3967 "regex",
3968 "serde",
3969 "serde_derive",
3970 "serde_json",
3971]
3972
3973[[package]]
3974name = "elliptic-curve"
3975version = "0.12.3"
3976source = "registry+https://github.com/rust-lang/crates.io-index"
3977checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3978dependencies = [
3979 "base16ct",
3980 "crypto-bigint 0.4.9",
3981 "der 0.6.1",
3982 "digest",
3983 "ff",
3984 "generic-array",
3985 "group",
3986 "pkcs8 0.9.0",
3987 "rand_core 0.6.4",
3988 "sec1",
3989 "subtle",
3990 "zeroize",
3991]
3992
3993[[package]]
3994name = "embed-resource"
3995version = "3.0.1"
3996source = "registry+https://github.com/rust-lang/crates.io-index"
3997checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
3998dependencies = [
3999 "cc",
4000 "memchr",
4001 "rustc_version",
4002 "toml 0.8.19",
4003 "vswhom",
4004 "winreg 0.52.0",
4005]
4006
4007[[package]]
4008name = "embedded-io"
4009version = "0.4.0"
4010source = "registry+https://github.com/rust-lang/crates.io-index"
4011checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4012
4013[[package]]
4014name = "embedded-io"
4015version = "0.6.1"
4016source = "registry+https://github.com/rust-lang/crates.io-index"
4017checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4018
4019[[package]]
4020name = "emojis"
4021version = "0.6.4"
4022source = "registry+https://github.com/rust-lang/crates.io-index"
4023checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4024dependencies = [
4025 "phf",
4026]
4027
4028[[package]]
4029name = "encode_unicode"
4030version = "0.3.6"
4031source = "registry+https://github.com/rust-lang/crates.io-index"
4032checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4033
4034[[package]]
4035name = "encoding_rs"
4036version = "0.8.35"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4039dependencies = [
4040 "cfg-if",
4041]
4042
4043[[package]]
4044name = "endi"
4045version = "1.1.0"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4048
4049[[package]]
4050name = "enumflags2"
4051version = "0.7.10"
4052source = "registry+https://github.com/rust-lang/crates.io-index"
4053checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4054dependencies = [
4055 "enumflags2_derive",
4056 "serde",
4057]
4058
4059[[package]]
4060name = "enumflags2_derive"
4061version = "0.7.10"
4062source = "registry+https://github.com/rust-lang/crates.io-index"
4063checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4064dependencies = [
4065 "proc-macro2",
4066 "quote",
4067 "syn 2.0.90",
4068]
4069
4070[[package]]
4071name = "env_filter"
4072version = "0.1.2"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4075dependencies = [
4076 "log",
4077 "regex",
4078]
4079
4080[[package]]
4081name = "env_logger"
4082version = "0.10.2"
4083source = "registry+https://github.com/rust-lang/crates.io-index"
4084checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4085dependencies = [
4086 "humantime",
4087 "is-terminal",
4088 "log",
4089 "regex",
4090 "termcolor",
4091]
4092
4093[[package]]
4094name = "env_logger"
4095version = "0.11.6"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4098dependencies = [
4099 "anstream",
4100 "anstyle",
4101 "env_filter",
4102 "humantime",
4103 "log",
4104]
4105
4106[[package]]
4107name = "envy"
4108version = "0.4.2"
4109source = "registry+https://github.com/rust-lang/crates.io-index"
4110checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4111dependencies = [
4112 "serde",
4113]
4114
4115[[package]]
4116name = "equivalent"
4117version = "1.0.1"
4118source = "registry+https://github.com/rust-lang/crates.io-index"
4119checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4120
4121[[package]]
4122name = "erased-serde"
4123version = "0.4.5"
4124source = "registry+https://github.com/rust-lang/crates.io-index"
4125checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4126dependencies = [
4127 "serde",
4128 "typeid",
4129]
4130
4131[[package]]
4132name = "errno"
4133version = "0.2.8"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4136dependencies = [
4137 "errno-dragonfly",
4138 "libc",
4139 "winapi",
4140]
4141
4142[[package]]
4143name = "errno"
4144version = "0.3.10"
4145source = "registry+https://github.com/rust-lang/crates.io-index"
4146checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4147dependencies = [
4148 "libc",
4149 "windows-sys 0.59.0",
4150]
4151
4152[[package]]
4153name = "errno-dragonfly"
4154version = "0.1.2"
4155source = "registry+https://github.com/rust-lang/crates.io-index"
4156checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4157dependencies = [
4158 "cc",
4159 "libc",
4160]
4161
4162[[package]]
4163name = "etagere"
4164version = "0.2.13"
4165source = "registry+https://github.com/rust-lang/crates.io-index"
4166checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4167dependencies = [
4168 "euclid",
4169 "svg_fmt",
4170]
4171
4172[[package]]
4173name = "etcetera"
4174version = "0.8.0"
4175source = "registry+https://github.com/rust-lang/crates.io-index"
4176checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4177dependencies = [
4178 "cfg-if",
4179 "home",
4180 "windows-sys 0.48.0",
4181]
4182
4183[[package]]
4184name = "euclid"
4185version = "0.22.11"
4186source = "registry+https://github.com/rust-lang/crates.io-index"
4187checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4188dependencies = [
4189 "num-traits",
4190]
4191
4192[[package]]
4193name = "evals"
4194version = "0.1.0"
4195dependencies = [
4196 "anyhow",
4197 "clap",
4198 "client",
4199 "clock",
4200 "collections",
4201 "env_logger 0.11.6",
4202 "feature_flags",
4203 "fs",
4204 "git",
4205 "gpui",
4206 "http_client",
4207 "language",
4208 "languages",
4209 "node_runtime",
4210 "open_ai",
4211 "project",
4212 "reqwest_client",
4213 "semantic_index",
4214 "serde",
4215 "serde_json",
4216 "settings",
4217 "smol",
4218 "util",
4219]
4220
4221[[package]]
4222name = "event-listener"
4223version = "2.5.3"
4224source = "registry+https://github.com/rust-lang/crates.io-index"
4225checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4226
4227[[package]]
4228name = "event-listener"
4229version = "3.1.0"
4230source = "registry+https://github.com/rust-lang/crates.io-index"
4231checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4232dependencies = [
4233 "concurrent-queue",
4234 "parking",
4235 "pin-project-lite",
4236]
4237
4238[[package]]
4239name = "event-listener"
4240version = "5.3.1"
4241source = "registry+https://github.com/rust-lang/crates.io-index"
4242checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4243dependencies = [
4244 "concurrent-queue",
4245 "parking",
4246 "pin-project-lite",
4247]
4248
4249[[package]]
4250name = "event-listener-strategy"
4251version = "0.5.3"
4252source = "registry+https://github.com/rust-lang/crates.io-index"
4253checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4254dependencies = [
4255 "event-listener 5.3.1",
4256 "pin-project-lite",
4257]
4258
4259[[package]]
4260name = "exec"
4261version = "0.3.1"
4262source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4264dependencies = [
4265 "errno 0.2.8",
4266 "libc",
4267]
4268
4269[[package]]
4270name = "exr"
4271version = "1.73.0"
4272source = "registry+https://github.com/rust-lang/crates.io-index"
4273checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4274dependencies = [
4275 "bit_field",
4276 "half",
4277 "lebe",
4278 "miniz_oxide",
4279 "rayon-core",
4280 "smallvec",
4281 "zune-inflate",
4282]
4283
4284[[package]]
4285name = "extension"
4286version = "0.1.0"
4287dependencies = [
4288 "anyhow",
4289 "async-compression",
4290 "async-tar",
4291 "async-trait",
4292 "collections",
4293 "fs",
4294 "futures 0.3.31",
4295 "gpui",
4296 "http_client",
4297 "language",
4298 "log",
4299 "lsp",
4300 "parking_lot",
4301 "semantic_version",
4302 "serde",
4303 "serde_json",
4304 "toml 0.8.19",
4305 "util",
4306 "wasm-encoder 0.215.0",
4307 "wasmparser 0.215.0",
4308 "wit-component",
4309]
4310
4311[[package]]
4312name = "extension_cli"
4313version = "0.1.0"
4314dependencies = [
4315 "anyhow",
4316 "clap",
4317 "env_logger 0.11.6",
4318 "extension",
4319 "fs",
4320 "language",
4321 "log",
4322 "reqwest_client",
4323 "rpc",
4324 "serde",
4325 "serde_json",
4326 "theme",
4327 "tokio",
4328 "toml 0.8.19",
4329 "tree-sitter",
4330 "wasmtime",
4331]
4332
4333[[package]]
4334name = "extension_host"
4335version = "0.1.0"
4336dependencies = [
4337 "anyhow",
4338 "async-compression",
4339 "async-tar",
4340 "async-trait",
4341 "client",
4342 "collections",
4343 "context_server_settings",
4344 "ctor",
4345 "env_logger 0.11.6",
4346 "extension",
4347 "fs",
4348 "futures 0.3.31",
4349 "gpui",
4350 "http_client",
4351 "language",
4352 "language_extension",
4353 "log",
4354 "lsp",
4355 "node_runtime",
4356 "parking_lot",
4357 "paths",
4358 "project",
4359 "release_channel",
4360 "remote",
4361 "reqwest_client",
4362 "schemars",
4363 "semantic_version",
4364 "serde",
4365 "serde_json",
4366 "serde_json_lenient",
4367 "settings",
4368 "task",
4369 "telemetry",
4370 "tempfile",
4371 "theme",
4372 "theme_extension",
4373 "toml 0.8.19",
4374 "url",
4375 "util",
4376 "wasmparser 0.215.0",
4377 "wasmtime",
4378 "wasmtime-wasi",
4379]
4380
4381[[package]]
4382name = "extensions_ui"
4383version = "0.1.0"
4384dependencies = [
4385 "anyhow",
4386 "client",
4387 "collections",
4388 "db",
4389 "editor",
4390 "extension_host",
4391 "fs",
4392 "fuzzy",
4393 "gpui",
4394 "language",
4395 "num-format",
4396 "picker",
4397 "project",
4398 "release_channel",
4399 "semantic_version",
4400 "serde",
4401 "settings",
4402 "smallvec",
4403 "telemetry",
4404 "theme",
4405 "ui",
4406 "util",
4407 "vim_mode_setting",
4408 "workspace",
4409 "zed_actions",
4410]
4411
4412[[package]]
4413name = "fallible-iterator"
4414version = "0.3.0"
4415source = "registry+https://github.com/rust-lang/crates.io-index"
4416checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4417
4418[[package]]
4419name = "fancy-regex"
4420version = "0.13.0"
4421source = "registry+https://github.com/rust-lang/crates.io-index"
4422checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4423dependencies = [
4424 "bit-set 0.5.3",
4425 "regex-automata 0.4.9",
4426 "regex-syntax 0.8.5",
4427]
4428
4429[[package]]
4430name = "fancy-regex"
4431version = "0.14.0"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4434dependencies = [
4435 "bit-set 0.8.0",
4436 "regex-automata 0.4.9",
4437 "regex-syntax 0.8.5",
4438]
4439
4440[[package]]
4441name = "fast-srgb8"
4442version = "1.0.0"
4443source = "registry+https://github.com/rust-lang/crates.io-index"
4444checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4445
4446[[package]]
4447name = "fastrand"
4448version = "1.9.0"
4449source = "registry+https://github.com/rust-lang/crates.io-index"
4450checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4451dependencies = [
4452 "instant",
4453]
4454
4455[[package]]
4456name = "fastrand"
4457version = "2.3.0"
4458source = "registry+https://github.com/rust-lang/crates.io-index"
4459checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4460
4461[[package]]
4462name = "fd-lock"
4463version = "4.0.2"
4464source = "registry+https://github.com/rust-lang/crates.io-index"
4465checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4466dependencies = [
4467 "cfg-if",
4468 "rustix 0.38.42",
4469 "windows-sys 0.52.0",
4470]
4471
4472[[package]]
4473name = "fdeflate"
4474version = "0.3.7"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4477dependencies = [
4478 "simd-adler32",
4479]
4480
4481[[package]]
4482name = "feature_flags"
4483version = "0.1.0"
4484dependencies = [
4485 "futures 0.3.31",
4486 "gpui",
4487]
4488
4489[[package]]
4490name = "feedback"
4491version = "0.1.0"
4492dependencies = [
4493 "anyhow",
4494 "bitflags 2.6.0",
4495 "client",
4496 "db",
4497 "editor",
4498 "futures 0.3.31",
4499 "gpui",
4500 "http_client",
4501 "human_bytes",
4502 "language",
4503 "log",
4504 "menu",
4505 "project",
4506 "regex",
4507 "release_channel",
4508 "serde",
4509 "serde_derive",
4510 "serde_json",
4511 "smol",
4512 "sysinfo",
4513 "ui",
4514 "urlencoding",
4515 "util",
4516 "workspace",
4517 "zed_actions",
4518]
4519
4520[[package]]
4521name = "ff"
4522version = "0.12.1"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4525dependencies = [
4526 "rand_core 0.6.4",
4527 "subtle",
4528]
4529
4530[[package]]
4531name = "file_finder"
4532version = "0.1.0"
4533dependencies = [
4534 "anyhow",
4535 "collections",
4536 "ctor",
4537 "editor",
4538 "env_logger 0.11.6",
4539 "file_icons",
4540 "futures 0.3.31",
4541 "fuzzy",
4542 "gpui",
4543 "language",
4544 "menu",
4545 "picker",
4546 "project",
4547 "schemars",
4548 "serde",
4549 "serde_derive",
4550 "serde_json",
4551 "settings",
4552 "text",
4553 "theme",
4554 "ui",
4555 "util",
4556 "workspace",
4557]
4558
4559[[package]]
4560name = "file_icons"
4561version = "0.1.0"
4562dependencies = [
4563 "collections",
4564 "gpui",
4565 "serde",
4566 "serde_derive",
4567 "serde_json",
4568 "util",
4569]
4570
4571[[package]]
4572name = "filedescriptor"
4573version = "0.8.2"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4576dependencies = [
4577 "libc",
4578 "thiserror 1.0.69",
4579 "winapi",
4580]
4581
4582[[package]]
4583name = "filetime"
4584version = "0.2.25"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4587dependencies = [
4588 "cfg-if",
4589 "libc",
4590 "libredox",
4591 "windows-sys 0.59.0",
4592]
4593
4594[[package]]
4595name = "fixedbitset"
4596version = "0.4.2"
4597source = "registry+https://github.com/rust-lang/crates.io-index"
4598checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4599
4600[[package]]
4601name = "flate2"
4602version = "1.0.35"
4603source = "registry+https://github.com/rust-lang/crates.io-index"
4604checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4605dependencies = [
4606 "crc32fast",
4607 "miniz_oxide",
4608]
4609
4610[[package]]
4611name = "float-cmp"
4612version = "0.9.0"
4613source = "registry+https://github.com/rust-lang/crates.io-index"
4614checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4615
4616[[package]]
4617name = "float-ord"
4618version = "0.3.2"
4619source = "registry+https://github.com/rust-lang/crates.io-index"
4620checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4621
4622[[package]]
4623name = "flume"
4624version = "0.11.1"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4627dependencies = [
4628 "futures-core",
4629 "futures-sink",
4630 "nanorand",
4631 "spin",
4632]
4633
4634[[package]]
4635name = "fnv"
4636version = "1.0.7"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4639
4640[[package]]
4641name = "foldhash"
4642version = "0.1.3"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4645
4646[[package]]
4647name = "font-kit"
4648version = "0.14.1"
4649source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4650dependencies = [
4651 "bitflags 2.6.0",
4652 "byteorder",
4653 "core-foundation 0.9.4",
4654 "core-graphics 0.23.2",
4655 "core-text",
4656 "dirs 5.0.1",
4657 "dwrote",
4658 "float-ord",
4659 "freetype-sys",
4660 "lazy_static",
4661 "libc",
4662 "log",
4663 "pathfinder_geometry",
4664 "pathfinder_simd",
4665 "walkdir",
4666 "winapi",
4667 "yeslogic-fontconfig-sys",
4668]
4669
4670[[package]]
4671name = "font-types"
4672version = "0.7.3"
4673source = "registry+https://github.com/rust-lang/crates.io-index"
4674checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4675dependencies = [
4676 "bytemuck",
4677]
4678
4679[[package]]
4680name = "fontconfig-parser"
4681version = "0.5.7"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4684dependencies = [
4685 "roxmltree",
4686]
4687
4688[[package]]
4689name = "fontdb"
4690version = "0.18.0"
4691source = "registry+https://github.com/rust-lang/crates.io-index"
4692checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4693dependencies = [
4694 "fontconfig-parser",
4695 "log",
4696 "memmap2",
4697 "slotmap",
4698 "tinyvec",
4699 "ttf-parser",
4700]
4701
4702[[package]]
4703name = "foreign-types"
4704version = "0.3.2"
4705source = "registry+https://github.com/rust-lang/crates.io-index"
4706checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4707dependencies = [
4708 "foreign-types-shared 0.1.1",
4709]
4710
4711[[package]]
4712name = "foreign-types"
4713version = "0.5.0"
4714source = "registry+https://github.com/rust-lang/crates.io-index"
4715checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4716dependencies = [
4717 "foreign-types-macros",
4718 "foreign-types-shared 0.3.1",
4719]
4720
4721[[package]]
4722name = "foreign-types-macros"
4723version = "0.2.3"
4724source = "registry+https://github.com/rust-lang/crates.io-index"
4725checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4726dependencies = [
4727 "proc-macro2",
4728 "quote",
4729 "syn 2.0.90",
4730]
4731
4732[[package]]
4733name = "foreign-types-shared"
4734version = "0.1.1"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4737
4738[[package]]
4739name = "foreign-types-shared"
4740version = "0.3.1"
4741source = "registry+https://github.com/rust-lang/crates.io-index"
4742checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4743
4744[[package]]
4745name = "fork"
4746version = "0.2.0"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4749dependencies = [
4750 "libc",
4751]
4752
4753[[package]]
4754name = "form_urlencoded"
4755version = "1.2.1"
4756source = "registry+https://github.com/rust-lang/crates.io-index"
4757checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4758dependencies = [
4759 "percent-encoding",
4760]
4761
4762[[package]]
4763name = "freetype-sys"
4764version = "0.20.1"
4765source = "registry+https://github.com/rust-lang/crates.io-index"
4766checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4767dependencies = [
4768 "cc",
4769 "libc",
4770 "pkg-config",
4771]
4772
4773[[package]]
4774name = "fs"
4775version = "0.1.0"
4776dependencies = [
4777 "anyhow",
4778 "ashpd",
4779 "async-tar",
4780 "async-trait",
4781 "cocoa 0.26.0",
4782 "collections",
4783 "fsevent",
4784 "futures 0.3.31",
4785 "git",
4786 "git2",
4787 "gpui",
4788 "libc",
4789 "log",
4790 "notify",
4791 "objc",
4792 "parking_lot",
4793 "paths",
4794 "proto",
4795 "rope",
4796 "serde",
4797 "serde_json",
4798 "shlex",
4799 "smol",
4800 "tempfile",
4801 "text",
4802 "time",
4803 "util",
4804 "which 6.0.3",
4805 "windows 0.58.0",
4806]
4807
4808[[package]]
4809name = "fs-set-times"
4810version = "0.20.2"
4811source = "registry+https://github.com/rust-lang/crates.io-index"
4812checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4813dependencies = [
4814 "io-lifetimes 2.0.4",
4815 "rustix 0.38.42",
4816 "windows-sys 0.59.0",
4817]
4818
4819[[package]]
4820name = "fs2"
4821version = "0.4.3"
4822source = "registry+https://github.com/rust-lang/crates.io-index"
4823checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4824dependencies = [
4825 "libc",
4826 "winapi",
4827]
4828
4829[[package]]
4830name = "fsevent"
4831version = "0.1.0"
4832dependencies = [
4833 "bitflags 2.6.0",
4834 "core-foundation 0.9.4",
4835 "fsevent-sys 3.1.0",
4836 "parking_lot",
4837 "tempfile",
4838]
4839
4840[[package]]
4841name = "fsevent-sys"
4842version = "3.1.0"
4843source = "registry+https://github.com/rust-lang/crates.io-index"
4844checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4845dependencies = [
4846 "libc",
4847]
4848
4849[[package]]
4850name = "fsevent-sys"
4851version = "4.1.0"
4852source = "registry+https://github.com/rust-lang/crates.io-index"
4853checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4854dependencies = [
4855 "libc",
4856]
4857
4858[[package]]
4859name = "funty"
4860version = "2.0.0"
4861source = "registry+https://github.com/rust-lang/crates.io-index"
4862checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4863
4864[[package]]
4865name = "futf"
4866version = "0.1.5"
4867source = "registry+https://github.com/rust-lang/crates.io-index"
4868checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4869dependencies = [
4870 "mac",
4871 "new_debug_unreachable",
4872]
4873
4874[[package]]
4875name = "futures"
4876version = "0.1.31"
4877source = "registry+https://github.com/rust-lang/crates.io-index"
4878checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4879
4880[[package]]
4881name = "futures"
4882version = "0.3.31"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4885dependencies = [
4886 "futures-channel",
4887 "futures-core",
4888 "futures-executor",
4889 "futures-io",
4890 "futures-sink",
4891 "futures-task",
4892 "futures-util",
4893]
4894
4895[[package]]
4896name = "futures-batch"
4897version = "0.6.1"
4898source = "registry+https://github.com/rust-lang/crates.io-index"
4899checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4900dependencies = [
4901 "futures 0.3.31",
4902 "futures-timer",
4903 "pin-utils",
4904]
4905
4906[[package]]
4907name = "futures-channel"
4908version = "0.3.31"
4909source = "registry+https://github.com/rust-lang/crates.io-index"
4910checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4911dependencies = [
4912 "futures-core",
4913 "futures-sink",
4914]
4915
4916[[package]]
4917name = "futures-core"
4918version = "0.3.31"
4919source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4921
4922[[package]]
4923name = "futures-executor"
4924version = "0.3.31"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4927dependencies = [
4928 "futures-core",
4929 "futures-task",
4930 "futures-util",
4931]
4932
4933[[package]]
4934name = "futures-intrusive"
4935version = "0.5.0"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4938dependencies = [
4939 "futures-core",
4940 "lock_api",
4941 "parking_lot",
4942]
4943
4944[[package]]
4945name = "futures-io"
4946version = "0.3.31"
4947source = "registry+https://github.com/rust-lang/crates.io-index"
4948checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
4949
4950[[package]]
4951name = "futures-lite"
4952version = "1.13.0"
4953source = "registry+https://github.com/rust-lang/crates.io-index"
4954checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4955dependencies = [
4956 "fastrand 1.9.0",
4957 "futures-core",
4958 "futures-io",
4959 "memchr",
4960 "parking",
4961 "pin-project-lite",
4962 "waker-fn",
4963]
4964
4965[[package]]
4966name = "futures-lite"
4967version = "2.5.0"
4968source = "registry+https://github.com/rust-lang/crates.io-index"
4969checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
4970dependencies = [
4971 "fastrand 2.3.0",
4972 "futures-core",
4973 "futures-io",
4974 "parking",
4975 "pin-project-lite",
4976]
4977
4978[[package]]
4979name = "futures-macro"
4980version = "0.3.31"
4981source = "registry+https://github.com/rust-lang/crates.io-index"
4982checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
4983dependencies = [
4984 "proc-macro2",
4985 "quote",
4986 "syn 2.0.90",
4987]
4988
4989[[package]]
4990name = "futures-sink"
4991version = "0.3.31"
4992source = "registry+https://github.com/rust-lang/crates.io-index"
4993checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
4994
4995[[package]]
4996name = "futures-task"
4997version = "0.3.31"
4998source = "registry+https://github.com/rust-lang/crates.io-index"
4999checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5000
5001[[package]]
5002name = "futures-timer"
5003version = "3.0.3"
5004source = "registry+https://github.com/rust-lang/crates.io-index"
5005checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5006
5007[[package]]
5008name = "futures-util"
5009version = "0.3.31"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5012dependencies = [
5013 "futures 0.1.31",
5014 "futures-channel",
5015 "futures-core",
5016 "futures-io",
5017 "futures-macro",
5018 "futures-sink",
5019 "futures-task",
5020 "memchr",
5021 "pin-project-lite",
5022 "pin-utils",
5023 "slab",
5024 "tokio-io",
5025]
5026
5027[[package]]
5028name = "fuzzy"
5029version = "0.1.0"
5030dependencies = [
5031 "gpui",
5032 "log",
5033 "util",
5034]
5035
5036[[package]]
5037name = "fuzzy-matcher"
5038version = "0.3.7"
5039source = "registry+https://github.com/rust-lang/crates.io-index"
5040checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5041dependencies = [
5042 "thread_local",
5043]
5044
5045[[package]]
5046name = "generic-array"
5047version = "0.14.7"
5048source = "registry+https://github.com/rust-lang/crates.io-index"
5049checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5050dependencies = [
5051 "typenum",
5052 "version_check",
5053]
5054
5055[[package]]
5056name = "gethostname"
5057version = "0.4.3"
5058source = "registry+https://github.com/rust-lang/crates.io-index"
5059checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5060dependencies = [
5061 "libc",
5062 "windows-targets 0.48.5",
5063]
5064
5065[[package]]
5066name = "getrandom"
5067version = "0.1.16"
5068source = "registry+https://github.com/rust-lang/crates.io-index"
5069checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5070dependencies = [
5071 "cfg-if",
5072 "libc",
5073 "wasi 0.9.0+wasi-snapshot-preview1",
5074]
5075
5076[[package]]
5077name = "getrandom"
5078version = "0.2.15"
5079source = "registry+https://github.com/rust-lang/crates.io-index"
5080checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5081dependencies = [
5082 "cfg-if",
5083 "js-sys",
5084 "libc",
5085 "wasi 0.11.0+wasi-snapshot-preview1",
5086 "wasm-bindgen",
5087]
5088
5089[[package]]
5090name = "gif"
5091version = "0.13.1"
5092source = "registry+https://github.com/rust-lang/crates.io-index"
5093checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5094dependencies = [
5095 "color_quant",
5096 "weezl",
5097]
5098
5099[[package]]
5100name = "gimli"
5101version = "0.29.0"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5104dependencies = [
5105 "fallible-iterator",
5106 "indexmap",
5107 "stable_deref_trait",
5108]
5109
5110[[package]]
5111name = "gimli"
5112version = "0.31.1"
5113source = "registry+https://github.com/rust-lang/crates.io-index"
5114checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5115
5116[[package]]
5117name = "git"
5118version = "0.1.0"
5119dependencies = [
5120 "anyhow",
5121 "async-trait",
5122 "collections",
5123 "derive_more",
5124 "git2",
5125 "gpui",
5126 "http_client",
5127 "log",
5128 "parking_lot",
5129 "pretty_assertions",
5130 "regex",
5131 "rope",
5132 "serde",
5133 "serde_json",
5134 "smol",
5135 "sum_tree",
5136 "text",
5137 "time",
5138 "unindent",
5139 "url",
5140 "util",
5141]
5142
5143[[package]]
5144name = "git2"
5145version = "0.19.0"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
5148dependencies = [
5149 "bitflags 2.6.0",
5150 "libc",
5151 "libgit2-sys",
5152 "log",
5153 "url",
5154]
5155
5156[[package]]
5157name = "git_hosting_providers"
5158version = "0.1.0"
5159dependencies = [
5160 "anyhow",
5161 "async-trait",
5162 "futures 0.3.31",
5163 "git",
5164 "gpui",
5165 "http_client",
5166 "indoc",
5167 "pretty_assertions",
5168 "regex",
5169 "serde",
5170 "serde_json",
5171 "url",
5172 "util",
5173]
5174
5175[[package]]
5176name = "git_ui"
5177version = "0.1.0"
5178dependencies = [
5179 "anyhow",
5180 "collections",
5181 "db",
5182 "editor",
5183 "git",
5184 "gpui",
5185 "language",
5186 "menu",
5187 "project",
5188 "schemars",
5189 "serde",
5190 "serde_derive",
5191 "serde_json",
5192 "settings",
5193 "theme",
5194 "ui",
5195 "util",
5196 "windows 0.58.0",
5197 "workspace",
5198 "worktree",
5199]
5200
5201[[package]]
5202name = "glob"
5203version = "0.3.1"
5204source = "registry+https://github.com/rust-lang/crates.io-index"
5205checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5206
5207[[package]]
5208name = "globset"
5209version = "0.4.15"
5210source = "registry+https://github.com/rust-lang/crates.io-index"
5211checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5212dependencies = [
5213 "aho-corasick",
5214 "bstr",
5215 "log",
5216 "regex-automata 0.4.9",
5217 "regex-syntax 0.8.5",
5218]
5219
5220[[package]]
5221name = "gloo-timers"
5222version = "0.3.0"
5223source = "registry+https://github.com/rust-lang/crates.io-index"
5224checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5225dependencies = [
5226 "futures-channel",
5227 "futures-core",
5228 "js-sys",
5229 "wasm-bindgen",
5230]
5231
5232[[package]]
5233name = "glow"
5234version = "0.14.2"
5235source = "registry+https://github.com/rust-lang/crates.io-index"
5236checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5237dependencies = [
5238 "js-sys",
5239 "slotmap",
5240 "wasm-bindgen",
5241 "web-sys",
5242]
5243
5244[[package]]
5245name = "go_to_line"
5246version = "0.1.0"
5247dependencies = [
5248 "anyhow",
5249 "editor",
5250 "gpui",
5251 "indoc",
5252 "language",
5253 "menu",
5254 "project",
5255 "rope",
5256 "schemars",
5257 "serde",
5258 "serde_json",
5259 "settings",
5260 "text",
5261 "theme",
5262 "tree-sitter-rust",
5263 "tree-sitter-typescript",
5264 "ui",
5265 "util",
5266 "workspace",
5267]
5268
5269[[package]]
5270name = "google_ai"
5271version = "0.1.0"
5272dependencies = [
5273 "anyhow",
5274 "futures 0.3.31",
5275 "http_client",
5276 "schemars",
5277 "serde",
5278 "serde_json",
5279 "strum",
5280]
5281
5282[[package]]
5283name = "gpu-alloc"
5284version = "0.6.0"
5285source = "registry+https://github.com/rust-lang/crates.io-index"
5286checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5287dependencies = [
5288 "bitflags 2.6.0",
5289 "gpu-alloc-types",
5290]
5291
5292[[package]]
5293name = "gpu-alloc-ash"
5294version = "0.7.0"
5295source = "registry+https://github.com/rust-lang/crates.io-index"
5296checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5297dependencies = [
5298 "ash",
5299 "gpu-alloc-types",
5300 "tinyvec",
5301]
5302
5303[[package]]
5304name = "gpu-alloc-types"
5305version = "0.3.0"
5306source = "registry+https://github.com/rust-lang/crates.io-index"
5307checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5308dependencies = [
5309 "bitflags 2.6.0",
5310]
5311
5312[[package]]
5313name = "gpui"
5314version = "0.1.0"
5315dependencies = [
5316 "anyhow",
5317 "as-raw-xcb-connection",
5318 "ashpd",
5319 "async-task",
5320 "backtrace",
5321 "bindgen",
5322 "blade-graphics",
5323 "blade-macros",
5324 "blade-util",
5325 "block",
5326 "bytemuck",
5327 "calloop",
5328 "calloop-wayland-source",
5329 "cbindgen",
5330 "cocoa 0.26.0",
5331 "collections",
5332 "core-foundation 0.9.4",
5333 "core-foundation-sys",
5334 "core-graphics 0.23.2",
5335 "core-text",
5336 "cosmic-text",
5337 "ctor",
5338 "derive_more",
5339 "embed-resource",
5340 "env_logger 0.11.6",
5341 "etagere",
5342 "filedescriptor",
5343 "flume",
5344 "font-kit",
5345 "foreign-types 0.5.0",
5346 "futures 0.3.31",
5347 "gpui_macros",
5348 "http_client",
5349 "image",
5350 "itertools 0.13.0",
5351 "linkme",
5352 "log",
5353 "media",
5354 "metal",
5355 "num_cpus",
5356 "objc",
5357 "objc2",
5358 "objc2-metal",
5359 "oo7",
5360 "open",
5361 "parking",
5362 "parking_lot",
5363 "pathfinder_geometry",
5364 "postage",
5365 "profiling",
5366 "rand 0.8.5",
5367 "raw-window-handle",
5368 "refineable",
5369 "resvg",
5370 "schemars",
5371 "seahash",
5372 "semantic_version",
5373 "serde",
5374 "serde_derive",
5375 "serde_json",
5376 "slotmap",
5377 "smallvec",
5378 "smol",
5379 "strum",
5380 "sum_tree",
5381 "taffy",
5382 "thiserror 1.0.69",
5383 "unicode-segmentation",
5384 "usvg",
5385 "util",
5386 "uuid",
5387 "waker-fn",
5388 "wayland-backend",
5389 "wayland-client",
5390 "wayland-cursor",
5391 "wayland-protocols",
5392 "wayland-protocols-plasma",
5393 "windows 0.58.0",
5394 "windows-core 0.58.0",
5395 "x11-clipboard",
5396 "x11rb",
5397 "xim",
5398 "xkbcommon",
5399]
5400
5401[[package]]
5402name = "gpui_macros"
5403version = "0.1.0"
5404dependencies = [
5405 "proc-macro2",
5406 "quote",
5407 "syn 1.0.109",
5408]
5409
5410[[package]]
5411name = "grid"
5412version = "0.13.0"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5415
5416[[package]]
5417name = "group"
5418version = "0.12.1"
5419source = "registry+https://github.com/rust-lang/crates.io-index"
5420checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5421dependencies = [
5422 "ff",
5423 "rand_core 0.6.4",
5424 "subtle",
5425]
5426
5427[[package]]
5428name = "h2"
5429version = "0.3.26"
5430source = "registry+https://github.com/rust-lang/crates.io-index"
5431checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5432dependencies = [
5433 "bytes 1.9.0",
5434 "fnv",
5435 "futures-core",
5436 "futures-sink",
5437 "futures-util",
5438 "http 0.2.12",
5439 "indexmap",
5440 "slab",
5441 "tokio",
5442 "tokio-util",
5443 "tracing",
5444]
5445
5446[[package]]
5447name = "h2"
5448version = "0.4.7"
5449source = "registry+https://github.com/rust-lang/crates.io-index"
5450checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5451dependencies = [
5452 "atomic-waker",
5453 "bytes 1.9.0",
5454 "fnv",
5455 "futures-core",
5456 "futures-sink",
5457 "http 1.2.0",
5458 "indexmap",
5459 "slab",
5460 "tokio",
5461 "tokio-util",
5462 "tracing",
5463]
5464
5465[[package]]
5466name = "half"
5467version = "2.4.1"
5468source = "registry+https://github.com/rust-lang/crates.io-index"
5469checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5470dependencies = [
5471 "cfg-if",
5472 "crunchy",
5473]
5474
5475[[package]]
5476name = "handlebars"
5477version = "4.5.0"
5478source = "registry+https://github.com/rust-lang/crates.io-index"
5479checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5480dependencies = [
5481 "log",
5482 "pest",
5483 "pest_derive",
5484 "serde",
5485 "serde_json",
5486 "thiserror 1.0.69",
5487]
5488
5489[[package]]
5490name = "handlebars"
5491version = "6.2.0"
5492source = "registry+https://github.com/rust-lang/crates.io-index"
5493checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5494dependencies = [
5495 "log",
5496 "num-order",
5497 "pest",
5498 "pest_derive",
5499 "serde",
5500 "serde_json",
5501 "thiserror 1.0.69",
5502]
5503
5504[[package]]
5505name = "hashbrown"
5506version = "0.12.3"
5507source = "registry+https://github.com/rust-lang/crates.io-index"
5508checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5509dependencies = [
5510 "ahash 0.7.8",
5511]
5512
5513[[package]]
5514name = "hashbrown"
5515version = "0.13.2"
5516source = "registry+https://github.com/rust-lang/crates.io-index"
5517checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5518dependencies = [
5519 "ahash 0.8.11",
5520]
5521
5522[[package]]
5523name = "hashbrown"
5524version = "0.14.5"
5525source = "registry+https://github.com/rust-lang/crates.io-index"
5526checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5527dependencies = [
5528 "ahash 0.8.11",
5529 "allocator-api2",
5530 "serde",
5531]
5532
5533[[package]]
5534name = "hashbrown"
5535version = "0.15.2"
5536source = "registry+https://github.com/rust-lang/crates.io-index"
5537checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5538dependencies = [
5539 "allocator-api2",
5540 "equivalent",
5541 "foldhash",
5542]
5543
5544[[package]]
5545name = "hashlink"
5546version = "0.8.4"
5547source = "registry+https://github.com/rust-lang/crates.io-index"
5548checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5549dependencies = [
5550 "hashbrown 0.14.5",
5551]
5552
5553[[package]]
5554name = "hashlink"
5555version = "0.9.1"
5556source = "registry+https://github.com/rust-lang/crates.io-index"
5557checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5558dependencies = [
5559 "hashbrown 0.14.5",
5560]
5561
5562[[package]]
5563name = "headers"
5564version = "0.3.9"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5567dependencies = [
5568 "base64 0.21.7",
5569 "bytes 1.9.0",
5570 "headers-core",
5571 "http 0.2.12",
5572 "httpdate",
5573 "mime",
5574 "sha1",
5575]
5576
5577[[package]]
5578name = "headers-core"
5579version = "0.2.0"
5580source = "registry+https://github.com/rust-lang/crates.io-index"
5581checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5582dependencies = [
5583 "http 0.2.12",
5584]
5585
5586[[package]]
5587name = "heck"
5588version = "0.3.3"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5591dependencies = [
5592 "unicode-segmentation",
5593]
5594
5595[[package]]
5596name = "heck"
5597version = "0.4.1"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5600dependencies = [
5601 "unicode-segmentation",
5602]
5603
5604[[package]]
5605name = "heck"
5606version = "0.5.0"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5609
5610[[package]]
5611name = "heed"
5612version = "0.21.0"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5615dependencies = [
5616 "bitflags 2.6.0",
5617 "byteorder",
5618 "heed-traits",
5619 "heed-types",
5620 "libc",
5621 "lmdb-master-sys",
5622 "once_cell",
5623 "page_size",
5624 "serde",
5625 "synchronoise",
5626 "url",
5627]
5628
5629[[package]]
5630name = "heed-traits"
5631version = "0.20.0"
5632source = "registry+https://github.com/rust-lang/crates.io-index"
5633checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5634
5635[[package]]
5636name = "heed-types"
5637version = "0.21.0"
5638source = "registry+https://github.com/rust-lang/crates.io-index"
5639checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5640dependencies = [
5641 "bincode",
5642 "byteorder",
5643 "heed-traits",
5644 "serde",
5645 "serde_json",
5646]
5647
5648[[package]]
5649name = "hermit-abi"
5650version = "0.3.9"
5651source = "registry+https://github.com/rust-lang/crates.io-index"
5652checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5653
5654[[package]]
5655name = "hermit-abi"
5656version = "0.4.0"
5657source = "registry+https://github.com/rust-lang/crates.io-index"
5658checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5659
5660[[package]]
5661name = "hex"
5662version = "0.4.3"
5663source = "registry+https://github.com/rust-lang/crates.io-index"
5664checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5665
5666[[package]]
5667name = "hexf-parse"
5668version = "0.2.1"
5669source = "registry+https://github.com/rust-lang/crates.io-index"
5670checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5671
5672[[package]]
5673name = "hidden-trait"
5674version = "0.1.2"
5675source = "registry+https://github.com/rust-lang/crates.io-index"
5676checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5677dependencies = [
5678 "proc-macro2",
5679 "quote",
5680 "syn 1.0.109",
5681]
5682
5683[[package]]
5684name = "hkdf"
5685version = "0.12.4"
5686source = "registry+https://github.com/rust-lang/crates.io-index"
5687checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5688dependencies = [
5689 "hmac",
5690]
5691
5692[[package]]
5693name = "hmac"
5694version = "0.12.1"
5695source = "registry+https://github.com/rust-lang/crates.io-index"
5696checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5697dependencies = [
5698 "digest",
5699]
5700
5701[[package]]
5702name = "home"
5703version = "0.5.9"
5704source = "registry+https://github.com/rust-lang/crates.io-index"
5705checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5706dependencies = [
5707 "windows-sys 0.52.0",
5708]
5709
5710[[package]]
5711name = "hound"
5712version = "3.5.1"
5713source = "registry+https://github.com/rust-lang/crates.io-index"
5714checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5715
5716[[package]]
5717name = "html5ever"
5718version = "0.27.0"
5719source = "registry+https://github.com/rust-lang/crates.io-index"
5720checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5721dependencies = [
5722 "log",
5723 "mac",
5724 "markup5ever",
5725 "proc-macro2",
5726 "quote",
5727 "syn 2.0.90",
5728]
5729
5730[[package]]
5731name = "html_to_markdown"
5732version = "0.1.0"
5733dependencies = [
5734 "anyhow",
5735 "html5ever",
5736 "indoc",
5737 "markup5ever_rcdom",
5738 "pretty_assertions",
5739 "regex",
5740]
5741
5742[[package]]
5743name = "http"
5744version = "0.2.12"
5745source = "registry+https://github.com/rust-lang/crates.io-index"
5746checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5747dependencies = [
5748 "bytes 1.9.0",
5749 "fnv",
5750 "itoa",
5751]
5752
5753[[package]]
5754name = "http"
5755version = "1.2.0"
5756source = "registry+https://github.com/rust-lang/crates.io-index"
5757checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5758dependencies = [
5759 "bytes 1.9.0",
5760 "fnv",
5761 "itoa",
5762]
5763
5764[[package]]
5765name = "http-body"
5766version = "0.4.6"
5767source = "registry+https://github.com/rust-lang/crates.io-index"
5768checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5769dependencies = [
5770 "bytes 1.9.0",
5771 "http 0.2.12",
5772 "pin-project-lite",
5773]
5774
5775[[package]]
5776name = "http-body"
5777version = "1.0.1"
5778source = "registry+https://github.com/rust-lang/crates.io-index"
5779checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5780dependencies = [
5781 "bytes 1.9.0",
5782 "http 1.2.0",
5783]
5784
5785[[package]]
5786name = "http-body-util"
5787version = "0.1.2"
5788source = "registry+https://github.com/rust-lang/crates.io-index"
5789checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5790dependencies = [
5791 "bytes 1.9.0",
5792 "futures-util",
5793 "http 1.2.0",
5794 "http-body 1.0.1",
5795 "pin-project-lite",
5796]
5797
5798[[package]]
5799name = "http-range-header"
5800version = "0.3.1"
5801source = "registry+https://github.com/rust-lang/crates.io-index"
5802checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5803
5804[[package]]
5805name = "http-types"
5806version = "2.12.0"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5809dependencies = [
5810 "anyhow",
5811 "async-channel 1.9.0",
5812 "base64 0.13.1",
5813 "futures-lite 1.13.0",
5814 "http 0.2.12",
5815 "infer",
5816 "pin-project-lite",
5817 "rand 0.7.3",
5818 "serde",
5819 "serde_json",
5820 "serde_qs 0.8.5",
5821 "serde_urlencoded",
5822 "url",
5823]
5824
5825[[package]]
5826name = "http_client"
5827version = "0.1.0"
5828dependencies = [
5829 "anyhow",
5830 "bytes 1.9.0",
5831 "derive_more",
5832 "futures 0.3.31",
5833 "http 1.2.0",
5834 "log",
5835 "serde",
5836 "serde_json",
5837 "url",
5838]
5839
5840[[package]]
5841name = "httparse"
5842version = "1.9.5"
5843source = "registry+https://github.com/rust-lang/crates.io-index"
5844checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5845
5846[[package]]
5847name = "httpdate"
5848version = "1.0.3"
5849source = "registry+https://github.com/rust-lang/crates.io-index"
5850checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5851
5852[[package]]
5853name = "human_bytes"
5854version = "0.4.3"
5855source = "registry+https://github.com/rust-lang/crates.io-index"
5856checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5857
5858[[package]]
5859name = "humantime"
5860version = "2.1.0"
5861source = "registry+https://github.com/rust-lang/crates.io-index"
5862checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5863
5864[[package]]
5865name = "hyper"
5866version = "0.14.32"
5867source = "registry+https://github.com/rust-lang/crates.io-index"
5868checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5869dependencies = [
5870 "bytes 1.9.0",
5871 "futures-channel",
5872 "futures-core",
5873 "futures-util",
5874 "h2 0.3.26",
5875 "http 0.2.12",
5876 "http-body 0.4.6",
5877 "httparse",
5878 "httpdate",
5879 "itoa",
5880 "pin-project-lite",
5881 "socket2 0.4.10",
5882 "tokio",
5883 "tower-service",
5884 "tracing",
5885 "want",
5886]
5887
5888[[package]]
5889name = "hyper"
5890version = "1.5.1"
5891source = "registry+https://github.com/rust-lang/crates.io-index"
5892checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5893dependencies = [
5894 "bytes 1.9.0",
5895 "futures-channel",
5896 "futures-util",
5897 "h2 0.4.7",
5898 "http 1.2.0",
5899 "http-body 1.0.1",
5900 "httparse",
5901 "itoa",
5902 "pin-project-lite",
5903 "smallvec",
5904 "tokio",
5905 "want",
5906]
5907
5908[[package]]
5909name = "hyper-rustls"
5910version = "0.24.2"
5911source = "registry+https://github.com/rust-lang/crates.io-index"
5912checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5913dependencies = [
5914 "futures-util",
5915 "http 0.2.12",
5916 "hyper 0.14.32",
5917 "log",
5918 "rustls 0.21.12",
5919 "rustls-native-certs 0.6.3",
5920 "tokio",
5921 "tokio-rustls 0.24.1",
5922]
5923
5924[[package]]
5925name = "hyper-rustls"
5926version = "0.27.3"
5927source = "registry+https://github.com/rust-lang/crates.io-index"
5928checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5929dependencies = [
5930 "futures-util",
5931 "http 1.2.0",
5932 "hyper 1.5.1",
5933 "hyper-util",
5934 "rustls 0.23.20",
5935 "rustls-native-certs 0.8.1",
5936 "rustls-pki-types",
5937 "tokio",
5938 "tokio-rustls 0.26.1",
5939 "tower-service",
5940]
5941
5942[[package]]
5943name = "hyper-tls"
5944version = "0.5.0"
5945source = "registry+https://github.com/rust-lang/crates.io-index"
5946checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5947dependencies = [
5948 "bytes 1.9.0",
5949 "hyper 0.14.32",
5950 "native-tls",
5951 "tokio",
5952 "tokio-native-tls",
5953]
5954
5955[[package]]
5956name = "hyper-util"
5957version = "0.1.10"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
5960dependencies = [
5961 "bytes 1.9.0",
5962 "futures-channel",
5963 "futures-util",
5964 "http 1.2.0",
5965 "http-body 1.0.1",
5966 "hyper 1.5.1",
5967 "pin-project-lite",
5968 "socket2 0.5.8",
5969 "tokio",
5970 "tower-service",
5971 "tracing",
5972]
5973
5974[[package]]
5975name = "iana-time-zone"
5976version = "0.1.61"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
5979dependencies = [
5980 "android_system_properties",
5981 "core-foundation-sys",
5982 "iana-time-zone-haiku",
5983 "js-sys",
5984 "wasm-bindgen",
5985 "windows-core 0.52.0",
5986]
5987
5988[[package]]
5989name = "iana-time-zone-haiku"
5990version = "0.1.2"
5991source = "registry+https://github.com/rust-lang/crates.io-index"
5992checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5993dependencies = [
5994 "cc",
5995]
5996
5997[[package]]
5998name = "icu_collections"
5999version = "1.5.0"
6000source = "registry+https://github.com/rust-lang/crates.io-index"
6001checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6002dependencies = [
6003 "displaydoc",
6004 "yoke",
6005 "zerofrom",
6006 "zerovec",
6007]
6008
6009[[package]]
6010name = "icu_locid"
6011version = "1.5.0"
6012source = "registry+https://github.com/rust-lang/crates.io-index"
6013checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6014dependencies = [
6015 "displaydoc",
6016 "litemap",
6017 "tinystr",
6018 "writeable",
6019 "zerovec",
6020]
6021
6022[[package]]
6023name = "icu_locid_transform"
6024version = "1.5.0"
6025source = "registry+https://github.com/rust-lang/crates.io-index"
6026checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6027dependencies = [
6028 "displaydoc",
6029 "icu_locid",
6030 "icu_locid_transform_data",
6031 "icu_provider",
6032 "tinystr",
6033 "zerovec",
6034]
6035
6036[[package]]
6037name = "icu_locid_transform_data"
6038version = "1.5.0"
6039source = "registry+https://github.com/rust-lang/crates.io-index"
6040checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6041
6042[[package]]
6043name = "icu_normalizer"
6044version = "1.5.0"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6047dependencies = [
6048 "displaydoc",
6049 "icu_collections",
6050 "icu_normalizer_data",
6051 "icu_properties",
6052 "icu_provider",
6053 "smallvec",
6054 "utf16_iter",
6055 "utf8_iter",
6056 "write16",
6057 "zerovec",
6058]
6059
6060[[package]]
6061name = "icu_normalizer_data"
6062version = "1.5.0"
6063source = "registry+https://github.com/rust-lang/crates.io-index"
6064checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6065
6066[[package]]
6067name = "icu_properties"
6068version = "1.5.1"
6069source = "registry+https://github.com/rust-lang/crates.io-index"
6070checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6071dependencies = [
6072 "displaydoc",
6073 "icu_collections",
6074 "icu_locid_transform",
6075 "icu_properties_data",
6076 "icu_provider",
6077 "tinystr",
6078 "zerovec",
6079]
6080
6081[[package]]
6082name = "icu_properties_data"
6083version = "1.5.0"
6084source = "registry+https://github.com/rust-lang/crates.io-index"
6085checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6086
6087[[package]]
6088name = "icu_provider"
6089version = "1.5.0"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6092dependencies = [
6093 "displaydoc",
6094 "icu_locid",
6095 "icu_provider_macros",
6096 "stable_deref_trait",
6097 "tinystr",
6098 "writeable",
6099 "yoke",
6100 "zerofrom",
6101 "zerovec",
6102]
6103
6104[[package]]
6105name = "icu_provider_macros"
6106version = "1.5.0"
6107source = "registry+https://github.com/rust-lang/crates.io-index"
6108checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6109dependencies = [
6110 "proc-macro2",
6111 "quote",
6112 "syn 2.0.90",
6113]
6114
6115[[package]]
6116name = "id-arena"
6117version = "2.2.1"
6118source = "registry+https://github.com/rust-lang/crates.io-index"
6119checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6120
6121[[package]]
6122name = "idna"
6123version = "1.0.3"
6124source = "registry+https://github.com/rust-lang/crates.io-index"
6125checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6126dependencies = [
6127 "idna_adapter",
6128 "smallvec",
6129 "utf8_iter",
6130]
6131
6132[[package]]
6133name = "idna_adapter"
6134version = "1.2.0"
6135source = "registry+https://github.com/rust-lang/crates.io-index"
6136checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6137dependencies = [
6138 "icu_normalizer",
6139 "icu_properties",
6140]
6141
6142[[package]]
6143name = "ignore"
6144version = "0.4.23"
6145source = "registry+https://github.com/rust-lang/crates.io-index"
6146checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6147dependencies = [
6148 "crossbeam-deque",
6149 "globset",
6150 "log",
6151 "memchr",
6152 "regex-automata 0.4.9",
6153 "same-file",
6154 "walkdir",
6155 "winapi-util",
6156]
6157
6158[[package]]
6159name = "image"
6160version = "0.25.5"
6161source = "registry+https://github.com/rust-lang/crates.io-index"
6162checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6163dependencies = [
6164 "bytemuck",
6165 "byteorder-lite",
6166 "color_quant",
6167 "exr",
6168 "gif",
6169 "image-webp",
6170 "num-traits",
6171 "png",
6172 "qoi",
6173 "ravif",
6174 "rayon",
6175 "rgb",
6176 "tiff",
6177 "zune-core",
6178 "zune-jpeg",
6179]
6180
6181[[package]]
6182name = "image-webp"
6183version = "0.2.0"
6184source = "registry+https://github.com/rust-lang/crates.io-index"
6185checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6186dependencies = [
6187 "byteorder-lite",
6188 "quick-error",
6189]
6190
6191[[package]]
6192name = "image_viewer"
6193version = "0.1.0"
6194dependencies = [
6195 "anyhow",
6196 "db",
6197 "editor",
6198 "file_icons",
6199 "gpui",
6200 "project",
6201 "settings",
6202 "theme",
6203 "ui",
6204 "util",
6205 "workspace",
6206]
6207
6208[[package]]
6209name = "imagesize"
6210version = "0.13.0"
6211source = "registry+https://github.com/rust-lang/crates.io-index"
6212checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6213
6214[[package]]
6215name = "imgref"
6216version = "1.11.0"
6217source = "registry+https://github.com/rust-lang/crates.io-index"
6218checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6219
6220[[package]]
6221name = "indexed_docs"
6222version = "0.1.0"
6223dependencies = [
6224 "anyhow",
6225 "async-trait",
6226 "cargo_metadata",
6227 "collections",
6228 "derive_more",
6229 "extension",
6230 "fs",
6231 "futures 0.3.31",
6232 "fuzzy",
6233 "gpui",
6234 "heed",
6235 "html_to_markdown",
6236 "http_client",
6237 "indexmap",
6238 "indoc",
6239 "parking_lot",
6240 "paths",
6241 "pretty_assertions",
6242 "serde",
6243 "strum",
6244 "util",
6245]
6246
6247[[package]]
6248name = "indexmap"
6249version = "2.7.0"
6250source = "registry+https://github.com/rust-lang/crates.io-index"
6251checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6252dependencies = [
6253 "equivalent",
6254 "hashbrown 0.15.2",
6255 "serde",
6256]
6257
6258[[package]]
6259name = "indoc"
6260version = "2.0.5"
6261source = "registry+https://github.com/rust-lang/crates.io-index"
6262checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6263
6264[[package]]
6265name = "infer"
6266version = "0.2.3"
6267source = "registry+https://github.com/rust-lang/crates.io-index"
6268checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6269
6270[[package]]
6271name = "inherent"
6272version = "1.0.11"
6273source = "registry+https://github.com/rust-lang/crates.io-index"
6274checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6275dependencies = [
6276 "proc-macro2",
6277 "quote",
6278 "syn 2.0.90",
6279]
6280
6281[[package]]
6282name = "inline_completion"
6283version = "0.1.0"
6284dependencies = [
6285 "gpui",
6286 "language",
6287]
6288
6289[[package]]
6290name = "inline_completion_button"
6291version = "0.1.0"
6292dependencies = [
6293 "anyhow",
6294 "copilot",
6295 "editor",
6296 "feature_flags",
6297 "fs",
6298 "futures 0.3.31",
6299 "gpui",
6300 "indoc",
6301 "language",
6302 "lsp",
6303 "paths",
6304 "project",
6305 "serde_json",
6306 "settings",
6307 "supermaven",
6308 "theme",
6309 "ui",
6310 "workspace",
6311 "zed_actions",
6312 "zeta",
6313]
6314
6315[[package]]
6316name = "inotify"
6317version = "0.9.6"
6318source = "registry+https://github.com/rust-lang/crates.io-index"
6319checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6320dependencies = [
6321 "bitflags 1.3.2",
6322 "inotify-sys",
6323 "libc",
6324]
6325
6326[[package]]
6327name = "inotify-sys"
6328version = "0.1.5"
6329source = "registry+https://github.com/rust-lang/crates.io-index"
6330checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6331dependencies = [
6332 "libc",
6333]
6334
6335[[package]]
6336name = "inout"
6337version = "0.1.3"
6338source = "registry+https://github.com/rust-lang/crates.io-index"
6339checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6340dependencies = [
6341 "block-padding",
6342 "generic-array",
6343]
6344
6345[[package]]
6346name = "install_cli"
6347version = "0.1.0"
6348dependencies = [
6349 "anyhow",
6350 "gpui",
6351 "smol",
6352 "util",
6353]
6354
6355[[package]]
6356name = "instant"
6357version = "0.1.13"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6360dependencies = [
6361 "cfg-if",
6362]
6363
6364[[package]]
6365name = "interpolate_name"
6366version = "0.2.4"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6369dependencies = [
6370 "proc-macro2",
6371 "quote",
6372 "syn 2.0.90",
6373]
6374
6375[[package]]
6376name = "io-extras"
6377version = "0.18.4"
6378source = "registry+https://github.com/rust-lang/crates.io-index"
6379checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6380dependencies = [
6381 "io-lifetimes 2.0.4",
6382 "windows-sys 0.59.0",
6383]
6384
6385[[package]]
6386name = "io-lifetimes"
6387version = "1.0.11"
6388source = "registry+https://github.com/rust-lang/crates.io-index"
6389checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
6390dependencies = [
6391 "hermit-abi 0.3.9",
6392 "libc",
6393 "windows-sys 0.48.0",
6394]
6395
6396[[package]]
6397name = "io-lifetimes"
6398version = "2.0.4"
6399source = "registry+https://github.com/rust-lang/crates.io-index"
6400checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6401
6402[[package]]
6403name = "iovec"
6404version = "0.1.4"
6405source = "registry+https://github.com/rust-lang/crates.io-index"
6406checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6407dependencies = [
6408 "libc",
6409]
6410
6411[[package]]
6412name = "ipc-channel"
6413version = "0.19.0"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6416dependencies = [
6417 "bincode",
6418 "crossbeam-channel",
6419 "fnv",
6420 "lazy_static",
6421 "libc",
6422 "mio 1.0.3",
6423 "rand 0.8.5",
6424 "serde",
6425 "tempfile",
6426 "uuid",
6427 "windows 0.58.0",
6428]
6429
6430[[package]]
6431name = "ipnet"
6432version = "2.10.1"
6433source = "registry+https://github.com/rust-lang/crates.io-index"
6434checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6435
6436[[package]]
6437name = "is-docker"
6438version = "0.2.0"
6439source = "registry+https://github.com/rust-lang/crates.io-index"
6440checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6441dependencies = [
6442 "once_cell",
6443]
6444
6445[[package]]
6446name = "is-terminal"
6447version = "0.4.13"
6448source = "registry+https://github.com/rust-lang/crates.io-index"
6449checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6450dependencies = [
6451 "hermit-abi 0.4.0",
6452 "libc",
6453 "windows-sys 0.52.0",
6454]
6455
6456[[package]]
6457name = "is-wsl"
6458version = "0.4.0"
6459source = "registry+https://github.com/rust-lang/crates.io-index"
6460checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6461dependencies = [
6462 "is-docker",
6463 "once_cell",
6464]
6465
6466[[package]]
6467name = "is_terminal_polyfill"
6468version = "1.70.1"
6469source = "registry+https://github.com/rust-lang/crates.io-index"
6470checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6471
6472[[package]]
6473name = "itertools"
6474version = "0.10.5"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6477dependencies = [
6478 "either",
6479]
6480
6481[[package]]
6482name = "itertools"
6483version = "0.11.0"
6484source = "registry+https://github.com/rust-lang/crates.io-index"
6485checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6486dependencies = [
6487 "either",
6488]
6489
6490[[package]]
6491name = "itertools"
6492version = "0.12.1"
6493source = "registry+https://github.com/rust-lang/crates.io-index"
6494checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6495dependencies = [
6496 "either",
6497]
6498
6499[[package]]
6500name = "itertools"
6501version = "0.13.0"
6502source = "registry+https://github.com/rust-lang/crates.io-index"
6503checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6504dependencies = [
6505 "either",
6506]
6507
6508[[package]]
6509name = "itoa"
6510version = "1.0.14"
6511source = "registry+https://github.com/rust-lang/crates.io-index"
6512checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6513
6514[[package]]
6515name = "jni"
6516version = "0.21.1"
6517source = "registry+https://github.com/rust-lang/crates.io-index"
6518checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6519dependencies = [
6520 "cesu8",
6521 "cfg-if",
6522 "combine",
6523 "jni-sys",
6524 "log",
6525 "thiserror 1.0.69",
6526 "walkdir",
6527 "windows-sys 0.45.0",
6528]
6529
6530[[package]]
6531name = "jni-sys"
6532version = "0.3.0"
6533source = "registry+https://github.com/rust-lang/crates.io-index"
6534checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6535
6536[[package]]
6537name = "jobserver"
6538version = "0.1.32"
6539source = "registry+https://github.com/rust-lang/crates.io-index"
6540checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6541dependencies = [
6542 "libc",
6543]
6544
6545[[package]]
6546name = "journal"
6547version = "0.1.0"
6548dependencies = [
6549 "anyhow",
6550 "chrono",
6551 "editor",
6552 "gpui",
6553 "log",
6554 "schemars",
6555 "serde",
6556 "settings",
6557 "shellexpand 2.1.2",
6558 "workspace",
6559]
6560
6561[[package]]
6562name = "jpeg-decoder"
6563version = "0.3.1"
6564source = "registry+https://github.com/rust-lang/crates.io-index"
6565checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6566
6567[[package]]
6568name = "js-sys"
6569version = "0.3.76"
6570source = "registry+https://github.com/rust-lang/crates.io-index"
6571checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6572dependencies = [
6573 "once_cell",
6574 "wasm-bindgen",
6575]
6576
6577[[package]]
6578name = "jsonwebtoken"
6579version = "9.3.0"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6582dependencies = [
6583 "base64 0.21.7",
6584 "js-sys",
6585 "pem",
6586 "ring",
6587 "serde",
6588 "serde_json",
6589 "simple_asn1",
6590]
6591
6592[[package]]
6593name = "jupyter-protocol"
6594version = "0.5.0"
6595source = "registry+https://github.com/rust-lang/crates.io-index"
6596checksum = "503458f8125fd9047ed0a9d95d7a93adc5eaf8bce48757c6d401e09f71ad3407"
6597dependencies = [
6598 "anyhow",
6599 "async-trait",
6600 "bytes 1.9.0",
6601 "chrono",
6602 "futures 0.3.31",
6603 "serde",
6604 "serde_json",
6605 "uuid",
6606]
6607
6608[[package]]
6609name = "jupyter-websocket-client"
6610version = "0.8.0"
6611source = "registry+https://github.com/rust-lang/crates.io-index"
6612checksum = "58d9afa5bc6eeafb78f710a2efc585f69099f8b6a99dc7eb826581e3773a6e31"
6613dependencies = [
6614 "anyhow",
6615 "async-trait",
6616 "async-tungstenite 0.28.2",
6617 "futures 0.3.31",
6618 "jupyter-protocol",
6619 "serde",
6620 "serde_json",
6621 "url",
6622 "uuid",
6623]
6624
6625[[package]]
6626name = "khronos-egl"
6627version = "6.0.0"
6628source = "registry+https://github.com/rust-lang/crates.io-index"
6629checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6630dependencies = [
6631 "libc",
6632 "libloading",
6633]
6634
6635[[package]]
6636name = "kqueue"
6637version = "1.0.8"
6638source = "registry+https://github.com/rust-lang/crates.io-index"
6639checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6640dependencies = [
6641 "kqueue-sys",
6642 "libc",
6643]
6644
6645[[package]]
6646name = "kqueue-sys"
6647version = "1.0.4"
6648source = "registry+https://github.com/rust-lang/crates.io-index"
6649checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6650dependencies = [
6651 "bitflags 1.3.2",
6652 "libc",
6653]
6654
6655[[package]]
6656name = "kurbo"
6657version = "0.11.1"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6660dependencies = [
6661 "arrayvec",
6662 "smallvec",
6663]
6664
6665[[package]]
6666name = "kv-log-macro"
6667version = "1.0.7"
6668source = "registry+https://github.com/rust-lang/crates.io-index"
6669checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6670dependencies = [
6671 "log",
6672]
6673
6674[[package]]
6675name = "language"
6676version = "0.1.0"
6677dependencies = [
6678 "anyhow",
6679 "async-trait",
6680 "async-watch",
6681 "clock",
6682 "collections",
6683 "ctor",
6684 "ec4rs",
6685 "env_logger 0.11.6",
6686 "fs",
6687 "futures 0.3.31",
6688 "fuzzy",
6689 "globset",
6690 "gpui",
6691 "http_client",
6692 "indoc",
6693 "itertools 0.13.0",
6694 "log",
6695 "lsp",
6696 "parking_lot",
6697 "postage",
6698 "pretty_assertions",
6699 "pulldown-cmark 0.12.2",
6700 "rand 0.8.5",
6701 "regex",
6702 "rpc",
6703 "schemars",
6704 "serde",
6705 "serde_json",
6706 "settings",
6707 "similar",
6708 "smallvec",
6709 "smol",
6710 "strsim",
6711 "sum_tree",
6712 "task",
6713 "text",
6714 "theme",
6715 "tree-sitter",
6716 "tree-sitter-elixir",
6717 "tree-sitter-embedded-template",
6718 "tree-sitter-heex",
6719 "tree-sitter-html",
6720 "tree-sitter-json",
6721 "tree-sitter-md",
6722 "tree-sitter-ruby",
6723 "tree-sitter-rust",
6724 "tree-sitter-typescript",
6725 "unicase",
6726 "unindent",
6727 "util",
6728]
6729
6730[[package]]
6731name = "language_extension"
6732version = "0.1.0"
6733dependencies = [
6734 "anyhow",
6735 "async-trait",
6736 "collections",
6737 "extension",
6738 "futures 0.3.31",
6739 "gpui",
6740 "language",
6741 "lsp",
6742 "serde",
6743 "serde_json",
6744 "util",
6745]
6746
6747[[package]]
6748name = "language_model"
6749version = "0.1.0"
6750dependencies = [
6751 "anthropic",
6752 "anyhow",
6753 "base64 0.22.1",
6754 "collections",
6755 "futures 0.3.31",
6756 "google_ai",
6757 "gpui",
6758 "http_client",
6759 "image",
6760 "log",
6761 "ollama",
6762 "open_ai",
6763 "parking_lot",
6764 "proto",
6765 "schemars",
6766 "serde",
6767 "serde_json",
6768 "smol",
6769 "strum",
6770 "ui",
6771 "util",
6772]
6773
6774[[package]]
6775name = "language_model_selector"
6776version = "0.1.0"
6777dependencies = [
6778 "feature_flags",
6779 "gpui",
6780 "language_model",
6781 "picker",
6782 "proto",
6783 "ui",
6784 "workspace",
6785 "zed_actions",
6786]
6787
6788[[package]]
6789name = "language_models"
6790version = "0.1.0"
6791dependencies = [
6792 "anthropic",
6793 "anyhow",
6794 "client",
6795 "collections",
6796 "copilot",
6797 "editor",
6798 "feature_flags",
6799 "fs",
6800 "futures 0.3.31",
6801 "google_ai",
6802 "gpui",
6803 "http_client",
6804 "language_model",
6805 "menu",
6806 "ollama",
6807 "open_ai",
6808 "project",
6809 "proto",
6810 "schemars",
6811 "serde",
6812 "serde_json",
6813 "settings",
6814 "smol",
6815 "strum",
6816 "telemetry_events",
6817 "theme",
6818 "thiserror 1.0.69",
6819 "tiktoken-rs",
6820 "ui",
6821 "util",
6822]
6823
6824[[package]]
6825name = "language_selector"
6826version = "0.1.0"
6827dependencies = [
6828 "anyhow",
6829 "editor",
6830 "file_finder",
6831 "file_icons",
6832 "fuzzy",
6833 "gpui",
6834 "language",
6835 "picker",
6836 "project",
6837 "settings",
6838 "ui",
6839 "util",
6840 "workspace",
6841]
6842
6843[[package]]
6844name = "language_tools"
6845version = "0.1.0"
6846dependencies = [
6847 "anyhow",
6848 "client",
6849 "collections",
6850 "copilot",
6851 "editor",
6852 "env_logger 0.11.6",
6853 "futures 0.3.31",
6854 "gpui",
6855 "itertools 0.13.0",
6856 "language",
6857 "lsp",
6858 "project",
6859 "release_channel",
6860 "serde_json",
6861 "settings",
6862 "theme",
6863 "tree-sitter",
6864 "ui",
6865 "util",
6866 "workspace",
6867 "zed_actions",
6868]
6869
6870[[package]]
6871name = "languages"
6872version = "0.1.0"
6873dependencies = [
6874 "anyhow",
6875 "async-compression",
6876 "async-tar",
6877 "async-trait",
6878 "collections",
6879 "futures 0.3.31",
6880 "gpui",
6881 "http_client",
6882 "language",
6883 "log",
6884 "lsp",
6885 "node_runtime",
6886 "paths",
6887 "pet",
6888 "pet-conda",
6889 "pet-core",
6890 "pet-fs",
6891 "pet-poetry",
6892 "pet-reporter",
6893 "project",
6894 "regex",
6895 "rope",
6896 "rust-embed",
6897 "serde",
6898 "serde_json",
6899 "settings",
6900 "smol",
6901 "task",
6902 "text",
6903 "theme",
6904 "toml 0.8.19",
6905 "tree-sitter",
6906 "tree-sitter-bash",
6907 "tree-sitter-c",
6908 "tree-sitter-cpp",
6909 "tree-sitter-css",
6910 "tree-sitter-diff",
6911 "tree-sitter-go",
6912 "tree-sitter-gomod",
6913 "tree-sitter-gowork",
6914 "tree-sitter-jsdoc",
6915 "tree-sitter-json",
6916 "tree-sitter-md",
6917 "tree-sitter-python",
6918 "tree-sitter-regex",
6919 "tree-sitter-rust",
6920 "tree-sitter-typescript",
6921 "tree-sitter-yaml",
6922 "unindent",
6923 "util",
6924 "workspace",
6925]
6926
6927[[package]]
6928name = "lazy_static"
6929version = "1.5.0"
6930source = "registry+https://github.com/rust-lang/crates.io-index"
6931checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6932dependencies = [
6933 "spin",
6934]
6935
6936[[package]]
6937name = "leb128"
6938version = "0.2.5"
6939source = "registry+https://github.com/rust-lang/crates.io-index"
6940checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6941
6942[[package]]
6943name = "lebe"
6944version = "0.5.2"
6945source = "registry+https://github.com/rust-lang/crates.io-index"
6946checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6947
6948[[package]]
6949name = "libc"
6950version = "0.2.169"
6951source = "registry+https://github.com/rust-lang/crates.io-index"
6952checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
6953
6954[[package]]
6955name = "libdbus-sys"
6956version = "0.2.5"
6957source = "registry+https://github.com/rust-lang/crates.io-index"
6958checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6959dependencies = [
6960 "cc",
6961 "pkg-config",
6962]
6963
6964[[package]]
6965name = "libfuzzer-sys"
6966version = "0.4.8"
6967source = "registry+https://github.com/rust-lang/crates.io-index"
6968checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
6969dependencies = [
6970 "arbitrary",
6971 "cc",
6972]
6973
6974[[package]]
6975name = "libgit2-sys"
6976version = "0.17.0+1.8.1"
6977source = "registry+https://github.com/rust-lang/crates.io-index"
6978checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6979dependencies = [
6980 "cc",
6981 "libc",
6982 "libz-sys",
6983 "pkg-config",
6984]
6985
6986[[package]]
6987name = "libloading"
6988version = "0.8.6"
6989source = "registry+https://github.com/rust-lang/crates.io-index"
6990checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
6991dependencies = [
6992 "cfg-if",
6993 "windows-targets 0.52.6",
6994]
6995
6996[[package]]
6997name = "libm"
6998version = "0.2.11"
6999source = "registry+https://github.com/rust-lang/crates.io-index"
7000checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7001
7002[[package]]
7003name = "libmimalloc-sys"
7004version = "0.1.39"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7007dependencies = [
7008 "cc",
7009 "libc",
7010]
7011
7012[[package]]
7013name = "libredox"
7014version = "0.1.3"
7015source = "registry+https://github.com/rust-lang/crates.io-index"
7016checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7017dependencies = [
7018 "bitflags 2.6.0",
7019 "libc",
7020 "redox_syscall 0.5.8",
7021]
7022
7023[[package]]
7024name = "libsqlite3-sys"
7025version = "0.30.1"
7026source = "registry+https://github.com/rust-lang/crates.io-index"
7027checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7028dependencies = [
7029 "cc",
7030 "pkg-config",
7031 "vcpkg",
7032]
7033
7034[[package]]
7035name = "libwebrtc"
7036version = "0.3.7"
7037source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7038dependencies = [
7039 "cxx",
7040 "jni",
7041 "js-sys",
7042 "lazy_static",
7043 "livekit-protocol",
7044 "livekit-runtime",
7045 "log",
7046 "parking_lot",
7047 "serde",
7048 "serde_json",
7049 "thiserror 1.0.69",
7050 "tokio",
7051 "wasm-bindgen",
7052 "wasm-bindgen-futures",
7053 "web-sys",
7054 "webrtc-sys",
7055]
7056
7057[[package]]
7058name = "libz-sys"
7059version = "1.1.20"
7060source = "registry+https://github.com/rust-lang/crates.io-index"
7061checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7062dependencies = [
7063 "cc",
7064 "libc",
7065 "pkg-config",
7066 "vcpkg",
7067]
7068
7069[[package]]
7070name = "link-cplusplus"
7071version = "1.0.9"
7072source = "registry+https://github.com/rust-lang/crates.io-index"
7073checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7074dependencies = [
7075 "cc",
7076]
7077
7078[[package]]
7079name = "linkify"
7080version = "0.10.0"
7081source = "registry+https://github.com/rust-lang/crates.io-index"
7082checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7083dependencies = [
7084 "memchr",
7085]
7086
7087[[package]]
7088name = "linkme"
7089version = "0.3.31"
7090source = "registry+https://github.com/rust-lang/crates.io-index"
7091checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7092dependencies = [
7093 "linkme-impl",
7094]
7095
7096[[package]]
7097name = "linkme-impl"
7098version = "0.3.31"
7099source = "registry+https://github.com/rust-lang/crates.io-index"
7100checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7101dependencies = [
7102 "proc-macro2",
7103 "quote",
7104 "syn 2.0.90",
7105]
7106
7107[[package]]
7108name = "linux-raw-sys"
7109version = "0.3.8"
7110source = "registry+https://github.com/rust-lang/crates.io-index"
7111checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
7112
7113[[package]]
7114name = "linux-raw-sys"
7115version = "0.4.14"
7116source = "registry+https://github.com/rust-lang/crates.io-index"
7117checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7118
7119[[package]]
7120name = "litemap"
7121version = "0.7.4"
7122source = "registry+https://github.com/rust-lang/crates.io-index"
7123checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7124
7125[[package]]
7126name = "livekit"
7127version = "0.7.0"
7128source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7129dependencies = [
7130 "chrono",
7131 "futures-util",
7132 "lazy_static",
7133 "libwebrtc",
7134 "livekit-api",
7135 "livekit-protocol",
7136 "livekit-runtime",
7137 "log",
7138 "parking_lot",
7139 "prost 0.12.6",
7140 "semver",
7141 "serde",
7142 "serde_json",
7143 "thiserror 1.0.69",
7144 "tokio",
7145]
7146
7147[[package]]
7148name = "livekit-api"
7149version = "0.4.1"
7150source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7151dependencies = [
7152 "async-tungstenite 0.25.1",
7153 "futures-util",
7154 "http 0.2.12",
7155 "jsonwebtoken",
7156 "livekit-protocol",
7157 "livekit-runtime",
7158 "log",
7159 "parking_lot",
7160 "prost 0.12.6",
7161 "reqwest 0.11.27",
7162 "scopeguard",
7163 "serde",
7164 "serde_json",
7165 "sha2",
7166 "thiserror 1.0.69",
7167 "tokio",
7168 "tokio-tungstenite 0.20.1",
7169 "url",
7170]
7171
7172[[package]]
7173name = "livekit-protocol"
7174version = "0.3.6"
7175source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7176dependencies = [
7177 "futures-util",
7178 "livekit-runtime",
7179 "parking_lot",
7180 "pbjson",
7181 "pbjson-types",
7182 "prost 0.12.6",
7183 "prost-types 0.12.6",
7184 "serde",
7185 "thiserror 1.0.69",
7186 "tokio",
7187]
7188
7189[[package]]
7190name = "livekit-runtime"
7191version = "0.3.1"
7192source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7193dependencies = [
7194 "async-io 2.4.0",
7195 "async-std",
7196 "async-task",
7197 "futures 0.3.31",
7198]
7199
7200[[package]]
7201name = "livekit_client"
7202version = "0.1.0"
7203dependencies = [
7204 "anyhow",
7205 "async-trait",
7206 "collections",
7207 "core-foundation 0.9.4",
7208 "coreaudio-rs 0.12.1",
7209 "cpal",
7210 "futures 0.3.31",
7211 "gpui",
7212 "http 0.2.12",
7213 "http_client",
7214 "image",
7215 "livekit",
7216 "livekit_server",
7217 "log",
7218 "media",
7219 "nanoid",
7220 "parking_lot",
7221 "postage",
7222 "serde",
7223 "serde_json",
7224 "sha2",
7225 "simplelog",
7226 "smallvec",
7227 "util",
7228]
7229
7230[[package]]
7231name = "livekit_client_macos"
7232version = "0.1.0"
7233dependencies = [
7234 "anyhow",
7235 "async-broadcast",
7236 "async-trait",
7237 "collections",
7238 "core-foundation 0.9.4",
7239 "futures 0.3.31",
7240 "gpui",
7241 "livekit_server",
7242 "log",
7243 "media",
7244 "nanoid",
7245 "parking_lot",
7246 "postage",
7247 "serde",
7248 "serde_json",
7249 "sha2",
7250 "simplelog",
7251]
7252
7253[[package]]
7254name = "livekit_server"
7255version = "0.1.0"
7256dependencies = [
7257 "anyhow",
7258 "async-trait",
7259 "jsonwebtoken",
7260 "log",
7261 "prost 0.9.0",
7262 "prost-build 0.9.0",
7263 "prost-types 0.9.0",
7264 "reqwest 0.12.8",
7265 "serde",
7266]
7267
7268[[package]]
7269name = "lmdb-master-sys"
7270version = "0.2.4"
7271source = "registry+https://github.com/rust-lang/crates.io-index"
7272checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7273dependencies = [
7274 "cc",
7275 "doxygen-rs",
7276 "libc",
7277]
7278
7279[[package]]
7280name = "lock_api"
7281version = "0.4.12"
7282source = "registry+https://github.com/rust-lang/crates.io-index"
7283checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7284dependencies = [
7285 "autocfg",
7286 "scopeguard",
7287]
7288
7289[[package]]
7290name = "log"
7291version = "0.4.22"
7292source = "registry+https://github.com/rust-lang/crates.io-index"
7293checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
7294dependencies = [
7295 "serde",
7296 "value-bag",
7297]
7298
7299[[package]]
7300name = "loop9"
7301version = "0.1.5"
7302source = "registry+https://github.com/rust-lang/crates.io-index"
7303checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7304dependencies = [
7305 "imgref",
7306]
7307
7308[[package]]
7309name = "lru"
7310version = "0.12.5"
7311source = "registry+https://github.com/rust-lang/crates.io-index"
7312checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7313dependencies = [
7314 "hashbrown 0.15.2",
7315]
7316
7317[[package]]
7318name = "lsp"
7319version = "0.1.0"
7320dependencies = [
7321 "anyhow",
7322 "async-pipe",
7323 "collections",
7324 "ctor",
7325 "env_logger 0.11.6",
7326 "futures 0.3.31",
7327 "gpui",
7328 "log",
7329 "lsp-types",
7330 "parking_lot",
7331 "postage",
7332 "release_channel",
7333 "schemars",
7334 "serde",
7335 "serde_json",
7336 "smol",
7337 "util",
7338]
7339
7340[[package]]
7341name = "lsp-types"
7342version = "0.95.1"
7343source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7344dependencies = [
7345 "bitflags 1.3.2",
7346 "serde",
7347 "serde_json",
7348 "serde_repr",
7349 "url",
7350]
7351
7352[[package]]
7353name = "mac"
7354version = "0.1.1"
7355source = "registry+https://github.com/rust-lang/crates.io-index"
7356checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7357
7358[[package]]
7359name = "mach2"
7360version = "0.4.2"
7361source = "registry+https://github.com/rust-lang/crates.io-index"
7362checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7363dependencies = [
7364 "libc",
7365]
7366
7367[[package]]
7368name = "malloc_buf"
7369version = "0.0.6"
7370source = "registry+https://github.com/rust-lang/crates.io-index"
7371checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7372dependencies = [
7373 "libc",
7374]
7375
7376[[package]]
7377name = "maplit"
7378version = "1.0.2"
7379source = "registry+https://github.com/rust-lang/crates.io-index"
7380checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7381
7382[[package]]
7383name = "markdown"
7384version = "0.1.0"
7385dependencies = [
7386 "anyhow",
7387 "assets",
7388 "env_logger 0.11.6",
7389 "futures 0.3.31",
7390 "gpui",
7391 "language",
7392 "languages",
7393 "linkify",
7394 "log",
7395 "node_runtime",
7396 "pulldown-cmark 0.12.2",
7397 "settings",
7398 "theme",
7399 "ui",
7400 "util",
7401]
7402
7403[[package]]
7404name = "markdown_preview"
7405version = "0.1.0"
7406dependencies = [
7407 "anyhow",
7408 "async-recursion 1.1.1",
7409 "collections",
7410 "editor",
7411 "gpui",
7412 "language",
7413 "linkify",
7414 "log",
7415 "pretty_assertions",
7416 "pulldown-cmark 0.12.2",
7417 "settings",
7418 "theme",
7419 "ui",
7420 "util",
7421 "workspace",
7422]
7423
7424[[package]]
7425name = "markup5ever"
7426version = "0.12.1"
7427source = "registry+https://github.com/rust-lang/crates.io-index"
7428checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7429dependencies = [
7430 "log",
7431 "phf",
7432 "phf_codegen",
7433 "string_cache",
7434 "string_cache_codegen",
7435 "tendril",
7436]
7437
7438[[package]]
7439name = "markup5ever_rcdom"
7440version = "0.3.0"
7441source = "registry+https://github.com/rust-lang/crates.io-index"
7442checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7443dependencies = [
7444 "html5ever",
7445 "markup5ever",
7446 "tendril",
7447 "xml5ever",
7448]
7449
7450[[package]]
7451name = "matchers"
7452version = "0.1.0"
7453source = "registry+https://github.com/rust-lang/crates.io-index"
7454checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7455dependencies = [
7456 "regex-automata 0.1.10",
7457]
7458
7459[[package]]
7460name = "matchit"
7461version = "0.7.3"
7462source = "registry+https://github.com/rust-lang/crates.io-index"
7463checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7464
7465[[package]]
7466name = "maybe-owned"
7467version = "0.3.4"
7468source = "registry+https://github.com/rust-lang/crates.io-index"
7469checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7470
7471[[package]]
7472name = "maybe-rayon"
7473version = "0.1.1"
7474source = "registry+https://github.com/rust-lang/crates.io-index"
7475checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7476dependencies = [
7477 "cfg-if",
7478 "rayon",
7479]
7480
7481[[package]]
7482name = "md-5"
7483version = "0.10.6"
7484source = "registry+https://github.com/rust-lang/crates.io-index"
7485checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7486dependencies = [
7487 "cfg-if",
7488 "digest",
7489]
7490
7491[[package]]
7492name = "mdbook"
7493version = "0.4.43"
7494source = "registry+https://github.com/rust-lang/crates.io-index"
7495checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7496dependencies = [
7497 "ammonia",
7498 "anyhow",
7499 "chrono",
7500 "clap",
7501 "clap_complete",
7502 "elasticlunr-rs",
7503 "env_logger 0.11.6",
7504 "futures-util",
7505 "handlebars 6.2.0",
7506 "ignore",
7507 "log",
7508 "memchr",
7509 "notify",
7510 "notify-debouncer-mini",
7511 "once_cell",
7512 "opener",
7513 "pathdiff",
7514 "pulldown-cmark 0.10.3",
7515 "regex",
7516 "serde",
7517 "serde_json",
7518 "shlex",
7519 "tempfile",
7520 "tokio",
7521 "toml 0.5.11",
7522 "topological-sort",
7523 "walkdir",
7524 "warp",
7525]
7526
7527[[package]]
7528name = "media"
7529version = "0.1.0"
7530dependencies = [
7531 "anyhow",
7532 "bindgen",
7533 "core-foundation 0.9.4",
7534 "ctor",
7535 "foreign-types 0.5.0",
7536 "metal",
7537 "objc",
7538]
7539
7540[[package]]
7541name = "memchr"
7542version = "2.7.4"
7543source = "registry+https://github.com/rust-lang/crates.io-index"
7544checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7545
7546[[package]]
7547name = "memfd"
7548version = "0.6.4"
7549source = "registry+https://github.com/rust-lang/crates.io-index"
7550checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7551dependencies = [
7552 "rustix 0.38.42",
7553]
7554
7555[[package]]
7556name = "memmap2"
7557version = "0.9.5"
7558source = "registry+https://github.com/rust-lang/crates.io-index"
7559checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7560dependencies = [
7561 "libc",
7562]
7563
7564[[package]]
7565name = "memoffset"
7566version = "0.9.1"
7567source = "registry+https://github.com/rust-lang/crates.io-index"
7568checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7569dependencies = [
7570 "autocfg",
7571]
7572
7573[[package]]
7574name = "menu"
7575version = "0.1.0"
7576dependencies = [
7577 "gpui",
7578 "serde",
7579]
7580
7581[[package]]
7582name = "metal"
7583version = "0.30.0"
7584source = "registry+https://github.com/rust-lang/crates.io-index"
7585checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7586dependencies = [
7587 "bitflags 2.6.0",
7588 "block",
7589 "core-graphics-types 0.1.3",
7590 "foreign-types 0.5.0",
7591 "log",
7592 "objc",
7593 "paste",
7594]
7595
7596[[package]]
7597name = "mimalloc"
7598version = "0.1.43"
7599source = "registry+https://github.com/rust-lang/crates.io-index"
7600checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7601dependencies = [
7602 "libmimalloc-sys",
7603]
7604
7605[[package]]
7606name = "mime"
7607version = "0.3.17"
7608source = "registry+https://github.com/rust-lang/crates.io-index"
7609checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7610
7611[[package]]
7612name = "mime_guess"
7613version = "2.0.5"
7614source = "registry+https://github.com/rust-lang/crates.io-index"
7615checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7616dependencies = [
7617 "mime",
7618 "unicase",
7619]
7620
7621[[package]]
7622name = "minimal-lexical"
7623version = "0.2.1"
7624source = "registry+https://github.com/rust-lang/crates.io-index"
7625checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7626
7627[[package]]
7628name = "miniz_oxide"
7629version = "0.8.0"
7630source = "registry+https://github.com/rust-lang/crates.io-index"
7631checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7632dependencies = [
7633 "adler2",
7634 "simd-adler32",
7635]
7636
7637[[package]]
7638name = "mint"
7639version = "0.5.9"
7640source = "registry+https://github.com/rust-lang/crates.io-index"
7641checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7642
7643[[package]]
7644name = "mio"
7645version = "0.8.11"
7646source = "registry+https://github.com/rust-lang/crates.io-index"
7647checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7648dependencies = [
7649 "libc",
7650 "log",
7651 "wasi 0.11.0+wasi-snapshot-preview1",
7652 "windows-sys 0.48.0",
7653]
7654
7655[[package]]
7656name = "mio"
7657version = "1.0.3"
7658source = "registry+https://github.com/rust-lang/crates.io-index"
7659checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7660dependencies = [
7661 "libc",
7662 "log",
7663 "wasi 0.11.0+wasi-snapshot-preview1",
7664 "windows-sys 0.52.0",
7665]
7666
7667[[package]]
7668name = "miow"
7669version = "0.6.0"
7670source = "registry+https://github.com/rust-lang/crates.io-index"
7671checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7672dependencies = [
7673 "windows-sys 0.48.0",
7674]
7675
7676[[package]]
7677name = "msvc_spectre_libs"
7678version = "0.1.2"
7679source = "registry+https://github.com/rust-lang/crates.io-index"
7680checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7681dependencies = [
7682 "cc",
7683]
7684
7685[[package]]
7686name = "multi_buffer"
7687version = "0.1.0"
7688dependencies = [
7689 "anyhow",
7690 "clock",
7691 "collections",
7692 "ctor",
7693 "env_logger 0.11.6",
7694 "futures 0.3.31",
7695 "gpui",
7696 "itertools 0.13.0",
7697 "language",
7698 "log",
7699 "parking_lot",
7700 "rand 0.8.5",
7701 "serde",
7702 "settings",
7703 "smallvec",
7704 "sum_tree",
7705 "text",
7706 "theme",
7707 "tree-sitter",
7708 "util",
7709]
7710
7711[[package]]
7712name = "multimap"
7713version = "0.8.3"
7714source = "registry+https://github.com/rust-lang/crates.io-index"
7715checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7716
7717[[package]]
7718name = "multimap"
7719version = "0.10.0"
7720source = "registry+https://github.com/rust-lang/crates.io-index"
7721checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7722
7723[[package]]
7724name = "naga"
7725version = "23.1.0"
7726source = "registry+https://github.com/rust-lang/crates.io-index"
7727checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7728dependencies = [
7729 "arrayvec",
7730 "bit-set 0.8.0",
7731 "bitflags 2.6.0",
7732 "cfg_aliases 0.1.1",
7733 "codespan-reporting",
7734 "hexf-parse",
7735 "indexmap",
7736 "log",
7737 "rustc-hash 1.1.0",
7738 "spirv",
7739 "termcolor",
7740 "thiserror 1.0.69",
7741 "unicode-xid",
7742]
7743
7744[[package]]
7745name = "nanoid"
7746version = "0.4.0"
7747source = "registry+https://github.com/rust-lang/crates.io-index"
7748checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7749dependencies = [
7750 "rand 0.8.5",
7751]
7752
7753[[package]]
7754name = "nanorand"
7755version = "0.7.0"
7756source = "registry+https://github.com/rust-lang/crates.io-index"
7757checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7758dependencies = [
7759 "getrandom 0.2.15",
7760]
7761
7762[[package]]
7763name = "native-tls"
7764version = "0.2.12"
7765source = "registry+https://github.com/rust-lang/crates.io-index"
7766checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7767dependencies = [
7768 "libc",
7769 "log",
7770 "openssl",
7771 "openssl-probe",
7772 "openssl-sys",
7773 "schannel",
7774 "security-framework 2.11.1",
7775 "security-framework-sys",
7776 "tempfile",
7777]
7778
7779[[package]]
7780name = "nbformat"
7781version = "0.9.0"
7782source = "registry+https://github.com/rust-lang/crates.io-index"
7783checksum = "19835ad46507d80d9671e10a1c7c335655f4f3033aeb066fe025f14e070c2e66"
7784dependencies = [
7785 "anyhow",
7786 "chrono",
7787 "jupyter-protocol",
7788 "serde",
7789 "serde_json",
7790 "thiserror 1.0.69",
7791 "uuid",
7792]
7793
7794[[package]]
7795name = "ndk"
7796version = "0.8.0"
7797source = "registry+https://github.com/rust-lang/crates.io-index"
7798checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7799dependencies = [
7800 "bitflags 2.6.0",
7801 "jni-sys",
7802 "log",
7803 "ndk-sys",
7804 "num_enum",
7805 "thiserror 1.0.69",
7806]
7807
7808[[package]]
7809name = "ndk-context"
7810version = "0.1.1"
7811source = "registry+https://github.com/rust-lang/crates.io-index"
7812checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7813
7814[[package]]
7815name = "ndk-sys"
7816version = "0.5.0+25.2.9519653"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7819dependencies = [
7820 "jni-sys",
7821]
7822
7823[[package]]
7824name = "new_debug_unreachable"
7825version = "1.0.6"
7826source = "registry+https://github.com/rust-lang/crates.io-index"
7827checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7828
7829[[package]]
7830name = "nix"
7831version = "0.29.0"
7832source = "registry+https://github.com/rust-lang/crates.io-index"
7833checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7834dependencies = [
7835 "bitflags 2.6.0",
7836 "cfg-if",
7837 "cfg_aliases 0.2.1",
7838 "libc",
7839 "memoffset",
7840]
7841
7842[[package]]
7843name = "node_runtime"
7844version = "0.1.0"
7845dependencies = [
7846 "anyhow",
7847 "async-compression",
7848 "async-std",
7849 "async-tar",
7850 "async-trait",
7851 "async-watch",
7852 "async_zip",
7853 "futures 0.3.31",
7854 "http_client",
7855 "log",
7856 "paths",
7857 "semver",
7858 "serde",
7859 "serde_json",
7860 "smol",
7861 "tempfile",
7862 "util",
7863 "walkdir",
7864 "which 6.0.3",
7865]
7866
7867[[package]]
7868name = "nom"
7869version = "7.1.3"
7870source = "registry+https://github.com/rust-lang/crates.io-index"
7871checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7872dependencies = [
7873 "memchr",
7874 "minimal-lexical",
7875]
7876
7877[[package]]
7878name = "noop_proc_macro"
7879version = "0.3.0"
7880source = "registry+https://github.com/rust-lang/crates.io-index"
7881checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7882
7883[[package]]
7884name = "normpath"
7885version = "1.3.0"
7886source = "registry+https://github.com/rust-lang/crates.io-index"
7887checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7888dependencies = [
7889 "windows-sys 0.59.0",
7890]
7891
7892[[package]]
7893name = "notifications"
7894version = "0.1.0"
7895dependencies = [
7896 "anyhow",
7897 "channel",
7898 "client",
7899 "collections",
7900 "db",
7901 "gpui",
7902 "rpc",
7903 "settings",
7904 "sum_tree",
7905 "time",
7906 "util",
7907]
7908
7909[[package]]
7910name = "notify"
7911version = "6.1.1"
7912source = "registry+https://github.com/rust-lang/crates.io-index"
7913checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7914dependencies = [
7915 "bitflags 2.6.0",
7916 "crossbeam-channel",
7917 "filetime",
7918 "fsevent-sys 4.1.0",
7919 "inotify",
7920 "kqueue",
7921 "libc",
7922 "log",
7923 "mio 0.8.11",
7924 "walkdir",
7925 "windows-sys 0.48.0",
7926]
7927
7928[[package]]
7929name = "notify-debouncer-mini"
7930version = "0.4.1"
7931source = "registry+https://github.com/rust-lang/crates.io-index"
7932checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7933dependencies = [
7934 "crossbeam-channel",
7935 "log",
7936 "notify",
7937]
7938
7939[[package]]
7940name = "ntapi"
7941version = "0.4.1"
7942source = "registry+https://github.com/rust-lang/crates.io-index"
7943checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7944dependencies = [
7945 "winapi",
7946]
7947
7948[[package]]
7949name = "nu-ansi-term"
7950version = "0.46.0"
7951source = "registry+https://github.com/rust-lang/crates.io-index"
7952checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7953dependencies = [
7954 "overload",
7955 "winapi",
7956]
7957
7958[[package]]
7959name = "num"
7960version = "0.4.3"
7961source = "registry+https://github.com/rust-lang/crates.io-index"
7962checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7963dependencies = [
7964 "num-bigint",
7965 "num-complex",
7966 "num-integer",
7967 "num-iter",
7968 "num-rational",
7969 "num-traits",
7970]
7971
7972[[package]]
7973name = "num-bigint"
7974version = "0.4.6"
7975source = "registry+https://github.com/rust-lang/crates.io-index"
7976checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7977dependencies = [
7978 "num-integer",
7979 "num-traits",
7980]
7981
7982[[package]]
7983name = "num-bigint-dig"
7984version = "0.8.4"
7985source = "registry+https://github.com/rust-lang/crates.io-index"
7986checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7987dependencies = [
7988 "byteorder",
7989 "lazy_static",
7990 "libm",
7991 "num-integer",
7992 "num-iter",
7993 "num-traits",
7994 "rand 0.8.5",
7995 "serde",
7996 "smallvec",
7997 "zeroize",
7998]
7999
8000[[package]]
8001name = "num-complex"
8002version = "0.4.6"
8003source = "registry+https://github.com/rust-lang/crates.io-index"
8004checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8005dependencies = [
8006 "num-traits",
8007]
8008
8009[[package]]
8010name = "num-conv"
8011version = "0.1.0"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8014
8015[[package]]
8016name = "num-derive"
8017version = "0.4.2"
8018source = "registry+https://github.com/rust-lang/crates.io-index"
8019checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8020dependencies = [
8021 "proc-macro2",
8022 "quote",
8023 "syn 2.0.90",
8024]
8025
8026[[package]]
8027name = "num-format"
8028version = "0.4.4"
8029source = "registry+https://github.com/rust-lang/crates.io-index"
8030checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8031dependencies = [
8032 "arrayvec",
8033 "itoa",
8034]
8035
8036[[package]]
8037name = "num-integer"
8038version = "0.1.46"
8039source = "registry+https://github.com/rust-lang/crates.io-index"
8040checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8041dependencies = [
8042 "num-traits",
8043]
8044
8045[[package]]
8046name = "num-iter"
8047version = "0.1.45"
8048source = "registry+https://github.com/rust-lang/crates.io-index"
8049checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8050dependencies = [
8051 "autocfg",
8052 "num-integer",
8053 "num-traits",
8054]
8055
8056[[package]]
8057name = "num-modular"
8058version = "0.6.1"
8059source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8061
8062[[package]]
8063name = "num-order"
8064version = "1.2.0"
8065source = "registry+https://github.com/rust-lang/crates.io-index"
8066checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8067dependencies = [
8068 "num-modular",
8069]
8070
8071[[package]]
8072name = "num-rational"
8073version = "0.4.2"
8074source = "registry+https://github.com/rust-lang/crates.io-index"
8075checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8076dependencies = [
8077 "num-bigint",
8078 "num-integer",
8079 "num-traits",
8080]
8081
8082[[package]]
8083name = "num-traits"
8084version = "0.2.19"
8085source = "registry+https://github.com/rust-lang/crates.io-index"
8086checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8087dependencies = [
8088 "autocfg",
8089 "libm",
8090]
8091
8092[[package]]
8093name = "num_cpus"
8094version = "1.16.0"
8095source = "registry+https://github.com/rust-lang/crates.io-index"
8096checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8097dependencies = [
8098 "hermit-abi 0.3.9",
8099 "libc",
8100]
8101
8102[[package]]
8103name = "num_enum"
8104version = "0.7.3"
8105source = "registry+https://github.com/rust-lang/crates.io-index"
8106checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8107dependencies = [
8108 "num_enum_derive",
8109]
8110
8111[[package]]
8112name = "num_enum_derive"
8113version = "0.7.3"
8114source = "registry+https://github.com/rust-lang/crates.io-index"
8115checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8116dependencies = [
8117 "proc-macro-crate",
8118 "proc-macro2",
8119 "quote",
8120 "syn 2.0.90",
8121]
8122
8123[[package]]
8124name = "num_threads"
8125version = "0.1.7"
8126source = "registry+https://github.com/rust-lang/crates.io-index"
8127checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8128dependencies = [
8129 "libc",
8130]
8131
8132[[package]]
8133name = "nvim-rs"
8134version = "0.8.0-pre"
8135source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8136dependencies = [
8137 "async-trait",
8138 "futures 0.3.31",
8139 "log",
8140 "parity-tokio-ipc",
8141 "rmp",
8142 "rmpv",
8143 "tokio",
8144 "tokio-util",
8145 "winapi",
8146]
8147
8148[[package]]
8149name = "objc"
8150version = "0.2.7"
8151source = "registry+https://github.com/rust-lang/crates.io-index"
8152checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8153dependencies = [
8154 "malloc_buf",
8155]
8156
8157[[package]]
8158name = "objc-sys"
8159version = "0.3.5"
8160source = "registry+https://github.com/rust-lang/crates.io-index"
8161checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8162
8163[[package]]
8164name = "objc2"
8165version = "0.5.2"
8166source = "registry+https://github.com/rust-lang/crates.io-index"
8167checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8168dependencies = [
8169 "objc-sys",
8170 "objc2-encode",
8171]
8172
8173[[package]]
8174name = "objc2-app-kit"
8175version = "0.2.2"
8176source = "registry+https://github.com/rust-lang/crates.io-index"
8177checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8178dependencies = [
8179 "bitflags 2.6.0",
8180 "block2",
8181 "libc",
8182 "objc2",
8183 "objc2-core-data",
8184 "objc2-core-image",
8185 "objc2-foundation",
8186 "objc2-quartz-core",
8187]
8188
8189[[package]]
8190name = "objc2-cloud-kit"
8191version = "0.2.2"
8192source = "registry+https://github.com/rust-lang/crates.io-index"
8193checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8194dependencies = [
8195 "bitflags 2.6.0",
8196 "block2",
8197 "objc2",
8198 "objc2-core-location",
8199 "objc2-foundation",
8200]
8201
8202[[package]]
8203name = "objc2-contacts"
8204version = "0.2.2"
8205source = "registry+https://github.com/rust-lang/crates.io-index"
8206checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8207dependencies = [
8208 "block2",
8209 "objc2",
8210 "objc2-foundation",
8211]
8212
8213[[package]]
8214name = "objc2-core-data"
8215version = "0.2.2"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8218dependencies = [
8219 "bitflags 2.6.0",
8220 "block2",
8221 "objc2",
8222 "objc2-foundation",
8223]
8224
8225[[package]]
8226name = "objc2-core-image"
8227version = "0.2.2"
8228source = "registry+https://github.com/rust-lang/crates.io-index"
8229checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8230dependencies = [
8231 "block2",
8232 "objc2",
8233 "objc2-foundation",
8234 "objc2-metal",
8235]
8236
8237[[package]]
8238name = "objc2-core-location"
8239version = "0.2.2"
8240source = "registry+https://github.com/rust-lang/crates.io-index"
8241checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8242dependencies = [
8243 "block2",
8244 "objc2",
8245 "objc2-contacts",
8246 "objc2-foundation",
8247]
8248
8249[[package]]
8250name = "objc2-encode"
8251version = "4.0.3"
8252source = "registry+https://github.com/rust-lang/crates.io-index"
8253checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8254
8255[[package]]
8256name = "objc2-foundation"
8257version = "0.2.2"
8258source = "registry+https://github.com/rust-lang/crates.io-index"
8259checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8260dependencies = [
8261 "bitflags 2.6.0",
8262 "block2",
8263 "libc",
8264 "objc2",
8265]
8266
8267[[package]]
8268name = "objc2-link-presentation"
8269version = "0.2.2"
8270source = "registry+https://github.com/rust-lang/crates.io-index"
8271checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8272dependencies = [
8273 "block2",
8274 "objc2",
8275 "objc2-app-kit",
8276 "objc2-foundation",
8277]
8278
8279[[package]]
8280name = "objc2-metal"
8281version = "0.2.2"
8282source = "registry+https://github.com/rust-lang/crates.io-index"
8283checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8284dependencies = [
8285 "bitflags 2.6.0",
8286 "block2",
8287 "objc2",
8288 "objc2-foundation",
8289]
8290
8291[[package]]
8292name = "objc2-quartz-core"
8293version = "0.2.2"
8294source = "registry+https://github.com/rust-lang/crates.io-index"
8295checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8296dependencies = [
8297 "bitflags 2.6.0",
8298 "block2",
8299 "objc2",
8300 "objc2-foundation",
8301 "objc2-metal",
8302]
8303
8304[[package]]
8305name = "objc2-symbols"
8306version = "0.2.2"
8307source = "registry+https://github.com/rust-lang/crates.io-index"
8308checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8309dependencies = [
8310 "objc2",
8311 "objc2-foundation",
8312]
8313
8314[[package]]
8315name = "objc2-ui-kit"
8316version = "0.2.2"
8317source = "registry+https://github.com/rust-lang/crates.io-index"
8318checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8319dependencies = [
8320 "bitflags 2.6.0",
8321 "block2",
8322 "objc2",
8323 "objc2-cloud-kit",
8324 "objc2-core-data",
8325 "objc2-core-image",
8326 "objc2-core-location",
8327 "objc2-foundation",
8328 "objc2-link-presentation",
8329 "objc2-quartz-core",
8330 "objc2-symbols",
8331 "objc2-uniform-type-identifiers",
8332 "objc2-user-notifications",
8333]
8334
8335[[package]]
8336name = "objc2-uniform-type-identifiers"
8337version = "0.2.2"
8338source = "registry+https://github.com/rust-lang/crates.io-index"
8339checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8340dependencies = [
8341 "block2",
8342 "objc2",
8343 "objc2-foundation",
8344]
8345
8346[[package]]
8347name = "objc2-user-notifications"
8348version = "0.2.2"
8349source = "registry+https://github.com/rust-lang/crates.io-index"
8350checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8351dependencies = [
8352 "bitflags 2.6.0",
8353 "block2",
8354 "objc2",
8355 "objc2-core-location",
8356 "objc2-foundation",
8357]
8358
8359[[package]]
8360name = "object"
8361version = "0.36.5"
8362source = "registry+https://github.com/rust-lang/crates.io-index"
8363checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8364dependencies = [
8365 "crc32fast",
8366 "hashbrown 0.15.2",
8367 "indexmap",
8368 "memchr",
8369]
8370
8371[[package]]
8372name = "oboe"
8373version = "0.6.1"
8374source = "registry+https://github.com/rust-lang/crates.io-index"
8375checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8376dependencies = [
8377 "jni",
8378 "ndk",
8379 "ndk-context",
8380 "num-derive",
8381 "num-traits",
8382 "oboe-sys",
8383]
8384
8385[[package]]
8386name = "oboe-sys"
8387version = "0.6.1"
8388source = "registry+https://github.com/rust-lang/crates.io-index"
8389checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8390dependencies = [
8391 "cc",
8392]
8393
8394[[package]]
8395name = "ollama"
8396version = "0.1.0"
8397dependencies = [
8398 "anyhow",
8399 "futures 0.3.31",
8400 "http_client",
8401 "schemars",
8402 "serde",
8403 "serde_json",
8404]
8405
8406[[package]]
8407name = "once_cell"
8408version = "1.20.2"
8409source = "registry+https://github.com/rust-lang/crates.io-index"
8410checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8411
8412[[package]]
8413name = "oo7"
8414version = "0.3.3"
8415source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8416dependencies = [
8417 "aes",
8418 "async-fs 2.1.2",
8419 "async-io 2.4.0",
8420 "async-lock 3.4.0",
8421 "async-net 2.0.0",
8422 "blocking",
8423 "cbc",
8424 "cipher",
8425 "digest",
8426 "endi",
8427 "futures-lite 2.5.0",
8428 "futures-util",
8429 "hkdf",
8430 "hmac",
8431 "md-5",
8432 "num",
8433 "num-bigint-dig",
8434 "pbkdf2 0.12.2",
8435 "rand 0.8.5",
8436 "serde",
8437 "sha2",
8438 "subtle",
8439 "zbus 4.4.0",
8440 "zeroize",
8441 "zvariant 4.2.0",
8442]
8443
8444[[package]]
8445name = "oorandom"
8446version = "11.1.4"
8447source = "registry+https://github.com/rust-lang/crates.io-index"
8448checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8449
8450[[package]]
8451name = "open"
8452version = "5.3.2"
8453source = "registry+https://github.com/rust-lang/crates.io-index"
8454checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8455dependencies = [
8456 "is-wsl",
8457 "libc",
8458 "pathdiff",
8459]
8460
8461[[package]]
8462name = "open_ai"
8463version = "0.1.0"
8464dependencies = [
8465 "anyhow",
8466 "futures 0.3.31",
8467 "http_client",
8468 "schemars",
8469 "serde",
8470 "serde_json",
8471 "strum",
8472]
8473
8474[[package]]
8475name = "opener"
8476version = "0.7.2"
8477source = "registry+https://github.com/rust-lang/crates.io-index"
8478checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8479dependencies = [
8480 "bstr",
8481 "dbus",
8482 "normpath",
8483 "windows-sys 0.59.0",
8484]
8485
8486[[package]]
8487name = "openssl"
8488version = "0.10.68"
8489source = "registry+https://github.com/rust-lang/crates.io-index"
8490checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8491dependencies = [
8492 "bitflags 2.6.0",
8493 "cfg-if",
8494 "foreign-types 0.3.2",
8495 "libc",
8496 "once_cell",
8497 "openssl-macros",
8498 "openssl-sys",
8499]
8500
8501[[package]]
8502name = "openssl-macros"
8503version = "0.1.1"
8504source = "registry+https://github.com/rust-lang/crates.io-index"
8505checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8506dependencies = [
8507 "proc-macro2",
8508 "quote",
8509 "syn 2.0.90",
8510]
8511
8512[[package]]
8513name = "openssl-probe"
8514version = "0.1.5"
8515source = "registry+https://github.com/rust-lang/crates.io-index"
8516checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8517
8518[[package]]
8519name = "openssl-src"
8520version = "300.4.1+3.4.0"
8521source = "registry+https://github.com/rust-lang/crates.io-index"
8522checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8523dependencies = [
8524 "cc",
8525]
8526
8527[[package]]
8528name = "openssl-sys"
8529version = "0.9.104"
8530source = "registry+https://github.com/rust-lang/crates.io-index"
8531checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8532dependencies = [
8533 "cc",
8534 "libc",
8535 "openssl-src",
8536 "pkg-config",
8537 "vcpkg",
8538]
8539
8540[[package]]
8541name = "option-ext"
8542version = "0.2.0"
8543source = "registry+https://github.com/rust-lang/crates.io-index"
8544checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8545
8546[[package]]
8547name = "ordered-float"
8548version = "2.10.1"
8549source = "registry+https://github.com/rust-lang/crates.io-index"
8550checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8551dependencies = [
8552 "num-traits",
8553]
8554
8555[[package]]
8556name = "ordered-float"
8557version = "3.9.2"
8558source = "registry+https://github.com/rust-lang/crates.io-index"
8559checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8560dependencies = [
8561 "num-traits",
8562]
8563
8564[[package]]
8565name = "ordered-stream"
8566version = "0.2.0"
8567source = "registry+https://github.com/rust-lang/crates.io-index"
8568checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8569dependencies = [
8570 "futures-core",
8571 "pin-project-lite",
8572]
8573
8574[[package]]
8575name = "ouroboros"
8576version = "0.18.4"
8577source = "registry+https://github.com/rust-lang/crates.io-index"
8578checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8579dependencies = [
8580 "aliasable",
8581 "ouroboros_macro",
8582 "static_assertions",
8583]
8584
8585[[package]]
8586name = "ouroboros_macro"
8587version = "0.18.4"
8588source = "registry+https://github.com/rust-lang/crates.io-index"
8589checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8590dependencies = [
8591 "heck 0.4.1",
8592 "itertools 0.12.1",
8593 "proc-macro2",
8594 "proc-macro2-diagnostics",
8595 "quote",
8596 "syn 2.0.90",
8597]
8598
8599[[package]]
8600name = "outline"
8601version = "0.1.0"
8602dependencies = [
8603 "editor",
8604 "fuzzy",
8605 "gpui",
8606 "indoc",
8607 "language",
8608 "menu",
8609 "ordered-float 2.10.1",
8610 "picker",
8611 "project",
8612 "rope",
8613 "serde_json",
8614 "settings",
8615 "smol",
8616 "theme",
8617 "tree-sitter-rust",
8618 "tree-sitter-typescript",
8619 "ui",
8620 "util",
8621 "workspace",
8622 "zed_actions",
8623]
8624
8625[[package]]
8626name = "outline_panel"
8627version = "0.1.0"
8628dependencies = [
8629 "anyhow",
8630 "collections",
8631 "db",
8632 "editor",
8633 "file_icons",
8634 "fuzzy",
8635 "gpui",
8636 "itertools 0.13.0",
8637 "language",
8638 "log",
8639 "menu",
8640 "outline",
8641 "pretty_assertions",
8642 "project",
8643 "schemars",
8644 "search",
8645 "serde",
8646 "serde_json",
8647 "settings",
8648 "smallvec",
8649 "smol",
8650 "theme",
8651 "ui",
8652 "util",
8653 "workspace",
8654 "worktree",
8655]
8656
8657[[package]]
8658name = "outref"
8659version = "0.5.1"
8660source = "registry+https://github.com/rust-lang/crates.io-index"
8661checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8662
8663[[package]]
8664name = "overload"
8665version = "0.1.1"
8666source = "registry+https://github.com/rust-lang/crates.io-index"
8667checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8668
8669[[package]]
8670name = "p256"
8671version = "0.11.1"
8672source = "registry+https://github.com/rust-lang/crates.io-index"
8673checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8674dependencies = [
8675 "ecdsa",
8676 "elliptic-curve",
8677 "sha2",
8678]
8679
8680[[package]]
8681name = "page_size"
8682version = "0.6.0"
8683source = "registry+https://github.com/rust-lang/crates.io-index"
8684checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8685dependencies = [
8686 "libc",
8687 "winapi",
8688]
8689
8690[[package]]
8691name = "palette"
8692version = "0.7.6"
8693source = "registry+https://github.com/rust-lang/crates.io-index"
8694checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8695dependencies = [
8696 "approx",
8697 "fast-srgb8",
8698 "palette_derive",
8699]
8700
8701[[package]]
8702name = "palette_derive"
8703version = "0.7.6"
8704source = "registry+https://github.com/rust-lang/crates.io-index"
8705checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8706dependencies = [
8707 "by_address",
8708 "proc-macro2",
8709 "quote",
8710 "syn 2.0.90",
8711]
8712
8713[[package]]
8714name = "parity-tokio-ipc"
8715version = "0.9.0"
8716source = "registry+https://github.com/rust-lang/crates.io-index"
8717checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8718dependencies = [
8719 "futures 0.3.31",
8720 "libc",
8721 "log",
8722 "rand 0.7.3",
8723 "tokio",
8724 "winapi",
8725]
8726
8727[[package]]
8728name = "parking"
8729version = "2.2.1"
8730source = "registry+https://github.com/rust-lang/crates.io-index"
8731checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8732
8733[[package]]
8734name = "parking_lot"
8735version = "0.12.3"
8736source = "registry+https://github.com/rust-lang/crates.io-index"
8737checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8738dependencies = [
8739 "lock_api",
8740 "parking_lot_core",
8741]
8742
8743[[package]]
8744name = "parking_lot_core"
8745version = "0.9.10"
8746source = "registry+https://github.com/rust-lang/crates.io-index"
8747checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8748dependencies = [
8749 "cfg-if",
8750 "libc",
8751 "redox_syscall 0.5.8",
8752 "smallvec",
8753 "windows-targets 0.52.6",
8754]
8755
8756[[package]]
8757name = "password-hash"
8758version = "0.4.2"
8759source = "registry+https://github.com/rust-lang/crates.io-index"
8760checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8761dependencies = [
8762 "base64ct",
8763 "rand_core 0.6.4",
8764 "subtle",
8765]
8766
8767[[package]]
8768name = "password-hash"
8769version = "0.5.0"
8770source = "registry+https://github.com/rust-lang/crates.io-index"
8771checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8772dependencies = [
8773 "base64ct",
8774 "rand_core 0.6.4",
8775 "subtle",
8776]
8777
8778[[package]]
8779name = "paste"
8780version = "1.0.15"
8781source = "registry+https://github.com/rust-lang/crates.io-index"
8782checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8783
8784[[package]]
8785name = "pathdiff"
8786version = "0.2.3"
8787source = "registry+https://github.com/rust-lang/crates.io-index"
8788checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8789
8790[[package]]
8791name = "pathfinder_geometry"
8792version = "0.5.1"
8793source = "registry+https://github.com/rust-lang/crates.io-index"
8794checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8795dependencies = [
8796 "log",
8797 "pathfinder_simd",
8798]
8799
8800[[package]]
8801name = "pathfinder_simd"
8802version = "0.5.4"
8803source = "registry+https://github.com/rust-lang/crates.io-index"
8804checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8805dependencies = [
8806 "rustc_version",
8807]
8808
8809[[package]]
8810name = "paths"
8811version = "0.1.0"
8812dependencies = [
8813 "dirs 4.0.0",
8814 "util",
8815]
8816
8817[[package]]
8818name = "pbjson"
8819version = "0.6.0"
8820source = "registry+https://github.com/rust-lang/crates.io-index"
8821checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8822dependencies = [
8823 "base64 0.21.7",
8824 "serde",
8825]
8826
8827[[package]]
8828name = "pbjson-build"
8829version = "0.6.2"
8830source = "registry+https://github.com/rust-lang/crates.io-index"
8831checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8832dependencies = [
8833 "heck 0.4.1",
8834 "itertools 0.11.0",
8835 "prost 0.12.6",
8836 "prost-types 0.12.6",
8837]
8838
8839[[package]]
8840name = "pbjson-types"
8841version = "0.6.0"
8842source = "registry+https://github.com/rust-lang/crates.io-index"
8843checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8844dependencies = [
8845 "bytes 1.9.0",
8846 "chrono",
8847 "pbjson",
8848 "pbjson-build",
8849 "prost 0.12.6",
8850 "prost-build 0.12.6",
8851 "serde",
8852]
8853
8854[[package]]
8855name = "pbkdf2"
8856version = "0.11.0"
8857source = "registry+https://github.com/rust-lang/crates.io-index"
8858checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8859dependencies = [
8860 "digest",
8861 "hmac",
8862 "password-hash 0.4.2",
8863 "sha2",
8864]
8865
8866[[package]]
8867name = "pbkdf2"
8868version = "0.12.2"
8869source = "registry+https://github.com/rust-lang/crates.io-index"
8870checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8871dependencies = [
8872 "digest",
8873 "hmac",
8874]
8875
8876[[package]]
8877name = "pem"
8878version = "3.0.4"
8879source = "registry+https://github.com/rust-lang/crates.io-index"
8880checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8881dependencies = [
8882 "base64 0.22.1",
8883 "serde",
8884]
8885
8886[[package]]
8887name = "pem-rfc7468"
8888version = "0.7.0"
8889source = "registry+https://github.com/rust-lang/crates.io-index"
8890checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8891dependencies = [
8892 "base64ct",
8893]
8894
8895[[package]]
8896name = "percent-encoding"
8897version = "2.3.1"
8898source = "registry+https://github.com/rust-lang/crates.io-index"
8899checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8900
8901[[package]]
8902name = "perplexity"
8903version = "0.1.0"
8904dependencies = [
8905 "serde",
8906 "zed_extension_api 0.2.0",
8907]
8908
8909[[package]]
8910name = "pest"
8911version = "2.7.15"
8912source = "registry+https://github.com/rust-lang/crates.io-index"
8913checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8914dependencies = [
8915 "memchr",
8916 "thiserror 2.0.6",
8917 "ucd-trie",
8918]
8919
8920[[package]]
8921name = "pest_derive"
8922version = "2.7.15"
8923source = "registry+https://github.com/rust-lang/crates.io-index"
8924checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8925dependencies = [
8926 "pest",
8927 "pest_generator",
8928]
8929
8930[[package]]
8931name = "pest_generator"
8932version = "2.7.15"
8933source = "registry+https://github.com/rust-lang/crates.io-index"
8934checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
8935dependencies = [
8936 "pest",
8937 "pest_meta",
8938 "proc-macro2",
8939 "quote",
8940 "syn 2.0.90",
8941]
8942
8943[[package]]
8944name = "pest_meta"
8945version = "2.7.15"
8946source = "registry+https://github.com/rust-lang/crates.io-index"
8947checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
8948dependencies = [
8949 "once_cell",
8950 "pest",
8951 "sha2",
8952]
8953
8954[[package]]
8955name = "pet"
8956version = "0.1.0"
8957source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8958dependencies = [
8959 "clap",
8960 "env_logger 0.10.2",
8961 "lazy_static",
8962 "log",
8963 "msvc_spectre_libs",
8964 "pet-conda",
8965 "pet-core",
8966 "pet-env-var-path",
8967 "pet-fs",
8968 "pet-global-virtualenvs",
8969 "pet-homebrew",
8970 "pet-jsonrpc",
8971 "pet-linux-global-python",
8972 "pet-mac-commandlinetools",
8973 "pet-mac-python-org",
8974 "pet-mac-xcode",
8975 "pet-pipenv",
8976 "pet-pixi",
8977 "pet-poetry",
8978 "pet-pyenv",
8979 "pet-python-utils",
8980 "pet-reporter",
8981 "pet-telemetry",
8982 "pet-venv",
8983 "pet-virtualenv",
8984 "pet-virtualenvwrapper",
8985 "pet-windows-registry",
8986 "pet-windows-store",
8987 "serde",
8988 "serde_json",
8989]
8990
8991[[package]]
8992name = "pet-conda"
8993version = "0.1.0"
8994source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8995dependencies = [
8996 "env_logger 0.10.2",
8997 "lazy_static",
8998 "log",
8999 "msvc_spectre_libs",
9000 "pet-core",
9001 "pet-fs",
9002 "pet-python-utils",
9003 "pet-reporter",
9004 "regex",
9005 "serde",
9006 "serde_json",
9007 "yaml-rust2",
9008]
9009
9010[[package]]
9011name = "pet-core"
9012version = "0.1.0"
9013source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9014dependencies = [
9015 "clap",
9016 "lazy_static",
9017 "log",
9018 "msvc_spectre_libs",
9019 "pet-fs",
9020 "regex",
9021 "serde",
9022 "serde_json",
9023]
9024
9025[[package]]
9026name = "pet-env-var-path"
9027version = "0.1.0"
9028source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9029dependencies = [
9030 "lazy_static",
9031 "log",
9032 "msvc_spectre_libs",
9033 "pet-conda",
9034 "pet-core",
9035 "pet-fs",
9036 "pet-python-utils",
9037 "pet-virtualenv",
9038 "regex",
9039]
9040
9041[[package]]
9042name = "pet-fs"
9043version = "0.1.0"
9044source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9045dependencies = [
9046 "log",
9047 "msvc_spectre_libs",
9048]
9049
9050[[package]]
9051name = "pet-global-virtualenvs"
9052version = "0.1.0"
9053source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9054dependencies = [
9055 "log",
9056 "msvc_spectre_libs",
9057 "pet-conda",
9058 "pet-core",
9059 "pet-fs",
9060 "pet-virtualenv",
9061]
9062
9063[[package]]
9064name = "pet-homebrew"
9065version = "0.1.0"
9066source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9067dependencies = [
9068 "lazy_static",
9069 "log",
9070 "msvc_spectre_libs",
9071 "pet-conda",
9072 "pet-core",
9073 "pet-fs",
9074 "pet-python-utils",
9075 "pet-virtualenv",
9076 "regex",
9077 "serde",
9078 "serde_json",
9079]
9080
9081[[package]]
9082name = "pet-jsonrpc"
9083version = "0.1.0"
9084source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9085dependencies = [
9086 "env_logger 0.10.2",
9087 "log",
9088 "msvc_spectre_libs",
9089 "pet-core",
9090 "serde",
9091 "serde_json",
9092]
9093
9094[[package]]
9095name = "pet-linux-global-python"
9096version = "0.1.0"
9097source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9098dependencies = [
9099 "log",
9100 "msvc_spectre_libs",
9101 "pet-core",
9102 "pet-fs",
9103 "pet-python-utils",
9104 "pet-virtualenv",
9105]
9106
9107[[package]]
9108name = "pet-mac-commandlinetools"
9109version = "0.1.0"
9110source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9111dependencies = [
9112 "log",
9113 "msvc_spectre_libs",
9114 "pet-core",
9115 "pet-fs",
9116 "pet-python-utils",
9117 "pet-virtualenv",
9118]
9119
9120[[package]]
9121name = "pet-mac-python-org"
9122version = "0.1.0"
9123source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9124dependencies = [
9125 "log",
9126 "msvc_spectre_libs",
9127 "pet-core",
9128 "pet-fs",
9129 "pet-python-utils",
9130 "pet-virtualenv",
9131]
9132
9133[[package]]
9134name = "pet-mac-xcode"
9135version = "0.1.0"
9136source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9137dependencies = [
9138 "log",
9139 "msvc_spectre_libs",
9140 "pet-core",
9141 "pet-fs",
9142 "pet-python-utils",
9143 "pet-virtualenv",
9144]
9145
9146[[package]]
9147name = "pet-pipenv"
9148version = "0.1.0"
9149source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9150dependencies = [
9151 "log",
9152 "msvc_spectre_libs",
9153 "pet-core",
9154 "pet-fs",
9155 "pet-python-utils",
9156 "pet-virtualenv",
9157]
9158
9159[[package]]
9160name = "pet-pixi"
9161version = "0.1.0"
9162source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9163dependencies = [
9164 "log",
9165 "msvc_spectre_libs",
9166 "pet-conda",
9167 "pet-core",
9168 "pet-python-utils",
9169]
9170
9171[[package]]
9172name = "pet-poetry"
9173version = "0.1.0"
9174source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9175dependencies = [
9176 "base64 0.22.1",
9177 "lazy_static",
9178 "log",
9179 "msvc_spectre_libs",
9180 "pet-core",
9181 "pet-fs",
9182 "pet-python-utils",
9183 "pet-reporter",
9184 "pet-virtualenv",
9185 "regex",
9186 "serde",
9187 "serde_json",
9188 "sha2",
9189 "toml 0.8.19",
9190]
9191
9192[[package]]
9193name = "pet-pyenv"
9194version = "0.1.0"
9195source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9196dependencies = [
9197 "lazy_static",
9198 "log",
9199 "msvc_spectre_libs",
9200 "pet-conda",
9201 "pet-core",
9202 "pet-fs",
9203 "pet-python-utils",
9204 "pet-reporter",
9205 "regex",
9206 "serde",
9207 "serde_json",
9208]
9209
9210[[package]]
9211name = "pet-python-utils"
9212version = "0.1.0"
9213source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9214dependencies = [
9215 "env_logger 0.10.2",
9216 "lazy_static",
9217 "log",
9218 "msvc_spectre_libs",
9219 "pet-core",
9220 "pet-fs",
9221 "regex",
9222 "serde",
9223 "serde_json",
9224 "sha2",
9225]
9226
9227[[package]]
9228name = "pet-reporter"
9229version = "0.1.0"
9230source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9231dependencies = [
9232 "env_logger 0.10.2",
9233 "log",
9234 "msvc_spectre_libs",
9235 "pet-core",
9236 "pet-jsonrpc",
9237 "serde",
9238 "serde_json",
9239]
9240
9241[[package]]
9242name = "pet-telemetry"
9243version = "0.1.0"
9244source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9245dependencies = [
9246 "env_logger 0.10.2",
9247 "lazy_static",
9248 "log",
9249 "msvc_spectre_libs",
9250 "pet-core",
9251 "pet-fs",
9252 "pet-python-utils",
9253 "regex",
9254]
9255
9256[[package]]
9257name = "pet-venv"
9258version = "0.1.0"
9259source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9260dependencies = [
9261 "log",
9262 "msvc_spectre_libs",
9263 "pet-core",
9264 "pet-python-utils",
9265 "pet-virtualenv",
9266]
9267
9268[[package]]
9269name = "pet-virtualenv"
9270version = "0.1.0"
9271source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9272dependencies = [
9273 "log",
9274 "msvc_spectre_libs",
9275 "pet-core",
9276 "pet-fs",
9277 "pet-python-utils",
9278]
9279
9280[[package]]
9281name = "pet-virtualenvwrapper"
9282version = "0.1.0"
9283source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9284dependencies = [
9285 "log",
9286 "msvc_spectre_libs",
9287 "pet-core",
9288 "pet-fs",
9289 "pet-python-utils",
9290 "pet-virtualenv",
9291]
9292
9293[[package]]
9294name = "pet-windows-registry"
9295version = "0.1.0"
9296source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9297dependencies = [
9298 "lazy_static",
9299 "log",
9300 "msvc_spectre_libs",
9301 "pet-conda",
9302 "pet-core",
9303 "pet-fs",
9304 "pet-python-utils",
9305 "pet-virtualenv",
9306 "pet-windows-store",
9307 "regex",
9308 "winreg 0.52.0",
9309]
9310
9311[[package]]
9312name = "pet-windows-store"
9313version = "0.1.0"
9314source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9315dependencies = [
9316 "lazy_static",
9317 "log",
9318 "msvc_spectre_libs",
9319 "pet-core",
9320 "pet-fs",
9321 "pet-python-utils",
9322 "pet-virtualenv",
9323 "regex",
9324 "winreg 0.52.0",
9325]
9326
9327[[package]]
9328name = "petgraph"
9329version = "0.6.5"
9330source = "registry+https://github.com/rust-lang/crates.io-index"
9331checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9332dependencies = [
9333 "fixedbitset",
9334 "indexmap",
9335]
9336
9337[[package]]
9338name = "phf"
9339version = "0.11.2"
9340source = "registry+https://github.com/rust-lang/crates.io-index"
9341checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9342dependencies = [
9343 "phf_macros",
9344 "phf_shared 0.11.2",
9345]
9346
9347[[package]]
9348name = "phf_codegen"
9349version = "0.11.2"
9350source = "registry+https://github.com/rust-lang/crates.io-index"
9351checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9352dependencies = [
9353 "phf_generator 0.11.2",
9354 "phf_shared 0.11.2",
9355]
9356
9357[[package]]
9358name = "phf_generator"
9359version = "0.10.0"
9360source = "registry+https://github.com/rust-lang/crates.io-index"
9361checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9362dependencies = [
9363 "phf_shared 0.10.0",
9364 "rand 0.8.5",
9365]
9366
9367[[package]]
9368name = "phf_generator"
9369version = "0.11.2"
9370source = "registry+https://github.com/rust-lang/crates.io-index"
9371checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9372dependencies = [
9373 "phf_shared 0.11.2",
9374 "rand 0.8.5",
9375]
9376
9377[[package]]
9378name = "phf_macros"
9379version = "0.11.2"
9380source = "registry+https://github.com/rust-lang/crates.io-index"
9381checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9382dependencies = [
9383 "phf_generator 0.11.2",
9384 "phf_shared 0.11.2",
9385 "proc-macro2",
9386 "quote",
9387 "syn 2.0.90",
9388]
9389
9390[[package]]
9391name = "phf_shared"
9392version = "0.10.0"
9393source = "registry+https://github.com/rust-lang/crates.io-index"
9394checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9395dependencies = [
9396 "siphasher 0.3.11",
9397]
9398
9399[[package]]
9400name = "phf_shared"
9401version = "0.11.2"
9402source = "registry+https://github.com/rust-lang/crates.io-index"
9403checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9404dependencies = [
9405 "siphasher 0.3.11",
9406]
9407
9408[[package]]
9409name = "picker"
9410version = "0.1.0"
9411dependencies = [
9412 "anyhow",
9413 "ctor",
9414 "editor",
9415 "env_logger 0.11.6",
9416 "gpui",
9417 "menu",
9418 "serde",
9419 "serde_json",
9420 "ui",
9421 "workspace",
9422]
9423
9424[[package]]
9425name = "pico-args"
9426version = "0.5.0"
9427source = "registry+https://github.com/rust-lang/crates.io-index"
9428checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9429
9430[[package]]
9431name = "pin-project"
9432version = "1.1.7"
9433source = "registry+https://github.com/rust-lang/crates.io-index"
9434checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9435dependencies = [
9436 "pin-project-internal",
9437]
9438
9439[[package]]
9440name = "pin-project-internal"
9441version = "1.1.7"
9442source = "registry+https://github.com/rust-lang/crates.io-index"
9443checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9444dependencies = [
9445 "proc-macro2",
9446 "quote",
9447 "syn 2.0.90",
9448]
9449
9450[[package]]
9451name = "pin-project-lite"
9452version = "0.2.15"
9453source = "registry+https://github.com/rust-lang/crates.io-index"
9454checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
9455
9456[[package]]
9457name = "pin-utils"
9458version = "0.1.0"
9459source = "registry+https://github.com/rust-lang/crates.io-index"
9460checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9461
9462[[package]]
9463name = "piper"
9464version = "0.2.4"
9465source = "registry+https://github.com/rust-lang/crates.io-index"
9466checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9467dependencies = [
9468 "atomic-waker",
9469 "fastrand 2.3.0",
9470 "futures-io",
9471]
9472
9473[[package]]
9474name = "pkcs1"
9475version = "0.7.5"
9476source = "registry+https://github.com/rust-lang/crates.io-index"
9477checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9478dependencies = [
9479 "der 0.7.9",
9480 "pkcs8 0.10.2",
9481 "spki 0.7.3",
9482]
9483
9484[[package]]
9485name = "pkcs8"
9486version = "0.9.0"
9487source = "registry+https://github.com/rust-lang/crates.io-index"
9488checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9489dependencies = [
9490 "der 0.6.1",
9491 "spki 0.6.0",
9492]
9493
9494[[package]]
9495name = "pkcs8"
9496version = "0.10.2"
9497source = "registry+https://github.com/rust-lang/crates.io-index"
9498checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9499dependencies = [
9500 "der 0.7.9",
9501 "spki 0.7.3",
9502]
9503
9504[[package]]
9505name = "pkg-config"
9506version = "0.3.31"
9507source = "registry+https://github.com/rust-lang/crates.io-index"
9508checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9509
9510[[package]]
9511name = "plist"
9512version = "1.7.0"
9513source = "registry+https://github.com/rust-lang/crates.io-index"
9514checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9515dependencies = [
9516 "base64 0.22.1",
9517 "indexmap",
9518 "quick-xml 0.32.0",
9519 "serde",
9520 "time",
9521]
9522
9523[[package]]
9524name = "plotters"
9525version = "0.3.7"
9526source = "registry+https://github.com/rust-lang/crates.io-index"
9527checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9528dependencies = [
9529 "num-traits",
9530 "plotters-backend",
9531 "plotters-svg",
9532 "wasm-bindgen",
9533 "web-sys",
9534]
9535
9536[[package]]
9537name = "plotters-backend"
9538version = "0.3.7"
9539source = "registry+https://github.com/rust-lang/crates.io-index"
9540checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9541
9542[[package]]
9543name = "plotters-svg"
9544version = "0.3.7"
9545source = "registry+https://github.com/rust-lang/crates.io-index"
9546checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9547dependencies = [
9548 "plotters-backend",
9549]
9550
9551[[package]]
9552name = "png"
9553version = "0.17.15"
9554source = "registry+https://github.com/rust-lang/crates.io-index"
9555checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9556dependencies = [
9557 "bitflags 1.3.2",
9558 "crc32fast",
9559 "fdeflate",
9560 "flate2",
9561 "miniz_oxide",
9562]
9563
9564[[package]]
9565name = "polling"
9566version = "2.8.0"
9567source = "registry+https://github.com/rust-lang/crates.io-index"
9568checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
9569dependencies = [
9570 "autocfg",
9571 "bitflags 1.3.2",
9572 "cfg-if",
9573 "concurrent-queue",
9574 "libc",
9575 "log",
9576 "pin-project-lite",
9577 "windows-sys 0.48.0",
9578]
9579
9580[[package]]
9581name = "polling"
9582version = "3.7.4"
9583source = "registry+https://github.com/rust-lang/crates.io-index"
9584checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9585dependencies = [
9586 "cfg-if",
9587 "concurrent-queue",
9588 "hermit-abi 0.4.0",
9589 "pin-project-lite",
9590 "rustix 0.38.42",
9591 "tracing",
9592 "windows-sys 0.59.0",
9593]
9594
9595[[package]]
9596name = "pollster"
9597version = "0.2.5"
9598source = "registry+https://github.com/rust-lang/crates.io-index"
9599checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9600
9601[[package]]
9602name = "postage"
9603version = "0.5.0"
9604source = "registry+https://github.com/rust-lang/crates.io-index"
9605checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9606dependencies = [
9607 "atomic",
9608 "crossbeam-queue",
9609 "futures 0.3.31",
9610 "log",
9611 "parking_lot",
9612 "pin-project",
9613 "pollster",
9614 "static_assertions",
9615 "thiserror 1.0.69",
9616]
9617
9618[[package]]
9619name = "postcard"
9620version = "1.1.1"
9621source = "registry+https://github.com/rust-lang/crates.io-index"
9622checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9623dependencies = [
9624 "cobs",
9625 "embedded-io 0.4.0",
9626 "embedded-io 0.6.1",
9627 "serde",
9628]
9629
9630[[package]]
9631name = "powerfmt"
9632version = "0.2.0"
9633source = "registry+https://github.com/rust-lang/crates.io-index"
9634checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9635
9636[[package]]
9637name = "ppv-lite86"
9638version = "0.2.20"
9639source = "registry+https://github.com/rust-lang/crates.io-index"
9640checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9641dependencies = [
9642 "zerocopy",
9643]
9644
9645[[package]]
9646name = "precomputed-hash"
9647version = "0.1.1"
9648source = "registry+https://github.com/rust-lang/crates.io-index"
9649checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9650
9651[[package]]
9652name = "prettier"
9653version = "0.1.0"
9654dependencies = [
9655 "anyhow",
9656 "collections",
9657 "fs",
9658 "gpui",
9659 "language",
9660 "log",
9661 "lsp",
9662 "node_runtime",
9663 "parking_lot",
9664 "paths",
9665 "serde",
9666 "serde_json",
9667 "util",
9668]
9669
9670[[package]]
9671name = "pretty_assertions"
9672version = "1.4.1"
9673source = "registry+https://github.com/rust-lang/crates.io-index"
9674checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9675dependencies = [
9676 "diff",
9677 "yansi",
9678]
9679
9680[[package]]
9681name = "prettyplease"
9682version = "0.2.25"
9683source = "registry+https://github.com/rust-lang/crates.io-index"
9684checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9685dependencies = [
9686 "proc-macro2",
9687 "syn 2.0.90",
9688]
9689
9690[[package]]
9691name = "proc-macro-crate"
9692version = "3.2.0"
9693source = "registry+https://github.com/rust-lang/crates.io-index"
9694checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9695dependencies = [
9696 "toml_edit",
9697]
9698
9699[[package]]
9700name = "proc-macro-error-attr2"
9701version = "2.0.0"
9702source = "registry+https://github.com/rust-lang/crates.io-index"
9703checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9704dependencies = [
9705 "proc-macro2",
9706 "quote",
9707]
9708
9709[[package]]
9710name = "proc-macro-error2"
9711version = "2.0.1"
9712source = "registry+https://github.com/rust-lang/crates.io-index"
9713checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9714dependencies = [
9715 "proc-macro-error-attr2",
9716 "proc-macro2",
9717 "quote",
9718 "syn 2.0.90",
9719]
9720
9721[[package]]
9722name = "proc-macro2"
9723version = "1.0.92"
9724source = "registry+https://github.com/rust-lang/crates.io-index"
9725checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
9726dependencies = [
9727 "unicode-ident",
9728]
9729
9730[[package]]
9731name = "proc-macro2-diagnostics"
9732version = "0.10.1"
9733source = "registry+https://github.com/rust-lang/crates.io-index"
9734checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9735dependencies = [
9736 "proc-macro2",
9737 "quote",
9738 "syn 2.0.90",
9739 "version_check",
9740 "yansi",
9741]
9742
9743[[package]]
9744name = "profiling"
9745version = "1.0.16"
9746source = "registry+https://github.com/rust-lang/crates.io-index"
9747checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9748dependencies = [
9749 "profiling-procmacros",
9750]
9751
9752[[package]]
9753name = "profiling-procmacros"
9754version = "1.0.16"
9755source = "registry+https://github.com/rust-lang/crates.io-index"
9756checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9757dependencies = [
9758 "quote",
9759 "syn 2.0.90",
9760]
9761
9762[[package]]
9763name = "project"
9764version = "0.1.0"
9765dependencies = [
9766 "aho-corasick",
9767 "anyhow",
9768 "async-trait",
9769 "client",
9770 "clock",
9771 "collections",
9772 "env_logger 0.11.6",
9773 "fancy-regex 0.14.0",
9774 "fs",
9775 "futures 0.3.31",
9776 "fuzzy",
9777 "git",
9778 "git2",
9779 "globset",
9780 "gpui",
9781 "http_client",
9782 "image",
9783 "itertools 0.13.0",
9784 "language",
9785 "log",
9786 "lsp",
9787 "node_runtime",
9788 "parking_lot",
9789 "pathdiff",
9790 "paths",
9791 "postage",
9792 "prettier",
9793 "pretty_assertions",
9794 "rand 0.8.5",
9795 "regex",
9796 "release_channel",
9797 "remote",
9798 "rpc",
9799 "schemars",
9800 "serde",
9801 "serde_json",
9802 "settings",
9803 "sha2",
9804 "shellexpand 2.1.2",
9805 "shlex",
9806 "similar",
9807 "smol",
9808 "snippet",
9809 "snippet_provider",
9810 "task",
9811 "tempfile",
9812 "terminal",
9813 "text",
9814 "toml 0.8.19",
9815 "unindent",
9816 "url",
9817 "util",
9818 "which 6.0.3",
9819 "worktree",
9820]
9821
9822[[package]]
9823name = "project_panel"
9824version = "0.1.0"
9825dependencies = [
9826 "anyhow",
9827 "client",
9828 "collections",
9829 "command_palette_hooks",
9830 "db",
9831 "editor",
9832 "file_icons",
9833 "git",
9834 "gpui",
9835 "indexmap",
9836 "language",
9837 "menu",
9838 "pretty_assertions",
9839 "project",
9840 "schemars",
9841 "search",
9842 "serde",
9843 "serde_derive",
9844 "serde_json",
9845 "settings",
9846 "smallvec",
9847 "theme",
9848 "ui",
9849 "util",
9850 "workspace",
9851 "worktree",
9852]
9853
9854[[package]]
9855name = "project_symbols"
9856version = "0.1.0"
9857dependencies = [
9858 "anyhow",
9859 "editor",
9860 "futures 0.3.31",
9861 "fuzzy",
9862 "gpui",
9863 "language",
9864 "lsp",
9865 "ordered-float 2.10.1",
9866 "picker",
9867 "project",
9868 "release_channel",
9869 "serde_json",
9870 "settings",
9871 "theme",
9872 "util",
9873 "workspace",
9874]
9875
9876[[package]]
9877name = "prometheus"
9878version = "0.13.4"
9879source = "registry+https://github.com/rust-lang/crates.io-index"
9880checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9881dependencies = [
9882 "cfg-if",
9883 "fnv",
9884 "lazy_static",
9885 "memchr",
9886 "parking_lot",
9887 "protobuf",
9888 "thiserror 1.0.69",
9889]
9890
9891[[package]]
9892name = "prost"
9893version = "0.9.0"
9894source = "registry+https://github.com/rust-lang/crates.io-index"
9895checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9896dependencies = [
9897 "bytes 1.9.0",
9898 "prost-derive 0.9.0",
9899]
9900
9901[[package]]
9902name = "prost"
9903version = "0.12.6"
9904source = "registry+https://github.com/rust-lang/crates.io-index"
9905checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9906dependencies = [
9907 "bytes 1.9.0",
9908 "prost-derive 0.12.6",
9909]
9910
9911[[package]]
9912name = "prost-build"
9913version = "0.9.0"
9914source = "registry+https://github.com/rust-lang/crates.io-index"
9915checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9916dependencies = [
9917 "bytes 1.9.0",
9918 "heck 0.3.3",
9919 "itertools 0.10.5",
9920 "lazy_static",
9921 "log",
9922 "multimap 0.8.3",
9923 "petgraph",
9924 "prost 0.9.0",
9925 "prost-types 0.9.0",
9926 "regex",
9927 "tempfile",
9928 "which 4.4.2",
9929]
9930
9931[[package]]
9932name = "prost-build"
9933version = "0.12.6"
9934source = "registry+https://github.com/rust-lang/crates.io-index"
9935checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
9936dependencies = [
9937 "bytes 1.9.0",
9938 "heck 0.5.0",
9939 "itertools 0.10.5",
9940 "log",
9941 "multimap 0.10.0",
9942 "once_cell",
9943 "petgraph",
9944 "prettyplease",
9945 "prost 0.12.6",
9946 "prost-types 0.12.6",
9947 "regex",
9948 "syn 2.0.90",
9949 "tempfile",
9950]
9951
9952[[package]]
9953name = "prost-derive"
9954version = "0.9.0"
9955source = "registry+https://github.com/rust-lang/crates.io-index"
9956checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9957dependencies = [
9958 "anyhow",
9959 "itertools 0.10.5",
9960 "proc-macro2",
9961 "quote",
9962 "syn 1.0.109",
9963]
9964
9965[[package]]
9966name = "prost-derive"
9967version = "0.12.6"
9968source = "registry+https://github.com/rust-lang/crates.io-index"
9969checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
9970dependencies = [
9971 "anyhow",
9972 "itertools 0.10.5",
9973 "proc-macro2",
9974 "quote",
9975 "syn 2.0.90",
9976]
9977
9978[[package]]
9979name = "prost-types"
9980version = "0.9.0"
9981source = "registry+https://github.com/rust-lang/crates.io-index"
9982checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9983dependencies = [
9984 "bytes 1.9.0",
9985 "prost 0.9.0",
9986]
9987
9988[[package]]
9989name = "prost-types"
9990version = "0.12.6"
9991source = "registry+https://github.com/rust-lang/crates.io-index"
9992checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
9993dependencies = [
9994 "prost 0.12.6",
9995]
9996
9997[[package]]
9998name = "proto"
9999version = "0.1.0"
10000dependencies = [
10001 "anyhow",
10002 "collections",
10003 "prost 0.9.0",
10004 "prost-build 0.9.0",
10005 "serde",
10006]
10007
10008[[package]]
10009name = "protobuf"
10010version = "2.28.0"
10011source = "registry+https://github.com/rust-lang/crates.io-index"
10012checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10013
10014[[package]]
10015name = "psm"
10016version = "0.1.24"
10017source = "registry+https://github.com/rust-lang/crates.io-index"
10018checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10019dependencies = [
10020 "cc",
10021]
10022
10023[[package]]
10024name = "ptr_meta"
10025version = "0.1.4"
10026source = "registry+https://github.com/rust-lang/crates.io-index"
10027checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10028dependencies = [
10029 "ptr_meta_derive",
10030]
10031
10032[[package]]
10033name = "ptr_meta_derive"
10034version = "0.1.4"
10035source = "registry+https://github.com/rust-lang/crates.io-index"
10036checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10037dependencies = [
10038 "proc-macro2",
10039 "quote",
10040 "syn 1.0.109",
10041]
10042
10043[[package]]
10044name = "pulldown-cmark"
10045version = "0.10.3"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10048dependencies = [
10049 "bitflags 2.6.0",
10050 "memchr",
10051 "pulldown-cmark-escape",
10052 "unicase",
10053]
10054
10055[[package]]
10056name = "pulldown-cmark"
10057version = "0.12.2"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10060dependencies = [
10061 "bitflags 2.6.0",
10062 "memchr",
10063 "unicase",
10064]
10065
10066[[package]]
10067name = "pulldown-cmark-escape"
10068version = "0.10.1"
10069source = "registry+https://github.com/rust-lang/crates.io-index"
10070checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10071
10072[[package]]
10073name = "qoi"
10074version = "0.4.1"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10077dependencies = [
10078 "bytemuck",
10079]
10080
10081[[package]]
10082name = "quick-error"
10083version = "2.0.1"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10086
10087[[package]]
10088name = "quick-xml"
10089version = "0.32.0"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10092dependencies = [
10093 "memchr",
10094]
10095
10096[[package]]
10097name = "quick-xml"
10098version = "0.36.2"
10099source = "registry+https://github.com/rust-lang/crates.io-index"
10100checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10101dependencies = [
10102 "memchr",
10103]
10104
10105[[package]]
10106name = "quinn"
10107version = "0.11.6"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10110dependencies = [
10111 "bytes 1.9.0",
10112 "pin-project-lite",
10113 "quinn-proto",
10114 "quinn-udp",
10115 "rustc-hash 2.1.0",
10116 "rustls 0.23.20",
10117 "socket2 0.5.8",
10118 "thiserror 2.0.6",
10119 "tokio",
10120 "tracing",
10121]
10122
10123[[package]]
10124name = "quinn-proto"
10125version = "0.11.9"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10128dependencies = [
10129 "bytes 1.9.0",
10130 "getrandom 0.2.15",
10131 "rand 0.8.5",
10132 "ring",
10133 "rustc-hash 2.1.0",
10134 "rustls 0.23.20",
10135 "rustls-pki-types",
10136 "slab",
10137 "thiserror 2.0.6",
10138 "tinyvec",
10139 "tracing",
10140 "web-time",
10141]
10142
10143[[package]]
10144name = "quinn-udp"
10145version = "0.5.8"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10148dependencies = [
10149 "cfg_aliases 0.2.1",
10150 "libc",
10151 "once_cell",
10152 "socket2 0.5.8",
10153 "tracing",
10154 "windows-sys 0.59.0",
10155]
10156
10157[[package]]
10158name = "quote"
10159version = "1.0.38"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10162dependencies = [
10163 "proc-macro2",
10164]
10165
10166[[package]]
10167name = "radium"
10168version = "0.7.0"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10171
10172[[package]]
10173name = "rand"
10174version = "0.7.3"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10177dependencies = [
10178 "getrandom 0.1.16",
10179 "libc",
10180 "rand_chacha 0.2.2",
10181 "rand_core 0.5.1",
10182 "rand_hc",
10183]
10184
10185[[package]]
10186name = "rand"
10187version = "0.8.5"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10190dependencies = [
10191 "libc",
10192 "rand_chacha 0.3.1",
10193 "rand_core 0.6.4",
10194]
10195
10196[[package]]
10197name = "rand_chacha"
10198version = "0.2.2"
10199source = "registry+https://github.com/rust-lang/crates.io-index"
10200checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10201dependencies = [
10202 "ppv-lite86",
10203 "rand_core 0.5.1",
10204]
10205
10206[[package]]
10207name = "rand_chacha"
10208version = "0.3.1"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10211dependencies = [
10212 "ppv-lite86",
10213 "rand_core 0.6.4",
10214]
10215
10216[[package]]
10217name = "rand_core"
10218version = "0.5.1"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10221dependencies = [
10222 "getrandom 0.1.16",
10223]
10224
10225[[package]]
10226name = "rand_core"
10227version = "0.6.4"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10230dependencies = [
10231 "getrandom 0.2.15",
10232]
10233
10234[[package]]
10235name = "rand_hc"
10236version = "0.2.0"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10239dependencies = [
10240 "rand_core 0.5.1",
10241]
10242
10243[[package]]
10244name = "rangemap"
10245version = "1.5.1"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10248
10249[[package]]
10250name = "rav1e"
10251version = "0.7.1"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10254dependencies = [
10255 "arbitrary",
10256 "arg_enum_proc_macro",
10257 "arrayvec",
10258 "av1-grain",
10259 "bitstream-io",
10260 "built",
10261 "cfg-if",
10262 "interpolate_name",
10263 "itertools 0.12.1",
10264 "libc",
10265 "libfuzzer-sys",
10266 "log",
10267 "maybe-rayon",
10268 "new_debug_unreachable",
10269 "noop_proc_macro",
10270 "num-derive",
10271 "num-traits",
10272 "once_cell",
10273 "paste",
10274 "profiling",
10275 "rand 0.8.5",
10276 "rand_chacha 0.3.1",
10277 "simd_helpers",
10278 "system-deps",
10279 "thiserror 1.0.69",
10280 "v_frame",
10281 "wasm-bindgen",
10282]
10283
10284[[package]]
10285name = "ravif"
10286version = "0.11.11"
10287source = "registry+https://github.com/rust-lang/crates.io-index"
10288checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10289dependencies = [
10290 "avif-serialize",
10291 "imgref",
10292 "loop9",
10293 "quick-error",
10294 "rav1e",
10295 "rayon",
10296 "rgb",
10297]
10298
10299[[package]]
10300name = "raw-window-handle"
10301version = "0.6.2"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10304
10305[[package]]
10306name = "raw-window-metal"
10307version = "0.4.0"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10310dependencies = [
10311 "cocoa 0.25.0",
10312 "core-graphics 0.23.2",
10313 "objc",
10314 "raw-window-handle",
10315]
10316
10317[[package]]
10318name = "rayon"
10319version = "1.10.0"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10322dependencies = [
10323 "either",
10324 "rayon-core",
10325]
10326
10327[[package]]
10328name = "rayon-core"
10329version = "1.12.1"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10332dependencies = [
10333 "crossbeam-deque",
10334 "crossbeam-utils",
10335]
10336
10337[[package]]
10338name = "read-fonts"
10339version = "0.22.5"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10342dependencies = [
10343 "bytemuck",
10344 "font-types",
10345]
10346
10347[[package]]
10348name = "recent_projects"
10349version = "0.1.0"
10350dependencies = [
10351 "anyhow",
10352 "auto_update",
10353 "editor",
10354 "extension_host",
10355 "file_finder",
10356 "futures 0.3.31",
10357 "fuzzy",
10358 "gpui",
10359 "language",
10360 "log",
10361 "markdown",
10362 "menu",
10363 "ordered-float 2.10.1",
10364 "paths",
10365 "picker",
10366 "project",
10367 "release_channel",
10368 "remote",
10369 "schemars",
10370 "serde",
10371 "serde_json",
10372 "settings",
10373 "smol",
10374 "task",
10375 "theme",
10376 "ui",
10377 "util",
10378 "workspace",
10379 "zed_actions",
10380]
10381
10382[[package]]
10383name = "redox_syscall"
10384version = "0.2.16"
10385source = "registry+https://github.com/rust-lang/crates.io-index"
10386checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10387dependencies = [
10388 "bitflags 1.3.2",
10389]
10390
10391[[package]]
10392name = "redox_syscall"
10393version = "0.5.8"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10396dependencies = [
10397 "bitflags 2.6.0",
10398]
10399
10400[[package]]
10401name = "redox_users"
10402version = "0.4.6"
10403source = "registry+https://github.com/rust-lang/crates.io-index"
10404checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10405dependencies = [
10406 "getrandom 0.2.15",
10407 "libredox",
10408 "thiserror 1.0.69",
10409]
10410
10411[[package]]
10412name = "refineable"
10413version = "0.1.0"
10414dependencies = [
10415 "derive_refineable",
10416]
10417
10418[[package]]
10419name = "regalloc2"
10420version = "0.9.3"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10423dependencies = [
10424 "hashbrown 0.13.2",
10425 "log",
10426 "rustc-hash 1.1.0",
10427 "slice-group-by",
10428 "smallvec",
10429]
10430
10431[[package]]
10432name = "regex"
10433version = "1.11.1"
10434source = "registry+https://github.com/rust-lang/crates.io-index"
10435checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10436dependencies = [
10437 "aho-corasick",
10438 "memchr",
10439 "regex-automata 0.4.9",
10440 "regex-syntax 0.8.5",
10441]
10442
10443[[package]]
10444name = "regex-automata"
10445version = "0.1.10"
10446source = "registry+https://github.com/rust-lang/crates.io-index"
10447checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10448dependencies = [
10449 "regex-syntax 0.6.29",
10450]
10451
10452[[package]]
10453name = "regex-automata"
10454version = "0.4.9"
10455source = "registry+https://github.com/rust-lang/crates.io-index"
10456checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10457dependencies = [
10458 "aho-corasick",
10459 "memchr",
10460 "regex-syntax 0.8.5",
10461]
10462
10463[[package]]
10464name = "regex-lite"
10465version = "0.1.6"
10466source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10468
10469[[package]]
10470name = "regex-syntax"
10471version = "0.6.29"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10474
10475[[package]]
10476name = "regex-syntax"
10477version = "0.8.5"
10478source = "registry+https://github.com/rust-lang/crates.io-index"
10479checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10480
10481[[package]]
10482name = "release_channel"
10483version = "0.1.0"
10484dependencies = [
10485 "gpui",
10486]
10487
10488[[package]]
10489name = "remote"
10490version = "0.1.0"
10491dependencies = [
10492 "anyhow",
10493 "async-trait",
10494 "collections",
10495 "fs",
10496 "futures 0.3.31",
10497 "gpui",
10498 "itertools 0.13.0",
10499 "log",
10500 "parking_lot",
10501 "paths",
10502 "prost 0.9.0",
10503 "release_channel",
10504 "rpc",
10505 "serde",
10506 "serde_json",
10507 "shlex",
10508 "smol",
10509 "tempfile",
10510 "thiserror 1.0.69",
10511 "util",
10512 "which 6.0.3",
10513]
10514
10515[[package]]
10516name = "remote_server"
10517version = "0.1.0"
10518dependencies = [
10519 "anyhow",
10520 "async-watch",
10521 "backtrace",
10522 "cargo_toml",
10523 "chrono",
10524 "clap",
10525 "client",
10526 "clock",
10527 "env_logger 0.11.6",
10528 "extension",
10529 "extension_host",
10530 "fork",
10531 "fs",
10532 "futures 0.3.31",
10533 "git",
10534 "git_hosting_providers",
10535 "gpui",
10536 "http_client",
10537 "language",
10538 "language_extension",
10539 "languages",
10540 "libc",
10541 "log",
10542 "lsp",
10543 "node_runtime",
10544 "paths",
10545 "project",
10546 "proto",
10547 "release_channel",
10548 "remote",
10549 "reqwest_client",
10550 "rpc",
10551 "rust-embed",
10552 "serde",
10553 "serde_json",
10554 "settings",
10555 "shellexpand 2.1.2",
10556 "smol",
10557 "sysinfo",
10558 "telemetry_events",
10559 "toml 0.8.19",
10560 "util",
10561 "worktree",
10562]
10563
10564[[package]]
10565name = "rend"
10566version = "0.4.2"
10567source = "registry+https://github.com/rust-lang/crates.io-index"
10568checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10569dependencies = [
10570 "bytecheck",
10571]
10572
10573[[package]]
10574name = "repl"
10575version = "0.1.0"
10576dependencies = [
10577 "alacritty_terminal",
10578 "anyhow",
10579 "async-dispatcher",
10580 "async-tungstenite 0.28.2",
10581 "base64 0.22.1",
10582 "client",
10583 "collections",
10584 "command_palette_hooks",
10585 "editor",
10586 "env_logger 0.11.6",
10587 "feature_flags",
10588 "file_icons",
10589 "futures 0.3.31",
10590 "gpui",
10591 "http_client",
10592 "image",
10593 "indoc",
10594 "jupyter-protocol",
10595 "jupyter-websocket-client",
10596 "language",
10597 "languages",
10598 "log",
10599 "markdown_preview",
10600 "menu",
10601 "multi_buffer",
10602 "nbformat",
10603 "picker",
10604 "project",
10605 "runtimelib",
10606 "schemars",
10607 "serde",
10608 "serde_json",
10609 "settings",
10610 "smol",
10611 "telemetry",
10612 "terminal",
10613 "terminal_view",
10614 "theme",
10615 "tree-sitter-md",
10616 "tree-sitter-python",
10617 "tree-sitter-typescript",
10618 "ui",
10619 "util",
10620 "uuid",
10621 "workspace",
10622]
10623
10624[[package]]
10625name = "reqwest"
10626version = "0.11.27"
10627source = "registry+https://github.com/rust-lang/crates.io-index"
10628checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10629dependencies = [
10630 "base64 0.21.7",
10631 "bytes 1.9.0",
10632 "encoding_rs",
10633 "futures-core",
10634 "futures-util",
10635 "h2 0.3.26",
10636 "http 0.2.12",
10637 "http-body 0.4.6",
10638 "hyper 0.14.32",
10639 "hyper-rustls 0.24.2",
10640 "hyper-tls",
10641 "ipnet",
10642 "js-sys",
10643 "log",
10644 "mime",
10645 "native-tls",
10646 "once_cell",
10647 "percent-encoding",
10648 "pin-project-lite",
10649 "rustls 0.21.12",
10650 "rustls-native-certs 0.6.3",
10651 "rustls-pemfile 1.0.4",
10652 "serde",
10653 "serde_json",
10654 "serde_urlencoded",
10655 "sync_wrapper 0.1.2",
10656 "system-configuration 0.5.1",
10657 "tokio",
10658 "tokio-native-tls",
10659 "tokio-rustls 0.24.1",
10660 "tower-service",
10661 "url",
10662 "wasm-bindgen",
10663 "wasm-bindgen-futures",
10664 "web-sys",
10665 "winreg 0.50.0",
10666]
10667
10668[[package]]
10669name = "reqwest"
10670version = "0.12.8"
10671source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10672dependencies = [
10673 "base64 0.22.1",
10674 "bytes 1.9.0",
10675 "encoding_rs",
10676 "futures-core",
10677 "futures-util",
10678 "h2 0.4.7",
10679 "http 1.2.0",
10680 "http-body 1.0.1",
10681 "http-body-util",
10682 "hyper 1.5.1",
10683 "hyper-rustls 0.27.3",
10684 "hyper-util",
10685 "ipnet",
10686 "js-sys",
10687 "log",
10688 "mime",
10689 "once_cell",
10690 "percent-encoding",
10691 "pin-project-lite",
10692 "quinn",
10693 "rustls 0.23.20",
10694 "rustls-native-certs 0.8.1",
10695 "rustls-pemfile 2.2.0",
10696 "rustls-pki-types",
10697 "serde",
10698 "serde_json",
10699 "serde_urlencoded",
10700 "sync_wrapper 1.0.2",
10701 "system-configuration 0.6.1",
10702 "tokio",
10703 "tokio-rustls 0.26.1",
10704 "tokio-socks",
10705 "tokio-util",
10706 "tower-service",
10707 "url",
10708 "wasm-bindgen",
10709 "wasm-bindgen-futures",
10710 "wasm-streams",
10711 "web-sys",
10712 "windows-registry",
10713]
10714
10715[[package]]
10716name = "reqwest_client"
10717version = "0.1.0"
10718dependencies = [
10719 "anyhow",
10720 "bytes 1.9.0",
10721 "futures 0.3.31",
10722 "gpui",
10723 "http_client",
10724 "log",
10725 "reqwest 0.12.8",
10726 "serde",
10727 "smol",
10728 "tokio",
10729]
10730
10731[[package]]
10732name = "resvg"
10733version = "0.44.0"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10736dependencies = [
10737 "log",
10738 "pico-args",
10739 "rgb",
10740 "svgtypes",
10741 "tiny-skia",
10742 "usvg",
10743]
10744
10745[[package]]
10746name = "rfc6979"
10747version = "0.3.1"
10748source = "registry+https://github.com/rust-lang/crates.io-index"
10749checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10750dependencies = [
10751 "crypto-bigint 0.4.9",
10752 "hmac",
10753 "zeroize",
10754]
10755
10756[[package]]
10757name = "rgb"
10758version = "0.8.50"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10761dependencies = [
10762 "bytemuck",
10763]
10764
10765[[package]]
10766name = "rich_text"
10767version = "0.1.0"
10768dependencies = [
10769 "futures 0.3.31",
10770 "gpui",
10771 "language",
10772 "linkify",
10773 "pulldown-cmark 0.12.2",
10774 "theme",
10775 "ui",
10776 "util",
10777]
10778
10779[[package]]
10780name = "ring"
10781version = "0.17.8"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10784dependencies = [
10785 "cc",
10786 "cfg-if",
10787 "getrandom 0.2.15",
10788 "libc",
10789 "spin",
10790 "untrusted",
10791 "windows-sys 0.52.0",
10792]
10793
10794[[package]]
10795name = "rkyv"
10796version = "0.7.45"
10797source = "registry+https://github.com/rust-lang/crates.io-index"
10798checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10799dependencies = [
10800 "bitvec",
10801 "bytecheck",
10802 "bytes 1.9.0",
10803 "hashbrown 0.12.3",
10804 "ptr_meta",
10805 "rend",
10806 "rkyv_derive",
10807 "seahash",
10808 "tinyvec",
10809 "uuid",
10810]
10811
10812[[package]]
10813name = "rkyv_derive"
10814version = "0.7.45"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10817dependencies = [
10818 "proc-macro2",
10819 "quote",
10820 "syn 1.0.109",
10821]
10822
10823[[package]]
10824name = "rmp"
10825version = "0.8.14"
10826source = "registry+https://github.com/rust-lang/crates.io-index"
10827checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10828dependencies = [
10829 "byteorder",
10830 "num-traits",
10831 "paste",
10832]
10833
10834[[package]]
10835name = "rmpv"
10836version = "1.3.0"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10839dependencies = [
10840 "num-traits",
10841 "rmp",
10842]
10843
10844[[package]]
10845name = "rodio"
10846version = "0.20.1"
10847source = "registry+https://github.com/rust-lang/crates.io-index"
10848checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10849dependencies = [
10850 "cpal",
10851 "hound",
10852]
10853
10854[[package]]
10855name = "rope"
10856version = "0.1.0"
10857dependencies = [
10858 "arrayvec",
10859 "criterion",
10860 "ctor",
10861 "env_logger 0.11.6",
10862 "gpui",
10863 "log",
10864 "rand 0.8.5",
10865 "rayon",
10866 "smallvec",
10867 "sum_tree",
10868 "unicode-segmentation",
10869 "util",
10870]
10871
10872[[package]]
10873name = "roxmltree"
10874version = "0.20.0"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10877
10878[[package]]
10879name = "rpc"
10880version = "0.1.0"
10881dependencies = [
10882 "anyhow",
10883 "async-tungstenite 0.28.2",
10884 "base64 0.22.1",
10885 "chrono",
10886 "collections",
10887 "env_logger 0.11.6",
10888 "futures 0.3.31",
10889 "gpui",
10890 "parking_lot",
10891 "proto",
10892 "rand 0.8.5",
10893 "rsa",
10894 "serde",
10895 "serde_json",
10896 "sha2",
10897 "strum",
10898 "tracing",
10899 "util",
10900 "zstd",
10901]
10902
10903[[package]]
10904name = "rsa"
10905version = "0.9.7"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10908dependencies = [
10909 "const-oid",
10910 "digest",
10911 "num-bigint-dig",
10912 "num-integer",
10913 "num-traits",
10914 "pkcs1",
10915 "pkcs8 0.10.2",
10916 "rand_core 0.6.4",
10917 "signature 2.2.0",
10918 "spki 0.7.3",
10919 "subtle",
10920 "zeroize",
10921]
10922
10923[[package]]
10924name = "runtimelib"
10925version = "0.24.0"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "445ff0ee3d5c832cdd27efadd004a741423db1f91bd1de593a14b21211ea084c"
10928dependencies = [
10929 "anyhow",
10930 "async-dispatcher",
10931 "async-std",
10932 "base64 0.22.1",
10933 "bytes 1.9.0",
10934 "chrono",
10935 "data-encoding",
10936 "dirs 5.0.1",
10937 "futures 0.3.31",
10938 "glob",
10939 "jupyter-protocol",
10940 "ring",
10941 "serde",
10942 "serde_json",
10943 "shellexpand 3.1.0",
10944 "smol",
10945 "uuid",
10946 "zeromq",
10947]
10948
10949[[package]]
10950name = "rust-embed"
10951version = "8.5.0"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10954dependencies = [
10955 "rust-embed-impl",
10956 "rust-embed-utils",
10957 "walkdir",
10958]
10959
10960[[package]]
10961name = "rust-embed-impl"
10962version = "8.5.0"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10965dependencies = [
10966 "proc-macro2",
10967 "quote",
10968 "rust-embed-utils",
10969 "syn 2.0.90",
10970 "walkdir",
10971]
10972
10973[[package]]
10974name = "rust-embed-utils"
10975version = "8.5.0"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10978dependencies = [
10979 "globset",
10980 "sha2",
10981 "walkdir",
10982]
10983
10984[[package]]
10985name = "rust_decimal"
10986version = "1.36.0"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10989dependencies = [
10990 "arrayvec",
10991 "borsh",
10992 "bytes 1.9.0",
10993 "num-traits",
10994 "rand 0.8.5",
10995 "rkyv",
10996 "serde",
10997 "serde_json",
10998]
10999
11000[[package]]
11001name = "rustc-demangle"
11002version = "0.1.24"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11005
11006[[package]]
11007name = "rustc-hash"
11008version = "1.1.0"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11011
11012[[package]]
11013name = "rustc-hash"
11014version = "2.1.0"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
11017
11018[[package]]
11019name = "rustc_version"
11020version = "0.4.1"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11023dependencies = [
11024 "semver",
11025]
11026
11027[[package]]
11028name = "rustix"
11029version = "0.37.27"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
11032dependencies = [
11033 "bitflags 1.3.2",
11034 "errno 0.3.10",
11035 "io-lifetimes 1.0.11",
11036 "libc",
11037 "linux-raw-sys 0.3.8",
11038 "windows-sys 0.48.0",
11039]
11040
11041[[package]]
11042name = "rustix"
11043version = "0.38.42"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11046dependencies = [
11047 "bitflags 2.6.0",
11048 "errno 0.3.10",
11049 "itoa",
11050 "libc",
11051 "linux-raw-sys 0.4.14",
11052 "once_cell",
11053 "windows-sys 0.59.0",
11054]
11055
11056[[package]]
11057name = "rustix-openpty"
11058version = "0.1.1"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11061dependencies = [
11062 "errno 0.3.10",
11063 "libc",
11064 "rustix 0.38.42",
11065]
11066
11067[[package]]
11068name = "rustls"
11069version = "0.21.12"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11072dependencies = [
11073 "log",
11074 "ring",
11075 "rustls-webpki 0.101.7",
11076 "sct",
11077]
11078
11079[[package]]
11080name = "rustls"
11081version = "0.23.20"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
11084dependencies = [
11085 "once_cell",
11086 "ring",
11087 "rustls-pki-types",
11088 "rustls-webpki 0.102.8",
11089 "subtle",
11090 "zeroize",
11091]
11092
11093[[package]]
11094name = "rustls-native-certs"
11095version = "0.6.3"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11098dependencies = [
11099 "openssl-probe",
11100 "rustls-pemfile 1.0.4",
11101 "schannel",
11102 "security-framework 2.11.1",
11103]
11104
11105[[package]]
11106name = "rustls-native-certs"
11107version = "0.8.1"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11110dependencies = [
11111 "openssl-probe",
11112 "rustls-pki-types",
11113 "schannel",
11114 "security-framework 3.0.1",
11115]
11116
11117[[package]]
11118name = "rustls-pemfile"
11119version = "1.0.4"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11122dependencies = [
11123 "base64 0.21.7",
11124]
11125
11126[[package]]
11127name = "rustls-pemfile"
11128version = "2.2.0"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11131dependencies = [
11132 "rustls-pki-types",
11133]
11134
11135[[package]]
11136name = "rustls-pki-types"
11137version = "1.10.0"
11138source = "registry+https://github.com/rust-lang/crates.io-index"
11139checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11140dependencies = [
11141 "web-time",
11142]
11143
11144[[package]]
11145name = "rustls-webpki"
11146version = "0.101.7"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11149dependencies = [
11150 "ring",
11151 "untrusted",
11152]
11153
11154[[package]]
11155name = "rustls-webpki"
11156version = "0.102.8"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11159dependencies = [
11160 "ring",
11161 "rustls-pki-types",
11162 "untrusted",
11163]
11164
11165[[package]]
11166name = "rustversion"
11167version = "1.0.18"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11170
11171[[package]]
11172name = "rustybuzz"
11173version = "0.14.1"
11174source = "registry+https://github.com/rust-lang/crates.io-index"
11175checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11176dependencies = [
11177 "bitflags 2.6.0",
11178 "bytemuck",
11179 "libm",
11180 "smallvec",
11181 "ttf-parser",
11182 "unicode-bidi-mirroring",
11183 "unicode-ccc",
11184 "unicode-properties",
11185 "unicode-script",
11186]
11187
11188[[package]]
11189name = "ryu"
11190version = "1.0.18"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11193
11194[[package]]
11195name = "salsa20"
11196version = "0.10.2"
11197source = "registry+https://github.com/rust-lang/crates.io-index"
11198checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11199dependencies = [
11200 "cipher",
11201]
11202
11203[[package]]
11204name = "same-file"
11205version = "1.0.6"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11208dependencies = [
11209 "winapi-util",
11210]
11211
11212[[package]]
11213name = "schannel"
11214version = "0.1.27"
11215source = "registry+https://github.com/rust-lang/crates.io-index"
11216checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11217dependencies = [
11218 "windows-sys 0.59.0",
11219]
11220
11221[[package]]
11222name = "schemars"
11223version = "0.8.21"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11226dependencies = [
11227 "dyn-clone",
11228 "indexmap",
11229 "schemars_derive",
11230 "serde",
11231 "serde_json",
11232]
11233
11234[[package]]
11235name = "schemars_derive"
11236version = "0.8.21"
11237source = "registry+https://github.com/rust-lang/crates.io-index"
11238checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11239dependencies = [
11240 "proc-macro2",
11241 "quote",
11242 "serde_derive_internals",
11243 "syn 2.0.90",
11244]
11245
11246[[package]]
11247name = "scoped-tls"
11248version = "1.0.1"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11251
11252[[package]]
11253name = "scopeguard"
11254version = "1.2.0"
11255source = "registry+https://github.com/rust-lang/crates.io-index"
11256checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11257
11258[[package]]
11259name = "scratch"
11260version = "1.0.7"
11261source = "registry+https://github.com/rust-lang/crates.io-index"
11262checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11263
11264[[package]]
11265name = "scrypt"
11266version = "0.11.0"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11269dependencies = [
11270 "password-hash 0.5.0",
11271 "pbkdf2 0.12.2",
11272 "salsa20",
11273 "sha2",
11274]
11275
11276[[package]]
11277name = "sct"
11278version = "0.7.1"
11279source = "registry+https://github.com/rust-lang/crates.io-index"
11280checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11281dependencies = [
11282 "ring",
11283 "untrusted",
11284]
11285
11286[[package]]
11287name = "sea-bae"
11288version = "0.2.1"
11289source = "registry+https://github.com/rust-lang/crates.io-index"
11290checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11291dependencies = [
11292 "heck 0.4.1",
11293 "proc-macro-error2",
11294 "proc-macro2",
11295 "quote",
11296 "syn 2.0.90",
11297]
11298
11299[[package]]
11300name = "sea-orm"
11301version = "1.1.3"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "0dbcf83248860dc632c46c7e81a221e041b50d0006191756cb001d9e8afc60a9"
11304dependencies = [
11305 "async-stream",
11306 "async-trait",
11307 "bigdecimal",
11308 "chrono",
11309 "futures 0.3.31",
11310 "log",
11311 "ouroboros",
11312 "rust_decimal",
11313 "sea-orm-macros",
11314 "sea-query",
11315 "sea-query-binder",
11316 "serde",
11317 "serde_json",
11318 "sqlx",
11319 "strum",
11320 "thiserror 1.0.69",
11321 "time",
11322 "tracing",
11323 "url",
11324 "uuid",
11325]
11326
11327[[package]]
11328name = "sea-orm-macros"
11329version = "1.1.3"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "49ce6f08134f3681b1ca92185b96fac898f26d9b4f5538d13f7032ef243d14b2"
11332dependencies = [
11333 "heck 0.4.1",
11334 "proc-macro2",
11335 "quote",
11336 "sea-bae",
11337 "syn 2.0.90",
11338 "unicode-ident",
11339]
11340
11341[[package]]
11342name = "sea-query"
11343version = "0.32.1"
11344source = "registry+https://github.com/rust-lang/crates.io-index"
11345checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11346dependencies = [
11347 "bigdecimal",
11348 "chrono",
11349 "inherent",
11350 "ordered-float 3.9.2",
11351 "rust_decimal",
11352 "serde_json",
11353 "time",
11354 "uuid",
11355]
11356
11357[[package]]
11358name = "sea-query-binder"
11359version = "0.7.0"
11360source = "registry+https://github.com/rust-lang/crates.io-index"
11361checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11362dependencies = [
11363 "bigdecimal",
11364 "chrono",
11365 "rust_decimal",
11366 "sea-query",
11367 "serde_json",
11368 "sqlx",
11369 "time",
11370 "uuid",
11371]
11372
11373[[package]]
11374name = "seahash"
11375version = "4.1.0"
11376source = "registry+https://github.com/rust-lang/crates.io-index"
11377checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11378
11379[[package]]
11380name = "search"
11381version = "0.1.0"
11382dependencies = [
11383 "any_vec",
11384 "anyhow",
11385 "bitflags 2.6.0",
11386 "client",
11387 "collections",
11388 "editor",
11389 "futures 0.3.31",
11390 "gpui",
11391 "language",
11392 "menu",
11393 "project",
11394 "serde",
11395 "serde_json",
11396 "settings",
11397 "smol",
11398 "theme",
11399 "ui",
11400 "unindent",
11401 "util",
11402 "workspace",
11403]
11404
11405[[package]]
11406name = "sec1"
11407version = "0.3.0"
11408source = "registry+https://github.com/rust-lang/crates.io-index"
11409checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11410dependencies = [
11411 "base16ct",
11412 "der 0.6.1",
11413 "generic-array",
11414 "pkcs8 0.9.0",
11415 "subtle",
11416 "zeroize",
11417]
11418
11419[[package]]
11420name = "security-framework"
11421version = "2.11.1"
11422source = "registry+https://github.com/rust-lang/crates.io-index"
11423checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11424dependencies = [
11425 "bitflags 2.6.0",
11426 "core-foundation 0.9.4",
11427 "core-foundation-sys",
11428 "libc",
11429 "security-framework-sys",
11430]
11431
11432[[package]]
11433name = "security-framework"
11434version = "3.0.1"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11437dependencies = [
11438 "bitflags 2.6.0",
11439 "core-foundation 0.10.0",
11440 "core-foundation-sys",
11441 "libc",
11442 "security-framework-sys",
11443]
11444
11445[[package]]
11446name = "security-framework-sys"
11447version = "2.12.1"
11448source = "registry+https://github.com/rust-lang/crates.io-index"
11449checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11450dependencies = [
11451 "core-foundation-sys",
11452 "libc",
11453]
11454
11455[[package]]
11456name = "self_cell"
11457version = "1.1.0"
11458source = "registry+https://github.com/rust-lang/crates.io-index"
11459checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11460
11461[[package]]
11462name = "semantic_index"
11463version = "0.1.0"
11464dependencies = [
11465 "anyhow",
11466 "arrayvec",
11467 "blake3",
11468 "client",
11469 "clock",
11470 "collections",
11471 "env_logger 0.11.6",
11472 "feature_flags",
11473 "fs",
11474 "futures 0.3.31",
11475 "futures-batch",
11476 "gpui",
11477 "heed",
11478 "http_client",
11479 "language",
11480 "language_model",
11481 "languages",
11482 "log",
11483 "open_ai",
11484 "parking_lot",
11485 "project",
11486 "reqwest_client",
11487 "serde",
11488 "serde_json",
11489 "settings",
11490 "sha2",
11491 "smol",
11492 "tempfile",
11493 "theme",
11494 "tree-sitter",
11495 "ui",
11496 "unindent",
11497 "util",
11498 "workspace",
11499 "worktree",
11500]
11501
11502[[package]]
11503name = "semantic_version"
11504version = "0.1.0"
11505dependencies = [
11506 "anyhow",
11507 "serde",
11508]
11509
11510[[package]]
11511name = "semver"
11512version = "1.0.24"
11513source = "registry+https://github.com/rust-lang/crates.io-index"
11514checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11515dependencies = [
11516 "serde",
11517]
11518
11519[[package]]
11520name = "serde"
11521version = "1.0.217"
11522source = "registry+https://github.com/rust-lang/crates.io-index"
11523checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
11524dependencies = [
11525 "serde_derive",
11526]
11527
11528[[package]]
11529name = "serde_derive"
11530version = "1.0.217"
11531source = "registry+https://github.com/rust-lang/crates.io-index"
11532checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
11533dependencies = [
11534 "proc-macro2",
11535 "quote",
11536 "syn 2.0.90",
11537]
11538
11539[[package]]
11540name = "serde_derive_internals"
11541version = "0.29.1"
11542source = "registry+https://github.com/rust-lang/crates.io-index"
11543checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11544dependencies = [
11545 "proc-macro2",
11546 "quote",
11547 "syn 2.0.90",
11548]
11549
11550[[package]]
11551name = "serde_fmt"
11552version = "1.0.3"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11555dependencies = [
11556 "serde",
11557]
11558
11559[[package]]
11560name = "serde_json"
11561version = "1.0.135"
11562source = "registry+https://github.com/rust-lang/crates.io-index"
11563checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
11564dependencies = [
11565 "indexmap",
11566 "itoa",
11567 "memchr",
11568 "ryu",
11569 "serde",
11570]
11571
11572[[package]]
11573name = "serde_json_lenient"
11574version = "0.2.4"
11575source = "registry+https://github.com/rust-lang/crates.io-index"
11576checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11577dependencies = [
11578 "indexmap",
11579 "itoa",
11580 "memchr",
11581 "ryu",
11582 "serde",
11583]
11584
11585[[package]]
11586name = "serde_path_to_error"
11587version = "0.1.16"
11588source = "registry+https://github.com/rust-lang/crates.io-index"
11589checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11590dependencies = [
11591 "itoa",
11592 "serde",
11593]
11594
11595[[package]]
11596name = "serde_qs"
11597version = "0.8.5"
11598source = "registry+https://github.com/rust-lang/crates.io-index"
11599checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11600dependencies = [
11601 "percent-encoding",
11602 "serde",
11603 "thiserror 1.0.69",
11604]
11605
11606[[package]]
11607name = "serde_qs"
11608version = "0.10.1"
11609source = "registry+https://github.com/rust-lang/crates.io-index"
11610checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11611dependencies = [
11612 "percent-encoding",
11613 "serde",
11614 "thiserror 1.0.69",
11615]
11616
11617[[package]]
11618name = "serde_repr"
11619version = "0.1.19"
11620source = "registry+https://github.com/rust-lang/crates.io-index"
11621checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11622dependencies = [
11623 "proc-macro2",
11624 "quote",
11625 "syn 2.0.90",
11626]
11627
11628[[package]]
11629name = "serde_spanned"
11630version = "0.6.8"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11633dependencies = [
11634 "serde",
11635]
11636
11637[[package]]
11638name = "serde_urlencoded"
11639version = "0.7.1"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11642dependencies = [
11643 "form_urlencoded",
11644 "itoa",
11645 "ryu",
11646 "serde",
11647]
11648
11649[[package]]
11650name = "session"
11651version = "0.1.0"
11652dependencies = [
11653 "db",
11654 "gpui",
11655 "serde_json",
11656 "util",
11657 "uuid",
11658]
11659
11660[[package]]
11661name = "settings"
11662version = "0.1.0"
11663dependencies = [
11664 "anyhow",
11665 "collections",
11666 "ec4rs",
11667 "fs",
11668 "futures 0.3.31",
11669 "gpui",
11670 "indoc",
11671 "log",
11672 "paths",
11673 "pretty_assertions",
11674 "release_channel",
11675 "rust-embed",
11676 "schemars",
11677 "serde",
11678 "serde_derive",
11679 "serde_json",
11680 "serde_json_lenient",
11681 "smallvec",
11682 "tree-sitter",
11683 "tree-sitter-json",
11684 "unindent",
11685 "util",
11686]
11687
11688[[package]]
11689name = "settings_ui"
11690version = "0.1.0"
11691dependencies = [
11692 "command_palette_hooks",
11693 "editor",
11694 "feature_flags",
11695 "gpui",
11696 "settings",
11697 "theme",
11698 "ui",
11699 "workspace",
11700]
11701
11702[[package]]
11703name = "sha1"
11704version = "0.10.6"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11707dependencies = [
11708 "cfg-if",
11709 "cpufeatures",
11710 "digest",
11711]
11712
11713[[package]]
11714name = "sha1_smol"
11715version = "1.0.1"
11716source = "registry+https://github.com/rust-lang/crates.io-index"
11717checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11718
11719[[package]]
11720name = "sha2"
11721version = "0.10.8"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11724dependencies = [
11725 "cfg-if",
11726 "cpufeatures",
11727 "digest",
11728]
11729
11730[[package]]
11731name = "sharded-slab"
11732version = "0.1.7"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11735dependencies = [
11736 "lazy_static",
11737]
11738
11739[[package]]
11740name = "shell-words"
11741version = "1.1.0"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11744
11745[[package]]
11746name = "shellexpand"
11747version = "2.1.2"
11748source = "registry+https://github.com/rust-lang/crates.io-index"
11749checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11750dependencies = [
11751 "dirs 4.0.0",
11752]
11753
11754[[package]]
11755name = "shellexpand"
11756version = "3.1.0"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11759dependencies = [
11760 "dirs 5.0.1",
11761]
11762
11763[[package]]
11764name = "shlex"
11765version = "1.3.0"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11768
11769[[package]]
11770name = "signal-hook"
11771version = "0.3.17"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11774dependencies = [
11775 "libc",
11776 "signal-hook-registry",
11777]
11778
11779[[package]]
11780name = "signal-hook-registry"
11781version = "1.4.2"
11782source = "registry+https://github.com/rust-lang/crates.io-index"
11783checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11784dependencies = [
11785 "libc",
11786]
11787
11788[[package]]
11789name = "signature"
11790version = "1.6.4"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11793dependencies = [
11794 "digest",
11795 "rand_core 0.6.4",
11796]
11797
11798[[package]]
11799name = "signature"
11800version = "2.2.0"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11803dependencies = [
11804 "digest",
11805 "rand_core 0.6.4",
11806]
11807
11808[[package]]
11809name = "simd-adler32"
11810version = "0.3.7"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11813
11814[[package]]
11815name = "simd_helpers"
11816version = "0.1.0"
11817source = "registry+https://github.com/rust-lang/crates.io-index"
11818checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11819dependencies = [
11820 "quote",
11821]
11822
11823[[package]]
11824name = "simdutf8"
11825version = "0.1.5"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11828
11829[[package]]
11830name = "similar"
11831version = "1.3.0"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11834
11835[[package]]
11836name = "simple_asn1"
11837version = "0.6.2"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11840dependencies = [
11841 "num-bigint",
11842 "num-traits",
11843 "thiserror 1.0.69",
11844 "time",
11845]
11846
11847[[package]]
11848name = "simplecss"
11849version = "0.2.1"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11852dependencies = [
11853 "log",
11854]
11855
11856[[package]]
11857name = "simplelog"
11858version = "0.12.2"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11861dependencies = [
11862 "log",
11863 "termcolor",
11864 "time",
11865]
11866
11867[[package]]
11868name = "siphasher"
11869version = "0.3.11"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11872
11873[[package]]
11874name = "siphasher"
11875version = "1.0.1"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11878
11879[[package]]
11880name = "skrifa"
11881version = "0.22.3"
11882source = "registry+https://github.com/rust-lang/crates.io-index"
11883checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11884dependencies = [
11885 "bytemuck",
11886 "read-fonts",
11887]
11888
11889[[package]]
11890name = "slab"
11891version = "0.4.9"
11892source = "registry+https://github.com/rust-lang/crates.io-index"
11893checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11894dependencies = [
11895 "autocfg",
11896]
11897
11898[[package]]
11899name = "slash_commands_example"
11900version = "0.1.0"
11901dependencies = [
11902 "zed_extension_api 0.1.0",
11903]
11904
11905[[package]]
11906name = "slice-group-by"
11907version = "0.3.1"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11910
11911[[package]]
11912name = "slotmap"
11913version = "1.0.7"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11916dependencies = [
11917 "version_check",
11918]
11919
11920[[package]]
11921name = "smallvec"
11922version = "1.13.2"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11925dependencies = [
11926 "serde",
11927]
11928
11929[[package]]
11930name = "smart-default"
11931version = "0.6.0"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11934dependencies = [
11935 "proc-macro2",
11936 "quote",
11937 "syn 1.0.109",
11938]
11939
11940[[package]]
11941name = "smol"
11942version = "1.3.0"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11945dependencies = [
11946 "async-channel 1.9.0",
11947 "async-executor",
11948 "async-fs 1.6.0",
11949 "async-io 1.13.0",
11950 "async-lock 2.8.0",
11951 "async-net 1.8.0",
11952 "async-process 1.8.1",
11953 "blocking",
11954 "futures-lite 1.13.0",
11955]
11956
11957[[package]]
11958name = "smol_str"
11959version = "0.1.24"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11962dependencies = [
11963 "serde",
11964]
11965
11966[[package]]
11967name = "snippet"
11968version = "0.1.0"
11969dependencies = [
11970 "anyhow",
11971 "smallvec",
11972]
11973
11974[[package]]
11975name = "snippet_provider"
11976version = "0.1.0"
11977dependencies = [
11978 "anyhow",
11979 "collections",
11980 "extension",
11981 "fs",
11982 "futures 0.3.31",
11983 "gpui",
11984 "parking_lot",
11985 "paths",
11986 "serde",
11987 "serde_json",
11988 "snippet",
11989 "util",
11990]
11991
11992[[package]]
11993name = "snippets_ui"
11994version = "0.1.0"
11995dependencies = [
11996 "fuzzy",
11997 "gpui",
11998 "language",
11999 "paths",
12000 "picker",
12001 "ui",
12002 "util",
12003 "workspace",
12004]
12005
12006[[package]]
12007name = "socket2"
12008version = "0.4.10"
12009source = "registry+https://github.com/rust-lang/crates.io-index"
12010checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
12011dependencies = [
12012 "libc",
12013 "winapi",
12014]
12015
12016[[package]]
12017name = "socket2"
12018version = "0.5.8"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12021dependencies = [
12022 "libc",
12023 "windows-sys 0.52.0",
12024]
12025
12026[[package]]
12027name = "spdx"
12028version = "0.10.7"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12031dependencies = [
12032 "smallvec",
12033]
12034
12035[[package]]
12036name = "spin"
12037version = "0.9.8"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12040dependencies = [
12041 "lock_api",
12042]
12043
12044[[package]]
12045name = "spirv"
12046version = "0.3.0+sdk-1.3.268.0"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12049dependencies = [
12050 "bitflags 2.6.0",
12051]
12052
12053[[package]]
12054name = "spki"
12055version = "0.6.0"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12058dependencies = [
12059 "base64ct",
12060 "der 0.6.1",
12061]
12062
12063[[package]]
12064name = "spki"
12065version = "0.7.3"
12066source = "registry+https://github.com/rust-lang/crates.io-index"
12067checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12068dependencies = [
12069 "base64ct",
12070 "der 0.7.9",
12071]
12072
12073[[package]]
12074name = "sptr"
12075version = "0.3.2"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12078
12079[[package]]
12080name = "sqlez"
12081version = "0.1.0"
12082dependencies = [
12083 "anyhow",
12084 "collections",
12085 "futures 0.3.31",
12086 "indoc",
12087 "libsqlite3-sys",
12088 "parking_lot",
12089 "smol",
12090 "sqlformat",
12091 "thread_local",
12092 "util",
12093 "uuid",
12094]
12095
12096[[package]]
12097name = "sqlez_macros"
12098version = "0.1.0"
12099dependencies = [
12100 "sqlez",
12101 "sqlformat",
12102 "syn 1.0.109",
12103]
12104
12105[[package]]
12106name = "sqlformat"
12107version = "0.2.6"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12110dependencies = [
12111 "nom",
12112 "unicode_categories",
12113]
12114
12115[[package]]
12116name = "sqlx"
12117version = "0.8.2"
12118source = "registry+https://github.com/rust-lang/crates.io-index"
12119checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12120dependencies = [
12121 "sqlx-core",
12122 "sqlx-macros",
12123 "sqlx-mysql",
12124 "sqlx-postgres",
12125 "sqlx-sqlite",
12126]
12127
12128[[package]]
12129name = "sqlx-core"
12130version = "0.8.2"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12133dependencies = [
12134 "atoi",
12135 "bigdecimal",
12136 "byteorder",
12137 "bytes 1.9.0",
12138 "chrono",
12139 "crc",
12140 "crossbeam-queue",
12141 "either",
12142 "event-listener 5.3.1",
12143 "futures-channel",
12144 "futures-core",
12145 "futures-intrusive",
12146 "futures-io",
12147 "futures-util",
12148 "hashbrown 0.14.5",
12149 "hashlink 0.9.1",
12150 "hex",
12151 "indexmap",
12152 "log",
12153 "memchr",
12154 "once_cell",
12155 "paste",
12156 "percent-encoding",
12157 "rust_decimal",
12158 "rustls 0.23.20",
12159 "rustls-pemfile 2.2.0",
12160 "serde",
12161 "serde_json",
12162 "sha2",
12163 "smallvec",
12164 "sqlformat",
12165 "thiserror 1.0.69",
12166 "time",
12167 "tokio",
12168 "tokio-stream",
12169 "tracing",
12170 "url",
12171 "uuid",
12172 "webpki-roots 0.26.7",
12173]
12174
12175[[package]]
12176name = "sqlx-macros"
12177version = "0.8.2"
12178source = "registry+https://github.com/rust-lang/crates.io-index"
12179checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12180dependencies = [
12181 "proc-macro2",
12182 "quote",
12183 "sqlx-core",
12184 "sqlx-macros-core",
12185 "syn 2.0.90",
12186]
12187
12188[[package]]
12189name = "sqlx-macros-core"
12190version = "0.8.2"
12191source = "registry+https://github.com/rust-lang/crates.io-index"
12192checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12193dependencies = [
12194 "dotenvy",
12195 "either",
12196 "heck 0.5.0",
12197 "hex",
12198 "once_cell",
12199 "proc-macro2",
12200 "quote",
12201 "serde",
12202 "serde_json",
12203 "sha2",
12204 "sqlx-core",
12205 "sqlx-mysql",
12206 "sqlx-postgres",
12207 "sqlx-sqlite",
12208 "syn 2.0.90",
12209 "tempfile",
12210 "tokio",
12211 "url",
12212]
12213
12214[[package]]
12215name = "sqlx-mysql"
12216version = "0.8.2"
12217source = "registry+https://github.com/rust-lang/crates.io-index"
12218checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12219dependencies = [
12220 "atoi",
12221 "base64 0.22.1",
12222 "bigdecimal",
12223 "bitflags 2.6.0",
12224 "byteorder",
12225 "bytes 1.9.0",
12226 "chrono",
12227 "crc",
12228 "digest",
12229 "dotenvy",
12230 "either",
12231 "futures-channel",
12232 "futures-core",
12233 "futures-io",
12234 "futures-util",
12235 "generic-array",
12236 "hex",
12237 "hkdf",
12238 "hmac",
12239 "itoa",
12240 "log",
12241 "md-5",
12242 "memchr",
12243 "once_cell",
12244 "percent-encoding",
12245 "rand 0.8.5",
12246 "rsa",
12247 "rust_decimal",
12248 "serde",
12249 "sha1",
12250 "sha2",
12251 "smallvec",
12252 "sqlx-core",
12253 "stringprep",
12254 "thiserror 1.0.69",
12255 "time",
12256 "tracing",
12257 "uuid",
12258 "whoami",
12259]
12260
12261[[package]]
12262name = "sqlx-postgres"
12263version = "0.8.2"
12264source = "registry+https://github.com/rust-lang/crates.io-index"
12265checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12266dependencies = [
12267 "atoi",
12268 "base64 0.22.1",
12269 "bigdecimal",
12270 "bitflags 2.6.0",
12271 "byteorder",
12272 "chrono",
12273 "crc",
12274 "dotenvy",
12275 "etcetera",
12276 "futures-channel",
12277 "futures-core",
12278 "futures-io",
12279 "futures-util",
12280 "hex",
12281 "hkdf",
12282 "hmac",
12283 "home",
12284 "itoa",
12285 "log",
12286 "md-5",
12287 "memchr",
12288 "num-bigint",
12289 "once_cell",
12290 "rand 0.8.5",
12291 "rust_decimal",
12292 "serde",
12293 "serde_json",
12294 "sha2",
12295 "smallvec",
12296 "sqlx-core",
12297 "stringprep",
12298 "thiserror 1.0.69",
12299 "time",
12300 "tracing",
12301 "uuid",
12302 "whoami",
12303]
12304
12305[[package]]
12306name = "sqlx-sqlite"
12307version = "0.8.2"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12310dependencies = [
12311 "atoi",
12312 "chrono",
12313 "flume",
12314 "futures-channel",
12315 "futures-core",
12316 "futures-executor",
12317 "futures-intrusive",
12318 "futures-util",
12319 "libsqlite3-sys",
12320 "log",
12321 "percent-encoding",
12322 "serde",
12323 "serde_urlencoded",
12324 "sqlx-core",
12325 "time",
12326 "tracing",
12327 "url",
12328 "uuid",
12329]
12330
12331[[package]]
12332name = "stable_deref_trait"
12333version = "1.2.0"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12336
12337[[package]]
12338name = "static_assertions"
12339version = "1.1.0"
12340source = "registry+https://github.com/rust-lang/crates.io-index"
12341checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12342
12343[[package]]
12344name = "story"
12345version = "0.1.0"
12346dependencies = [
12347 "gpui",
12348 "itertools 0.13.0",
12349 "smallvec",
12350]
12351
12352[[package]]
12353name = "storybook"
12354version = "0.1.0"
12355dependencies = [
12356 "anyhow",
12357 "clap",
12358 "collab_ui",
12359 "ctrlc",
12360 "dialoguer",
12361 "editor",
12362 "fuzzy",
12363 "gpui",
12364 "indoc",
12365 "language",
12366 "log",
12367 "menu",
12368 "picker",
12369 "project",
12370 "reqwest_client",
12371 "rust-embed",
12372 "settings",
12373 "simplelog",
12374 "story",
12375 "strum",
12376 "theme",
12377 "title_bar",
12378 "ui",
12379]
12380
12381[[package]]
12382name = "strict-num"
12383version = "0.1.1"
12384source = "registry+https://github.com/rust-lang/crates.io-index"
12385checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12386dependencies = [
12387 "float-cmp",
12388]
12389
12390[[package]]
12391name = "string_cache"
12392version = "0.8.7"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12395dependencies = [
12396 "new_debug_unreachable",
12397 "once_cell",
12398 "parking_lot",
12399 "phf_shared 0.10.0",
12400 "precomputed-hash",
12401 "serde",
12402]
12403
12404[[package]]
12405name = "string_cache_codegen"
12406version = "0.5.2"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12409dependencies = [
12410 "phf_generator 0.10.0",
12411 "phf_shared 0.10.0",
12412 "proc-macro2",
12413 "quote",
12414]
12415
12416[[package]]
12417name = "stringprep"
12418version = "0.1.5"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12421dependencies = [
12422 "unicode-bidi",
12423 "unicode-normalization",
12424 "unicode-properties",
12425]
12426
12427[[package]]
12428name = "strsim"
12429version = "0.11.1"
12430source = "registry+https://github.com/rust-lang/crates.io-index"
12431checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12432
12433[[package]]
12434name = "strum"
12435version = "0.26.3"
12436source = "registry+https://github.com/rust-lang/crates.io-index"
12437checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12438dependencies = [
12439 "strum_macros",
12440]
12441
12442[[package]]
12443name = "strum_macros"
12444version = "0.26.4"
12445source = "registry+https://github.com/rust-lang/crates.io-index"
12446checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12447dependencies = [
12448 "heck 0.5.0",
12449 "proc-macro2",
12450 "quote",
12451 "rustversion",
12452 "syn 2.0.90",
12453]
12454
12455[[package]]
12456name = "subtle"
12457version = "2.6.1"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12460
12461[[package]]
12462name = "sum_tree"
12463version = "0.1.0"
12464dependencies = [
12465 "arrayvec",
12466 "ctor",
12467 "env_logger 0.11.6",
12468 "log",
12469 "rand 0.8.5",
12470 "rayon",
12471]
12472
12473[[package]]
12474name = "supermaven"
12475version = "0.1.0"
12476dependencies = [
12477 "anyhow",
12478 "client",
12479 "collections",
12480 "editor",
12481 "env_logger 0.11.6",
12482 "futures 0.3.31",
12483 "gpui",
12484 "http_client",
12485 "inline_completion",
12486 "language",
12487 "log",
12488 "postage",
12489 "project",
12490 "serde",
12491 "serde_json",
12492 "settings",
12493 "smol",
12494 "supermaven_api",
12495 "text",
12496 "theme",
12497 "ui",
12498 "unicode-segmentation",
12499 "util",
12500]
12501
12502[[package]]
12503name = "supermaven_api"
12504version = "0.1.0"
12505dependencies = [
12506 "anyhow",
12507 "futures 0.3.31",
12508 "http_client",
12509 "paths",
12510 "serde",
12511 "serde_json",
12512 "smol",
12513]
12514
12515[[package]]
12516name = "sval"
12517version = "2.13.2"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12520
12521[[package]]
12522name = "sval_buffer"
12523version = "2.13.2"
12524source = "registry+https://github.com/rust-lang/crates.io-index"
12525checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12526dependencies = [
12527 "sval",
12528 "sval_ref",
12529]
12530
12531[[package]]
12532name = "sval_dynamic"
12533version = "2.13.2"
12534source = "registry+https://github.com/rust-lang/crates.io-index"
12535checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12536dependencies = [
12537 "sval",
12538]
12539
12540[[package]]
12541name = "sval_fmt"
12542version = "2.13.2"
12543source = "registry+https://github.com/rust-lang/crates.io-index"
12544checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12545dependencies = [
12546 "itoa",
12547 "ryu",
12548 "sval",
12549]
12550
12551[[package]]
12552name = "sval_json"
12553version = "2.13.2"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12556dependencies = [
12557 "itoa",
12558 "ryu",
12559 "sval",
12560]
12561
12562[[package]]
12563name = "sval_nested"
12564version = "2.13.2"
12565source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12567dependencies = [
12568 "sval",
12569 "sval_buffer",
12570 "sval_ref",
12571]
12572
12573[[package]]
12574name = "sval_ref"
12575version = "2.13.2"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12578dependencies = [
12579 "sval",
12580]
12581
12582[[package]]
12583name = "sval_serde"
12584version = "2.13.2"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12587dependencies = [
12588 "serde",
12589 "sval",
12590 "sval_nested",
12591]
12592
12593[[package]]
12594name = "svg_fmt"
12595version = "0.4.4"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12598
12599[[package]]
12600name = "svgtypes"
12601version = "0.15.2"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12604dependencies = [
12605 "kurbo",
12606 "siphasher 1.0.1",
12607]
12608
12609[[package]]
12610name = "swash"
12611version = "0.1.19"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12614dependencies = [
12615 "skrifa",
12616 "yazi",
12617 "zeno",
12618]
12619
12620[[package]]
12621name = "syn"
12622version = "1.0.109"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12625dependencies = [
12626 "proc-macro2",
12627 "quote",
12628 "unicode-ident",
12629]
12630
12631[[package]]
12632name = "syn"
12633version = "2.0.90"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12636dependencies = [
12637 "proc-macro2",
12638 "quote",
12639 "unicode-ident",
12640]
12641
12642[[package]]
12643name = "sync_wrapper"
12644version = "0.1.2"
12645source = "registry+https://github.com/rust-lang/crates.io-index"
12646checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12647
12648[[package]]
12649name = "sync_wrapper"
12650version = "1.0.2"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12653dependencies = [
12654 "futures-core",
12655]
12656
12657[[package]]
12658name = "synchronoise"
12659version = "1.0.1"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12662dependencies = [
12663 "crossbeam-queue",
12664]
12665
12666[[package]]
12667name = "synstructure"
12668version = "0.13.1"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12671dependencies = [
12672 "proc-macro2",
12673 "quote",
12674 "syn 2.0.90",
12675]
12676
12677[[package]]
12678name = "sys-locale"
12679version = "0.3.2"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12682dependencies = [
12683 "libc",
12684]
12685
12686[[package]]
12687name = "sysinfo"
12688version = "0.31.4"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12691dependencies = [
12692 "core-foundation-sys",
12693 "libc",
12694 "memchr",
12695 "ntapi",
12696 "rayon",
12697 "windows 0.57.0",
12698]
12699
12700[[package]]
12701name = "system-configuration"
12702version = "0.5.1"
12703source = "registry+https://github.com/rust-lang/crates.io-index"
12704checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12705dependencies = [
12706 "bitflags 1.3.2",
12707 "core-foundation 0.9.4",
12708 "system-configuration-sys 0.5.0",
12709]
12710
12711[[package]]
12712name = "system-configuration"
12713version = "0.6.1"
12714source = "registry+https://github.com/rust-lang/crates.io-index"
12715checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12716dependencies = [
12717 "bitflags 2.6.0",
12718 "core-foundation 0.9.4",
12719 "system-configuration-sys 0.6.0",
12720]
12721
12722[[package]]
12723name = "system-configuration-sys"
12724version = "0.5.0"
12725source = "registry+https://github.com/rust-lang/crates.io-index"
12726checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12727dependencies = [
12728 "core-foundation-sys",
12729 "libc",
12730]
12731
12732[[package]]
12733name = "system-configuration-sys"
12734version = "0.6.0"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12737dependencies = [
12738 "core-foundation-sys",
12739 "libc",
12740]
12741
12742[[package]]
12743name = "system-deps"
12744version = "6.2.2"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12747dependencies = [
12748 "cfg-expr",
12749 "heck 0.5.0",
12750 "pkg-config",
12751 "toml 0.8.19",
12752 "version-compare",
12753]
12754
12755[[package]]
12756name = "system-interface"
12757version = "0.27.3"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12760dependencies = [
12761 "bitflags 2.6.0",
12762 "cap-fs-ext",
12763 "cap-std",
12764 "fd-lock",
12765 "io-lifetimes 2.0.4",
12766 "rustix 0.38.42",
12767 "windows-sys 0.59.0",
12768 "winx",
12769]
12770
12771[[package]]
12772name = "tab_switcher"
12773version = "0.1.0"
12774dependencies = [
12775 "anyhow",
12776 "collections",
12777 "ctor",
12778 "editor",
12779 "env_logger 0.11.6",
12780 "gpui",
12781 "language",
12782 "menu",
12783 "picker",
12784 "project",
12785 "serde",
12786 "serde_json",
12787 "settings",
12788 "theme",
12789 "ui",
12790 "util",
12791 "workspace",
12792]
12793
12794[[package]]
12795name = "taffy"
12796version = "0.4.4"
12797source = "registry+https://github.com/rust-lang/crates.io-index"
12798checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12799dependencies = [
12800 "arrayvec",
12801 "grid",
12802 "num-traits",
12803 "serde",
12804 "slotmap",
12805]
12806
12807[[package]]
12808name = "take-until"
12809version = "0.2.0"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12812
12813[[package]]
12814name = "tap"
12815version = "1.0.1"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12818
12819[[package]]
12820name = "target-lexicon"
12821version = "0.12.16"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12824
12825[[package]]
12826name = "task"
12827version = "0.1.0"
12828dependencies = [
12829 "anyhow",
12830 "collections",
12831 "futures 0.3.31",
12832 "gpui",
12833 "hex",
12834 "parking_lot",
12835 "schemars",
12836 "serde",
12837 "serde_json_lenient",
12838 "sha2",
12839 "shellexpand 2.1.2",
12840 "util",
12841 "zed_actions",
12842]
12843
12844[[package]]
12845name = "tasks_ui"
12846version = "0.1.0"
12847dependencies = [
12848 "anyhow",
12849 "editor",
12850 "file_icons",
12851 "fuzzy",
12852 "gpui",
12853 "language",
12854 "menu",
12855 "picker",
12856 "project",
12857 "schemars",
12858 "serde",
12859 "serde_json",
12860 "settings",
12861 "task",
12862 "tree-sitter-rust",
12863 "tree-sitter-typescript",
12864 "ui",
12865 "util",
12866 "workspace",
12867 "zed_actions",
12868]
12869
12870[[package]]
12871name = "telemetry"
12872version = "0.1.0"
12873dependencies = [
12874 "futures 0.3.31",
12875 "serde",
12876 "serde_json",
12877 "telemetry_events",
12878]
12879
12880[[package]]
12881name = "telemetry_events"
12882version = "0.1.0"
12883dependencies = [
12884 "semantic_version",
12885 "serde",
12886 "serde_json",
12887]
12888
12889[[package]]
12890name = "tempfile"
12891version = "3.14.0"
12892source = "registry+https://github.com/rust-lang/crates.io-index"
12893checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
12894dependencies = [
12895 "cfg-if",
12896 "fastrand 2.3.0",
12897 "once_cell",
12898 "rustix 0.38.42",
12899 "windows-sys 0.59.0",
12900]
12901
12902[[package]]
12903name = "tendril"
12904version = "0.4.3"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12907dependencies = [
12908 "futf",
12909 "mac",
12910 "utf-8",
12911]
12912
12913[[package]]
12914name = "termcolor"
12915version = "1.4.1"
12916source = "registry+https://github.com/rust-lang/crates.io-index"
12917checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12918dependencies = [
12919 "winapi-util",
12920]
12921
12922[[package]]
12923name = "terminal"
12924version = "0.1.0"
12925dependencies = [
12926 "alacritty_terminal",
12927 "anyhow",
12928 "collections",
12929 "dirs 4.0.0",
12930 "futures 0.3.31",
12931 "gpui",
12932 "libc",
12933 "rand 0.8.5",
12934 "regex",
12935 "release_channel",
12936 "schemars",
12937 "serde",
12938 "serde_derive",
12939 "settings",
12940 "smol",
12941 "sysinfo",
12942 "task",
12943 "theme",
12944 "thiserror 1.0.69",
12945 "util",
12946 "windows 0.58.0",
12947]
12948
12949[[package]]
12950name = "terminal_size"
12951version = "0.4.1"
12952source = "registry+https://github.com/rust-lang/crates.io-index"
12953checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
12954dependencies = [
12955 "rustix 0.38.42",
12956 "windows-sys 0.59.0",
12957]
12958
12959[[package]]
12960name = "terminal_view"
12961version = "0.1.0"
12962dependencies = [
12963 "anyhow",
12964 "async-recursion 1.1.1",
12965 "breadcrumbs",
12966 "client",
12967 "collections",
12968 "db",
12969 "dirs 4.0.0",
12970 "editor",
12971 "futures 0.3.31",
12972 "gpui",
12973 "itertools 0.13.0",
12974 "language",
12975 "project",
12976 "rand 0.8.5",
12977 "search",
12978 "serde",
12979 "serde_json",
12980 "settings",
12981 "shellexpand 2.1.2",
12982 "smol",
12983 "task",
12984 "terminal",
12985 "theme",
12986 "ui",
12987 "util",
12988 "workspace",
12989 "zed_actions",
12990]
12991
12992[[package]]
12993name = "text"
12994version = "0.1.0"
12995dependencies = [
12996 "anyhow",
12997 "clock",
12998 "collections",
12999 "ctor",
13000 "env_logger 0.11.6",
13001 "gpui",
13002 "http_client",
13003 "log",
13004 "parking_lot",
13005 "postage",
13006 "rand 0.8.5",
13007 "regex",
13008 "rope",
13009 "smallvec",
13010 "sum_tree",
13011 "util",
13012]
13013
13014[[package]]
13015name = "theme"
13016version = "0.1.0"
13017dependencies = [
13018 "anyhow",
13019 "collections",
13020 "derive_more",
13021 "fs",
13022 "futures 0.3.31",
13023 "gpui",
13024 "indexmap",
13025 "log",
13026 "palette",
13027 "parking_lot",
13028 "refineable",
13029 "schemars",
13030 "serde",
13031 "serde_derive",
13032 "serde_json",
13033 "serde_json_lenient",
13034 "serde_repr",
13035 "settings",
13036 "strum",
13037 "util",
13038 "uuid",
13039]
13040
13041[[package]]
13042name = "theme_extension"
13043version = "0.1.0"
13044dependencies = [
13045 "anyhow",
13046 "extension",
13047 "fs",
13048 "gpui",
13049 "theme",
13050]
13051
13052[[package]]
13053name = "theme_importer"
13054version = "0.1.0"
13055dependencies = [
13056 "anyhow",
13057 "clap",
13058 "gpui",
13059 "indexmap",
13060 "log",
13061 "palette",
13062 "rust-embed",
13063 "schemars",
13064 "serde",
13065 "serde_json",
13066 "serde_json_lenient",
13067 "simplelog",
13068 "strum",
13069 "theme",
13070 "vscode_theme",
13071]
13072
13073[[package]]
13074name = "theme_selector"
13075version = "0.1.0"
13076dependencies = [
13077 "fs",
13078 "fuzzy",
13079 "gpui",
13080 "log",
13081 "picker",
13082 "serde",
13083 "settings",
13084 "telemetry",
13085 "theme",
13086 "ui",
13087 "util",
13088 "workspace",
13089 "zed_actions",
13090]
13091
13092[[package]]
13093name = "thiserror"
13094version = "1.0.69"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13097dependencies = [
13098 "thiserror-impl 1.0.69",
13099]
13100
13101[[package]]
13102name = "thiserror"
13103version = "2.0.6"
13104source = "registry+https://github.com/rust-lang/crates.io-index"
13105checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13106dependencies = [
13107 "thiserror-impl 2.0.6",
13108]
13109
13110[[package]]
13111name = "thiserror-impl"
13112version = "1.0.69"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13115dependencies = [
13116 "proc-macro2",
13117 "quote",
13118 "syn 2.0.90",
13119]
13120
13121[[package]]
13122name = "thiserror-impl"
13123version = "2.0.6"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13126dependencies = [
13127 "proc-macro2",
13128 "quote",
13129 "syn 2.0.90",
13130]
13131
13132[[package]]
13133name = "thread_local"
13134version = "1.1.8"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13137dependencies = [
13138 "cfg-if",
13139 "once_cell",
13140]
13141
13142[[package]]
13143name = "tiff"
13144version = "0.9.1"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13147dependencies = [
13148 "flate2",
13149 "jpeg-decoder",
13150 "weezl",
13151]
13152
13153[[package]]
13154name = "tiktoken-rs"
13155version = "0.6.0"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13158dependencies = [
13159 "anyhow",
13160 "base64 0.21.7",
13161 "bstr",
13162 "fancy-regex 0.13.0",
13163 "lazy_static",
13164 "parking_lot",
13165 "regex",
13166 "rustc-hash 1.1.0",
13167]
13168
13169[[package]]
13170name = "time"
13171version = "0.3.37"
13172source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13174dependencies = [
13175 "deranged",
13176 "itoa",
13177 "libc",
13178 "num-conv",
13179 "num_threads",
13180 "powerfmt",
13181 "serde",
13182 "time-core",
13183 "time-macros",
13184]
13185
13186[[package]]
13187name = "time-core"
13188version = "0.1.2"
13189source = "registry+https://github.com/rust-lang/crates.io-index"
13190checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13191
13192[[package]]
13193name = "time-macros"
13194version = "0.2.19"
13195source = "registry+https://github.com/rust-lang/crates.io-index"
13196checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13197dependencies = [
13198 "num-conv",
13199 "time-core",
13200]
13201
13202[[package]]
13203name = "time_format"
13204version = "0.1.0"
13205dependencies = [
13206 "core-foundation 0.9.4",
13207 "core-foundation-sys",
13208 "sys-locale",
13209 "time",
13210]
13211
13212[[package]]
13213name = "tiny-keccak"
13214version = "2.0.2"
13215source = "registry+https://github.com/rust-lang/crates.io-index"
13216checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13217dependencies = [
13218 "crunchy",
13219]
13220
13221[[package]]
13222name = "tiny-skia"
13223version = "0.11.4"
13224source = "registry+https://github.com/rust-lang/crates.io-index"
13225checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13226dependencies = [
13227 "arrayref",
13228 "arrayvec",
13229 "bytemuck",
13230 "cfg-if",
13231 "log",
13232 "png",
13233 "tiny-skia-path",
13234]
13235
13236[[package]]
13237name = "tiny-skia-path"
13238version = "0.11.4"
13239source = "registry+https://github.com/rust-lang/crates.io-index"
13240checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13241dependencies = [
13242 "arrayref",
13243 "bytemuck",
13244 "strict-num",
13245]
13246
13247[[package]]
13248name = "tiny_http"
13249version = "0.8.2"
13250source = "registry+https://github.com/rust-lang/crates.io-index"
13251checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13252dependencies = [
13253 "ascii",
13254 "chrono",
13255 "chunked_transfer",
13256 "log",
13257 "url",
13258]
13259
13260[[package]]
13261name = "tinystr"
13262version = "0.7.6"
13263source = "registry+https://github.com/rust-lang/crates.io-index"
13264checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13265dependencies = [
13266 "displaydoc",
13267 "zerovec",
13268]
13269
13270[[package]]
13271name = "tinytemplate"
13272version = "1.2.1"
13273source = "registry+https://github.com/rust-lang/crates.io-index"
13274checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13275dependencies = [
13276 "serde",
13277 "serde_json",
13278]
13279
13280[[package]]
13281name = "tinyvec"
13282version = "1.8.0"
13283source = "registry+https://github.com/rust-lang/crates.io-index"
13284checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13285dependencies = [
13286 "tinyvec_macros",
13287]
13288
13289[[package]]
13290name = "tinyvec_macros"
13291version = "0.1.1"
13292source = "registry+https://github.com/rust-lang/crates.io-index"
13293checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13294
13295[[package]]
13296name = "title_bar"
13297version = "0.1.0"
13298dependencies = [
13299 "auto_update",
13300 "call",
13301 "client",
13302 "collections",
13303 "feature_flags",
13304 "gpui",
13305 "http_client",
13306 "notifications",
13307 "pretty_assertions",
13308 "project",
13309 "remote",
13310 "rpc",
13311 "serde",
13312 "settings",
13313 "smallvec",
13314 "story",
13315 "telemetry",
13316 "theme",
13317 "tree-sitter-md",
13318 "ui",
13319 "util",
13320 "windows 0.58.0",
13321 "workspace",
13322 "zed_actions",
13323]
13324
13325[[package]]
13326name = "tokio"
13327version = "1.42.0"
13328source = "registry+https://github.com/rust-lang/crates.io-index"
13329checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13330dependencies = [
13331 "backtrace",
13332 "bytes 1.9.0",
13333 "libc",
13334 "mio 1.0.3",
13335 "parking_lot",
13336 "pin-project-lite",
13337 "signal-hook-registry",
13338 "socket2 0.5.8",
13339 "tokio-macros",
13340 "windows-sys 0.52.0",
13341]
13342
13343[[package]]
13344name = "tokio-io"
13345version = "0.1.13"
13346source = "registry+https://github.com/rust-lang/crates.io-index"
13347checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13348dependencies = [
13349 "bytes 0.4.12",
13350 "futures 0.1.31",
13351 "log",
13352]
13353
13354[[package]]
13355name = "tokio-macros"
13356version = "2.4.0"
13357source = "registry+https://github.com/rust-lang/crates.io-index"
13358checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13359dependencies = [
13360 "proc-macro2",
13361 "quote",
13362 "syn 2.0.90",
13363]
13364
13365[[package]]
13366name = "tokio-native-tls"
13367version = "0.3.1"
13368source = "registry+https://github.com/rust-lang/crates.io-index"
13369checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13370dependencies = [
13371 "native-tls",
13372 "tokio",
13373]
13374
13375[[package]]
13376name = "tokio-rustls"
13377version = "0.24.1"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13380dependencies = [
13381 "rustls 0.21.12",
13382 "tokio",
13383]
13384
13385[[package]]
13386name = "tokio-rustls"
13387version = "0.26.1"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13390dependencies = [
13391 "rustls 0.23.20",
13392 "tokio",
13393]
13394
13395[[package]]
13396name = "tokio-socks"
13397version = "0.5.2"
13398source = "registry+https://github.com/rust-lang/crates.io-index"
13399checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13400dependencies = [
13401 "either",
13402 "futures-io",
13403 "futures-util",
13404 "thiserror 1.0.69",
13405 "tokio",
13406]
13407
13408[[package]]
13409name = "tokio-stream"
13410version = "0.1.17"
13411source = "registry+https://github.com/rust-lang/crates.io-index"
13412checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13413dependencies = [
13414 "futures-core",
13415 "pin-project-lite",
13416 "tokio",
13417]
13418
13419[[package]]
13420name = "tokio-tungstenite"
13421version = "0.20.1"
13422source = "registry+https://github.com/rust-lang/crates.io-index"
13423checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13424dependencies = [
13425 "futures-util",
13426 "log",
13427 "rustls 0.21.12",
13428 "rustls-native-certs 0.6.3",
13429 "tokio",
13430 "tokio-rustls 0.24.1",
13431 "tungstenite 0.20.1",
13432]
13433
13434[[package]]
13435name = "tokio-tungstenite"
13436version = "0.21.0"
13437source = "registry+https://github.com/rust-lang/crates.io-index"
13438checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13439dependencies = [
13440 "futures-util",
13441 "log",
13442 "tokio",
13443 "tungstenite 0.21.0",
13444]
13445
13446[[package]]
13447name = "tokio-util"
13448version = "0.7.13"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13451dependencies = [
13452 "bytes 1.9.0",
13453 "futures-core",
13454 "futures-io",
13455 "futures-sink",
13456 "pin-project-lite",
13457 "tokio",
13458]
13459
13460[[package]]
13461name = "toml"
13462version = "0.5.11"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13465dependencies = [
13466 "serde",
13467]
13468
13469[[package]]
13470name = "toml"
13471version = "0.8.19"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13474dependencies = [
13475 "serde",
13476 "serde_spanned",
13477 "toml_datetime",
13478 "toml_edit",
13479]
13480
13481[[package]]
13482name = "toml_datetime"
13483version = "0.6.8"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13486dependencies = [
13487 "serde",
13488]
13489
13490[[package]]
13491name = "toml_edit"
13492version = "0.22.22"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13495dependencies = [
13496 "indexmap",
13497 "serde",
13498 "serde_spanned",
13499 "toml_datetime",
13500 "winnow",
13501]
13502
13503[[package]]
13504name = "toolchain_selector"
13505version = "0.1.0"
13506dependencies = [
13507 "editor",
13508 "fuzzy",
13509 "gpui",
13510 "language",
13511 "picker",
13512 "project",
13513 "ui",
13514 "util",
13515 "workspace",
13516]
13517
13518[[package]]
13519name = "topological-sort"
13520version = "0.2.2"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13523
13524[[package]]
13525name = "tower"
13526version = "0.4.13"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13529dependencies = [
13530 "futures-core",
13531 "futures-util",
13532 "pin-project",
13533 "pin-project-lite",
13534 "tokio",
13535 "tower-layer",
13536 "tower-service",
13537 "tracing",
13538]
13539
13540[[package]]
13541name = "tower-http"
13542version = "0.3.5"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13545dependencies = [
13546 "bitflags 1.3.2",
13547 "bytes 1.9.0",
13548 "futures-core",
13549 "futures-util",
13550 "http 0.2.12",
13551 "http-body 0.4.6",
13552 "http-range-header",
13553 "pin-project-lite",
13554 "tower-layer",
13555 "tower-service",
13556]
13557
13558[[package]]
13559name = "tower-http"
13560version = "0.4.4"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13563dependencies = [
13564 "bitflags 2.6.0",
13565 "bytes 1.9.0",
13566 "futures-core",
13567 "futures-util",
13568 "http 0.2.12",
13569 "http-body 0.4.6",
13570 "http-range-header",
13571 "pin-project-lite",
13572 "tower-layer",
13573 "tower-service",
13574 "tracing",
13575]
13576
13577[[package]]
13578name = "tower-layer"
13579version = "0.3.3"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13582
13583[[package]]
13584name = "tower-service"
13585version = "0.3.3"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13588
13589[[package]]
13590name = "tracing"
13591version = "0.1.41"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13594dependencies = [
13595 "log",
13596 "pin-project-lite",
13597 "tracing-attributes",
13598 "tracing-core",
13599]
13600
13601[[package]]
13602name = "tracing-attributes"
13603version = "0.1.28"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13606dependencies = [
13607 "proc-macro2",
13608 "quote",
13609 "syn 2.0.90",
13610]
13611
13612[[package]]
13613name = "tracing-core"
13614version = "0.1.33"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13617dependencies = [
13618 "once_cell",
13619 "valuable",
13620]
13621
13622[[package]]
13623name = "tracing-log"
13624version = "0.2.0"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13627dependencies = [
13628 "log",
13629 "once_cell",
13630 "tracing-core",
13631]
13632
13633[[package]]
13634name = "tracing-serde"
13635version = "0.2.0"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13638dependencies = [
13639 "serde",
13640 "tracing-core",
13641]
13642
13643[[package]]
13644name = "tracing-subscriber"
13645version = "0.3.19"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13648dependencies = [
13649 "matchers",
13650 "nu-ansi-term",
13651 "once_cell",
13652 "regex",
13653 "serde",
13654 "serde_json",
13655 "sharded-slab",
13656 "smallvec",
13657 "thread_local",
13658 "tracing",
13659 "tracing-core",
13660 "tracing-log",
13661 "tracing-serde",
13662]
13663
13664[[package]]
13665name = "tree-sitter"
13666version = "0.23.2"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13669dependencies = [
13670 "cc",
13671 "regex",
13672 "regex-syntax 0.8.5",
13673 "tree-sitter-language",
13674 "wasmtime-c-api-impl",
13675]
13676
13677[[package]]
13678name = "tree-sitter-bash"
13679version = "0.23.3"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13682dependencies = [
13683 "cc",
13684 "tree-sitter-language",
13685]
13686
13687[[package]]
13688name = "tree-sitter-c"
13689version = "0.23.4"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13692dependencies = [
13693 "cc",
13694 "tree-sitter-language",
13695]
13696
13697[[package]]
13698name = "tree-sitter-cpp"
13699version = "0.23.4"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13702dependencies = [
13703 "cc",
13704 "tree-sitter-language",
13705]
13706
13707[[package]]
13708name = "tree-sitter-css"
13709version = "0.23.1"
13710source = "registry+https://github.com/rust-lang/crates.io-index"
13711checksum = "25435a275adb3226b6fddab891bbc50d1a500774a44ceb97022a39666ccda75d"
13712dependencies = [
13713 "cc",
13714 "tree-sitter-language",
13715]
13716
13717[[package]]
13718name = "tree-sitter-diff"
13719version = "0.1.0"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13722dependencies = [
13723 "cc",
13724 "tree-sitter-language",
13725]
13726
13727[[package]]
13728name = "tree-sitter-elixir"
13729version = "0.3.3"
13730source = "registry+https://github.com/rust-lang/crates.io-index"
13731checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13732dependencies = [
13733 "cc",
13734 "tree-sitter-language",
13735]
13736
13737[[package]]
13738name = "tree-sitter-embedded-template"
13739version = "0.23.2"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13742dependencies = [
13743 "cc",
13744 "tree-sitter-language",
13745]
13746
13747[[package]]
13748name = "tree-sitter-go"
13749version = "0.23.4"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13752dependencies = [
13753 "cc",
13754 "tree-sitter-language",
13755]
13756
13757[[package]]
13758name = "tree-sitter-gomod"
13759version = "1.0.2"
13760source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
13761dependencies = [
13762 "cc",
13763 "tree-sitter-language",
13764]
13765
13766[[package]]
13767name = "tree-sitter-gowork"
13768version = "0.0.1"
13769source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13770dependencies = [
13771 "cc",
13772 "tree-sitter-language",
13773]
13774
13775[[package]]
13776name = "tree-sitter-heex"
13777version = "0.0.1"
13778source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13779dependencies = [
13780 "cc",
13781 "tree-sitter-language",
13782]
13783
13784[[package]]
13785name = "tree-sitter-html"
13786version = "0.20.4"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13789dependencies = [
13790 "cc",
13791 "tree-sitter",
13792]
13793
13794[[package]]
13795name = "tree-sitter-jsdoc"
13796version = "0.23.2"
13797source = "registry+https://github.com/rust-lang/crates.io-index"
13798checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13799dependencies = [
13800 "cc",
13801 "tree-sitter-language",
13802]
13803
13804[[package]]
13805name = "tree-sitter-json"
13806version = "0.24.8"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13809dependencies = [
13810 "cc",
13811 "tree-sitter-language",
13812]
13813
13814[[package]]
13815name = "tree-sitter-language"
13816version = "0.1.3"
13817source = "registry+https://github.com/rust-lang/crates.io-index"
13818checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13819
13820[[package]]
13821name = "tree-sitter-md"
13822version = "0.3.2"
13823source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13824dependencies = [
13825 "cc",
13826 "tree-sitter-language",
13827]
13828
13829[[package]]
13830name = "tree-sitter-python"
13831version = "0.23.6"
13832source = "registry+https://github.com/rust-lang/crates.io-index"
13833checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13834dependencies = [
13835 "cc",
13836 "tree-sitter-language",
13837]
13838
13839[[package]]
13840name = "tree-sitter-regex"
13841version = "0.23.0"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13844dependencies = [
13845 "cc",
13846 "tree-sitter-language",
13847]
13848
13849[[package]]
13850name = "tree-sitter-ruby"
13851version = "0.23.1"
13852source = "registry+https://github.com/rust-lang/crates.io-index"
13853checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13854dependencies = [
13855 "cc",
13856 "tree-sitter-language",
13857]
13858
13859[[package]]
13860name = "tree-sitter-rust"
13861version = "0.23.2"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13864dependencies = [
13865 "cc",
13866 "tree-sitter-language",
13867]
13868
13869[[package]]
13870name = "tree-sitter-typescript"
13871version = "0.23.2"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13874dependencies = [
13875 "cc",
13876 "tree-sitter-language",
13877]
13878
13879[[package]]
13880name = "tree-sitter-yaml"
13881version = "0.6.1"
13882source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13883dependencies = [
13884 "cc",
13885 "tree-sitter-language",
13886]
13887
13888[[package]]
13889name = "try-lock"
13890version = "0.2.5"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13893
13894[[package]]
13895name = "ttf-parser"
13896version = "0.21.1"
13897source = "registry+https://github.com/rust-lang/crates.io-index"
13898checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13899
13900[[package]]
13901name = "tungstenite"
13902version = "0.20.1"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13905dependencies = [
13906 "byteorder",
13907 "bytes 1.9.0",
13908 "data-encoding",
13909 "http 0.2.12",
13910 "httparse",
13911 "log",
13912 "rand 0.8.5",
13913 "rustls 0.21.12",
13914 "sha1",
13915 "thiserror 1.0.69",
13916 "url",
13917 "utf-8",
13918]
13919
13920[[package]]
13921name = "tungstenite"
13922version = "0.21.0"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13925dependencies = [
13926 "byteorder",
13927 "bytes 1.9.0",
13928 "data-encoding",
13929 "http 1.2.0",
13930 "httparse",
13931 "log",
13932 "native-tls",
13933 "rand 0.8.5",
13934 "sha1",
13935 "thiserror 1.0.69",
13936 "url",
13937 "utf-8",
13938]
13939
13940[[package]]
13941name = "tungstenite"
13942version = "0.24.0"
13943source = "registry+https://github.com/rust-lang/crates.io-index"
13944checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13945dependencies = [
13946 "byteorder",
13947 "bytes 1.9.0",
13948 "data-encoding",
13949 "http 1.2.0",
13950 "httparse",
13951 "log",
13952 "rand 0.8.5",
13953 "sha1",
13954 "thiserror 1.0.69",
13955 "utf-8",
13956]
13957
13958[[package]]
13959name = "typeid"
13960version = "1.0.2"
13961source = "registry+https://github.com/rust-lang/crates.io-index"
13962checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13963
13964[[package]]
13965name = "typenum"
13966version = "1.17.0"
13967source = "registry+https://github.com/rust-lang/crates.io-index"
13968checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13969
13970[[package]]
13971name = "ucd-trie"
13972version = "0.1.7"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
13975
13976[[package]]
13977name = "uds_windows"
13978version = "1.1.0"
13979source = "registry+https://github.com/rust-lang/crates.io-index"
13980checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13981dependencies = [
13982 "memoffset",
13983 "tempfile",
13984 "winapi",
13985]
13986
13987[[package]]
13988name = "ui"
13989version = "0.1.0"
13990dependencies = [
13991 "chrono",
13992 "gpui",
13993 "itertools 0.13.0",
13994 "menu",
13995 "serde",
13996 "settings",
13997 "smallvec",
13998 "story",
13999 "strum",
14000 "theme",
14001 "ui_macros",
14002 "windows 0.58.0",
14003]
14004
14005[[package]]
14006name = "ui_input"
14007version = "0.1.0"
14008dependencies = [
14009 "editor",
14010 "gpui",
14011 "settings",
14012 "theme",
14013 "ui",
14014]
14015
14016[[package]]
14017name = "ui_macros"
14018version = "0.1.0"
14019dependencies = [
14020 "convert_case 0.6.0",
14021 "proc-macro2",
14022 "quote",
14023 "syn 1.0.109",
14024]
14025
14026[[package]]
14027name = "unicase"
14028version = "2.8.1"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14031
14032[[package]]
14033name = "unicode-bidi"
14034version = "0.3.17"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14037
14038[[package]]
14039name = "unicode-bidi-mirroring"
14040version = "0.2.0"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14043
14044[[package]]
14045name = "unicode-ccc"
14046version = "0.2.0"
14047source = "registry+https://github.com/rust-lang/crates.io-index"
14048checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14049
14050[[package]]
14051name = "unicode-ident"
14052version = "1.0.14"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14055
14056[[package]]
14057name = "unicode-linebreak"
14058version = "0.1.5"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14061
14062[[package]]
14063name = "unicode-normalization"
14064version = "0.1.24"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14067dependencies = [
14068 "tinyvec",
14069]
14070
14071[[package]]
14072name = "unicode-properties"
14073version = "0.1.3"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14076
14077[[package]]
14078name = "unicode-script"
14079version = "0.5.7"
14080source = "registry+https://github.com/rust-lang/crates.io-index"
14081checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14082
14083[[package]]
14084name = "unicode-segmentation"
14085version = "1.12.0"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14088
14089[[package]]
14090name = "unicode-width"
14091version = "0.1.14"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14094
14095[[package]]
14096name = "unicode-xid"
14097version = "0.2.6"
14098source = "registry+https://github.com/rust-lang/crates.io-index"
14099checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14100
14101[[package]]
14102name = "unicode_categories"
14103version = "0.1.1"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14106
14107[[package]]
14108name = "unindent"
14109version = "0.1.11"
14110source = "registry+https://github.com/rust-lang/crates.io-index"
14111checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14112
14113[[package]]
14114name = "untrusted"
14115version = "0.9.0"
14116source = "registry+https://github.com/rust-lang/crates.io-index"
14117checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14118
14119[[package]]
14120name = "url"
14121version = "2.5.4"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14124dependencies = [
14125 "form_urlencoded",
14126 "idna",
14127 "percent-encoding",
14128 "serde",
14129]
14130
14131[[package]]
14132name = "urlencoding"
14133version = "2.1.3"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14136
14137[[package]]
14138name = "usvg"
14139version = "0.44.0"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14142dependencies = [
14143 "base64 0.22.1",
14144 "data-url",
14145 "flate2",
14146 "imagesize",
14147 "kurbo",
14148 "log",
14149 "pico-args",
14150 "roxmltree",
14151 "simplecss",
14152 "siphasher 1.0.1",
14153 "strict-num",
14154 "svgtypes",
14155 "tiny-skia-path",
14156 "xmlwriter",
14157]
14158
14159[[package]]
14160name = "utf-8"
14161version = "0.7.6"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14164
14165[[package]]
14166name = "utf16_iter"
14167version = "1.0.5"
14168source = "registry+https://github.com/rust-lang/crates.io-index"
14169checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14170
14171[[package]]
14172name = "utf8_iter"
14173version = "1.0.4"
14174source = "registry+https://github.com/rust-lang/crates.io-index"
14175checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14176
14177[[package]]
14178name = "utf8parse"
14179version = "0.2.2"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14182
14183[[package]]
14184name = "util"
14185version = "0.1.0"
14186dependencies = [
14187 "anyhow",
14188 "async-fs 1.6.0",
14189 "collections",
14190 "dirs 4.0.0",
14191 "dunce",
14192 "futures 0.3.31",
14193 "futures-lite 1.13.0",
14194 "git2",
14195 "globset",
14196 "itertools 0.13.0",
14197 "libc",
14198 "log",
14199 "rand 0.8.5",
14200 "regex",
14201 "rust-embed",
14202 "serde",
14203 "serde_json",
14204 "smol",
14205 "take-until",
14206 "tempfile",
14207 "tendril",
14208 "unicase",
14209]
14210
14211[[package]]
14212name = "uuid"
14213version = "1.11.0"
14214source = "registry+https://github.com/rust-lang/crates.io-index"
14215checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14216dependencies = [
14217 "getrandom 0.2.15",
14218 "serde",
14219 "sha1_smol",
14220]
14221
14222[[package]]
14223name = "v_frame"
14224version = "0.3.8"
14225source = "registry+https://github.com/rust-lang/crates.io-index"
14226checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14227dependencies = [
14228 "aligned-vec",
14229 "num-traits",
14230 "wasm-bindgen",
14231]
14232
14233[[package]]
14234name = "valuable"
14235version = "0.1.0"
14236source = "registry+https://github.com/rust-lang/crates.io-index"
14237checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14238
14239[[package]]
14240name = "value-bag"
14241version = "1.10.0"
14242source = "registry+https://github.com/rust-lang/crates.io-index"
14243checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14244dependencies = [
14245 "value-bag-serde1",
14246 "value-bag-sval2",
14247]
14248
14249[[package]]
14250name = "value-bag-serde1"
14251version = "1.10.0"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14254dependencies = [
14255 "erased-serde",
14256 "serde",
14257 "serde_fmt",
14258]
14259
14260[[package]]
14261name = "value-bag-sval2"
14262version = "1.10.0"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14265dependencies = [
14266 "sval",
14267 "sval_buffer",
14268 "sval_dynamic",
14269 "sval_fmt",
14270 "sval_json",
14271 "sval_ref",
14272 "sval_serde",
14273]
14274
14275[[package]]
14276name = "vcpkg"
14277version = "0.2.15"
14278source = "registry+https://github.com/rust-lang/crates.io-index"
14279checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14280
14281[[package]]
14282name = "vcs_menu"
14283version = "0.1.0"
14284dependencies = [
14285 "anyhow",
14286 "fuzzy",
14287 "git",
14288 "gpui",
14289 "picker",
14290 "project",
14291 "ui",
14292 "util",
14293 "workspace",
14294 "zed_actions",
14295]
14296
14297[[package]]
14298name = "version-compare"
14299version = "0.2.0"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14302
14303[[package]]
14304name = "version_check"
14305version = "0.9.5"
14306source = "registry+https://github.com/rust-lang/crates.io-index"
14307checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14308
14309[[package]]
14310name = "vim"
14311version = "0.1.0"
14312dependencies = [
14313 "anyhow",
14314 "async-compat",
14315 "async-trait",
14316 "collections",
14317 "command_palette",
14318 "command_palette_hooks",
14319 "editor",
14320 "futures 0.3.31",
14321 "gpui",
14322 "indoc",
14323 "itertools 0.13.0",
14324 "language",
14325 "log",
14326 "lsp",
14327 "multi_buffer",
14328 "nvim-rs",
14329 "parking_lot",
14330 "regex",
14331 "release_channel",
14332 "schemars",
14333 "search",
14334 "serde",
14335 "serde_derive",
14336 "serde_json",
14337 "settings",
14338 "theme",
14339 "tokio",
14340 "ui",
14341 "util",
14342 "vim_mode_setting",
14343 "workspace",
14344 "zed_actions",
14345]
14346
14347[[package]]
14348name = "vim_mode_setting"
14349version = "0.1.0"
14350dependencies = [
14351 "anyhow",
14352 "gpui",
14353 "settings",
14354]
14355
14356[[package]]
14357name = "vscode_theme"
14358version = "0.2.0"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14361dependencies = [
14362 "serde",
14363]
14364
14365[[package]]
14366name = "vsimd"
14367version = "0.8.0"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14370
14371[[package]]
14372name = "vswhom"
14373version = "0.1.0"
14374source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14376dependencies = [
14377 "libc",
14378 "vswhom-sys",
14379]
14380
14381[[package]]
14382name = "vswhom-sys"
14383version = "0.1.2"
14384source = "registry+https://github.com/rust-lang/crates.io-index"
14385checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14386dependencies = [
14387 "cc",
14388 "libc",
14389]
14390
14391[[package]]
14392name = "vte"
14393version = "0.13.0"
14394source = "registry+https://github.com/rust-lang/crates.io-index"
14395checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
14396dependencies = [
14397 "bitflags 2.6.0",
14398 "cursor-icon",
14399 "log",
14400 "serde",
14401 "utf8parse",
14402 "vte_generate_state_changes",
14403]
14404
14405[[package]]
14406name = "vte_generate_state_changes"
14407version = "0.1.2"
14408source = "registry+https://github.com/rust-lang/crates.io-index"
14409checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
14410dependencies = [
14411 "proc-macro2",
14412 "quote",
14413]
14414
14415[[package]]
14416name = "waker-fn"
14417version = "1.2.0"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14420
14421[[package]]
14422name = "walkdir"
14423version = "2.5.0"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14426dependencies = [
14427 "same-file",
14428 "winapi-util",
14429]
14430
14431[[package]]
14432name = "want"
14433version = "0.3.1"
14434source = "registry+https://github.com/rust-lang/crates.io-index"
14435checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14436dependencies = [
14437 "try-lock",
14438]
14439
14440[[package]]
14441name = "warp"
14442version = "0.3.7"
14443source = "registry+https://github.com/rust-lang/crates.io-index"
14444checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14445dependencies = [
14446 "bytes 1.9.0",
14447 "futures-channel",
14448 "futures-util",
14449 "headers",
14450 "http 0.2.12",
14451 "hyper 0.14.32",
14452 "log",
14453 "mime",
14454 "mime_guess",
14455 "percent-encoding",
14456 "pin-project",
14457 "scoped-tls",
14458 "serde",
14459 "serde_json",
14460 "serde_urlencoded",
14461 "tokio",
14462 "tokio-tungstenite 0.21.0",
14463 "tokio-util",
14464 "tower-service",
14465 "tracing",
14466]
14467
14468[[package]]
14469name = "wasi"
14470version = "0.9.0+wasi-snapshot-preview1"
14471source = "registry+https://github.com/rust-lang/crates.io-index"
14472checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14473
14474[[package]]
14475name = "wasi"
14476version = "0.11.0+wasi-snapshot-preview1"
14477source = "registry+https://github.com/rust-lang/crates.io-index"
14478checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14479
14480[[package]]
14481name = "wasite"
14482version = "0.1.0"
14483source = "registry+https://github.com/rust-lang/crates.io-index"
14484checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14485
14486[[package]]
14487name = "wasm-bindgen"
14488version = "0.2.99"
14489source = "registry+https://github.com/rust-lang/crates.io-index"
14490checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14491dependencies = [
14492 "cfg-if",
14493 "once_cell",
14494 "wasm-bindgen-macro",
14495]
14496
14497[[package]]
14498name = "wasm-bindgen-backend"
14499version = "0.2.99"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14502dependencies = [
14503 "bumpalo",
14504 "log",
14505 "proc-macro2",
14506 "quote",
14507 "syn 2.0.90",
14508 "wasm-bindgen-shared",
14509]
14510
14511[[package]]
14512name = "wasm-bindgen-futures"
14513version = "0.4.49"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14516dependencies = [
14517 "cfg-if",
14518 "js-sys",
14519 "once_cell",
14520 "wasm-bindgen",
14521 "web-sys",
14522]
14523
14524[[package]]
14525name = "wasm-bindgen-macro"
14526version = "0.2.99"
14527source = "registry+https://github.com/rust-lang/crates.io-index"
14528checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14529dependencies = [
14530 "quote",
14531 "wasm-bindgen-macro-support",
14532]
14533
14534[[package]]
14535name = "wasm-bindgen-macro-support"
14536version = "0.2.99"
14537source = "registry+https://github.com/rust-lang/crates.io-index"
14538checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14539dependencies = [
14540 "proc-macro2",
14541 "quote",
14542 "syn 2.0.90",
14543 "wasm-bindgen-backend",
14544 "wasm-bindgen-shared",
14545]
14546
14547[[package]]
14548name = "wasm-bindgen-shared"
14549version = "0.2.99"
14550source = "registry+https://github.com/rust-lang/crates.io-index"
14551checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14552
14553[[package]]
14554name = "wasm-encoder"
14555version = "0.201.0"
14556source = "registry+https://github.com/rust-lang/crates.io-index"
14557checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14558dependencies = [
14559 "leb128",
14560]
14561
14562[[package]]
14563name = "wasm-encoder"
14564version = "0.215.0"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14567dependencies = [
14568 "leb128",
14569]
14570
14571[[package]]
14572name = "wasm-metadata"
14573version = "0.201.0"
14574source = "registry+https://github.com/rust-lang/crates.io-index"
14575checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14576dependencies = [
14577 "anyhow",
14578 "indexmap",
14579 "serde",
14580 "serde_derive",
14581 "serde_json",
14582 "spdx",
14583 "wasm-encoder 0.201.0",
14584 "wasmparser 0.201.0",
14585]
14586
14587[[package]]
14588name = "wasm-streams"
14589version = "0.4.2"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14592dependencies = [
14593 "futures-util",
14594 "js-sys",
14595 "wasm-bindgen",
14596 "wasm-bindgen-futures",
14597 "web-sys",
14598]
14599
14600[[package]]
14601name = "wasmparser"
14602version = "0.201.0"
14603source = "registry+https://github.com/rust-lang/crates.io-index"
14604checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14605dependencies = [
14606 "bitflags 2.6.0",
14607 "indexmap",
14608 "semver",
14609]
14610
14611[[package]]
14612name = "wasmparser"
14613version = "0.215.0"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14616dependencies = [
14617 "ahash 0.8.11",
14618 "bitflags 2.6.0",
14619 "hashbrown 0.14.5",
14620 "indexmap",
14621 "semver",
14622 "serde",
14623]
14624
14625[[package]]
14626name = "wasmprinter"
14627version = "0.215.0"
14628source = "registry+https://github.com/rust-lang/crates.io-index"
14629checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14630dependencies = [
14631 "anyhow",
14632 "termcolor",
14633 "wasmparser 0.215.0",
14634]
14635
14636[[package]]
14637name = "wasmtime"
14638version = "24.0.2"
14639source = "registry+https://github.com/rust-lang/crates.io-index"
14640checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14641dependencies = [
14642 "anyhow",
14643 "async-trait",
14644 "bitflags 2.6.0",
14645 "bumpalo",
14646 "cc",
14647 "cfg-if",
14648 "encoding_rs",
14649 "hashbrown 0.14.5",
14650 "indexmap",
14651 "libc",
14652 "libm",
14653 "log",
14654 "mach2",
14655 "memfd",
14656 "object",
14657 "once_cell",
14658 "paste",
14659 "postcard",
14660 "psm",
14661 "rustix 0.38.42",
14662 "semver",
14663 "serde",
14664 "serde_derive",
14665 "smallvec",
14666 "sptr",
14667 "target-lexicon",
14668 "wasmparser 0.215.0",
14669 "wasmtime-asm-macros",
14670 "wasmtime-component-macro",
14671 "wasmtime-component-util",
14672 "wasmtime-cranelift",
14673 "wasmtime-environ",
14674 "wasmtime-fiber",
14675 "wasmtime-jit-icache-coherence",
14676 "wasmtime-slab",
14677 "wasmtime-versioned-export-macros",
14678 "wasmtime-winch",
14679 "windows-sys 0.52.0",
14680]
14681
14682[[package]]
14683name = "wasmtime-asm-macros"
14684version = "24.0.2"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14687dependencies = [
14688 "cfg-if",
14689]
14690
14691[[package]]
14692name = "wasmtime-c-api-impl"
14693version = "24.0.2"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14696dependencies = [
14697 "anyhow",
14698 "log",
14699 "once_cell",
14700 "tracing",
14701 "wasmtime",
14702 "wasmtime-c-api-macros",
14703]
14704
14705[[package]]
14706name = "wasmtime-c-api-macros"
14707version = "24.0.2"
14708source = "registry+https://github.com/rust-lang/crates.io-index"
14709checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14710dependencies = [
14711 "proc-macro2",
14712 "quote",
14713]
14714
14715[[package]]
14716name = "wasmtime-component-macro"
14717version = "24.0.2"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14720dependencies = [
14721 "anyhow",
14722 "proc-macro2",
14723 "quote",
14724 "syn 2.0.90",
14725 "wasmtime-component-util",
14726 "wasmtime-wit-bindgen",
14727 "wit-parser 0.215.0",
14728]
14729
14730[[package]]
14731name = "wasmtime-component-util"
14732version = "24.0.2"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14735
14736[[package]]
14737name = "wasmtime-cranelift"
14738version = "24.0.2"
14739source = "registry+https://github.com/rust-lang/crates.io-index"
14740checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14741dependencies = [
14742 "anyhow",
14743 "cfg-if",
14744 "cranelift-codegen",
14745 "cranelift-control",
14746 "cranelift-entity",
14747 "cranelift-frontend",
14748 "cranelift-native",
14749 "cranelift-wasm",
14750 "gimli 0.29.0",
14751 "log",
14752 "object",
14753 "target-lexicon",
14754 "thiserror 1.0.69",
14755 "wasmparser 0.215.0",
14756 "wasmtime-environ",
14757 "wasmtime-versioned-export-macros",
14758]
14759
14760[[package]]
14761name = "wasmtime-environ"
14762version = "24.0.2"
14763source = "registry+https://github.com/rust-lang/crates.io-index"
14764checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14765dependencies = [
14766 "anyhow",
14767 "cpp_demangle",
14768 "cranelift-bitset",
14769 "cranelift-entity",
14770 "gimli 0.29.0",
14771 "indexmap",
14772 "log",
14773 "object",
14774 "postcard",
14775 "rustc-demangle",
14776 "semver",
14777 "serde",
14778 "serde_derive",
14779 "target-lexicon",
14780 "wasm-encoder 0.215.0",
14781 "wasmparser 0.215.0",
14782 "wasmprinter",
14783 "wasmtime-component-util",
14784 "wasmtime-types",
14785]
14786
14787[[package]]
14788name = "wasmtime-fiber"
14789version = "24.0.2"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14792dependencies = [
14793 "anyhow",
14794 "cc",
14795 "cfg-if",
14796 "rustix 0.38.42",
14797 "wasmtime-asm-macros",
14798 "wasmtime-versioned-export-macros",
14799 "windows-sys 0.52.0",
14800]
14801
14802[[package]]
14803name = "wasmtime-jit-icache-coherence"
14804version = "24.0.2"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14807dependencies = [
14808 "anyhow",
14809 "cfg-if",
14810 "libc",
14811 "windows-sys 0.52.0",
14812]
14813
14814[[package]]
14815name = "wasmtime-slab"
14816version = "24.0.2"
14817source = "registry+https://github.com/rust-lang/crates.io-index"
14818checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14819
14820[[package]]
14821name = "wasmtime-types"
14822version = "24.0.2"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14825dependencies = [
14826 "anyhow",
14827 "cranelift-entity",
14828 "serde",
14829 "serde_derive",
14830 "smallvec",
14831 "wasmparser 0.215.0",
14832]
14833
14834[[package]]
14835name = "wasmtime-versioned-export-macros"
14836version = "24.0.2"
14837source = "registry+https://github.com/rust-lang/crates.io-index"
14838checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14839dependencies = [
14840 "proc-macro2",
14841 "quote",
14842 "syn 2.0.90",
14843]
14844
14845[[package]]
14846name = "wasmtime-wasi"
14847version = "24.0.2"
14848source = "registry+https://github.com/rust-lang/crates.io-index"
14849checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14850dependencies = [
14851 "anyhow",
14852 "async-trait",
14853 "bitflags 2.6.0",
14854 "bytes 1.9.0",
14855 "cap-fs-ext",
14856 "cap-net-ext",
14857 "cap-rand",
14858 "cap-std",
14859 "cap-time-ext",
14860 "fs-set-times",
14861 "futures 0.3.31",
14862 "io-extras",
14863 "io-lifetimes 2.0.4",
14864 "once_cell",
14865 "rustix 0.38.42",
14866 "system-interface",
14867 "thiserror 1.0.69",
14868 "tokio",
14869 "tracing",
14870 "url",
14871 "wasmtime",
14872 "wiggle",
14873 "windows-sys 0.52.0",
14874]
14875
14876[[package]]
14877name = "wasmtime-winch"
14878version = "24.0.2"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14881dependencies = [
14882 "anyhow",
14883 "cranelift-codegen",
14884 "gimli 0.29.0",
14885 "object",
14886 "target-lexicon",
14887 "wasmparser 0.215.0",
14888 "wasmtime-cranelift",
14889 "wasmtime-environ",
14890 "winch-codegen",
14891]
14892
14893[[package]]
14894name = "wasmtime-wit-bindgen"
14895version = "24.0.2"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14898dependencies = [
14899 "anyhow",
14900 "heck 0.4.1",
14901 "indexmap",
14902 "wit-parser 0.215.0",
14903]
14904
14905[[package]]
14906name = "wast"
14907version = "35.0.2"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14910dependencies = [
14911 "leb128",
14912]
14913
14914[[package]]
14915name = "wayland-backend"
14916version = "0.3.7"
14917source = "registry+https://github.com/rust-lang/crates.io-index"
14918checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14919dependencies = [
14920 "cc",
14921 "downcast-rs",
14922 "rustix 0.38.42",
14923 "scoped-tls",
14924 "smallvec",
14925 "wayland-sys",
14926]
14927
14928[[package]]
14929name = "wayland-client"
14930version = "0.31.7"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
14933dependencies = [
14934 "bitflags 2.6.0",
14935 "rustix 0.38.42",
14936 "wayland-backend",
14937 "wayland-scanner",
14938]
14939
14940[[package]]
14941name = "wayland-cursor"
14942version = "0.31.7"
14943source = "registry+https://github.com/rust-lang/crates.io-index"
14944checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
14945dependencies = [
14946 "rustix 0.38.42",
14947 "wayland-client",
14948 "xcursor",
14949]
14950
14951[[package]]
14952name = "wayland-protocols"
14953version = "0.31.2"
14954source = "registry+https://github.com/rust-lang/crates.io-index"
14955checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14956dependencies = [
14957 "bitflags 2.6.0",
14958 "wayland-backend",
14959 "wayland-client",
14960 "wayland-scanner",
14961]
14962
14963[[package]]
14964name = "wayland-protocols-plasma"
14965version = "0.2.0"
14966source = "registry+https://github.com/rust-lang/crates.io-index"
14967checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14968dependencies = [
14969 "bitflags 2.6.0",
14970 "wayland-backend",
14971 "wayland-client",
14972 "wayland-protocols",
14973 "wayland-scanner",
14974]
14975
14976[[package]]
14977name = "wayland-scanner"
14978version = "0.31.5"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
14981dependencies = [
14982 "proc-macro2",
14983 "quick-xml 0.36.2",
14984 "quote",
14985]
14986
14987[[package]]
14988name = "wayland-sys"
14989version = "0.31.5"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
14992dependencies = [
14993 "dlib",
14994 "log",
14995 "once_cell",
14996 "pkg-config",
14997]
14998
14999[[package]]
15000name = "web-sys"
15001version = "0.3.76"
15002source = "registry+https://github.com/rust-lang/crates.io-index"
15003checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15004dependencies = [
15005 "js-sys",
15006 "wasm-bindgen",
15007]
15008
15009[[package]]
15010name = "web-time"
15011version = "1.1.0"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15014dependencies = [
15015 "js-sys",
15016 "wasm-bindgen",
15017]
15018
15019[[package]]
15020name = "webpki"
15021version = "0.22.4"
15022source = "registry+https://github.com/rust-lang/crates.io-index"
15023checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
15024dependencies = [
15025 "ring",
15026 "untrusted",
15027]
15028
15029[[package]]
15030name = "webpki-roots"
15031version = "0.22.6"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
15034dependencies = [
15035 "webpki",
15036]
15037
15038[[package]]
15039name = "webpki-roots"
15040version = "0.26.7"
15041source = "registry+https://github.com/rust-lang/crates.io-index"
15042checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15043dependencies = [
15044 "rustls-pki-types",
15045]
15046
15047[[package]]
15048name = "webrtc-sys"
15049version = "0.3.5"
15050source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15051dependencies = [
15052 "cc",
15053 "cxx",
15054 "cxx-build",
15055 "glob",
15056 "log",
15057 "webrtc-sys-build",
15058]
15059
15060[[package]]
15061name = "webrtc-sys-build"
15062version = "0.3.5"
15063source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15064dependencies = [
15065 "fs2",
15066 "regex",
15067 "reqwest 0.11.27",
15068 "scratch",
15069 "semver",
15070 "zip",
15071]
15072
15073[[package]]
15074name = "weezl"
15075version = "0.1.8"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15078
15079[[package]]
15080name = "welcome"
15081version = "0.1.0"
15082dependencies = [
15083 "anyhow",
15084 "client",
15085 "copilot",
15086 "db",
15087 "editor",
15088 "fuzzy",
15089 "gpui",
15090 "install_cli",
15091 "picker",
15092 "project",
15093 "schemars",
15094 "serde",
15095 "settings",
15096 "telemetry",
15097 "ui",
15098 "util",
15099 "vim_mode_setting",
15100 "workspace",
15101 "zed_actions",
15102]
15103
15104[[package]]
15105name = "which"
15106version = "4.4.2"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15109dependencies = [
15110 "either",
15111 "home",
15112 "once_cell",
15113 "rustix 0.38.42",
15114]
15115
15116[[package]]
15117name = "which"
15118version = "6.0.3"
15119source = "registry+https://github.com/rust-lang/crates.io-index"
15120checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15121dependencies = [
15122 "either",
15123 "home",
15124 "rustix 0.38.42",
15125 "winsafe",
15126]
15127
15128[[package]]
15129name = "whoami"
15130version = "1.5.2"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15133dependencies = [
15134 "redox_syscall 0.5.8",
15135 "wasite",
15136]
15137
15138[[package]]
15139name = "wiggle"
15140version = "24.0.2"
15141source = "registry+https://github.com/rust-lang/crates.io-index"
15142checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15143dependencies = [
15144 "anyhow",
15145 "async-trait",
15146 "bitflags 2.6.0",
15147 "thiserror 1.0.69",
15148 "tracing",
15149 "wasmtime",
15150 "wiggle-macro",
15151]
15152
15153[[package]]
15154name = "wiggle-generate"
15155version = "24.0.2"
15156source = "registry+https://github.com/rust-lang/crates.io-index"
15157checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15158dependencies = [
15159 "anyhow",
15160 "heck 0.4.1",
15161 "proc-macro2",
15162 "quote",
15163 "shellexpand 2.1.2",
15164 "syn 2.0.90",
15165 "witx",
15166]
15167
15168[[package]]
15169name = "wiggle-macro"
15170version = "24.0.2"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15173dependencies = [
15174 "proc-macro2",
15175 "quote",
15176 "syn 2.0.90",
15177 "wiggle-generate",
15178]
15179
15180[[package]]
15181name = "winapi"
15182version = "0.3.9"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15185dependencies = [
15186 "winapi-i686-pc-windows-gnu",
15187 "winapi-x86_64-pc-windows-gnu",
15188]
15189
15190[[package]]
15191name = "winapi-i686-pc-windows-gnu"
15192version = "0.4.0"
15193source = "registry+https://github.com/rust-lang/crates.io-index"
15194checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15195
15196[[package]]
15197name = "winapi-util"
15198version = "0.1.9"
15199source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15201dependencies = [
15202 "windows-sys 0.59.0",
15203]
15204
15205[[package]]
15206name = "winapi-x86_64-pc-windows-gnu"
15207version = "0.4.0"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15210
15211[[package]]
15212name = "winch-codegen"
15213version = "0.22.2"
15214source = "registry+https://github.com/rust-lang/crates.io-index"
15215checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15216dependencies = [
15217 "anyhow",
15218 "cranelift-codegen",
15219 "gimli 0.29.0",
15220 "regalloc2",
15221 "smallvec",
15222 "target-lexicon",
15223 "wasmparser 0.215.0",
15224 "wasmtime-cranelift",
15225 "wasmtime-environ",
15226]
15227
15228[[package]]
15229name = "windows"
15230version = "0.54.0"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15233dependencies = [
15234 "windows-core 0.54.0",
15235 "windows-targets 0.52.6",
15236]
15237
15238[[package]]
15239name = "windows"
15240version = "0.57.0"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15243dependencies = [
15244 "windows-core 0.57.0",
15245 "windows-targets 0.52.6",
15246]
15247
15248[[package]]
15249name = "windows"
15250version = "0.58.0"
15251source = "registry+https://github.com/rust-lang/crates.io-index"
15252checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15253dependencies = [
15254 "windows-core 0.58.0",
15255 "windows-targets 0.52.6",
15256]
15257
15258[[package]]
15259name = "windows-core"
15260version = "0.52.0"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15263dependencies = [
15264 "windows-targets 0.52.6",
15265]
15266
15267[[package]]
15268name = "windows-core"
15269version = "0.54.0"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15272dependencies = [
15273 "windows-result 0.1.2",
15274 "windows-targets 0.52.6",
15275]
15276
15277[[package]]
15278name = "windows-core"
15279version = "0.57.0"
15280source = "registry+https://github.com/rust-lang/crates.io-index"
15281checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15282dependencies = [
15283 "windows-implement 0.57.0",
15284 "windows-interface 0.57.0",
15285 "windows-result 0.1.2",
15286 "windows-targets 0.52.6",
15287]
15288
15289[[package]]
15290name = "windows-core"
15291version = "0.58.0"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15294dependencies = [
15295 "windows-implement 0.58.0",
15296 "windows-interface 0.58.0",
15297 "windows-result 0.2.0",
15298 "windows-strings",
15299 "windows-targets 0.52.6",
15300]
15301
15302[[package]]
15303name = "windows-implement"
15304version = "0.57.0"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15307dependencies = [
15308 "proc-macro2",
15309 "quote",
15310 "syn 2.0.90",
15311]
15312
15313[[package]]
15314name = "windows-implement"
15315version = "0.58.0"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15318dependencies = [
15319 "proc-macro2",
15320 "quote",
15321 "syn 2.0.90",
15322]
15323
15324[[package]]
15325name = "windows-interface"
15326version = "0.57.0"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15329dependencies = [
15330 "proc-macro2",
15331 "quote",
15332 "syn 2.0.90",
15333]
15334
15335[[package]]
15336name = "windows-interface"
15337version = "0.58.0"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15340dependencies = [
15341 "proc-macro2",
15342 "quote",
15343 "syn 2.0.90",
15344]
15345
15346[[package]]
15347name = "windows-registry"
15348version = "0.2.0"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15351dependencies = [
15352 "windows-result 0.2.0",
15353 "windows-strings",
15354 "windows-targets 0.52.6",
15355]
15356
15357[[package]]
15358name = "windows-result"
15359version = "0.1.2"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15362dependencies = [
15363 "windows-targets 0.52.6",
15364]
15365
15366[[package]]
15367name = "windows-result"
15368version = "0.2.0"
15369source = "registry+https://github.com/rust-lang/crates.io-index"
15370checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15371dependencies = [
15372 "windows-targets 0.52.6",
15373]
15374
15375[[package]]
15376name = "windows-strings"
15377version = "0.1.0"
15378source = "registry+https://github.com/rust-lang/crates.io-index"
15379checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15380dependencies = [
15381 "windows-result 0.2.0",
15382 "windows-targets 0.52.6",
15383]
15384
15385[[package]]
15386name = "windows-sys"
15387version = "0.45.0"
15388source = "registry+https://github.com/rust-lang/crates.io-index"
15389checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15390dependencies = [
15391 "windows-targets 0.42.2",
15392]
15393
15394[[package]]
15395name = "windows-sys"
15396version = "0.48.0"
15397source = "registry+https://github.com/rust-lang/crates.io-index"
15398checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15399dependencies = [
15400 "windows-targets 0.48.5",
15401]
15402
15403[[package]]
15404name = "windows-sys"
15405version = "0.52.0"
15406source = "registry+https://github.com/rust-lang/crates.io-index"
15407checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15408dependencies = [
15409 "windows-targets 0.52.6",
15410]
15411
15412[[package]]
15413name = "windows-sys"
15414version = "0.59.0"
15415source = "registry+https://github.com/rust-lang/crates.io-index"
15416checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15417dependencies = [
15418 "windows-targets 0.52.6",
15419]
15420
15421[[package]]
15422name = "windows-targets"
15423version = "0.42.2"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15426dependencies = [
15427 "windows_aarch64_gnullvm 0.42.2",
15428 "windows_aarch64_msvc 0.42.2",
15429 "windows_i686_gnu 0.42.2",
15430 "windows_i686_msvc 0.42.2",
15431 "windows_x86_64_gnu 0.42.2",
15432 "windows_x86_64_gnullvm 0.42.2",
15433 "windows_x86_64_msvc 0.42.2",
15434]
15435
15436[[package]]
15437name = "windows-targets"
15438version = "0.48.5"
15439source = "registry+https://github.com/rust-lang/crates.io-index"
15440checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15441dependencies = [
15442 "windows_aarch64_gnullvm 0.48.5",
15443 "windows_aarch64_msvc 0.48.5",
15444 "windows_i686_gnu 0.48.5",
15445 "windows_i686_msvc 0.48.5",
15446 "windows_x86_64_gnu 0.48.5",
15447 "windows_x86_64_gnullvm 0.48.5",
15448 "windows_x86_64_msvc 0.48.5",
15449]
15450
15451[[package]]
15452name = "windows-targets"
15453version = "0.52.6"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15456dependencies = [
15457 "windows_aarch64_gnullvm 0.52.6",
15458 "windows_aarch64_msvc 0.52.6",
15459 "windows_i686_gnu 0.52.6",
15460 "windows_i686_gnullvm",
15461 "windows_i686_msvc 0.52.6",
15462 "windows_x86_64_gnu 0.52.6",
15463 "windows_x86_64_gnullvm 0.52.6",
15464 "windows_x86_64_msvc 0.52.6",
15465]
15466
15467[[package]]
15468name = "windows_aarch64_gnullvm"
15469version = "0.42.2"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15472
15473[[package]]
15474name = "windows_aarch64_gnullvm"
15475version = "0.48.5"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15478
15479[[package]]
15480name = "windows_aarch64_gnullvm"
15481version = "0.52.6"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15484
15485[[package]]
15486name = "windows_aarch64_msvc"
15487version = "0.42.2"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15490
15491[[package]]
15492name = "windows_aarch64_msvc"
15493version = "0.48.5"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15496
15497[[package]]
15498name = "windows_aarch64_msvc"
15499version = "0.52.6"
15500source = "registry+https://github.com/rust-lang/crates.io-index"
15501checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15502
15503[[package]]
15504name = "windows_i686_gnu"
15505version = "0.42.2"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15508
15509[[package]]
15510name = "windows_i686_gnu"
15511version = "0.48.5"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15514
15515[[package]]
15516name = "windows_i686_gnu"
15517version = "0.52.6"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15520
15521[[package]]
15522name = "windows_i686_gnullvm"
15523version = "0.52.6"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15526
15527[[package]]
15528name = "windows_i686_msvc"
15529version = "0.42.2"
15530source = "registry+https://github.com/rust-lang/crates.io-index"
15531checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15532
15533[[package]]
15534name = "windows_i686_msvc"
15535version = "0.48.5"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15538
15539[[package]]
15540name = "windows_i686_msvc"
15541version = "0.52.6"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15544
15545[[package]]
15546name = "windows_x86_64_gnu"
15547version = "0.42.2"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15550
15551[[package]]
15552name = "windows_x86_64_gnu"
15553version = "0.48.5"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15556
15557[[package]]
15558name = "windows_x86_64_gnu"
15559version = "0.52.6"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15562
15563[[package]]
15564name = "windows_x86_64_gnullvm"
15565version = "0.42.2"
15566source = "registry+https://github.com/rust-lang/crates.io-index"
15567checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15568
15569[[package]]
15570name = "windows_x86_64_gnullvm"
15571version = "0.48.5"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15574
15575[[package]]
15576name = "windows_x86_64_gnullvm"
15577version = "0.52.6"
15578source = "registry+https://github.com/rust-lang/crates.io-index"
15579checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15580
15581[[package]]
15582name = "windows_x86_64_msvc"
15583version = "0.42.2"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15586
15587[[package]]
15588name = "windows_x86_64_msvc"
15589version = "0.48.5"
15590source = "registry+https://github.com/rust-lang/crates.io-index"
15591checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15592
15593[[package]]
15594name = "windows_x86_64_msvc"
15595version = "0.52.6"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15598
15599[[package]]
15600name = "winnow"
15601version = "0.6.20"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15604dependencies = [
15605 "memchr",
15606]
15607
15608[[package]]
15609name = "winreg"
15610version = "0.50.0"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15613dependencies = [
15614 "cfg-if",
15615 "windows-sys 0.48.0",
15616]
15617
15618[[package]]
15619name = "winreg"
15620version = "0.52.0"
15621source = "registry+https://github.com/rust-lang/crates.io-index"
15622checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15623dependencies = [
15624 "cfg-if",
15625 "windows-sys 0.48.0",
15626]
15627
15628[[package]]
15629name = "winresource"
15630version = "0.1.19"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15633dependencies = [
15634 "toml 0.8.19",
15635 "version_check",
15636]
15637
15638[[package]]
15639name = "winsafe"
15640version = "0.0.19"
15641source = "registry+https://github.com/rust-lang/crates.io-index"
15642checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15643
15644[[package]]
15645name = "winx"
15646version = "0.36.4"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15649dependencies = [
15650 "bitflags 2.6.0",
15651 "windows-sys 0.59.0",
15652]
15653
15654[[package]]
15655name = "wio"
15656version = "0.2.2"
15657source = "registry+https://github.com/rust-lang/crates.io-index"
15658checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15659dependencies = [
15660 "winapi",
15661]
15662
15663[[package]]
15664name = "wit-bindgen"
15665version = "0.22.0"
15666source = "registry+https://github.com/rust-lang/crates.io-index"
15667checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15668dependencies = [
15669 "bitflags 2.6.0",
15670 "wit-bindgen-rt",
15671 "wit-bindgen-rust-macro",
15672]
15673
15674[[package]]
15675name = "wit-bindgen-core"
15676version = "0.22.0"
15677source = "registry+https://github.com/rust-lang/crates.io-index"
15678checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15679dependencies = [
15680 "anyhow",
15681 "wit-parser 0.201.0",
15682]
15683
15684[[package]]
15685name = "wit-bindgen-rt"
15686version = "0.22.0"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15689
15690[[package]]
15691name = "wit-bindgen-rust"
15692version = "0.22.0"
15693source = "registry+https://github.com/rust-lang/crates.io-index"
15694checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15695dependencies = [
15696 "anyhow",
15697 "heck 0.4.1",
15698 "indexmap",
15699 "wasm-metadata",
15700 "wit-bindgen-core",
15701 "wit-component",
15702]
15703
15704[[package]]
15705name = "wit-bindgen-rust-macro"
15706version = "0.22.0"
15707source = "registry+https://github.com/rust-lang/crates.io-index"
15708checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15709dependencies = [
15710 "anyhow",
15711 "proc-macro2",
15712 "quote",
15713 "syn 2.0.90",
15714 "wit-bindgen-core",
15715 "wit-bindgen-rust",
15716]
15717
15718[[package]]
15719name = "wit-component"
15720version = "0.201.0"
15721source = "registry+https://github.com/rust-lang/crates.io-index"
15722checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15723dependencies = [
15724 "anyhow",
15725 "bitflags 2.6.0",
15726 "indexmap",
15727 "log",
15728 "serde",
15729 "serde_derive",
15730 "serde_json",
15731 "wasm-encoder 0.201.0",
15732 "wasm-metadata",
15733 "wasmparser 0.201.0",
15734 "wit-parser 0.201.0",
15735]
15736
15737[[package]]
15738name = "wit-parser"
15739version = "0.201.0"
15740source = "registry+https://github.com/rust-lang/crates.io-index"
15741checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15742dependencies = [
15743 "anyhow",
15744 "id-arena",
15745 "indexmap",
15746 "log",
15747 "semver",
15748 "serde",
15749 "serde_derive",
15750 "serde_json",
15751 "unicode-xid",
15752 "wasmparser 0.201.0",
15753]
15754
15755[[package]]
15756name = "wit-parser"
15757version = "0.215.0"
15758source = "registry+https://github.com/rust-lang/crates.io-index"
15759checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15760dependencies = [
15761 "anyhow",
15762 "id-arena",
15763 "indexmap",
15764 "log",
15765 "semver",
15766 "serde",
15767 "serde_derive",
15768 "serde_json",
15769 "unicode-xid",
15770 "wasmparser 0.215.0",
15771]
15772
15773[[package]]
15774name = "witx"
15775version = "0.9.1"
15776source = "registry+https://github.com/rust-lang/crates.io-index"
15777checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15778dependencies = [
15779 "anyhow",
15780 "log",
15781 "thiserror 1.0.69",
15782 "wast",
15783]
15784
15785[[package]]
15786name = "workspace"
15787version = "0.1.0"
15788dependencies = [
15789 "any_vec",
15790 "anyhow",
15791 "async-recursion 1.1.1",
15792 "bincode",
15793 "call",
15794 "client",
15795 "clock",
15796 "collections",
15797 "db",
15798 "derive_more",
15799 "env_logger 0.11.6",
15800 "fs",
15801 "futures 0.3.31",
15802 "gpui",
15803 "http_client",
15804 "itertools 0.13.0",
15805 "language",
15806 "log",
15807 "node_runtime",
15808 "parking_lot",
15809 "postage",
15810 "project",
15811 "remote",
15812 "schemars",
15813 "serde",
15814 "serde_json",
15815 "session",
15816 "settings",
15817 "smallvec",
15818 "sqlez",
15819 "strum",
15820 "task",
15821 "tempfile",
15822 "theme",
15823 "ui",
15824 "util",
15825 "uuid",
15826]
15827
15828[[package]]
15829name = "worktree"
15830version = "0.1.0"
15831dependencies = [
15832 "anyhow",
15833 "clock",
15834 "collections",
15835 "env_logger 0.11.6",
15836 "fs",
15837 "futures 0.3.31",
15838 "fuzzy",
15839 "git",
15840 "git2",
15841 "git_hosting_providers",
15842 "gpui",
15843 "http_client",
15844 "ignore",
15845 "language",
15846 "log",
15847 "parking_lot",
15848 "paths",
15849 "postage",
15850 "pretty_assertions",
15851 "rand 0.8.5",
15852 "rpc",
15853 "schemars",
15854 "serde",
15855 "serde_json",
15856 "settings",
15857 "smallvec",
15858 "smol",
15859 "sum_tree",
15860 "text",
15861 "util",
15862]
15863
15864[[package]]
15865name = "write16"
15866version = "1.0.0"
15867source = "registry+https://github.com/rust-lang/crates.io-index"
15868checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15869
15870[[package]]
15871name = "writeable"
15872version = "0.5.5"
15873source = "registry+https://github.com/rust-lang/crates.io-index"
15874checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15875
15876[[package]]
15877name = "wyz"
15878version = "0.5.1"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15881dependencies = [
15882 "tap",
15883]
15884
15885[[package]]
15886name = "x11-clipboard"
15887version = "0.9.3"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15890dependencies = [
15891 "libc",
15892 "x11rb",
15893]
15894
15895[[package]]
15896name = "x11rb"
15897version = "0.13.1"
15898source = "registry+https://github.com/rust-lang/crates.io-index"
15899checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15900dependencies = [
15901 "as-raw-xcb-connection",
15902 "gethostname",
15903 "libc",
15904 "rustix 0.38.42",
15905 "x11rb-protocol",
15906]
15907
15908[[package]]
15909name = "x11rb-protocol"
15910version = "0.13.1"
15911source = "registry+https://github.com/rust-lang/crates.io-index"
15912checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15913
15914[[package]]
15915name = "xattr"
15916version = "0.2.3"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15919dependencies = [
15920 "libc",
15921]
15922
15923[[package]]
15924name = "xcursor"
15925version = "0.3.8"
15926source = "registry+https://github.com/rust-lang/crates.io-index"
15927checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15928
15929[[package]]
15930name = "xdg-home"
15931version = "1.3.0"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15934dependencies = [
15935 "libc",
15936 "windows-sys 0.59.0",
15937]
15938
15939[[package]]
15940name = "xim"
15941version = "0.4.0"
15942source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15943dependencies = [
15944 "ahash 0.8.11",
15945 "hashbrown 0.14.5",
15946 "log",
15947 "x11rb",
15948 "xim-ctext",
15949 "xim-parser",
15950]
15951
15952[[package]]
15953name = "xim-ctext"
15954version = "0.3.0"
15955source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15956dependencies = [
15957 "encoding_rs",
15958]
15959
15960[[package]]
15961name = "xim-parser"
15962version = "0.2.1"
15963source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15964dependencies = [
15965 "bitflags 2.6.0",
15966]
15967
15968[[package]]
15969name = "xkbcommon"
15970version = "0.7.0"
15971source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15972dependencies = [
15973 "as-raw-xcb-connection",
15974 "libc",
15975 "memmap2",
15976 "xkeysym",
15977]
15978
15979[[package]]
15980name = "xkeysym"
15981version = "0.2.1"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15984
15985[[package]]
15986name = "xml5ever"
15987version = "0.18.1"
15988source = "registry+https://github.com/rust-lang/crates.io-index"
15989checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
15990dependencies = [
15991 "log",
15992 "mac",
15993 "markup5ever",
15994]
15995
15996[[package]]
15997name = "xmlparser"
15998version = "0.13.6"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16001
16002[[package]]
16003name = "xmlwriter"
16004version = "0.1.0"
16005source = "registry+https://github.com/rust-lang/crates.io-index"
16006checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16007
16008[[package]]
16009name = "xtask"
16010version = "0.1.0"
16011dependencies = [
16012 "anyhow",
16013 "cargo_metadata",
16014 "cargo_toml",
16015 "clap",
16016]
16017
16018[[package]]
16019name = "yaml-rust2"
16020version = "0.8.1"
16021source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16023dependencies = [
16024 "arraydeque",
16025 "encoding_rs",
16026 "hashlink 0.8.4",
16027]
16028
16029[[package]]
16030name = "yansi"
16031version = "1.0.1"
16032source = "registry+https://github.com/rust-lang/crates.io-index"
16033checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16034
16035[[package]]
16036name = "yazi"
16037version = "0.1.6"
16038source = "registry+https://github.com/rust-lang/crates.io-index"
16039checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16040
16041[[package]]
16042name = "yeslogic-fontconfig-sys"
16043version = "6.0.0"
16044source = "registry+https://github.com/rust-lang/crates.io-index"
16045checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16046dependencies = [
16047 "dlib",
16048 "once_cell",
16049 "pkg-config",
16050]
16051
16052[[package]]
16053name = "yoke"
16054version = "0.7.5"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16057dependencies = [
16058 "serde",
16059 "stable_deref_trait",
16060 "yoke-derive",
16061 "zerofrom",
16062]
16063
16064[[package]]
16065name = "yoke-derive"
16066version = "0.7.5"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16069dependencies = [
16070 "proc-macro2",
16071 "quote",
16072 "syn 2.0.90",
16073 "synstructure",
16074]
16075
16076[[package]]
16077name = "zbus"
16078version = "4.4.0"
16079source = "registry+https://github.com/rust-lang/crates.io-index"
16080checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
16081dependencies = [
16082 "async-broadcast",
16083 "async-executor",
16084 "async-fs 2.1.2",
16085 "async-io 2.4.0",
16086 "async-lock 3.4.0",
16087 "async-process 2.3.0",
16088 "async-recursion 1.1.1",
16089 "async-task",
16090 "async-trait",
16091 "blocking",
16092 "enumflags2",
16093 "event-listener 5.3.1",
16094 "futures-core",
16095 "futures-sink",
16096 "futures-util",
16097 "hex",
16098 "nix",
16099 "ordered-stream",
16100 "rand 0.8.5",
16101 "serde",
16102 "serde_repr",
16103 "sha1",
16104 "static_assertions",
16105 "tracing",
16106 "uds_windows",
16107 "windows-sys 0.52.0",
16108 "xdg-home",
16109 "zbus_macros 4.4.0",
16110 "zbus_names 3.0.0",
16111 "zvariant 4.2.0",
16112]
16113
16114[[package]]
16115name = "zbus"
16116version = "5.1.1"
16117source = "registry+https://github.com/rust-lang/crates.io-index"
16118checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16119dependencies = [
16120 "async-broadcast",
16121 "async-executor",
16122 "async-fs 2.1.2",
16123 "async-io 2.4.0",
16124 "async-lock 3.4.0",
16125 "async-process 2.3.0",
16126 "async-recursion 1.1.1",
16127 "async-task",
16128 "async-trait",
16129 "blocking",
16130 "enumflags2",
16131 "event-listener 5.3.1",
16132 "futures-core",
16133 "futures-util",
16134 "hex",
16135 "nix",
16136 "ordered-stream",
16137 "serde",
16138 "serde_repr",
16139 "static_assertions",
16140 "tracing",
16141 "uds_windows",
16142 "windows-sys 0.59.0",
16143 "winnow",
16144 "xdg-home",
16145 "zbus_macros 5.1.1",
16146 "zbus_names 4.1.0",
16147 "zvariant 5.1.0",
16148]
16149
16150[[package]]
16151name = "zbus_macros"
16152version = "4.4.0"
16153source = "registry+https://github.com/rust-lang/crates.io-index"
16154checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16155dependencies = [
16156 "proc-macro-crate",
16157 "proc-macro2",
16158 "quote",
16159 "syn 2.0.90",
16160 "zvariant_utils 2.1.0",
16161]
16162
16163[[package]]
16164name = "zbus_macros"
16165version = "5.1.1"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16168dependencies = [
16169 "proc-macro-crate",
16170 "proc-macro2",
16171 "quote",
16172 "syn 2.0.90",
16173 "zbus_names 4.1.0",
16174 "zvariant 5.1.0",
16175 "zvariant_utils 3.0.2",
16176]
16177
16178[[package]]
16179name = "zbus_names"
16180version = "3.0.0"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16183dependencies = [
16184 "serde",
16185 "static_assertions",
16186 "zvariant 4.2.0",
16187]
16188
16189[[package]]
16190name = "zbus_names"
16191version = "4.1.0"
16192source = "registry+https://github.com/rust-lang/crates.io-index"
16193checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16194dependencies = [
16195 "serde",
16196 "static_assertions",
16197 "winnow",
16198 "zvariant 5.1.0",
16199]
16200
16201[[package]]
16202name = "zed"
16203version = "0.170.0"
16204dependencies = [
16205 "activity_indicator",
16206 "anyhow",
16207 "ashpd",
16208 "assets",
16209 "assistant",
16210 "assistant2",
16211 "assistant_tools",
16212 "async-watch",
16213 "audio",
16214 "auto_update",
16215 "auto_update_ui",
16216 "backtrace",
16217 "breadcrumbs",
16218 "call",
16219 "channel",
16220 "chrono",
16221 "clap",
16222 "cli",
16223 "client",
16224 "collab_ui",
16225 "collections",
16226 "command_palette",
16227 "command_palette_hooks",
16228 "copilot",
16229 "db",
16230 "diagnostics",
16231 "editor",
16232 "env_logger 0.11.6",
16233 "extension",
16234 "extension_host",
16235 "extensions_ui",
16236 "feature_flags",
16237 "feedback",
16238 "file_finder",
16239 "file_icons",
16240 "fs",
16241 "futures 0.3.31",
16242 "git",
16243 "git_hosting_providers",
16244 "git_ui",
16245 "go_to_line",
16246 "gpui",
16247 "http_client",
16248 "image_viewer",
16249 "inline_completion_button",
16250 "install_cli",
16251 "journal",
16252 "language",
16253 "language_extension",
16254 "language_model",
16255 "language_models",
16256 "language_selector",
16257 "language_tools",
16258 "languages",
16259 "libc",
16260 "log",
16261 "markdown",
16262 "markdown_preview",
16263 "menu",
16264 "mimalloc",
16265 "nix",
16266 "node_runtime",
16267 "notifications",
16268 "outline",
16269 "outline_panel",
16270 "parking_lot",
16271 "paths",
16272 "picker",
16273 "profiling",
16274 "project",
16275 "project_panel",
16276 "project_symbols",
16277 "proto",
16278 "recent_projects",
16279 "release_channel",
16280 "remote",
16281 "repl",
16282 "reqwest_client",
16283 "rope",
16284 "search",
16285 "serde",
16286 "serde_json",
16287 "session",
16288 "settings",
16289 "settings_ui",
16290 "shellexpand 2.1.2",
16291 "simplelog",
16292 "smol",
16293 "snippet_provider",
16294 "snippets_ui",
16295 "supermaven",
16296 "sysinfo",
16297 "tab_switcher",
16298 "task",
16299 "tasks_ui",
16300 "telemetry",
16301 "telemetry_events",
16302 "terminal_view",
16303 "theme",
16304 "theme_extension",
16305 "theme_selector",
16306 "time",
16307 "toolchain_selector",
16308 "tree-sitter-md",
16309 "tree-sitter-rust",
16310 "ui",
16311 "url",
16312 "urlencoding",
16313 "util",
16314 "uuid",
16315 "vcs_menu",
16316 "vim",
16317 "vim_mode_setting",
16318 "welcome",
16319 "windows 0.58.0",
16320 "winresource",
16321 "workspace",
16322 "zed_actions",
16323 "zeta",
16324]
16325
16326[[package]]
16327name = "zed_actions"
16328version = "0.1.0"
16329dependencies = [
16330 "gpui",
16331 "schemars",
16332 "serde",
16333]
16334
16335[[package]]
16336name = "zed_csharp"
16337version = "0.1.0"
16338dependencies = [
16339 "zed_extension_api 0.1.0",
16340]
16341
16342[[package]]
16343name = "zed_deno"
16344version = "0.0.2"
16345dependencies = [
16346 "zed_extension_api 0.1.0",
16347]
16348
16349[[package]]
16350name = "zed_elixir"
16351version = "0.1.2"
16352dependencies = [
16353 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16354]
16355
16356[[package]]
16357name = "zed_emmet"
16358version = "0.0.3"
16359dependencies = [
16360 "zed_extension_api 0.1.0",
16361]
16362
16363[[package]]
16364name = "zed_erlang"
16365version = "0.1.1"
16366dependencies = [
16367 "zed_extension_api 0.1.0",
16368]
16369
16370[[package]]
16371name = "zed_extension_api"
16372version = "0.1.0"
16373source = "registry+https://github.com/rust-lang/crates.io-index"
16374checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16375dependencies = [
16376 "serde",
16377 "serde_json",
16378 "wit-bindgen",
16379]
16380
16381[[package]]
16382name = "zed_extension_api"
16383version = "0.2.0"
16384dependencies = [
16385 "serde",
16386 "serde_json",
16387 "wit-bindgen",
16388]
16389
16390[[package]]
16391name = "zed_extension_api"
16392version = "0.2.0"
16393source = "registry+https://github.com/rust-lang/crates.io-index"
16394checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16395dependencies = [
16396 "serde",
16397 "serde_json",
16398 "wit-bindgen",
16399]
16400
16401[[package]]
16402name = "zed_glsl"
16403version = "0.1.0"
16404dependencies = [
16405 "zed_extension_api 0.1.0",
16406]
16407
16408[[package]]
16409name = "zed_haskell"
16410version = "0.1.2"
16411dependencies = [
16412 "zed_extension_api 0.1.0",
16413]
16414
16415[[package]]
16416name = "zed_html"
16417version = "0.1.4"
16418dependencies = [
16419 "zed_extension_api 0.1.0",
16420]
16421
16422[[package]]
16423name = "zed_lua"
16424version = "0.1.1"
16425dependencies = [
16426 "zed_extension_api 0.1.0",
16427]
16428
16429[[package]]
16430name = "zed_php"
16431version = "0.2.3"
16432dependencies = [
16433 "zed_extension_api 0.1.0",
16434]
16435
16436[[package]]
16437name = "zed_prisma"
16438version = "0.0.4"
16439dependencies = [
16440 "zed_extension_api 0.1.0",
16441]
16442
16443[[package]]
16444name = "zed_proto"
16445version = "0.2.1"
16446dependencies = [
16447 "zed_extension_api 0.1.0",
16448]
16449
16450[[package]]
16451name = "zed_purescript"
16452version = "0.0.1"
16453dependencies = [
16454 "zed_extension_api 0.1.0",
16455]
16456
16457[[package]]
16458name = "zed_ruff"
16459version = "0.1.0"
16460dependencies = [
16461 "zed_extension_api 0.1.0",
16462]
16463
16464[[package]]
16465name = "zed_snippets"
16466version = "0.0.5"
16467dependencies = [
16468 "serde_json",
16469 "zed_extension_api 0.1.0",
16470]
16471
16472[[package]]
16473name = "zed_terraform"
16474version = "0.1.1"
16475dependencies = [
16476 "zed_extension_api 0.1.0",
16477]
16478
16479[[package]]
16480name = "zed_test_extension"
16481version = "0.1.0"
16482dependencies = [
16483 "zed_extension_api 0.2.0",
16484]
16485
16486[[package]]
16487name = "zed_toml"
16488version = "0.1.2"
16489dependencies = [
16490 "zed_extension_api 0.1.0",
16491]
16492
16493[[package]]
16494name = "zed_uiua"
16495version = "0.0.1"
16496dependencies = [
16497 "zed_extension_api 0.1.0",
16498]
16499
16500[[package]]
16501name = "zed_zig"
16502version = "0.3.2"
16503dependencies = [
16504 "zed_extension_api 0.1.0",
16505]
16506
16507[[package]]
16508name = "zeno"
16509version = "0.2.3"
16510source = "registry+https://github.com/rust-lang/crates.io-index"
16511checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16512
16513[[package]]
16514name = "zerocopy"
16515version = "0.7.35"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16518dependencies = [
16519 "byteorder",
16520 "zerocopy-derive",
16521]
16522
16523[[package]]
16524name = "zerocopy-derive"
16525version = "0.7.35"
16526source = "registry+https://github.com/rust-lang/crates.io-index"
16527checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16528dependencies = [
16529 "proc-macro2",
16530 "quote",
16531 "syn 2.0.90",
16532]
16533
16534[[package]]
16535name = "zerofrom"
16536version = "0.1.5"
16537source = "registry+https://github.com/rust-lang/crates.io-index"
16538checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16539dependencies = [
16540 "zerofrom-derive",
16541]
16542
16543[[package]]
16544name = "zerofrom-derive"
16545version = "0.1.5"
16546source = "registry+https://github.com/rust-lang/crates.io-index"
16547checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16548dependencies = [
16549 "proc-macro2",
16550 "quote",
16551 "syn 2.0.90",
16552 "synstructure",
16553]
16554
16555[[package]]
16556name = "zeroize"
16557version = "1.8.1"
16558source = "registry+https://github.com/rust-lang/crates.io-index"
16559checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16560dependencies = [
16561 "zeroize_derive",
16562]
16563
16564[[package]]
16565name = "zeroize_derive"
16566version = "1.4.2"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16569dependencies = [
16570 "proc-macro2",
16571 "quote",
16572 "syn 2.0.90",
16573]
16574
16575[[package]]
16576name = "zeromq"
16577version = "0.4.1"
16578source = "registry+https://github.com/rust-lang/crates.io-index"
16579checksum = "6a4528179201f6eecf211961a7d3276faa61554c82651ecc66387f68fc3004bd"
16580dependencies = [
16581 "async-dispatcher",
16582 "async-std",
16583 "async-trait",
16584 "asynchronous-codec",
16585 "bytes 1.9.0",
16586 "crossbeam-queue",
16587 "dashmap 5.5.3",
16588 "futures-channel",
16589 "futures-io",
16590 "futures-task",
16591 "futures-util",
16592 "log",
16593 "num-traits",
16594 "once_cell",
16595 "parking_lot",
16596 "rand 0.8.5",
16597 "regex",
16598 "thiserror 1.0.69",
16599 "uuid",
16600]
16601
16602[[package]]
16603name = "zerovec"
16604version = "0.10.4"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16607dependencies = [
16608 "yoke",
16609 "zerofrom",
16610 "zerovec-derive",
16611]
16612
16613[[package]]
16614name = "zerovec-derive"
16615version = "0.10.3"
16616source = "registry+https://github.com/rust-lang/crates.io-index"
16617checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16618dependencies = [
16619 "proc-macro2",
16620 "quote",
16621 "syn 2.0.90",
16622]
16623
16624[[package]]
16625name = "zeta"
16626version = "0.1.0"
16627dependencies = [
16628 "anyhow",
16629 "arrayvec",
16630 "call",
16631 "client",
16632 "clock",
16633 "collections",
16634 "ctor",
16635 "editor",
16636 "env_logger 0.11.6",
16637 "futures 0.3.31",
16638 "gpui",
16639 "http_client",
16640 "indoc",
16641 "inline_completion",
16642 "language",
16643 "language_models",
16644 "log",
16645 "menu",
16646 "reqwest_client",
16647 "rpc",
16648 "serde_json",
16649 "settings",
16650 "similar",
16651 "telemetry",
16652 "telemetry_events",
16653 "theme",
16654 "tree-sitter-go",
16655 "tree-sitter-rust",
16656 "ui",
16657 "uuid",
16658 "workspace",
16659 "worktree",
16660]
16661
16662[[package]]
16663name = "zip"
16664version = "0.6.6"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16667dependencies = [
16668 "aes",
16669 "byteorder",
16670 "bzip2",
16671 "constant_time_eq 0.1.5",
16672 "crc32fast",
16673 "crossbeam-utils",
16674 "flate2",
16675 "hmac",
16676 "pbkdf2 0.11.0",
16677 "sha1",
16678 "time",
16679 "zstd",
16680]
16681
16682[[package]]
16683name = "zstd"
16684version = "0.11.2+zstd.1.5.2"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16687dependencies = [
16688 "zstd-safe",
16689]
16690
16691[[package]]
16692name = "zstd-safe"
16693version = "5.0.2+zstd.1.5.2"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16696dependencies = [
16697 "libc",
16698 "zstd-sys",
16699]
16700
16701[[package]]
16702name = "zstd-sys"
16703version = "2.0.13+zstd.1.5.6"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16706dependencies = [
16707 "cc",
16708 "pkg-config",
16709]
16710
16711[[package]]
16712name = "zune-core"
16713version = "0.4.12"
16714source = "registry+https://github.com/rust-lang/crates.io-index"
16715checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16716
16717[[package]]
16718name = "zune-inflate"
16719version = "0.2.54"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16722dependencies = [
16723 "simd-adler32",
16724]
16725
16726[[package]]
16727name = "zune-jpeg"
16728version = "0.4.13"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16731dependencies = [
16732 "zune-core",
16733]
16734
16735[[package]]
16736name = "zvariant"
16737version = "4.2.0"
16738source = "registry+https://github.com/rust-lang/crates.io-index"
16739checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16740dependencies = [
16741 "endi",
16742 "enumflags2",
16743 "serde",
16744 "static_assertions",
16745 "zvariant_derive 4.2.0",
16746]
16747
16748[[package]]
16749name = "zvariant"
16750version = "5.1.0"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16753dependencies = [
16754 "endi",
16755 "enumflags2",
16756 "serde",
16757 "static_assertions",
16758 "url",
16759 "winnow",
16760 "zvariant_derive 5.1.0",
16761 "zvariant_utils 3.0.2",
16762]
16763
16764[[package]]
16765name = "zvariant_derive"
16766version = "4.2.0"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16769dependencies = [
16770 "proc-macro-crate",
16771 "proc-macro2",
16772 "quote",
16773 "syn 2.0.90",
16774 "zvariant_utils 2.1.0",
16775]
16776
16777[[package]]
16778name = "zvariant_derive"
16779version = "5.1.0"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16782dependencies = [
16783 "proc-macro-crate",
16784 "proc-macro2",
16785 "quote",
16786 "syn 2.0.90",
16787 "zvariant_utils 3.0.2",
16788]
16789
16790[[package]]
16791name = "zvariant_utils"
16792version = "2.1.0"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16795dependencies = [
16796 "proc-macro2",
16797 "quote",
16798 "syn 2.0.90",
16799]
16800
16801[[package]]
16802name = "zvariant_utils"
16803version = "3.0.2"
16804source = "registry+https://github.com/rust-lang/crates.io-index"
16805checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16806dependencies = [
16807 "proc-macro2",
16808 "quote",
16809 "serde",
16810 "static_assertions",
16811 "syn 2.0.90",
16812 "winnow",
16813]