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 0.25.0",
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 0.25.0",
439 "telemetry_events",
440 "terminal",
441 "terminal_view",
442 "text",
443 "theme",
444 "toml 0.8.19",
445 "tree-sitter-md",
446 "ui",
447 "unindent",
448 "util",
449 "uuid",
450 "workspace",
451 "zed_actions",
452]
453
454[[package]]
455name = "assistant2"
456version = "0.1.0"
457dependencies = [
458 "anthropic",
459 "anyhow",
460 "assets",
461 "assistant_tool",
462 "async-watch",
463 "chrono",
464 "client",
465 "collections",
466 "command_palette_hooks",
467 "context_server",
468 "db",
469 "editor",
470 "feature_flags",
471 "fs",
472 "futures 0.3.31",
473 "fuzzy",
474 "gpui",
475 "handlebars 4.5.0",
476 "html_to_markdown",
477 "http_client",
478 "indoc",
479 "language",
480 "language_model",
481 "language_model_selector",
482 "language_models",
483 "log",
484 "lsp",
485 "markdown",
486 "menu",
487 "multi_buffer",
488 "ollama",
489 "open_ai",
490 "ordered-float 2.10.1",
491 "parking_lot",
492 "paths",
493 "picker",
494 "project",
495 "proto",
496 "rand 0.8.5",
497 "release_channel",
498 "rope",
499 "schemars",
500 "serde",
501 "serde_json",
502 "serde_json_lenient",
503 "settings",
504 "similar",
505 "smol",
506 "telemetry_events",
507 "terminal",
508 "terminal_view",
509 "text",
510 "theme",
511 "time",
512 "time_format",
513 "ui",
514 "unindent",
515 "util",
516 "uuid",
517 "workspace",
518 "zed_actions",
519]
520
521[[package]]
522name = "assistant_slash_command"
523version = "0.1.0"
524dependencies = [
525 "anyhow",
526 "async-trait",
527 "collections",
528 "derive_more",
529 "extension",
530 "futures 0.3.31",
531 "gpui",
532 "language",
533 "language_model",
534 "parking_lot",
535 "pretty_assertions",
536 "serde",
537 "serde_json",
538 "ui",
539 "workspace",
540]
541
542[[package]]
543name = "assistant_tool"
544version = "0.1.0"
545dependencies = [
546 "anyhow",
547 "collections",
548 "derive_more",
549 "gpui",
550 "parking_lot",
551 "serde",
552 "serde_json",
553 "workspace",
554]
555
556[[package]]
557name = "assistant_tools"
558version = "0.1.0"
559dependencies = [
560 "anyhow",
561 "assistant_tool",
562 "chrono",
563 "gpui",
564 "schemars",
565 "serde",
566 "serde_json",
567 "workspace",
568]
569
570[[package]]
571name = "async-attributes"
572version = "1.1.2"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
575dependencies = [
576 "quote",
577 "syn 1.0.109",
578]
579
580[[package]]
581name = "async-broadcast"
582version = "0.7.2"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
585dependencies = [
586 "event-listener 5.3.1",
587 "event-listener-strategy",
588 "futures-core",
589 "pin-project-lite",
590]
591
592[[package]]
593name = "async-channel"
594version = "1.9.0"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
597dependencies = [
598 "concurrent-queue",
599 "event-listener 2.5.3",
600 "futures-core",
601]
602
603[[package]]
604name = "async-channel"
605version = "2.3.1"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
608dependencies = [
609 "concurrent-queue",
610 "event-listener-strategy",
611 "futures-core",
612 "pin-project-lite",
613]
614
615[[package]]
616name = "async-compat"
617version = "0.2.4"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
620dependencies = [
621 "futures-core",
622 "futures-io",
623 "once_cell",
624 "pin-project-lite",
625 "tokio",
626]
627
628[[package]]
629name = "async-compression"
630version = "0.4.18"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
633dependencies = [
634 "deflate64",
635 "flate2",
636 "futures-core",
637 "futures-io",
638 "memchr",
639 "pin-project-lite",
640]
641
642[[package]]
643name = "async-dispatcher"
644version = "0.1.2"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
647dependencies = [
648 "async-task",
649 "futures-lite 1.13.0",
650]
651
652[[package]]
653name = "async-executor"
654version = "1.13.1"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
657dependencies = [
658 "async-task",
659 "concurrent-queue",
660 "fastrand 2.3.0",
661 "futures-lite 2.5.0",
662 "slab",
663]
664
665[[package]]
666name = "async-fs"
667version = "1.6.0"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
670dependencies = [
671 "async-lock 2.8.0",
672 "autocfg",
673 "blocking",
674 "futures-lite 1.13.0",
675]
676
677[[package]]
678name = "async-fs"
679version = "2.1.2"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
682dependencies = [
683 "async-lock 3.4.0",
684 "blocking",
685 "futures-lite 2.5.0",
686]
687
688[[package]]
689name = "async-global-executor"
690version = "2.4.1"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
693dependencies = [
694 "async-channel 2.3.1",
695 "async-executor",
696 "async-io 2.4.0",
697 "async-lock 3.4.0",
698 "blocking",
699 "futures-lite 2.5.0",
700 "once_cell",
701]
702
703[[package]]
704name = "async-io"
705version = "1.13.0"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
708dependencies = [
709 "async-lock 2.8.0",
710 "autocfg",
711 "cfg-if",
712 "concurrent-queue",
713 "futures-lite 1.13.0",
714 "log",
715 "parking",
716 "polling 2.8.0",
717 "rustix 0.37.27",
718 "slab",
719 "socket2 0.4.10",
720 "waker-fn",
721]
722
723[[package]]
724name = "async-io"
725version = "2.4.0"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
728dependencies = [
729 "async-lock 3.4.0",
730 "cfg-if",
731 "concurrent-queue",
732 "futures-io",
733 "futures-lite 2.5.0",
734 "parking",
735 "polling 3.7.4",
736 "rustix 0.38.42",
737 "slab",
738 "tracing",
739 "windows-sys 0.59.0",
740]
741
742[[package]]
743name = "async-lock"
744version = "2.8.0"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
747dependencies = [
748 "event-listener 2.5.3",
749]
750
751[[package]]
752name = "async-lock"
753version = "3.4.0"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
756dependencies = [
757 "event-listener 5.3.1",
758 "event-listener-strategy",
759 "pin-project-lite",
760]
761
762[[package]]
763name = "async-native-tls"
764version = "0.5.0"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
767dependencies = [
768 "futures-util",
769 "native-tls",
770 "thiserror 1.0.69",
771 "url",
772]
773
774[[package]]
775name = "async-net"
776version = "1.8.0"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
779dependencies = [
780 "async-io 1.13.0",
781 "blocking",
782 "futures-lite 1.13.0",
783]
784
785[[package]]
786name = "async-net"
787version = "2.0.0"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
790dependencies = [
791 "async-io 2.4.0",
792 "blocking",
793 "futures-lite 2.5.0",
794]
795
796[[package]]
797name = "async-pipe"
798version = "0.1.3"
799source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
800dependencies = [
801 "futures 0.3.31",
802 "log",
803]
804
805[[package]]
806name = "async-process"
807version = "1.8.1"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
810dependencies = [
811 "async-io 1.13.0",
812 "async-lock 2.8.0",
813 "async-signal",
814 "blocking",
815 "cfg-if",
816 "event-listener 3.1.0",
817 "futures-lite 1.13.0",
818 "rustix 0.38.42",
819 "windows-sys 0.48.0",
820]
821
822[[package]]
823name = "async-process"
824version = "2.3.0"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
827dependencies = [
828 "async-channel 2.3.1",
829 "async-io 2.4.0",
830 "async-lock 3.4.0",
831 "async-signal",
832 "async-task",
833 "blocking",
834 "cfg-if",
835 "event-listener 5.3.1",
836 "futures-lite 2.5.0",
837 "rustix 0.38.42",
838 "tracing",
839]
840
841[[package]]
842name = "async-recursion"
843version = "0.3.2"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
846dependencies = [
847 "proc-macro2",
848 "quote",
849 "syn 1.0.109",
850]
851
852[[package]]
853name = "async-recursion"
854version = "1.1.1"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
857dependencies = [
858 "proc-macro2",
859 "quote",
860 "syn 2.0.90",
861]
862
863[[package]]
864name = "async-signal"
865version = "0.2.10"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
868dependencies = [
869 "async-io 2.4.0",
870 "async-lock 3.4.0",
871 "atomic-waker",
872 "cfg-if",
873 "futures-core",
874 "futures-io",
875 "rustix 0.38.42",
876 "signal-hook-registry",
877 "slab",
878 "windows-sys 0.59.0",
879]
880
881[[package]]
882name = "async-std"
883version = "1.13.0"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
886dependencies = [
887 "async-attributes",
888 "async-channel 1.9.0",
889 "async-global-executor",
890 "async-io 2.4.0",
891 "async-lock 3.4.0",
892 "async-process 2.3.0",
893 "crossbeam-utils",
894 "futures-channel",
895 "futures-core",
896 "futures-io",
897 "futures-lite 2.5.0",
898 "gloo-timers",
899 "kv-log-macro",
900 "log",
901 "memchr",
902 "once_cell",
903 "pin-project-lite",
904 "pin-utils",
905 "slab",
906 "wasm-bindgen-futures",
907]
908
909[[package]]
910name = "async-stream"
911version = "0.3.6"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
914dependencies = [
915 "async-stream-impl",
916 "futures-core",
917 "pin-project-lite",
918]
919
920[[package]]
921name = "async-stream-impl"
922version = "0.3.6"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
925dependencies = [
926 "proc-macro2",
927 "quote",
928 "syn 2.0.90",
929]
930
931[[package]]
932name = "async-stripe"
933version = "0.40.0"
934source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
935dependencies = [
936 "chrono",
937 "futures-util",
938 "http-types",
939 "hyper 0.14.32",
940 "hyper-rustls 0.24.2",
941 "serde",
942 "serde_json",
943 "serde_path_to_error",
944 "serde_qs 0.10.1",
945 "smart-default",
946 "smol_str",
947 "thiserror 1.0.69",
948 "tokio",
949]
950
951[[package]]
952name = "async-tar"
953version = "0.5.0"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
956dependencies = [
957 "async-std",
958 "filetime",
959 "libc",
960 "pin-project",
961 "redox_syscall 0.2.16",
962 "xattr",
963]
964
965[[package]]
966name = "async-task"
967version = "4.7.1"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
970
971[[package]]
972name = "async-tls"
973version = "0.13.0"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
976dependencies = [
977 "futures-core",
978 "futures-io",
979 "rustls 0.21.12",
980 "rustls-pemfile 1.0.4",
981 "webpki-roots 0.22.6",
982]
983
984[[package]]
985name = "async-trait"
986version = "0.1.83"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
989dependencies = [
990 "proc-macro2",
991 "quote",
992 "syn 2.0.90",
993]
994
995[[package]]
996name = "async-tungstenite"
997version = "0.25.1"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
1000dependencies = [
1001 "async-native-tls",
1002 "async-std",
1003 "async-tls",
1004 "futures-io",
1005 "futures-util",
1006 "log",
1007 "pin-project-lite",
1008 "tungstenite 0.21.0",
1009]
1010
1011[[package]]
1012name = "async-tungstenite"
1013version = "0.28.2"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1016dependencies = [
1017 "async-std",
1018 "async-tls",
1019 "atomic-waker",
1020 "futures-core",
1021 "futures-io",
1022 "futures-task",
1023 "futures-util",
1024 "log",
1025 "pin-project-lite",
1026 "tungstenite 0.24.0",
1027]
1028
1029[[package]]
1030name = "async-watch"
1031version = "0.3.1"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1034dependencies = [
1035 "event-listener 2.5.3",
1036]
1037
1038[[package]]
1039name = "async_zip"
1040version = "0.0.17"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1043dependencies = [
1044 "async-compression",
1045 "crc32fast",
1046 "futures-lite 2.5.0",
1047 "pin-project",
1048 "thiserror 1.0.69",
1049]
1050
1051[[package]]
1052name = "asynchronous-codec"
1053version = "0.7.0"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1056dependencies = [
1057 "bytes 1.9.0",
1058 "futures-sink",
1059 "futures-util",
1060 "memchr",
1061 "pin-project-lite",
1062]
1063
1064[[package]]
1065name = "atoi"
1066version = "2.0.0"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1069dependencies = [
1070 "num-traits",
1071]
1072
1073[[package]]
1074name = "atomic"
1075version = "0.5.3"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1078
1079[[package]]
1080name = "atomic-waker"
1081version = "1.1.2"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1084
1085[[package]]
1086name = "audio"
1087version = "0.1.0"
1088dependencies = [
1089 "anyhow",
1090 "collections",
1091 "derive_more",
1092 "gpui",
1093 "parking_lot",
1094 "rodio",
1095 "util",
1096]
1097
1098[[package]]
1099name = "auto_update"
1100version = "0.1.0"
1101dependencies = [
1102 "anyhow",
1103 "client",
1104 "db",
1105 "gpui",
1106 "http_client",
1107 "log",
1108 "paths",
1109 "release_channel",
1110 "schemars",
1111 "serde",
1112 "serde_json",
1113 "settings",
1114 "smol",
1115 "tempfile",
1116 "which 6.0.3",
1117 "workspace",
1118]
1119
1120[[package]]
1121name = "auto_update_ui"
1122version = "0.1.0"
1123dependencies = [
1124 "anyhow",
1125 "auto_update",
1126 "client",
1127 "editor",
1128 "gpui",
1129 "http_client",
1130 "markdown_preview",
1131 "menu",
1132 "release_channel",
1133 "serde",
1134 "serde_json",
1135 "smol",
1136 "util",
1137 "workspace",
1138]
1139
1140[[package]]
1141name = "autocfg"
1142version = "1.4.0"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1145
1146[[package]]
1147name = "av1-grain"
1148version = "0.2.3"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1151dependencies = [
1152 "anyhow",
1153 "arrayvec",
1154 "log",
1155 "nom",
1156 "num-rational",
1157 "v_frame",
1158]
1159
1160[[package]]
1161name = "avif-serialize"
1162version = "0.8.2"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1165dependencies = [
1166 "arrayvec",
1167]
1168
1169[[package]]
1170name = "aws-config"
1171version = "1.5.11"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "a5d1c2c88936a73c699225d0bc00684a534166b0cebc2659c3cdf08de8edc64c"
1174dependencies = [
1175 "aws-credential-types",
1176 "aws-runtime",
1177 "aws-sdk-sso",
1178 "aws-sdk-ssooidc",
1179 "aws-sdk-sts",
1180 "aws-smithy-async",
1181 "aws-smithy-http",
1182 "aws-smithy-json",
1183 "aws-smithy-runtime",
1184 "aws-smithy-runtime-api",
1185 "aws-smithy-types",
1186 "aws-types",
1187 "bytes 1.9.0",
1188 "fastrand 2.3.0",
1189 "hex",
1190 "http 0.2.12",
1191 "ring",
1192 "time",
1193 "tokio",
1194 "tracing",
1195 "url",
1196 "zeroize",
1197]
1198
1199[[package]]
1200name = "aws-credential-types"
1201version = "1.2.1"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1204dependencies = [
1205 "aws-smithy-async",
1206 "aws-smithy-runtime-api",
1207 "aws-smithy-types",
1208 "zeroize",
1209]
1210
1211[[package]]
1212name = "aws-runtime"
1213version = "1.5.1"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "300a12520b4e6d08b73f77680f12c16e8ae43250d55100e0b2be46d78da16a48"
1216dependencies = [
1217 "aws-credential-types",
1218 "aws-sigv4",
1219 "aws-smithy-async",
1220 "aws-smithy-eventstream",
1221 "aws-smithy-http",
1222 "aws-smithy-runtime",
1223 "aws-smithy-runtime-api",
1224 "aws-smithy-types",
1225 "aws-types",
1226 "bytes 1.9.0",
1227 "fastrand 2.3.0",
1228 "http 0.2.12",
1229 "http-body 0.4.6",
1230 "once_cell",
1231 "percent-encoding",
1232 "pin-project-lite",
1233 "tracing",
1234 "uuid",
1235]
1236
1237[[package]]
1238name = "aws-sdk-kinesis"
1239version = "1.53.0"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "cb367ea65d5a59b230d7e670ba59d68d1e51fc53802bf0219effafed21dca23f"
1242dependencies = [
1243 "aws-credential-types",
1244 "aws-runtime",
1245 "aws-smithy-async",
1246 "aws-smithy-http",
1247 "aws-smithy-json",
1248 "aws-smithy-runtime",
1249 "aws-smithy-runtime-api",
1250 "aws-smithy-types",
1251 "aws-types",
1252 "bytes 1.9.0",
1253 "http 0.2.12",
1254 "once_cell",
1255 "regex-lite",
1256 "tracing",
1257]
1258
1259[[package]]
1260name = "aws-sdk-s3"
1261version = "1.66.0"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "154488d16ab0d627d15ab2832b57e68a16684c8c902f14cb8a75ec933fc94852"
1264dependencies = [
1265 "aws-credential-types",
1266 "aws-runtime",
1267 "aws-sigv4",
1268 "aws-smithy-async",
1269 "aws-smithy-checksums",
1270 "aws-smithy-eventstream",
1271 "aws-smithy-http",
1272 "aws-smithy-json",
1273 "aws-smithy-runtime",
1274 "aws-smithy-runtime-api",
1275 "aws-smithy-types",
1276 "aws-smithy-xml",
1277 "aws-types",
1278 "bytes 1.9.0",
1279 "fastrand 2.3.0",
1280 "hex",
1281 "hmac",
1282 "http 0.2.12",
1283 "http-body 0.4.6",
1284 "lru",
1285 "once_cell",
1286 "percent-encoding",
1287 "regex-lite",
1288 "sha2",
1289 "tracing",
1290 "url",
1291]
1292
1293[[package]]
1294name = "aws-sdk-sso"
1295version = "1.51.0"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "74995133da38f109a0eb8e8c886f9e80c713b6e9f2e6e5a6a1ba4450ce2ffc46"
1298dependencies = [
1299 "aws-credential-types",
1300 "aws-runtime",
1301 "aws-smithy-async",
1302 "aws-smithy-http",
1303 "aws-smithy-json",
1304 "aws-smithy-runtime",
1305 "aws-smithy-runtime-api",
1306 "aws-smithy-types",
1307 "aws-types",
1308 "bytes 1.9.0",
1309 "http 0.2.12",
1310 "once_cell",
1311 "regex-lite",
1312 "tracing",
1313]
1314
1315[[package]]
1316name = "aws-sdk-ssooidc"
1317version = "1.52.0"
1318source = "registry+https://github.com/rust-lang/crates.io-index"
1319checksum = "e7062a779685cbf3b2401eb36151e2c6589fd5f3569b8a6bc2d199e5aaa1d059"
1320dependencies = [
1321 "aws-credential-types",
1322 "aws-runtime",
1323 "aws-smithy-async",
1324 "aws-smithy-http",
1325 "aws-smithy-json",
1326 "aws-smithy-runtime",
1327 "aws-smithy-runtime-api",
1328 "aws-smithy-types",
1329 "aws-types",
1330 "bytes 1.9.0",
1331 "http 0.2.12",
1332 "once_cell",
1333 "regex-lite",
1334 "tracing",
1335]
1336
1337[[package]]
1338name = "aws-sdk-sts"
1339version = "1.52.0"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "299dae7b1dc0ee50434453fa5a229dc4b22bd3ee50409ff16becf1f7346e0193"
1342dependencies = [
1343 "aws-credential-types",
1344 "aws-runtime",
1345 "aws-smithy-async",
1346 "aws-smithy-http",
1347 "aws-smithy-json",
1348 "aws-smithy-query",
1349 "aws-smithy-runtime",
1350 "aws-smithy-runtime-api",
1351 "aws-smithy-types",
1352 "aws-smithy-xml",
1353 "aws-types",
1354 "http 0.2.12",
1355 "once_cell",
1356 "regex-lite",
1357 "tracing",
1358]
1359
1360[[package]]
1361name = "aws-sigv4"
1362version = "1.2.6"
1363source = "registry+https://github.com/rust-lang/crates.io-index"
1364checksum = "7d3820e0c08d0737872ff3c7c1f21ebbb6693d832312d6152bf18ef50a5471c2"
1365dependencies = [
1366 "aws-credential-types",
1367 "aws-smithy-eventstream",
1368 "aws-smithy-http",
1369 "aws-smithy-runtime-api",
1370 "aws-smithy-types",
1371 "bytes 1.9.0",
1372 "crypto-bigint 0.5.5",
1373 "form_urlencoded",
1374 "hex",
1375 "hmac",
1376 "http 0.2.12",
1377 "http 1.2.0",
1378 "once_cell",
1379 "p256",
1380 "percent-encoding",
1381 "ring",
1382 "sha2",
1383 "subtle",
1384 "time",
1385 "tracing",
1386 "zeroize",
1387]
1388
1389[[package]]
1390name = "aws-smithy-async"
1391version = "1.2.2"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "8aa8ff1492fd9fb99ae28e8467af0dbbb7c31512b16fabf1a0f10d7bb6ef78bb"
1394dependencies = [
1395 "futures-util",
1396 "pin-project-lite",
1397 "tokio",
1398]
1399
1400[[package]]
1401name = "aws-smithy-checksums"
1402version = "0.60.13"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
1405dependencies = [
1406 "aws-smithy-http",
1407 "aws-smithy-types",
1408 "bytes 1.9.0",
1409 "crc32c",
1410 "crc32fast",
1411 "hex",
1412 "http 0.2.12",
1413 "http-body 0.4.6",
1414 "md-5",
1415 "pin-project-lite",
1416 "sha1",
1417 "sha2",
1418 "tracing",
1419]
1420
1421[[package]]
1422name = "aws-smithy-eventstream"
1423version = "0.60.5"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
1426dependencies = [
1427 "aws-smithy-types",
1428 "bytes 1.9.0",
1429 "crc32fast",
1430]
1431
1432[[package]]
1433name = "aws-smithy-http"
1434version = "0.60.11"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
1437dependencies = [
1438 "aws-smithy-eventstream",
1439 "aws-smithy-runtime-api",
1440 "aws-smithy-types",
1441 "bytes 1.9.0",
1442 "bytes-utils",
1443 "futures-core",
1444 "http 0.2.12",
1445 "http-body 0.4.6",
1446 "once_cell",
1447 "percent-encoding",
1448 "pin-project-lite",
1449 "pin-utils",
1450 "tracing",
1451]
1452
1453[[package]]
1454name = "aws-smithy-json"
1455version = "0.61.1"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "ee4e69cc50921eb913c6b662f8d909131bb3e6ad6cb6090d3a39b66fc5c52095"
1458dependencies = [
1459 "aws-smithy-types",
1460]
1461
1462[[package]]
1463name = "aws-smithy-query"
1464version = "0.60.7"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1467dependencies = [
1468 "aws-smithy-types",
1469 "urlencoding",
1470]
1471
1472[[package]]
1473name = "aws-smithy-runtime"
1474version = "1.7.5"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "431a10d0e07e09091284ef04453dae4069283aa108d209974d67e77ae1caa658"
1477dependencies = [
1478 "aws-smithy-async",
1479 "aws-smithy-http",
1480 "aws-smithy-runtime-api",
1481 "aws-smithy-types",
1482 "bytes 1.9.0",
1483 "fastrand 2.3.0",
1484 "h2 0.3.26",
1485 "http 0.2.12",
1486 "http-body 0.4.6",
1487 "http-body 1.0.1",
1488 "httparse",
1489 "hyper 0.14.32",
1490 "hyper-rustls 0.24.2",
1491 "once_cell",
1492 "pin-project-lite",
1493 "pin-utils",
1494 "rustls 0.21.12",
1495 "tokio",
1496 "tracing",
1497]
1498
1499[[package]]
1500name = "aws-smithy-runtime-api"
1501version = "1.7.3"
1502source = "registry+https://github.com/rust-lang/crates.io-index"
1503checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1504dependencies = [
1505 "aws-smithy-async",
1506 "aws-smithy-types",
1507 "bytes 1.9.0",
1508 "http 0.2.12",
1509 "http 1.2.0",
1510 "pin-project-lite",
1511 "tokio",
1512 "tracing",
1513 "zeroize",
1514]
1515
1516[[package]]
1517name = "aws-smithy-types"
1518version = "1.2.10"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "8ecbf4d5dfb169812e2b240a4350f15ad3c6b03a54074e5712818801615f2dc5"
1521dependencies = [
1522 "base64-simd",
1523 "bytes 1.9.0",
1524 "bytes-utils",
1525 "futures-core",
1526 "http 0.2.12",
1527 "http 1.2.0",
1528 "http-body 0.4.6",
1529 "http-body 1.0.1",
1530 "http-body-util",
1531 "itoa",
1532 "num-integer",
1533 "pin-project-lite",
1534 "pin-utils",
1535 "ryu",
1536 "serde",
1537 "time",
1538 "tokio",
1539 "tokio-util",
1540]
1541
1542[[package]]
1543name = "aws-smithy-xml"
1544version = "0.60.9"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1547dependencies = [
1548 "xmlparser",
1549]
1550
1551[[package]]
1552name = "aws-types"
1553version = "1.3.3"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1556dependencies = [
1557 "aws-credential-types",
1558 "aws-smithy-async",
1559 "aws-smithy-runtime-api",
1560 "aws-smithy-types",
1561 "rustc_version",
1562 "tracing",
1563]
1564
1565[[package]]
1566name = "axum"
1567version = "0.6.20"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1570dependencies = [
1571 "async-trait",
1572 "axum-core",
1573 "base64 0.21.7",
1574 "bitflags 1.3.2",
1575 "bytes 1.9.0",
1576 "futures-util",
1577 "headers",
1578 "http 0.2.12",
1579 "http-body 0.4.6",
1580 "hyper 0.14.32",
1581 "itoa",
1582 "matchit",
1583 "memchr",
1584 "mime",
1585 "percent-encoding",
1586 "pin-project-lite",
1587 "rustversion",
1588 "serde",
1589 "serde_json",
1590 "serde_path_to_error",
1591 "serde_urlencoded",
1592 "sha1",
1593 "sync_wrapper 0.1.2",
1594 "tokio",
1595 "tokio-tungstenite 0.20.1",
1596 "tower",
1597 "tower-layer",
1598 "tower-service",
1599]
1600
1601[[package]]
1602name = "axum-core"
1603version = "0.3.4"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1606dependencies = [
1607 "async-trait",
1608 "bytes 1.9.0",
1609 "futures-util",
1610 "http 0.2.12",
1611 "http-body 0.4.6",
1612 "mime",
1613 "rustversion",
1614 "tower-layer",
1615 "tower-service",
1616]
1617
1618[[package]]
1619name = "axum-extra"
1620version = "0.4.2"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1623dependencies = [
1624 "axum",
1625 "bytes 1.9.0",
1626 "futures-util",
1627 "http 0.2.12",
1628 "mime",
1629 "pin-project-lite",
1630 "serde",
1631 "serde_json",
1632 "tokio",
1633 "tower",
1634 "tower-http 0.3.5",
1635 "tower-layer",
1636 "tower-service",
1637]
1638
1639[[package]]
1640name = "backtrace"
1641version = "0.3.74"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1644dependencies = [
1645 "addr2line",
1646 "cfg-if",
1647 "libc",
1648 "miniz_oxide",
1649 "object",
1650 "rustc-demangle",
1651 "windows-targets 0.52.6",
1652]
1653
1654[[package]]
1655name = "base16ct"
1656version = "0.1.1"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1659
1660[[package]]
1661name = "base64"
1662version = "0.13.1"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1665
1666[[package]]
1667name = "base64"
1668version = "0.21.7"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1671
1672[[package]]
1673name = "base64"
1674version = "0.22.1"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1677
1678[[package]]
1679name = "base64-simd"
1680version = "0.8.0"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1683dependencies = [
1684 "outref",
1685 "vsimd",
1686]
1687
1688[[package]]
1689name = "base64ct"
1690version = "1.6.0"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1693
1694[[package]]
1695name = "bigdecimal"
1696version = "0.4.7"
1697source = "registry+https://github.com/rust-lang/crates.io-index"
1698checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1699dependencies = [
1700 "autocfg",
1701 "libm",
1702 "num-bigint",
1703 "num-integer",
1704 "num-traits",
1705 "serde",
1706]
1707
1708[[package]]
1709name = "bincode"
1710version = "1.3.3"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1713dependencies = [
1714 "serde",
1715]
1716
1717[[package]]
1718name = "bindgen"
1719version = "0.70.1"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1722dependencies = [
1723 "bitflags 2.6.0",
1724 "cexpr",
1725 "clang-sys",
1726 "itertools 0.13.0",
1727 "log",
1728 "prettyplease",
1729 "proc-macro2",
1730 "quote",
1731 "regex",
1732 "rustc-hash 1.1.0",
1733 "shlex",
1734 "syn 2.0.90",
1735]
1736
1737[[package]]
1738name = "bit-set"
1739version = "0.5.3"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1742dependencies = [
1743 "bit-vec 0.6.3",
1744]
1745
1746[[package]]
1747name = "bit-set"
1748version = "0.8.0"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1751dependencies = [
1752 "bit-vec 0.8.0",
1753]
1754
1755[[package]]
1756name = "bit-vec"
1757version = "0.6.3"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1760
1761[[package]]
1762name = "bit-vec"
1763version = "0.8.0"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1766
1767[[package]]
1768name = "bit_field"
1769version = "0.10.2"
1770source = "registry+https://github.com/rust-lang/crates.io-index"
1771checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1772
1773[[package]]
1774name = "bitflags"
1775version = "1.3.2"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1778
1779[[package]]
1780name = "bitflags"
1781version = "2.6.0"
1782source = "registry+https://github.com/rust-lang/crates.io-index"
1783checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1784dependencies = [
1785 "serde",
1786]
1787
1788[[package]]
1789name = "bitstream-io"
1790version = "2.6.0"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1793
1794[[package]]
1795name = "bitvec"
1796version = "1.0.1"
1797source = "registry+https://github.com/rust-lang/crates.io-index"
1798checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1799dependencies = [
1800 "funty",
1801 "radium",
1802 "tap",
1803 "wyz",
1804]
1805
1806[[package]]
1807name = "blade-graphics"
1808version = "0.6.0"
1809source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1810dependencies = [
1811 "ash",
1812 "ash-window",
1813 "bitflags 2.6.0",
1814 "bytemuck",
1815 "codespan-reporting",
1816 "glow",
1817 "gpu-alloc",
1818 "gpu-alloc-ash",
1819 "hidden-trait",
1820 "js-sys",
1821 "khronos-egl",
1822 "libloading",
1823 "log",
1824 "mint",
1825 "naga",
1826 "objc2",
1827 "objc2-app-kit",
1828 "objc2-foundation",
1829 "objc2-metal",
1830 "objc2-quartz-core",
1831 "objc2-ui-kit",
1832 "raw-window-handle",
1833 "slab",
1834 "wasm-bindgen",
1835 "web-sys",
1836]
1837
1838[[package]]
1839name = "blade-macros"
1840version = "0.3.0"
1841source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1842dependencies = [
1843 "proc-macro2",
1844 "quote",
1845 "syn 2.0.90",
1846]
1847
1848[[package]]
1849name = "blade-util"
1850version = "0.2.0"
1851source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1852dependencies = [
1853 "blade-graphics",
1854 "bytemuck",
1855 "log",
1856 "profiling",
1857]
1858
1859[[package]]
1860name = "blake3"
1861version = "1.5.5"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1864dependencies = [
1865 "arrayref",
1866 "arrayvec",
1867 "cc",
1868 "cfg-if",
1869 "constant_time_eq 0.3.1",
1870]
1871
1872[[package]]
1873name = "block"
1874version = "0.1.6"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1877
1878[[package]]
1879name = "block-buffer"
1880version = "0.10.4"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1883dependencies = [
1884 "generic-array",
1885]
1886
1887[[package]]
1888name = "block-padding"
1889version = "0.3.3"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1892dependencies = [
1893 "generic-array",
1894]
1895
1896[[package]]
1897name = "block2"
1898version = "0.5.1"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1901dependencies = [
1902 "objc2",
1903]
1904
1905[[package]]
1906name = "blocking"
1907version = "1.6.1"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1910dependencies = [
1911 "async-channel 2.3.1",
1912 "async-task",
1913 "futures-io",
1914 "futures-lite 2.5.0",
1915 "piper",
1916]
1917
1918[[package]]
1919name = "borsh"
1920version = "1.5.3"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1923dependencies = [
1924 "borsh-derive",
1925 "cfg_aliases 0.2.1",
1926]
1927
1928[[package]]
1929name = "borsh-derive"
1930version = "1.5.3"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1933dependencies = [
1934 "once_cell",
1935 "proc-macro-crate",
1936 "proc-macro2",
1937 "quote",
1938 "syn 2.0.90",
1939]
1940
1941[[package]]
1942name = "breadcrumbs"
1943version = "0.1.0"
1944dependencies = [
1945 "editor",
1946 "gpui",
1947 "itertools 0.13.0",
1948 "outline",
1949 "theme",
1950 "ui",
1951 "workspace",
1952]
1953
1954[[package]]
1955name = "bstr"
1956version = "1.11.1"
1957source = "registry+https://github.com/rust-lang/crates.io-index"
1958checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1959dependencies = [
1960 "memchr",
1961 "regex-automata 0.4.9",
1962 "serde",
1963]
1964
1965[[package]]
1966name = "built"
1967version = "0.7.5"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
1970
1971[[package]]
1972name = "bumpalo"
1973version = "3.16.0"
1974source = "registry+https://github.com/rust-lang/crates.io-index"
1975checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1976
1977[[package]]
1978name = "by_address"
1979version = "1.2.1"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1982
1983[[package]]
1984name = "bytecheck"
1985version = "0.6.12"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1988dependencies = [
1989 "bytecheck_derive",
1990 "ptr_meta",
1991 "simdutf8",
1992]
1993
1994[[package]]
1995name = "bytecheck_derive"
1996version = "0.6.12"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1999dependencies = [
2000 "proc-macro2",
2001 "quote",
2002 "syn 1.0.109",
2003]
2004
2005[[package]]
2006name = "bytemuck"
2007version = "1.20.0"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a"
2010dependencies = [
2011 "bytemuck_derive",
2012]
2013
2014[[package]]
2015name = "bytemuck_derive"
2016version = "1.8.0"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2019dependencies = [
2020 "proc-macro2",
2021 "quote",
2022 "syn 2.0.90",
2023]
2024
2025[[package]]
2026name = "byteorder"
2027version = "1.5.0"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2030
2031[[package]]
2032name = "byteorder-lite"
2033version = "0.1.0"
2034source = "registry+https://github.com/rust-lang/crates.io-index"
2035checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2036
2037[[package]]
2038name = "bytes"
2039version = "0.4.12"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2042dependencies = [
2043 "byteorder",
2044 "iovec",
2045]
2046
2047[[package]]
2048name = "bytes"
2049version = "1.9.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2052
2053[[package]]
2054name = "bytes-utils"
2055version = "0.1.4"
2056source = "registry+https://github.com/rust-lang/crates.io-index"
2057checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2058dependencies = [
2059 "bytes 1.9.0",
2060 "either",
2061]
2062
2063[[package]]
2064name = "bzip2"
2065version = "0.4.4"
2066source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2068dependencies = [
2069 "bzip2-sys",
2070 "libc",
2071]
2072
2073[[package]]
2074name = "bzip2-sys"
2075version = "0.1.11+1.0.8"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2078dependencies = [
2079 "cc",
2080 "libc",
2081 "pkg-config",
2082]
2083
2084[[package]]
2085name = "call"
2086version = "0.1.0"
2087dependencies = [
2088 "anyhow",
2089 "audio",
2090 "client",
2091 "collections",
2092 "feature_flags",
2093 "fs",
2094 "futures 0.3.31",
2095 "gpui",
2096 "http_client",
2097 "language",
2098 "livekit_client",
2099 "livekit_client_macos",
2100 "log",
2101 "postage",
2102 "project",
2103 "schemars",
2104 "serde",
2105 "serde_derive",
2106 "settings",
2107 "telemetry",
2108 "util",
2109]
2110
2111[[package]]
2112name = "calloop"
2113version = "0.13.0"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2116dependencies = [
2117 "bitflags 2.6.0",
2118 "log",
2119 "polling 3.7.4",
2120 "rustix 0.38.42",
2121 "slab",
2122 "thiserror 1.0.69",
2123]
2124
2125[[package]]
2126name = "calloop-wayland-source"
2127version = "0.3.0"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2130dependencies = [
2131 "calloop",
2132 "rustix 0.38.42",
2133 "wayland-backend",
2134 "wayland-client",
2135]
2136
2137[[package]]
2138name = "camino"
2139version = "1.1.9"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2142dependencies = [
2143 "serde",
2144]
2145
2146[[package]]
2147name = "cap-fs-ext"
2148version = "3.4.2"
2149source = "registry+https://github.com/rust-lang/crates.io-index"
2150checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2151dependencies = [
2152 "cap-primitives",
2153 "cap-std",
2154 "io-lifetimes 2.0.4",
2155 "windows-sys 0.52.0",
2156]
2157
2158[[package]]
2159name = "cap-net-ext"
2160version = "3.4.2"
2161source = "registry+https://github.com/rust-lang/crates.io-index"
2162checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2163dependencies = [
2164 "cap-primitives",
2165 "cap-std",
2166 "rustix 0.38.42",
2167 "smallvec",
2168]
2169
2170[[package]]
2171name = "cap-primitives"
2172version = "3.4.2"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2175dependencies = [
2176 "ambient-authority",
2177 "fs-set-times",
2178 "io-extras",
2179 "io-lifetimes 2.0.4",
2180 "ipnet",
2181 "maybe-owned",
2182 "rustix 0.38.42",
2183 "windows-sys 0.52.0",
2184 "winx",
2185]
2186
2187[[package]]
2188name = "cap-rand"
2189version = "3.4.2"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2192dependencies = [
2193 "ambient-authority",
2194 "rand 0.8.5",
2195]
2196
2197[[package]]
2198name = "cap-std"
2199version = "3.4.2"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2202dependencies = [
2203 "cap-primitives",
2204 "io-extras",
2205 "io-lifetimes 2.0.4",
2206 "rustix 0.38.42",
2207]
2208
2209[[package]]
2210name = "cap-time-ext"
2211version = "3.4.2"
2212source = "registry+https://github.com/rust-lang/crates.io-index"
2213checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2214dependencies = [
2215 "ambient-authority",
2216 "cap-primitives",
2217 "iana-time-zone",
2218 "once_cell",
2219 "rustix 0.38.42",
2220 "winx",
2221]
2222
2223[[package]]
2224name = "cargo-platform"
2225version = "0.1.9"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2228dependencies = [
2229 "serde",
2230]
2231
2232[[package]]
2233name = "cargo_metadata"
2234version = "0.19.1"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2237dependencies = [
2238 "camino",
2239 "cargo-platform",
2240 "semver",
2241 "serde",
2242 "serde_json",
2243 "thiserror 2.0.6",
2244]
2245
2246[[package]]
2247name = "cargo_toml"
2248version = "0.21.0"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2251dependencies = [
2252 "serde",
2253 "toml 0.8.19",
2254]
2255
2256[[package]]
2257name = "cast"
2258version = "0.3.0"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2261
2262[[package]]
2263name = "cbc"
2264version = "0.1.2"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2267dependencies = [
2268 "cipher",
2269]
2270
2271[[package]]
2272name = "cbindgen"
2273version = "0.27.0"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2276dependencies = [
2277 "heck 0.4.1",
2278 "indexmap 2.7.0",
2279 "log",
2280 "proc-macro2",
2281 "quote",
2282 "serde",
2283 "serde_json",
2284 "syn 2.0.90",
2285 "tempfile",
2286 "toml 0.8.19",
2287]
2288
2289[[package]]
2290name = "cc"
2291version = "1.2.3"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2294dependencies = [
2295 "jobserver",
2296 "libc",
2297 "shlex",
2298]
2299
2300[[package]]
2301name = "cesu8"
2302version = "1.1.0"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2305
2306[[package]]
2307name = "cexpr"
2308version = "0.6.0"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2311dependencies = [
2312 "nom",
2313]
2314
2315[[package]]
2316name = "cfg-expr"
2317version = "0.15.8"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2320dependencies = [
2321 "smallvec",
2322 "target-lexicon",
2323]
2324
2325[[package]]
2326name = "cfg-if"
2327version = "1.0.0"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2330
2331[[package]]
2332name = "cfg_aliases"
2333version = "0.1.1"
2334source = "registry+https://github.com/rust-lang/crates.io-index"
2335checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2336
2337[[package]]
2338name = "cfg_aliases"
2339version = "0.2.1"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2342
2343[[package]]
2344name = "channel"
2345version = "0.1.0"
2346dependencies = [
2347 "anyhow",
2348 "client",
2349 "clock",
2350 "collections",
2351 "futures 0.3.31",
2352 "gpui",
2353 "http_client",
2354 "language",
2355 "log",
2356 "rand 0.8.5",
2357 "release_channel",
2358 "rpc",
2359 "settings",
2360 "sum_tree",
2361 "text",
2362 "time",
2363 "util",
2364]
2365
2366[[package]]
2367name = "chrono"
2368version = "0.4.39"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2371dependencies = [
2372 "android-tzdata",
2373 "iana-time-zone",
2374 "js-sys",
2375 "num-traits",
2376 "serde",
2377 "wasm-bindgen",
2378 "windows-targets 0.52.6",
2379]
2380
2381[[package]]
2382name = "chunked_transfer"
2383version = "1.5.0"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2386
2387[[package]]
2388name = "ciborium"
2389version = "0.2.2"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2392dependencies = [
2393 "ciborium-io",
2394 "ciborium-ll",
2395 "serde",
2396]
2397
2398[[package]]
2399name = "ciborium-io"
2400version = "0.2.2"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2403
2404[[package]]
2405name = "ciborium-ll"
2406version = "0.2.2"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2409dependencies = [
2410 "ciborium-io",
2411 "half",
2412]
2413
2414[[package]]
2415name = "cipher"
2416version = "0.4.4"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2419dependencies = [
2420 "crypto-common",
2421 "inout",
2422 "zeroize",
2423]
2424
2425[[package]]
2426name = "clang-sys"
2427version = "1.8.1"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2430dependencies = [
2431 "glob",
2432 "libc",
2433 "libloading",
2434]
2435
2436[[package]]
2437name = "clap"
2438version = "4.5.23"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2441dependencies = [
2442 "clap_builder",
2443 "clap_derive",
2444]
2445
2446[[package]]
2447name = "clap_builder"
2448version = "4.5.23"
2449source = "registry+https://github.com/rust-lang/crates.io-index"
2450checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2451dependencies = [
2452 "anstream",
2453 "anstyle",
2454 "clap_lex",
2455 "strsim",
2456 "terminal_size",
2457]
2458
2459[[package]]
2460name = "clap_complete"
2461version = "4.5.38"
2462source = "registry+https://github.com/rust-lang/crates.io-index"
2463checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2464dependencies = [
2465 "clap",
2466]
2467
2468[[package]]
2469name = "clap_derive"
2470version = "4.5.18"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2473dependencies = [
2474 "heck 0.5.0",
2475 "proc-macro2",
2476 "quote",
2477 "syn 2.0.90",
2478]
2479
2480[[package]]
2481name = "clap_lex"
2482version = "0.7.4"
2483source = "registry+https://github.com/rust-lang/crates.io-index"
2484checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2485
2486[[package]]
2487name = "cli"
2488version = "0.1.0"
2489dependencies = [
2490 "anyhow",
2491 "clap",
2492 "collections",
2493 "core-foundation 0.9.4",
2494 "core-services",
2495 "exec",
2496 "fork",
2497 "ipc-channel",
2498 "parking_lot",
2499 "paths",
2500 "plist",
2501 "release_channel",
2502 "serde",
2503 "tempfile",
2504 "util",
2505]
2506
2507[[package]]
2508name = "client"
2509version = "0.1.0"
2510dependencies = [
2511 "anyhow",
2512 "async-native-tls",
2513 "async-recursion 0.3.2",
2514 "async-tungstenite 0.28.2",
2515 "chrono",
2516 "clock",
2517 "cocoa 0.26.0",
2518 "collections",
2519 "feature_flags",
2520 "futures 0.3.31",
2521 "gpui",
2522 "http_client",
2523 "log",
2524 "parking_lot",
2525 "paths",
2526 "postage",
2527 "rand 0.8.5",
2528 "release_channel",
2529 "rpc",
2530 "rustls 0.21.12",
2531 "rustls-native-certs 0.8.1",
2532 "schemars",
2533 "serde",
2534 "serde_json",
2535 "settings",
2536 "sha2",
2537 "smol",
2538 "telemetry",
2539 "telemetry_events",
2540 "text",
2541 "thiserror 1.0.69",
2542 "time",
2543 "tiny_http",
2544 "tokio-socks",
2545 "url",
2546 "util",
2547 "windows 0.58.0",
2548 "worktree",
2549]
2550
2551[[package]]
2552name = "clock"
2553version = "0.1.0"
2554dependencies = [
2555 "parking_lot",
2556 "serde",
2557 "smallvec",
2558]
2559
2560[[package]]
2561name = "cobs"
2562version = "0.2.3"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2565
2566[[package]]
2567name = "cocoa"
2568version = "0.25.0"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2571dependencies = [
2572 "bitflags 1.3.2",
2573 "block",
2574 "cocoa-foundation 0.1.2",
2575 "core-foundation 0.9.4",
2576 "core-graphics 0.23.2",
2577 "foreign-types 0.5.0",
2578 "libc",
2579 "objc",
2580]
2581
2582[[package]]
2583name = "cocoa"
2584version = "0.26.0"
2585source = "registry+https://github.com/rust-lang/crates.io-index"
2586checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2587dependencies = [
2588 "bitflags 2.6.0",
2589 "block",
2590 "cocoa-foundation 0.2.0",
2591 "core-foundation 0.10.0",
2592 "core-graphics 0.24.0",
2593 "foreign-types 0.5.0",
2594 "libc",
2595 "objc",
2596]
2597
2598[[package]]
2599name = "cocoa-foundation"
2600version = "0.1.2"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2603dependencies = [
2604 "bitflags 1.3.2",
2605 "block",
2606 "core-foundation 0.9.4",
2607 "core-graphics-types 0.1.3",
2608 "libc",
2609 "objc",
2610]
2611
2612[[package]]
2613name = "cocoa-foundation"
2614version = "0.2.0"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2617dependencies = [
2618 "bitflags 2.6.0",
2619 "block",
2620 "core-foundation 0.10.0",
2621 "core-graphics-types 0.2.0",
2622 "libc",
2623 "objc",
2624]
2625
2626[[package]]
2627name = "codespan-reporting"
2628version = "0.11.1"
2629source = "registry+https://github.com/rust-lang/crates.io-index"
2630checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2631dependencies = [
2632 "termcolor",
2633 "unicode-width",
2634]
2635
2636[[package]]
2637name = "collab"
2638version = "0.44.0"
2639dependencies = [
2640 "anthropic",
2641 "anyhow",
2642 "assistant",
2643 "assistant_tool",
2644 "async-stripe",
2645 "async-trait",
2646 "async-tungstenite 0.28.2",
2647 "audio",
2648 "aws-config",
2649 "aws-sdk-kinesis",
2650 "aws-sdk-s3",
2651 "axum",
2652 "axum-extra",
2653 "base64 0.22.1",
2654 "call",
2655 "channel",
2656 "chrono",
2657 "client",
2658 "clock",
2659 "collab_ui",
2660 "collections",
2661 "context_server",
2662 "ctor",
2663 "dashmap 6.1.0",
2664 "derive_more",
2665 "editor",
2666 "env_logger 0.11.6",
2667 "envy",
2668 "extension",
2669 "file_finder",
2670 "fs",
2671 "futures 0.3.31",
2672 "git",
2673 "git_hosting_providers",
2674 "google_ai",
2675 "gpui",
2676 "hex",
2677 "http_client",
2678 "hyper 0.14.32",
2679 "indoc",
2680 "jsonwebtoken",
2681 "language",
2682 "language_model",
2683 "livekit_client",
2684 "livekit_client_macos",
2685 "livekit_server",
2686 "log",
2687 "lsp",
2688 "menu",
2689 "multi_buffer",
2690 "nanoid",
2691 "node_runtime",
2692 "notifications",
2693 "open_ai",
2694 "parking_lot",
2695 "pretty_assertions",
2696 "project",
2697 "prometheus",
2698 "prost 0.9.0",
2699 "rand 0.8.5",
2700 "recent_projects",
2701 "release_channel",
2702 "remote",
2703 "remote_server",
2704 "reqwest 0.11.27",
2705 "reqwest_client",
2706 "rpc",
2707 "rustc-demangle",
2708 "scrypt",
2709 "sea-orm",
2710 "semantic_version",
2711 "semver",
2712 "serde",
2713 "serde_derive",
2714 "serde_json",
2715 "session",
2716 "settings",
2717 "sha2",
2718 "sqlx",
2719 "strum 0.25.0",
2720 "subtle",
2721 "supermaven_api",
2722 "telemetry_events",
2723 "text",
2724 "theme",
2725 "thiserror 1.0.69",
2726 "time",
2727 "tokio",
2728 "toml 0.8.19",
2729 "tower",
2730 "tower-http 0.4.4",
2731 "tracing",
2732 "tracing-subscriber",
2733 "unindent",
2734 "util",
2735 "uuid",
2736 "workspace",
2737 "worktree",
2738]
2739
2740[[package]]
2741name = "collab_ui"
2742version = "0.1.0"
2743dependencies = [
2744 "anyhow",
2745 "call",
2746 "channel",
2747 "chrono",
2748 "client",
2749 "collections",
2750 "db",
2751 "editor",
2752 "emojis",
2753 "futures 0.3.31",
2754 "fuzzy",
2755 "gpui",
2756 "http_client",
2757 "language",
2758 "menu",
2759 "notifications",
2760 "picker",
2761 "pretty_assertions",
2762 "project",
2763 "release_channel",
2764 "rich_text",
2765 "rpc",
2766 "schemars",
2767 "serde",
2768 "serde_derive",
2769 "serde_json",
2770 "settings",
2771 "smallvec",
2772 "story",
2773 "telemetry",
2774 "theme",
2775 "time",
2776 "time_format",
2777 "title_bar",
2778 "tree-sitter-md",
2779 "ui",
2780 "util",
2781 "workspace",
2782]
2783
2784[[package]]
2785name = "collections"
2786version = "0.1.0"
2787dependencies = [
2788 "rustc-hash 1.1.0",
2789]
2790
2791[[package]]
2792name = "color_quant"
2793version = "1.1.0"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2796
2797[[package]]
2798name = "colorchoice"
2799version = "1.0.3"
2800source = "registry+https://github.com/rust-lang/crates.io-index"
2801checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2802
2803[[package]]
2804name = "combine"
2805version = "4.6.7"
2806source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2808dependencies = [
2809 "bytes 1.9.0",
2810 "memchr",
2811]
2812
2813[[package]]
2814name = "command_palette"
2815version = "0.1.0"
2816dependencies = [
2817 "client",
2818 "collections",
2819 "command_palette_hooks",
2820 "ctor",
2821 "editor",
2822 "env_logger 0.11.6",
2823 "fuzzy",
2824 "go_to_line",
2825 "gpui",
2826 "language",
2827 "menu",
2828 "picker",
2829 "postage",
2830 "project",
2831 "serde",
2832 "serde_json",
2833 "settings",
2834 "telemetry",
2835 "theme",
2836 "ui",
2837 "util",
2838 "workspace",
2839 "zed_actions",
2840]
2841
2842[[package]]
2843name = "command_palette_hooks"
2844version = "0.1.0"
2845dependencies = [
2846 "collections",
2847 "derive_more",
2848 "gpui",
2849]
2850
2851[[package]]
2852name = "concurrent-queue"
2853version = "2.5.0"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2856dependencies = [
2857 "crossbeam-utils",
2858]
2859
2860[[package]]
2861name = "console"
2862version = "0.15.8"
2863source = "registry+https://github.com/rust-lang/crates.io-index"
2864checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2865dependencies = [
2866 "encode_unicode",
2867 "lazy_static",
2868 "libc",
2869 "unicode-width",
2870 "windows-sys 0.52.0",
2871]
2872
2873[[package]]
2874name = "const-oid"
2875version = "0.9.6"
2876source = "registry+https://github.com/rust-lang/crates.io-index"
2877checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2878
2879[[package]]
2880name = "const-random"
2881version = "0.1.18"
2882source = "registry+https://github.com/rust-lang/crates.io-index"
2883checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2884dependencies = [
2885 "const-random-macro",
2886]
2887
2888[[package]]
2889name = "const-random-macro"
2890version = "0.1.16"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2893dependencies = [
2894 "getrandom 0.2.15",
2895 "once_cell",
2896 "tiny-keccak",
2897]
2898
2899[[package]]
2900name = "constant_time_eq"
2901version = "0.1.5"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2904
2905[[package]]
2906name = "constant_time_eq"
2907version = "0.3.1"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2910
2911[[package]]
2912name = "context_server"
2913version = "0.1.0"
2914dependencies = [
2915 "anyhow",
2916 "assistant_tool",
2917 "collections",
2918 "command_palette_hooks",
2919 "context_server_settings",
2920 "extension",
2921 "futures 0.3.31",
2922 "gpui",
2923 "log",
2924 "parking_lot",
2925 "postage",
2926 "project",
2927 "serde",
2928 "serde_json",
2929 "settings",
2930 "smol",
2931 "ui",
2932 "url",
2933 "util",
2934 "workspace",
2935]
2936
2937[[package]]
2938name = "context_server_settings"
2939version = "0.1.0"
2940dependencies = [
2941 "anyhow",
2942 "collections",
2943 "gpui",
2944 "schemars",
2945 "serde",
2946 "serde_json",
2947 "settings",
2948]
2949
2950[[package]]
2951name = "convert_case"
2952version = "0.4.0"
2953source = "registry+https://github.com/rust-lang/crates.io-index"
2954checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2955
2956[[package]]
2957name = "convert_case"
2958version = "0.6.0"
2959source = "registry+https://github.com/rust-lang/crates.io-index"
2960checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2961dependencies = [
2962 "unicode-segmentation",
2963]
2964
2965[[package]]
2966name = "copilot"
2967version = "0.1.0"
2968dependencies = [
2969 "anyhow",
2970 "async-compression",
2971 "async-std",
2972 "async-tar",
2973 "chrono",
2974 "client",
2975 "clock",
2976 "collections",
2977 "command_palette_hooks",
2978 "editor",
2979 "fs",
2980 "futures 0.3.31",
2981 "gpui",
2982 "http_client",
2983 "indoc",
2984 "inline_completion",
2985 "language",
2986 "lsp",
2987 "menu",
2988 "node_runtime",
2989 "parking_lot",
2990 "paths",
2991 "project",
2992 "rpc",
2993 "schemars",
2994 "serde",
2995 "serde_json",
2996 "settings",
2997 "smol",
2998 "strum 0.25.0",
2999 "task",
3000 "theme",
3001 "ui",
3002 "util",
3003 "workspace",
3004]
3005
3006[[package]]
3007name = "core-foundation"
3008version = "0.9.4"
3009source = "registry+https://github.com/rust-lang/crates.io-index"
3010checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3011dependencies = [
3012 "core-foundation-sys",
3013 "libc",
3014]
3015
3016[[package]]
3017name = "core-foundation"
3018version = "0.10.0"
3019source = "registry+https://github.com/rust-lang/crates.io-index"
3020checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3021dependencies = [
3022 "core-foundation-sys",
3023 "libc",
3024]
3025
3026[[package]]
3027name = "core-foundation-sys"
3028version = "0.8.7"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
3030checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3031
3032[[package]]
3033name = "core-graphics"
3034version = "0.23.2"
3035source = "registry+https://github.com/rust-lang/crates.io-index"
3036checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3037dependencies = [
3038 "bitflags 1.3.2",
3039 "core-foundation 0.9.4",
3040 "core-graphics-types 0.1.3",
3041 "foreign-types 0.5.0",
3042 "libc",
3043]
3044
3045[[package]]
3046name = "core-graphics"
3047version = "0.24.0"
3048source = "registry+https://github.com/rust-lang/crates.io-index"
3049checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3050dependencies = [
3051 "bitflags 2.6.0",
3052 "core-foundation 0.10.0",
3053 "core-graphics-types 0.2.0",
3054 "foreign-types 0.5.0",
3055 "libc",
3056]
3057
3058[[package]]
3059name = "core-graphics-types"
3060version = "0.1.3"
3061source = "registry+https://github.com/rust-lang/crates.io-index"
3062checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3063dependencies = [
3064 "bitflags 1.3.2",
3065 "core-foundation 0.9.4",
3066 "libc",
3067]
3068
3069[[package]]
3070name = "core-graphics-types"
3071version = "0.2.0"
3072source = "registry+https://github.com/rust-lang/crates.io-index"
3073checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3074dependencies = [
3075 "bitflags 2.6.0",
3076 "core-foundation 0.10.0",
3077 "libc",
3078]
3079
3080[[package]]
3081name = "core-services"
3082version = "0.2.1"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3085dependencies = [
3086 "core-foundation 0.9.4",
3087]
3088
3089[[package]]
3090name = "core-text"
3091version = "20.1.0"
3092source = "registry+https://github.com/rust-lang/crates.io-index"
3093checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3094dependencies = [
3095 "core-foundation 0.9.4",
3096 "core-graphics 0.23.2",
3097 "foreign-types 0.5.0",
3098 "libc",
3099]
3100
3101[[package]]
3102name = "coreaudio-rs"
3103version = "0.11.3"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3106dependencies = [
3107 "bitflags 1.3.2",
3108 "core-foundation-sys",
3109 "coreaudio-sys",
3110]
3111
3112[[package]]
3113name = "coreaudio-rs"
3114version = "0.12.1"
3115source = "registry+https://github.com/rust-lang/crates.io-index"
3116checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3117dependencies = [
3118 "bitflags 1.3.2",
3119 "core-foundation-sys",
3120 "coreaudio-sys",
3121]
3122
3123[[package]]
3124name = "coreaudio-sys"
3125version = "0.2.16"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3128dependencies = [
3129 "bindgen",
3130]
3131
3132[[package]]
3133name = "cosmic-text"
3134version = "0.11.2"
3135source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3136dependencies = [
3137 "bitflags 2.6.0",
3138 "fontdb",
3139 "log",
3140 "rangemap",
3141 "rayon",
3142 "rustc-hash 1.1.0",
3143 "rustybuzz",
3144 "self_cell",
3145 "swash",
3146 "sys-locale",
3147 "ttf-parser",
3148 "unicode-bidi",
3149 "unicode-linebreak",
3150 "unicode-script",
3151 "unicode-segmentation",
3152]
3153
3154[[package]]
3155name = "cpal"
3156version = "0.15.3"
3157source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3158dependencies = [
3159 "alsa",
3160 "core-foundation-sys",
3161 "coreaudio-rs 0.11.3",
3162 "dasp_sample",
3163 "jni",
3164 "js-sys",
3165 "libc",
3166 "mach2",
3167 "ndk",
3168 "ndk-context",
3169 "oboe",
3170 "wasm-bindgen",
3171 "wasm-bindgen-futures",
3172 "web-sys",
3173 "windows 0.54.0",
3174]
3175
3176[[package]]
3177name = "cpp_demangle"
3178version = "0.4.4"
3179source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3181dependencies = [
3182 "cfg-if",
3183]
3184
3185[[package]]
3186name = "cpufeatures"
3187version = "0.2.16"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3190dependencies = [
3191 "libc",
3192]
3193
3194[[package]]
3195name = "cranelift-bforest"
3196version = "0.111.2"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3199dependencies = [
3200 "cranelift-entity",
3201]
3202
3203[[package]]
3204name = "cranelift-bitset"
3205version = "0.111.2"
3206source = "registry+https://github.com/rust-lang/crates.io-index"
3207checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3208dependencies = [
3209 "serde",
3210 "serde_derive",
3211]
3212
3213[[package]]
3214name = "cranelift-codegen"
3215version = "0.111.2"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3218dependencies = [
3219 "bumpalo",
3220 "cranelift-bforest",
3221 "cranelift-bitset",
3222 "cranelift-codegen-meta",
3223 "cranelift-codegen-shared",
3224 "cranelift-control",
3225 "cranelift-entity",
3226 "cranelift-isle",
3227 "gimli 0.29.0",
3228 "hashbrown 0.14.5",
3229 "log",
3230 "regalloc2",
3231 "rustc-hash 1.1.0",
3232 "smallvec",
3233 "target-lexicon",
3234]
3235
3236[[package]]
3237name = "cranelift-codegen-meta"
3238version = "0.111.2"
3239source = "registry+https://github.com/rust-lang/crates.io-index"
3240checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3241dependencies = [
3242 "cranelift-codegen-shared",
3243]
3244
3245[[package]]
3246name = "cranelift-codegen-shared"
3247version = "0.111.2"
3248source = "registry+https://github.com/rust-lang/crates.io-index"
3249checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3250
3251[[package]]
3252name = "cranelift-control"
3253version = "0.111.2"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3256dependencies = [
3257 "arbitrary",
3258]
3259
3260[[package]]
3261name = "cranelift-entity"
3262version = "0.111.2"
3263source = "registry+https://github.com/rust-lang/crates.io-index"
3264checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3265dependencies = [
3266 "cranelift-bitset",
3267 "serde",
3268 "serde_derive",
3269]
3270
3271[[package]]
3272name = "cranelift-frontend"
3273version = "0.111.2"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3276dependencies = [
3277 "cranelift-codegen",
3278 "log",
3279 "smallvec",
3280 "target-lexicon",
3281]
3282
3283[[package]]
3284name = "cranelift-isle"
3285version = "0.111.2"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3288
3289[[package]]
3290name = "cranelift-native"
3291version = "0.111.2"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3294dependencies = [
3295 "cranelift-codegen",
3296 "libc",
3297 "target-lexicon",
3298]
3299
3300[[package]]
3301name = "cranelift-wasm"
3302version = "0.111.2"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3305dependencies = [
3306 "cranelift-codegen",
3307 "cranelift-entity",
3308 "cranelift-frontend",
3309 "itertools 0.12.1",
3310 "log",
3311 "smallvec",
3312 "wasmparser 0.215.0",
3313 "wasmtime-types",
3314]
3315
3316[[package]]
3317name = "crc"
3318version = "3.2.1"
3319source = "registry+https://github.com/rust-lang/crates.io-index"
3320checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3321dependencies = [
3322 "crc-catalog",
3323]
3324
3325[[package]]
3326name = "crc-catalog"
3327version = "2.4.0"
3328source = "registry+https://github.com/rust-lang/crates.io-index"
3329checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3330
3331[[package]]
3332name = "crc32c"
3333version = "0.6.8"
3334source = "registry+https://github.com/rust-lang/crates.io-index"
3335checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3336dependencies = [
3337 "rustc_version",
3338]
3339
3340[[package]]
3341name = "crc32fast"
3342version = "1.4.2"
3343source = "registry+https://github.com/rust-lang/crates.io-index"
3344checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3345dependencies = [
3346 "cfg-if",
3347]
3348
3349[[package]]
3350name = "criterion"
3351version = "0.5.1"
3352source = "registry+https://github.com/rust-lang/crates.io-index"
3353checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3354dependencies = [
3355 "anes",
3356 "cast",
3357 "ciborium",
3358 "clap",
3359 "criterion-plot",
3360 "is-terminal",
3361 "itertools 0.10.5",
3362 "num-traits",
3363 "once_cell",
3364 "oorandom",
3365 "plotters",
3366 "rayon",
3367 "regex",
3368 "serde",
3369 "serde_derive",
3370 "serde_json",
3371 "tinytemplate",
3372 "walkdir",
3373]
3374
3375[[package]]
3376name = "criterion-plot"
3377version = "0.5.0"
3378source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3380dependencies = [
3381 "cast",
3382 "itertools 0.10.5",
3383]
3384
3385[[package]]
3386name = "crossbeam-channel"
3387version = "0.5.13"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3390dependencies = [
3391 "crossbeam-utils",
3392]
3393
3394[[package]]
3395name = "crossbeam-deque"
3396version = "0.8.5"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3399dependencies = [
3400 "crossbeam-epoch",
3401 "crossbeam-utils",
3402]
3403
3404[[package]]
3405name = "crossbeam-epoch"
3406version = "0.9.18"
3407source = "registry+https://github.com/rust-lang/crates.io-index"
3408checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3409dependencies = [
3410 "crossbeam-utils",
3411]
3412
3413[[package]]
3414name = "crossbeam-queue"
3415version = "0.3.11"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3418dependencies = [
3419 "crossbeam-utils",
3420]
3421
3422[[package]]
3423name = "crossbeam-utils"
3424version = "0.8.20"
3425source = "registry+https://github.com/rust-lang/crates.io-index"
3426checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3427
3428[[package]]
3429name = "crunchy"
3430version = "0.2.2"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3433
3434[[package]]
3435name = "crypto-bigint"
3436version = "0.4.9"
3437source = "registry+https://github.com/rust-lang/crates.io-index"
3438checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3439dependencies = [
3440 "generic-array",
3441 "rand_core 0.6.4",
3442 "subtle",
3443 "zeroize",
3444]
3445
3446[[package]]
3447name = "crypto-bigint"
3448version = "0.5.5"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3451dependencies = [
3452 "rand_core 0.6.4",
3453 "subtle",
3454]
3455
3456[[package]]
3457name = "crypto-common"
3458version = "0.1.6"
3459source = "registry+https://github.com/rust-lang/crates.io-index"
3460checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3461dependencies = [
3462 "generic-array",
3463 "rand_core 0.6.4",
3464 "typenum",
3465]
3466
3467[[package]]
3468name = "ctor"
3469version = "0.2.9"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3472dependencies = [
3473 "quote",
3474 "syn 2.0.90",
3475]
3476
3477[[package]]
3478name = "ctrlc"
3479version = "3.4.5"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3482dependencies = [
3483 "nix",
3484 "windows-sys 0.59.0",
3485]
3486
3487[[package]]
3488name = "cursor-icon"
3489version = "1.1.0"
3490source = "registry+https://github.com/rust-lang/crates.io-index"
3491checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3492
3493[[package]]
3494name = "cxx"
3495version = "1.0.134"
3496source = "registry+https://github.com/rust-lang/crates.io-index"
3497checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3498dependencies = [
3499 "cc",
3500 "cxxbridge-cmd",
3501 "cxxbridge-flags",
3502 "cxxbridge-macro",
3503 "foldhash",
3504 "link-cplusplus",
3505]
3506
3507[[package]]
3508name = "cxx-build"
3509version = "1.0.134"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3512dependencies = [
3513 "cc",
3514 "codespan-reporting",
3515 "proc-macro2",
3516 "quote",
3517 "scratch",
3518 "syn 2.0.90",
3519]
3520
3521[[package]]
3522name = "cxxbridge-cmd"
3523version = "1.0.134"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3526dependencies = [
3527 "clap",
3528 "codespan-reporting",
3529 "proc-macro2",
3530 "quote",
3531 "syn 2.0.90",
3532]
3533
3534[[package]]
3535name = "cxxbridge-flags"
3536version = "1.0.134"
3537source = "registry+https://github.com/rust-lang/crates.io-index"
3538checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3539
3540[[package]]
3541name = "cxxbridge-macro"
3542version = "1.0.134"
3543source = "registry+https://github.com/rust-lang/crates.io-index"
3544checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3545dependencies = [
3546 "proc-macro2",
3547 "quote",
3548 "rustversion",
3549 "syn 2.0.90",
3550]
3551
3552[[package]]
3553name = "dashmap"
3554version = "5.5.3"
3555source = "registry+https://github.com/rust-lang/crates.io-index"
3556checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3557dependencies = [
3558 "cfg-if",
3559 "hashbrown 0.14.5",
3560 "lock_api",
3561 "once_cell",
3562 "parking_lot_core",
3563]
3564
3565[[package]]
3566name = "dashmap"
3567version = "6.1.0"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3570dependencies = [
3571 "cfg-if",
3572 "crossbeam-utils",
3573 "hashbrown 0.14.5",
3574 "lock_api",
3575 "once_cell",
3576 "parking_lot_core",
3577]
3578
3579[[package]]
3580name = "dasp_sample"
3581version = "0.11.0"
3582source = "registry+https://github.com/rust-lang/crates.io-index"
3583checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3584
3585[[package]]
3586name = "data-encoding"
3587version = "2.6.0"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3590
3591[[package]]
3592name = "data-url"
3593version = "0.3.1"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3596
3597[[package]]
3598name = "db"
3599version = "0.1.0"
3600dependencies = [
3601 "anyhow",
3602 "gpui",
3603 "indoc",
3604 "log",
3605 "paths",
3606 "release_channel",
3607 "smol",
3608 "sqlez",
3609 "sqlez_macros",
3610 "tempfile",
3611 "util",
3612]
3613
3614[[package]]
3615name = "dbus"
3616version = "0.9.7"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3619dependencies = [
3620 "libc",
3621 "libdbus-sys",
3622 "winapi",
3623]
3624
3625[[package]]
3626name = "deflate64"
3627version = "0.1.9"
3628source = "registry+https://github.com/rust-lang/crates.io-index"
3629checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3630
3631[[package]]
3632name = "der"
3633version = "0.6.1"
3634source = "registry+https://github.com/rust-lang/crates.io-index"
3635checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3636dependencies = [
3637 "const-oid",
3638 "zeroize",
3639]
3640
3641[[package]]
3642name = "der"
3643version = "0.7.9"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3646dependencies = [
3647 "const-oid",
3648 "pem-rfc7468",
3649 "zeroize",
3650]
3651
3652[[package]]
3653name = "deranged"
3654version = "0.3.11"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3657dependencies = [
3658 "powerfmt",
3659 "serde",
3660]
3661
3662[[package]]
3663name = "derive_more"
3664version = "0.99.18"
3665source = "registry+https://github.com/rust-lang/crates.io-index"
3666checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3667dependencies = [
3668 "convert_case 0.4.0",
3669 "proc-macro2",
3670 "quote",
3671 "rustc_version",
3672 "syn 2.0.90",
3673]
3674
3675[[package]]
3676name = "derive_refineable"
3677version = "0.1.0"
3678dependencies = [
3679 "proc-macro2",
3680 "quote",
3681 "syn 1.0.109",
3682]
3683
3684[[package]]
3685name = "diagnostics"
3686version = "0.1.0"
3687dependencies = [
3688 "anyhow",
3689 "client",
3690 "collections",
3691 "ctor",
3692 "editor",
3693 "env_logger 0.11.6",
3694 "feature_flags",
3695 "gpui",
3696 "language",
3697 "log",
3698 "lsp",
3699 "pretty_assertions",
3700 "project",
3701 "rand 0.8.5",
3702 "schemars",
3703 "serde",
3704 "serde_json",
3705 "settings",
3706 "theme",
3707 "ui",
3708 "unindent",
3709 "util",
3710 "workspace",
3711]
3712
3713[[package]]
3714name = "dialoguer"
3715version = "0.11.0"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3718dependencies = [
3719 "console",
3720 "fuzzy-matcher",
3721 "shell-words",
3722 "tempfile",
3723 "thiserror 1.0.69",
3724 "zeroize",
3725]
3726
3727[[package]]
3728name = "diff"
3729version = "0.1.13"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3732
3733[[package]]
3734name = "digest"
3735version = "0.10.7"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3738dependencies = [
3739 "block-buffer",
3740 "const-oid",
3741 "crypto-common",
3742 "subtle",
3743]
3744
3745[[package]]
3746name = "dirs"
3747version = "4.0.0"
3748source = "registry+https://github.com/rust-lang/crates.io-index"
3749checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3750dependencies = [
3751 "dirs-sys 0.3.7",
3752]
3753
3754[[package]]
3755name = "dirs"
3756version = "5.0.1"
3757source = "registry+https://github.com/rust-lang/crates.io-index"
3758checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3759dependencies = [
3760 "dirs-sys 0.4.1",
3761]
3762
3763[[package]]
3764name = "dirs-sys"
3765version = "0.3.7"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3768dependencies = [
3769 "libc",
3770 "redox_users",
3771 "winapi",
3772]
3773
3774[[package]]
3775name = "dirs-sys"
3776version = "0.4.1"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3779dependencies = [
3780 "libc",
3781 "option-ext",
3782 "redox_users",
3783 "windows-sys 0.48.0",
3784]
3785
3786[[package]]
3787name = "displaydoc"
3788version = "0.2.5"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3791dependencies = [
3792 "proc-macro2",
3793 "quote",
3794 "syn 2.0.90",
3795]
3796
3797[[package]]
3798name = "dlib"
3799version = "0.5.2"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3802dependencies = [
3803 "libloading",
3804]
3805
3806[[package]]
3807name = "docs_preprocessor"
3808version = "0.1.0"
3809dependencies = [
3810 "anyhow",
3811 "clap",
3812 "mdbook",
3813 "regex",
3814 "serde",
3815 "serde_json",
3816 "settings",
3817 "util",
3818]
3819
3820[[package]]
3821name = "dotenvy"
3822version = "0.15.7"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3825
3826[[package]]
3827name = "downcast-rs"
3828version = "1.2.1"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3831
3832[[package]]
3833name = "doxygen-rs"
3834version = "0.4.2"
3835source = "registry+https://github.com/rust-lang/crates.io-index"
3836checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3837dependencies = [
3838 "phf",
3839]
3840
3841[[package]]
3842name = "dunce"
3843version = "1.0.5"
3844source = "registry+https://github.com/rust-lang/crates.io-index"
3845checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3846
3847[[package]]
3848name = "dwrote"
3849version = "0.11.2"
3850source = "registry+https://github.com/rust-lang/crates.io-index"
3851checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3852dependencies = [
3853 "lazy_static",
3854 "libc",
3855 "winapi",
3856 "wio",
3857]
3858
3859[[package]]
3860name = "dyn-clone"
3861version = "1.0.17"
3862source = "registry+https://github.com/rust-lang/crates.io-index"
3863checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3864
3865[[package]]
3866name = "ec4rs"
3867version = "1.1.1"
3868source = "registry+https://github.com/rust-lang/crates.io-index"
3869checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3870
3871[[package]]
3872name = "ecdsa"
3873version = "0.14.8"
3874source = "registry+https://github.com/rust-lang/crates.io-index"
3875checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3876dependencies = [
3877 "der 0.6.1",
3878 "elliptic-curve",
3879 "rfc6979",
3880 "signature 1.6.4",
3881]
3882
3883[[package]]
3884name = "editor"
3885version = "0.1.0"
3886dependencies = [
3887 "aho-corasick",
3888 "anyhow",
3889 "assets",
3890 "chrono",
3891 "client",
3892 "clock",
3893 "collections",
3894 "convert_case 0.6.0",
3895 "ctor",
3896 "db",
3897 "emojis",
3898 "env_logger 0.11.6",
3899 "feature_flags",
3900 "file_icons",
3901 "fs",
3902 "futures 0.3.31",
3903 "fuzzy",
3904 "git",
3905 "gpui",
3906 "http_client",
3907 "indoc",
3908 "inline_completion",
3909 "itertools 0.13.0",
3910 "language",
3911 "linkify",
3912 "log",
3913 "lsp",
3914 "markdown",
3915 "multi_buffer",
3916 "ordered-float 2.10.1",
3917 "parking_lot",
3918 "pretty_assertions",
3919 "project",
3920 "rand 0.8.5",
3921 "release_channel",
3922 "rpc",
3923 "schemars",
3924 "serde",
3925 "serde_json",
3926 "settings",
3927 "similar",
3928 "smallvec",
3929 "smol",
3930 "snippet",
3931 "sum_tree",
3932 "task",
3933 "telemetry",
3934 "tempfile",
3935 "text",
3936 "theme",
3937 "time",
3938 "time_format",
3939 "tree-sitter-html",
3940 "tree-sitter-rust",
3941 "tree-sitter-typescript",
3942 "ui",
3943 "unicode-script",
3944 "unicode-segmentation",
3945 "unindent",
3946 "url",
3947 "util",
3948 "uuid",
3949 "workspace",
3950]
3951
3952[[package]]
3953name = "either"
3954version = "1.13.0"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3957dependencies = [
3958 "serde",
3959]
3960
3961[[package]]
3962name = "elasticlunr-rs"
3963version = "3.0.2"
3964source = "registry+https://github.com/rust-lang/crates.io-index"
3965checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3966dependencies = [
3967 "regex",
3968 "serde",
3969 "serde_derive",
3970 "serde_json",
3971]
3972
3973[[package]]
3974name = "elliptic-curve"
3975version = "0.12.3"
3976source = "registry+https://github.com/rust-lang/crates.io-index"
3977checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3978dependencies = [
3979 "base16ct",
3980 "crypto-bigint 0.4.9",
3981 "der 0.6.1",
3982 "digest",
3983 "ff",
3984 "generic-array",
3985 "group",
3986 "pkcs8 0.9.0",
3987 "rand_core 0.6.4",
3988 "sec1",
3989 "subtle",
3990 "zeroize",
3991]
3992
3993[[package]]
3994name = "embed-resource"
3995version = "3.0.1"
3996source = "registry+https://github.com/rust-lang/crates.io-index"
3997checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
3998dependencies = [
3999 "cc",
4000 "memchr",
4001 "rustc_version",
4002 "toml 0.8.19",
4003 "vswhom",
4004 "winreg 0.52.0",
4005]
4006
4007[[package]]
4008name = "embedded-io"
4009version = "0.4.0"
4010source = "registry+https://github.com/rust-lang/crates.io-index"
4011checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4012
4013[[package]]
4014name = "embedded-io"
4015version = "0.6.1"
4016source = "registry+https://github.com/rust-lang/crates.io-index"
4017checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4018
4019[[package]]
4020name = "emojis"
4021version = "0.6.4"
4022source = "registry+https://github.com/rust-lang/crates.io-index"
4023checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4024dependencies = [
4025 "phf",
4026]
4027
4028[[package]]
4029name = "encode_unicode"
4030version = "0.3.6"
4031source = "registry+https://github.com/rust-lang/crates.io-index"
4032checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4033
4034[[package]]
4035name = "encoding_rs"
4036version = "0.8.35"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4039dependencies = [
4040 "cfg-if",
4041]
4042
4043[[package]]
4044name = "endi"
4045version = "1.1.0"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4048
4049[[package]]
4050name = "enumflags2"
4051version = "0.7.10"
4052source = "registry+https://github.com/rust-lang/crates.io-index"
4053checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4054dependencies = [
4055 "enumflags2_derive",
4056 "serde",
4057]
4058
4059[[package]]
4060name = "enumflags2_derive"
4061version = "0.7.10"
4062source = "registry+https://github.com/rust-lang/crates.io-index"
4063checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4064dependencies = [
4065 "proc-macro2",
4066 "quote",
4067 "syn 2.0.90",
4068]
4069
4070[[package]]
4071name = "env_filter"
4072version = "0.1.2"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4075dependencies = [
4076 "log",
4077 "regex",
4078]
4079
4080[[package]]
4081name = "env_logger"
4082version = "0.10.2"
4083source = "registry+https://github.com/rust-lang/crates.io-index"
4084checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4085dependencies = [
4086 "humantime",
4087 "is-terminal",
4088 "log",
4089 "regex",
4090 "termcolor",
4091]
4092
4093[[package]]
4094name = "env_logger"
4095version = "0.11.6"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4098dependencies = [
4099 "anstream",
4100 "anstyle",
4101 "env_filter",
4102 "humantime",
4103 "log",
4104]
4105
4106[[package]]
4107name = "envy"
4108version = "0.4.2"
4109source = "registry+https://github.com/rust-lang/crates.io-index"
4110checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4111dependencies = [
4112 "serde",
4113]
4114
4115[[package]]
4116name = "equivalent"
4117version = "1.0.1"
4118source = "registry+https://github.com/rust-lang/crates.io-index"
4119checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4120
4121[[package]]
4122name = "erased-serde"
4123version = "0.4.5"
4124source = "registry+https://github.com/rust-lang/crates.io-index"
4125checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4126dependencies = [
4127 "serde",
4128 "typeid",
4129]
4130
4131[[package]]
4132name = "errno"
4133version = "0.2.8"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4136dependencies = [
4137 "errno-dragonfly",
4138 "libc",
4139 "winapi",
4140]
4141
4142[[package]]
4143name = "errno"
4144version = "0.3.10"
4145source = "registry+https://github.com/rust-lang/crates.io-index"
4146checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4147dependencies = [
4148 "libc",
4149 "windows-sys 0.52.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.52.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 2.7.0",
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 "futures 0.3.31",
5184 "git",
5185 "gpui",
5186 "language",
5187 "menu",
5188 "project",
5189 "schemars",
5190 "serde",
5191 "serde_derive",
5192 "serde_json",
5193 "settings",
5194 "ui",
5195 "util",
5196 "windows 0.58.0",
5197 "workspace",
5198]
5199
5200[[package]]
5201name = "glob"
5202version = "0.3.1"
5203source = "registry+https://github.com/rust-lang/crates.io-index"
5204checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5205
5206[[package]]
5207name = "globset"
5208version = "0.4.15"
5209source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5211dependencies = [
5212 "aho-corasick",
5213 "bstr",
5214 "log",
5215 "regex-automata 0.4.9",
5216 "regex-syntax 0.8.5",
5217]
5218
5219[[package]]
5220name = "gloo-timers"
5221version = "0.3.0"
5222source = "registry+https://github.com/rust-lang/crates.io-index"
5223checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5224dependencies = [
5225 "futures-channel",
5226 "futures-core",
5227 "js-sys",
5228 "wasm-bindgen",
5229]
5230
5231[[package]]
5232name = "glow"
5233version = "0.14.2"
5234source = "registry+https://github.com/rust-lang/crates.io-index"
5235checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5236dependencies = [
5237 "js-sys",
5238 "slotmap",
5239 "wasm-bindgen",
5240 "web-sys",
5241]
5242
5243[[package]]
5244name = "go_to_line"
5245version = "0.1.0"
5246dependencies = [
5247 "anyhow",
5248 "editor",
5249 "gpui",
5250 "indoc",
5251 "language",
5252 "menu",
5253 "project",
5254 "rope",
5255 "schemars",
5256 "serde",
5257 "serde_json",
5258 "settings",
5259 "text",
5260 "theme",
5261 "tree-sitter-rust",
5262 "tree-sitter-typescript",
5263 "ui",
5264 "util",
5265 "workspace",
5266]
5267
5268[[package]]
5269name = "google_ai"
5270version = "0.1.0"
5271dependencies = [
5272 "anyhow",
5273 "futures 0.3.31",
5274 "http_client",
5275 "schemars",
5276 "serde",
5277 "serde_json",
5278 "strum 0.25.0",
5279]
5280
5281[[package]]
5282name = "gpu-alloc"
5283version = "0.6.0"
5284source = "registry+https://github.com/rust-lang/crates.io-index"
5285checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5286dependencies = [
5287 "bitflags 2.6.0",
5288 "gpu-alloc-types",
5289]
5290
5291[[package]]
5292name = "gpu-alloc-ash"
5293version = "0.7.0"
5294source = "registry+https://github.com/rust-lang/crates.io-index"
5295checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5296dependencies = [
5297 "ash",
5298 "gpu-alloc-types",
5299 "tinyvec",
5300]
5301
5302[[package]]
5303name = "gpu-alloc-types"
5304version = "0.3.0"
5305source = "registry+https://github.com/rust-lang/crates.io-index"
5306checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5307dependencies = [
5308 "bitflags 2.6.0",
5309]
5310
5311[[package]]
5312name = "gpui"
5313version = "0.1.0"
5314dependencies = [
5315 "anyhow",
5316 "as-raw-xcb-connection",
5317 "ashpd",
5318 "async-task",
5319 "backtrace",
5320 "bindgen",
5321 "blade-graphics",
5322 "blade-macros",
5323 "blade-util",
5324 "block",
5325 "bytemuck",
5326 "calloop",
5327 "calloop-wayland-source",
5328 "cbindgen",
5329 "cocoa 0.26.0",
5330 "collections",
5331 "core-foundation 0.9.4",
5332 "core-foundation-sys",
5333 "core-graphics 0.23.2",
5334 "core-text",
5335 "cosmic-text",
5336 "ctor",
5337 "derive_more",
5338 "embed-resource",
5339 "env_logger 0.11.6",
5340 "etagere",
5341 "filedescriptor",
5342 "flume",
5343 "font-kit",
5344 "foreign-types 0.5.0",
5345 "futures 0.3.31",
5346 "gpui_macros",
5347 "http_client",
5348 "image",
5349 "itertools 0.13.0",
5350 "linkme",
5351 "log",
5352 "media",
5353 "metal",
5354 "num_cpus",
5355 "objc",
5356 "objc2",
5357 "objc2-metal",
5358 "oo7",
5359 "open",
5360 "parking",
5361 "parking_lot",
5362 "pathfinder_geometry",
5363 "postage",
5364 "profiling",
5365 "rand 0.8.5",
5366 "raw-window-handle",
5367 "refineable",
5368 "resvg",
5369 "schemars",
5370 "seahash",
5371 "semantic_version",
5372 "serde",
5373 "serde_derive",
5374 "serde_json",
5375 "slotmap",
5376 "smallvec",
5377 "smol",
5378 "strum 0.25.0",
5379 "sum_tree",
5380 "taffy",
5381 "thiserror 1.0.69",
5382 "unicode-segmentation",
5383 "usvg",
5384 "util",
5385 "uuid",
5386 "waker-fn",
5387 "wayland-backend",
5388 "wayland-client",
5389 "wayland-cursor",
5390 "wayland-protocols",
5391 "wayland-protocols-plasma",
5392 "windows 0.58.0",
5393 "windows-core 0.58.0",
5394 "x11-clipboard",
5395 "x11rb",
5396 "xim",
5397 "xkbcommon",
5398]
5399
5400[[package]]
5401name = "gpui_macros"
5402version = "0.1.0"
5403dependencies = [
5404 "proc-macro2",
5405 "quote",
5406 "syn 1.0.109",
5407]
5408
5409[[package]]
5410name = "grid"
5411version = "0.13.0"
5412source = "registry+https://github.com/rust-lang/crates.io-index"
5413checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5414
5415[[package]]
5416name = "group"
5417version = "0.12.1"
5418source = "registry+https://github.com/rust-lang/crates.io-index"
5419checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5420dependencies = [
5421 "ff",
5422 "rand_core 0.6.4",
5423 "subtle",
5424]
5425
5426[[package]]
5427name = "h2"
5428version = "0.3.26"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
5430checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5431dependencies = [
5432 "bytes 1.9.0",
5433 "fnv",
5434 "futures-core",
5435 "futures-sink",
5436 "futures-util",
5437 "http 0.2.12",
5438 "indexmap 2.7.0",
5439 "slab",
5440 "tokio",
5441 "tokio-util",
5442 "tracing",
5443]
5444
5445[[package]]
5446name = "h2"
5447version = "0.4.7"
5448source = "registry+https://github.com/rust-lang/crates.io-index"
5449checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5450dependencies = [
5451 "atomic-waker",
5452 "bytes 1.9.0",
5453 "fnv",
5454 "futures-core",
5455 "futures-sink",
5456 "http 1.2.0",
5457 "indexmap 2.7.0",
5458 "slab",
5459 "tokio",
5460 "tokio-util",
5461 "tracing",
5462]
5463
5464[[package]]
5465name = "half"
5466version = "2.4.1"
5467source = "registry+https://github.com/rust-lang/crates.io-index"
5468checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5469dependencies = [
5470 "cfg-if",
5471 "crunchy",
5472]
5473
5474[[package]]
5475name = "handlebars"
5476version = "4.5.0"
5477source = "registry+https://github.com/rust-lang/crates.io-index"
5478checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5479dependencies = [
5480 "log",
5481 "pest",
5482 "pest_derive",
5483 "serde",
5484 "serde_json",
5485 "thiserror 1.0.69",
5486]
5487
5488[[package]]
5489name = "handlebars"
5490version = "6.2.0"
5491source = "registry+https://github.com/rust-lang/crates.io-index"
5492checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5493dependencies = [
5494 "log",
5495 "num-order",
5496 "pest",
5497 "pest_derive",
5498 "serde",
5499 "serde_json",
5500 "thiserror 1.0.69",
5501]
5502
5503[[package]]
5504name = "hashbrown"
5505version = "0.12.3"
5506source = "registry+https://github.com/rust-lang/crates.io-index"
5507checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5508dependencies = [
5509 "ahash 0.7.8",
5510]
5511
5512[[package]]
5513name = "hashbrown"
5514version = "0.13.2"
5515source = "registry+https://github.com/rust-lang/crates.io-index"
5516checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5517dependencies = [
5518 "ahash 0.8.11",
5519]
5520
5521[[package]]
5522name = "hashbrown"
5523version = "0.14.5"
5524source = "registry+https://github.com/rust-lang/crates.io-index"
5525checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5526dependencies = [
5527 "ahash 0.8.11",
5528 "allocator-api2",
5529 "serde",
5530]
5531
5532[[package]]
5533name = "hashbrown"
5534version = "0.15.2"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5537dependencies = [
5538 "allocator-api2",
5539 "equivalent",
5540 "foldhash",
5541]
5542
5543[[package]]
5544name = "hashlink"
5545version = "0.8.4"
5546source = "registry+https://github.com/rust-lang/crates.io-index"
5547checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5548dependencies = [
5549 "hashbrown 0.14.5",
5550]
5551
5552[[package]]
5553name = "hashlink"
5554version = "0.9.1"
5555source = "registry+https://github.com/rust-lang/crates.io-index"
5556checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5557dependencies = [
5558 "hashbrown 0.14.5",
5559]
5560
5561[[package]]
5562name = "headers"
5563version = "0.3.9"
5564source = "registry+https://github.com/rust-lang/crates.io-index"
5565checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5566dependencies = [
5567 "base64 0.21.7",
5568 "bytes 1.9.0",
5569 "headers-core",
5570 "http 0.2.12",
5571 "httpdate",
5572 "mime",
5573 "sha1",
5574]
5575
5576[[package]]
5577name = "headers-core"
5578version = "0.2.0"
5579source = "registry+https://github.com/rust-lang/crates.io-index"
5580checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5581dependencies = [
5582 "http 0.2.12",
5583]
5584
5585[[package]]
5586name = "heck"
5587version = "0.3.3"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5590dependencies = [
5591 "unicode-segmentation",
5592]
5593
5594[[package]]
5595name = "heck"
5596version = "0.4.1"
5597source = "registry+https://github.com/rust-lang/crates.io-index"
5598checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5599dependencies = [
5600 "unicode-segmentation",
5601]
5602
5603[[package]]
5604name = "heck"
5605version = "0.5.0"
5606source = "registry+https://github.com/rust-lang/crates.io-index"
5607checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5608
5609[[package]]
5610name = "heed"
5611version = "0.21.0"
5612source = "registry+https://github.com/rust-lang/crates.io-index"
5613checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5614dependencies = [
5615 "bitflags 2.6.0",
5616 "byteorder",
5617 "heed-traits",
5618 "heed-types",
5619 "libc",
5620 "lmdb-master-sys",
5621 "once_cell",
5622 "page_size",
5623 "serde",
5624 "synchronoise",
5625 "url",
5626]
5627
5628[[package]]
5629name = "heed-traits"
5630version = "0.20.0"
5631source = "registry+https://github.com/rust-lang/crates.io-index"
5632checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5633
5634[[package]]
5635name = "heed-types"
5636version = "0.21.0"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5639dependencies = [
5640 "bincode",
5641 "byteorder",
5642 "heed-traits",
5643 "serde",
5644 "serde_json",
5645]
5646
5647[[package]]
5648name = "hermit-abi"
5649version = "0.3.9"
5650source = "registry+https://github.com/rust-lang/crates.io-index"
5651checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5652
5653[[package]]
5654name = "hermit-abi"
5655version = "0.4.0"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5658
5659[[package]]
5660name = "hex"
5661version = "0.4.3"
5662source = "registry+https://github.com/rust-lang/crates.io-index"
5663checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5664
5665[[package]]
5666name = "hexf-parse"
5667version = "0.2.1"
5668source = "registry+https://github.com/rust-lang/crates.io-index"
5669checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5670
5671[[package]]
5672name = "hidden-trait"
5673version = "0.1.2"
5674source = "registry+https://github.com/rust-lang/crates.io-index"
5675checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5676dependencies = [
5677 "proc-macro2",
5678 "quote",
5679 "syn 1.0.109",
5680]
5681
5682[[package]]
5683name = "hkdf"
5684version = "0.12.4"
5685source = "registry+https://github.com/rust-lang/crates.io-index"
5686checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5687dependencies = [
5688 "hmac",
5689]
5690
5691[[package]]
5692name = "hmac"
5693version = "0.12.1"
5694source = "registry+https://github.com/rust-lang/crates.io-index"
5695checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5696dependencies = [
5697 "digest",
5698]
5699
5700[[package]]
5701name = "home"
5702version = "0.5.9"
5703source = "registry+https://github.com/rust-lang/crates.io-index"
5704checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5705dependencies = [
5706 "windows-sys 0.52.0",
5707]
5708
5709[[package]]
5710name = "hound"
5711version = "3.5.1"
5712source = "registry+https://github.com/rust-lang/crates.io-index"
5713checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5714
5715[[package]]
5716name = "html5ever"
5717version = "0.27.0"
5718source = "registry+https://github.com/rust-lang/crates.io-index"
5719checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5720dependencies = [
5721 "log",
5722 "mac",
5723 "markup5ever",
5724 "proc-macro2",
5725 "quote",
5726 "syn 2.0.90",
5727]
5728
5729[[package]]
5730name = "html_to_markdown"
5731version = "0.1.0"
5732dependencies = [
5733 "anyhow",
5734 "html5ever",
5735 "indoc",
5736 "markup5ever_rcdom",
5737 "pretty_assertions",
5738 "regex",
5739]
5740
5741[[package]]
5742name = "http"
5743version = "0.2.12"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
5745checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5746dependencies = [
5747 "bytes 1.9.0",
5748 "fnv",
5749 "itoa",
5750]
5751
5752[[package]]
5753name = "http"
5754version = "1.2.0"
5755source = "registry+https://github.com/rust-lang/crates.io-index"
5756checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5757dependencies = [
5758 "bytes 1.9.0",
5759 "fnv",
5760 "itoa",
5761]
5762
5763[[package]]
5764name = "http-body"
5765version = "0.4.6"
5766source = "registry+https://github.com/rust-lang/crates.io-index"
5767checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5768dependencies = [
5769 "bytes 1.9.0",
5770 "http 0.2.12",
5771 "pin-project-lite",
5772]
5773
5774[[package]]
5775name = "http-body"
5776version = "1.0.1"
5777source = "registry+https://github.com/rust-lang/crates.io-index"
5778checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5779dependencies = [
5780 "bytes 1.9.0",
5781 "http 1.2.0",
5782]
5783
5784[[package]]
5785name = "http-body-util"
5786version = "0.1.2"
5787source = "registry+https://github.com/rust-lang/crates.io-index"
5788checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5789dependencies = [
5790 "bytes 1.9.0",
5791 "futures-util",
5792 "http 1.2.0",
5793 "http-body 1.0.1",
5794 "pin-project-lite",
5795]
5796
5797[[package]]
5798name = "http-range-header"
5799version = "0.3.1"
5800source = "registry+https://github.com/rust-lang/crates.io-index"
5801checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5802
5803[[package]]
5804name = "http-types"
5805version = "2.12.0"
5806source = "registry+https://github.com/rust-lang/crates.io-index"
5807checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5808dependencies = [
5809 "anyhow",
5810 "async-channel 1.9.0",
5811 "base64 0.13.1",
5812 "futures-lite 1.13.0",
5813 "http 0.2.12",
5814 "infer",
5815 "pin-project-lite",
5816 "rand 0.7.3",
5817 "serde",
5818 "serde_json",
5819 "serde_qs 0.8.5",
5820 "serde_urlencoded",
5821 "url",
5822]
5823
5824[[package]]
5825name = "http_client"
5826version = "0.1.0"
5827dependencies = [
5828 "anyhow",
5829 "bytes 1.9.0",
5830 "derive_more",
5831 "futures 0.3.31",
5832 "http 1.2.0",
5833 "log",
5834 "serde",
5835 "serde_json",
5836 "url",
5837]
5838
5839[[package]]
5840name = "httparse"
5841version = "1.9.5"
5842source = "registry+https://github.com/rust-lang/crates.io-index"
5843checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5844
5845[[package]]
5846name = "httpdate"
5847version = "1.0.3"
5848source = "registry+https://github.com/rust-lang/crates.io-index"
5849checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5850
5851[[package]]
5852name = "human_bytes"
5853version = "0.4.3"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5856
5857[[package]]
5858name = "humantime"
5859version = "2.1.0"
5860source = "registry+https://github.com/rust-lang/crates.io-index"
5861checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5862
5863[[package]]
5864name = "hyper"
5865version = "0.14.32"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5868dependencies = [
5869 "bytes 1.9.0",
5870 "futures-channel",
5871 "futures-core",
5872 "futures-util",
5873 "h2 0.3.26",
5874 "http 0.2.12",
5875 "http-body 0.4.6",
5876 "httparse",
5877 "httpdate",
5878 "itoa",
5879 "pin-project-lite",
5880 "socket2 0.4.10",
5881 "tokio",
5882 "tower-service",
5883 "tracing",
5884 "want",
5885]
5886
5887[[package]]
5888name = "hyper"
5889version = "1.5.1"
5890source = "registry+https://github.com/rust-lang/crates.io-index"
5891checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5892dependencies = [
5893 "bytes 1.9.0",
5894 "futures-channel",
5895 "futures-util",
5896 "h2 0.4.7",
5897 "http 1.2.0",
5898 "http-body 1.0.1",
5899 "httparse",
5900 "itoa",
5901 "pin-project-lite",
5902 "smallvec",
5903 "tokio",
5904 "want",
5905]
5906
5907[[package]]
5908name = "hyper-rustls"
5909version = "0.24.2"
5910source = "registry+https://github.com/rust-lang/crates.io-index"
5911checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5912dependencies = [
5913 "futures-util",
5914 "http 0.2.12",
5915 "hyper 0.14.32",
5916 "log",
5917 "rustls 0.21.12",
5918 "rustls-native-certs 0.6.3",
5919 "tokio",
5920 "tokio-rustls 0.24.1",
5921]
5922
5923[[package]]
5924name = "hyper-rustls"
5925version = "0.27.3"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5928dependencies = [
5929 "futures-util",
5930 "http 1.2.0",
5931 "hyper 1.5.1",
5932 "hyper-util",
5933 "rustls 0.23.20",
5934 "rustls-native-certs 0.8.1",
5935 "rustls-pki-types",
5936 "tokio",
5937 "tokio-rustls 0.26.1",
5938 "tower-service",
5939]
5940
5941[[package]]
5942name = "hyper-tls"
5943version = "0.5.0"
5944source = "registry+https://github.com/rust-lang/crates.io-index"
5945checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5946dependencies = [
5947 "bytes 1.9.0",
5948 "hyper 0.14.32",
5949 "native-tls",
5950 "tokio",
5951 "tokio-native-tls",
5952]
5953
5954[[package]]
5955name = "hyper-util"
5956version = "0.1.10"
5957source = "registry+https://github.com/rust-lang/crates.io-index"
5958checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
5959dependencies = [
5960 "bytes 1.9.0",
5961 "futures-channel",
5962 "futures-util",
5963 "http 1.2.0",
5964 "http-body 1.0.1",
5965 "hyper 1.5.1",
5966 "pin-project-lite",
5967 "socket2 0.5.8",
5968 "tokio",
5969 "tower-service",
5970 "tracing",
5971]
5972
5973[[package]]
5974name = "iana-time-zone"
5975version = "0.1.61"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
5978dependencies = [
5979 "android_system_properties",
5980 "core-foundation-sys",
5981 "iana-time-zone-haiku",
5982 "js-sys",
5983 "wasm-bindgen",
5984 "windows-core 0.52.0",
5985]
5986
5987[[package]]
5988name = "iana-time-zone-haiku"
5989version = "0.1.2"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5992dependencies = [
5993 "cc",
5994]
5995
5996[[package]]
5997name = "icu_collections"
5998version = "1.5.0"
5999source = "registry+https://github.com/rust-lang/crates.io-index"
6000checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6001dependencies = [
6002 "displaydoc",
6003 "yoke",
6004 "zerofrom",
6005 "zerovec",
6006]
6007
6008[[package]]
6009name = "icu_locid"
6010version = "1.5.0"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6013dependencies = [
6014 "displaydoc",
6015 "litemap",
6016 "tinystr",
6017 "writeable",
6018 "zerovec",
6019]
6020
6021[[package]]
6022name = "icu_locid_transform"
6023version = "1.5.0"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6026dependencies = [
6027 "displaydoc",
6028 "icu_locid",
6029 "icu_locid_transform_data",
6030 "icu_provider",
6031 "tinystr",
6032 "zerovec",
6033]
6034
6035[[package]]
6036name = "icu_locid_transform_data"
6037version = "1.5.0"
6038source = "registry+https://github.com/rust-lang/crates.io-index"
6039checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6040
6041[[package]]
6042name = "icu_normalizer"
6043version = "1.5.0"
6044source = "registry+https://github.com/rust-lang/crates.io-index"
6045checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6046dependencies = [
6047 "displaydoc",
6048 "icu_collections",
6049 "icu_normalizer_data",
6050 "icu_properties",
6051 "icu_provider",
6052 "smallvec",
6053 "utf16_iter",
6054 "utf8_iter",
6055 "write16",
6056 "zerovec",
6057]
6058
6059[[package]]
6060name = "icu_normalizer_data"
6061version = "1.5.0"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6064
6065[[package]]
6066name = "icu_properties"
6067version = "1.5.1"
6068source = "registry+https://github.com/rust-lang/crates.io-index"
6069checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6070dependencies = [
6071 "displaydoc",
6072 "icu_collections",
6073 "icu_locid_transform",
6074 "icu_properties_data",
6075 "icu_provider",
6076 "tinystr",
6077 "zerovec",
6078]
6079
6080[[package]]
6081name = "icu_properties_data"
6082version = "1.5.0"
6083source = "registry+https://github.com/rust-lang/crates.io-index"
6084checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6085
6086[[package]]
6087name = "icu_provider"
6088version = "1.5.0"
6089source = "registry+https://github.com/rust-lang/crates.io-index"
6090checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6091dependencies = [
6092 "displaydoc",
6093 "icu_locid",
6094 "icu_provider_macros",
6095 "stable_deref_trait",
6096 "tinystr",
6097 "writeable",
6098 "yoke",
6099 "zerofrom",
6100 "zerovec",
6101]
6102
6103[[package]]
6104name = "icu_provider_macros"
6105version = "1.5.0"
6106source = "registry+https://github.com/rust-lang/crates.io-index"
6107checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6108dependencies = [
6109 "proc-macro2",
6110 "quote",
6111 "syn 2.0.90",
6112]
6113
6114[[package]]
6115name = "id-arena"
6116version = "2.2.1"
6117source = "registry+https://github.com/rust-lang/crates.io-index"
6118checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6119
6120[[package]]
6121name = "idna"
6122version = "1.0.3"
6123source = "registry+https://github.com/rust-lang/crates.io-index"
6124checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6125dependencies = [
6126 "idna_adapter",
6127 "smallvec",
6128 "utf8_iter",
6129]
6130
6131[[package]]
6132name = "idna_adapter"
6133version = "1.2.0"
6134source = "registry+https://github.com/rust-lang/crates.io-index"
6135checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6136dependencies = [
6137 "icu_normalizer",
6138 "icu_properties",
6139]
6140
6141[[package]]
6142name = "ignore"
6143version = "0.4.23"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6146dependencies = [
6147 "crossbeam-deque",
6148 "globset",
6149 "log",
6150 "memchr",
6151 "regex-automata 0.4.9",
6152 "same-file",
6153 "walkdir",
6154 "winapi-util",
6155]
6156
6157[[package]]
6158name = "image"
6159version = "0.25.5"
6160source = "registry+https://github.com/rust-lang/crates.io-index"
6161checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6162dependencies = [
6163 "bytemuck",
6164 "byteorder-lite",
6165 "color_quant",
6166 "exr",
6167 "gif",
6168 "image-webp",
6169 "num-traits",
6170 "png",
6171 "qoi",
6172 "ravif",
6173 "rayon",
6174 "rgb",
6175 "tiff",
6176 "zune-core",
6177 "zune-jpeg",
6178]
6179
6180[[package]]
6181name = "image-webp"
6182version = "0.2.0"
6183source = "registry+https://github.com/rust-lang/crates.io-index"
6184checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6185dependencies = [
6186 "byteorder-lite",
6187 "quick-error",
6188]
6189
6190[[package]]
6191name = "image_viewer"
6192version = "0.1.0"
6193dependencies = [
6194 "anyhow",
6195 "db",
6196 "editor",
6197 "file_icons",
6198 "gpui",
6199 "project",
6200 "settings",
6201 "theme",
6202 "ui",
6203 "util",
6204 "workspace",
6205]
6206
6207[[package]]
6208name = "imagesize"
6209version = "0.13.0"
6210source = "registry+https://github.com/rust-lang/crates.io-index"
6211checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6212
6213[[package]]
6214name = "imgref"
6215version = "1.11.0"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6218
6219[[package]]
6220name = "indexed_docs"
6221version = "0.1.0"
6222dependencies = [
6223 "anyhow",
6224 "async-trait",
6225 "cargo_metadata",
6226 "collections",
6227 "derive_more",
6228 "extension",
6229 "fs",
6230 "futures 0.3.31",
6231 "fuzzy",
6232 "gpui",
6233 "heed",
6234 "html_to_markdown",
6235 "http_client",
6236 "indexmap 1.9.3",
6237 "indoc",
6238 "parking_lot",
6239 "paths",
6240 "pretty_assertions",
6241 "serde",
6242 "strum 0.25.0",
6243 "util",
6244]
6245
6246[[package]]
6247name = "indexmap"
6248version = "1.9.3"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
6251dependencies = [
6252 "autocfg",
6253 "hashbrown 0.12.3",
6254 "serde",
6255]
6256
6257[[package]]
6258name = "indexmap"
6259version = "2.7.0"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6262dependencies = [
6263 "equivalent",
6264 "hashbrown 0.15.2",
6265 "serde",
6266]
6267
6268[[package]]
6269name = "indoc"
6270version = "2.0.5"
6271source = "registry+https://github.com/rust-lang/crates.io-index"
6272checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6273
6274[[package]]
6275name = "infer"
6276version = "0.2.3"
6277source = "registry+https://github.com/rust-lang/crates.io-index"
6278checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6279
6280[[package]]
6281name = "inherent"
6282version = "1.0.11"
6283source = "registry+https://github.com/rust-lang/crates.io-index"
6284checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6285dependencies = [
6286 "proc-macro2",
6287 "quote",
6288 "syn 2.0.90",
6289]
6290
6291[[package]]
6292name = "inline_completion"
6293version = "0.1.0"
6294dependencies = [
6295 "gpui",
6296 "language",
6297]
6298
6299[[package]]
6300name = "inline_completion_button"
6301version = "0.1.0"
6302dependencies = [
6303 "anyhow",
6304 "copilot",
6305 "editor",
6306 "feature_flags",
6307 "fs",
6308 "futures 0.3.31",
6309 "gpui",
6310 "indoc",
6311 "language",
6312 "lsp",
6313 "paths",
6314 "project",
6315 "serde_json",
6316 "settings",
6317 "supermaven",
6318 "theme",
6319 "ui",
6320 "workspace",
6321 "zed_actions",
6322 "zeta",
6323]
6324
6325[[package]]
6326name = "inotify"
6327version = "0.9.6"
6328source = "registry+https://github.com/rust-lang/crates.io-index"
6329checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6330dependencies = [
6331 "bitflags 1.3.2",
6332 "inotify-sys",
6333 "libc",
6334]
6335
6336[[package]]
6337name = "inotify-sys"
6338version = "0.1.5"
6339source = "registry+https://github.com/rust-lang/crates.io-index"
6340checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6341dependencies = [
6342 "libc",
6343]
6344
6345[[package]]
6346name = "inout"
6347version = "0.1.3"
6348source = "registry+https://github.com/rust-lang/crates.io-index"
6349checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6350dependencies = [
6351 "block-padding",
6352 "generic-array",
6353]
6354
6355[[package]]
6356name = "install_cli"
6357version = "0.1.0"
6358dependencies = [
6359 "anyhow",
6360 "gpui",
6361 "smol",
6362 "util",
6363]
6364
6365[[package]]
6366name = "instant"
6367version = "0.1.13"
6368source = "registry+https://github.com/rust-lang/crates.io-index"
6369checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6370dependencies = [
6371 "cfg-if",
6372]
6373
6374[[package]]
6375name = "interpolate_name"
6376version = "0.2.4"
6377source = "registry+https://github.com/rust-lang/crates.io-index"
6378checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6379dependencies = [
6380 "proc-macro2",
6381 "quote",
6382 "syn 2.0.90",
6383]
6384
6385[[package]]
6386name = "io-extras"
6387version = "0.18.4"
6388source = "registry+https://github.com/rust-lang/crates.io-index"
6389checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6390dependencies = [
6391 "io-lifetimes 2.0.4",
6392 "windows-sys 0.52.0",
6393]
6394
6395[[package]]
6396name = "io-lifetimes"
6397version = "1.0.11"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
6400dependencies = [
6401 "hermit-abi 0.3.9",
6402 "libc",
6403 "windows-sys 0.48.0",
6404]
6405
6406[[package]]
6407name = "io-lifetimes"
6408version = "2.0.4"
6409source = "registry+https://github.com/rust-lang/crates.io-index"
6410checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6411
6412[[package]]
6413name = "iovec"
6414version = "0.1.4"
6415source = "registry+https://github.com/rust-lang/crates.io-index"
6416checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6417dependencies = [
6418 "libc",
6419]
6420
6421[[package]]
6422name = "ipc-channel"
6423version = "0.19.0"
6424source = "registry+https://github.com/rust-lang/crates.io-index"
6425checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6426dependencies = [
6427 "bincode",
6428 "crossbeam-channel",
6429 "fnv",
6430 "lazy_static",
6431 "libc",
6432 "mio 1.0.3",
6433 "rand 0.8.5",
6434 "serde",
6435 "tempfile",
6436 "uuid",
6437 "windows 0.58.0",
6438]
6439
6440[[package]]
6441name = "ipnet"
6442version = "2.10.1"
6443source = "registry+https://github.com/rust-lang/crates.io-index"
6444checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6445
6446[[package]]
6447name = "is-docker"
6448version = "0.2.0"
6449source = "registry+https://github.com/rust-lang/crates.io-index"
6450checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6451dependencies = [
6452 "once_cell",
6453]
6454
6455[[package]]
6456name = "is-terminal"
6457version = "0.4.13"
6458source = "registry+https://github.com/rust-lang/crates.io-index"
6459checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6460dependencies = [
6461 "hermit-abi 0.4.0",
6462 "libc",
6463 "windows-sys 0.52.0",
6464]
6465
6466[[package]]
6467name = "is-wsl"
6468version = "0.4.0"
6469source = "registry+https://github.com/rust-lang/crates.io-index"
6470checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6471dependencies = [
6472 "is-docker",
6473 "once_cell",
6474]
6475
6476[[package]]
6477name = "is_terminal_polyfill"
6478version = "1.70.1"
6479source = "registry+https://github.com/rust-lang/crates.io-index"
6480checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6481
6482[[package]]
6483name = "itertools"
6484version = "0.10.5"
6485source = "registry+https://github.com/rust-lang/crates.io-index"
6486checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6487dependencies = [
6488 "either",
6489]
6490
6491[[package]]
6492name = "itertools"
6493version = "0.11.0"
6494source = "registry+https://github.com/rust-lang/crates.io-index"
6495checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6496dependencies = [
6497 "either",
6498]
6499
6500[[package]]
6501name = "itertools"
6502version = "0.12.1"
6503source = "registry+https://github.com/rust-lang/crates.io-index"
6504checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6505dependencies = [
6506 "either",
6507]
6508
6509[[package]]
6510name = "itertools"
6511version = "0.13.0"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6514dependencies = [
6515 "either",
6516]
6517
6518[[package]]
6519name = "itoa"
6520version = "1.0.14"
6521source = "registry+https://github.com/rust-lang/crates.io-index"
6522checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6523
6524[[package]]
6525name = "jni"
6526version = "0.21.1"
6527source = "registry+https://github.com/rust-lang/crates.io-index"
6528checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6529dependencies = [
6530 "cesu8",
6531 "cfg-if",
6532 "combine",
6533 "jni-sys",
6534 "log",
6535 "thiserror 1.0.69",
6536 "walkdir",
6537 "windows-sys 0.45.0",
6538]
6539
6540[[package]]
6541name = "jni-sys"
6542version = "0.3.0"
6543source = "registry+https://github.com/rust-lang/crates.io-index"
6544checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6545
6546[[package]]
6547name = "jobserver"
6548version = "0.1.32"
6549source = "registry+https://github.com/rust-lang/crates.io-index"
6550checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6551dependencies = [
6552 "libc",
6553]
6554
6555[[package]]
6556name = "journal"
6557version = "0.1.0"
6558dependencies = [
6559 "anyhow",
6560 "chrono",
6561 "editor",
6562 "gpui",
6563 "log",
6564 "schemars",
6565 "serde",
6566 "settings",
6567 "shellexpand 2.1.2",
6568 "workspace",
6569]
6570
6571[[package]]
6572name = "jpeg-decoder"
6573version = "0.3.1"
6574source = "registry+https://github.com/rust-lang/crates.io-index"
6575checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6576
6577[[package]]
6578name = "js-sys"
6579version = "0.3.76"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6582dependencies = [
6583 "once_cell",
6584 "wasm-bindgen",
6585]
6586
6587[[package]]
6588name = "jsonwebtoken"
6589version = "9.3.0"
6590source = "registry+https://github.com/rust-lang/crates.io-index"
6591checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6592dependencies = [
6593 "base64 0.21.7",
6594 "js-sys",
6595 "pem",
6596 "ring",
6597 "serde",
6598 "serde_json",
6599 "simple_asn1",
6600]
6601
6602[[package]]
6603name = "jupyter-protocol"
6604version = "0.5.0"
6605source = "registry+https://github.com/rust-lang/crates.io-index"
6606checksum = "503458f8125fd9047ed0a9d95d7a93adc5eaf8bce48757c6d401e09f71ad3407"
6607dependencies = [
6608 "anyhow",
6609 "async-trait",
6610 "bytes 1.9.0",
6611 "chrono",
6612 "futures 0.3.31",
6613 "serde",
6614 "serde_json",
6615 "uuid",
6616]
6617
6618[[package]]
6619name = "jupyter-websocket-client"
6620version = "0.8.0"
6621source = "registry+https://github.com/rust-lang/crates.io-index"
6622checksum = "58d9afa5bc6eeafb78f710a2efc585f69099f8b6a99dc7eb826581e3773a6e31"
6623dependencies = [
6624 "anyhow",
6625 "async-trait",
6626 "async-tungstenite 0.28.2",
6627 "futures 0.3.31",
6628 "jupyter-protocol",
6629 "serde",
6630 "serde_json",
6631 "url",
6632 "uuid",
6633]
6634
6635[[package]]
6636name = "khronos-egl"
6637version = "6.0.0"
6638source = "registry+https://github.com/rust-lang/crates.io-index"
6639checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6640dependencies = [
6641 "libc",
6642 "libloading",
6643]
6644
6645[[package]]
6646name = "kqueue"
6647version = "1.0.8"
6648source = "registry+https://github.com/rust-lang/crates.io-index"
6649checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6650dependencies = [
6651 "kqueue-sys",
6652 "libc",
6653]
6654
6655[[package]]
6656name = "kqueue-sys"
6657version = "1.0.4"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6660dependencies = [
6661 "bitflags 1.3.2",
6662 "libc",
6663]
6664
6665[[package]]
6666name = "kurbo"
6667version = "0.11.1"
6668source = "registry+https://github.com/rust-lang/crates.io-index"
6669checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6670dependencies = [
6671 "arrayvec",
6672 "smallvec",
6673]
6674
6675[[package]]
6676name = "kv-log-macro"
6677version = "1.0.7"
6678source = "registry+https://github.com/rust-lang/crates.io-index"
6679checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6680dependencies = [
6681 "log",
6682]
6683
6684[[package]]
6685name = "language"
6686version = "0.1.0"
6687dependencies = [
6688 "anyhow",
6689 "async-trait",
6690 "async-watch",
6691 "clock",
6692 "collections",
6693 "ctor",
6694 "ec4rs",
6695 "env_logger 0.11.6",
6696 "fs",
6697 "futures 0.3.31",
6698 "fuzzy",
6699 "globset",
6700 "gpui",
6701 "http_client",
6702 "indoc",
6703 "itertools 0.13.0",
6704 "log",
6705 "lsp",
6706 "parking_lot",
6707 "postage",
6708 "pretty_assertions",
6709 "pulldown-cmark 0.12.2",
6710 "rand 0.8.5",
6711 "regex",
6712 "rpc",
6713 "schemars",
6714 "serde",
6715 "serde_json",
6716 "settings",
6717 "similar",
6718 "smallvec",
6719 "smol",
6720 "strsim",
6721 "sum_tree",
6722 "task",
6723 "text",
6724 "theme",
6725 "tree-sitter",
6726 "tree-sitter-elixir",
6727 "tree-sitter-embedded-template",
6728 "tree-sitter-heex",
6729 "tree-sitter-html",
6730 "tree-sitter-json",
6731 "tree-sitter-md",
6732 "tree-sitter-ruby",
6733 "tree-sitter-rust",
6734 "tree-sitter-typescript",
6735 "unicase",
6736 "unindent",
6737 "util",
6738]
6739
6740[[package]]
6741name = "language_extension"
6742version = "0.1.0"
6743dependencies = [
6744 "anyhow",
6745 "async-trait",
6746 "collections",
6747 "extension",
6748 "futures 0.3.31",
6749 "gpui",
6750 "language",
6751 "lsp",
6752 "serde",
6753 "serde_json",
6754 "util",
6755]
6756
6757[[package]]
6758name = "language_model"
6759version = "0.1.0"
6760dependencies = [
6761 "anthropic",
6762 "anyhow",
6763 "base64 0.22.1",
6764 "collections",
6765 "futures 0.3.31",
6766 "google_ai",
6767 "gpui",
6768 "http_client",
6769 "image",
6770 "log",
6771 "ollama",
6772 "open_ai",
6773 "parking_lot",
6774 "proto",
6775 "schemars",
6776 "serde",
6777 "serde_json",
6778 "smol",
6779 "strum 0.25.0",
6780 "ui",
6781 "util",
6782]
6783
6784[[package]]
6785name = "language_model_selector"
6786version = "0.1.0"
6787dependencies = [
6788 "feature_flags",
6789 "gpui",
6790 "language_model",
6791 "picker",
6792 "proto",
6793 "ui",
6794 "workspace",
6795 "zed_actions",
6796]
6797
6798[[package]]
6799name = "language_models"
6800version = "0.1.0"
6801dependencies = [
6802 "anthropic",
6803 "anyhow",
6804 "client",
6805 "collections",
6806 "copilot",
6807 "editor",
6808 "feature_flags",
6809 "fs",
6810 "futures 0.3.31",
6811 "google_ai",
6812 "gpui",
6813 "http_client",
6814 "language_model",
6815 "menu",
6816 "ollama",
6817 "open_ai",
6818 "project",
6819 "proto",
6820 "schemars",
6821 "serde",
6822 "serde_json",
6823 "settings",
6824 "smol",
6825 "strum 0.25.0",
6826 "telemetry_events",
6827 "theme",
6828 "thiserror 1.0.69",
6829 "tiktoken-rs",
6830 "ui",
6831 "util",
6832]
6833
6834[[package]]
6835name = "language_selector"
6836version = "0.1.0"
6837dependencies = [
6838 "anyhow",
6839 "editor",
6840 "file_finder",
6841 "file_icons",
6842 "fuzzy",
6843 "gpui",
6844 "language",
6845 "picker",
6846 "project",
6847 "settings",
6848 "ui",
6849 "util",
6850 "workspace",
6851]
6852
6853[[package]]
6854name = "language_tools"
6855version = "0.1.0"
6856dependencies = [
6857 "anyhow",
6858 "client",
6859 "collections",
6860 "copilot",
6861 "editor",
6862 "env_logger 0.11.6",
6863 "futures 0.3.31",
6864 "gpui",
6865 "itertools 0.13.0",
6866 "language",
6867 "lsp",
6868 "project",
6869 "release_channel",
6870 "serde_json",
6871 "settings",
6872 "theme",
6873 "tree-sitter",
6874 "ui",
6875 "util",
6876 "workspace",
6877 "zed_actions",
6878]
6879
6880[[package]]
6881name = "languages"
6882version = "0.1.0"
6883dependencies = [
6884 "anyhow",
6885 "async-compression",
6886 "async-tar",
6887 "async-trait",
6888 "collections",
6889 "futures 0.3.31",
6890 "gpui",
6891 "http_client",
6892 "language",
6893 "log",
6894 "lsp",
6895 "node_runtime",
6896 "paths",
6897 "pet",
6898 "pet-conda",
6899 "pet-core",
6900 "pet-fs",
6901 "pet-poetry",
6902 "pet-reporter",
6903 "project",
6904 "regex",
6905 "rope",
6906 "rust-embed",
6907 "serde",
6908 "serde_json",
6909 "settings",
6910 "smol",
6911 "task",
6912 "text",
6913 "theme",
6914 "toml 0.8.19",
6915 "tree-sitter",
6916 "tree-sitter-bash",
6917 "tree-sitter-c",
6918 "tree-sitter-cpp",
6919 "tree-sitter-css",
6920 "tree-sitter-diff",
6921 "tree-sitter-go",
6922 "tree-sitter-gomod",
6923 "tree-sitter-gowork",
6924 "tree-sitter-jsdoc",
6925 "tree-sitter-json",
6926 "tree-sitter-md",
6927 "tree-sitter-python",
6928 "tree-sitter-regex",
6929 "tree-sitter-rust",
6930 "tree-sitter-typescript",
6931 "tree-sitter-yaml",
6932 "unindent",
6933 "util",
6934 "workspace",
6935]
6936
6937[[package]]
6938name = "lazy_static"
6939version = "1.5.0"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6942dependencies = [
6943 "spin",
6944]
6945
6946[[package]]
6947name = "leb128"
6948version = "0.2.5"
6949source = "registry+https://github.com/rust-lang/crates.io-index"
6950checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6951
6952[[package]]
6953name = "lebe"
6954version = "0.5.2"
6955source = "registry+https://github.com/rust-lang/crates.io-index"
6956checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6957
6958[[package]]
6959name = "libc"
6960version = "0.2.169"
6961source = "registry+https://github.com/rust-lang/crates.io-index"
6962checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
6963
6964[[package]]
6965name = "libdbus-sys"
6966version = "0.2.5"
6967source = "registry+https://github.com/rust-lang/crates.io-index"
6968checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6969dependencies = [
6970 "cc",
6971 "pkg-config",
6972]
6973
6974[[package]]
6975name = "libfuzzer-sys"
6976version = "0.4.8"
6977source = "registry+https://github.com/rust-lang/crates.io-index"
6978checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
6979dependencies = [
6980 "arbitrary",
6981 "cc",
6982]
6983
6984[[package]]
6985name = "libgit2-sys"
6986version = "0.17.0+1.8.1"
6987source = "registry+https://github.com/rust-lang/crates.io-index"
6988checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6989dependencies = [
6990 "cc",
6991 "libc",
6992 "libz-sys",
6993 "pkg-config",
6994]
6995
6996[[package]]
6997name = "libloading"
6998version = "0.8.6"
6999source = "registry+https://github.com/rust-lang/crates.io-index"
7000checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7001dependencies = [
7002 "cfg-if",
7003 "windows-targets 0.48.5",
7004]
7005
7006[[package]]
7007name = "libm"
7008version = "0.2.11"
7009source = "registry+https://github.com/rust-lang/crates.io-index"
7010checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7011
7012[[package]]
7013name = "libmimalloc-sys"
7014version = "0.1.39"
7015source = "registry+https://github.com/rust-lang/crates.io-index"
7016checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7017dependencies = [
7018 "cc",
7019 "libc",
7020]
7021
7022[[package]]
7023name = "libredox"
7024version = "0.1.3"
7025source = "registry+https://github.com/rust-lang/crates.io-index"
7026checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7027dependencies = [
7028 "bitflags 2.6.0",
7029 "libc",
7030 "redox_syscall 0.5.8",
7031]
7032
7033[[package]]
7034name = "libsqlite3-sys"
7035version = "0.30.1"
7036source = "registry+https://github.com/rust-lang/crates.io-index"
7037checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7038dependencies = [
7039 "cc",
7040 "pkg-config",
7041 "vcpkg",
7042]
7043
7044[[package]]
7045name = "libwebrtc"
7046version = "0.3.7"
7047source = "git+https://github.com/zed-industries/rust-sdks?rev=799f10133d93ba2a88642cd480d01ec4da53408c#799f10133d93ba2a88642cd480d01ec4da53408c"
7048dependencies = [
7049 "cxx",
7050 "jni",
7051 "js-sys",
7052 "lazy_static",
7053 "livekit-protocol",
7054 "livekit-runtime",
7055 "log",
7056 "parking_lot",
7057 "serde",
7058 "serde_json",
7059 "thiserror 1.0.69",
7060 "tokio",
7061 "wasm-bindgen",
7062 "wasm-bindgen-futures",
7063 "web-sys",
7064 "webrtc-sys",
7065]
7066
7067[[package]]
7068name = "libz-sys"
7069version = "1.1.20"
7070source = "registry+https://github.com/rust-lang/crates.io-index"
7071checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7072dependencies = [
7073 "cc",
7074 "libc",
7075 "pkg-config",
7076 "vcpkg",
7077]
7078
7079[[package]]
7080name = "link-cplusplus"
7081version = "1.0.9"
7082source = "registry+https://github.com/rust-lang/crates.io-index"
7083checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7084dependencies = [
7085 "cc",
7086]
7087
7088[[package]]
7089name = "linkify"
7090version = "0.10.0"
7091source = "registry+https://github.com/rust-lang/crates.io-index"
7092checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7093dependencies = [
7094 "memchr",
7095]
7096
7097[[package]]
7098name = "linkme"
7099version = "0.3.31"
7100source = "registry+https://github.com/rust-lang/crates.io-index"
7101checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7102dependencies = [
7103 "linkme-impl",
7104]
7105
7106[[package]]
7107name = "linkme-impl"
7108version = "0.3.31"
7109source = "registry+https://github.com/rust-lang/crates.io-index"
7110checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7111dependencies = [
7112 "proc-macro2",
7113 "quote",
7114 "syn 2.0.90",
7115]
7116
7117[[package]]
7118name = "linux-raw-sys"
7119version = "0.3.8"
7120source = "registry+https://github.com/rust-lang/crates.io-index"
7121checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
7122
7123[[package]]
7124name = "linux-raw-sys"
7125version = "0.4.14"
7126source = "registry+https://github.com/rust-lang/crates.io-index"
7127checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7128
7129[[package]]
7130name = "litemap"
7131version = "0.7.4"
7132source = "registry+https://github.com/rust-lang/crates.io-index"
7133checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7134
7135[[package]]
7136name = "livekit"
7137version = "0.7.0"
7138source = "git+https://github.com/zed-industries/rust-sdks?rev=799f10133d93ba2a88642cd480d01ec4da53408c#799f10133d93ba2a88642cd480d01ec4da53408c"
7139dependencies = [
7140 "chrono",
7141 "futures-util",
7142 "lazy_static",
7143 "libwebrtc",
7144 "livekit-api",
7145 "livekit-protocol",
7146 "livekit-runtime",
7147 "log",
7148 "parking_lot",
7149 "prost 0.12.6",
7150 "semver",
7151 "serde",
7152 "serde_json",
7153 "thiserror 1.0.69",
7154 "tokio",
7155]
7156
7157[[package]]
7158name = "livekit-api"
7159version = "0.4.1"
7160source = "git+https://github.com/zed-industries/rust-sdks?rev=799f10133d93ba2a88642cd480d01ec4da53408c#799f10133d93ba2a88642cd480d01ec4da53408c"
7161dependencies = [
7162 "async-tungstenite 0.25.1",
7163 "futures-util",
7164 "http 0.2.12",
7165 "jsonwebtoken",
7166 "livekit-protocol",
7167 "livekit-runtime",
7168 "log",
7169 "parking_lot",
7170 "prost 0.12.6",
7171 "reqwest 0.11.27",
7172 "scopeguard",
7173 "serde",
7174 "serde_json",
7175 "sha2",
7176 "thiserror 1.0.69",
7177 "tokio",
7178 "tokio-tungstenite 0.20.1",
7179 "url",
7180]
7181
7182[[package]]
7183name = "livekit-protocol"
7184version = "0.3.6"
7185source = "git+https://github.com/zed-industries/rust-sdks?rev=799f10133d93ba2a88642cd480d01ec4da53408c#799f10133d93ba2a88642cd480d01ec4da53408c"
7186dependencies = [
7187 "futures-util",
7188 "livekit-runtime",
7189 "parking_lot",
7190 "pbjson",
7191 "pbjson-types",
7192 "prost 0.12.6",
7193 "prost-types 0.12.6",
7194 "serde",
7195 "thiserror 1.0.69",
7196 "tokio",
7197]
7198
7199[[package]]
7200name = "livekit-runtime"
7201version = "0.3.1"
7202source = "git+https://github.com/zed-industries/rust-sdks?rev=799f10133d93ba2a88642cd480d01ec4da53408c#799f10133d93ba2a88642cd480d01ec4da53408c"
7203dependencies = [
7204 "async-io 2.4.0",
7205 "async-std",
7206 "async-task",
7207 "futures 0.3.31",
7208]
7209
7210[[package]]
7211name = "livekit_client"
7212version = "0.1.0"
7213dependencies = [
7214 "anyhow",
7215 "async-trait",
7216 "collections",
7217 "core-foundation 0.9.4",
7218 "coreaudio-rs 0.12.1",
7219 "cpal",
7220 "futures 0.3.31",
7221 "gpui",
7222 "http 0.2.12",
7223 "http_client",
7224 "image",
7225 "livekit",
7226 "livekit_server",
7227 "log",
7228 "media",
7229 "nanoid",
7230 "parking_lot",
7231 "postage",
7232 "serde",
7233 "serde_json",
7234 "sha2",
7235 "simplelog",
7236 "smallvec",
7237 "util",
7238]
7239
7240[[package]]
7241name = "livekit_client_macos"
7242version = "0.1.0"
7243dependencies = [
7244 "anyhow",
7245 "async-broadcast",
7246 "async-trait",
7247 "collections",
7248 "core-foundation 0.9.4",
7249 "futures 0.3.31",
7250 "gpui",
7251 "livekit_server",
7252 "log",
7253 "media",
7254 "nanoid",
7255 "parking_lot",
7256 "postage",
7257 "serde",
7258 "serde_json",
7259 "sha2",
7260 "simplelog",
7261]
7262
7263[[package]]
7264name = "livekit_server"
7265version = "0.1.0"
7266dependencies = [
7267 "anyhow",
7268 "async-trait",
7269 "jsonwebtoken",
7270 "log",
7271 "prost 0.9.0",
7272 "prost-build 0.9.0",
7273 "prost-types 0.9.0",
7274 "reqwest 0.12.8",
7275 "serde",
7276]
7277
7278[[package]]
7279name = "lmdb-master-sys"
7280version = "0.2.4"
7281source = "registry+https://github.com/rust-lang/crates.io-index"
7282checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7283dependencies = [
7284 "cc",
7285 "doxygen-rs",
7286 "libc",
7287]
7288
7289[[package]]
7290name = "lock_api"
7291version = "0.4.12"
7292source = "registry+https://github.com/rust-lang/crates.io-index"
7293checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7294dependencies = [
7295 "autocfg",
7296 "scopeguard",
7297]
7298
7299[[package]]
7300name = "log"
7301version = "0.4.22"
7302source = "registry+https://github.com/rust-lang/crates.io-index"
7303checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
7304dependencies = [
7305 "serde",
7306 "value-bag",
7307]
7308
7309[[package]]
7310name = "loop9"
7311version = "0.1.5"
7312source = "registry+https://github.com/rust-lang/crates.io-index"
7313checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7314dependencies = [
7315 "imgref",
7316]
7317
7318[[package]]
7319name = "lru"
7320version = "0.12.5"
7321source = "registry+https://github.com/rust-lang/crates.io-index"
7322checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7323dependencies = [
7324 "hashbrown 0.15.2",
7325]
7326
7327[[package]]
7328name = "lsp"
7329version = "0.1.0"
7330dependencies = [
7331 "anyhow",
7332 "async-pipe",
7333 "collections",
7334 "ctor",
7335 "env_logger 0.11.6",
7336 "futures 0.3.31",
7337 "gpui",
7338 "log",
7339 "lsp-types",
7340 "parking_lot",
7341 "postage",
7342 "release_channel",
7343 "schemars",
7344 "serde",
7345 "serde_json",
7346 "smol",
7347 "util",
7348]
7349
7350[[package]]
7351name = "lsp-types"
7352version = "0.95.1"
7353source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7354dependencies = [
7355 "bitflags 1.3.2",
7356 "serde",
7357 "serde_json",
7358 "serde_repr",
7359 "url",
7360]
7361
7362[[package]]
7363name = "mac"
7364version = "0.1.1"
7365source = "registry+https://github.com/rust-lang/crates.io-index"
7366checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7367
7368[[package]]
7369name = "mach2"
7370version = "0.4.2"
7371source = "registry+https://github.com/rust-lang/crates.io-index"
7372checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7373dependencies = [
7374 "libc",
7375]
7376
7377[[package]]
7378name = "malloc_buf"
7379version = "0.0.6"
7380source = "registry+https://github.com/rust-lang/crates.io-index"
7381checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7382dependencies = [
7383 "libc",
7384]
7385
7386[[package]]
7387name = "maplit"
7388version = "1.0.2"
7389source = "registry+https://github.com/rust-lang/crates.io-index"
7390checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7391
7392[[package]]
7393name = "markdown"
7394version = "0.1.0"
7395dependencies = [
7396 "anyhow",
7397 "assets",
7398 "env_logger 0.11.6",
7399 "futures 0.3.31",
7400 "gpui",
7401 "language",
7402 "languages",
7403 "linkify",
7404 "log",
7405 "node_runtime",
7406 "pulldown-cmark 0.12.2",
7407 "settings",
7408 "theme",
7409 "ui",
7410 "util",
7411]
7412
7413[[package]]
7414name = "markdown_preview"
7415version = "0.1.0"
7416dependencies = [
7417 "anyhow",
7418 "async-recursion 1.1.1",
7419 "collections",
7420 "editor",
7421 "gpui",
7422 "language",
7423 "linkify",
7424 "log",
7425 "pretty_assertions",
7426 "pulldown-cmark 0.12.2",
7427 "settings",
7428 "theme",
7429 "ui",
7430 "util",
7431 "workspace",
7432]
7433
7434[[package]]
7435name = "markup5ever"
7436version = "0.12.1"
7437source = "registry+https://github.com/rust-lang/crates.io-index"
7438checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7439dependencies = [
7440 "log",
7441 "phf",
7442 "phf_codegen",
7443 "string_cache",
7444 "string_cache_codegen",
7445 "tendril",
7446]
7447
7448[[package]]
7449name = "markup5ever_rcdom"
7450version = "0.3.0"
7451source = "registry+https://github.com/rust-lang/crates.io-index"
7452checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7453dependencies = [
7454 "html5ever",
7455 "markup5ever",
7456 "tendril",
7457 "xml5ever",
7458]
7459
7460[[package]]
7461name = "matchers"
7462version = "0.1.0"
7463source = "registry+https://github.com/rust-lang/crates.io-index"
7464checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7465dependencies = [
7466 "regex-automata 0.1.10",
7467]
7468
7469[[package]]
7470name = "matchit"
7471version = "0.7.3"
7472source = "registry+https://github.com/rust-lang/crates.io-index"
7473checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7474
7475[[package]]
7476name = "maybe-owned"
7477version = "0.3.4"
7478source = "registry+https://github.com/rust-lang/crates.io-index"
7479checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7480
7481[[package]]
7482name = "maybe-rayon"
7483version = "0.1.1"
7484source = "registry+https://github.com/rust-lang/crates.io-index"
7485checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7486dependencies = [
7487 "cfg-if",
7488 "rayon",
7489]
7490
7491[[package]]
7492name = "md-5"
7493version = "0.10.6"
7494source = "registry+https://github.com/rust-lang/crates.io-index"
7495checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7496dependencies = [
7497 "cfg-if",
7498 "digest",
7499]
7500
7501[[package]]
7502name = "mdbook"
7503version = "0.4.43"
7504source = "registry+https://github.com/rust-lang/crates.io-index"
7505checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7506dependencies = [
7507 "ammonia",
7508 "anyhow",
7509 "chrono",
7510 "clap",
7511 "clap_complete",
7512 "elasticlunr-rs",
7513 "env_logger 0.11.6",
7514 "futures-util",
7515 "handlebars 6.2.0",
7516 "ignore",
7517 "log",
7518 "memchr",
7519 "notify",
7520 "notify-debouncer-mini",
7521 "once_cell",
7522 "opener",
7523 "pathdiff",
7524 "pulldown-cmark 0.10.3",
7525 "regex",
7526 "serde",
7527 "serde_json",
7528 "shlex",
7529 "tempfile",
7530 "tokio",
7531 "toml 0.5.11",
7532 "topological-sort",
7533 "walkdir",
7534 "warp",
7535]
7536
7537[[package]]
7538name = "media"
7539version = "0.1.0"
7540dependencies = [
7541 "anyhow",
7542 "bindgen",
7543 "core-foundation 0.9.4",
7544 "ctor",
7545 "foreign-types 0.5.0",
7546 "metal",
7547 "objc",
7548]
7549
7550[[package]]
7551name = "memchr"
7552version = "2.7.4"
7553source = "registry+https://github.com/rust-lang/crates.io-index"
7554checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7555
7556[[package]]
7557name = "memfd"
7558version = "0.6.4"
7559source = "registry+https://github.com/rust-lang/crates.io-index"
7560checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7561dependencies = [
7562 "rustix 0.38.42",
7563]
7564
7565[[package]]
7566name = "memmap2"
7567version = "0.9.5"
7568source = "registry+https://github.com/rust-lang/crates.io-index"
7569checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7570dependencies = [
7571 "libc",
7572]
7573
7574[[package]]
7575name = "memoffset"
7576version = "0.9.1"
7577source = "registry+https://github.com/rust-lang/crates.io-index"
7578checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7579dependencies = [
7580 "autocfg",
7581]
7582
7583[[package]]
7584name = "menu"
7585version = "0.1.0"
7586dependencies = [
7587 "gpui",
7588 "serde",
7589]
7590
7591[[package]]
7592name = "metal"
7593version = "0.30.0"
7594source = "registry+https://github.com/rust-lang/crates.io-index"
7595checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7596dependencies = [
7597 "bitflags 2.6.0",
7598 "block",
7599 "core-graphics-types 0.1.3",
7600 "foreign-types 0.5.0",
7601 "log",
7602 "objc",
7603 "paste",
7604]
7605
7606[[package]]
7607name = "mimalloc"
7608version = "0.1.43"
7609source = "registry+https://github.com/rust-lang/crates.io-index"
7610checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7611dependencies = [
7612 "libmimalloc-sys",
7613]
7614
7615[[package]]
7616name = "mime"
7617version = "0.3.17"
7618source = "registry+https://github.com/rust-lang/crates.io-index"
7619checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7620
7621[[package]]
7622name = "mime_guess"
7623version = "2.0.5"
7624source = "registry+https://github.com/rust-lang/crates.io-index"
7625checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7626dependencies = [
7627 "mime",
7628 "unicase",
7629]
7630
7631[[package]]
7632name = "minimal-lexical"
7633version = "0.2.1"
7634source = "registry+https://github.com/rust-lang/crates.io-index"
7635checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7636
7637[[package]]
7638name = "miniz_oxide"
7639version = "0.8.0"
7640source = "registry+https://github.com/rust-lang/crates.io-index"
7641checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7642dependencies = [
7643 "adler2",
7644 "simd-adler32",
7645]
7646
7647[[package]]
7648name = "mint"
7649version = "0.5.9"
7650source = "registry+https://github.com/rust-lang/crates.io-index"
7651checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7652
7653[[package]]
7654name = "mio"
7655version = "0.8.11"
7656source = "registry+https://github.com/rust-lang/crates.io-index"
7657checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7658dependencies = [
7659 "libc",
7660 "log",
7661 "wasi 0.11.0+wasi-snapshot-preview1",
7662 "windows-sys 0.48.0",
7663]
7664
7665[[package]]
7666name = "mio"
7667version = "1.0.3"
7668source = "registry+https://github.com/rust-lang/crates.io-index"
7669checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7670dependencies = [
7671 "libc",
7672 "log",
7673 "wasi 0.11.0+wasi-snapshot-preview1",
7674 "windows-sys 0.52.0",
7675]
7676
7677[[package]]
7678name = "miow"
7679version = "0.6.0"
7680source = "registry+https://github.com/rust-lang/crates.io-index"
7681checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7682dependencies = [
7683 "windows-sys 0.48.0",
7684]
7685
7686[[package]]
7687name = "msvc_spectre_libs"
7688version = "0.1.2"
7689source = "registry+https://github.com/rust-lang/crates.io-index"
7690checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7691dependencies = [
7692 "cc",
7693]
7694
7695[[package]]
7696name = "multi_buffer"
7697version = "0.1.0"
7698dependencies = [
7699 "anyhow",
7700 "clock",
7701 "collections",
7702 "ctor",
7703 "env_logger 0.11.6",
7704 "futures 0.3.31",
7705 "gpui",
7706 "itertools 0.13.0",
7707 "language",
7708 "log",
7709 "parking_lot",
7710 "rand 0.8.5",
7711 "serde",
7712 "settings",
7713 "smallvec",
7714 "sum_tree",
7715 "text",
7716 "theme",
7717 "tree-sitter",
7718 "util",
7719]
7720
7721[[package]]
7722name = "multimap"
7723version = "0.8.3"
7724source = "registry+https://github.com/rust-lang/crates.io-index"
7725checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7726
7727[[package]]
7728name = "multimap"
7729version = "0.10.0"
7730source = "registry+https://github.com/rust-lang/crates.io-index"
7731checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7732
7733[[package]]
7734name = "naga"
7735version = "23.1.0"
7736source = "registry+https://github.com/rust-lang/crates.io-index"
7737checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7738dependencies = [
7739 "arrayvec",
7740 "bit-set 0.8.0",
7741 "bitflags 2.6.0",
7742 "cfg_aliases 0.1.1",
7743 "codespan-reporting",
7744 "hexf-parse",
7745 "indexmap 2.7.0",
7746 "log",
7747 "rustc-hash 1.1.0",
7748 "spirv",
7749 "termcolor",
7750 "thiserror 1.0.69",
7751 "unicode-xid",
7752]
7753
7754[[package]]
7755name = "nanoid"
7756version = "0.4.0"
7757source = "registry+https://github.com/rust-lang/crates.io-index"
7758checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7759dependencies = [
7760 "rand 0.8.5",
7761]
7762
7763[[package]]
7764name = "nanorand"
7765version = "0.7.0"
7766source = "registry+https://github.com/rust-lang/crates.io-index"
7767checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7768dependencies = [
7769 "getrandom 0.2.15",
7770]
7771
7772[[package]]
7773name = "native-tls"
7774version = "0.2.12"
7775source = "registry+https://github.com/rust-lang/crates.io-index"
7776checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7777dependencies = [
7778 "libc",
7779 "log",
7780 "openssl",
7781 "openssl-probe",
7782 "openssl-sys",
7783 "schannel",
7784 "security-framework 2.11.1",
7785 "security-framework-sys",
7786 "tempfile",
7787]
7788
7789[[package]]
7790name = "nbformat"
7791version = "0.9.0"
7792source = "registry+https://github.com/rust-lang/crates.io-index"
7793checksum = "19835ad46507d80d9671e10a1c7c335655f4f3033aeb066fe025f14e070c2e66"
7794dependencies = [
7795 "anyhow",
7796 "chrono",
7797 "jupyter-protocol",
7798 "serde",
7799 "serde_json",
7800 "thiserror 1.0.69",
7801 "uuid",
7802]
7803
7804[[package]]
7805name = "ndk"
7806version = "0.8.0"
7807source = "registry+https://github.com/rust-lang/crates.io-index"
7808checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7809dependencies = [
7810 "bitflags 2.6.0",
7811 "jni-sys",
7812 "log",
7813 "ndk-sys",
7814 "num_enum",
7815 "thiserror 1.0.69",
7816]
7817
7818[[package]]
7819name = "ndk-context"
7820version = "0.1.1"
7821source = "registry+https://github.com/rust-lang/crates.io-index"
7822checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7823
7824[[package]]
7825name = "ndk-sys"
7826version = "0.5.0+25.2.9519653"
7827source = "registry+https://github.com/rust-lang/crates.io-index"
7828checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7829dependencies = [
7830 "jni-sys",
7831]
7832
7833[[package]]
7834name = "new_debug_unreachable"
7835version = "1.0.6"
7836source = "registry+https://github.com/rust-lang/crates.io-index"
7837checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7838
7839[[package]]
7840name = "nix"
7841version = "0.29.0"
7842source = "registry+https://github.com/rust-lang/crates.io-index"
7843checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7844dependencies = [
7845 "bitflags 2.6.0",
7846 "cfg-if",
7847 "cfg_aliases 0.2.1",
7848 "libc",
7849 "memoffset",
7850]
7851
7852[[package]]
7853name = "node_runtime"
7854version = "0.1.0"
7855dependencies = [
7856 "anyhow",
7857 "async-compression",
7858 "async-std",
7859 "async-tar",
7860 "async-trait",
7861 "async-watch",
7862 "async_zip",
7863 "futures 0.3.31",
7864 "http_client",
7865 "log",
7866 "paths",
7867 "semver",
7868 "serde",
7869 "serde_json",
7870 "smol",
7871 "tempfile",
7872 "util",
7873 "walkdir",
7874 "which 6.0.3",
7875]
7876
7877[[package]]
7878name = "nom"
7879version = "7.1.3"
7880source = "registry+https://github.com/rust-lang/crates.io-index"
7881checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7882dependencies = [
7883 "memchr",
7884 "minimal-lexical",
7885]
7886
7887[[package]]
7888name = "noop_proc_macro"
7889version = "0.3.0"
7890source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7892
7893[[package]]
7894name = "normpath"
7895version = "1.3.0"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7898dependencies = [
7899 "windows-sys 0.59.0",
7900]
7901
7902[[package]]
7903name = "notifications"
7904version = "0.1.0"
7905dependencies = [
7906 "anyhow",
7907 "channel",
7908 "client",
7909 "collections",
7910 "db",
7911 "gpui",
7912 "rpc",
7913 "settings",
7914 "sum_tree",
7915 "time",
7916 "util",
7917]
7918
7919[[package]]
7920name = "notify"
7921version = "6.1.1"
7922source = "registry+https://github.com/rust-lang/crates.io-index"
7923checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7924dependencies = [
7925 "bitflags 2.6.0",
7926 "crossbeam-channel",
7927 "filetime",
7928 "fsevent-sys 4.1.0",
7929 "inotify",
7930 "kqueue",
7931 "libc",
7932 "log",
7933 "mio 0.8.11",
7934 "walkdir",
7935 "windows-sys 0.48.0",
7936]
7937
7938[[package]]
7939name = "notify-debouncer-mini"
7940version = "0.4.1"
7941source = "registry+https://github.com/rust-lang/crates.io-index"
7942checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7943dependencies = [
7944 "crossbeam-channel",
7945 "log",
7946 "notify",
7947]
7948
7949[[package]]
7950name = "ntapi"
7951version = "0.4.1"
7952source = "registry+https://github.com/rust-lang/crates.io-index"
7953checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7954dependencies = [
7955 "winapi",
7956]
7957
7958[[package]]
7959name = "nu-ansi-term"
7960version = "0.46.0"
7961source = "registry+https://github.com/rust-lang/crates.io-index"
7962checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7963dependencies = [
7964 "overload",
7965 "winapi",
7966]
7967
7968[[package]]
7969name = "num"
7970version = "0.4.3"
7971source = "registry+https://github.com/rust-lang/crates.io-index"
7972checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7973dependencies = [
7974 "num-bigint",
7975 "num-complex",
7976 "num-integer",
7977 "num-iter",
7978 "num-rational",
7979 "num-traits",
7980]
7981
7982[[package]]
7983name = "num-bigint"
7984version = "0.4.6"
7985source = "registry+https://github.com/rust-lang/crates.io-index"
7986checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7987dependencies = [
7988 "num-integer",
7989 "num-traits",
7990]
7991
7992[[package]]
7993name = "num-bigint-dig"
7994version = "0.8.4"
7995source = "registry+https://github.com/rust-lang/crates.io-index"
7996checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7997dependencies = [
7998 "byteorder",
7999 "lazy_static",
8000 "libm",
8001 "num-integer",
8002 "num-iter",
8003 "num-traits",
8004 "rand 0.8.5",
8005 "serde",
8006 "smallvec",
8007 "zeroize",
8008]
8009
8010[[package]]
8011name = "num-complex"
8012version = "0.4.6"
8013source = "registry+https://github.com/rust-lang/crates.io-index"
8014checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8015dependencies = [
8016 "num-traits",
8017]
8018
8019[[package]]
8020name = "num-conv"
8021version = "0.1.0"
8022source = "registry+https://github.com/rust-lang/crates.io-index"
8023checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8024
8025[[package]]
8026name = "num-derive"
8027version = "0.4.2"
8028source = "registry+https://github.com/rust-lang/crates.io-index"
8029checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8030dependencies = [
8031 "proc-macro2",
8032 "quote",
8033 "syn 2.0.90",
8034]
8035
8036[[package]]
8037name = "num-format"
8038version = "0.4.4"
8039source = "registry+https://github.com/rust-lang/crates.io-index"
8040checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8041dependencies = [
8042 "arrayvec",
8043 "itoa",
8044]
8045
8046[[package]]
8047name = "num-integer"
8048version = "0.1.46"
8049source = "registry+https://github.com/rust-lang/crates.io-index"
8050checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8051dependencies = [
8052 "num-traits",
8053]
8054
8055[[package]]
8056name = "num-iter"
8057version = "0.1.45"
8058source = "registry+https://github.com/rust-lang/crates.io-index"
8059checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8060dependencies = [
8061 "autocfg",
8062 "num-integer",
8063 "num-traits",
8064]
8065
8066[[package]]
8067name = "num-modular"
8068version = "0.6.1"
8069source = "registry+https://github.com/rust-lang/crates.io-index"
8070checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8071
8072[[package]]
8073name = "num-order"
8074version = "1.2.0"
8075source = "registry+https://github.com/rust-lang/crates.io-index"
8076checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8077dependencies = [
8078 "num-modular",
8079]
8080
8081[[package]]
8082name = "num-rational"
8083version = "0.4.2"
8084source = "registry+https://github.com/rust-lang/crates.io-index"
8085checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8086dependencies = [
8087 "num-bigint",
8088 "num-integer",
8089 "num-traits",
8090]
8091
8092[[package]]
8093name = "num-traits"
8094version = "0.2.19"
8095source = "registry+https://github.com/rust-lang/crates.io-index"
8096checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8097dependencies = [
8098 "autocfg",
8099 "libm",
8100]
8101
8102[[package]]
8103name = "num_cpus"
8104version = "1.16.0"
8105source = "registry+https://github.com/rust-lang/crates.io-index"
8106checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8107dependencies = [
8108 "hermit-abi 0.3.9",
8109 "libc",
8110]
8111
8112[[package]]
8113name = "num_enum"
8114version = "0.7.3"
8115source = "registry+https://github.com/rust-lang/crates.io-index"
8116checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8117dependencies = [
8118 "num_enum_derive",
8119]
8120
8121[[package]]
8122name = "num_enum_derive"
8123version = "0.7.3"
8124source = "registry+https://github.com/rust-lang/crates.io-index"
8125checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8126dependencies = [
8127 "proc-macro-crate",
8128 "proc-macro2",
8129 "quote",
8130 "syn 2.0.90",
8131]
8132
8133[[package]]
8134name = "num_threads"
8135version = "0.1.7"
8136source = "registry+https://github.com/rust-lang/crates.io-index"
8137checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8138dependencies = [
8139 "libc",
8140]
8141
8142[[package]]
8143name = "nvim-rs"
8144version = "0.8.0-pre"
8145source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8146dependencies = [
8147 "async-trait",
8148 "futures 0.3.31",
8149 "log",
8150 "parity-tokio-ipc",
8151 "rmp",
8152 "rmpv",
8153 "tokio",
8154 "tokio-util",
8155 "winapi",
8156]
8157
8158[[package]]
8159name = "objc"
8160version = "0.2.7"
8161source = "registry+https://github.com/rust-lang/crates.io-index"
8162checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8163dependencies = [
8164 "malloc_buf",
8165]
8166
8167[[package]]
8168name = "objc-sys"
8169version = "0.3.5"
8170source = "registry+https://github.com/rust-lang/crates.io-index"
8171checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8172
8173[[package]]
8174name = "objc2"
8175version = "0.5.2"
8176source = "registry+https://github.com/rust-lang/crates.io-index"
8177checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8178dependencies = [
8179 "objc-sys",
8180 "objc2-encode",
8181]
8182
8183[[package]]
8184name = "objc2-app-kit"
8185version = "0.2.2"
8186source = "registry+https://github.com/rust-lang/crates.io-index"
8187checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8188dependencies = [
8189 "bitflags 2.6.0",
8190 "block2",
8191 "libc",
8192 "objc2",
8193 "objc2-core-data",
8194 "objc2-core-image",
8195 "objc2-foundation",
8196 "objc2-quartz-core",
8197]
8198
8199[[package]]
8200name = "objc2-cloud-kit"
8201version = "0.2.2"
8202source = "registry+https://github.com/rust-lang/crates.io-index"
8203checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8204dependencies = [
8205 "bitflags 2.6.0",
8206 "block2",
8207 "objc2",
8208 "objc2-core-location",
8209 "objc2-foundation",
8210]
8211
8212[[package]]
8213name = "objc2-contacts"
8214version = "0.2.2"
8215source = "registry+https://github.com/rust-lang/crates.io-index"
8216checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8217dependencies = [
8218 "block2",
8219 "objc2",
8220 "objc2-foundation",
8221]
8222
8223[[package]]
8224name = "objc2-core-data"
8225version = "0.2.2"
8226source = "registry+https://github.com/rust-lang/crates.io-index"
8227checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8228dependencies = [
8229 "bitflags 2.6.0",
8230 "block2",
8231 "objc2",
8232 "objc2-foundation",
8233]
8234
8235[[package]]
8236name = "objc2-core-image"
8237version = "0.2.2"
8238source = "registry+https://github.com/rust-lang/crates.io-index"
8239checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8240dependencies = [
8241 "block2",
8242 "objc2",
8243 "objc2-foundation",
8244 "objc2-metal",
8245]
8246
8247[[package]]
8248name = "objc2-core-location"
8249version = "0.2.2"
8250source = "registry+https://github.com/rust-lang/crates.io-index"
8251checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8252dependencies = [
8253 "block2",
8254 "objc2",
8255 "objc2-contacts",
8256 "objc2-foundation",
8257]
8258
8259[[package]]
8260name = "objc2-encode"
8261version = "4.0.3"
8262source = "registry+https://github.com/rust-lang/crates.io-index"
8263checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8264
8265[[package]]
8266name = "objc2-foundation"
8267version = "0.2.2"
8268source = "registry+https://github.com/rust-lang/crates.io-index"
8269checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8270dependencies = [
8271 "bitflags 2.6.0",
8272 "block2",
8273 "libc",
8274 "objc2",
8275]
8276
8277[[package]]
8278name = "objc2-link-presentation"
8279version = "0.2.2"
8280source = "registry+https://github.com/rust-lang/crates.io-index"
8281checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8282dependencies = [
8283 "block2",
8284 "objc2",
8285 "objc2-app-kit",
8286 "objc2-foundation",
8287]
8288
8289[[package]]
8290name = "objc2-metal"
8291version = "0.2.2"
8292source = "registry+https://github.com/rust-lang/crates.io-index"
8293checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8294dependencies = [
8295 "bitflags 2.6.0",
8296 "block2",
8297 "objc2",
8298 "objc2-foundation",
8299]
8300
8301[[package]]
8302name = "objc2-quartz-core"
8303version = "0.2.2"
8304source = "registry+https://github.com/rust-lang/crates.io-index"
8305checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8306dependencies = [
8307 "bitflags 2.6.0",
8308 "block2",
8309 "objc2",
8310 "objc2-foundation",
8311 "objc2-metal",
8312]
8313
8314[[package]]
8315name = "objc2-symbols"
8316version = "0.2.2"
8317source = "registry+https://github.com/rust-lang/crates.io-index"
8318checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8319dependencies = [
8320 "objc2",
8321 "objc2-foundation",
8322]
8323
8324[[package]]
8325name = "objc2-ui-kit"
8326version = "0.2.2"
8327source = "registry+https://github.com/rust-lang/crates.io-index"
8328checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8329dependencies = [
8330 "bitflags 2.6.0",
8331 "block2",
8332 "objc2",
8333 "objc2-cloud-kit",
8334 "objc2-core-data",
8335 "objc2-core-image",
8336 "objc2-core-location",
8337 "objc2-foundation",
8338 "objc2-link-presentation",
8339 "objc2-quartz-core",
8340 "objc2-symbols",
8341 "objc2-uniform-type-identifiers",
8342 "objc2-user-notifications",
8343]
8344
8345[[package]]
8346name = "objc2-uniform-type-identifiers"
8347version = "0.2.2"
8348source = "registry+https://github.com/rust-lang/crates.io-index"
8349checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8350dependencies = [
8351 "block2",
8352 "objc2",
8353 "objc2-foundation",
8354]
8355
8356[[package]]
8357name = "objc2-user-notifications"
8358version = "0.2.2"
8359source = "registry+https://github.com/rust-lang/crates.io-index"
8360checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8361dependencies = [
8362 "bitflags 2.6.0",
8363 "block2",
8364 "objc2",
8365 "objc2-core-location",
8366 "objc2-foundation",
8367]
8368
8369[[package]]
8370name = "object"
8371version = "0.36.5"
8372source = "registry+https://github.com/rust-lang/crates.io-index"
8373checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8374dependencies = [
8375 "crc32fast",
8376 "hashbrown 0.15.2",
8377 "indexmap 2.7.0",
8378 "memchr",
8379]
8380
8381[[package]]
8382name = "oboe"
8383version = "0.6.1"
8384source = "registry+https://github.com/rust-lang/crates.io-index"
8385checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8386dependencies = [
8387 "jni",
8388 "ndk",
8389 "ndk-context",
8390 "num-derive",
8391 "num-traits",
8392 "oboe-sys",
8393]
8394
8395[[package]]
8396name = "oboe-sys"
8397version = "0.6.1"
8398source = "registry+https://github.com/rust-lang/crates.io-index"
8399checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8400dependencies = [
8401 "cc",
8402]
8403
8404[[package]]
8405name = "ollama"
8406version = "0.1.0"
8407dependencies = [
8408 "anyhow",
8409 "futures 0.3.31",
8410 "http_client",
8411 "schemars",
8412 "serde",
8413 "serde_json",
8414]
8415
8416[[package]]
8417name = "once_cell"
8418version = "1.20.2"
8419source = "registry+https://github.com/rust-lang/crates.io-index"
8420checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8421
8422[[package]]
8423name = "oo7"
8424version = "0.3.3"
8425source = "registry+https://github.com/rust-lang/crates.io-index"
8426checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
8427dependencies = [
8428 "aes",
8429 "async-fs 2.1.2",
8430 "async-io 2.4.0",
8431 "async-lock 3.4.0",
8432 "async-net 2.0.0",
8433 "blocking",
8434 "cbc",
8435 "cipher",
8436 "digest",
8437 "endi",
8438 "futures-lite 2.5.0",
8439 "futures-util",
8440 "hkdf",
8441 "hmac",
8442 "md-5",
8443 "num",
8444 "num-bigint-dig",
8445 "pbkdf2 0.12.2",
8446 "rand 0.8.5",
8447 "serde",
8448 "sha2",
8449 "subtle",
8450 "zbus 4.4.0",
8451 "zeroize",
8452 "zvariant 4.2.0",
8453]
8454
8455[[package]]
8456name = "oorandom"
8457version = "11.1.4"
8458source = "registry+https://github.com/rust-lang/crates.io-index"
8459checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8460
8461[[package]]
8462name = "open"
8463version = "5.3.1"
8464source = "registry+https://github.com/rust-lang/crates.io-index"
8465checksum = "3ecd52f0b8d15c40ce4820aa251ed5de032e5d91fab27f7db2f40d42a8bdf69c"
8466dependencies = [
8467 "is-wsl",
8468 "libc",
8469 "pathdiff",
8470]
8471
8472[[package]]
8473name = "open_ai"
8474version = "0.1.0"
8475dependencies = [
8476 "anyhow",
8477 "futures 0.3.31",
8478 "http_client",
8479 "schemars",
8480 "serde",
8481 "serde_json",
8482 "strum 0.25.0",
8483]
8484
8485[[package]]
8486name = "opener"
8487version = "0.7.2"
8488source = "registry+https://github.com/rust-lang/crates.io-index"
8489checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8490dependencies = [
8491 "bstr",
8492 "dbus",
8493 "normpath",
8494 "windows-sys 0.59.0",
8495]
8496
8497[[package]]
8498name = "openssl"
8499version = "0.10.68"
8500source = "registry+https://github.com/rust-lang/crates.io-index"
8501checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8502dependencies = [
8503 "bitflags 2.6.0",
8504 "cfg-if",
8505 "foreign-types 0.3.2",
8506 "libc",
8507 "once_cell",
8508 "openssl-macros",
8509 "openssl-sys",
8510]
8511
8512[[package]]
8513name = "openssl-macros"
8514version = "0.1.1"
8515source = "registry+https://github.com/rust-lang/crates.io-index"
8516checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8517dependencies = [
8518 "proc-macro2",
8519 "quote",
8520 "syn 2.0.90",
8521]
8522
8523[[package]]
8524name = "openssl-probe"
8525version = "0.1.5"
8526source = "registry+https://github.com/rust-lang/crates.io-index"
8527checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8528
8529[[package]]
8530name = "openssl-src"
8531version = "300.4.1+3.4.0"
8532source = "registry+https://github.com/rust-lang/crates.io-index"
8533checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8534dependencies = [
8535 "cc",
8536]
8537
8538[[package]]
8539name = "openssl-sys"
8540version = "0.9.104"
8541source = "registry+https://github.com/rust-lang/crates.io-index"
8542checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8543dependencies = [
8544 "cc",
8545 "libc",
8546 "openssl-src",
8547 "pkg-config",
8548 "vcpkg",
8549]
8550
8551[[package]]
8552name = "option-ext"
8553version = "0.2.0"
8554source = "registry+https://github.com/rust-lang/crates.io-index"
8555checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8556
8557[[package]]
8558name = "ordered-float"
8559version = "2.10.1"
8560source = "registry+https://github.com/rust-lang/crates.io-index"
8561checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8562dependencies = [
8563 "num-traits",
8564]
8565
8566[[package]]
8567name = "ordered-float"
8568version = "3.9.2"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8571dependencies = [
8572 "num-traits",
8573]
8574
8575[[package]]
8576name = "ordered-stream"
8577version = "0.2.0"
8578source = "registry+https://github.com/rust-lang/crates.io-index"
8579checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8580dependencies = [
8581 "futures-core",
8582 "pin-project-lite",
8583]
8584
8585[[package]]
8586name = "ouroboros"
8587version = "0.18.4"
8588source = "registry+https://github.com/rust-lang/crates.io-index"
8589checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8590dependencies = [
8591 "aliasable",
8592 "ouroboros_macro",
8593 "static_assertions",
8594]
8595
8596[[package]]
8597name = "ouroboros_macro"
8598version = "0.18.4"
8599source = "registry+https://github.com/rust-lang/crates.io-index"
8600checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8601dependencies = [
8602 "heck 0.4.1",
8603 "itertools 0.12.1",
8604 "proc-macro2",
8605 "proc-macro2-diagnostics",
8606 "quote",
8607 "syn 2.0.90",
8608]
8609
8610[[package]]
8611name = "outline"
8612version = "0.1.0"
8613dependencies = [
8614 "editor",
8615 "fuzzy",
8616 "gpui",
8617 "indoc",
8618 "language",
8619 "menu",
8620 "ordered-float 2.10.1",
8621 "picker",
8622 "project",
8623 "rope",
8624 "serde_json",
8625 "settings",
8626 "smol",
8627 "theme",
8628 "tree-sitter-rust",
8629 "tree-sitter-typescript",
8630 "ui",
8631 "util",
8632 "workspace",
8633]
8634
8635[[package]]
8636name = "outline_panel"
8637version = "0.1.0"
8638dependencies = [
8639 "anyhow",
8640 "collections",
8641 "db",
8642 "editor",
8643 "file_icons",
8644 "fuzzy",
8645 "gpui",
8646 "itertools 0.13.0",
8647 "language",
8648 "log",
8649 "menu",
8650 "outline",
8651 "pretty_assertions",
8652 "project",
8653 "schemars",
8654 "search",
8655 "serde",
8656 "serde_json",
8657 "settings",
8658 "smallvec",
8659 "smol",
8660 "theme",
8661 "ui",
8662 "util",
8663 "workspace",
8664 "worktree",
8665]
8666
8667[[package]]
8668name = "outref"
8669version = "0.5.1"
8670source = "registry+https://github.com/rust-lang/crates.io-index"
8671checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8672
8673[[package]]
8674name = "overload"
8675version = "0.1.1"
8676source = "registry+https://github.com/rust-lang/crates.io-index"
8677checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8678
8679[[package]]
8680name = "p256"
8681version = "0.11.1"
8682source = "registry+https://github.com/rust-lang/crates.io-index"
8683checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8684dependencies = [
8685 "ecdsa",
8686 "elliptic-curve",
8687 "sha2",
8688]
8689
8690[[package]]
8691name = "page_size"
8692version = "0.6.0"
8693source = "registry+https://github.com/rust-lang/crates.io-index"
8694checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8695dependencies = [
8696 "libc",
8697 "winapi",
8698]
8699
8700[[package]]
8701name = "palette"
8702version = "0.7.6"
8703source = "registry+https://github.com/rust-lang/crates.io-index"
8704checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8705dependencies = [
8706 "approx",
8707 "fast-srgb8",
8708 "palette_derive",
8709]
8710
8711[[package]]
8712name = "palette_derive"
8713version = "0.7.6"
8714source = "registry+https://github.com/rust-lang/crates.io-index"
8715checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8716dependencies = [
8717 "by_address",
8718 "proc-macro2",
8719 "quote",
8720 "syn 2.0.90",
8721]
8722
8723[[package]]
8724name = "parity-tokio-ipc"
8725version = "0.9.0"
8726source = "registry+https://github.com/rust-lang/crates.io-index"
8727checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8728dependencies = [
8729 "futures 0.3.31",
8730 "libc",
8731 "log",
8732 "rand 0.7.3",
8733 "tokio",
8734 "winapi",
8735]
8736
8737[[package]]
8738name = "parking"
8739version = "2.2.1"
8740source = "registry+https://github.com/rust-lang/crates.io-index"
8741checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8742
8743[[package]]
8744name = "parking_lot"
8745version = "0.12.3"
8746source = "registry+https://github.com/rust-lang/crates.io-index"
8747checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8748dependencies = [
8749 "lock_api",
8750 "parking_lot_core",
8751]
8752
8753[[package]]
8754name = "parking_lot_core"
8755version = "0.9.10"
8756source = "registry+https://github.com/rust-lang/crates.io-index"
8757checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8758dependencies = [
8759 "cfg-if",
8760 "libc",
8761 "redox_syscall 0.5.8",
8762 "smallvec",
8763 "windows-targets 0.52.6",
8764]
8765
8766[[package]]
8767name = "password-hash"
8768version = "0.4.2"
8769source = "registry+https://github.com/rust-lang/crates.io-index"
8770checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8771dependencies = [
8772 "base64ct",
8773 "rand_core 0.6.4",
8774 "subtle",
8775]
8776
8777[[package]]
8778name = "password-hash"
8779version = "0.5.0"
8780source = "registry+https://github.com/rust-lang/crates.io-index"
8781checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8782dependencies = [
8783 "base64ct",
8784 "rand_core 0.6.4",
8785 "subtle",
8786]
8787
8788[[package]]
8789name = "paste"
8790version = "1.0.15"
8791source = "registry+https://github.com/rust-lang/crates.io-index"
8792checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8793
8794[[package]]
8795name = "pathdiff"
8796version = "0.2.3"
8797source = "registry+https://github.com/rust-lang/crates.io-index"
8798checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8799
8800[[package]]
8801name = "pathfinder_geometry"
8802version = "0.5.1"
8803source = "registry+https://github.com/rust-lang/crates.io-index"
8804checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8805dependencies = [
8806 "log",
8807 "pathfinder_simd",
8808]
8809
8810[[package]]
8811name = "pathfinder_simd"
8812version = "0.5.4"
8813source = "registry+https://github.com/rust-lang/crates.io-index"
8814checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8815dependencies = [
8816 "rustc_version",
8817]
8818
8819[[package]]
8820name = "paths"
8821version = "0.1.0"
8822dependencies = [
8823 "dirs 4.0.0",
8824 "util",
8825]
8826
8827[[package]]
8828name = "pbjson"
8829version = "0.6.0"
8830source = "registry+https://github.com/rust-lang/crates.io-index"
8831checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8832dependencies = [
8833 "base64 0.21.7",
8834 "serde",
8835]
8836
8837[[package]]
8838name = "pbjson-build"
8839version = "0.6.2"
8840source = "registry+https://github.com/rust-lang/crates.io-index"
8841checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8842dependencies = [
8843 "heck 0.4.1",
8844 "itertools 0.11.0",
8845 "prost 0.12.6",
8846 "prost-types 0.12.6",
8847]
8848
8849[[package]]
8850name = "pbjson-types"
8851version = "0.6.0"
8852source = "registry+https://github.com/rust-lang/crates.io-index"
8853checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8854dependencies = [
8855 "bytes 1.9.0",
8856 "chrono",
8857 "pbjson",
8858 "pbjson-build",
8859 "prost 0.12.6",
8860 "prost-build 0.12.6",
8861 "serde",
8862]
8863
8864[[package]]
8865name = "pbkdf2"
8866version = "0.11.0"
8867source = "registry+https://github.com/rust-lang/crates.io-index"
8868checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8869dependencies = [
8870 "digest",
8871 "hmac",
8872 "password-hash 0.4.2",
8873 "sha2",
8874]
8875
8876[[package]]
8877name = "pbkdf2"
8878version = "0.12.2"
8879source = "registry+https://github.com/rust-lang/crates.io-index"
8880checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8881dependencies = [
8882 "digest",
8883 "hmac",
8884]
8885
8886[[package]]
8887name = "pem"
8888version = "3.0.4"
8889source = "registry+https://github.com/rust-lang/crates.io-index"
8890checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8891dependencies = [
8892 "base64 0.22.1",
8893 "serde",
8894]
8895
8896[[package]]
8897name = "pem-rfc7468"
8898version = "0.7.0"
8899source = "registry+https://github.com/rust-lang/crates.io-index"
8900checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8901dependencies = [
8902 "base64ct",
8903]
8904
8905[[package]]
8906name = "percent-encoding"
8907version = "2.3.1"
8908source = "registry+https://github.com/rust-lang/crates.io-index"
8909checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8910
8911[[package]]
8912name = "perplexity"
8913version = "0.1.0"
8914dependencies = [
8915 "serde",
8916 "zed_extension_api 0.2.0",
8917]
8918
8919[[package]]
8920name = "pest"
8921version = "2.7.15"
8922source = "registry+https://github.com/rust-lang/crates.io-index"
8923checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8924dependencies = [
8925 "memchr",
8926 "thiserror 2.0.6",
8927 "ucd-trie",
8928]
8929
8930[[package]]
8931name = "pest_derive"
8932version = "2.7.15"
8933source = "registry+https://github.com/rust-lang/crates.io-index"
8934checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8935dependencies = [
8936 "pest",
8937 "pest_generator",
8938]
8939
8940[[package]]
8941name = "pest_generator"
8942version = "2.7.15"
8943source = "registry+https://github.com/rust-lang/crates.io-index"
8944checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
8945dependencies = [
8946 "pest",
8947 "pest_meta",
8948 "proc-macro2",
8949 "quote",
8950 "syn 2.0.90",
8951]
8952
8953[[package]]
8954name = "pest_meta"
8955version = "2.7.15"
8956source = "registry+https://github.com/rust-lang/crates.io-index"
8957checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
8958dependencies = [
8959 "once_cell",
8960 "pest",
8961 "sha2",
8962]
8963
8964[[package]]
8965name = "pet"
8966version = "0.1.0"
8967source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8968dependencies = [
8969 "clap",
8970 "env_logger 0.10.2",
8971 "lazy_static",
8972 "log",
8973 "msvc_spectre_libs",
8974 "pet-conda",
8975 "pet-core",
8976 "pet-env-var-path",
8977 "pet-fs",
8978 "pet-global-virtualenvs",
8979 "pet-homebrew",
8980 "pet-jsonrpc",
8981 "pet-linux-global-python",
8982 "pet-mac-commandlinetools",
8983 "pet-mac-python-org",
8984 "pet-mac-xcode",
8985 "pet-pipenv",
8986 "pet-poetry",
8987 "pet-pyenv",
8988 "pet-python-utils",
8989 "pet-reporter",
8990 "pet-telemetry",
8991 "pet-venv",
8992 "pet-virtualenv",
8993 "pet-virtualenvwrapper",
8994 "pet-windows-registry",
8995 "pet-windows-store",
8996 "serde",
8997 "serde_json",
8998]
8999
9000[[package]]
9001name = "pet-conda"
9002version = "0.1.0"
9003source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9004dependencies = [
9005 "env_logger 0.10.2",
9006 "lazy_static",
9007 "log",
9008 "msvc_spectre_libs",
9009 "pet-core",
9010 "pet-fs",
9011 "pet-python-utils",
9012 "pet-reporter",
9013 "regex",
9014 "serde",
9015 "serde_json",
9016 "yaml-rust2",
9017]
9018
9019[[package]]
9020name = "pet-core"
9021version = "0.1.0"
9022source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9023dependencies = [
9024 "clap",
9025 "lazy_static",
9026 "log",
9027 "msvc_spectre_libs",
9028 "pet-fs",
9029 "regex",
9030 "serde",
9031 "serde_json",
9032]
9033
9034[[package]]
9035name = "pet-env-var-path"
9036version = "0.1.0"
9037source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9038dependencies = [
9039 "lazy_static",
9040 "log",
9041 "msvc_spectre_libs",
9042 "pet-conda",
9043 "pet-core",
9044 "pet-fs",
9045 "pet-python-utils",
9046 "pet-virtualenv",
9047 "regex",
9048]
9049
9050[[package]]
9051name = "pet-fs"
9052version = "0.1.0"
9053source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9054dependencies = [
9055 "log",
9056 "msvc_spectre_libs",
9057]
9058
9059[[package]]
9060name = "pet-global-virtualenvs"
9061version = "0.1.0"
9062source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9063dependencies = [
9064 "log",
9065 "msvc_spectre_libs",
9066 "pet-conda",
9067 "pet-core",
9068 "pet-fs",
9069 "pet-virtualenv",
9070]
9071
9072[[package]]
9073name = "pet-homebrew"
9074version = "0.1.0"
9075source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9076dependencies = [
9077 "lazy_static",
9078 "log",
9079 "msvc_spectre_libs",
9080 "pet-conda",
9081 "pet-core",
9082 "pet-fs",
9083 "pet-python-utils",
9084 "pet-virtualenv",
9085 "regex",
9086 "serde",
9087 "serde_json",
9088]
9089
9090[[package]]
9091name = "pet-jsonrpc"
9092version = "0.1.0"
9093source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9094dependencies = [
9095 "env_logger 0.10.2",
9096 "log",
9097 "msvc_spectre_libs",
9098 "pet-core",
9099 "serde",
9100 "serde_json",
9101]
9102
9103[[package]]
9104name = "pet-linux-global-python"
9105version = "0.1.0"
9106source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9107dependencies = [
9108 "log",
9109 "msvc_spectre_libs",
9110 "pet-core",
9111 "pet-fs",
9112 "pet-python-utils",
9113 "pet-virtualenv",
9114]
9115
9116[[package]]
9117name = "pet-mac-commandlinetools"
9118version = "0.1.0"
9119source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9120dependencies = [
9121 "log",
9122 "msvc_spectre_libs",
9123 "pet-core",
9124 "pet-fs",
9125 "pet-python-utils",
9126 "pet-virtualenv",
9127]
9128
9129[[package]]
9130name = "pet-mac-python-org"
9131version = "0.1.0"
9132source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9133dependencies = [
9134 "log",
9135 "msvc_spectre_libs",
9136 "pet-core",
9137 "pet-fs",
9138 "pet-python-utils",
9139 "pet-virtualenv",
9140]
9141
9142[[package]]
9143name = "pet-mac-xcode"
9144version = "0.1.0"
9145source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9146dependencies = [
9147 "log",
9148 "msvc_spectre_libs",
9149 "pet-core",
9150 "pet-fs",
9151 "pet-python-utils",
9152 "pet-virtualenv",
9153]
9154
9155[[package]]
9156name = "pet-pipenv"
9157version = "0.1.0"
9158source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9159dependencies = [
9160 "log",
9161 "msvc_spectre_libs",
9162 "pet-core",
9163 "pet-fs",
9164 "pet-python-utils",
9165 "pet-virtualenv",
9166]
9167
9168[[package]]
9169name = "pet-poetry"
9170version = "0.1.0"
9171source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9172dependencies = [
9173 "base64 0.22.1",
9174 "lazy_static",
9175 "log",
9176 "msvc_spectre_libs",
9177 "pet-core",
9178 "pet-fs",
9179 "pet-python-utils",
9180 "pet-reporter",
9181 "pet-virtualenv",
9182 "regex",
9183 "serde",
9184 "serde_json",
9185 "sha2",
9186 "toml 0.8.19",
9187]
9188
9189[[package]]
9190name = "pet-pyenv"
9191version = "0.1.0"
9192source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9193dependencies = [
9194 "lazy_static",
9195 "log",
9196 "msvc_spectre_libs",
9197 "pet-conda",
9198 "pet-core",
9199 "pet-fs",
9200 "pet-python-utils",
9201 "pet-reporter",
9202 "regex",
9203 "serde",
9204 "serde_json",
9205]
9206
9207[[package]]
9208name = "pet-python-utils"
9209version = "0.1.0"
9210source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9211dependencies = [
9212 "env_logger 0.10.2",
9213 "lazy_static",
9214 "log",
9215 "msvc_spectre_libs",
9216 "pet-core",
9217 "pet-fs",
9218 "regex",
9219 "serde",
9220 "serde_json",
9221 "sha2",
9222]
9223
9224[[package]]
9225name = "pet-reporter"
9226version = "0.1.0"
9227source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9228dependencies = [
9229 "env_logger 0.10.2",
9230 "log",
9231 "msvc_spectre_libs",
9232 "pet-core",
9233 "pet-jsonrpc",
9234 "serde",
9235 "serde_json",
9236]
9237
9238[[package]]
9239name = "pet-telemetry"
9240version = "0.1.0"
9241source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9242dependencies = [
9243 "env_logger 0.10.2",
9244 "lazy_static",
9245 "log",
9246 "msvc_spectre_libs",
9247 "pet-core",
9248 "pet-fs",
9249 "pet-python-utils",
9250 "regex",
9251]
9252
9253[[package]]
9254name = "pet-venv"
9255version = "0.1.0"
9256source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9257dependencies = [
9258 "log",
9259 "msvc_spectre_libs",
9260 "pet-core",
9261 "pet-python-utils",
9262 "pet-virtualenv",
9263]
9264
9265[[package]]
9266name = "pet-virtualenv"
9267version = "0.1.0"
9268source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9269dependencies = [
9270 "log",
9271 "msvc_spectre_libs",
9272 "pet-core",
9273 "pet-fs",
9274 "pet-python-utils",
9275]
9276
9277[[package]]
9278name = "pet-virtualenvwrapper"
9279version = "0.1.0"
9280source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9281dependencies = [
9282 "log",
9283 "msvc_spectre_libs",
9284 "pet-core",
9285 "pet-fs",
9286 "pet-python-utils",
9287 "pet-virtualenv",
9288]
9289
9290[[package]]
9291name = "pet-windows-registry"
9292version = "0.1.0"
9293source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9294dependencies = [
9295 "lazy_static",
9296 "log",
9297 "msvc_spectre_libs",
9298 "pet-conda",
9299 "pet-core",
9300 "pet-fs",
9301 "pet-python-utils",
9302 "pet-virtualenv",
9303 "pet-windows-store",
9304 "regex",
9305 "winreg 0.52.0",
9306]
9307
9308[[package]]
9309name = "pet-windows-store"
9310version = "0.1.0"
9311source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
9312dependencies = [
9313 "lazy_static",
9314 "log",
9315 "msvc_spectre_libs",
9316 "pet-core",
9317 "pet-fs",
9318 "pet-python-utils",
9319 "pet-virtualenv",
9320 "regex",
9321 "winreg 0.52.0",
9322]
9323
9324[[package]]
9325name = "petgraph"
9326version = "0.6.5"
9327source = "registry+https://github.com/rust-lang/crates.io-index"
9328checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9329dependencies = [
9330 "fixedbitset",
9331 "indexmap 2.7.0",
9332]
9333
9334[[package]]
9335name = "phf"
9336version = "0.11.2"
9337source = "registry+https://github.com/rust-lang/crates.io-index"
9338checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9339dependencies = [
9340 "phf_macros",
9341 "phf_shared 0.11.2",
9342]
9343
9344[[package]]
9345name = "phf_codegen"
9346version = "0.11.2"
9347source = "registry+https://github.com/rust-lang/crates.io-index"
9348checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9349dependencies = [
9350 "phf_generator 0.11.2",
9351 "phf_shared 0.11.2",
9352]
9353
9354[[package]]
9355name = "phf_generator"
9356version = "0.10.0"
9357source = "registry+https://github.com/rust-lang/crates.io-index"
9358checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9359dependencies = [
9360 "phf_shared 0.10.0",
9361 "rand 0.8.5",
9362]
9363
9364[[package]]
9365name = "phf_generator"
9366version = "0.11.2"
9367source = "registry+https://github.com/rust-lang/crates.io-index"
9368checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9369dependencies = [
9370 "phf_shared 0.11.2",
9371 "rand 0.8.5",
9372]
9373
9374[[package]]
9375name = "phf_macros"
9376version = "0.11.2"
9377source = "registry+https://github.com/rust-lang/crates.io-index"
9378checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9379dependencies = [
9380 "phf_generator 0.11.2",
9381 "phf_shared 0.11.2",
9382 "proc-macro2",
9383 "quote",
9384 "syn 2.0.90",
9385]
9386
9387[[package]]
9388name = "phf_shared"
9389version = "0.10.0"
9390source = "registry+https://github.com/rust-lang/crates.io-index"
9391checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9392dependencies = [
9393 "siphasher 0.3.11",
9394]
9395
9396[[package]]
9397name = "phf_shared"
9398version = "0.11.2"
9399source = "registry+https://github.com/rust-lang/crates.io-index"
9400checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9401dependencies = [
9402 "siphasher 0.3.11",
9403]
9404
9405[[package]]
9406name = "picker"
9407version = "0.1.0"
9408dependencies = [
9409 "anyhow",
9410 "ctor",
9411 "editor",
9412 "env_logger 0.11.6",
9413 "gpui",
9414 "menu",
9415 "serde",
9416 "serde_json",
9417 "ui",
9418 "workspace",
9419]
9420
9421[[package]]
9422name = "pico-args"
9423version = "0.5.0"
9424source = "registry+https://github.com/rust-lang/crates.io-index"
9425checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9426
9427[[package]]
9428name = "pin-project"
9429version = "1.1.7"
9430source = "registry+https://github.com/rust-lang/crates.io-index"
9431checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9432dependencies = [
9433 "pin-project-internal",
9434]
9435
9436[[package]]
9437name = "pin-project-internal"
9438version = "1.1.7"
9439source = "registry+https://github.com/rust-lang/crates.io-index"
9440checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9441dependencies = [
9442 "proc-macro2",
9443 "quote",
9444 "syn 2.0.90",
9445]
9446
9447[[package]]
9448name = "pin-project-lite"
9449version = "0.2.15"
9450source = "registry+https://github.com/rust-lang/crates.io-index"
9451checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
9452
9453[[package]]
9454name = "pin-utils"
9455version = "0.1.0"
9456source = "registry+https://github.com/rust-lang/crates.io-index"
9457checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9458
9459[[package]]
9460name = "piper"
9461version = "0.2.4"
9462source = "registry+https://github.com/rust-lang/crates.io-index"
9463checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9464dependencies = [
9465 "atomic-waker",
9466 "fastrand 2.3.0",
9467 "futures-io",
9468]
9469
9470[[package]]
9471name = "pkcs1"
9472version = "0.7.5"
9473source = "registry+https://github.com/rust-lang/crates.io-index"
9474checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9475dependencies = [
9476 "der 0.7.9",
9477 "pkcs8 0.10.2",
9478 "spki 0.7.3",
9479]
9480
9481[[package]]
9482name = "pkcs8"
9483version = "0.9.0"
9484source = "registry+https://github.com/rust-lang/crates.io-index"
9485checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9486dependencies = [
9487 "der 0.6.1",
9488 "spki 0.6.0",
9489]
9490
9491[[package]]
9492name = "pkcs8"
9493version = "0.10.2"
9494source = "registry+https://github.com/rust-lang/crates.io-index"
9495checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9496dependencies = [
9497 "der 0.7.9",
9498 "spki 0.7.3",
9499]
9500
9501[[package]]
9502name = "pkg-config"
9503version = "0.3.31"
9504source = "registry+https://github.com/rust-lang/crates.io-index"
9505checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9506
9507[[package]]
9508name = "plist"
9509version = "1.7.0"
9510source = "registry+https://github.com/rust-lang/crates.io-index"
9511checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9512dependencies = [
9513 "base64 0.22.1",
9514 "indexmap 2.7.0",
9515 "quick-xml 0.32.0",
9516 "serde",
9517 "time",
9518]
9519
9520[[package]]
9521name = "plotters"
9522version = "0.3.7"
9523source = "registry+https://github.com/rust-lang/crates.io-index"
9524checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9525dependencies = [
9526 "num-traits",
9527 "plotters-backend",
9528 "plotters-svg",
9529 "wasm-bindgen",
9530 "web-sys",
9531]
9532
9533[[package]]
9534name = "plotters-backend"
9535version = "0.3.7"
9536source = "registry+https://github.com/rust-lang/crates.io-index"
9537checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9538
9539[[package]]
9540name = "plotters-svg"
9541version = "0.3.7"
9542source = "registry+https://github.com/rust-lang/crates.io-index"
9543checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9544dependencies = [
9545 "plotters-backend",
9546]
9547
9548[[package]]
9549name = "png"
9550version = "0.17.15"
9551source = "registry+https://github.com/rust-lang/crates.io-index"
9552checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9553dependencies = [
9554 "bitflags 1.3.2",
9555 "crc32fast",
9556 "fdeflate",
9557 "flate2",
9558 "miniz_oxide",
9559]
9560
9561[[package]]
9562name = "polling"
9563version = "2.8.0"
9564source = "registry+https://github.com/rust-lang/crates.io-index"
9565checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
9566dependencies = [
9567 "autocfg",
9568 "bitflags 1.3.2",
9569 "cfg-if",
9570 "concurrent-queue",
9571 "libc",
9572 "log",
9573 "pin-project-lite",
9574 "windows-sys 0.48.0",
9575]
9576
9577[[package]]
9578name = "polling"
9579version = "3.7.4"
9580source = "registry+https://github.com/rust-lang/crates.io-index"
9581checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9582dependencies = [
9583 "cfg-if",
9584 "concurrent-queue",
9585 "hermit-abi 0.4.0",
9586 "pin-project-lite",
9587 "rustix 0.38.42",
9588 "tracing",
9589 "windows-sys 0.59.0",
9590]
9591
9592[[package]]
9593name = "pollster"
9594version = "0.2.5"
9595source = "registry+https://github.com/rust-lang/crates.io-index"
9596checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9597
9598[[package]]
9599name = "postage"
9600version = "0.5.0"
9601source = "registry+https://github.com/rust-lang/crates.io-index"
9602checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9603dependencies = [
9604 "atomic",
9605 "crossbeam-queue",
9606 "futures 0.3.31",
9607 "log",
9608 "parking_lot",
9609 "pin-project",
9610 "pollster",
9611 "static_assertions",
9612 "thiserror 1.0.69",
9613]
9614
9615[[package]]
9616name = "postcard"
9617version = "1.1.1"
9618source = "registry+https://github.com/rust-lang/crates.io-index"
9619checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9620dependencies = [
9621 "cobs",
9622 "embedded-io 0.4.0",
9623 "embedded-io 0.6.1",
9624 "serde",
9625]
9626
9627[[package]]
9628name = "powerfmt"
9629version = "0.2.0"
9630source = "registry+https://github.com/rust-lang/crates.io-index"
9631checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9632
9633[[package]]
9634name = "ppv-lite86"
9635version = "0.2.20"
9636source = "registry+https://github.com/rust-lang/crates.io-index"
9637checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9638dependencies = [
9639 "zerocopy",
9640]
9641
9642[[package]]
9643name = "precomputed-hash"
9644version = "0.1.1"
9645source = "registry+https://github.com/rust-lang/crates.io-index"
9646checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9647
9648[[package]]
9649name = "prettier"
9650version = "0.1.0"
9651dependencies = [
9652 "anyhow",
9653 "collections",
9654 "fs",
9655 "gpui",
9656 "language",
9657 "log",
9658 "lsp",
9659 "node_runtime",
9660 "parking_lot",
9661 "paths",
9662 "serde",
9663 "serde_json",
9664 "util",
9665]
9666
9667[[package]]
9668name = "pretty_assertions"
9669version = "1.4.1"
9670source = "registry+https://github.com/rust-lang/crates.io-index"
9671checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9672dependencies = [
9673 "diff",
9674 "yansi",
9675]
9676
9677[[package]]
9678name = "prettyplease"
9679version = "0.2.25"
9680source = "registry+https://github.com/rust-lang/crates.io-index"
9681checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9682dependencies = [
9683 "proc-macro2",
9684 "syn 2.0.90",
9685]
9686
9687[[package]]
9688name = "proc-macro-crate"
9689version = "3.2.0"
9690source = "registry+https://github.com/rust-lang/crates.io-index"
9691checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9692dependencies = [
9693 "toml_edit",
9694]
9695
9696[[package]]
9697name = "proc-macro-error-attr2"
9698version = "2.0.0"
9699source = "registry+https://github.com/rust-lang/crates.io-index"
9700checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9701dependencies = [
9702 "proc-macro2",
9703 "quote",
9704]
9705
9706[[package]]
9707name = "proc-macro-error2"
9708version = "2.0.1"
9709source = "registry+https://github.com/rust-lang/crates.io-index"
9710checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9711dependencies = [
9712 "proc-macro-error-attr2",
9713 "proc-macro2",
9714 "quote",
9715 "syn 2.0.90",
9716]
9717
9718[[package]]
9719name = "proc-macro2"
9720version = "1.0.92"
9721source = "registry+https://github.com/rust-lang/crates.io-index"
9722checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
9723dependencies = [
9724 "unicode-ident",
9725]
9726
9727[[package]]
9728name = "proc-macro2-diagnostics"
9729version = "0.10.1"
9730source = "registry+https://github.com/rust-lang/crates.io-index"
9731checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9732dependencies = [
9733 "proc-macro2",
9734 "quote",
9735 "syn 2.0.90",
9736 "version_check",
9737 "yansi",
9738]
9739
9740[[package]]
9741name = "profiling"
9742version = "1.0.16"
9743source = "registry+https://github.com/rust-lang/crates.io-index"
9744checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9745dependencies = [
9746 "profiling-procmacros",
9747]
9748
9749[[package]]
9750name = "profiling-procmacros"
9751version = "1.0.16"
9752source = "registry+https://github.com/rust-lang/crates.io-index"
9753checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9754dependencies = [
9755 "quote",
9756 "syn 2.0.90",
9757]
9758
9759[[package]]
9760name = "project"
9761version = "0.1.0"
9762dependencies = [
9763 "aho-corasick",
9764 "anyhow",
9765 "async-trait",
9766 "client",
9767 "clock",
9768 "collections",
9769 "env_logger 0.11.6",
9770 "fancy-regex 0.14.0",
9771 "fs",
9772 "futures 0.3.31",
9773 "fuzzy",
9774 "git",
9775 "git2",
9776 "globset",
9777 "gpui",
9778 "http_client",
9779 "image",
9780 "itertools 0.13.0",
9781 "language",
9782 "log",
9783 "lsp",
9784 "node_runtime",
9785 "parking_lot",
9786 "pathdiff",
9787 "paths",
9788 "postage",
9789 "prettier",
9790 "pretty_assertions",
9791 "rand 0.8.5",
9792 "regex",
9793 "release_channel",
9794 "remote",
9795 "rpc",
9796 "schemars",
9797 "serde",
9798 "serde_json",
9799 "settings",
9800 "sha2",
9801 "shellexpand 2.1.2",
9802 "shlex",
9803 "similar",
9804 "smol",
9805 "snippet",
9806 "snippet_provider",
9807 "task",
9808 "tempfile",
9809 "terminal",
9810 "text",
9811 "toml 0.8.19",
9812 "unindent",
9813 "url",
9814 "util",
9815 "which 6.0.3",
9816 "worktree",
9817]
9818
9819[[package]]
9820name = "project_panel"
9821version = "0.1.0"
9822dependencies = [
9823 "anyhow",
9824 "client",
9825 "collections",
9826 "command_palette_hooks",
9827 "db",
9828 "editor",
9829 "file_icons",
9830 "git",
9831 "gpui",
9832 "indexmap 1.9.3",
9833 "language",
9834 "menu",
9835 "pretty_assertions",
9836 "project",
9837 "schemars",
9838 "search",
9839 "serde",
9840 "serde_derive",
9841 "serde_json",
9842 "settings",
9843 "smallvec",
9844 "theme",
9845 "ui",
9846 "util",
9847 "workspace",
9848 "worktree",
9849]
9850
9851[[package]]
9852name = "project_symbols"
9853version = "0.1.0"
9854dependencies = [
9855 "anyhow",
9856 "editor",
9857 "futures 0.3.31",
9858 "fuzzy",
9859 "gpui",
9860 "language",
9861 "lsp",
9862 "ordered-float 2.10.1",
9863 "picker",
9864 "project",
9865 "release_channel",
9866 "serde_json",
9867 "settings",
9868 "theme",
9869 "util",
9870 "workspace",
9871]
9872
9873[[package]]
9874name = "prometheus"
9875version = "0.13.4"
9876source = "registry+https://github.com/rust-lang/crates.io-index"
9877checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9878dependencies = [
9879 "cfg-if",
9880 "fnv",
9881 "lazy_static",
9882 "memchr",
9883 "parking_lot",
9884 "protobuf",
9885 "thiserror 1.0.69",
9886]
9887
9888[[package]]
9889name = "prost"
9890version = "0.9.0"
9891source = "registry+https://github.com/rust-lang/crates.io-index"
9892checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9893dependencies = [
9894 "bytes 1.9.0",
9895 "prost-derive 0.9.0",
9896]
9897
9898[[package]]
9899name = "prost"
9900version = "0.12.6"
9901source = "registry+https://github.com/rust-lang/crates.io-index"
9902checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9903dependencies = [
9904 "bytes 1.9.0",
9905 "prost-derive 0.12.6",
9906]
9907
9908[[package]]
9909name = "prost-build"
9910version = "0.9.0"
9911source = "registry+https://github.com/rust-lang/crates.io-index"
9912checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9913dependencies = [
9914 "bytes 1.9.0",
9915 "heck 0.3.3",
9916 "itertools 0.10.5",
9917 "lazy_static",
9918 "log",
9919 "multimap 0.8.3",
9920 "petgraph",
9921 "prost 0.9.0",
9922 "prost-types 0.9.0",
9923 "regex",
9924 "tempfile",
9925 "which 4.4.2",
9926]
9927
9928[[package]]
9929name = "prost-build"
9930version = "0.12.6"
9931source = "registry+https://github.com/rust-lang/crates.io-index"
9932checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
9933dependencies = [
9934 "bytes 1.9.0",
9935 "heck 0.5.0",
9936 "itertools 0.12.1",
9937 "log",
9938 "multimap 0.10.0",
9939 "once_cell",
9940 "petgraph",
9941 "prettyplease",
9942 "prost 0.12.6",
9943 "prost-types 0.12.6",
9944 "regex",
9945 "syn 2.0.90",
9946 "tempfile",
9947]
9948
9949[[package]]
9950name = "prost-derive"
9951version = "0.9.0"
9952source = "registry+https://github.com/rust-lang/crates.io-index"
9953checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9954dependencies = [
9955 "anyhow",
9956 "itertools 0.10.5",
9957 "proc-macro2",
9958 "quote",
9959 "syn 1.0.109",
9960]
9961
9962[[package]]
9963name = "prost-derive"
9964version = "0.12.6"
9965source = "registry+https://github.com/rust-lang/crates.io-index"
9966checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
9967dependencies = [
9968 "anyhow",
9969 "itertools 0.12.1",
9970 "proc-macro2",
9971 "quote",
9972 "syn 2.0.90",
9973]
9974
9975[[package]]
9976name = "prost-types"
9977version = "0.9.0"
9978source = "registry+https://github.com/rust-lang/crates.io-index"
9979checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9980dependencies = [
9981 "bytes 1.9.0",
9982 "prost 0.9.0",
9983]
9984
9985[[package]]
9986name = "prost-types"
9987version = "0.12.6"
9988source = "registry+https://github.com/rust-lang/crates.io-index"
9989checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
9990dependencies = [
9991 "prost 0.12.6",
9992]
9993
9994[[package]]
9995name = "proto"
9996version = "0.1.0"
9997dependencies = [
9998 "anyhow",
9999 "collections",
10000 "prost 0.9.0",
10001 "prost-build 0.9.0",
10002 "serde",
10003]
10004
10005[[package]]
10006name = "protobuf"
10007version = "2.28.0"
10008source = "registry+https://github.com/rust-lang/crates.io-index"
10009checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10010
10011[[package]]
10012name = "psm"
10013version = "0.1.24"
10014source = "registry+https://github.com/rust-lang/crates.io-index"
10015checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10016dependencies = [
10017 "cc",
10018]
10019
10020[[package]]
10021name = "ptr_meta"
10022version = "0.1.4"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10025dependencies = [
10026 "ptr_meta_derive",
10027]
10028
10029[[package]]
10030name = "ptr_meta_derive"
10031version = "0.1.4"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10034dependencies = [
10035 "proc-macro2",
10036 "quote",
10037 "syn 1.0.109",
10038]
10039
10040[[package]]
10041name = "pulldown-cmark"
10042version = "0.10.3"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10045dependencies = [
10046 "bitflags 2.6.0",
10047 "memchr",
10048 "pulldown-cmark-escape",
10049 "unicase",
10050]
10051
10052[[package]]
10053name = "pulldown-cmark"
10054version = "0.12.2"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10057dependencies = [
10058 "bitflags 2.6.0",
10059 "memchr",
10060 "unicase",
10061]
10062
10063[[package]]
10064name = "pulldown-cmark-escape"
10065version = "0.10.1"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10068
10069[[package]]
10070name = "qoi"
10071version = "0.4.1"
10072source = "registry+https://github.com/rust-lang/crates.io-index"
10073checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10074dependencies = [
10075 "bytemuck",
10076]
10077
10078[[package]]
10079name = "quick-error"
10080version = "2.0.1"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10083
10084[[package]]
10085name = "quick-xml"
10086version = "0.32.0"
10087source = "registry+https://github.com/rust-lang/crates.io-index"
10088checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10089dependencies = [
10090 "memchr",
10091]
10092
10093[[package]]
10094name = "quick-xml"
10095version = "0.36.2"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10098dependencies = [
10099 "memchr",
10100]
10101
10102[[package]]
10103name = "quinn"
10104version = "0.11.6"
10105source = "registry+https://github.com/rust-lang/crates.io-index"
10106checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10107dependencies = [
10108 "bytes 1.9.0",
10109 "pin-project-lite",
10110 "quinn-proto",
10111 "quinn-udp",
10112 "rustc-hash 2.1.0",
10113 "rustls 0.23.20",
10114 "socket2 0.5.8",
10115 "thiserror 2.0.6",
10116 "tokio",
10117 "tracing",
10118]
10119
10120[[package]]
10121name = "quinn-proto"
10122version = "0.11.9"
10123source = "registry+https://github.com/rust-lang/crates.io-index"
10124checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10125dependencies = [
10126 "bytes 1.9.0",
10127 "getrandom 0.2.15",
10128 "rand 0.8.5",
10129 "ring",
10130 "rustc-hash 2.1.0",
10131 "rustls 0.23.20",
10132 "rustls-pki-types",
10133 "slab",
10134 "thiserror 2.0.6",
10135 "tinyvec",
10136 "tracing",
10137 "web-time",
10138]
10139
10140[[package]]
10141name = "quinn-udp"
10142version = "0.5.8"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10145dependencies = [
10146 "cfg_aliases 0.2.1",
10147 "libc",
10148 "once_cell",
10149 "socket2 0.5.8",
10150 "tracing",
10151 "windows-sys 0.52.0",
10152]
10153
10154[[package]]
10155name = "quote"
10156version = "1.0.37"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
10159dependencies = [
10160 "proc-macro2",
10161]
10162
10163[[package]]
10164name = "radium"
10165version = "0.7.0"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10168
10169[[package]]
10170name = "rand"
10171version = "0.7.3"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10174dependencies = [
10175 "getrandom 0.1.16",
10176 "libc",
10177 "rand_chacha 0.2.2",
10178 "rand_core 0.5.1",
10179 "rand_hc",
10180]
10181
10182[[package]]
10183name = "rand"
10184version = "0.8.5"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10187dependencies = [
10188 "libc",
10189 "rand_chacha 0.3.1",
10190 "rand_core 0.6.4",
10191]
10192
10193[[package]]
10194name = "rand_chacha"
10195version = "0.2.2"
10196source = "registry+https://github.com/rust-lang/crates.io-index"
10197checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10198dependencies = [
10199 "ppv-lite86",
10200 "rand_core 0.5.1",
10201]
10202
10203[[package]]
10204name = "rand_chacha"
10205version = "0.3.1"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10208dependencies = [
10209 "ppv-lite86",
10210 "rand_core 0.6.4",
10211]
10212
10213[[package]]
10214name = "rand_core"
10215version = "0.5.1"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10218dependencies = [
10219 "getrandom 0.1.16",
10220]
10221
10222[[package]]
10223name = "rand_core"
10224version = "0.6.4"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10227dependencies = [
10228 "getrandom 0.2.15",
10229]
10230
10231[[package]]
10232name = "rand_hc"
10233version = "0.2.0"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10236dependencies = [
10237 "rand_core 0.5.1",
10238]
10239
10240[[package]]
10241name = "rangemap"
10242version = "1.5.1"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10245
10246[[package]]
10247name = "rav1e"
10248version = "0.7.1"
10249source = "registry+https://github.com/rust-lang/crates.io-index"
10250checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10251dependencies = [
10252 "arbitrary",
10253 "arg_enum_proc_macro",
10254 "arrayvec",
10255 "av1-grain",
10256 "bitstream-io",
10257 "built",
10258 "cfg-if",
10259 "interpolate_name",
10260 "itertools 0.12.1",
10261 "libc",
10262 "libfuzzer-sys",
10263 "log",
10264 "maybe-rayon",
10265 "new_debug_unreachable",
10266 "noop_proc_macro",
10267 "num-derive",
10268 "num-traits",
10269 "once_cell",
10270 "paste",
10271 "profiling",
10272 "rand 0.8.5",
10273 "rand_chacha 0.3.1",
10274 "simd_helpers",
10275 "system-deps",
10276 "thiserror 1.0.69",
10277 "v_frame",
10278 "wasm-bindgen",
10279]
10280
10281[[package]]
10282name = "ravif"
10283version = "0.11.11"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10286dependencies = [
10287 "avif-serialize",
10288 "imgref",
10289 "loop9",
10290 "quick-error",
10291 "rav1e",
10292 "rayon",
10293 "rgb",
10294]
10295
10296[[package]]
10297name = "raw-window-handle"
10298version = "0.6.2"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10301
10302[[package]]
10303name = "raw-window-metal"
10304version = "0.4.0"
10305source = "registry+https://github.com/rust-lang/crates.io-index"
10306checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10307dependencies = [
10308 "cocoa 0.25.0",
10309 "core-graphics 0.23.2",
10310 "objc",
10311 "raw-window-handle",
10312]
10313
10314[[package]]
10315name = "rayon"
10316version = "1.10.0"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10319dependencies = [
10320 "either",
10321 "rayon-core",
10322]
10323
10324[[package]]
10325name = "rayon-core"
10326version = "1.12.1"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10329dependencies = [
10330 "crossbeam-deque",
10331 "crossbeam-utils",
10332]
10333
10334[[package]]
10335name = "read-fonts"
10336version = "0.22.5"
10337source = "registry+https://github.com/rust-lang/crates.io-index"
10338checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10339dependencies = [
10340 "bytemuck",
10341 "font-types",
10342]
10343
10344[[package]]
10345name = "recent_projects"
10346version = "0.1.0"
10347dependencies = [
10348 "anyhow",
10349 "auto_update",
10350 "editor",
10351 "extension_host",
10352 "file_finder",
10353 "futures 0.3.31",
10354 "fuzzy",
10355 "gpui",
10356 "itertools 0.13.0",
10357 "language",
10358 "log",
10359 "markdown",
10360 "menu",
10361 "ordered-float 2.10.1",
10362 "paths",
10363 "picker",
10364 "project",
10365 "release_channel",
10366 "remote",
10367 "schemars",
10368 "serde",
10369 "serde_json",
10370 "settings",
10371 "smol",
10372 "task",
10373 "theme",
10374 "ui",
10375 "util",
10376 "workspace",
10377 "zed_actions",
10378]
10379
10380[[package]]
10381name = "redox_syscall"
10382version = "0.2.16"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10385dependencies = [
10386 "bitflags 1.3.2",
10387]
10388
10389[[package]]
10390name = "redox_syscall"
10391version = "0.5.8"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10394dependencies = [
10395 "bitflags 2.6.0",
10396]
10397
10398[[package]]
10399name = "redox_users"
10400version = "0.4.6"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10403dependencies = [
10404 "getrandom 0.2.15",
10405 "libredox",
10406 "thiserror 1.0.69",
10407]
10408
10409[[package]]
10410name = "refineable"
10411version = "0.1.0"
10412dependencies = [
10413 "derive_refineable",
10414]
10415
10416[[package]]
10417name = "regalloc2"
10418version = "0.9.3"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10421dependencies = [
10422 "hashbrown 0.13.2",
10423 "log",
10424 "rustc-hash 1.1.0",
10425 "slice-group-by",
10426 "smallvec",
10427]
10428
10429[[package]]
10430name = "regex"
10431version = "1.11.1"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10434dependencies = [
10435 "aho-corasick",
10436 "memchr",
10437 "regex-automata 0.4.9",
10438 "regex-syntax 0.8.5",
10439]
10440
10441[[package]]
10442name = "regex-automata"
10443version = "0.1.10"
10444source = "registry+https://github.com/rust-lang/crates.io-index"
10445checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10446dependencies = [
10447 "regex-syntax 0.6.29",
10448]
10449
10450[[package]]
10451name = "regex-automata"
10452version = "0.4.9"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10455dependencies = [
10456 "aho-corasick",
10457 "memchr",
10458 "regex-syntax 0.8.5",
10459]
10460
10461[[package]]
10462name = "regex-lite"
10463version = "0.1.6"
10464source = "registry+https://github.com/rust-lang/crates.io-index"
10465checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10466
10467[[package]]
10468name = "regex-syntax"
10469version = "0.6.29"
10470source = "registry+https://github.com/rust-lang/crates.io-index"
10471checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10472
10473[[package]]
10474name = "regex-syntax"
10475version = "0.8.5"
10476source = "registry+https://github.com/rust-lang/crates.io-index"
10477checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10478
10479[[package]]
10480name = "release_channel"
10481version = "0.1.0"
10482dependencies = [
10483 "gpui",
10484]
10485
10486[[package]]
10487name = "remote"
10488version = "0.1.0"
10489dependencies = [
10490 "anyhow",
10491 "async-trait",
10492 "collections",
10493 "fs",
10494 "futures 0.3.31",
10495 "gpui",
10496 "itertools 0.13.0",
10497 "log",
10498 "parking_lot",
10499 "paths",
10500 "prost 0.9.0",
10501 "release_channel",
10502 "rpc",
10503 "serde",
10504 "serde_json",
10505 "shlex",
10506 "smol",
10507 "tempfile",
10508 "thiserror 1.0.69",
10509 "util",
10510 "which 6.0.3",
10511]
10512
10513[[package]]
10514name = "remote_server"
10515version = "0.1.0"
10516dependencies = [
10517 "anyhow",
10518 "async-watch",
10519 "backtrace",
10520 "cargo_toml",
10521 "chrono",
10522 "clap",
10523 "client",
10524 "clock",
10525 "env_logger 0.11.6",
10526 "extension",
10527 "extension_host",
10528 "fork",
10529 "fs",
10530 "futures 0.3.31",
10531 "git",
10532 "git_hosting_providers",
10533 "gpui",
10534 "http_client",
10535 "language",
10536 "language_extension",
10537 "languages",
10538 "libc",
10539 "log",
10540 "lsp",
10541 "node_runtime",
10542 "paths",
10543 "project",
10544 "proto",
10545 "release_channel",
10546 "remote",
10547 "reqwest_client",
10548 "rpc",
10549 "rust-embed",
10550 "serde",
10551 "serde_json",
10552 "settings",
10553 "shellexpand 2.1.2",
10554 "smol",
10555 "sysinfo",
10556 "telemetry_events",
10557 "toml 0.8.19",
10558 "util",
10559 "worktree",
10560]
10561
10562[[package]]
10563name = "rend"
10564version = "0.4.2"
10565source = "registry+https://github.com/rust-lang/crates.io-index"
10566checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10567dependencies = [
10568 "bytecheck",
10569]
10570
10571[[package]]
10572name = "repl"
10573version = "0.1.0"
10574dependencies = [
10575 "alacritty_terminal",
10576 "anyhow",
10577 "async-dispatcher",
10578 "async-tungstenite 0.28.2",
10579 "base64 0.22.1",
10580 "client",
10581 "collections",
10582 "command_palette_hooks",
10583 "editor",
10584 "env_logger 0.11.6",
10585 "feature_flags",
10586 "file_icons",
10587 "futures 0.3.31",
10588 "gpui",
10589 "http_client",
10590 "image",
10591 "indoc",
10592 "jupyter-protocol",
10593 "jupyter-websocket-client",
10594 "language",
10595 "languages",
10596 "log",
10597 "markdown_preview",
10598 "menu",
10599 "multi_buffer",
10600 "nbformat",
10601 "picker",
10602 "project",
10603 "runtimelib",
10604 "schemars",
10605 "serde",
10606 "serde_json",
10607 "settings",
10608 "smol",
10609 "telemetry",
10610 "terminal",
10611 "terminal_view",
10612 "theme",
10613 "tree-sitter-md",
10614 "tree-sitter-python",
10615 "tree-sitter-typescript",
10616 "ui",
10617 "util",
10618 "uuid",
10619 "workspace",
10620]
10621
10622[[package]]
10623name = "reqwest"
10624version = "0.11.27"
10625source = "registry+https://github.com/rust-lang/crates.io-index"
10626checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10627dependencies = [
10628 "base64 0.21.7",
10629 "bytes 1.9.0",
10630 "encoding_rs",
10631 "futures-core",
10632 "futures-util",
10633 "h2 0.3.26",
10634 "http 0.2.12",
10635 "http-body 0.4.6",
10636 "hyper 0.14.32",
10637 "hyper-rustls 0.24.2",
10638 "hyper-tls",
10639 "ipnet",
10640 "js-sys",
10641 "log",
10642 "mime",
10643 "native-tls",
10644 "once_cell",
10645 "percent-encoding",
10646 "pin-project-lite",
10647 "rustls 0.21.12",
10648 "rustls-native-certs 0.6.3",
10649 "rustls-pemfile 1.0.4",
10650 "serde",
10651 "serde_json",
10652 "serde_urlencoded",
10653 "sync_wrapper 0.1.2",
10654 "system-configuration 0.5.1",
10655 "tokio",
10656 "tokio-native-tls",
10657 "tokio-rustls 0.24.1",
10658 "tower-service",
10659 "url",
10660 "wasm-bindgen",
10661 "wasm-bindgen-futures",
10662 "web-sys",
10663 "winreg 0.50.0",
10664]
10665
10666[[package]]
10667name = "reqwest"
10668version = "0.12.8"
10669source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10670dependencies = [
10671 "base64 0.22.1",
10672 "bytes 1.9.0",
10673 "encoding_rs",
10674 "futures-core",
10675 "futures-util",
10676 "h2 0.4.7",
10677 "http 1.2.0",
10678 "http-body 1.0.1",
10679 "http-body-util",
10680 "hyper 1.5.1",
10681 "hyper-rustls 0.27.3",
10682 "hyper-util",
10683 "ipnet",
10684 "js-sys",
10685 "log",
10686 "mime",
10687 "once_cell",
10688 "percent-encoding",
10689 "pin-project-lite",
10690 "quinn",
10691 "rustls 0.23.20",
10692 "rustls-native-certs 0.8.1",
10693 "rustls-pemfile 2.2.0",
10694 "rustls-pki-types",
10695 "serde",
10696 "serde_json",
10697 "serde_urlencoded",
10698 "sync_wrapper 1.0.2",
10699 "system-configuration 0.6.1",
10700 "tokio",
10701 "tokio-rustls 0.26.1",
10702 "tokio-socks",
10703 "tokio-util",
10704 "tower-service",
10705 "url",
10706 "wasm-bindgen",
10707 "wasm-bindgen-futures",
10708 "wasm-streams",
10709 "web-sys",
10710 "windows-registry",
10711]
10712
10713[[package]]
10714name = "reqwest_client"
10715version = "0.1.0"
10716dependencies = [
10717 "anyhow",
10718 "bytes 1.9.0",
10719 "futures 0.3.31",
10720 "gpui",
10721 "http_client",
10722 "log",
10723 "reqwest 0.12.8",
10724 "serde",
10725 "smol",
10726 "tokio",
10727]
10728
10729[[package]]
10730name = "resvg"
10731version = "0.44.0"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10734dependencies = [
10735 "log",
10736 "pico-args",
10737 "rgb",
10738 "svgtypes",
10739 "tiny-skia",
10740 "usvg",
10741]
10742
10743[[package]]
10744name = "rfc6979"
10745version = "0.3.1"
10746source = "registry+https://github.com/rust-lang/crates.io-index"
10747checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10748dependencies = [
10749 "crypto-bigint 0.4.9",
10750 "hmac",
10751 "zeroize",
10752]
10753
10754[[package]]
10755name = "rgb"
10756version = "0.8.50"
10757source = "registry+https://github.com/rust-lang/crates.io-index"
10758checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10759dependencies = [
10760 "bytemuck",
10761]
10762
10763[[package]]
10764name = "rich_text"
10765version = "0.1.0"
10766dependencies = [
10767 "futures 0.3.31",
10768 "gpui",
10769 "language",
10770 "linkify",
10771 "pulldown-cmark 0.12.2",
10772 "theme",
10773 "ui",
10774 "util",
10775]
10776
10777[[package]]
10778name = "ring"
10779version = "0.17.8"
10780source = "registry+https://github.com/rust-lang/crates.io-index"
10781checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10782dependencies = [
10783 "cc",
10784 "cfg-if",
10785 "getrandom 0.2.15",
10786 "libc",
10787 "spin",
10788 "untrusted",
10789 "windows-sys 0.52.0",
10790]
10791
10792[[package]]
10793name = "rkyv"
10794version = "0.7.45"
10795source = "registry+https://github.com/rust-lang/crates.io-index"
10796checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10797dependencies = [
10798 "bitvec",
10799 "bytecheck",
10800 "bytes 1.9.0",
10801 "hashbrown 0.12.3",
10802 "ptr_meta",
10803 "rend",
10804 "rkyv_derive",
10805 "seahash",
10806 "tinyvec",
10807 "uuid",
10808]
10809
10810[[package]]
10811name = "rkyv_derive"
10812version = "0.7.45"
10813source = "registry+https://github.com/rust-lang/crates.io-index"
10814checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10815dependencies = [
10816 "proc-macro2",
10817 "quote",
10818 "syn 1.0.109",
10819]
10820
10821[[package]]
10822name = "rmp"
10823version = "0.8.14"
10824source = "registry+https://github.com/rust-lang/crates.io-index"
10825checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10826dependencies = [
10827 "byteorder",
10828 "num-traits",
10829 "paste",
10830]
10831
10832[[package]]
10833name = "rmpv"
10834version = "1.3.0"
10835source = "registry+https://github.com/rust-lang/crates.io-index"
10836checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10837dependencies = [
10838 "num-traits",
10839 "rmp",
10840]
10841
10842[[package]]
10843name = "rodio"
10844version = "0.20.1"
10845source = "registry+https://github.com/rust-lang/crates.io-index"
10846checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10847dependencies = [
10848 "cpal",
10849 "hound",
10850]
10851
10852[[package]]
10853name = "rope"
10854version = "0.1.0"
10855dependencies = [
10856 "arrayvec",
10857 "criterion",
10858 "ctor",
10859 "env_logger 0.11.6",
10860 "gpui",
10861 "log",
10862 "rand 0.8.5",
10863 "rayon",
10864 "smallvec",
10865 "sum_tree",
10866 "unicode-segmentation",
10867 "util",
10868]
10869
10870[[package]]
10871name = "roxmltree"
10872version = "0.20.0"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10875
10876[[package]]
10877name = "rpc"
10878version = "0.1.0"
10879dependencies = [
10880 "anyhow",
10881 "async-tungstenite 0.28.2",
10882 "base64 0.22.1",
10883 "chrono",
10884 "collections",
10885 "env_logger 0.11.6",
10886 "futures 0.3.31",
10887 "gpui",
10888 "parking_lot",
10889 "proto",
10890 "rand 0.8.5",
10891 "rsa",
10892 "serde",
10893 "serde_json",
10894 "sha2",
10895 "strum 0.25.0",
10896 "tracing",
10897 "util",
10898 "zstd",
10899]
10900
10901[[package]]
10902name = "rsa"
10903version = "0.9.7"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10906dependencies = [
10907 "const-oid",
10908 "digest",
10909 "num-bigint-dig",
10910 "num-integer",
10911 "num-traits",
10912 "pkcs1",
10913 "pkcs8 0.10.2",
10914 "rand_core 0.6.4",
10915 "signature 2.2.0",
10916 "spki 0.7.3",
10917 "subtle",
10918 "zeroize",
10919]
10920
10921[[package]]
10922name = "runtimelib"
10923version = "0.24.0"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "445ff0ee3d5c832cdd27efadd004a741423db1f91bd1de593a14b21211ea084c"
10926dependencies = [
10927 "anyhow",
10928 "async-dispatcher",
10929 "async-std",
10930 "base64 0.22.1",
10931 "bytes 1.9.0",
10932 "chrono",
10933 "data-encoding",
10934 "dirs 5.0.1",
10935 "futures 0.3.31",
10936 "glob",
10937 "jupyter-protocol",
10938 "ring",
10939 "serde",
10940 "serde_json",
10941 "shellexpand 3.1.0",
10942 "smol",
10943 "uuid",
10944 "zeromq",
10945]
10946
10947[[package]]
10948name = "rust-embed"
10949version = "8.5.0"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10952dependencies = [
10953 "rust-embed-impl",
10954 "rust-embed-utils",
10955 "walkdir",
10956]
10957
10958[[package]]
10959name = "rust-embed-impl"
10960version = "8.5.0"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10963dependencies = [
10964 "proc-macro2",
10965 "quote",
10966 "rust-embed-utils",
10967 "syn 2.0.90",
10968 "walkdir",
10969]
10970
10971[[package]]
10972name = "rust-embed-utils"
10973version = "8.5.0"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10976dependencies = [
10977 "globset",
10978 "sha2",
10979 "walkdir",
10980]
10981
10982[[package]]
10983name = "rust_decimal"
10984version = "1.36.0"
10985source = "registry+https://github.com/rust-lang/crates.io-index"
10986checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10987dependencies = [
10988 "arrayvec",
10989 "borsh",
10990 "bytes 1.9.0",
10991 "num-traits",
10992 "rand 0.8.5",
10993 "rkyv",
10994 "serde",
10995 "serde_json",
10996]
10997
10998[[package]]
10999name = "rustc-demangle"
11000version = "0.1.24"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11003
11004[[package]]
11005name = "rustc-hash"
11006version = "1.1.0"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11009
11010[[package]]
11011name = "rustc-hash"
11012version = "2.1.0"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
11015
11016[[package]]
11017name = "rustc_version"
11018version = "0.4.1"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11021dependencies = [
11022 "semver",
11023]
11024
11025[[package]]
11026name = "rustix"
11027version = "0.37.27"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
11030dependencies = [
11031 "bitflags 1.3.2",
11032 "errno 0.3.10",
11033 "io-lifetimes 1.0.11",
11034 "libc",
11035 "linux-raw-sys 0.3.8",
11036 "windows-sys 0.48.0",
11037]
11038
11039[[package]]
11040name = "rustix"
11041version = "0.38.42"
11042source = "registry+https://github.com/rust-lang/crates.io-index"
11043checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11044dependencies = [
11045 "bitflags 2.6.0",
11046 "errno 0.3.10",
11047 "itoa",
11048 "libc",
11049 "linux-raw-sys 0.4.14",
11050 "once_cell",
11051 "windows-sys 0.52.0",
11052]
11053
11054[[package]]
11055name = "rustix-openpty"
11056version = "0.1.1"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11059dependencies = [
11060 "errno 0.3.10",
11061 "libc",
11062 "rustix 0.38.42",
11063]
11064
11065[[package]]
11066name = "rustls"
11067version = "0.21.12"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11070dependencies = [
11071 "log",
11072 "ring",
11073 "rustls-webpki 0.101.7",
11074 "sct",
11075]
11076
11077[[package]]
11078name = "rustls"
11079version = "0.23.20"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
11082dependencies = [
11083 "once_cell",
11084 "ring",
11085 "rustls-pki-types",
11086 "rustls-webpki 0.102.8",
11087 "subtle",
11088 "zeroize",
11089]
11090
11091[[package]]
11092name = "rustls-native-certs"
11093version = "0.6.3"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11096dependencies = [
11097 "openssl-probe",
11098 "rustls-pemfile 1.0.4",
11099 "schannel",
11100 "security-framework 2.11.1",
11101]
11102
11103[[package]]
11104name = "rustls-native-certs"
11105version = "0.8.1"
11106source = "registry+https://github.com/rust-lang/crates.io-index"
11107checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11108dependencies = [
11109 "openssl-probe",
11110 "rustls-pki-types",
11111 "schannel",
11112 "security-framework 3.0.1",
11113]
11114
11115[[package]]
11116name = "rustls-pemfile"
11117version = "1.0.4"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11120dependencies = [
11121 "base64 0.21.7",
11122]
11123
11124[[package]]
11125name = "rustls-pemfile"
11126version = "2.2.0"
11127source = "registry+https://github.com/rust-lang/crates.io-index"
11128checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11129dependencies = [
11130 "rustls-pki-types",
11131]
11132
11133[[package]]
11134name = "rustls-pki-types"
11135version = "1.10.0"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11138dependencies = [
11139 "web-time",
11140]
11141
11142[[package]]
11143name = "rustls-webpki"
11144version = "0.101.7"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11147dependencies = [
11148 "ring",
11149 "untrusted",
11150]
11151
11152[[package]]
11153name = "rustls-webpki"
11154version = "0.102.8"
11155source = "registry+https://github.com/rust-lang/crates.io-index"
11156checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11157dependencies = [
11158 "ring",
11159 "rustls-pki-types",
11160 "untrusted",
11161]
11162
11163[[package]]
11164name = "rustversion"
11165version = "1.0.18"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11168
11169[[package]]
11170name = "rustybuzz"
11171version = "0.14.1"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11174dependencies = [
11175 "bitflags 2.6.0",
11176 "bytemuck",
11177 "libm",
11178 "smallvec",
11179 "ttf-parser",
11180 "unicode-bidi-mirroring",
11181 "unicode-ccc",
11182 "unicode-properties",
11183 "unicode-script",
11184]
11185
11186[[package]]
11187name = "ryu"
11188version = "1.0.18"
11189source = "registry+https://github.com/rust-lang/crates.io-index"
11190checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11191
11192[[package]]
11193name = "salsa20"
11194version = "0.10.2"
11195source = "registry+https://github.com/rust-lang/crates.io-index"
11196checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11197dependencies = [
11198 "cipher",
11199]
11200
11201[[package]]
11202name = "same-file"
11203version = "1.0.6"
11204source = "registry+https://github.com/rust-lang/crates.io-index"
11205checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11206dependencies = [
11207 "winapi-util",
11208]
11209
11210[[package]]
11211name = "schannel"
11212version = "0.1.27"
11213source = "registry+https://github.com/rust-lang/crates.io-index"
11214checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11215dependencies = [
11216 "windows-sys 0.59.0",
11217]
11218
11219[[package]]
11220name = "schemars"
11221version = "0.8.21"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11224dependencies = [
11225 "dyn-clone",
11226 "indexmap 1.9.3",
11227 "schemars_derive",
11228 "serde",
11229 "serde_json",
11230]
11231
11232[[package]]
11233name = "schemars_derive"
11234version = "0.8.21"
11235source = "registry+https://github.com/rust-lang/crates.io-index"
11236checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11237dependencies = [
11238 "proc-macro2",
11239 "quote",
11240 "serde_derive_internals",
11241 "syn 2.0.90",
11242]
11243
11244[[package]]
11245name = "scoped-tls"
11246version = "1.0.1"
11247source = "registry+https://github.com/rust-lang/crates.io-index"
11248checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11249
11250[[package]]
11251name = "scopeguard"
11252version = "1.2.0"
11253source = "registry+https://github.com/rust-lang/crates.io-index"
11254checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11255
11256[[package]]
11257name = "scratch"
11258version = "1.0.7"
11259source = "registry+https://github.com/rust-lang/crates.io-index"
11260checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11261
11262[[package]]
11263name = "scrypt"
11264version = "0.11.0"
11265source = "registry+https://github.com/rust-lang/crates.io-index"
11266checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11267dependencies = [
11268 "password-hash 0.5.0",
11269 "pbkdf2 0.12.2",
11270 "salsa20",
11271 "sha2",
11272]
11273
11274[[package]]
11275name = "sct"
11276version = "0.7.1"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11279dependencies = [
11280 "ring",
11281 "untrusted",
11282]
11283
11284[[package]]
11285name = "sea-bae"
11286version = "0.2.1"
11287source = "registry+https://github.com/rust-lang/crates.io-index"
11288checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11289dependencies = [
11290 "heck 0.4.1",
11291 "proc-macro-error2",
11292 "proc-macro2",
11293 "quote",
11294 "syn 2.0.90",
11295]
11296
11297[[package]]
11298name = "sea-orm"
11299version = "1.1.2"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "3b24d72a69e89762982c29af249542b06c59fa131f87cc9d5b94be1f692b427a"
11302dependencies = [
11303 "async-stream",
11304 "async-trait",
11305 "bigdecimal",
11306 "chrono",
11307 "futures 0.3.31",
11308 "log",
11309 "ouroboros",
11310 "rust_decimal",
11311 "sea-orm-macros",
11312 "sea-query",
11313 "sea-query-binder",
11314 "serde",
11315 "serde_json",
11316 "sqlx",
11317 "strum 0.26.3",
11318 "thiserror 1.0.69",
11319 "time",
11320 "tracing",
11321 "url",
11322 "uuid",
11323]
11324
11325[[package]]
11326name = "sea-orm-macros"
11327version = "1.1.2"
11328source = "registry+https://github.com/rust-lang/crates.io-index"
11329checksum = "0497f4fd82ecb2a222bea5319b9048f8ab58d4e734d095b062987acbcdeecdda"
11330dependencies = [
11331 "heck 0.4.1",
11332 "proc-macro2",
11333 "quote",
11334 "sea-bae",
11335 "syn 2.0.90",
11336 "unicode-ident",
11337]
11338
11339[[package]]
11340name = "sea-query"
11341version = "0.32.1"
11342source = "registry+https://github.com/rust-lang/crates.io-index"
11343checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11344dependencies = [
11345 "bigdecimal",
11346 "chrono",
11347 "inherent",
11348 "ordered-float 3.9.2",
11349 "rust_decimal",
11350 "serde_json",
11351 "time",
11352 "uuid",
11353]
11354
11355[[package]]
11356name = "sea-query-binder"
11357version = "0.7.0"
11358source = "registry+https://github.com/rust-lang/crates.io-index"
11359checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11360dependencies = [
11361 "bigdecimal",
11362 "chrono",
11363 "rust_decimal",
11364 "sea-query",
11365 "serde_json",
11366 "sqlx",
11367 "time",
11368 "uuid",
11369]
11370
11371[[package]]
11372name = "seahash"
11373version = "4.1.0"
11374source = "registry+https://github.com/rust-lang/crates.io-index"
11375checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11376
11377[[package]]
11378name = "search"
11379version = "0.1.0"
11380dependencies = [
11381 "any_vec",
11382 "anyhow",
11383 "bitflags 2.6.0",
11384 "client",
11385 "collections",
11386 "editor",
11387 "futures 0.3.31",
11388 "gpui",
11389 "language",
11390 "menu",
11391 "project",
11392 "serde",
11393 "serde_json",
11394 "settings",
11395 "smol",
11396 "theme",
11397 "ui",
11398 "unindent",
11399 "util",
11400 "workspace",
11401]
11402
11403[[package]]
11404name = "sec1"
11405version = "0.3.0"
11406source = "registry+https://github.com/rust-lang/crates.io-index"
11407checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11408dependencies = [
11409 "base16ct",
11410 "der 0.6.1",
11411 "generic-array",
11412 "pkcs8 0.9.0",
11413 "subtle",
11414 "zeroize",
11415]
11416
11417[[package]]
11418name = "security-framework"
11419version = "2.11.1"
11420source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11422dependencies = [
11423 "bitflags 2.6.0",
11424 "core-foundation 0.9.4",
11425 "core-foundation-sys",
11426 "libc",
11427 "security-framework-sys",
11428]
11429
11430[[package]]
11431name = "security-framework"
11432version = "3.0.1"
11433source = "registry+https://github.com/rust-lang/crates.io-index"
11434checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11435dependencies = [
11436 "bitflags 2.6.0",
11437 "core-foundation 0.10.0",
11438 "core-foundation-sys",
11439 "libc",
11440 "security-framework-sys",
11441]
11442
11443[[package]]
11444name = "security-framework-sys"
11445version = "2.12.1"
11446source = "registry+https://github.com/rust-lang/crates.io-index"
11447checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11448dependencies = [
11449 "core-foundation-sys",
11450 "libc",
11451]
11452
11453[[package]]
11454name = "self_cell"
11455version = "1.1.0"
11456source = "registry+https://github.com/rust-lang/crates.io-index"
11457checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11458
11459[[package]]
11460name = "semantic_index"
11461version = "0.1.0"
11462dependencies = [
11463 "anyhow",
11464 "arrayvec",
11465 "blake3",
11466 "client",
11467 "clock",
11468 "collections",
11469 "env_logger 0.11.6",
11470 "feature_flags",
11471 "fs",
11472 "futures 0.3.31",
11473 "futures-batch",
11474 "gpui",
11475 "heed",
11476 "http_client",
11477 "language",
11478 "language_model",
11479 "languages",
11480 "log",
11481 "open_ai",
11482 "parking_lot",
11483 "project",
11484 "reqwest_client",
11485 "serde",
11486 "serde_json",
11487 "settings",
11488 "sha2",
11489 "smol",
11490 "tempfile",
11491 "theme",
11492 "tree-sitter",
11493 "ui",
11494 "unindent",
11495 "util",
11496 "workspace",
11497 "worktree",
11498]
11499
11500[[package]]
11501name = "semantic_version"
11502version = "0.1.0"
11503dependencies = [
11504 "anyhow",
11505 "serde",
11506]
11507
11508[[package]]
11509name = "semver"
11510version = "1.0.24"
11511source = "registry+https://github.com/rust-lang/crates.io-index"
11512checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11513dependencies = [
11514 "serde",
11515]
11516
11517[[package]]
11518name = "serde"
11519version = "1.0.216"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e"
11522dependencies = [
11523 "serde_derive",
11524]
11525
11526[[package]]
11527name = "serde_derive"
11528version = "1.0.216"
11529source = "registry+https://github.com/rust-lang/crates.io-index"
11530checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e"
11531dependencies = [
11532 "proc-macro2",
11533 "quote",
11534 "syn 2.0.90",
11535]
11536
11537[[package]]
11538name = "serde_derive_internals"
11539version = "0.29.1"
11540source = "registry+https://github.com/rust-lang/crates.io-index"
11541checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11542dependencies = [
11543 "proc-macro2",
11544 "quote",
11545 "syn 2.0.90",
11546]
11547
11548[[package]]
11549name = "serde_fmt"
11550version = "1.0.3"
11551source = "registry+https://github.com/rust-lang/crates.io-index"
11552checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11553dependencies = [
11554 "serde",
11555]
11556
11557[[package]]
11558name = "serde_json"
11559version = "1.0.133"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
11562dependencies = [
11563 "indexmap 2.7.0",
11564 "itoa",
11565 "memchr",
11566 "ryu",
11567 "serde",
11568]
11569
11570[[package]]
11571name = "serde_json_lenient"
11572version = "0.2.4"
11573source = "registry+https://github.com/rust-lang/crates.io-index"
11574checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11575dependencies = [
11576 "indexmap 2.7.0",
11577 "itoa",
11578 "memchr",
11579 "ryu",
11580 "serde",
11581]
11582
11583[[package]]
11584name = "serde_path_to_error"
11585version = "0.1.16"
11586source = "registry+https://github.com/rust-lang/crates.io-index"
11587checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11588dependencies = [
11589 "itoa",
11590 "serde",
11591]
11592
11593[[package]]
11594name = "serde_qs"
11595version = "0.8.5"
11596source = "registry+https://github.com/rust-lang/crates.io-index"
11597checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11598dependencies = [
11599 "percent-encoding",
11600 "serde",
11601 "thiserror 1.0.69",
11602]
11603
11604[[package]]
11605name = "serde_qs"
11606version = "0.10.1"
11607source = "registry+https://github.com/rust-lang/crates.io-index"
11608checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11609dependencies = [
11610 "percent-encoding",
11611 "serde",
11612 "thiserror 1.0.69",
11613]
11614
11615[[package]]
11616name = "serde_repr"
11617version = "0.1.19"
11618source = "registry+https://github.com/rust-lang/crates.io-index"
11619checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11620dependencies = [
11621 "proc-macro2",
11622 "quote",
11623 "syn 2.0.90",
11624]
11625
11626[[package]]
11627name = "serde_spanned"
11628version = "0.6.8"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11631dependencies = [
11632 "serde",
11633]
11634
11635[[package]]
11636name = "serde_urlencoded"
11637version = "0.7.1"
11638source = "registry+https://github.com/rust-lang/crates.io-index"
11639checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11640dependencies = [
11641 "form_urlencoded",
11642 "itoa",
11643 "ryu",
11644 "serde",
11645]
11646
11647[[package]]
11648name = "session"
11649version = "0.1.0"
11650dependencies = [
11651 "db",
11652 "gpui",
11653 "serde_json",
11654 "util",
11655 "uuid",
11656]
11657
11658[[package]]
11659name = "settings"
11660version = "0.1.0"
11661dependencies = [
11662 "anyhow",
11663 "collections",
11664 "ec4rs",
11665 "fs",
11666 "futures 0.3.31",
11667 "gpui",
11668 "indoc",
11669 "log",
11670 "paths",
11671 "pretty_assertions",
11672 "release_channel",
11673 "rust-embed",
11674 "schemars",
11675 "serde",
11676 "serde_derive",
11677 "serde_json",
11678 "serde_json_lenient",
11679 "smallvec",
11680 "tree-sitter",
11681 "tree-sitter-json",
11682 "unindent",
11683 "util",
11684]
11685
11686[[package]]
11687name = "settings_ui"
11688version = "0.1.0"
11689dependencies = [
11690 "command_palette_hooks",
11691 "editor",
11692 "feature_flags",
11693 "gpui",
11694 "settings",
11695 "theme",
11696 "ui",
11697 "workspace",
11698]
11699
11700[[package]]
11701name = "sha1"
11702version = "0.10.6"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11705dependencies = [
11706 "cfg-if",
11707 "cpufeatures",
11708 "digest",
11709]
11710
11711[[package]]
11712name = "sha1_smol"
11713version = "1.0.1"
11714source = "registry+https://github.com/rust-lang/crates.io-index"
11715checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11716
11717[[package]]
11718name = "sha2"
11719version = "0.10.8"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11722dependencies = [
11723 "cfg-if",
11724 "cpufeatures",
11725 "digest",
11726]
11727
11728[[package]]
11729name = "sharded-slab"
11730version = "0.1.7"
11731source = "registry+https://github.com/rust-lang/crates.io-index"
11732checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11733dependencies = [
11734 "lazy_static",
11735]
11736
11737[[package]]
11738name = "shell-words"
11739version = "1.1.0"
11740source = "registry+https://github.com/rust-lang/crates.io-index"
11741checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11742
11743[[package]]
11744name = "shellexpand"
11745version = "2.1.2"
11746source = "registry+https://github.com/rust-lang/crates.io-index"
11747checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11748dependencies = [
11749 "dirs 4.0.0",
11750]
11751
11752[[package]]
11753name = "shellexpand"
11754version = "3.1.0"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11757dependencies = [
11758 "dirs 5.0.1",
11759]
11760
11761[[package]]
11762name = "shlex"
11763version = "1.3.0"
11764source = "registry+https://github.com/rust-lang/crates.io-index"
11765checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11766
11767[[package]]
11768name = "signal-hook"
11769version = "0.3.17"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11772dependencies = [
11773 "libc",
11774 "signal-hook-registry",
11775]
11776
11777[[package]]
11778name = "signal-hook-registry"
11779version = "1.4.2"
11780source = "registry+https://github.com/rust-lang/crates.io-index"
11781checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11782dependencies = [
11783 "libc",
11784]
11785
11786[[package]]
11787name = "signature"
11788version = "1.6.4"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11791dependencies = [
11792 "digest",
11793 "rand_core 0.6.4",
11794]
11795
11796[[package]]
11797name = "signature"
11798version = "2.2.0"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11801dependencies = [
11802 "digest",
11803 "rand_core 0.6.4",
11804]
11805
11806[[package]]
11807name = "simd-adler32"
11808version = "0.3.7"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11811
11812[[package]]
11813name = "simd_helpers"
11814version = "0.1.0"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11817dependencies = [
11818 "quote",
11819]
11820
11821[[package]]
11822name = "simdutf8"
11823version = "0.1.5"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11826
11827[[package]]
11828name = "similar"
11829version = "1.3.0"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11832
11833[[package]]
11834name = "simple_asn1"
11835version = "0.6.2"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11838dependencies = [
11839 "num-bigint",
11840 "num-traits",
11841 "thiserror 1.0.69",
11842 "time",
11843]
11844
11845[[package]]
11846name = "simplecss"
11847version = "0.2.1"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11850dependencies = [
11851 "log",
11852]
11853
11854[[package]]
11855name = "simplelog"
11856version = "0.12.2"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11859dependencies = [
11860 "log",
11861 "termcolor",
11862 "time",
11863]
11864
11865[[package]]
11866name = "siphasher"
11867version = "0.3.11"
11868source = "registry+https://github.com/rust-lang/crates.io-index"
11869checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11870
11871[[package]]
11872name = "siphasher"
11873version = "1.0.1"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11876
11877[[package]]
11878name = "skrifa"
11879version = "0.22.3"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11882dependencies = [
11883 "bytemuck",
11884 "read-fonts",
11885]
11886
11887[[package]]
11888name = "slab"
11889version = "0.4.9"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11892dependencies = [
11893 "autocfg",
11894]
11895
11896[[package]]
11897name = "slash_commands_example"
11898version = "0.1.0"
11899dependencies = [
11900 "zed_extension_api 0.1.0",
11901]
11902
11903[[package]]
11904name = "slice-group-by"
11905version = "0.3.1"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11908
11909[[package]]
11910name = "slotmap"
11911version = "1.0.7"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11914dependencies = [
11915 "version_check",
11916]
11917
11918[[package]]
11919name = "smallvec"
11920version = "1.13.2"
11921source = "registry+https://github.com/rust-lang/crates.io-index"
11922checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11923dependencies = [
11924 "serde",
11925]
11926
11927[[package]]
11928name = "smart-default"
11929version = "0.6.0"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11932dependencies = [
11933 "proc-macro2",
11934 "quote",
11935 "syn 1.0.109",
11936]
11937
11938[[package]]
11939name = "smol"
11940version = "1.3.0"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11943dependencies = [
11944 "async-channel 1.9.0",
11945 "async-executor",
11946 "async-fs 1.6.0",
11947 "async-io 1.13.0",
11948 "async-lock 2.8.0",
11949 "async-net 1.8.0",
11950 "async-process 1.8.1",
11951 "blocking",
11952 "futures-lite 1.13.0",
11953]
11954
11955[[package]]
11956name = "smol_str"
11957version = "0.1.24"
11958source = "registry+https://github.com/rust-lang/crates.io-index"
11959checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11960dependencies = [
11961 "serde",
11962]
11963
11964[[package]]
11965name = "snippet"
11966version = "0.1.0"
11967dependencies = [
11968 "anyhow",
11969 "smallvec",
11970]
11971
11972[[package]]
11973name = "snippet_provider"
11974version = "0.1.0"
11975dependencies = [
11976 "anyhow",
11977 "collections",
11978 "extension",
11979 "fs",
11980 "futures 0.3.31",
11981 "gpui",
11982 "parking_lot",
11983 "paths",
11984 "serde",
11985 "serde_json",
11986 "snippet",
11987 "util",
11988]
11989
11990[[package]]
11991name = "snippets_ui"
11992version = "0.1.0"
11993dependencies = [
11994 "fuzzy",
11995 "gpui",
11996 "language",
11997 "paths",
11998 "picker",
11999 "ui",
12000 "util",
12001 "workspace",
12002]
12003
12004[[package]]
12005name = "socket2"
12006version = "0.4.10"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
12009dependencies = [
12010 "libc",
12011 "winapi",
12012]
12013
12014[[package]]
12015name = "socket2"
12016version = "0.5.8"
12017source = "registry+https://github.com/rust-lang/crates.io-index"
12018checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12019dependencies = [
12020 "libc",
12021 "windows-sys 0.52.0",
12022]
12023
12024[[package]]
12025name = "spdx"
12026version = "0.10.7"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12029dependencies = [
12030 "smallvec",
12031]
12032
12033[[package]]
12034name = "spin"
12035version = "0.9.8"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12038dependencies = [
12039 "lock_api",
12040]
12041
12042[[package]]
12043name = "spirv"
12044version = "0.3.0+sdk-1.3.268.0"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12047dependencies = [
12048 "bitflags 2.6.0",
12049]
12050
12051[[package]]
12052name = "spki"
12053version = "0.6.0"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12056dependencies = [
12057 "base64ct",
12058 "der 0.6.1",
12059]
12060
12061[[package]]
12062name = "spki"
12063version = "0.7.3"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12066dependencies = [
12067 "base64ct",
12068 "der 0.7.9",
12069]
12070
12071[[package]]
12072name = "sptr"
12073version = "0.3.2"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12076
12077[[package]]
12078name = "sqlez"
12079version = "0.1.0"
12080dependencies = [
12081 "anyhow",
12082 "collections",
12083 "futures 0.3.31",
12084 "indoc",
12085 "libsqlite3-sys",
12086 "parking_lot",
12087 "smol",
12088 "sqlformat",
12089 "thread_local",
12090 "util",
12091 "uuid",
12092]
12093
12094[[package]]
12095name = "sqlez_macros"
12096version = "0.1.0"
12097dependencies = [
12098 "sqlez",
12099 "sqlformat",
12100 "syn 1.0.109",
12101]
12102
12103[[package]]
12104name = "sqlformat"
12105version = "0.2.6"
12106source = "registry+https://github.com/rust-lang/crates.io-index"
12107checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12108dependencies = [
12109 "nom",
12110 "unicode_categories",
12111]
12112
12113[[package]]
12114name = "sqlx"
12115version = "0.8.2"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12118dependencies = [
12119 "sqlx-core",
12120 "sqlx-macros",
12121 "sqlx-mysql",
12122 "sqlx-postgres",
12123 "sqlx-sqlite",
12124]
12125
12126[[package]]
12127name = "sqlx-core"
12128version = "0.8.2"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12131dependencies = [
12132 "atoi",
12133 "bigdecimal",
12134 "byteorder",
12135 "bytes 1.9.0",
12136 "chrono",
12137 "crc",
12138 "crossbeam-queue",
12139 "either",
12140 "event-listener 5.3.1",
12141 "futures-channel",
12142 "futures-core",
12143 "futures-intrusive",
12144 "futures-io",
12145 "futures-util",
12146 "hashbrown 0.14.5",
12147 "hashlink 0.9.1",
12148 "hex",
12149 "indexmap 2.7.0",
12150 "log",
12151 "memchr",
12152 "once_cell",
12153 "paste",
12154 "percent-encoding",
12155 "rust_decimal",
12156 "rustls 0.23.20",
12157 "rustls-pemfile 2.2.0",
12158 "serde",
12159 "serde_json",
12160 "sha2",
12161 "smallvec",
12162 "sqlformat",
12163 "thiserror 1.0.69",
12164 "time",
12165 "tokio",
12166 "tokio-stream",
12167 "tracing",
12168 "url",
12169 "uuid",
12170 "webpki-roots 0.26.7",
12171]
12172
12173[[package]]
12174name = "sqlx-macros"
12175version = "0.8.2"
12176source = "registry+https://github.com/rust-lang/crates.io-index"
12177checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12178dependencies = [
12179 "proc-macro2",
12180 "quote",
12181 "sqlx-core",
12182 "sqlx-macros-core",
12183 "syn 2.0.90",
12184]
12185
12186[[package]]
12187name = "sqlx-macros-core"
12188version = "0.8.2"
12189source = "registry+https://github.com/rust-lang/crates.io-index"
12190checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12191dependencies = [
12192 "dotenvy",
12193 "either",
12194 "heck 0.5.0",
12195 "hex",
12196 "once_cell",
12197 "proc-macro2",
12198 "quote",
12199 "serde",
12200 "serde_json",
12201 "sha2",
12202 "sqlx-core",
12203 "sqlx-mysql",
12204 "sqlx-postgres",
12205 "sqlx-sqlite",
12206 "syn 2.0.90",
12207 "tempfile",
12208 "tokio",
12209 "url",
12210]
12211
12212[[package]]
12213name = "sqlx-mysql"
12214version = "0.8.2"
12215source = "registry+https://github.com/rust-lang/crates.io-index"
12216checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12217dependencies = [
12218 "atoi",
12219 "base64 0.22.1",
12220 "bigdecimal",
12221 "bitflags 2.6.0",
12222 "byteorder",
12223 "bytes 1.9.0",
12224 "chrono",
12225 "crc",
12226 "digest",
12227 "dotenvy",
12228 "either",
12229 "futures-channel",
12230 "futures-core",
12231 "futures-io",
12232 "futures-util",
12233 "generic-array",
12234 "hex",
12235 "hkdf",
12236 "hmac",
12237 "itoa",
12238 "log",
12239 "md-5",
12240 "memchr",
12241 "once_cell",
12242 "percent-encoding",
12243 "rand 0.8.5",
12244 "rsa",
12245 "rust_decimal",
12246 "serde",
12247 "sha1",
12248 "sha2",
12249 "smallvec",
12250 "sqlx-core",
12251 "stringprep",
12252 "thiserror 1.0.69",
12253 "time",
12254 "tracing",
12255 "uuid",
12256 "whoami",
12257]
12258
12259[[package]]
12260name = "sqlx-postgres"
12261version = "0.8.2"
12262source = "registry+https://github.com/rust-lang/crates.io-index"
12263checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12264dependencies = [
12265 "atoi",
12266 "base64 0.22.1",
12267 "bigdecimal",
12268 "bitflags 2.6.0",
12269 "byteorder",
12270 "chrono",
12271 "crc",
12272 "dotenvy",
12273 "etcetera",
12274 "futures-channel",
12275 "futures-core",
12276 "futures-io",
12277 "futures-util",
12278 "hex",
12279 "hkdf",
12280 "hmac",
12281 "home",
12282 "itoa",
12283 "log",
12284 "md-5",
12285 "memchr",
12286 "num-bigint",
12287 "once_cell",
12288 "rand 0.8.5",
12289 "rust_decimal",
12290 "serde",
12291 "serde_json",
12292 "sha2",
12293 "smallvec",
12294 "sqlx-core",
12295 "stringprep",
12296 "thiserror 1.0.69",
12297 "time",
12298 "tracing",
12299 "uuid",
12300 "whoami",
12301]
12302
12303[[package]]
12304name = "sqlx-sqlite"
12305version = "0.8.2"
12306source = "registry+https://github.com/rust-lang/crates.io-index"
12307checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12308dependencies = [
12309 "atoi",
12310 "chrono",
12311 "flume",
12312 "futures-channel",
12313 "futures-core",
12314 "futures-executor",
12315 "futures-intrusive",
12316 "futures-util",
12317 "libsqlite3-sys",
12318 "log",
12319 "percent-encoding",
12320 "serde",
12321 "serde_urlencoded",
12322 "sqlx-core",
12323 "time",
12324 "tracing",
12325 "url",
12326 "uuid",
12327]
12328
12329[[package]]
12330name = "stable_deref_trait"
12331version = "1.2.0"
12332source = "registry+https://github.com/rust-lang/crates.io-index"
12333checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12334
12335[[package]]
12336name = "static_assertions"
12337version = "1.1.0"
12338source = "registry+https://github.com/rust-lang/crates.io-index"
12339checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12340
12341[[package]]
12342name = "story"
12343version = "0.1.0"
12344dependencies = [
12345 "gpui",
12346 "itertools 0.13.0",
12347 "smallvec",
12348]
12349
12350[[package]]
12351name = "storybook"
12352version = "0.1.0"
12353dependencies = [
12354 "anyhow",
12355 "clap",
12356 "collab_ui",
12357 "ctrlc",
12358 "dialoguer",
12359 "editor",
12360 "fuzzy",
12361 "gpui",
12362 "indoc",
12363 "language",
12364 "log",
12365 "menu",
12366 "picker",
12367 "project",
12368 "reqwest_client",
12369 "rust-embed",
12370 "settings",
12371 "simplelog",
12372 "story",
12373 "strum 0.25.0",
12374 "theme",
12375 "title_bar",
12376 "ui",
12377]
12378
12379[[package]]
12380name = "strict-num"
12381version = "0.1.1"
12382source = "registry+https://github.com/rust-lang/crates.io-index"
12383checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12384dependencies = [
12385 "float-cmp",
12386]
12387
12388[[package]]
12389name = "string_cache"
12390version = "0.8.7"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12393dependencies = [
12394 "new_debug_unreachable",
12395 "once_cell",
12396 "parking_lot",
12397 "phf_shared 0.10.0",
12398 "precomputed-hash",
12399 "serde",
12400]
12401
12402[[package]]
12403name = "string_cache_codegen"
12404version = "0.5.2"
12405source = "registry+https://github.com/rust-lang/crates.io-index"
12406checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12407dependencies = [
12408 "phf_generator 0.10.0",
12409 "phf_shared 0.10.0",
12410 "proc-macro2",
12411 "quote",
12412]
12413
12414[[package]]
12415name = "stringprep"
12416version = "0.1.5"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12419dependencies = [
12420 "unicode-bidi",
12421 "unicode-normalization",
12422 "unicode-properties",
12423]
12424
12425[[package]]
12426name = "strsim"
12427version = "0.11.1"
12428source = "registry+https://github.com/rust-lang/crates.io-index"
12429checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12430
12431[[package]]
12432name = "strum"
12433version = "0.25.0"
12434source = "registry+https://github.com/rust-lang/crates.io-index"
12435checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
12436dependencies = [
12437 "strum_macros",
12438]
12439
12440[[package]]
12441name = "strum"
12442version = "0.26.3"
12443source = "registry+https://github.com/rust-lang/crates.io-index"
12444checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12445
12446[[package]]
12447name = "strum_macros"
12448version = "0.25.3"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
12451dependencies = [
12452 "heck 0.4.1",
12453 "proc-macro2",
12454 "quote",
12455 "rustversion",
12456 "syn 2.0.90",
12457]
12458
12459[[package]]
12460name = "subtle"
12461version = "2.6.1"
12462source = "registry+https://github.com/rust-lang/crates.io-index"
12463checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12464
12465[[package]]
12466name = "sum_tree"
12467version = "0.1.0"
12468dependencies = [
12469 "arrayvec",
12470 "ctor",
12471 "env_logger 0.11.6",
12472 "log",
12473 "rand 0.8.5",
12474 "rayon",
12475]
12476
12477[[package]]
12478name = "supermaven"
12479version = "0.1.0"
12480dependencies = [
12481 "anyhow",
12482 "client",
12483 "collections",
12484 "editor",
12485 "env_logger 0.11.6",
12486 "futures 0.3.31",
12487 "gpui",
12488 "http_client",
12489 "inline_completion",
12490 "language",
12491 "log",
12492 "postage",
12493 "project",
12494 "serde",
12495 "serde_json",
12496 "settings",
12497 "smol",
12498 "supermaven_api",
12499 "text",
12500 "theme",
12501 "ui",
12502 "unicode-segmentation",
12503 "util",
12504]
12505
12506[[package]]
12507name = "supermaven_api"
12508version = "0.1.0"
12509dependencies = [
12510 "anyhow",
12511 "futures 0.3.31",
12512 "http_client",
12513 "paths",
12514 "serde",
12515 "serde_json",
12516 "smol",
12517]
12518
12519[[package]]
12520name = "sval"
12521version = "2.13.2"
12522source = "registry+https://github.com/rust-lang/crates.io-index"
12523checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12524
12525[[package]]
12526name = "sval_buffer"
12527version = "2.13.2"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12530dependencies = [
12531 "sval",
12532 "sval_ref",
12533]
12534
12535[[package]]
12536name = "sval_dynamic"
12537version = "2.13.2"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12540dependencies = [
12541 "sval",
12542]
12543
12544[[package]]
12545name = "sval_fmt"
12546version = "2.13.2"
12547source = "registry+https://github.com/rust-lang/crates.io-index"
12548checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12549dependencies = [
12550 "itoa",
12551 "ryu",
12552 "sval",
12553]
12554
12555[[package]]
12556name = "sval_json"
12557version = "2.13.2"
12558source = "registry+https://github.com/rust-lang/crates.io-index"
12559checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12560dependencies = [
12561 "itoa",
12562 "ryu",
12563 "sval",
12564]
12565
12566[[package]]
12567name = "sval_nested"
12568version = "2.13.2"
12569source = "registry+https://github.com/rust-lang/crates.io-index"
12570checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12571dependencies = [
12572 "sval",
12573 "sval_buffer",
12574 "sval_ref",
12575]
12576
12577[[package]]
12578name = "sval_ref"
12579version = "2.13.2"
12580source = "registry+https://github.com/rust-lang/crates.io-index"
12581checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12582dependencies = [
12583 "sval",
12584]
12585
12586[[package]]
12587name = "sval_serde"
12588version = "2.13.2"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12591dependencies = [
12592 "serde",
12593 "sval",
12594 "sval_nested",
12595]
12596
12597[[package]]
12598name = "svg_fmt"
12599version = "0.4.4"
12600source = "registry+https://github.com/rust-lang/crates.io-index"
12601checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12602
12603[[package]]
12604name = "svgtypes"
12605version = "0.15.2"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12608dependencies = [
12609 "kurbo",
12610 "siphasher 1.0.1",
12611]
12612
12613[[package]]
12614name = "swash"
12615version = "0.1.19"
12616source = "registry+https://github.com/rust-lang/crates.io-index"
12617checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12618dependencies = [
12619 "skrifa",
12620 "yazi",
12621 "zeno",
12622]
12623
12624[[package]]
12625name = "syn"
12626version = "1.0.109"
12627source = "registry+https://github.com/rust-lang/crates.io-index"
12628checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12629dependencies = [
12630 "proc-macro2",
12631 "quote",
12632 "unicode-ident",
12633]
12634
12635[[package]]
12636name = "syn"
12637version = "2.0.90"
12638source = "registry+https://github.com/rust-lang/crates.io-index"
12639checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12640dependencies = [
12641 "proc-macro2",
12642 "quote",
12643 "unicode-ident",
12644]
12645
12646[[package]]
12647name = "sync_wrapper"
12648version = "0.1.2"
12649source = "registry+https://github.com/rust-lang/crates.io-index"
12650checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12651
12652[[package]]
12653name = "sync_wrapper"
12654version = "1.0.2"
12655source = "registry+https://github.com/rust-lang/crates.io-index"
12656checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12657dependencies = [
12658 "futures-core",
12659]
12660
12661[[package]]
12662name = "synchronoise"
12663version = "1.0.1"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12666dependencies = [
12667 "crossbeam-queue",
12668]
12669
12670[[package]]
12671name = "synstructure"
12672version = "0.13.1"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12675dependencies = [
12676 "proc-macro2",
12677 "quote",
12678 "syn 2.0.90",
12679]
12680
12681[[package]]
12682name = "sys-locale"
12683version = "0.3.2"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12686dependencies = [
12687 "libc",
12688]
12689
12690[[package]]
12691name = "sysinfo"
12692version = "0.31.4"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12695dependencies = [
12696 "core-foundation-sys",
12697 "libc",
12698 "memchr",
12699 "ntapi",
12700 "rayon",
12701 "windows 0.57.0",
12702]
12703
12704[[package]]
12705name = "system-configuration"
12706version = "0.5.1"
12707source = "registry+https://github.com/rust-lang/crates.io-index"
12708checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12709dependencies = [
12710 "bitflags 1.3.2",
12711 "core-foundation 0.9.4",
12712 "system-configuration-sys 0.5.0",
12713]
12714
12715[[package]]
12716name = "system-configuration"
12717version = "0.6.1"
12718source = "registry+https://github.com/rust-lang/crates.io-index"
12719checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12720dependencies = [
12721 "bitflags 2.6.0",
12722 "core-foundation 0.9.4",
12723 "system-configuration-sys 0.6.0",
12724]
12725
12726[[package]]
12727name = "system-configuration-sys"
12728version = "0.5.0"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12731dependencies = [
12732 "core-foundation-sys",
12733 "libc",
12734]
12735
12736[[package]]
12737name = "system-configuration-sys"
12738version = "0.6.0"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12741dependencies = [
12742 "core-foundation-sys",
12743 "libc",
12744]
12745
12746[[package]]
12747name = "system-deps"
12748version = "6.2.2"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12751dependencies = [
12752 "cfg-expr",
12753 "heck 0.5.0",
12754 "pkg-config",
12755 "toml 0.8.19",
12756 "version-compare",
12757]
12758
12759[[package]]
12760name = "system-interface"
12761version = "0.27.3"
12762source = "registry+https://github.com/rust-lang/crates.io-index"
12763checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12764dependencies = [
12765 "bitflags 2.6.0",
12766 "cap-fs-ext",
12767 "cap-std",
12768 "fd-lock",
12769 "io-lifetimes 2.0.4",
12770 "rustix 0.38.42",
12771 "windows-sys 0.52.0",
12772 "winx",
12773]
12774
12775[[package]]
12776name = "tab_switcher"
12777version = "0.1.0"
12778dependencies = [
12779 "anyhow",
12780 "collections",
12781 "ctor",
12782 "editor",
12783 "env_logger 0.11.6",
12784 "gpui",
12785 "language",
12786 "menu",
12787 "picker",
12788 "project",
12789 "serde",
12790 "serde_json",
12791 "settings",
12792 "theme",
12793 "ui",
12794 "util",
12795 "workspace",
12796]
12797
12798[[package]]
12799name = "taffy"
12800version = "0.4.4"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12803dependencies = [
12804 "arrayvec",
12805 "grid",
12806 "num-traits",
12807 "serde",
12808 "slotmap",
12809]
12810
12811[[package]]
12812name = "take-until"
12813version = "0.2.0"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12816
12817[[package]]
12818name = "tap"
12819version = "1.0.1"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12822
12823[[package]]
12824name = "target-lexicon"
12825version = "0.12.16"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12828
12829[[package]]
12830name = "task"
12831version = "0.1.0"
12832dependencies = [
12833 "anyhow",
12834 "collections",
12835 "futures 0.3.31",
12836 "gpui",
12837 "hex",
12838 "parking_lot",
12839 "schemars",
12840 "serde",
12841 "serde_json_lenient",
12842 "sha2",
12843 "shellexpand 2.1.2",
12844 "util",
12845 "zed_actions",
12846]
12847
12848[[package]]
12849name = "tasks_ui"
12850version = "0.1.0"
12851dependencies = [
12852 "anyhow",
12853 "editor",
12854 "file_icons",
12855 "fuzzy",
12856 "gpui",
12857 "language",
12858 "menu",
12859 "picker",
12860 "project",
12861 "schemars",
12862 "serde",
12863 "serde_json",
12864 "settings",
12865 "task",
12866 "tree-sitter-rust",
12867 "tree-sitter-typescript",
12868 "ui",
12869 "util",
12870 "workspace",
12871 "zed_actions",
12872]
12873
12874[[package]]
12875name = "telemetry"
12876version = "0.1.0"
12877dependencies = [
12878 "futures 0.3.31",
12879 "serde",
12880 "serde_json",
12881 "telemetry_events",
12882]
12883
12884[[package]]
12885name = "telemetry_events"
12886version = "0.1.0"
12887dependencies = [
12888 "semantic_version",
12889 "serde",
12890 "serde_json",
12891]
12892
12893[[package]]
12894name = "tempfile"
12895version = "3.14.0"
12896source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
12898dependencies = [
12899 "cfg-if",
12900 "fastrand 2.3.0",
12901 "once_cell",
12902 "rustix 0.38.42",
12903 "windows-sys 0.52.0",
12904]
12905
12906[[package]]
12907name = "tendril"
12908version = "0.4.3"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12911dependencies = [
12912 "futf",
12913 "mac",
12914 "utf-8",
12915]
12916
12917[[package]]
12918name = "termcolor"
12919version = "1.4.1"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12922dependencies = [
12923 "winapi-util",
12924]
12925
12926[[package]]
12927name = "terminal"
12928version = "0.1.0"
12929dependencies = [
12930 "alacritty_terminal",
12931 "anyhow",
12932 "collections",
12933 "dirs 4.0.0",
12934 "futures 0.3.31",
12935 "gpui",
12936 "libc",
12937 "rand 0.8.5",
12938 "regex",
12939 "release_channel",
12940 "schemars",
12941 "serde",
12942 "serde_derive",
12943 "settings",
12944 "smol",
12945 "sysinfo",
12946 "task",
12947 "theme",
12948 "thiserror 1.0.69",
12949 "util",
12950 "windows 0.58.0",
12951]
12952
12953[[package]]
12954name = "terminal_size"
12955version = "0.4.1"
12956source = "registry+https://github.com/rust-lang/crates.io-index"
12957checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
12958dependencies = [
12959 "rustix 0.38.42",
12960 "windows-sys 0.59.0",
12961]
12962
12963[[package]]
12964name = "terminal_view"
12965version = "0.1.0"
12966dependencies = [
12967 "anyhow",
12968 "async-recursion 1.1.1",
12969 "breadcrumbs",
12970 "client",
12971 "collections",
12972 "db",
12973 "dirs 4.0.0",
12974 "editor",
12975 "futures 0.3.31",
12976 "gpui",
12977 "itertools 0.13.0",
12978 "language",
12979 "project",
12980 "rand 0.8.5",
12981 "search",
12982 "serde",
12983 "serde_json",
12984 "settings",
12985 "shellexpand 2.1.2",
12986 "smol",
12987 "task",
12988 "terminal",
12989 "theme",
12990 "ui",
12991 "util",
12992 "workspace",
12993 "zed_actions",
12994]
12995
12996[[package]]
12997name = "text"
12998version = "0.1.0"
12999dependencies = [
13000 "anyhow",
13001 "clock",
13002 "collections",
13003 "ctor",
13004 "env_logger 0.11.6",
13005 "gpui",
13006 "http_client",
13007 "log",
13008 "parking_lot",
13009 "postage",
13010 "rand 0.8.5",
13011 "regex",
13012 "rope",
13013 "smallvec",
13014 "sum_tree",
13015 "util",
13016]
13017
13018[[package]]
13019name = "theme"
13020version = "0.1.0"
13021dependencies = [
13022 "anyhow",
13023 "collections",
13024 "derive_more",
13025 "fs",
13026 "futures 0.3.31",
13027 "gpui",
13028 "indexmap 1.9.3",
13029 "log",
13030 "palette",
13031 "parking_lot",
13032 "refineable",
13033 "schemars",
13034 "serde",
13035 "serde_derive",
13036 "serde_json",
13037 "serde_json_lenient",
13038 "serde_repr",
13039 "settings",
13040 "strum 0.25.0",
13041 "util",
13042 "uuid",
13043]
13044
13045[[package]]
13046name = "theme_extension"
13047version = "0.1.0"
13048dependencies = [
13049 "anyhow",
13050 "extension",
13051 "fs",
13052 "gpui",
13053 "theme",
13054]
13055
13056[[package]]
13057name = "theme_importer"
13058version = "0.1.0"
13059dependencies = [
13060 "anyhow",
13061 "clap",
13062 "gpui",
13063 "indexmap 1.9.3",
13064 "log",
13065 "palette",
13066 "rust-embed",
13067 "schemars",
13068 "serde",
13069 "serde_json",
13070 "serde_json_lenient",
13071 "simplelog",
13072 "strum 0.25.0",
13073 "theme",
13074 "vscode_theme",
13075]
13076
13077[[package]]
13078name = "theme_selector"
13079version = "0.1.0"
13080dependencies = [
13081 "fs",
13082 "fuzzy",
13083 "gpui",
13084 "log",
13085 "picker",
13086 "serde",
13087 "settings",
13088 "telemetry",
13089 "theme",
13090 "ui",
13091 "util",
13092 "workspace",
13093 "zed_actions",
13094]
13095
13096[[package]]
13097name = "thiserror"
13098version = "1.0.69"
13099source = "registry+https://github.com/rust-lang/crates.io-index"
13100checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13101dependencies = [
13102 "thiserror-impl 1.0.69",
13103]
13104
13105[[package]]
13106name = "thiserror"
13107version = "2.0.6"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13110dependencies = [
13111 "thiserror-impl 2.0.6",
13112]
13113
13114[[package]]
13115name = "thiserror-impl"
13116version = "1.0.69"
13117source = "registry+https://github.com/rust-lang/crates.io-index"
13118checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13119dependencies = [
13120 "proc-macro2",
13121 "quote",
13122 "syn 2.0.90",
13123]
13124
13125[[package]]
13126name = "thiserror-impl"
13127version = "2.0.6"
13128source = "registry+https://github.com/rust-lang/crates.io-index"
13129checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13130dependencies = [
13131 "proc-macro2",
13132 "quote",
13133 "syn 2.0.90",
13134]
13135
13136[[package]]
13137name = "thread_local"
13138version = "1.1.8"
13139source = "registry+https://github.com/rust-lang/crates.io-index"
13140checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13141dependencies = [
13142 "cfg-if",
13143 "once_cell",
13144]
13145
13146[[package]]
13147name = "tiff"
13148version = "0.9.1"
13149source = "registry+https://github.com/rust-lang/crates.io-index"
13150checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13151dependencies = [
13152 "flate2",
13153 "jpeg-decoder",
13154 "weezl",
13155]
13156
13157[[package]]
13158name = "tiktoken-rs"
13159version = "0.6.0"
13160source = "registry+https://github.com/rust-lang/crates.io-index"
13161checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13162dependencies = [
13163 "anyhow",
13164 "base64 0.21.7",
13165 "bstr",
13166 "fancy-regex 0.13.0",
13167 "lazy_static",
13168 "parking_lot",
13169 "regex",
13170 "rustc-hash 1.1.0",
13171]
13172
13173[[package]]
13174name = "time"
13175version = "0.3.37"
13176source = "registry+https://github.com/rust-lang/crates.io-index"
13177checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13178dependencies = [
13179 "deranged",
13180 "itoa",
13181 "libc",
13182 "num-conv",
13183 "num_threads",
13184 "powerfmt",
13185 "serde",
13186 "time-core",
13187 "time-macros",
13188]
13189
13190[[package]]
13191name = "time-core"
13192version = "0.1.2"
13193source = "registry+https://github.com/rust-lang/crates.io-index"
13194checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13195
13196[[package]]
13197name = "time-macros"
13198version = "0.2.19"
13199source = "registry+https://github.com/rust-lang/crates.io-index"
13200checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13201dependencies = [
13202 "num-conv",
13203 "time-core",
13204]
13205
13206[[package]]
13207name = "time_format"
13208version = "0.1.0"
13209dependencies = [
13210 "core-foundation 0.9.4",
13211 "core-foundation-sys",
13212 "sys-locale",
13213 "time",
13214]
13215
13216[[package]]
13217name = "tiny-keccak"
13218version = "2.0.2"
13219source = "registry+https://github.com/rust-lang/crates.io-index"
13220checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13221dependencies = [
13222 "crunchy",
13223]
13224
13225[[package]]
13226name = "tiny-skia"
13227version = "0.11.4"
13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13230dependencies = [
13231 "arrayref",
13232 "arrayvec",
13233 "bytemuck",
13234 "cfg-if",
13235 "log",
13236 "png",
13237 "tiny-skia-path",
13238]
13239
13240[[package]]
13241name = "tiny-skia-path"
13242version = "0.11.4"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13245dependencies = [
13246 "arrayref",
13247 "bytemuck",
13248 "strict-num",
13249]
13250
13251[[package]]
13252name = "tiny_http"
13253version = "0.8.2"
13254source = "registry+https://github.com/rust-lang/crates.io-index"
13255checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13256dependencies = [
13257 "ascii",
13258 "chrono",
13259 "chunked_transfer",
13260 "log",
13261 "url",
13262]
13263
13264[[package]]
13265name = "tinystr"
13266version = "0.7.6"
13267source = "registry+https://github.com/rust-lang/crates.io-index"
13268checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13269dependencies = [
13270 "displaydoc",
13271 "zerovec",
13272]
13273
13274[[package]]
13275name = "tinytemplate"
13276version = "1.2.1"
13277source = "registry+https://github.com/rust-lang/crates.io-index"
13278checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13279dependencies = [
13280 "serde",
13281 "serde_json",
13282]
13283
13284[[package]]
13285name = "tinyvec"
13286version = "1.8.0"
13287source = "registry+https://github.com/rust-lang/crates.io-index"
13288checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13289dependencies = [
13290 "tinyvec_macros",
13291]
13292
13293[[package]]
13294name = "tinyvec_macros"
13295version = "0.1.1"
13296source = "registry+https://github.com/rust-lang/crates.io-index"
13297checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13298
13299[[package]]
13300name = "title_bar"
13301version = "0.1.0"
13302dependencies = [
13303 "auto_update",
13304 "call",
13305 "client",
13306 "collections",
13307 "feature_flags",
13308 "gpui",
13309 "http_client",
13310 "notifications",
13311 "pretty_assertions",
13312 "project",
13313 "remote",
13314 "rpc",
13315 "serde",
13316 "settings",
13317 "smallvec",
13318 "story",
13319 "telemetry",
13320 "theme",
13321 "tree-sitter-md",
13322 "ui",
13323 "util",
13324 "windows 0.58.0",
13325 "workspace",
13326 "zed_actions",
13327]
13328
13329[[package]]
13330name = "tokio"
13331version = "1.42.0"
13332source = "registry+https://github.com/rust-lang/crates.io-index"
13333checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13334dependencies = [
13335 "backtrace",
13336 "bytes 1.9.0",
13337 "libc",
13338 "mio 1.0.3",
13339 "parking_lot",
13340 "pin-project-lite",
13341 "signal-hook-registry",
13342 "socket2 0.5.8",
13343 "tokio-macros",
13344 "windows-sys 0.52.0",
13345]
13346
13347[[package]]
13348name = "tokio-io"
13349version = "0.1.13"
13350source = "registry+https://github.com/rust-lang/crates.io-index"
13351checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13352dependencies = [
13353 "bytes 0.4.12",
13354 "futures 0.1.31",
13355 "log",
13356]
13357
13358[[package]]
13359name = "tokio-macros"
13360version = "2.4.0"
13361source = "registry+https://github.com/rust-lang/crates.io-index"
13362checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13363dependencies = [
13364 "proc-macro2",
13365 "quote",
13366 "syn 2.0.90",
13367]
13368
13369[[package]]
13370name = "tokio-native-tls"
13371version = "0.3.1"
13372source = "registry+https://github.com/rust-lang/crates.io-index"
13373checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13374dependencies = [
13375 "native-tls",
13376 "tokio",
13377]
13378
13379[[package]]
13380name = "tokio-rustls"
13381version = "0.24.1"
13382source = "registry+https://github.com/rust-lang/crates.io-index"
13383checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13384dependencies = [
13385 "rustls 0.21.12",
13386 "tokio",
13387]
13388
13389[[package]]
13390name = "tokio-rustls"
13391version = "0.26.1"
13392source = "registry+https://github.com/rust-lang/crates.io-index"
13393checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13394dependencies = [
13395 "rustls 0.23.20",
13396 "tokio",
13397]
13398
13399[[package]]
13400name = "tokio-socks"
13401version = "0.5.2"
13402source = "registry+https://github.com/rust-lang/crates.io-index"
13403checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13404dependencies = [
13405 "either",
13406 "futures-io",
13407 "futures-util",
13408 "thiserror 1.0.69",
13409 "tokio",
13410]
13411
13412[[package]]
13413name = "tokio-stream"
13414version = "0.1.17"
13415source = "registry+https://github.com/rust-lang/crates.io-index"
13416checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13417dependencies = [
13418 "futures-core",
13419 "pin-project-lite",
13420 "tokio",
13421]
13422
13423[[package]]
13424name = "tokio-tungstenite"
13425version = "0.20.1"
13426source = "registry+https://github.com/rust-lang/crates.io-index"
13427checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13428dependencies = [
13429 "futures-util",
13430 "log",
13431 "rustls 0.21.12",
13432 "rustls-native-certs 0.6.3",
13433 "tokio",
13434 "tokio-rustls 0.24.1",
13435 "tungstenite 0.20.1",
13436]
13437
13438[[package]]
13439name = "tokio-tungstenite"
13440version = "0.21.0"
13441source = "registry+https://github.com/rust-lang/crates.io-index"
13442checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13443dependencies = [
13444 "futures-util",
13445 "log",
13446 "tokio",
13447 "tungstenite 0.21.0",
13448]
13449
13450[[package]]
13451name = "tokio-util"
13452version = "0.7.13"
13453source = "registry+https://github.com/rust-lang/crates.io-index"
13454checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13455dependencies = [
13456 "bytes 1.9.0",
13457 "futures-core",
13458 "futures-io",
13459 "futures-sink",
13460 "pin-project-lite",
13461 "tokio",
13462]
13463
13464[[package]]
13465name = "toml"
13466version = "0.5.11"
13467source = "registry+https://github.com/rust-lang/crates.io-index"
13468checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13469dependencies = [
13470 "serde",
13471]
13472
13473[[package]]
13474name = "toml"
13475version = "0.8.19"
13476source = "registry+https://github.com/rust-lang/crates.io-index"
13477checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13478dependencies = [
13479 "serde",
13480 "serde_spanned",
13481 "toml_datetime",
13482 "toml_edit",
13483]
13484
13485[[package]]
13486name = "toml_datetime"
13487version = "0.6.8"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13490dependencies = [
13491 "serde",
13492]
13493
13494[[package]]
13495name = "toml_edit"
13496version = "0.22.22"
13497source = "registry+https://github.com/rust-lang/crates.io-index"
13498checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13499dependencies = [
13500 "indexmap 2.7.0",
13501 "serde",
13502 "serde_spanned",
13503 "toml_datetime",
13504 "winnow",
13505]
13506
13507[[package]]
13508name = "toolchain_selector"
13509version = "0.1.0"
13510dependencies = [
13511 "editor",
13512 "fuzzy",
13513 "gpui",
13514 "language",
13515 "picker",
13516 "project",
13517 "ui",
13518 "util",
13519 "workspace",
13520]
13521
13522[[package]]
13523name = "topological-sort"
13524version = "0.2.2"
13525source = "registry+https://github.com/rust-lang/crates.io-index"
13526checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13527
13528[[package]]
13529name = "tower"
13530version = "0.4.13"
13531source = "registry+https://github.com/rust-lang/crates.io-index"
13532checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13533dependencies = [
13534 "futures-core",
13535 "futures-util",
13536 "pin-project",
13537 "pin-project-lite",
13538 "tokio",
13539 "tower-layer",
13540 "tower-service",
13541 "tracing",
13542]
13543
13544[[package]]
13545name = "tower-http"
13546version = "0.3.5"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13549dependencies = [
13550 "bitflags 1.3.2",
13551 "bytes 1.9.0",
13552 "futures-core",
13553 "futures-util",
13554 "http 0.2.12",
13555 "http-body 0.4.6",
13556 "http-range-header",
13557 "pin-project-lite",
13558 "tower-layer",
13559 "tower-service",
13560]
13561
13562[[package]]
13563name = "tower-http"
13564version = "0.4.4"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13567dependencies = [
13568 "bitflags 2.6.0",
13569 "bytes 1.9.0",
13570 "futures-core",
13571 "futures-util",
13572 "http 0.2.12",
13573 "http-body 0.4.6",
13574 "http-range-header",
13575 "pin-project-lite",
13576 "tower-layer",
13577 "tower-service",
13578 "tracing",
13579]
13580
13581[[package]]
13582name = "tower-layer"
13583version = "0.3.3"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13586
13587[[package]]
13588name = "tower-service"
13589version = "0.3.3"
13590source = "registry+https://github.com/rust-lang/crates.io-index"
13591checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13592
13593[[package]]
13594name = "tracing"
13595version = "0.1.41"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13598dependencies = [
13599 "log",
13600 "pin-project-lite",
13601 "tracing-attributes",
13602 "tracing-core",
13603]
13604
13605[[package]]
13606name = "tracing-attributes"
13607version = "0.1.28"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13610dependencies = [
13611 "proc-macro2",
13612 "quote",
13613 "syn 2.0.90",
13614]
13615
13616[[package]]
13617name = "tracing-core"
13618version = "0.1.33"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13621dependencies = [
13622 "once_cell",
13623 "valuable",
13624]
13625
13626[[package]]
13627name = "tracing-log"
13628version = "0.2.0"
13629source = "registry+https://github.com/rust-lang/crates.io-index"
13630checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13631dependencies = [
13632 "log",
13633 "once_cell",
13634 "tracing-core",
13635]
13636
13637[[package]]
13638name = "tracing-serde"
13639version = "0.2.0"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13642dependencies = [
13643 "serde",
13644 "tracing-core",
13645]
13646
13647[[package]]
13648name = "tracing-subscriber"
13649version = "0.3.19"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13652dependencies = [
13653 "matchers",
13654 "nu-ansi-term",
13655 "once_cell",
13656 "regex",
13657 "serde",
13658 "serde_json",
13659 "sharded-slab",
13660 "smallvec",
13661 "thread_local",
13662 "tracing",
13663 "tracing-core",
13664 "tracing-log",
13665 "tracing-serde",
13666]
13667
13668[[package]]
13669name = "tree-sitter"
13670version = "0.23.2"
13671source = "registry+https://github.com/rust-lang/crates.io-index"
13672checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13673dependencies = [
13674 "cc",
13675 "regex",
13676 "regex-syntax 0.8.5",
13677 "tree-sitter-language",
13678 "wasmtime-c-api-impl",
13679]
13680
13681[[package]]
13682name = "tree-sitter-bash"
13683version = "0.23.3"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13686dependencies = [
13687 "cc",
13688 "tree-sitter-language",
13689]
13690
13691[[package]]
13692name = "tree-sitter-c"
13693version = "0.23.4"
13694source = "registry+https://github.com/rust-lang/crates.io-index"
13695checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13696dependencies = [
13697 "cc",
13698 "tree-sitter-language",
13699]
13700
13701[[package]]
13702name = "tree-sitter-cpp"
13703version = "0.23.4"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13706dependencies = [
13707 "cc",
13708 "tree-sitter-language",
13709]
13710
13711[[package]]
13712name = "tree-sitter-css"
13713version = "0.23.1"
13714source = "registry+https://github.com/rust-lang/crates.io-index"
13715checksum = "25435a275adb3226b6fddab891bbc50d1a500774a44ceb97022a39666ccda75d"
13716dependencies = [
13717 "cc",
13718 "tree-sitter-language",
13719]
13720
13721[[package]]
13722name = "tree-sitter-diff"
13723version = "0.1.0"
13724source = "registry+https://github.com/rust-lang/crates.io-index"
13725checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13726dependencies = [
13727 "cc",
13728 "tree-sitter-language",
13729]
13730
13731[[package]]
13732name = "tree-sitter-elixir"
13733version = "0.3.3"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13736dependencies = [
13737 "cc",
13738 "tree-sitter-language",
13739]
13740
13741[[package]]
13742name = "tree-sitter-embedded-template"
13743version = "0.23.2"
13744source = "registry+https://github.com/rust-lang/crates.io-index"
13745checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13746dependencies = [
13747 "cc",
13748 "tree-sitter-language",
13749]
13750
13751[[package]]
13752name = "tree-sitter-go"
13753version = "0.23.4"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13756dependencies = [
13757 "cc",
13758 "tree-sitter-language",
13759]
13760
13761[[package]]
13762name = "tree-sitter-gomod"
13763version = "1.0.2"
13764source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
13765dependencies = [
13766 "cc",
13767 "tree-sitter-language",
13768]
13769
13770[[package]]
13771name = "tree-sitter-gowork"
13772version = "0.0.1"
13773source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13774dependencies = [
13775 "cc",
13776 "tree-sitter-language",
13777]
13778
13779[[package]]
13780name = "tree-sitter-heex"
13781version = "0.0.1"
13782source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13783dependencies = [
13784 "cc",
13785 "tree-sitter-language",
13786]
13787
13788[[package]]
13789name = "tree-sitter-html"
13790version = "0.20.4"
13791source = "registry+https://github.com/rust-lang/crates.io-index"
13792checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13793dependencies = [
13794 "cc",
13795 "tree-sitter",
13796]
13797
13798[[package]]
13799name = "tree-sitter-jsdoc"
13800version = "0.23.2"
13801source = "registry+https://github.com/rust-lang/crates.io-index"
13802checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13803dependencies = [
13804 "cc",
13805 "tree-sitter-language",
13806]
13807
13808[[package]]
13809name = "tree-sitter-json"
13810version = "0.24.8"
13811source = "registry+https://github.com/rust-lang/crates.io-index"
13812checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13813dependencies = [
13814 "cc",
13815 "tree-sitter-language",
13816]
13817
13818[[package]]
13819name = "tree-sitter-language"
13820version = "0.1.3"
13821source = "registry+https://github.com/rust-lang/crates.io-index"
13822checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13823
13824[[package]]
13825name = "tree-sitter-md"
13826version = "0.3.2"
13827source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13828dependencies = [
13829 "cc",
13830 "tree-sitter-language",
13831]
13832
13833[[package]]
13834name = "tree-sitter-python"
13835version = "0.23.5"
13836source = "registry+https://github.com/rust-lang/crates.io-index"
13837checksum = "70beaa47e19e1529e8787fc0a80ebbae5a9fdaefc5fcc8972c885c9abf6ab0f0"
13838dependencies = [
13839 "cc",
13840 "tree-sitter-language",
13841]
13842
13843[[package]]
13844name = "tree-sitter-regex"
13845version = "0.23.0"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13848dependencies = [
13849 "cc",
13850 "tree-sitter-language",
13851]
13852
13853[[package]]
13854name = "tree-sitter-ruby"
13855version = "0.23.1"
13856source = "registry+https://github.com/rust-lang/crates.io-index"
13857checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13858dependencies = [
13859 "cc",
13860 "tree-sitter-language",
13861]
13862
13863[[package]]
13864name = "tree-sitter-rust"
13865version = "0.23.2"
13866source = "registry+https://github.com/rust-lang/crates.io-index"
13867checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13868dependencies = [
13869 "cc",
13870 "tree-sitter-language",
13871]
13872
13873[[package]]
13874name = "tree-sitter-typescript"
13875version = "0.23.2"
13876source = "registry+https://github.com/rust-lang/crates.io-index"
13877checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13878dependencies = [
13879 "cc",
13880 "tree-sitter-language",
13881]
13882
13883[[package]]
13884name = "tree-sitter-yaml"
13885version = "0.6.1"
13886source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13887dependencies = [
13888 "cc",
13889 "tree-sitter-language",
13890]
13891
13892[[package]]
13893name = "try-lock"
13894version = "0.2.5"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13897
13898[[package]]
13899name = "ttf-parser"
13900version = "0.21.1"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13903
13904[[package]]
13905name = "tungstenite"
13906version = "0.20.1"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13909dependencies = [
13910 "byteorder",
13911 "bytes 1.9.0",
13912 "data-encoding",
13913 "http 0.2.12",
13914 "httparse",
13915 "log",
13916 "rand 0.8.5",
13917 "rustls 0.21.12",
13918 "sha1",
13919 "thiserror 1.0.69",
13920 "url",
13921 "utf-8",
13922]
13923
13924[[package]]
13925name = "tungstenite"
13926version = "0.21.0"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13929dependencies = [
13930 "byteorder",
13931 "bytes 1.9.0",
13932 "data-encoding",
13933 "http 1.2.0",
13934 "httparse",
13935 "log",
13936 "native-tls",
13937 "rand 0.8.5",
13938 "sha1",
13939 "thiserror 1.0.69",
13940 "url",
13941 "utf-8",
13942]
13943
13944[[package]]
13945name = "tungstenite"
13946version = "0.24.0"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13949dependencies = [
13950 "byteorder",
13951 "bytes 1.9.0",
13952 "data-encoding",
13953 "http 1.2.0",
13954 "httparse",
13955 "log",
13956 "rand 0.8.5",
13957 "sha1",
13958 "thiserror 1.0.69",
13959 "utf-8",
13960]
13961
13962[[package]]
13963name = "typeid"
13964version = "1.0.2"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13967
13968[[package]]
13969name = "typenum"
13970version = "1.17.0"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13973
13974[[package]]
13975name = "ucd-trie"
13976version = "0.1.7"
13977source = "registry+https://github.com/rust-lang/crates.io-index"
13978checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
13979
13980[[package]]
13981name = "uds_windows"
13982version = "1.1.0"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13985dependencies = [
13986 "memoffset",
13987 "tempfile",
13988 "winapi",
13989]
13990
13991[[package]]
13992name = "ui"
13993version = "0.1.0"
13994dependencies = [
13995 "chrono",
13996 "gpui",
13997 "itertools 0.13.0",
13998 "menu",
13999 "serde",
14000 "settings",
14001 "smallvec",
14002 "story",
14003 "strum 0.25.0",
14004 "theme",
14005 "ui_macros",
14006 "windows 0.58.0",
14007]
14008
14009[[package]]
14010name = "ui_input"
14011version = "0.1.0"
14012dependencies = [
14013 "editor",
14014 "gpui",
14015 "settings",
14016 "theme",
14017 "ui",
14018]
14019
14020[[package]]
14021name = "ui_macros"
14022version = "0.1.0"
14023dependencies = [
14024 "convert_case 0.6.0",
14025 "proc-macro2",
14026 "quote",
14027 "syn 1.0.109",
14028]
14029
14030[[package]]
14031name = "unicase"
14032version = "2.8.0"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
14035
14036[[package]]
14037name = "unicode-bidi"
14038version = "0.3.17"
14039source = "registry+https://github.com/rust-lang/crates.io-index"
14040checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14041
14042[[package]]
14043name = "unicode-bidi-mirroring"
14044version = "0.2.0"
14045source = "registry+https://github.com/rust-lang/crates.io-index"
14046checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14047
14048[[package]]
14049name = "unicode-ccc"
14050version = "0.2.0"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14053
14054[[package]]
14055name = "unicode-ident"
14056version = "1.0.14"
14057source = "registry+https://github.com/rust-lang/crates.io-index"
14058checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14059
14060[[package]]
14061name = "unicode-linebreak"
14062version = "0.1.5"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14065
14066[[package]]
14067name = "unicode-normalization"
14068version = "0.1.24"
14069source = "registry+https://github.com/rust-lang/crates.io-index"
14070checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14071dependencies = [
14072 "tinyvec",
14073]
14074
14075[[package]]
14076name = "unicode-properties"
14077version = "0.1.3"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14080
14081[[package]]
14082name = "unicode-script"
14083version = "0.5.7"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14086
14087[[package]]
14088name = "unicode-segmentation"
14089version = "1.12.0"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14092
14093[[package]]
14094name = "unicode-width"
14095version = "0.1.14"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14098
14099[[package]]
14100name = "unicode-xid"
14101version = "0.2.6"
14102source = "registry+https://github.com/rust-lang/crates.io-index"
14103checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14104
14105[[package]]
14106name = "unicode_categories"
14107version = "0.1.1"
14108source = "registry+https://github.com/rust-lang/crates.io-index"
14109checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14110
14111[[package]]
14112name = "unindent"
14113version = "0.1.11"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14116
14117[[package]]
14118name = "untrusted"
14119version = "0.9.0"
14120source = "registry+https://github.com/rust-lang/crates.io-index"
14121checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14122
14123[[package]]
14124name = "url"
14125version = "2.5.4"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14128dependencies = [
14129 "form_urlencoded",
14130 "idna",
14131 "percent-encoding",
14132 "serde",
14133]
14134
14135[[package]]
14136name = "urlencoding"
14137version = "2.1.3"
14138source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14140
14141[[package]]
14142name = "usvg"
14143version = "0.44.0"
14144source = "registry+https://github.com/rust-lang/crates.io-index"
14145checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14146dependencies = [
14147 "base64 0.22.1",
14148 "data-url",
14149 "flate2",
14150 "imagesize",
14151 "kurbo",
14152 "log",
14153 "pico-args",
14154 "roxmltree",
14155 "simplecss",
14156 "siphasher 1.0.1",
14157 "strict-num",
14158 "svgtypes",
14159 "tiny-skia-path",
14160 "xmlwriter",
14161]
14162
14163[[package]]
14164name = "utf-8"
14165version = "0.7.6"
14166source = "registry+https://github.com/rust-lang/crates.io-index"
14167checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14168
14169[[package]]
14170name = "utf16_iter"
14171version = "1.0.5"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14174
14175[[package]]
14176name = "utf8_iter"
14177version = "1.0.4"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14180
14181[[package]]
14182name = "utf8parse"
14183version = "0.2.2"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14186
14187[[package]]
14188name = "util"
14189version = "0.1.0"
14190dependencies = [
14191 "anyhow",
14192 "async-fs 1.6.0",
14193 "collections",
14194 "dirs 4.0.0",
14195 "dunce",
14196 "futures 0.3.31",
14197 "futures-lite 1.13.0",
14198 "git2",
14199 "globset",
14200 "itertools 0.13.0",
14201 "libc",
14202 "log",
14203 "rand 0.8.5",
14204 "regex",
14205 "rust-embed",
14206 "serde",
14207 "serde_json",
14208 "smol",
14209 "take-until",
14210 "tempfile",
14211 "tendril",
14212 "unicase",
14213]
14214
14215[[package]]
14216name = "uuid"
14217version = "1.11.0"
14218source = "registry+https://github.com/rust-lang/crates.io-index"
14219checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14220dependencies = [
14221 "getrandom 0.2.15",
14222 "serde",
14223 "sha1_smol",
14224]
14225
14226[[package]]
14227name = "v_frame"
14228version = "0.3.8"
14229source = "registry+https://github.com/rust-lang/crates.io-index"
14230checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14231dependencies = [
14232 "aligned-vec",
14233 "num-traits",
14234 "wasm-bindgen",
14235]
14236
14237[[package]]
14238name = "valuable"
14239version = "0.1.0"
14240source = "registry+https://github.com/rust-lang/crates.io-index"
14241checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14242
14243[[package]]
14244name = "value-bag"
14245version = "1.10.0"
14246source = "registry+https://github.com/rust-lang/crates.io-index"
14247checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14248dependencies = [
14249 "value-bag-serde1",
14250 "value-bag-sval2",
14251]
14252
14253[[package]]
14254name = "value-bag-serde1"
14255version = "1.10.0"
14256source = "registry+https://github.com/rust-lang/crates.io-index"
14257checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14258dependencies = [
14259 "erased-serde",
14260 "serde",
14261 "serde_fmt",
14262]
14263
14264[[package]]
14265name = "value-bag-sval2"
14266version = "1.10.0"
14267source = "registry+https://github.com/rust-lang/crates.io-index"
14268checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14269dependencies = [
14270 "sval",
14271 "sval_buffer",
14272 "sval_dynamic",
14273 "sval_fmt",
14274 "sval_json",
14275 "sval_ref",
14276 "sval_serde",
14277]
14278
14279[[package]]
14280name = "vcpkg"
14281version = "0.2.15"
14282source = "registry+https://github.com/rust-lang/crates.io-index"
14283checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14284
14285[[package]]
14286name = "vcs_menu"
14287version = "0.1.0"
14288dependencies = [
14289 "anyhow",
14290 "fuzzy",
14291 "git",
14292 "gpui",
14293 "picker",
14294 "project",
14295 "ui",
14296 "util",
14297 "workspace",
14298 "zed_actions",
14299]
14300
14301[[package]]
14302name = "version-compare"
14303version = "0.2.0"
14304source = "registry+https://github.com/rust-lang/crates.io-index"
14305checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14306
14307[[package]]
14308name = "version_check"
14309version = "0.9.5"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14312
14313[[package]]
14314name = "vim"
14315version = "0.1.0"
14316dependencies = [
14317 "anyhow",
14318 "async-compat",
14319 "async-trait",
14320 "collections",
14321 "command_palette",
14322 "command_palette_hooks",
14323 "editor",
14324 "futures 0.3.31",
14325 "gpui",
14326 "indoc",
14327 "itertools 0.13.0",
14328 "language",
14329 "log",
14330 "lsp",
14331 "multi_buffer",
14332 "nvim-rs",
14333 "parking_lot",
14334 "regex",
14335 "release_channel",
14336 "schemars",
14337 "search",
14338 "serde",
14339 "serde_derive",
14340 "serde_json",
14341 "settings",
14342 "theme",
14343 "tokio",
14344 "ui",
14345 "util",
14346 "vim_mode_setting",
14347 "workspace",
14348 "zed_actions",
14349]
14350
14351[[package]]
14352name = "vim_mode_setting"
14353version = "0.1.0"
14354dependencies = [
14355 "anyhow",
14356 "gpui",
14357 "settings",
14358]
14359
14360[[package]]
14361name = "vscode_theme"
14362version = "0.2.0"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14365dependencies = [
14366 "serde",
14367]
14368
14369[[package]]
14370name = "vsimd"
14371version = "0.8.0"
14372source = "registry+https://github.com/rust-lang/crates.io-index"
14373checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14374
14375[[package]]
14376name = "vswhom"
14377version = "0.1.0"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14380dependencies = [
14381 "libc",
14382 "vswhom-sys",
14383]
14384
14385[[package]]
14386name = "vswhom-sys"
14387version = "0.1.2"
14388source = "registry+https://github.com/rust-lang/crates.io-index"
14389checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14390dependencies = [
14391 "cc",
14392 "libc",
14393]
14394
14395[[package]]
14396name = "vte"
14397version = "0.13.0"
14398source = "registry+https://github.com/rust-lang/crates.io-index"
14399checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
14400dependencies = [
14401 "bitflags 2.6.0",
14402 "cursor-icon",
14403 "log",
14404 "serde",
14405 "utf8parse",
14406 "vte_generate_state_changes",
14407]
14408
14409[[package]]
14410name = "vte_generate_state_changes"
14411version = "0.1.2"
14412source = "registry+https://github.com/rust-lang/crates.io-index"
14413checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
14414dependencies = [
14415 "proc-macro2",
14416 "quote",
14417]
14418
14419[[package]]
14420name = "waker-fn"
14421version = "1.2.0"
14422source = "registry+https://github.com/rust-lang/crates.io-index"
14423checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14424
14425[[package]]
14426name = "walkdir"
14427version = "2.5.0"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14430dependencies = [
14431 "same-file",
14432 "winapi-util",
14433]
14434
14435[[package]]
14436name = "want"
14437version = "0.3.1"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14440dependencies = [
14441 "try-lock",
14442]
14443
14444[[package]]
14445name = "warp"
14446version = "0.3.7"
14447source = "registry+https://github.com/rust-lang/crates.io-index"
14448checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14449dependencies = [
14450 "bytes 1.9.0",
14451 "futures-channel",
14452 "futures-util",
14453 "headers",
14454 "http 0.2.12",
14455 "hyper 0.14.32",
14456 "log",
14457 "mime",
14458 "mime_guess",
14459 "percent-encoding",
14460 "pin-project",
14461 "scoped-tls",
14462 "serde",
14463 "serde_json",
14464 "serde_urlencoded",
14465 "tokio",
14466 "tokio-tungstenite 0.21.0",
14467 "tokio-util",
14468 "tower-service",
14469 "tracing",
14470]
14471
14472[[package]]
14473name = "wasi"
14474version = "0.9.0+wasi-snapshot-preview1"
14475source = "registry+https://github.com/rust-lang/crates.io-index"
14476checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14477
14478[[package]]
14479name = "wasi"
14480version = "0.11.0+wasi-snapshot-preview1"
14481source = "registry+https://github.com/rust-lang/crates.io-index"
14482checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14483
14484[[package]]
14485name = "wasite"
14486version = "0.1.0"
14487source = "registry+https://github.com/rust-lang/crates.io-index"
14488checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14489
14490[[package]]
14491name = "wasm-bindgen"
14492version = "0.2.99"
14493source = "registry+https://github.com/rust-lang/crates.io-index"
14494checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14495dependencies = [
14496 "cfg-if",
14497 "once_cell",
14498 "wasm-bindgen-macro",
14499]
14500
14501[[package]]
14502name = "wasm-bindgen-backend"
14503version = "0.2.99"
14504source = "registry+https://github.com/rust-lang/crates.io-index"
14505checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14506dependencies = [
14507 "bumpalo",
14508 "log",
14509 "proc-macro2",
14510 "quote",
14511 "syn 2.0.90",
14512 "wasm-bindgen-shared",
14513]
14514
14515[[package]]
14516name = "wasm-bindgen-futures"
14517version = "0.4.49"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14520dependencies = [
14521 "cfg-if",
14522 "js-sys",
14523 "once_cell",
14524 "wasm-bindgen",
14525 "web-sys",
14526]
14527
14528[[package]]
14529name = "wasm-bindgen-macro"
14530version = "0.2.99"
14531source = "registry+https://github.com/rust-lang/crates.io-index"
14532checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14533dependencies = [
14534 "quote",
14535 "wasm-bindgen-macro-support",
14536]
14537
14538[[package]]
14539name = "wasm-bindgen-macro-support"
14540version = "0.2.99"
14541source = "registry+https://github.com/rust-lang/crates.io-index"
14542checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14543dependencies = [
14544 "proc-macro2",
14545 "quote",
14546 "syn 2.0.90",
14547 "wasm-bindgen-backend",
14548 "wasm-bindgen-shared",
14549]
14550
14551[[package]]
14552name = "wasm-bindgen-shared"
14553version = "0.2.99"
14554source = "registry+https://github.com/rust-lang/crates.io-index"
14555checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14556
14557[[package]]
14558name = "wasm-encoder"
14559version = "0.201.0"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14562dependencies = [
14563 "leb128",
14564]
14565
14566[[package]]
14567name = "wasm-encoder"
14568version = "0.215.0"
14569source = "registry+https://github.com/rust-lang/crates.io-index"
14570checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14571dependencies = [
14572 "leb128",
14573]
14574
14575[[package]]
14576name = "wasm-metadata"
14577version = "0.201.0"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14580dependencies = [
14581 "anyhow",
14582 "indexmap 2.7.0",
14583 "serde",
14584 "serde_derive",
14585 "serde_json",
14586 "spdx",
14587 "wasm-encoder 0.201.0",
14588 "wasmparser 0.201.0",
14589]
14590
14591[[package]]
14592name = "wasm-streams"
14593version = "0.4.2"
14594source = "registry+https://github.com/rust-lang/crates.io-index"
14595checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14596dependencies = [
14597 "futures-util",
14598 "js-sys",
14599 "wasm-bindgen",
14600 "wasm-bindgen-futures",
14601 "web-sys",
14602]
14603
14604[[package]]
14605name = "wasmparser"
14606version = "0.201.0"
14607source = "registry+https://github.com/rust-lang/crates.io-index"
14608checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14609dependencies = [
14610 "bitflags 2.6.0",
14611 "indexmap 2.7.0",
14612 "semver",
14613]
14614
14615[[package]]
14616name = "wasmparser"
14617version = "0.215.0"
14618source = "registry+https://github.com/rust-lang/crates.io-index"
14619checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14620dependencies = [
14621 "ahash 0.8.11",
14622 "bitflags 2.6.0",
14623 "hashbrown 0.14.5",
14624 "indexmap 2.7.0",
14625 "semver",
14626 "serde",
14627]
14628
14629[[package]]
14630name = "wasmprinter"
14631version = "0.215.0"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14634dependencies = [
14635 "anyhow",
14636 "termcolor",
14637 "wasmparser 0.215.0",
14638]
14639
14640[[package]]
14641name = "wasmtime"
14642version = "24.0.2"
14643source = "registry+https://github.com/rust-lang/crates.io-index"
14644checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14645dependencies = [
14646 "anyhow",
14647 "async-trait",
14648 "bitflags 2.6.0",
14649 "bumpalo",
14650 "cc",
14651 "cfg-if",
14652 "encoding_rs",
14653 "hashbrown 0.14.5",
14654 "indexmap 2.7.0",
14655 "libc",
14656 "libm",
14657 "log",
14658 "mach2",
14659 "memfd",
14660 "object",
14661 "once_cell",
14662 "paste",
14663 "postcard",
14664 "psm",
14665 "rustix 0.38.42",
14666 "semver",
14667 "serde",
14668 "serde_derive",
14669 "smallvec",
14670 "sptr",
14671 "target-lexicon",
14672 "wasmparser 0.215.0",
14673 "wasmtime-asm-macros",
14674 "wasmtime-component-macro",
14675 "wasmtime-component-util",
14676 "wasmtime-cranelift",
14677 "wasmtime-environ",
14678 "wasmtime-fiber",
14679 "wasmtime-jit-icache-coherence",
14680 "wasmtime-slab",
14681 "wasmtime-versioned-export-macros",
14682 "wasmtime-winch",
14683 "windows-sys 0.52.0",
14684]
14685
14686[[package]]
14687name = "wasmtime-asm-macros"
14688version = "24.0.2"
14689source = "registry+https://github.com/rust-lang/crates.io-index"
14690checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14691dependencies = [
14692 "cfg-if",
14693]
14694
14695[[package]]
14696name = "wasmtime-c-api-impl"
14697version = "24.0.2"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14700dependencies = [
14701 "anyhow",
14702 "log",
14703 "once_cell",
14704 "tracing",
14705 "wasmtime",
14706 "wasmtime-c-api-macros",
14707]
14708
14709[[package]]
14710name = "wasmtime-c-api-macros"
14711version = "24.0.2"
14712source = "registry+https://github.com/rust-lang/crates.io-index"
14713checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14714dependencies = [
14715 "proc-macro2",
14716 "quote",
14717]
14718
14719[[package]]
14720name = "wasmtime-component-macro"
14721version = "24.0.2"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14724dependencies = [
14725 "anyhow",
14726 "proc-macro2",
14727 "quote",
14728 "syn 2.0.90",
14729 "wasmtime-component-util",
14730 "wasmtime-wit-bindgen",
14731 "wit-parser 0.215.0",
14732]
14733
14734[[package]]
14735name = "wasmtime-component-util"
14736version = "24.0.2"
14737source = "registry+https://github.com/rust-lang/crates.io-index"
14738checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14739
14740[[package]]
14741name = "wasmtime-cranelift"
14742version = "24.0.2"
14743source = "registry+https://github.com/rust-lang/crates.io-index"
14744checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14745dependencies = [
14746 "anyhow",
14747 "cfg-if",
14748 "cranelift-codegen",
14749 "cranelift-control",
14750 "cranelift-entity",
14751 "cranelift-frontend",
14752 "cranelift-native",
14753 "cranelift-wasm",
14754 "gimli 0.29.0",
14755 "log",
14756 "object",
14757 "target-lexicon",
14758 "thiserror 1.0.69",
14759 "wasmparser 0.215.0",
14760 "wasmtime-environ",
14761 "wasmtime-versioned-export-macros",
14762]
14763
14764[[package]]
14765name = "wasmtime-environ"
14766version = "24.0.2"
14767source = "registry+https://github.com/rust-lang/crates.io-index"
14768checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14769dependencies = [
14770 "anyhow",
14771 "cpp_demangle",
14772 "cranelift-bitset",
14773 "cranelift-entity",
14774 "gimli 0.29.0",
14775 "indexmap 2.7.0",
14776 "log",
14777 "object",
14778 "postcard",
14779 "rustc-demangle",
14780 "semver",
14781 "serde",
14782 "serde_derive",
14783 "target-lexicon",
14784 "wasm-encoder 0.215.0",
14785 "wasmparser 0.215.0",
14786 "wasmprinter",
14787 "wasmtime-component-util",
14788 "wasmtime-types",
14789]
14790
14791[[package]]
14792name = "wasmtime-fiber"
14793version = "24.0.2"
14794source = "registry+https://github.com/rust-lang/crates.io-index"
14795checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14796dependencies = [
14797 "anyhow",
14798 "cc",
14799 "cfg-if",
14800 "rustix 0.38.42",
14801 "wasmtime-asm-macros",
14802 "wasmtime-versioned-export-macros",
14803 "windows-sys 0.52.0",
14804]
14805
14806[[package]]
14807name = "wasmtime-jit-icache-coherence"
14808version = "24.0.2"
14809source = "registry+https://github.com/rust-lang/crates.io-index"
14810checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14811dependencies = [
14812 "anyhow",
14813 "cfg-if",
14814 "libc",
14815 "windows-sys 0.52.0",
14816]
14817
14818[[package]]
14819name = "wasmtime-slab"
14820version = "24.0.2"
14821source = "registry+https://github.com/rust-lang/crates.io-index"
14822checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14823
14824[[package]]
14825name = "wasmtime-types"
14826version = "24.0.2"
14827source = "registry+https://github.com/rust-lang/crates.io-index"
14828checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14829dependencies = [
14830 "anyhow",
14831 "cranelift-entity",
14832 "serde",
14833 "serde_derive",
14834 "smallvec",
14835 "wasmparser 0.215.0",
14836]
14837
14838[[package]]
14839name = "wasmtime-versioned-export-macros"
14840version = "24.0.2"
14841source = "registry+https://github.com/rust-lang/crates.io-index"
14842checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14843dependencies = [
14844 "proc-macro2",
14845 "quote",
14846 "syn 2.0.90",
14847]
14848
14849[[package]]
14850name = "wasmtime-wasi"
14851version = "24.0.2"
14852source = "registry+https://github.com/rust-lang/crates.io-index"
14853checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14854dependencies = [
14855 "anyhow",
14856 "async-trait",
14857 "bitflags 2.6.0",
14858 "bytes 1.9.0",
14859 "cap-fs-ext",
14860 "cap-net-ext",
14861 "cap-rand",
14862 "cap-std",
14863 "cap-time-ext",
14864 "fs-set-times",
14865 "futures 0.3.31",
14866 "io-extras",
14867 "io-lifetimes 2.0.4",
14868 "once_cell",
14869 "rustix 0.38.42",
14870 "system-interface",
14871 "thiserror 1.0.69",
14872 "tokio",
14873 "tracing",
14874 "url",
14875 "wasmtime",
14876 "wiggle",
14877 "windows-sys 0.52.0",
14878]
14879
14880[[package]]
14881name = "wasmtime-winch"
14882version = "24.0.2"
14883source = "registry+https://github.com/rust-lang/crates.io-index"
14884checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14885dependencies = [
14886 "anyhow",
14887 "cranelift-codegen",
14888 "gimli 0.29.0",
14889 "object",
14890 "target-lexicon",
14891 "wasmparser 0.215.0",
14892 "wasmtime-cranelift",
14893 "wasmtime-environ",
14894 "winch-codegen",
14895]
14896
14897[[package]]
14898name = "wasmtime-wit-bindgen"
14899version = "24.0.2"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14902dependencies = [
14903 "anyhow",
14904 "heck 0.4.1",
14905 "indexmap 2.7.0",
14906 "wit-parser 0.215.0",
14907]
14908
14909[[package]]
14910name = "wast"
14911version = "35.0.2"
14912source = "registry+https://github.com/rust-lang/crates.io-index"
14913checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14914dependencies = [
14915 "leb128",
14916]
14917
14918[[package]]
14919name = "wayland-backend"
14920version = "0.3.7"
14921source = "registry+https://github.com/rust-lang/crates.io-index"
14922checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14923dependencies = [
14924 "cc",
14925 "downcast-rs",
14926 "rustix 0.38.42",
14927 "scoped-tls",
14928 "smallvec",
14929 "wayland-sys",
14930]
14931
14932[[package]]
14933name = "wayland-client"
14934version = "0.31.7"
14935source = "registry+https://github.com/rust-lang/crates.io-index"
14936checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
14937dependencies = [
14938 "bitflags 2.6.0",
14939 "rustix 0.38.42",
14940 "wayland-backend",
14941 "wayland-scanner",
14942]
14943
14944[[package]]
14945name = "wayland-cursor"
14946version = "0.31.7"
14947source = "registry+https://github.com/rust-lang/crates.io-index"
14948checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
14949dependencies = [
14950 "rustix 0.38.42",
14951 "wayland-client",
14952 "xcursor",
14953]
14954
14955[[package]]
14956name = "wayland-protocols"
14957version = "0.31.2"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14960dependencies = [
14961 "bitflags 2.6.0",
14962 "wayland-backend",
14963 "wayland-client",
14964 "wayland-scanner",
14965]
14966
14967[[package]]
14968name = "wayland-protocols-plasma"
14969version = "0.2.0"
14970source = "registry+https://github.com/rust-lang/crates.io-index"
14971checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14972dependencies = [
14973 "bitflags 2.6.0",
14974 "wayland-backend",
14975 "wayland-client",
14976 "wayland-protocols",
14977 "wayland-scanner",
14978]
14979
14980[[package]]
14981name = "wayland-scanner"
14982version = "0.31.5"
14983source = "registry+https://github.com/rust-lang/crates.io-index"
14984checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
14985dependencies = [
14986 "proc-macro2",
14987 "quick-xml 0.36.2",
14988 "quote",
14989]
14990
14991[[package]]
14992name = "wayland-sys"
14993version = "0.31.5"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
14996dependencies = [
14997 "dlib",
14998 "log",
14999 "once_cell",
15000 "pkg-config",
15001]
15002
15003[[package]]
15004name = "web-sys"
15005version = "0.3.76"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15008dependencies = [
15009 "js-sys",
15010 "wasm-bindgen",
15011]
15012
15013[[package]]
15014name = "web-time"
15015version = "1.1.0"
15016source = "registry+https://github.com/rust-lang/crates.io-index"
15017checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15018dependencies = [
15019 "js-sys",
15020 "wasm-bindgen",
15021]
15022
15023[[package]]
15024name = "webpki"
15025version = "0.22.4"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
15028dependencies = [
15029 "ring",
15030 "untrusted",
15031]
15032
15033[[package]]
15034name = "webpki-roots"
15035version = "0.22.6"
15036source = "registry+https://github.com/rust-lang/crates.io-index"
15037checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
15038dependencies = [
15039 "webpki",
15040]
15041
15042[[package]]
15043name = "webpki-roots"
15044version = "0.26.7"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15047dependencies = [
15048 "rustls-pki-types",
15049]
15050
15051[[package]]
15052name = "webrtc-sys"
15053version = "0.3.5"
15054source = "git+https://github.com/zed-industries/rust-sdks?rev=799f10133d93ba2a88642cd480d01ec4da53408c#799f10133d93ba2a88642cd480d01ec4da53408c"
15055dependencies = [
15056 "cc",
15057 "cxx",
15058 "cxx-build",
15059 "glob",
15060 "log",
15061 "webrtc-sys-build",
15062]
15063
15064[[package]]
15065name = "webrtc-sys-build"
15066version = "0.3.5"
15067source = "git+https://github.com/zed-industries/rust-sdks?rev=799f10133d93ba2a88642cd480d01ec4da53408c#799f10133d93ba2a88642cd480d01ec4da53408c"
15068dependencies = [
15069 "fs2",
15070 "regex",
15071 "reqwest 0.11.27",
15072 "scratch",
15073 "semver",
15074 "zip",
15075]
15076
15077[[package]]
15078name = "weezl"
15079version = "0.1.8"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15082
15083[[package]]
15084name = "welcome"
15085version = "0.1.0"
15086dependencies = [
15087 "anyhow",
15088 "client",
15089 "copilot",
15090 "db",
15091 "editor",
15092 "fuzzy",
15093 "gpui",
15094 "install_cli",
15095 "picker",
15096 "project",
15097 "schemars",
15098 "serde",
15099 "settings",
15100 "telemetry",
15101 "ui",
15102 "util",
15103 "vim_mode_setting",
15104 "workspace",
15105 "zed_actions",
15106]
15107
15108[[package]]
15109name = "which"
15110version = "4.4.2"
15111source = "registry+https://github.com/rust-lang/crates.io-index"
15112checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15113dependencies = [
15114 "either",
15115 "home",
15116 "once_cell",
15117 "rustix 0.38.42",
15118]
15119
15120[[package]]
15121name = "which"
15122version = "6.0.3"
15123source = "registry+https://github.com/rust-lang/crates.io-index"
15124checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15125dependencies = [
15126 "either",
15127 "home",
15128 "rustix 0.38.42",
15129 "winsafe",
15130]
15131
15132[[package]]
15133name = "whoami"
15134version = "1.5.2"
15135source = "registry+https://github.com/rust-lang/crates.io-index"
15136checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15137dependencies = [
15138 "redox_syscall 0.5.8",
15139 "wasite",
15140]
15141
15142[[package]]
15143name = "wiggle"
15144version = "24.0.2"
15145source = "registry+https://github.com/rust-lang/crates.io-index"
15146checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15147dependencies = [
15148 "anyhow",
15149 "async-trait",
15150 "bitflags 2.6.0",
15151 "thiserror 1.0.69",
15152 "tracing",
15153 "wasmtime",
15154 "wiggle-macro",
15155]
15156
15157[[package]]
15158name = "wiggle-generate"
15159version = "24.0.2"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15162dependencies = [
15163 "anyhow",
15164 "heck 0.4.1",
15165 "proc-macro2",
15166 "quote",
15167 "shellexpand 2.1.2",
15168 "syn 2.0.90",
15169 "witx",
15170]
15171
15172[[package]]
15173name = "wiggle-macro"
15174version = "24.0.2"
15175source = "registry+https://github.com/rust-lang/crates.io-index"
15176checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15177dependencies = [
15178 "proc-macro2",
15179 "quote",
15180 "syn 2.0.90",
15181 "wiggle-generate",
15182]
15183
15184[[package]]
15185name = "winapi"
15186version = "0.3.9"
15187source = "registry+https://github.com/rust-lang/crates.io-index"
15188checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15189dependencies = [
15190 "winapi-i686-pc-windows-gnu",
15191 "winapi-x86_64-pc-windows-gnu",
15192]
15193
15194[[package]]
15195name = "winapi-i686-pc-windows-gnu"
15196version = "0.4.0"
15197source = "registry+https://github.com/rust-lang/crates.io-index"
15198checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15199
15200[[package]]
15201name = "winapi-util"
15202version = "0.1.9"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15205dependencies = [
15206 "windows-sys 0.48.0",
15207]
15208
15209[[package]]
15210name = "winapi-x86_64-pc-windows-gnu"
15211version = "0.4.0"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15214
15215[[package]]
15216name = "winch-codegen"
15217version = "0.22.2"
15218source = "registry+https://github.com/rust-lang/crates.io-index"
15219checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15220dependencies = [
15221 "anyhow",
15222 "cranelift-codegen",
15223 "gimli 0.29.0",
15224 "regalloc2",
15225 "smallvec",
15226 "target-lexicon",
15227 "wasmparser 0.215.0",
15228 "wasmtime-cranelift",
15229 "wasmtime-environ",
15230]
15231
15232[[package]]
15233name = "windows"
15234version = "0.54.0"
15235source = "registry+https://github.com/rust-lang/crates.io-index"
15236checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15237dependencies = [
15238 "windows-core 0.54.0",
15239 "windows-targets 0.52.6",
15240]
15241
15242[[package]]
15243name = "windows"
15244version = "0.57.0"
15245source = "registry+https://github.com/rust-lang/crates.io-index"
15246checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15247dependencies = [
15248 "windows-core 0.57.0",
15249 "windows-targets 0.52.6",
15250]
15251
15252[[package]]
15253name = "windows"
15254version = "0.58.0"
15255source = "registry+https://github.com/rust-lang/crates.io-index"
15256checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15257dependencies = [
15258 "windows-core 0.58.0",
15259 "windows-targets 0.52.6",
15260]
15261
15262[[package]]
15263name = "windows-core"
15264version = "0.52.0"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15267dependencies = [
15268 "windows-targets 0.52.6",
15269]
15270
15271[[package]]
15272name = "windows-core"
15273version = "0.54.0"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15276dependencies = [
15277 "windows-result 0.1.2",
15278 "windows-targets 0.52.6",
15279]
15280
15281[[package]]
15282name = "windows-core"
15283version = "0.57.0"
15284source = "registry+https://github.com/rust-lang/crates.io-index"
15285checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15286dependencies = [
15287 "windows-implement 0.57.0",
15288 "windows-interface 0.57.0",
15289 "windows-result 0.1.2",
15290 "windows-targets 0.52.6",
15291]
15292
15293[[package]]
15294name = "windows-core"
15295version = "0.58.0"
15296source = "registry+https://github.com/rust-lang/crates.io-index"
15297checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15298dependencies = [
15299 "windows-implement 0.58.0",
15300 "windows-interface 0.58.0",
15301 "windows-result 0.2.0",
15302 "windows-strings",
15303 "windows-targets 0.52.6",
15304]
15305
15306[[package]]
15307name = "windows-implement"
15308version = "0.57.0"
15309source = "registry+https://github.com/rust-lang/crates.io-index"
15310checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15311dependencies = [
15312 "proc-macro2",
15313 "quote",
15314 "syn 2.0.90",
15315]
15316
15317[[package]]
15318name = "windows-implement"
15319version = "0.58.0"
15320source = "registry+https://github.com/rust-lang/crates.io-index"
15321checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15322dependencies = [
15323 "proc-macro2",
15324 "quote",
15325 "syn 2.0.90",
15326]
15327
15328[[package]]
15329name = "windows-interface"
15330version = "0.57.0"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15333dependencies = [
15334 "proc-macro2",
15335 "quote",
15336 "syn 2.0.90",
15337]
15338
15339[[package]]
15340name = "windows-interface"
15341version = "0.58.0"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15344dependencies = [
15345 "proc-macro2",
15346 "quote",
15347 "syn 2.0.90",
15348]
15349
15350[[package]]
15351name = "windows-registry"
15352version = "0.2.0"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15355dependencies = [
15356 "windows-result 0.2.0",
15357 "windows-strings",
15358 "windows-targets 0.52.6",
15359]
15360
15361[[package]]
15362name = "windows-result"
15363version = "0.1.2"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15366dependencies = [
15367 "windows-targets 0.52.6",
15368]
15369
15370[[package]]
15371name = "windows-result"
15372version = "0.2.0"
15373source = "registry+https://github.com/rust-lang/crates.io-index"
15374checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15375dependencies = [
15376 "windows-targets 0.52.6",
15377]
15378
15379[[package]]
15380name = "windows-strings"
15381version = "0.1.0"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15384dependencies = [
15385 "windows-result 0.2.0",
15386 "windows-targets 0.52.6",
15387]
15388
15389[[package]]
15390name = "windows-sys"
15391version = "0.45.0"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15394dependencies = [
15395 "windows-targets 0.42.2",
15396]
15397
15398[[package]]
15399name = "windows-sys"
15400version = "0.48.0"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15403dependencies = [
15404 "windows-targets 0.48.5",
15405]
15406
15407[[package]]
15408name = "windows-sys"
15409version = "0.52.0"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15412dependencies = [
15413 "windows-targets 0.52.6",
15414]
15415
15416[[package]]
15417name = "windows-sys"
15418version = "0.59.0"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15421dependencies = [
15422 "windows-targets 0.52.6",
15423]
15424
15425[[package]]
15426name = "windows-targets"
15427version = "0.42.2"
15428source = "registry+https://github.com/rust-lang/crates.io-index"
15429checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15430dependencies = [
15431 "windows_aarch64_gnullvm 0.42.2",
15432 "windows_aarch64_msvc 0.42.2",
15433 "windows_i686_gnu 0.42.2",
15434 "windows_i686_msvc 0.42.2",
15435 "windows_x86_64_gnu 0.42.2",
15436 "windows_x86_64_gnullvm 0.42.2",
15437 "windows_x86_64_msvc 0.42.2",
15438]
15439
15440[[package]]
15441name = "windows-targets"
15442version = "0.48.5"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15445dependencies = [
15446 "windows_aarch64_gnullvm 0.48.5",
15447 "windows_aarch64_msvc 0.48.5",
15448 "windows_i686_gnu 0.48.5",
15449 "windows_i686_msvc 0.48.5",
15450 "windows_x86_64_gnu 0.48.5",
15451 "windows_x86_64_gnullvm 0.48.5",
15452 "windows_x86_64_msvc 0.48.5",
15453]
15454
15455[[package]]
15456name = "windows-targets"
15457version = "0.52.6"
15458source = "registry+https://github.com/rust-lang/crates.io-index"
15459checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15460dependencies = [
15461 "windows_aarch64_gnullvm 0.52.6",
15462 "windows_aarch64_msvc 0.52.6",
15463 "windows_i686_gnu 0.52.6",
15464 "windows_i686_gnullvm",
15465 "windows_i686_msvc 0.52.6",
15466 "windows_x86_64_gnu 0.52.6",
15467 "windows_x86_64_gnullvm 0.52.6",
15468 "windows_x86_64_msvc 0.52.6",
15469]
15470
15471[[package]]
15472name = "windows_aarch64_gnullvm"
15473version = "0.42.2"
15474source = "registry+https://github.com/rust-lang/crates.io-index"
15475checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15476
15477[[package]]
15478name = "windows_aarch64_gnullvm"
15479version = "0.48.5"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15482
15483[[package]]
15484name = "windows_aarch64_gnullvm"
15485version = "0.52.6"
15486source = "registry+https://github.com/rust-lang/crates.io-index"
15487checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15488
15489[[package]]
15490name = "windows_aarch64_msvc"
15491version = "0.42.2"
15492source = "registry+https://github.com/rust-lang/crates.io-index"
15493checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15494
15495[[package]]
15496name = "windows_aarch64_msvc"
15497version = "0.48.5"
15498source = "registry+https://github.com/rust-lang/crates.io-index"
15499checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15500
15501[[package]]
15502name = "windows_aarch64_msvc"
15503version = "0.52.6"
15504source = "registry+https://github.com/rust-lang/crates.io-index"
15505checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15506
15507[[package]]
15508name = "windows_i686_gnu"
15509version = "0.42.2"
15510source = "registry+https://github.com/rust-lang/crates.io-index"
15511checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15512
15513[[package]]
15514name = "windows_i686_gnu"
15515version = "0.48.5"
15516source = "registry+https://github.com/rust-lang/crates.io-index"
15517checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15518
15519[[package]]
15520name = "windows_i686_gnu"
15521version = "0.52.6"
15522source = "registry+https://github.com/rust-lang/crates.io-index"
15523checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15524
15525[[package]]
15526name = "windows_i686_gnullvm"
15527version = "0.52.6"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15530
15531[[package]]
15532name = "windows_i686_msvc"
15533version = "0.42.2"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15536
15537[[package]]
15538name = "windows_i686_msvc"
15539version = "0.48.5"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15542
15543[[package]]
15544name = "windows_i686_msvc"
15545version = "0.52.6"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15548
15549[[package]]
15550name = "windows_x86_64_gnu"
15551version = "0.42.2"
15552source = "registry+https://github.com/rust-lang/crates.io-index"
15553checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15554
15555[[package]]
15556name = "windows_x86_64_gnu"
15557version = "0.48.5"
15558source = "registry+https://github.com/rust-lang/crates.io-index"
15559checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15560
15561[[package]]
15562name = "windows_x86_64_gnu"
15563version = "0.52.6"
15564source = "registry+https://github.com/rust-lang/crates.io-index"
15565checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15566
15567[[package]]
15568name = "windows_x86_64_gnullvm"
15569version = "0.42.2"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15572
15573[[package]]
15574name = "windows_x86_64_gnullvm"
15575version = "0.48.5"
15576source = "registry+https://github.com/rust-lang/crates.io-index"
15577checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15578
15579[[package]]
15580name = "windows_x86_64_gnullvm"
15581version = "0.52.6"
15582source = "registry+https://github.com/rust-lang/crates.io-index"
15583checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15584
15585[[package]]
15586name = "windows_x86_64_msvc"
15587version = "0.42.2"
15588source = "registry+https://github.com/rust-lang/crates.io-index"
15589checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15590
15591[[package]]
15592name = "windows_x86_64_msvc"
15593version = "0.48.5"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15596
15597[[package]]
15598name = "windows_x86_64_msvc"
15599version = "0.52.6"
15600source = "registry+https://github.com/rust-lang/crates.io-index"
15601checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15602
15603[[package]]
15604name = "winnow"
15605version = "0.6.20"
15606source = "registry+https://github.com/rust-lang/crates.io-index"
15607checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15608dependencies = [
15609 "memchr",
15610]
15611
15612[[package]]
15613name = "winreg"
15614version = "0.50.0"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15617dependencies = [
15618 "cfg-if",
15619 "windows-sys 0.48.0",
15620]
15621
15622[[package]]
15623name = "winreg"
15624version = "0.52.0"
15625source = "registry+https://github.com/rust-lang/crates.io-index"
15626checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15627dependencies = [
15628 "cfg-if",
15629 "windows-sys 0.48.0",
15630]
15631
15632[[package]]
15633name = "winresource"
15634version = "0.1.19"
15635source = "registry+https://github.com/rust-lang/crates.io-index"
15636checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15637dependencies = [
15638 "toml 0.8.19",
15639 "version_check",
15640]
15641
15642[[package]]
15643name = "winsafe"
15644version = "0.0.19"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15647
15648[[package]]
15649name = "winx"
15650version = "0.36.4"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15653dependencies = [
15654 "bitflags 2.6.0",
15655 "windows-sys 0.52.0",
15656]
15657
15658[[package]]
15659name = "wio"
15660version = "0.2.2"
15661source = "registry+https://github.com/rust-lang/crates.io-index"
15662checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15663dependencies = [
15664 "winapi",
15665]
15666
15667[[package]]
15668name = "wit-bindgen"
15669version = "0.22.0"
15670source = "registry+https://github.com/rust-lang/crates.io-index"
15671checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15672dependencies = [
15673 "bitflags 2.6.0",
15674 "wit-bindgen-rt",
15675 "wit-bindgen-rust-macro",
15676]
15677
15678[[package]]
15679name = "wit-bindgen-core"
15680version = "0.22.0"
15681source = "registry+https://github.com/rust-lang/crates.io-index"
15682checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15683dependencies = [
15684 "anyhow",
15685 "wit-parser 0.201.0",
15686]
15687
15688[[package]]
15689name = "wit-bindgen-rt"
15690version = "0.22.0"
15691source = "registry+https://github.com/rust-lang/crates.io-index"
15692checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15693
15694[[package]]
15695name = "wit-bindgen-rust"
15696version = "0.22.0"
15697source = "registry+https://github.com/rust-lang/crates.io-index"
15698checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15699dependencies = [
15700 "anyhow",
15701 "heck 0.4.1",
15702 "indexmap 2.7.0",
15703 "wasm-metadata",
15704 "wit-bindgen-core",
15705 "wit-component",
15706]
15707
15708[[package]]
15709name = "wit-bindgen-rust-macro"
15710version = "0.22.0"
15711source = "registry+https://github.com/rust-lang/crates.io-index"
15712checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15713dependencies = [
15714 "anyhow",
15715 "proc-macro2",
15716 "quote",
15717 "syn 2.0.90",
15718 "wit-bindgen-core",
15719 "wit-bindgen-rust",
15720]
15721
15722[[package]]
15723name = "wit-component"
15724version = "0.201.0"
15725source = "registry+https://github.com/rust-lang/crates.io-index"
15726checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15727dependencies = [
15728 "anyhow",
15729 "bitflags 2.6.0",
15730 "indexmap 2.7.0",
15731 "log",
15732 "serde",
15733 "serde_derive",
15734 "serde_json",
15735 "wasm-encoder 0.201.0",
15736 "wasm-metadata",
15737 "wasmparser 0.201.0",
15738 "wit-parser 0.201.0",
15739]
15740
15741[[package]]
15742name = "wit-parser"
15743version = "0.201.0"
15744source = "registry+https://github.com/rust-lang/crates.io-index"
15745checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15746dependencies = [
15747 "anyhow",
15748 "id-arena",
15749 "indexmap 2.7.0",
15750 "log",
15751 "semver",
15752 "serde",
15753 "serde_derive",
15754 "serde_json",
15755 "unicode-xid",
15756 "wasmparser 0.201.0",
15757]
15758
15759[[package]]
15760name = "wit-parser"
15761version = "0.215.0"
15762source = "registry+https://github.com/rust-lang/crates.io-index"
15763checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15764dependencies = [
15765 "anyhow",
15766 "id-arena",
15767 "indexmap 2.7.0",
15768 "log",
15769 "semver",
15770 "serde",
15771 "serde_derive",
15772 "serde_json",
15773 "unicode-xid",
15774 "wasmparser 0.215.0",
15775]
15776
15777[[package]]
15778name = "witx"
15779version = "0.9.1"
15780source = "registry+https://github.com/rust-lang/crates.io-index"
15781checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15782dependencies = [
15783 "anyhow",
15784 "log",
15785 "thiserror 1.0.69",
15786 "wast",
15787]
15788
15789[[package]]
15790name = "workspace"
15791version = "0.1.0"
15792dependencies = [
15793 "any_vec",
15794 "anyhow",
15795 "async-recursion 1.1.1",
15796 "bincode",
15797 "call",
15798 "client",
15799 "clock",
15800 "collections",
15801 "db",
15802 "derive_more",
15803 "env_logger 0.11.6",
15804 "fs",
15805 "futures 0.3.31",
15806 "gpui",
15807 "http_client",
15808 "itertools 0.13.0",
15809 "language",
15810 "log",
15811 "node_runtime",
15812 "parking_lot",
15813 "postage",
15814 "project",
15815 "remote",
15816 "schemars",
15817 "serde",
15818 "serde_json",
15819 "session",
15820 "settings",
15821 "smallvec",
15822 "sqlez",
15823 "strum 0.25.0",
15824 "task",
15825 "tempfile",
15826 "theme",
15827 "ui",
15828 "util",
15829 "uuid",
15830]
15831
15832[[package]]
15833name = "worktree"
15834version = "0.1.0"
15835dependencies = [
15836 "anyhow",
15837 "clock",
15838 "collections",
15839 "env_logger 0.11.6",
15840 "fs",
15841 "futures 0.3.31",
15842 "fuzzy",
15843 "git",
15844 "git2",
15845 "git_hosting_providers",
15846 "gpui",
15847 "http_client",
15848 "ignore",
15849 "language",
15850 "log",
15851 "parking_lot",
15852 "paths",
15853 "postage",
15854 "pretty_assertions",
15855 "rand 0.8.5",
15856 "rpc",
15857 "schemars",
15858 "serde",
15859 "serde_json",
15860 "settings",
15861 "smallvec",
15862 "smol",
15863 "sum_tree",
15864 "text",
15865 "util",
15866]
15867
15868[[package]]
15869name = "write16"
15870version = "1.0.0"
15871source = "registry+https://github.com/rust-lang/crates.io-index"
15872checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15873
15874[[package]]
15875name = "writeable"
15876version = "0.5.5"
15877source = "registry+https://github.com/rust-lang/crates.io-index"
15878checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15879
15880[[package]]
15881name = "wyz"
15882version = "0.5.1"
15883source = "registry+https://github.com/rust-lang/crates.io-index"
15884checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15885dependencies = [
15886 "tap",
15887]
15888
15889[[package]]
15890name = "x11-clipboard"
15891version = "0.9.3"
15892source = "registry+https://github.com/rust-lang/crates.io-index"
15893checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15894dependencies = [
15895 "libc",
15896 "x11rb",
15897]
15898
15899[[package]]
15900name = "x11rb"
15901version = "0.13.1"
15902source = "registry+https://github.com/rust-lang/crates.io-index"
15903checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15904dependencies = [
15905 "as-raw-xcb-connection",
15906 "gethostname",
15907 "libc",
15908 "rustix 0.38.42",
15909 "x11rb-protocol",
15910]
15911
15912[[package]]
15913name = "x11rb-protocol"
15914version = "0.13.1"
15915source = "registry+https://github.com/rust-lang/crates.io-index"
15916checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15917
15918[[package]]
15919name = "xattr"
15920version = "0.2.3"
15921source = "registry+https://github.com/rust-lang/crates.io-index"
15922checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15923dependencies = [
15924 "libc",
15925]
15926
15927[[package]]
15928name = "xcursor"
15929version = "0.3.8"
15930source = "registry+https://github.com/rust-lang/crates.io-index"
15931checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15932
15933[[package]]
15934name = "xdg-home"
15935version = "1.3.0"
15936source = "registry+https://github.com/rust-lang/crates.io-index"
15937checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15938dependencies = [
15939 "libc",
15940 "windows-sys 0.59.0",
15941]
15942
15943[[package]]
15944name = "xim"
15945version = "0.4.0"
15946source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15947dependencies = [
15948 "ahash 0.8.11",
15949 "hashbrown 0.14.5",
15950 "log",
15951 "x11rb",
15952 "xim-ctext",
15953 "xim-parser",
15954]
15955
15956[[package]]
15957name = "xim-ctext"
15958version = "0.3.0"
15959source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15960dependencies = [
15961 "encoding_rs",
15962]
15963
15964[[package]]
15965name = "xim-parser"
15966version = "0.2.1"
15967source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15968dependencies = [
15969 "bitflags 2.6.0",
15970]
15971
15972[[package]]
15973name = "xkbcommon"
15974version = "0.7.0"
15975source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15976dependencies = [
15977 "as-raw-xcb-connection",
15978 "libc",
15979 "memmap2",
15980 "xkeysym",
15981]
15982
15983[[package]]
15984name = "xkeysym"
15985version = "0.2.1"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15988
15989[[package]]
15990name = "xml5ever"
15991version = "0.18.1"
15992source = "registry+https://github.com/rust-lang/crates.io-index"
15993checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
15994dependencies = [
15995 "log",
15996 "mac",
15997 "markup5ever",
15998]
15999
16000[[package]]
16001name = "xmlparser"
16002version = "0.13.6"
16003source = "registry+https://github.com/rust-lang/crates.io-index"
16004checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16005
16006[[package]]
16007name = "xmlwriter"
16008version = "0.1.0"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16011
16012[[package]]
16013name = "xtask"
16014version = "0.1.0"
16015dependencies = [
16016 "anyhow",
16017 "cargo_metadata",
16018 "cargo_toml",
16019 "clap",
16020]
16021
16022[[package]]
16023name = "yaml-rust2"
16024version = "0.8.1"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16027dependencies = [
16028 "arraydeque",
16029 "encoding_rs",
16030 "hashlink 0.8.4",
16031]
16032
16033[[package]]
16034name = "yansi"
16035version = "1.0.1"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16038
16039[[package]]
16040name = "yazi"
16041version = "0.1.6"
16042source = "registry+https://github.com/rust-lang/crates.io-index"
16043checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16044
16045[[package]]
16046name = "yeslogic-fontconfig-sys"
16047version = "6.0.0"
16048source = "registry+https://github.com/rust-lang/crates.io-index"
16049checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16050dependencies = [
16051 "dlib",
16052 "once_cell",
16053 "pkg-config",
16054]
16055
16056[[package]]
16057name = "yoke"
16058version = "0.7.5"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16061dependencies = [
16062 "serde",
16063 "stable_deref_trait",
16064 "yoke-derive",
16065 "zerofrom",
16066]
16067
16068[[package]]
16069name = "yoke-derive"
16070version = "0.7.5"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16073dependencies = [
16074 "proc-macro2",
16075 "quote",
16076 "syn 2.0.90",
16077 "synstructure",
16078]
16079
16080[[package]]
16081name = "zbus"
16082version = "4.4.0"
16083source = "registry+https://github.com/rust-lang/crates.io-index"
16084checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
16085dependencies = [
16086 "async-broadcast",
16087 "async-executor",
16088 "async-fs 2.1.2",
16089 "async-io 2.4.0",
16090 "async-lock 3.4.0",
16091 "async-process 2.3.0",
16092 "async-recursion 1.1.1",
16093 "async-task",
16094 "async-trait",
16095 "blocking",
16096 "enumflags2",
16097 "event-listener 5.3.1",
16098 "futures-core",
16099 "futures-sink",
16100 "futures-util",
16101 "hex",
16102 "nix",
16103 "ordered-stream",
16104 "rand 0.8.5",
16105 "serde",
16106 "serde_repr",
16107 "sha1",
16108 "static_assertions",
16109 "tracing",
16110 "uds_windows",
16111 "windows-sys 0.52.0",
16112 "xdg-home",
16113 "zbus_macros 4.4.0",
16114 "zbus_names 3.0.0",
16115 "zvariant 4.2.0",
16116]
16117
16118[[package]]
16119name = "zbus"
16120version = "5.1.1"
16121source = "registry+https://github.com/rust-lang/crates.io-index"
16122checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16123dependencies = [
16124 "async-broadcast",
16125 "async-executor",
16126 "async-fs 2.1.2",
16127 "async-io 2.4.0",
16128 "async-lock 3.4.0",
16129 "async-process 2.3.0",
16130 "async-recursion 1.1.1",
16131 "async-task",
16132 "async-trait",
16133 "blocking",
16134 "enumflags2",
16135 "event-listener 5.3.1",
16136 "futures-core",
16137 "futures-util",
16138 "hex",
16139 "nix",
16140 "ordered-stream",
16141 "serde",
16142 "serde_repr",
16143 "static_assertions",
16144 "tracing",
16145 "uds_windows",
16146 "windows-sys 0.59.0",
16147 "winnow",
16148 "xdg-home",
16149 "zbus_macros 5.1.1",
16150 "zbus_names 4.1.0",
16151 "zvariant 5.1.0",
16152]
16153
16154[[package]]
16155name = "zbus_macros"
16156version = "4.4.0"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16159dependencies = [
16160 "proc-macro-crate",
16161 "proc-macro2",
16162 "quote",
16163 "syn 2.0.90",
16164 "zvariant_utils 2.1.0",
16165]
16166
16167[[package]]
16168name = "zbus_macros"
16169version = "5.1.1"
16170source = "registry+https://github.com/rust-lang/crates.io-index"
16171checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16172dependencies = [
16173 "proc-macro-crate",
16174 "proc-macro2",
16175 "quote",
16176 "syn 2.0.90",
16177 "zbus_names 4.1.0",
16178 "zvariant 5.1.0",
16179 "zvariant_utils 3.0.2",
16180]
16181
16182[[package]]
16183name = "zbus_names"
16184version = "3.0.0"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16187dependencies = [
16188 "serde",
16189 "static_assertions",
16190 "zvariant 4.2.0",
16191]
16192
16193[[package]]
16194name = "zbus_names"
16195version = "4.1.0"
16196source = "registry+https://github.com/rust-lang/crates.io-index"
16197checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16198dependencies = [
16199 "serde",
16200 "static_assertions",
16201 "winnow",
16202 "zvariant 5.1.0",
16203]
16204
16205[[package]]
16206name = "zed"
16207version = "0.168.0"
16208dependencies = [
16209 "activity_indicator",
16210 "anyhow",
16211 "ashpd",
16212 "assets",
16213 "assistant",
16214 "assistant2",
16215 "assistant_tools",
16216 "async-watch",
16217 "audio",
16218 "auto_update",
16219 "auto_update_ui",
16220 "backtrace",
16221 "breadcrumbs",
16222 "call",
16223 "channel",
16224 "chrono",
16225 "clap",
16226 "cli",
16227 "client",
16228 "collab_ui",
16229 "collections",
16230 "command_palette",
16231 "command_palette_hooks",
16232 "copilot",
16233 "db",
16234 "diagnostics",
16235 "editor",
16236 "env_logger 0.11.6",
16237 "extension",
16238 "extension_host",
16239 "extensions_ui",
16240 "feature_flags",
16241 "feedback",
16242 "file_finder",
16243 "file_icons",
16244 "fs",
16245 "futures 0.3.31",
16246 "git",
16247 "git_hosting_providers",
16248 "git_ui",
16249 "go_to_line",
16250 "gpui",
16251 "http_client",
16252 "image_viewer",
16253 "inline_completion_button",
16254 "install_cli",
16255 "journal",
16256 "language",
16257 "language_extension",
16258 "language_model",
16259 "language_models",
16260 "language_selector",
16261 "language_tools",
16262 "languages",
16263 "libc",
16264 "log",
16265 "markdown",
16266 "markdown_preview",
16267 "menu",
16268 "mimalloc",
16269 "nix",
16270 "node_runtime",
16271 "notifications",
16272 "outline",
16273 "outline_panel",
16274 "parking_lot",
16275 "paths",
16276 "picker",
16277 "profiling",
16278 "project",
16279 "project_panel",
16280 "project_symbols",
16281 "proto",
16282 "recent_projects",
16283 "release_channel",
16284 "remote",
16285 "repl",
16286 "reqwest_client",
16287 "rope",
16288 "search",
16289 "serde",
16290 "serde_json",
16291 "session",
16292 "settings",
16293 "settings_ui",
16294 "shellexpand 2.1.2",
16295 "simplelog",
16296 "smol",
16297 "snippet_provider",
16298 "snippets_ui",
16299 "supermaven",
16300 "sysinfo",
16301 "tab_switcher",
16302 "task",
16303 "tasks_ui",
16304 "telemetry",
16305 "telemetry_events",
16306 "terminal_view",
16307 "theme",
16308 "theme_extension",
16309 "theme_selector",
16310 "time",
16311 "toolchain_selector",
16312 "tree-sitter-md",
16313 "tree-sitter-rust",
16314 "ui",
16315 "url",
16316 "urlencoding",
16317 "util",
16318 "uuid",
16319 "vcs_menu",
16320 "vim",
16321 "vim_mode_setting",
16322 "welcome",
16323 "windows 0.58.0",
16324 "winresource",
16325 "workspace",
16326 "zed_actions",
16327 "zeta",
16328]
16329
16330[[package]]
16331name = "zed_actions"
16332version = "0.1.0"
16333dependencies = [
16334 "gpui",
16335 "schemars",
16336 "serde",
16337]
16338
16339[[package]]
16340name = "zed_astro"
16341version = "0.1.2"
16342dependencies = [
16343 "serde",
16344 "zed_extension_api 0.1.0",
16345]
16346
16347[[package]]
16348name = "zed_clojure"
16349version = "0.0.3"
16350dependencies = [
16351 "zed_extension_api 0.1.0",
16352]
16353
16354[[package]]
16355name = "zed_csharp"
16356version = "0.0.2"
16357dependencies = [
16358 "zed_extension_api 0.1.0",
16359]
16360
16361[[package]]
16362name = "zed_deno"
16363version = "0.0.2"
16364dependencies = [
16365 "zed_extension_api 0.1.0",
16366]
16367
16368[[package]]
16369name = "zed_elixir"
16370version = "0.1.2"
16371dependencies = [
16372 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16373]
16374
16375[[package]]
16376name = "zed_elm"
16377version = "0.0.1"
16378dependencies = [
16379 "zed_extension_api 0.1.0",
16380]
16381
16382[[package]]
16383name = "zed_emmet"
16384version = "0.0.3"
16385dependencies = [
16386 "zed_extension_api 0.1.0",
16387]
16388
16389[[package]]
16390name = "zed_erlang"
16391version = "0.1.1"
16392dependencies = [
16393 "zed_extension_api 0.1.0",
16394]
16395
16396[[package]]
16397name = "zed_extension_api"
16398version = "0.1.0"
16399source = "registry+https://github.com/rust-lang/crates.io-index"
16400checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16401dependencies = [
16402 "serde",
16403 "serde_json",
16404 "wit-bindgen",
16405]
16406
16407[[package]]
16408name = "zed_extension_api"
16409version = "0.2.0"
16410dependencies = [
16411 "serde",
16412 "serde_json",
16413 "wit-bindgen",
16414]
16415
16416[[package]]
16417name = "zed_extension_api"
16418version = "0.2.0"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16421dependencies = [
16422 "serde",
16423 "serde_json",
16424 "wit-bindgen",
16425]
16426
16427[[package]]
16428name = "zed_glsl"
16429version = "0.1.0"
16430dependencies = [
16431 "zed_extension_api 0.1.0",
16432]
16433
16434[[package]]
16435name = "zed_haskell"
16436version = "0.1.2"
16437dependencies = [
16438 "zed_extension_api 0.1.0",
16439]
16440
16441[[package]]
16442name = "zed_html"
16443version = "0.1.4"
16444dependencies = [
16445 "zed_extension_api 0.1.0",
16446]
16447
16448[[package]]
16449name = "zed_lua"
16450version = "0.1.1"
16451dependencies = [
16452 "zed_extension_api 0.1.0",
16453]
16454
16455[[package]]
16456name = "zed_php"
16457version = "0.2.3"
16458dependencies = [
16459 "zed_extension_api 0.1.0",
16460]
16461
16462[[package]]
16463name = "zed_prisma"
16464version = "0.0.4"
16465dependencies = [
16466 "zed_extension_api 0.1.0",
16467]
16468
16469[[package]]
16470name = "zed_proto"
16471version = "0.2.1"
16472dependencies = [
16473 "zed_extension_api 0.1.0",
16474]
16475
16476[[package]]
16477name = "zed_purescript"
16478version = "0.0.1"
16479dependencies = [
16480 "zed_extension_api 0.1.0",
16481]
16482
16483[[package]]
16484name = "zed_ruff"
16485version = "0.1.0"
16486dependencies = [
16487 "zed_extension_api 0.1.0",
16488]
16489
16490[[package]]
16491name = "zed_snippets"
16492version = "0.0.5"
16493dependencies = [
16494 "serde_json",
16495 "zed_extension_api 0.1.0",
16496]
16497
16498[[package]]
16499name = "zed_terraform"
16500version = "0.1.1"
16501dependencies = [
16502 "zed_extension_api 0.1.0",
16503]
16504
16505[[package]]
16506name = "zed_test_extension"
16507version = "0.1.0"
16508dependencies = [
16509 "zed_extension_api 0.2.0",
16510]
16511
16512[[package]]
16513name = "zed_toml"
16514version = "0.1.2"
16515dependencies = [
16516 "zed_extension_api 0.1.0",
16517]
16518
16519[[package]]
16520name = "zed_uiua"
16521version = "0.0.1"
16522dependencies = [
16523 "zed_extension_api 0.1.0",
16524]
16525
16526[[package]]
16527name = "zed_zig"
16528version = "0.3.2"
16529dependencies = [
16530 "zed_extension_api 0.1.0",
16531]
16532
16533[[package]]
16534name = "zeno"
16535version = "0.2.3"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16538
16539[[package]]
16540name = "zerocopy"
16541version = "0.7.35"
16542source = "registry+https://github.com/rust-lang/crates.io-index"
16543checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16544dependencies = [
16545 "byteorder",
16546 "zerocopy-derive",
16547]
16548
16549[[package]]
16550name = "zerocopy-derive"
16551version = "0.7.35"
16552source = "registry+https://github.com/rust-lang/crates.io-index"
16553checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16554dependencies = [
16555 "proc-macro2",
16556 "quote",
16557 "syn 2.0.90",
16558]
16559
16560[[package]]
16561name = "zerofrom"
16562version = "0.1.5"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16565dependencies = [
16566 "zerofrom-derive",
16567]
16568
16569[[package]]
16570name = "zerofrom-derive"
16571version = "0.1.5"
16572source = "registry+https://github.com/rust-lang/crates.io-index"
16573checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16574dependencies = [
16575 "proc-macro2",
16576 "quote",
16577 "syn 2.0.90",
16578 "synstructure",
16579]
16580
16581[[package]]
16582name = "zeroize"
16583version = "1.8.1"
16584source = "registry+https://github.com/rust-lang/crates.io-index"
16585checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16586dependencies = [
16587 "zeroize_derive",
16588]
16589
16590[[package]]
16591name = "zeroize_derive"
16592version = "1.4.2"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16595dependencies = [
16596 "proc-macro2",
16597 "quote",
16598 "syn 2.0.90",
16599]
16600
16601[[package]]
16602name = "zeromq"
16603version = "0.4.1"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "6a4528179201f6eecf211961a7d3276faa61554c82651ecc66387f68fc3004bd"
16606dependencies = [
16607 "async-dispatcher",
16608 "async-std",
16609 "async-trait",
16610 "asynchronous-codec",
16611 "bytes 1.9.0",
16612 "crossbeam-queue",
16613 "dashmap 5.5.3",
16614 "futures-channel",
16615 "futures-io",
16616 "futures-task",
16617 "futures-util",
16618 "log",
16619 "num-traits",
16620 "once_cell",
16621 "parking_lot",
16622 "rand 0.8.5",
16623 "regex",
16624 "thiserror 1.0.69",
16625 "uuid",
16626]
16627
16628[[package]]
16629name = "zerovec"
16630version = "0.10.4"
16631source = "registry+https://github.com/rust-lang/crates.io-index"
16632checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16633dependencies = [
16634 "yoke",
16635 "zerofrom",
16636 "zerovec-derive",
16637]
16638
16639[[package]]
16640name = "zerovec-derive"
16641version = "0.10.3"
16642source = "registry+https://github.com/rust-lang/crates.io-index"
16643checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16644dependencies = [
16645 "proc-macro2",
16646 "quote",
16647 "syn 2.0.90",
16648]
16649
16650[[package]]
16651name = "zeta"
16652version = "0.1.0"
16653dependencies = [
16654 "anyhow",
16655 "arrayvec",
16656 "call",
16657 "client",
16658 "clock",
16659 "collections",
16660 "ctor",
16661 "editor",
16662 "env_logger 0.11.6",
16663 "futures 0.3.31",
16664 "gpui",
16665 "http_client",
16666 "indoc",
16667 "inline_completion",
16668 "language",
16669 "language_models",
16670 "log",
16671 "menu",
16672 "reqwest_client",
16673 "rpc",
16674 "serde_json",
16675 "settings",
16676 "similar",
16677 "telemetry",
16678 "telemetry_events",
16679 "theme",
16680 "tree-sitter-go",
16681 "tree-sitter-rust",
16682 "ui",
16683 "uuid",
16684 "workspace",
16685 "worktree",
16686]
16687
16688[[package]]
16689name = "zip"
16690version = "0.6.6"
16691source = "registry+https://github.com/rust-lang/crates.io-index"
16692checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16693dependencies = [
16694 "aes",
16695 "byteorder",
16696 "bzip2",
16697 "constant_time_eq 0.1.5",
16698 "crc32fast",
16699 "crossbeam-utils",
16700 "flate2",
16701 "hmac",
16702 "pbkdf2 0.11.0",
16703 "sha1",
16704 "time",
16705 "zstd",
16706]
16707
16708[[package]]
16709name = "zstd"
16710version = "0.11.2+zstd.1.5.2"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16713dependencies = [
16714 "zstd-safe",
16715]
16716
16717[[package]]
16718name = "zstd-safe"
16719version = "5.0.2+zstd.1.5.2"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16722dependencies = [
16723 "libc",
16724 "zstd-sys",
16725]
16726
16727[[package]]
16728name = "zstd-sys"
16729version = "2.0.13+zstd.1.5.6"
16730source = "registry+https://github.com/rust-lang/crates.io-index"
16731checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16732dependencies = [
16733 "cc",
16734 "pkg-config",
16735]
16736
16737[[package]]
16738name = "zune-core"
16739version = "0.4.12"
16740source = "registry+https://github.com/rust-lang/crates.io-index"
16741checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16742
16743[[package]]
16744name = "zune-inflate"
16745version = "0.2.54"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16748dependencies = [
16749 "simd-adler32",
16750]
16751
16752[[package]]
16753name = "zune-jpeg"
16754version = "0.4.13"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16757dependencies = [
16758 "zune-core",
16759]
16760
16761[[package]]
16762name = "zvariant"
16763version = "4.2.0"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16766dependencies = [
16767 "endi",
16768 "enumflags2",
16769 "serde",
16770 "static_assertions",
16771 "zvariant_derive 4.2.0",
16772]
16773
16774[[package]]
16775name = "zvariant"
16776version = "5.1.0"
16777source = "registry+https://github.com/rust-lang/crates.io-index"
16778checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16779dependencies = [
16780 "endi",
16781 "enumflags2",
16782 "serde",
16783 "static_assertions",
16784 "url",
16785 "winnow",
16786 "zvariant_derive 5.1.0",
16787 "zvariant_utils 3.0.2",
16788]
16789
16790[[package]]
16791name = "zvariant_derive"
16792version = "4.2.0"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16795dependencies = [
16796 "proc-macro-crate",
16797 "proc-macro2",
16798 "quote",
16799 "syn 2.0.90",
16800 "zvariant_utils 2.1.0",
16801]
16802
16803[[package]]
16804name = "zvariant_derive"
16805version = "5.1.0"
16806source = "registry+https://github.com/rust-lang/crates.io-index"
16807checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16808dependencies = [
16809 "proc-macro-crate",
16810 "proc-macro2",
16811 "quote",
16812 "syn 2.0.90",
16813 "zvariant_utils 3.0.2",
16814]
16815
16816[[package]]
16817name = "zvariant_utils"
16818version = "2.1.0"
16819source = "registry+https://github.com/rust-lang/crates.io-index"
16820checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16821dependencies = [
16822 "proc-macro2",
16823 "quote",
16824 "syn 2.0.90",
16825]
16826
16827[[package]]
16828name = "zvariant_utils"
16829version = "3.0.2"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16832dependencies = [
16833 "proc-macro2",
16834 "quote",
16835 "serde",
16836 "static_assertions",
16837 "syn 2.0.90",
16838 "winnow",
16839]