1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.31",
14 "gpui",
15 "language",
16 "lsp",
17 "project",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli 0.31.1",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "ahash"
53version = "0.7.8"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
56dependencies = [
57 "getrandom 0.2.15",
58 "once_cell",
59 "version_check",
60]
61
62[[package]]
63name = "ahash"
64version = "0.8.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
67dependencies = [
68 "cfg-if",
69 "const-random",
70 "once_cell",
71 "version_check",
72 "zerocopy",
73]
74
75[[package]]
76name = "aho-corasick"
77version = "1.1.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
80dependencies = [
81 "memchr",
82]
83
84[[package]]
85name = "alacritty_terminal"
86version = "0.24.1"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "52b9241459831fee2f22fcda52ddaf9e449b6627334a0f40f13a1b3344018060"
89dependencies = [
90 "base64 0.22.1",
91 "bitflags 2.6.0",
92 "home",
93 "libc",
94 "log",
95 "miow",
96 "parking_lot",
97 "piper",
98 "polling 3.7.4",
99 "regex-automata 0.4.9",
100 "rustix-openpty",
101 "serde",
102 "signal-hook",
103 "unicode-width",
104 "vte",
105 "windows-sys 0.52.0",
106]
107
108[[package]]
109name = "aliasable"
110version = "0.1.3"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
113
114[[package]]
115name = "aligned-vec"
116version = "0.5.0"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
119
120[[package]]
121name = "allocator-api2"
122version = "0.2.21"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
125
126[[package]]
127name = "alsa"
128version = "0.9.1"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
131dependencies = [
132 "alsa-sys",
133 "bitflags 2.6.0",
134 "cfg-if",
135 "libc",
136]
137
138[[package]]
139name = "alsa-sys"
140version = "0.3.1"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
143dependencies = [
144 "libc",
145 "pkg-config",
146]
147
148[[package]]
149name = "ambient-authority"
150version = "0.0.2"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
153
154[[package]]
155name = "ammonia"
156version = "4.0.0"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
159dependencies = [
160 "html5ever",
161 "maplit",
162 "once_cell",
163 "tendril",
164 "url",
165]
166
167[[package]]
168name = "android-tzdata"
169version = "0.1.1"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
172
173[[package]]
174name = "android_system_properties"
175version = "0.1.5"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
178dependencies = [
179 "libc",
180]
181
182[[package]]
183name = "anes"
184version = "0.1.6"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
187
188[[package]]
189name = "anstream"
190version = "0.6.18"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
193dependencies = [
194 "anstyle",
195 "anstyle-parse",
196 "anstyle-query",
197 "anstyle-wincon",
198 "colorchoice",
199 "is_terminal_polyfill",
200 "utf8parse",
201]
202
203[[package]]
204name = "anstyle"
205version = "1.0.10"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
208
209[[package]]
210name = "anstyle-parse"
211version = "0.2.6"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
214dependencies = [
215 "utf8parse",
216]
217
218[[package]]
219name = "anstyle-query"
220version = "1.1.2"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
223dependencies = [
224 "windows-sys 0.59.0",
225]
226
227[[package]]
228name = "anstyle-wincon"
229version = "3.0.6"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
232dependencies = [
233 "anstyle",
234 "windows-sys 0.59.0",
235]
236
237[[package]]
238name = "anthropic"
239version = "0.1.0"
240dependencies = [
241 "anyhow",
242 "chrono",
243 "futures 0.3.31",
244 "http_client",
245 "schemars",
246 "serde",
247 "serde_json",
248 "strum",
249 "thiserror 1.0.69",
250 "util",
251]
252
253[[package]]
254name = "any_vec"
255version = "0.14.0"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
258
259[[package]]
260name = "anyhow"
261version = "1.0.95"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
264
265[[package]]
266name = "approx"
267version = "0.5.1"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
270dependencies = [
271 "num-traits",
272]
273
274[[package]]
275name = "arbitrary"
276version = "1.4.1"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
279
280[[package]]
281name = "arg_enum_proc_macro"
282version = "0.3.4"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
285dependencies = [
286 "proc-macro2",
287 "quote",
288 "syn 2.0.90",
289]
290
291[[package]]
292name = "arraydeque"
293version = "0.5.1"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
296
297[[package]]
298name = "arrayref"
299version = "0.3.9"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
302
303[[package]]
304name = "arrayvec"
305version = "0.7.6"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
308dependencies = [
309 "serde",
310]
311
312[[package]]
313name = "as-raw-xcb-connection"
314version = "1.0.1"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
317
318[[package]]
319name = "ascii"
320version = "1.1.0"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
323
324[[package]]
325name = "ash"
326version = "0.38.0+1.3.281"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
329dependencies = [
330 "libloading",
331]
332
333[[package]]
334name = "ash-window"
335version = "0.13.0"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
338dependencies = [
339 "ash",
340 "raw-window-handle",
341 "raw-window-metal",
342]
343
344[[package]]
345name = "ashpd"
346version = "0.10.2"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "e9c39d707614dbcc6bed00015539f488d8e3fe3e66ed60961efc0c90f4b380b3"
349dependencies = [
350 "async-fs 2.1.2",
351 "async-net 2.0.0",
352 "enumflags2",
353 "futures-channel",
354 "futures-util",
355 "rand 0.8.5",
356 "serde",
357 "serde_repr",
358 "url",
359 "zbus 5.1.1",
360]
361
362[[package]]
363name = "assets"
364version = "0.1.0"
365dependencies = [
366 "anyhow",
367 "gpui",
368 "rust-embed",
369]
370
371[[package]]
372name = "assistant"
373version = "0.1.0"
374dependencies = [
375 "anthropic",
376 "anyhow",
377 "assets",
378 "assistant_slash_command",
379 "assistant_tool",
380 "async-watch",
381 "cargo_toml",
382 "chrono",
383 "client",
384 "clock",
385 "collections",
386 "command_palette_hooks",
387 "context_server",
388 "ctor",
389 "db",
390 "editor",
391 "env_logger 0.11.6",
392 "feature_flags",
393 "fs",
394 "futures 0.3.31",
395 "fuzzy",
396 "globset",
397 "gpui",
398 "handlebars 4.5.0",
399 "heed",
400 "html_to_markdown",
401 "http_client",
402 "indexed_docs",
403 "indoc",
404 "language",
405 "language_model",
406 "language_model_selector",
407 "language_models",
408 "languages",
409 "log",
410 "lsp",
411 "markdown",
412 "menu",
413 "multi_buffer",
414 "ollama",
415 "open_ai",
416 "ordered-float 2.10.1",
417 "parking_lot",
418 "paths",
419 "picker",
420 "pretty_assertions",
421 "project",
422 "proto",
423 "rand 0.8.5",
424 "regex",
425 "release_channel",
426 "rope",
427 "rpc",
428 "schemars",
429 "search",
430 "semantic_index",
431 "serde",
432 "serde_json",
433 "serde_json_lenient",
434 "settings",
435 "similar",
436 "smallvec",
437 "smol",
438 "strum",
439 "telemetry_events",
440 "terminal",
441 "terminal_view",
442 "text",
443 "theme",
444 "toml 0.8.19",
445 "tree-sitter-md",
446 "ui",
447 "unindent",
448 "util",
449 "uuid",
450 "workspace",
451 "zed_actions",
452]
453
454[[package]]
455name = "assistant2"
456version = "0.1.0"
457dependencies = [
458 "anthropic",
459 "anyhow",
460 "assets",
461 "assistant_tool",
462 "async-watch",
463 "chrono",
464 "client",
465 "collections",
466 "command_palette_hooks",
467 "context_server",
468 "db",
469 "editor",
470 "feature_flags",
471 "fs",
472 "futures 0.3.31",
473 "fuzzy",
474 "gpui",
475 "handlebars 4.5.0",
476 "html_to_markdown",
477 "http_client",
478 "indoc",
479 "language",
480 "language_model",
481 "language_model_selector",
482 "language_models",
483 "log",
484 "lsp",
485 "markdown",
486 "menu",
487 "multi_buffer",
488 "ollama",
489 "open_ai",
490 "ordered-float 2.10.1",
491 "parking_lot",
492 "paths",
493 "picker",
494 "project",
495 "proto",
496 "rand 0.8.5",
497 "rope",
498 "schemars",
499 "serde",
500 "serde_json",
501 "serde_json_lenient",
502 "settings",
503 "similar",
504 "smol",
505 "telemetry_events",
506 "terminal",
507 "terminal_view",
508 "text",
509 "theme",
510 "time",
511 "time_format",
512 "ui",
513 "unindent",
514 "util",
515 "uuid",
516 "workspace",
517 "zed_actions",
518]
519
520[[package]]
521name = "assistant_slash_command"
522version = "0.1.0"
523dependencies = [
524 "anyhow",
525 "async-trait",
526 "collections",
527 "derive_more",
528 "extension",
529 "futures 0.3.31",
530 "gpui",
531 "language",
532 "language_model",
533 "parking_lot",
534 "pretty_assertions",
535 "serde",
536 "serde_json",
537 "ui",
538 "workspace",
539]
540
541[[package]]
542name = "assistant_tool"
543version = "0.1.0"
544dependencies = [
545 "anyhow",
546 "collections",
547 "derive_more",
548 "gpui",
549 "parking_lot",
550 "serde",
551 "serde_json",
552 "workspace",
553]
554
555[[package]]
556name = "assistant_tools"
557version = "0.1.0"
558dependencies = [
559 "anyhow",
560 "assistant_tool",
561 "chrono",
562 "gpui",
563 "schemars",
564 "serde",
565 "serde_json",
566 "workspace",
567]
568
569[[package]]
570name = "async-attributes"
571version = "1.1.2"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
574dependencies = [
575 "quote",
576 "syn 1.0.109",
577]
578
579[[package]]
580name = "async-broadcast"
581version = "0.7.2"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
584dependencies = [
585 "event-listener 5.3.1",
586 "event-listener-strategy",
587 "futures-core",
588 "pin-project-lite",
589]
590
591[[package]]
592name = "async-channel"
593version = "1.9.0"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
596dependencies = [
597 "concurrent-queue",
598 "event-listener 2.5.3",
599 "futures-core",
600]
601
602[[package]]
603name = "async-channel"
604version = "2.3.1"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
607dependencies = [
608 "concurrent-queue",
609 "event-listener-strategy",
610 "futures-core",
611 "pin-project-lite",
612]
613
614[[package]]
615name = "async-compat"
616version = "0.2.4"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
619dependencies = [
620 "futures-core",
621 "futures-io",
622 "once_cell",
623 "pin-project-lite",
624 "tokio",
625]
626
627[[package]]
628name = "async-compression"
629version = "0.4.18"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
632dependencies = [
633 "deflate64",
634 "flate2",
635 "futures-core",
636 "futures-io",
637 "memchr",
638 "pin-project-lite",
639]
640
641[[package]]
642name = "async-dispatcher"
643version = "0.1.2"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
646dependencies = [
647 "async-task",
648 "futures-lite 1.13.0",
649]
650
651[[package]]
652name = "async-executor"
653version = "1.13.1"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
656dependencies = [
657 "async-task",
658 "concurrent-queue",
659 "fastrand 2.3.0",
660 "futures-lite 2.5.0",
661 "slab",
662]
663
664[[package]]
665name = "async-fs"
666version = "1.6.0"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
669dependencies = [
670 "async-lock 2.8.0",
671 "autocfg",
672 "blocking",
673 "futures-lite 1.13.0",
674]
675
676[[package]]
677name = "async-fs"
678version = "2.1.2"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
681dependencies = [
682 "async-lock 3.4.0",
683 "blocking",
684 "futures-lite 2.5.0",
685]
686
687[[package]]
688name = "async-global-executor"
689version = "2.4.1"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
692dependencies = [
693 "async-channel 2.3.1",
694 "async-executor",
695 "async-io 2.4.0",
696 "async-lock 3.4.0",
697 "blocking",
698 "futures-lite 2.5.0",
699 "once_cell",
700]
701
702[[package]]
703name = "async-io"
704version = "1.13.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
707dependencies = [
708 "async-lock 2.8.0",
709 "autocfg",
710 "cfg-if",
711 "concurrent-queue",
712 "futures-lite 1.13.0",
713 "log",
714 "parking",
715 "polling 2.8.0",
716 "rustix 0.37.27",
717 "slab",
718 "socket2 0.4.10",
719 "waker-fn",
720]
721
722[[package]]
723name = "async-io"
724version = "2.4.0"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
727dependencies = [
728 "async-lock 3.4.0",
729 "cfg-if",
730 "concurrent-queue",
731 "futures-io",
732 "futures-lite 2.5.0",
733 "parking",
734 "polling 3.7.4",
735 "rustix 0.38.42",
736 "slab",
737 "tracing",
738 "windows-sys 0.59.0",
739]
740
741[[package]]
742name = "async-lock"
743version = "2.8.0"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
746dependencies = [
747 "event-listener 2.5.3",
748]
749
750[[package]]
751name = "async-lock"
752version = "3.4.0"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
755dependencies = [
756 "event-listener 5.3.1",
757 "event-listener-strategy",
758 "pin-project-lite",
759]
760
761[[package]]
762name = "async-native-tls"
763version = "0.5.0"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
766dependencies = [
767 "futures-util",
768 "native-tls",
769 "thiserror 1.0.69",
770 "url",
771]
772
773[[package]]
774name = "async-net"
775version = "1.8.0"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
778dependencies = [
779 "async-io 1.13.0",
780 "blocking",
781 "futures-lite 1.13.0",
782]
783
784[[package]]
785name = "async-net"
786version = "2.0.0"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
789dependencies = [
790 "async-io 2.4.0",
791 "blocking",
792 "futures-lite 2.5.0",
793]
794
795[[package]]
796name = "async-pipe"
797version = "0.1.3"
798source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
799dependencies = [
800 "futures 0.3.31",
801 "log",
802]
803
804[[package]]
805name = "async-process"
806version = "1.8.1"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
809dependencies = [
810 "async-io 1.13.0",
811 "async-lock 2.8.0",
812 "async-signal",
813 "blocking",
814 "cfg-if",
815 "event-listener 3.1.0",
816 "futures-lite 1.13.0",
817 "rustix 0.38.42",
818 "windows-sys 0.48.0",
819]
820
821[[package]]
822name = "async-process"
823version = "2.3.0"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
826dependencies = [
827 "async-channel 2.3.1",
828 "async-io 2.4.0",
829 "async-lock 3.4.0",
830 "async-signal",
831 "async-task",
832 "blocking",
833 "cfg-if",
834 "event-listener 5.3.1",
835 "futures-lite 2.5.0",
836 "rustix 0.38.42",
837 "tracing",
838]
839
840[[package]]
841name = "async-recursion"
842version = "0.3.2"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
845dependencies = [
846 "proc-macro2",
847 "quote",
848 "syn 1.0.109",
849]
850
851[[package]]
852name = "async-recursion"
853version = "1.1.1"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
856dependencies = [
857 "proc-macro2",
858 "quote",
859 "syn 2.0.90",
860]
861
862[[package]]
863name = "async-signal"
864version = "0.2.10"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
867dependencies = [
868 "async-io 2.4.0",
869 "async-lock 3.4.0",
870 "atomic-waker",
871 "cfg-if",
872 "futures-core",
873 "futures-io",
874 "rustix 0.38.42",
875 "signal-hook-registry",
876 "slab",
877 "windows-sys 0.59.0",
878]
879
880[[package]]
881name = "async-std"
882version = "1.13.0"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
885dependencies = [
886 "async-attributes",
887 "async-channel 1.9.0",
888 "async-global-executor",
889 "async-io 2.4.0",
890 "async-lock 3.4.0",
891 "async-process 2.3.0",
892 "crossbeam-utils",
893 "futures-channel",
894 "futures-core",
895 "futures-io",
896 "futures-lite 2.5.0",
897 "gloo-timers",
898 "kv-log-macro",
899 "log",
900 "memchr",
901 "once_cell",
902 "pin-project-lite",
903 "pin-utils",
904 "slab",
905 "wasm-bindgen-futures",
906]
907
908[[package]]
909name = "async-stream"
910version = "0.3.6"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
913dependencies = [
914 "async-stream-impl",
915 "futures-core",
916 "pin-project-lite",
917]
918
919[[package]]
920name = "async-stream-impl"
921version = "0.3.6"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
924dependencies = [
925 "proc-macro2",
926 "quote",
927 "syn 2.0.90",
928]
929
930[[package]]
931name = "async-stripe"
932version = "0.40.0"
933source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
934dependencies = [
935 "chrono",
936 "futures-util",
937 "http-types",
938 "hyper 0.14.32",
939 "hyper-rustls 0.24.2",
940 "serde",
941 "serde_json",
942 "serde_path_to_error",
943 "serde_qs 0.10.1",
944 "smart-default",
945 "smol_str",
946 "thiserror 1.0.69",
947 "tokio",
948]
949
950[[package]]
951name = "async-tar"
952version = "0.5.0"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
955dependencies = [
956 "async-std",
957 "filetime",
958 "libc",
959 "pin-project",
960 "redox_syscall 0.2.16",
961 "xattr",
962]
963
964[[package]]
965name = "async-task"
966version = "4.7.1"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
969
970[[package]]
971name = "async-tls"
972version = "0.13.0"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
975dependencies = [
976 "futures-core",
977 "futures-io",
978 "rustls 0.21.12",
979 "rustls-pemfile 1.0.4",
980 "webpki-roots 0.22.6",
981]
982
983[[package]]
984name = "async-trait"
985version = "0.1.83"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
988dependencies = [
989 "proc-macro2",
990 "quote",
991 "syn 2.0.90",
992]
993
994[[package]]
995name = "async-tungstenite"
996version = "0.25.1"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
999dependencies = [
1000 "async-native-tls",
1001 "async-std",
1002 "async-tls",
1003 "futures-io",
1004 "futures-util",
1005 "log",
1006 "pin-project-lite",
1007 "tungstenite 0.21.0",
1008]
1009
1010[[package]]
1011name = "async-tungstenite"
1012version = "0.28.2"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1015dependencies = [
1016 "async-std",
1017 "async-tls",
1018 "atomic-waker",
1019 "futures-core",
1020 "futures-io",
1021 "futures-task",
1022 "futures-util",
1023 "log",
1024 "pin-project-lite",
1025 "tungstenite 0.24.0",
1026]
1027
1028[[package]]
1029name = "async-watch"
1030version = "0.3.1"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1033dependencies = [
1034 "event-listener 2.5.3",
1035]
1036
1037[[package]]
1038name = "async_zip"
1039version = "0.0.17"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1042dependencies = [
1043 "async-compression",
1044 "crc32fast",
1045 "futures-lite 2.5.0",
1046 "pin-project",
1047 "thiserror 1.0.69",
1048]
1049
1050[[package]]
1051name = "asynchronous-codec"
1052version = "0.7.0"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1055dependencies = [
1056 "bytes 1.9.0",
1057 "futures-sink",
1058 "futures-util",
1059 "memchr",
1060 "pin-project-lite",
1061]
1062
1063[[package]]
1064name = "atoi"
1065version = "2.0.0"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1068dependencies = [
1069 "num-traits",
1070]
1071
1072[[package]]
1073name = "atomic"
1074version = "0.5.3"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1077
1078[[package]]
1079name = "atomic-waker"
1080version = "1.1.2"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1083
1084[[package]]
1085name = "audio"
1086version = "0.1.0"
1087dependencies = [
1088 "anyhow",
1089 "collections",
1090 "derive_more",
1091 "gpui",
1092 "parking_lot",
1093 "rodio",
1094 "util",
1095]
1096
1097[[package]]
1098name = "auto_update"
1099version = "0.1.0"
1100dependencies = [
1101 "anyhow",
1102 "client",
1103 "db",
1104 "gpui",
1105 "http_client",
1106 "log",
1107 "paths",
1108 "release_channel",
1109 "schemars",
1110 "serde",
1111 "serde_json",
1112 "settings",
1113 "smol",
1114 "tempfile",
1115 "which 6.0.3",
1116 "workspace",
1117]
1118
1119[[package]]
1120name = "auto_update_ui"
1121version = "0.1.0"
1122dependencies = [
1123 "anyhow",
1124 "auto_update",
1125 "client",
1126 "editor",
1127 "gpui",
1128 "http_client",
1129 "markdown_preview",
1130 "menu",
1131 "release_channel",
1132 "serde",
1133 "serde_json",
1134 "smol",
1135 "util",
1136 "workspace",
1137]
1138
1139[[package]]
1140name = "autocfg"
1141version = "1.4.0"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1144
1145[[package]]
1146name = "av1-grain"
1147version = "0.2.3"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1150dependencies = [
1151 "anyhow",
1152 "arrayvec",
1153 "log",
1154 "nom",
1155 "num-rational",
1156 "v_frame",
1157]
1158
1159[[package]]
1160name = "avif-serialize"
1161version = "0.8.2"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1164dependencies = [
1165 "arrayvec",
1166]
1167
1168[[package]]
1169name = "aws-config"
1170version = "1.5.11"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "a5d1c2c88936a73c699225d0bc00684a534166b0cebc2659c3cdf08de8edc64c"
1173dependencies = [
1174 "aws-credential-types",
1175 "aws-runtime",
1176 "aws-sdk-sso",
1177 "aws-sdk-ssooidc",
1178 "aws-sdk-sts",
1179 "aws-smithy-async",
1180 "aws-smithy-http",
1181 "aws-smithy-json",
1182 "aws-smithy-runtime",
1183 "aws-smithy-runtime-api",
1184 "aws-smithy-types",
1185 "aws-types",
1186 "bytes 1.9.0",
1187 "fastrand 2.3.0",
1188 "hex",
1189 "http 0.2.12",
1190 "ring",
1191 "time",
1192 "tokio",
1193 "tracing",
1194 "url",
1195 "zeroize",
1196]
1197
1198[[package]]
1199name = "aws-credential-types"
1200version = "1.2.1"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1203dependencies = [
1204 "aws-smithy-async",
1205 "aws-smithy-runtime-api",
1206 "aws-smithy-types",
1207 "zeroize",
1208]
1209
1210[[package]]
1211name = "aws-runtime"
1212version = "1.5.1"
1213source = "registry+https://github.com/rust-lang/crates.io-index"
1214checksum = "300a12520b4e6d08b73f77680f12c16e8ae43250d55100e0b2be46d78da16a48"
1215dependencies = [
1216 "aws-credential-types",
1217 "aws-sigv4",
1218 "aws-smithy-async",
1219 "aws-smithy-eventstream",
1220 "aws-smithy-http",
1221 "aws-smithy-runtime",
1222 "aws-smithy-runtime-api",
1223 "aws-smithy-types",
1224 "aws-types",
1225 "bytes 1.9.0",
1226 "fastrand 2.3.0",
1227 "http 0.2.12",
1228 "http-body 0.4.6",
1229 "once_cell",
1230 "percent-encoding",
1231 "pin-project-lite",
1232 "tracing",
1233 "uuid",
1234]
1235
1236[[package]]
1237name = "aws-sdk-kinesis"
1238version = "1.53.0"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "cb367ea65d5a59b230d7e670ba59d68d1e51fc53802bf0219effafed21dca23f"
1241dependencies = [
1242 "aws-credential-types",
1243 "aws-runtime",
1244 "aws-smithy-async",
1245 "aws-smithy-http",
1246 "aws-smithy-json",
1247 "aws-smithy-runtime",
1248 "aws-smithy-runtime-api",
1249 "aws-smithy-types",
1250 "aws-types",
1251 "bytes 1.9.0",
1252 "http 0.2.12",
1253 "once_cell",
1254 "regex-lite",
1255 "tracing",
1256]
1257
1258[[package]]
1259name = "aws-sdk-s3"
1260version = "1.66.0"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "154488d16ab0d627d15ab2832b57e68a16684c8c902f14cb8a75ec933fc94852"
1263dependencies = [
1264 "aws-credential-types",
1265 "aws-runtime",
1266 "aws-sigv4",
1267 "aws-smithy-async",
1268 "aws-smithy-checksums",
1269 "aws-smithy-eventstream",
1270 "aws-smithy-http",
1271 "aws-smithy-json",
1272 "aws-smithy-runtime",
1273 "aws-smithy-runtime-api",
1274 "aws-smithy-types",
1275 "aws-smithy-xml",
1276 "aws-types",
1277 "bytes 1.9.0",
1278 "fastrand 2.3.0",
1279 "hex",
1280 "hmac",
1281 "http 0.2.12",
1282 "http-body 0.4.6",
1283 "lru",
1284 "once_cell",
1285 "percent-encoding",
1286 "regex-lite",
1287 "sha2",
1288 "tracing",
1289 "url",
1290]
1291
1292[[package]]
1293name = "aws-sdk-sso"
1294version = "1.51.0"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "74995133da38f109a0eb8e8c886f9e80c713b6e9f2e6e5a6a1ba4450ce2ffc46"
1297dependencies = [
1298 "aws-credential-types",
1299 "aws-runtime",
1300 "aws-smithy-async",
1301 "aws-smithy-http",
1302 "aws-smithy-json",
1303 "aws-smithy-runtime",
1304 "aws-smithy-runtime-api",
1305 "aws-smithy-types",
1306 "aws-types",
1307 "bytes 1.9.0",
1308 "http 0.2.12",
1309 "once_cell",
1310 "regex-lite",
1311 "tracing",
1312]
1313
1314[[package]]
1315name = "aws-sdk-ssooidc"
1316version = "1.52.0"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "e7062a779685cbf3b2401eb36151e2c6589fd5f3569b8a6bc2d199e5aaa1d059"
1319dependencies = [
1320 "aws-credential-types",
1321 "aws-runtime",
1322 "aws-smithy-async",
1323 "aws-smithy-http",
1324 "aws-smithy-json",
1325 "aws-smithy-runtime",
1326 "aws-smithy-runtime-api",
1327 "aws-smithy-types",
1328 "aws-types",
1329 "bytes 1.9.0",
1330 "http 0.2.12",
1331 "once_cell",
1332 "regex-lite",
1333 "tracing",
1334]
1335
1336[[package]]
1337name = "aws-sdk-sts"
1338version = "1.52.0"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "299dae7b1dc0ee50434453fa5a229dc4b22bd3ee50409ff16becf1f7346e0193"
1341dependencies = [
1342 "aws-credential-types",
1343 "aws-runtime",
1344 "aws-smithy-async",
1345 "aws-smithy-http",
1346 "aws-smithy-json",
1347 "aws-smithy-query",
1348 "aws-smithy-runtime",
1349 "aws-smithy-runtime-api",
1350 "aws-smithy-types",
1351 "aws-smithy-xml",
1352 "aws-types",
1353 "http 0.2.12",
1354 "once_cell",
1355 "regex-lite",
1356 "tracing",
1357]
1358
1359[[package]]
1360name = "aws-sigv4"
1361version = "1.2.6"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "7d3820e0c08d0737872ff3c7c1f21ebbb6693d832312d6152bf18ef50a5471c2"
1364dependencies = [
1365 "aws-credential-types",
1366 "aws-smithy-eventstream",
1367 "aws-smithy-http",
1368 "aws-smithy-runtime-api",
1369 "aws-smithy-types",
1370 "bytes 1.9.0",
1371 "crypto-bigint 0.5.5",
1372 "form_urlencoded",
1373 "hex",
1374 "hmac",
1375 "http 0.2.12",
1376 "http 1.2.0",
1377 "once_cell",
1378 "p256",
1379 "percent-encoding",
1380 "ring",
1381 "sha2",
1382 "subtle",
1383 "time",
1384 "tracing",
1385 "zeroize",
1386]
1387
1388[[package]]
1389name = "aws-smithy-async"
1390version = "1.2.2"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "8aa8ff1492fd9fb99ae28e8467af0dbbb7c31512b16fabf1a0f10d7bb6ef78bb"
1393dependencies = [
1394 "futures-util",
1395 "pin-project-lite",
1396 "tokio",
1397]
1398
1399[[package]]
1400name = "aws-smithy-checksums"
1401version = "0.60.13"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
1404dependencies = [
1405 "aws-smithy-http",
1406 "aws-smithy-types",
1407 "bytes 1.9.0",
1408 "crc32c",
1409 "crc32fast",
1410 "hex",
1411 "http 0.2.12",
1412 "http-body 0.4.6",
1413 "md-5",
1414 "pin-project-lite",
1415 "sha1",
1416 "sha2",
1417 "tracing",
1418]
1419
1420[[package]]
1421name = "aws-smithy-eventstream"
1422version = "0.60.5"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
1425dependencies = [
1426 "aws-smithy-types",
1427 "bytes 1.9.0",
1428 "crc32fast",
1429]
1430
1431[[package]]
1432name = "aws-smithy-http"
1433version = "0.60.11"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
1436dependencies = [
1437 "aws-smithy-eventstream",
1438 "aws-smithy-runtime-api",
1439 "aws-smithy-types",
1440 "bytes 1.9.0",
1441 "bytes-utils",
1442 "futures-core",
1443 "http 0.2.12",
1444 "http-body 0.4.6",
1445 "once_cell",
1446 "percent-encoding",
1447 "pin-project-lite",
1448 "pin-utils",
1449 "tracing",
1450]
1451
1452[[package]]
1453name = "aws-smithy-json"
1454version = "0.61.1"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "ee4e69cc50921eb913c6b662f8d909131bb3e6ad6cb6090d3a39b66fc5c52095"
1457dependencies = [
1458 "aws-smithy-types",
1459]
1460
1461[[package]]
1462name = "aws-smithy-query"
1463version = "0.60.7"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1466dependencies = [
1467 "aws-smithy-types",
1468 "urlencoding",
1469]
1470
1471[[package]]
1472name = "aws-smithy-runtime"
1473version = "1.7.5"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "431a10d0e07e09091284ef04453dae4069283aa108d209974d67e77ae1caa658"
1476dependencies = [
1477 "aws-smithy-async",
1478 "aws-smithy-http",
1479 "aws-smithy-runtime-api",
1480 "aws-smithy-types",
1481 "bytes 1.9.0",
1482 "fastrand 2.3.0",
1483 "h2 0.3.26",
1484 "http 0.2.12",
1485 "http-body 0.4.6",
1486 "http-body 1.0.1",
1487 "httparse",
1488 "hyper 0.14.32",
1489 "hyper-rustls 0.24.2",
1490 "once_cell",
1491 "pin-project-lite",
1492 "pin-utils",
1493 "rustls 0.21.12",
1494 "tokio",
1495 "tracing",
1496]
1497
1498[[package]]
1499name = "aws-smithy-runtime-api"
1500version = "1.7.3"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1503dependencies = [
1504 "aws-smithy-async",
1505 "aws-smithy-types",
1506 "bytes 1.9.0",
1507 "http 0.2.12",
1508 "http 1.2.0",
1509 "pin-project-lite",
1510 "tokio",
1511 "tracing",
1512 "zeroize",
1513]
1514
1515[[package]]
1516name = "aws-smithy-types"
1517version = "1.2.10"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "8ecbf4d5dfb169812e2b240a4350f15ad3c6b03a54074e5712818801615f2dc5"
1520dependencies = [
1521 "base64-simd",
1522 "bytes 1.9.0",
1523 "bytes-utils",
1524 "futures-core",
1525 "http 0.2.12",
1526 "http 1.2.0",
1527 "http-body 0.4.6",
1528 "http-body 1.0.1",
1529 "http-body-util",
1530 "itoa",
1531 "num-integer",
1532 "pin-project-lite",
1533 "pin-utils",
1534 "ryu",
1535 "serde",
1536 "time",
1537 "tokio",
1538 "tokio-util",
1539]
1540
1541[[package]]
1542name = "aws-smithy-xml"
1543version = "0.60.9"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1546dependencies = [
1547 "xmlparser",
1548]
1549
1550[[package]]
1551name = "aws-types"
1552version = "1.3.3"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1555dependencies = [
1556 "aws-credential-types",
1557 "aws-smithy-async",
1558 "aws-smithy-runtime-api",
1559 "aws-smithy-types",
1560 "rustc_version",
1561 "tracing",
1562]
1563
1564[[package]]
1565name = "axum"
1566version = "0.6.20"
1567source = "registry+https://github.com/rust-lang/crates.io-index"
1568checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1569dependencies = [
1570 "async-trait",
1571 "axum-core",
1572 "base64 0.21.7",
1573 "bitflags 1.3.2",
1574 "bytes 1.9.0",
1575 "futures-util",
1576 "headers",
1577 "http 0.2.12",
1578 "http-body 0.4.6",
1579 "hyper 0.14.32",
1580 "itoa",
1581 "matchit",
1582 "memchr",
1583 "mime",
1584 "percent-encoding",
1585 "pin-project-lite",
1586 "rustversion",
1587 "serde",
1588 "serde_json",
1589 "serde_path_to_error",
1590 "serde_urlencoded",
1591 "sha1",
1592 "sync_wrapper 0.1.2",
1593 "tokio",
1594 "tokio-tungstenite 0.20.1",
1595 "tower",
1596 "tower-layer",
1597 "tower-service",
1598]
1599
1600[[package]]
1601name = "axum-core"
1602version = "0.3.4"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1605dependencies = [
1606 "async-trait",
1607 "bytes 1.9.0",
1608 "futures-util",
1609 "http 0.2.12",
1610 "http-body 0.4.6",
1611 "mime",
1612 "rustversion",
1613 "tower-layer",
1614 "tower-service",
1615]
1616
1617[[package]]
1618name = "axum-extra"
1619version = "0.4.2"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1622dependencies = [
1623 "axum",
1624 "bytes 1.9.0",
1625 "futures-util",
1626 "http 0.2.12",
1627 "mime",
1628 "pin-project-lite",
1629 "serde",
1630 "serde_json",
1631 "tokio",
1632 "tower",
1633 "tower-http 0.3.5",
1634 "tower-layer",
1635 "tower-service",
1636]
1637
1638[[package]]
1639name = "backtrace"
1640version = "0.3.74"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1643dependencies = [
1644 "addr2line",
1645 "cfg-if",
1646 "libc",
1647 "miniz_oxide",
1648 "object",
1649 "rustc-demangle",
1650 "windows-targets 0.52.6",
1651]
1652
1653[[package]]
1654name = "base16ct"
1655version = "0.1.1"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1658
1659[[package]]
1660name = "base64"
1661version = "0.13.1"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1664
1665[[package]]
1666name = "base64"
1667version = "0.21.7"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1670
1671[[package]]
1672name = "base64"
1673version = "0.22.1"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1676
1677[[package]]
1678name = "base64-simd"
1679version = "0.8.0"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1682dependencies = [
1683 "outref",
1684 "vsimd",
1685]
1686
1687[[package]]
1688name = "base64ct"
1689version = "1.6.0"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1692
1693[[package]]
1694name = "bigdecimal"
1695version = "0.4.7"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1698dependencies = [
1699 "autocfg",
1700 "libm",
1701 "num-bigint",
1702 "num-integer",
1703 "num-traits",
1704 "serde",
1705]
1706
1707[[package]]
1708name = "bincode"
1709version = "1.3.3"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1712dependencies = [
1713 "serde",
1714]
1715
1716[[package]]
1717name = "bindgen"
1718version = "0.70.1"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1721dependencies = [
1722 "bitflags 2.6.0",
1723 "cexpr",
1724 "clang-sys",
1725 "itertools 0.13.0",
1726 "log",
1727 "prettyplease",
1728 "proc-macro2",
1729 "quote",
1730 "regex",
1731 "rustc-hash 1.1.0",
1732 "shlex",
1733 "syn 2.0.90",
1734]
1735
1736[[package]]
1737name = "bit-set"
1738version = "0.5.3"
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1741dependencies = [
1742 "bit-vec 0.6.3",
1743]
1744
1745[[package]]
1746name = "bit-set"
1747version = "0.8.0"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1750dependencies = [
1751 "bit-vec 0.8.0",
1752]
1753
1754[[package]]
1755name = "bit-vec"
1756version = "0.6.3"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1759
1760[[package]]
1761name = "bit-vec"
1762version = "0.8.0"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1765
1766[[package]]
1767name = "bit_field"
1768version = "0.10.2"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1771
1772[[package]]
1773name = "bitflags"
1774version = "1.3.2"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1777
1778[[package]]
1779name = "bitflags"
1780version = "2.6.0"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1783dependencies = [
1784 "serde",
1785]
1786
1787[[package]]
1788name = "bitstream-io"
1789version = "2.6.0"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1792
1793[[package]]
1794name = "bitvec"
1795version = "1.0.1"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1798dependencies = [
1799 "funty",
1800 "radium",
1801 "tap",
1802 "wyz",
1803]
1804
1805[[package]]
1806name = "blade-graphics"
1807version = "0.6.0"
1808source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1809dependencies = [
1810 "ash",
1811 "ash-window",
1812 "bitflags 2.6.0",
1813 "bytemuck",
1814 "codespan-reporting",
1815 "glow",
1816 "gpu-alloc",
1817 "gpu-alloc-ash",
1818 "hidden-trait",
1819 "js-sys",
1820 "khronos-egl",
1821 "libloading",
1822 "log",
1823 "mint",
1824 "naga",
1825 "objc2",
1826 "objc2-app-kit",
1827 "objc2-foundation",
1828 "objc2-metal",
1829 "objc2-quartz-core",
1830 "objc2-ui-kit",
1831 "raw-window-handle",
1832 "slab",
1833 "wasm-bindgen",
1834 "web-sys",
1835]
1836
1837[[package]]
1838name = "blade-macros"
1839version = "0.3.0"
1840source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1841dependencies = [
1842 "proc-macro2",
1843 "quote",
1844 "syn 2.0.90",
1845]
1846
1847[[package]]
1848name = "blade-util"
1849version = "0.2.0"
1850source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1851dependencies = [
1852 "blade-graphics",
1853 "bytemuck",
1854 "log",
1855 "profiling",
1856]
1857
1858[[package]]
1859name = "blake3"
1860version = "1.5.5"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1863dependencies = [
1864 "arrayref",
1865 "arrayvec",
1866 "cc",
1867 "cfg-if",
1868 "constant_time_eq 0.3.1",
1869]
1870
1871[[package]]
1872name = "block"
1873version = "0.1.6"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1876
1877[[package]]
1878name = "block-buffer"
1879version = "0.10.4"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1882dependencies = [
1883 "generic-array",
1884]
1885
1886[[package]]
1887name = "block-padding"
1888version = "0.3.3"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1891dependencies = [
1892 "generic-array",
1893]
1894
1895[[package]]
1896name = "block2"
1897version = "0.5.1"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1900dependencies = [
1901 "objc2",
1902]
1903
1904[[package]]
1905name = "blocking"
1906version = "1.6.1"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1909dependencies = [
1910 "async-channel 2.3.1",
1911 "async-task",
1912 "futures-io",
1913 "futures-lite 2.5.0",
1914 "piper",
1915]
1916
1917[[package]]
1918name = "borsh"
1919version = "1.5.3"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1922dependencies = [
1923 "borsh-derive",
1924 "cfg_aliases 0.2.1",
1925]
1926
1927[[package]]
1928name = "borsh-derive"
1929version = "1.5.3"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1932dependencies = [
1933 "once_cell",
1934 "proc-macro-crate",
1935 "proc-macro2",
1936 "quote",
1937 "syn 2.0.90",
1938]
1939
1940[[package]]
1941name = "breadcrumbs"
1942version = "0.1.0"
1943dependencies = [
1944 "editor",
1945 "gpui",
1946 "itertools 0.13.0",
1947 "theme",
1948 "ui",
1949 "workspace",
1950 "zed_actions",
1951]
1952
1953[[package]]
1954name = "bstr"
1955version = "1.11.1"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1958dependencies = [
1959 "memchr",
1960 "regex-automata 0.4.9",
1961 "serde",
1962]
1963
1964[[package]]
1965name = "built"
1966version = "0.7.5"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
1969
1970[[package]]
1971name = "bumpalo"
1972version = "3.16.0"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1975
1976[[package]]
1977name = "by_address"
1978version = "1.2.1"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1981
1982[[package]]
1983name = "bytecheck"
1984version = "0.6.12"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1987dependencies = [
1988 "bytecheck_derive",
1989 "ptr_meta",
1990 "simdutf8",
1991]
1992
1993[[package]]
1994name = "bytecheck_derive"
1995version = "0.6.12"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1998dependencies = [
1999 "proc-macro2",
2000 "quote",
2001 "syn 1.0.109",
2002]
2003
2004[[package]]
2005name = "bytemuck"
2006version = "1.20.0"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a"
2009dependencies = [
2010 "bytemuck_derive",
2011]
2012
2013[[package]]
2014name = "bytemuck_derive"
2015version = "1.8.0"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2018dependencies = [
2019 "proc-macro2",
2020 "quote",
2021 "syn 2.0.90",
2022]
2023
2024[[package]]
2025name = "byteorder"
2026version = "1.5.0"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2029
2030[[package]]
2031name = "byteorder-lite"
2032version = "0.1.0"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2035
2036[[package]]
2037name = "bytes"
2038version = "0.4.12"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2041dependencies = [
2042 "byteorder",
2043 "iovec",
2044]
2045
2046[[package]]
2047name = "bytes"
2048version = "1.9.0"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2051
2052[[package]]
2053name = "bytes-utils"
2054version = "0.1.4"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2057dependencies = [
2058 "bytes 1.9.0",
2059 "either",
2060]
2061
2062[[package]]
2063name = "bzip2"
2064version = "0.4.4"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2067dependencies = [
2068 "bzip2-sys",
2069 "libc",
2070]
2071
2072[[package]]
2073name = "bzip2-sys"
2074version = "0.1.11+1.0.8"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2077dependencies = [
2078 "cc",
2079 "libc",
2080 "pkg-config",
2081]
2082
2083[[package]]
2084name = "call"
2085version = "0.1.0"
2086dependencies = [
2087 "anyhow",
2088 "audio",
2089 "client",
2090 "collections",
2091 "feature_flags",
2092 "fs",
2093 "futures 0.3.31",
2094 "gpui",
2095 "http_client",
2096 "language",
2097 "livekit_client",
2098 "livekit_client_macos",
2099 "log",
2100 "postage",
2101 "project",
2102 "schemars",
2103 "serde",
2104 "serde_derive",
2105 "settings",
2106 "telemetry",
2107 "util",
2108]
2109
2110[[package]]
2111name = "calloop"
2112version = "0.13.0"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2115dependencies = [
2116 "bitflags 2.6.0",
2117 "log",
2118 "polling 3.7.4",
2119 "rustix 0.38.42",
2120 "slab",
2121 "thiserror 1.0.69",
2122]
2123
2124[[package]]
2125name = "calloop-wayland-source"
2126version = "0.3.0"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2129dependencies = [
2130 "calloop",
2131 "rustix 0.38.42",
2132 "wayland-backend",
2133 "wayland-client",
2134]
2135
2136[[package]]
2137name = "camino"
2138version = "1.1.9"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2141dependencies = [
2142 "serde",
2143]
2144
2145[[package]]
2146name = "cap-fs-ext"
2147version = "3.4.2"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2150dependencies = [
2151 "cap-primitives",
2152 "cap-std",
2153 "io-lifetimes 2.0.4",
2154 "windows-sys 0.59.0",
2155]
2156
2157[[package]]
2158name = "cap-net-ext"
2159version = "3.4.2"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2162dependencies = [
2163 "cap-primitives",
2164 "cap-std",
2165 "rustix 0.38.42",
2166 "smallvec",
2167]
2168
2169[[package]]
2170name = "cap-primitives"
2171version = "3.4.2"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2174dependencies = [
2175 "ambient-authority",
2176 "fs-set-times",
2177 "io-extras",
2178 "io-lifetimes 2.0.4",
2179 "ipnet",
2180 "maybe-owned",
2181 "rustix 0.38.42",
2182 "windows-sys 0.59.0",
2183 "winx",
2184]
2185
2186[[package]]
2187name = "cap-rand"
2188version = "3.4.2"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2191dependencies = [
2192 "ambient-authority",
2193 "rand 0.8.5",
2194]
2195
2196[[package]]
2197name = "cap-std"
2198version = "3.4.2"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2201dependencies = [
2202 "cap-primitives",
2203 "io-extras",
2204 "io-lifetimes 2.0.4",
2205 "rustix 0.38.42",
2206]
2207
2208[[package]]
2209name = "cap-time-ext"
2210version = "3.4.2"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2213dependencies = [
2214 "ambient-authority",
2215 "cap-primitives",
2216 "iana-time-zone",
2217 "once_cell",
2218 "rustix 0.38.42",
2219 "winx",
2220]
2221
2222[[package]]
2223name = "cargo-platform"
2224version = "0.1.9"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2227dependencies = [
2228 "serde",
2229]
2230
2231[[package]]
2232name = "cargo_metadata"
2233version = "0.19.1"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2236dependencies = [
2237 "camino",
2238 "cargo-platform",
2239 "semver",
2240 "serde",
2241 "serde_json",
2242 "thiserror 2.0.6",
2243]
2244
2245[[package]]
2246name = "cargo_toml"
2247version = "0.21.0"
2248source = "registry+https://github.com/rust-lang/crates.io-index"
2249checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2250dependencies = [
2251 "serde",
2252 "toml 0.8.19",
2253]
2254
2255[[package]]
2256name = "cast"
2257version = "0.3.0"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2260
2261[[package]]
2262name = "cbc"
2263version = "0.1.2"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2266dependencies = [
2267 "cipher",
2268]
2269
2270[[package]]
2271name = "cbindgen"
2272version = "0.27.0"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2275dependencies = [
2276 "heck 0.4.1",
2277 "indexmap",
2278 "log",
2279 "proc-macro2",
2280 "quote",
2281 "serde",
2282 "serde_json",
2283 "syn 2.0.90",
2284 "tempfile",
2285 "toml 0.8.19",
2286]
2287
2288[[package]]
2289name = "cc"
2290version = "1.2.3"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2293dependencies = [
2294 "jobserver",
2295 "libc",
2296 "shlex",
2297]
2298
2299[[package]]
2300name = "cesu8"
2301version = "1.1.0"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2304
2305[[package]]
2306name = "cexpr"
2307version = "0.6.0"
2308source = "registry+https://github.com/rust-lang/crates.io-index"
2309checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2310dependencies = [
2311 "nom",
2312]
2313
2314[[package]]
2315name = "cfg-expr"
2316version = "0.15.8"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2319dependencies = [
2320 "smallvec",
2321 "target-lexicon",
2322]
2323
2324[[package]]
2325name = "cfg-if"
2326version = "1.0.0"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2329
2330[[package]]
2331name = "cfg_aliases"
2332version = "0.1.1"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2335
2336[[package]]
2337name = "cfg_aliases"
2338version = "0.2.1"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2341
2342[[package]]
2343name = "channel"
2344version = "0.1.0"
2345dependencies = [
2346 "anyhow",
2347 "client",
2348 "clock",
2349 "collections",
2350 "futures 0.3.31",
2351 "gpui",
2352 "http_client",
2353 "language",
2354 "log",
2355 "rand 0.8.5",
2356 "release_channel",
2357 "rpc",
2358 "settings",
2359 "sum_tree",
2360 "text",
2361 "time",
2362 "util",
2363]
2364
2365[[package]]
2366name = "chrono"
2367version = "0.4.39"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2370dependencies = [
2371 "android-tzdata",
2372 "iana-time-zone",
2373 "js-sys",
2374 "num-traits",
2375 "serde",
2376 "wasm-bindgen",
2377 "windows-targets 0.52.6",
2378]
2379
2380[[package]]
2381name = "chunked_transfer"
2382version = "1.5.0"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2385
2386[[package]]
2387name = "ciborium"
2388version = "0.2.2"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2391dependencies = [
2392 "ciborium-io",
2393 "ciborium-ll",
2394 "serde",
2395]
2396
2397[[package]]
2398name = "ciborium-io"
2399version = "0.2.2"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2402
2403[[package]]
2404name = "ciborium-ll"
2405version = "0.2.2"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2408dependencies = [
2409 "ciborium-io",
2410 "half",
2411]
2412
2413[[package]]
2414name = "cipher"
2415version = "0.4.4"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2418dependencies = [
2419 "crypto-common",
2420 "inout",
2421 "zeroize",
2422]
2423
2424[[package]]
2425name = "clang-sys"
2426version = "1.8.1"
2427source = "registry+https://github.com/rust-lang/crates.io-index"
2428checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2429dependencies = [
2430 "glob",
2431 "libc",
2432 "libloading",
2433]
2434
2435[[package]]
2436name = "clap"
2437version = "4.5.23"
2438source = "registry+https://github.com/rust-lang/crates.io-index"
2439checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2440dependencies = [
2441 "clap_builder",
2442 "clap_derive",
2443]
2444
2445[[package]]
2446name = "clap_builder"
2447version = "4.5.23"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2450dependencies = [
2451 "anstream",
2452 "anstyle",
2453 "clap_lex",
2454 "strsim",
2455 "terminal_size",
2456]
2457
2458[[package]]
2459name = "clap_complete"
2460version = "4.5.38"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2463dependencies = [
2464 "clap",
2465]
2466
2467[[package]]
2468name = "clap_derive"
2469version = "4.5.18"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2472dependencies = [
2473 "heck 0.5.0",
2474 "proc-macro2",
2475 "quote",
2476 "syn 2.0.90",
2477]
2478
2479[[package]]
2480name = "clap_lex"
2481version = "0.7.4"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2484
2485[[package]]
2486name = "cli"
2487version = "0.1.0"
2488dependencies = [
2489 "anyhow",
2490 "clap",
2491 "collections",
2492 "core-foundation 0.9.4",
2493 "core-services",
2494 "exec",
2495 "fork",
2496 "ipc-channel",
2497 "parking_lot",
2498 "paths",
2499 "plist",
2500 "release_channel",
2501 "serde",
2502 "tempfile",
2503 "util",
2504]
2505
2506[[package]]
2507name = "client"
2508version = "0.1.0"
2509dependencies = [
2510 "anyhow",
2511 "async-native-tls",
2512 "async-recursion 0.3.2",
2513 "async-tungstenite 0.28.2",
2514 "chrono",
2515 "clock",
2516 "cocoa 0.26.0",
2517 "collections",
2518 "feature_flags",
2519 "futures 0.3.31",
2520 "gpui",
2521 "http_client",
2522 "log",
2523 "parking_lot",
2524 "paths",
2525 "postage",
2526 "rand 0.8.5",
2527 "release_channel",
2528 "rpc",
2529 "rustls 0.21.12",
2530 "rustls-native-certs 0.8.1",
2531 "schemars",
2532 "serde",
2533 "serde_json",
2534 "settings",
2535 "sha2",
2536 "smol",
2537 "telemetry",
2538 "telemetry_events",
2539 "text",
2540 "thiserror 1.0.69",
2541 "time",
2542 "tiny_http",
2543 "tokio-socks",
2544 "url",
2545 "util",
2546 "windows 0.58.0",
2547 "worktree",
2548]
2549
2550[[package]]
2551name = "clock"
2552version = "0.1.0"
2553dependencies = [
2554 "parking_lot",
2555 "serde",
2556 "smallvec",
2557]
2558
2559[[package]]
2560name = "cobs"
2561version = "0.2.3"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2564
2565[[package]]
2566name = "cocoa"
2567version = "0.25.0"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2570dependencies = [
2571 "bitflags 1.3.2",
2572 "block",
2573 "cocoa-foundation 0.1.2",
2574 "core-foundation 0.9.4",
2575 "core-graphics 0.23.2",
2576 "foreign-types 0.5.0",
2577 "libc",
2578 "objc",
2579]
2580
2581[[package]]
2582name = "cocoa"
2583version = "0.26.0"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2586dependencies = [
2587 "bitflags 2.6.0",
2588 "block",
2589 "cocoa-foundation 0.2.0",
2590 "core-foundation 0.10.0",
2591 "core-graphics 0.24.0",
2592 "foreign-types 0.5.0",
2593 "libc",
2594 "objc",
2595]
2596
2597[[package]]
2598name = "cocoa-foundation"
2599version = "0.1.2"
2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2602dependencies = [
2603 "bitflags 1.3.2",
2604 "block",
2605 "core-foundation 0.9.4",
2606 "core-graphics-types 0.1.3",
2607 "libc",
2608 "objc",
2609]
2610
2611[[package]]
2612name = "cocoa-foundation"
2613version = "0.2.0"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2616dependencies = [
2617 "bitflags 2.6.0",
2618 "block",
2619 "core-foundation 0.10.0",
2620 "core-graphics-types 0.2.0",
2621 "libc",
2622 "objc",
2623]
2624
2625[[package]]
2626name = "codespan-reporting"
2627version = "0.11.1"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2630dependencies = [
2631 "termcolor",
2632 "unicode-width",
2633]
2634
2635[[package]]
2636name = "collab"
2637version = "0.44.0"
2638dependencies = [
2639 "anthropic",
2640 "anyhow",
2641 "assistant",
2642 "assistant_tool",
2643 "async-stripe",
2644 "async-trait",
2645 "async-tungstenite 0.28.2",
2646 "audio",
2647 "aws-config",
2648 "aws-sdk-kinesis",
2649 "aws-sdk-s3",
2650 "axum",
2651 "axum-extra",
2652 "base64 0.22.1",
2653 "call",
2654 "channel",
2655 "chrono",
2656 "client",
2657 "clock",
2658 "collab_ui",
2659 "collections",
2660 "context_server",
2661 "ctor",
2662 "dashmap 6.1.0",
2663 "derive_more",
2664 "editor",
2665 "env_logger 0.11.6",
2666 "envy",
2667 "extension",
2668 "file_finder",
2669 "fireworks",
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",
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 "indexmap",
2789 "rustc-hash 2.1.0",
2790]
2791
2792[[package]]
2793name = "color_quant"
2794version = "1.1.0"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2797
2798[[package]]
2799name = "colorchoice"
2800version = "1.0.3"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2803
2804[[package]]
2805name = "combine"
2806version = "4.6.7"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2809dependencies = [
2810 "bytes 1.9.0",
2811 "memchr",
2812]
2813
2814[[package]]
2815name = "command_palette"
2816version = "0.1.0"
2817dependencies = [
2818 "client",
2819 "collections",
2820 "command_palette_hooks",
2821 "ctor",
2822 "editor",
2823 "env_logger 0.11.6",
2824 "fuzzy",
2825 "go_to_line",
2826 "gpui",
2827 "language",
2828 "menu",
2829 "picker",
2830 "postage",
2831 "project",
2832 "serde",
2833 "serde_json",
2834 "settings",
2835 "telemetry",
2836 "theme",
2837 "ui",
2838 "util",
2839 "workspace",
2840 "zed_actions",
2841]
2842
2843[[package]]
2844name = "command_palette_hooks"
2845version = "0.1.0"
2846dependencies = [
2847 "collections",
2848 "derive_more",
2849 "gpui",
2850]
2851
2852[[package]]
2853name = "concurrent-queue"
2854version = "2.5.0"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2857dependencies = [
2858 "crossbeam-utils",
2859]
2860
2861[[package]]
2862name = "console"
2863version = "0.15.8"
2864source = "registry+https://github.com/rust-lang/crates.io-index"
2865checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2866dependencies = [
2867 "encode_unicode",
2868 "lazy_static",
2869 "libc",
2870 "unicode-width",
2871 "windows-sys 0.52.0",
2872]
2873
2874[[package]]
2875name = "const-oid"
2876version = "0.9.6"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2879
2880[[package]]
2881name = "const-random"
2882version = "0.1.18"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2885dependencies = [
2886 "const-random-macro",
2887]
2888
2889[[package]]
2890name = "const-random-macro"
2891version = "0.1.16"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2894dependencies = [
2895 "getrandom 0.2.15",
2896 "once_cell",
2897 "tiny-keccak",
2898]
2899
2900[[package]]
2901name = "constant_time_eq"
2902version = "0.1.5"
2903source = "registry+https://github.com/rust-lang/crates.io-index"
2904checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2905
2906[[package]]
2907name = "constant_time_eq"
2908version = "0.3.1"
2909source = "registry+https://github.com/rust-lang/crates.io-index"
2910checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2911
2912[[package]]
2913name = "context_server"
2914version = "0.1.0"
2915dependencies = [
2916 "anyhow",
2917 "assistant_tool",
2918 "collections",
2919 "command_palette_hooks",
2920 "context_server_settings",
2921 "extension",
2922 "futures 0.3.31",
2923 "gpui",
2924 "log",
2925 "parking_lot",
2926 "postage",
2927 "project",
2928 "serde",
2929 "serde_json",
2930 "settings",
2931 "smol",
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",
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.59.0",
4150]
4151
4152[[package]]
4153name = "errno-dragonfly"
4154version = "0.1.2"
4155source = "registry+https://github.com/rust-lang/crates.io-index"
4156checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4157dependencies = [
4158 "cc",
4159 "libc",
4160]
4161
4162[[package]]
4163name = "etagere"
4164version = "0.2.13"
4165source = "registry+https://github.com/rust-lang/crates.io-index"
4166checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4167dependencies = [
4168 "euclid",
4169 "svg_fmt",
4170]
4171
4172[[package]]
4173name = "etcetera"
4174version = "0.8.0"
4175source = "registry+https://github.com/rust-lang/crates.io-index"
4176checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4177dependencies = [
4178 "cfg-if",
4179 "home",
4180 "windows-sys 0.48.0",
4181]
4182
4183[[package]]
4184name = "euclid"
4185version = "0.22.11"
4186source = "registry+https://github.com/rust-lang/crates.io-index"
4187checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4188dependencies = [
4189 "num-traits",
4190]
4191
4192[[package]]
4193name = "evals"
4194version = "0.1.0"
4195dependencies = [
4196 "anyhow",
4197 "clap",
4198 "client",
4199 "clock",
4200 "collections",
4201 "env_logger 0.11.6",
4202 "feature_flags",
4203 "fs",
4204 "git",
4205 "gpui",
4206 "http_client",
4207 "language",
4208 "languages",
4209 "node_runtime",
4210 "open_ai",
4211 "project",
4212 "reqwest_client",
4213 "semantic_index",
4214 "serde",
4215 "serde_json",
4216 "settings",
4217 "smol",
4218 "util",
4219]
4220
4221[[package]]
4222name = "event-listener"
4223version = "2.5.3"
4224source = "registry+https://github.com/rust-lang/crates.io-index"
4225checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4226
4227[[package]]
4228name = "event-listener"
4229version = "3.1.0"
4230source = "registry+https://github.com/rust-lang/crates.io-index"
4231checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4232dependencies = [
4233 "concurrent-queue",
4234 "parking",
4235 "pin-project-lite",
4236]
4237
4238[[package]]
4239name = "event-listener"
4240version = "5.3.1"
4241source = "registry+https://github.com/rust-lang/crates.io-index"
4242checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4243dependencies = [
4244 "concurrent-queue",
4245 "parking",
4246 "pin-project-lite",
4247]
4248
4249[[package]]
4250name = "event-listener-strategy"
4251version = "0.5.3"
4252source = "registry+https://github.com/rust-lang/crates.io-index"
4253checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4254dependencies = [
4255 "event-listener 5.3.1",
4256 "pin-project-lite",
4257]
4258
4259[[package]]
4260name = "exec"
4261version = "0.3.1"
4262source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4264dependencies = [
4265 "errno 0.2.8",
4266 "libc",
4267]
4268
4269[[package]]
4270name = "exr"
4271version = "1.73.0"
4272source = "registry+https://github.com/rust-lang/crates.io-index"
4273checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4274dependencies = [
4275 "bit_field",
4276 "half",
4277 "lebe",
4278 "miniz_oxide",
4279 "rayon-core",
4280 "smallvec",
4281 "zune-inflate",
4282]
4283
4284[[package]]
4285name = "extension"
4286version = "0.1.0"
4287dependencies = [
4288 "anyhow",
4289 "async-compression",
4290 "async-tar",
4291 "async-trait",
4292 "collections",
4293 "fs",
4294 "futures 0.3.31",
4295 "gpui",
4296 "http_client",
4297 "language",
4298 "log",
4299 "lsp",
4300 "parking_lot",
4301 "semantic_version",
4302 "serde",
4303 "serde_json",
4304 "toml 0.8.19",
4305 "util",
4306 "wasm-encoder 0.215.0",
4307 "wasmparser 0.215.0",
4308 "wit-component",
4309]
4310
4311[[package]]
4312name = "extension_cli"
4313version = "0.1.0"
4314dependencies = [
4315 "anyhow",
4316 "clap",
4317 "env_logger 0.11.6",
4318 "extension",
4319 "fs",
4320 "language",
4321 "log",
4322 "reqwest_client",
4323 "rpc",
4324 "serde",
4325 "serde_json",
4326 "theme",
4327 "tokio",
4328 "toml 0.8.19",
4329 "tree-sitter",
4330 "wasmtime",
4331]
4332
4333[[package]]
4334name = "extension_host"
4335version = "0.1.0"
4336dependencies = [
4337 "anyhow",
4338 "async-compression",
4339 "async-tar",
4340 "async-trait",
4341 "client",
4342 "collections",
4343 "context_server_settings",
4344 "ctor",
4345 "env_logger 0.11.6",
4346 "extension",
4347 "fs",
4348 "futures 0.3.31",
4349 "gpui",
4350 "http_client",
4351 "language",
4352 "language_extension",
4353 "log",
4354 "lsp",
4355 "node_runtime",
4356 "parking_lot",
4357 "paths",
4358 "project",
4359 "release_channel",
4360 "remote",
4361 "reqwest_client",
4362 "schemars",
4363 "semantic_version",
4364 "serde",
4365 "serde_json",
4366 "serde_json_lenient",
4367 "settings",
4368 "task",
4369 "telemetry",
4370 "tempfile",
4371 "theme",
4372 "theme_extension",
4373 "toml 0.8.19",
4374 "url",
4375 "util",
4376 "wasmparser 0.215.0",
4377 "wasmtime",
4378 "wasmtime-wasi",
4379]
4380
4381[[package]]
4382name = "extensions_ui"
4383version = "0.1.0"
4384dependencies = [
4385 "anyhow",
4386 "client",
4387 "collections",
4388 "db",
4389 "editor",
4390 "extension_host",
4391 "fs",
4392 "fuzzy",
4393 "gpui",
4394 "language",
4395 "num-format",
4396 "picker",
4397 "project",
4398 "release_channel",
4399 "semantic_version",
4400 "serde",
4401 "settings",
4402 "smallvec",
4403 "telemetry",
4404 "theme",
4405 "ui",
4406 "util",
4407 "vim_mode_setting",
4408 "workspace",
4409 "zed_actions",
4410]
4411
4412[[package]]
4413name = "fallible-iterator"
4414version = "0.3.0"
4415source = "registry+https://github.com/rust-lang/crates.io-index"
4416checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4417
4418[[package]]
4419name = "fancy-regex"
4420version = "0.13.0"
4421source = "registry+https://github.com/rust-lang/crates.io-index"
4422checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4423dependencies = [
4424 "bit-set 0.5.3",
4425 "regex-automata 0.4.9",
4426 "regex-syntax 0.8.5",
4427]
4428
4429[[package]]
4430name = "fancy-regex"
4431version = "0.14.0"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4434dependencies = [
4435 "bit-set 0.8.0",
4436 "regex-automata 0.4.9",
4437 "regex-syntax 0.8.5",
4438]
4439
4440[[package]]
4441name = "fast-srgb8"
4442version = "1.0.0"
4443source = "registry+https://github.com/rust-lang/crates.io-index"
4444checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4445
4446[[package]]
4447name = "fastrand"
4448version = "1.9.0"
4449source = "registry+https://github.com/rust-lang/crates.io-index"
4450checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4451dependencies = [
4452 "instant",
4453]
4454
4455[[package]]
4456name = "fastrand"
4457version = "2.3.0"
4458source = "registry+https://github.com/rust-lang/crates.io-index"
4459checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4460
4461[[package]]
4462name = "fd-lock"
4463version = "4.0.2"
4464source = "registry+https://github.com/rust-lang/crates.io-index"
4465checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4466dependencies = [
4467 "cfg-if",
4468 "rustix 0.38.42",
4469 "windows-sys 0.52.0",
4470]
4471
4472[[package]]
4473name = "fdeflate"
4474version = "0.3.7"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4477dependencies = [
4478 "simd-adler32",
4479]
4480
4481[[package]]
4482name = "feature_flags"
4483version = "0.1.0"
4484dependencies = [
4485 "futures 0.3.31",
4486 "gpui",
4487]
4488
4489[[package]]
4490name = "feedback"
4491version = "0.1.0"
4492dependencies = [
4493 "anyhow",
4494 "bitflags 2.6.0",
4495 "client",
4496 "db",
4497 "editor",
4498 "futures 0.3.31",
4499 "gpui",
4500 "http_client",
4501 "human_bytes",
4502 "language",
4503 "log",
4504 "menu",
4505 "project",
4506 "regex",
4507 "release_channel",
4508 "serde",
4509 "serde_derive",
4510 "serde_json",
4511 "smol",
4512 "sysinfo",
4513 "ui",
4514 "urlencoding",
4515 "util",
4516 "workspace",
4517 "zed_actions",
4518]
4519
4520[[package]]
4521name = "ff"
4522version = "0.12.1"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4525dependencies = [
4526 "rand_core 0.6.4",
4527 "subtle",
4528]
4529
4530[[package]]
4531name = "file_finder"
4532version = "0.1.0"
4533dependencies = [
4534 "anyhow",
4535 "collections",
4536 "ctor",
4537 "editor",
4538 "env_logger 0.11.6",
4539 "file_icons",
4540 "futures 0.3.31",
4541 "fuzzy",
4542 "gpui",
4543 "language",
4544 "menu",
4545 "picker",
4546 "project",
4547 "schemars",
4548 "serde",
4549 "serde_derive",
4550 "serde_json",
4551 "settings",
4552 "text",
4553 "theme",
4554 "ui",
4555 "util",
4556 "workspace",
4557]
4558
4559[[package]]
4560name = "file_icons"
4561version = "0.1.0"
4562dependencies = [
4563 "collections",
4564 "gpui",
4565 "serde",
4566 "serde_derive",
4567 "serde_json",
4568 "util",
4569]
4570
4571[[package]]
4572name = "filedescriptor"
4573version = "0.8.2"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4576dependencies = [
4577 "libc",
4578 "thiserror 1.0.69",
4579 "winapi",
4580]
4581
4582[[package]]
4583name = "filetime"
4584version = "0.2.25"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4587dependencies = [
4588 "cfg-if",
4589 "libc",
4590 "libredox",
4591 "windows-sys 0.59.0",
4592]
4593
4594[[package]]
4595name = "fireworks"
4596version = "0.1.0"
4597dependencies = [
4598 "anyhow",
4599 "futures 0.3.31",
4600 "http_client",
4601 "serde",
4602 "serde_json",
4603]
4604
4605[[package]]
4606name = "fixedbitset"
4607version = "0.4.2"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4610
4611[[package]]
4612name = "flate2"
4613version = "1.0.35"
4614source = "registry+https://github.com/rust-lang/crates.io-index"
4615checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4616dependencies = [
4617 "crc32fast",
4618 "miniz_oxide",
4619]
4620
4621[[package]]
4622name = "float-cmp"
4623version = "0.9.0"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4626
4627[[package]]
4628name = "float-ord"
4629version = "0.3.2"
4630source = "registry+https://github.com/rust-lang/crates.io-index"
4631checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4632
4633[[package]]
4634name = "flume"
4635version = "0.11.1"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4638dependencies = [
4639 "futures-core",
4640 "futures-sink",
4641 "nanorand",
4642 "spin",
4643]
4644
4645[[package]]
4646name = "fnv"
4647version = "1.0.7"
4648source = "registry+https://github.com/rust-lang/crates.io-index"
4649checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4650
4651[[package]]
4652name = "foldhash"
4653version = "0.1.3"
4654source = "registry+https://github.com/rust-lang/crates.io-index"
4655checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4656
4657[[package]]
4658name = "font-kit"
4659version = "0.14.1"
4660source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4661dependencies = [
4662 "bitflags 2.6.0",
4663 "byteorder",
4664 "core-foundation 0.9.4",
4665 "core-graphics 0.23.2",
4666 "core-text",
4667 "dirs 5.0.1",
4668 "dwrote",
4669 "float-ord",
4670 "freetype-sys",
4671 "lazy_static",
4672 "libc",
4673 "log",
4674 "pathfinder_geometry",
4675 "pathfinder_simd",
4676 "walkdir",
4677 "winapi",
4678 "yeslogic-fontconfig-sys",
4679]
4680
4681[[package]]
4682name = "font-types"
4683version = "0.7.3"
4684source = "registry+https://github.com/rust-lang/crates.io-index"
4685checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4686dependencies = [
4687 "bytemuck",
4688]
4689
4690[[package]]
4691name = "fontconfig-parser"
4692version = "0.5.7"
4693source = "registry+https://github.com/rust-lang/crates.io-index"
4694checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4695dependencies = [
4696 "roxmltree",
4697]
4698
4699[[package]]
4700name = "fontdb"
4701version = "0.18.0"
4702source = "registry+https://github.com/rust-lang/crates.io-index"
4703checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4704dependencies = [
4705 "fontconfig-parser",
4706 "log",
4707 "memmap2",
4708 "slotmap",
4709 "tinyvec",
4710 "ttf-parser",
4711]
4712
4713[[package]]
4714name = "foreign-types"
4715version = "0.3.2"
4716source = "registry+https://github.com/rust-lang/crates.io-index"
4717checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4718dependencies = [
4719 "foreign-types-shared 0.1.1",
4720]
4721
4722[[package]]
4723name = "foreign-types"
4724version = "0.5.0"
4725source = "registry+https://github.com/rust-lang/crates.io-index"
4726checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4727dependencies = [
4728 "foreign-types-macros",
4729 "foreign-types-shared 0.3.1",
4730]
4731
4732[[package]]
4733name = "foreign-types-macros"
4734version = "0.2.3"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4737dependencies = [
4738 "proc-macro2",
4739 "quote",
4740 "syn 2.0.90",
4741]
4742
4743[[package]]
4744name = "foreign-types-shared"
4745version = "0.1.1"
4746source = "registry+https://github.com/rust-lang/crates.io-index"
4747checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4748
4749[[package]]
4750name = "foreign-types-shared"
4751version = "0.3.1"
4752source = "registry+https://github.com/rust-lang/crates.io-index"
4753checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4754
4755[[package]]
4756name = "fork"
4757version = "0.2.0"
4758source = "registry+https://github.com/rust-lang/crates.io-index"
4759checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4760dependencies = [
4761 "libc",
4762]
4763
4764[[package]]
4765name = "form_urlencoded"
4766version = "1.2.1"
4767source = "registry+https://github.com/rust-lang/crates.io-index"
4768checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4769dependencies = [
4770 "percent-encoding",
4771]
4772
4773[[package]]
4774name = "freetype-sys"
4775version = "0.20.1"
4776source = "registry+https://github.com/rust-lang/crates.io-index"
4777checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4778dependencies = [
4779 "cc",
4780 "libc",
4781 "pkg-config",
4782]
4783
4784[[package]]
4785name = "fs"
4786version = "0.1.0"
4787dependencies = [
4788 "anyhow",
4789 "ashpd",
4790 "async-tar",
4791 "async-trait",
4792 "cocoa 0.26.0",
4793 "collections",
4794 "fsevent",
4795 "futures 0.3.31",
4796 "git",
4797 "git2",
4798 "gpui",
4799 "libc",
4800 "log",
4801 "notify",
4802 "objc",
4803 "parking_lot",
4804 "paths",
4805 "proto",
4806 "rope",
4807 "serde",
4808 "serde_json",
4809 "shlex",
4810 "smol",
4811 "tempfile",
4812 "text",
4813 "time",
4814 "util",
4815 "which 6.0.3",
4816 "windows 0.58.0",
4817]
4818
4819[[package]]
4820name = "fs-set-times"
4821version = "0.20.2"
4822source = "registry+https://github.com/rust-lang/crates.io-index"
4823checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4824dependencies = [
4825 "io-lifetimes 2.0.4",
4826 "rustix 0.38.42",
4827 "windows-sys 0.59.0",
4828]
4829
4830[[package]]
4831name = "fs2"
4832version = "0.4.3"
4833source = "registry+https://github.com/rust-lang/crates.io-index"
4834checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4835dependencies = [
4836 "libc",
4837 "winapi",
4838]
4839
4840[[package]]
4841name = "fsevent"
4842version = "0.1.0"
4843dependencies = [
4844 "bitflags 2.6.0",
4845 "core-foundation 0.9.4",
4846 "fsevent-sys 3.1.0",
4847 "parking_lot",
4848 "tempfile",
4849]
4850
4851[[package]]
4852name = "fsevent-sys"
4853version = "3.1.0"
4854source = "registry+https://github.com/rust-lang/crates.io-index"
4855checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4856dependencies = [
4857 "libc",
4858]
4859
4860[[package]]
4861name = "fsevent-sys"
4862version = "4.1.0"
4863source = "registry+https://github.com/rust-lang/crates.io-index"
4864checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4865dependencies = [
4866 "libc",
4867]
4868
4869[[package]]
4870name = "funty"
4871version = "2.0.0"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4874
4875[[package]]
4876name = "futf"
4877version = "0.1.5"
4878source = "registry+https://github.com/rust-lang/crates.io-index"
4879checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4880dependencies = [
4881 "mac",
4882 "new_debug_unreachable",
4883]
4884
4885[[package]]
4886name = "futures"
4887version = "0.1.31"
4888source = "registry+https://github.com/rust-lang/crates.io-index"
4889checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4890
4891[[package]]
4892name = "futures"
4893version = "0.3.31"
4894source = "registry+https://github.com/rust-lang/crates.io-index"
4895checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4896dependencies = [
4897 "futures-channel",
4898 "futures-core",
4899 "futures-executor",
4900 "futures-io",
4901 "futures-sink",
4902 "futures-task",
4903 "futures-util",
4904]
4905
4906[[package]]
4907name = "futures-batch"
4908version = "0.6.1"
4909source = "registry+https://github.com/rust-lang/crates.io-index"
4910checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4911dependencies = [
4912 "futures 0.3.31",
4913 "futures-timer",
4914 "pin-utils",
4915]
4916
4917[[package]]
4918name = "futures-channel"
4919version = "0.3.31"
4920source = "registry+https://github.com/rust-lang/crates.io-index"
4921checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4922dependencies = [
4923 "futures-core",
4924 "futures-sink",
4925]
4926
4927[[package]]
4928name = "futures-core"
4929version = "0.3.31"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4932
4933[[package]]
4934name = "futures-executor"
4935version = "0.3.31"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4938dependencies = [
4939 "futures-core",
4940 "futures-task",
4941 "futures-util",
4942]
4943
4944[[package]]
4945name = "futures-intrusive"
4946version = "0.5.0"
4947source = "registry+https://github.com/rust-lang/crates.io-index"
4948checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4949dependencies = [
4950 "futures-core",
4951 "lock_api",
4952 "parking_lot",
4953]
4954
4955[[package]]
4956name = "futures-io"
4957version = "0.3.31"
4958source = "registry+https://github.com/rust-lang/crates.io-index"
4959checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
4960
4961[[package]]
4962name = "futures-lite"
4963version = "1.13.0"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4966dependencies = [
4967 "fastrand 1.9.0",
4968 "futures-core",
4969 "futures-io",
4970 "memchr",
4971 "parking",
4972 "pin-project-lite",
4973 "waker-fn",
4974]
4975
4976[[package]]
4977name = "futures-lite"
4978version = "2.5.0"
4979source = "registry+https://github.com/rust-lang/crates.io-index"
4980checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
4981dependencies = [
4982 "fastrand 2.3.0",
4983 "futures-core",
4984 "futures-io",
4985 "parking",
4986 "pin-project-lite",
4987]
4988
4989[[package]]
4990name = "futures-macro"
4991version = "0.3.31"
4992source = "registry+https://github.com/rust-lang/crates.io-index"
4993checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
4994dependencies = [
4995 "proc-macro2",
4996 "quote",
4997 "syn 2.0.90",
4998]
4999
5000[[package]]
5001name = "futures-sink"
5002version = "0.3.31"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5005
5006[[package]]
5007name = "futures-task"
5008version = "0.3.31"
5009source = "registry+https://github.com/rust-lang/crates.io-index"
5010checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5011
5012[[package]]
5013name = "futures-timer"
5014version = "3.0.3"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5017
5018[[package]]
5019name = "futures-util"
5020version = "0.3.31"
5021source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5023dependencies = [
5024 "futures 0.1.31",
5025 "futures-channel",
5026 "futures-core",
5027 "futures-io",
5028 "futures-macro",
5029 "futures-sink",
5030 "futures-task",
5031 "memchr",
5032 "pin-project-lite",
5033 "pin-utils",
5034 "slab",
5035 "tokio-io",
5036]
5037
5038[[package]]
5039name = "fuzzy"
5040version = "0.1.0"
5041dependencies = [
5042 "gpui",
5043 "log",
5044 "util",
5045]
5046
5047[[package]]
5048name = "fuzzy-matcher"
5049version = "0.3.7"
5050source = "registry+https://github.com/rust-lang/crates.io-index"
5051checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5052dependencies = [
5053 "thread_local",
5054]
5055
5056[[package]]
5057name = "generic-array"
5058version = "0.14.7"
5059source = "registry+https://github.com/rust-lang/crates.io-index"
5060checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5061dependencies = [
5062 "typenum",
5063 "version_check",
5064]
5065
5066[[package]]
5067name = "gethostname"
5068version = "0.4.3"
5069source = "registry+https://github.com/rust-lang/crates.io-index"
5070checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5071dependencies = [
5072 "libc",
5073 "windows-targets 0.48.5",
5074]
5075
5076[[package]]
5077name = "getrandom"
5078version = "0.1.16"
5079source = "registry+https://github.com/rust-lang/crates.io-index"
5080checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5081dependencies = [
5082 "cfg-if",
5083 "libc",
5084 "wasi 0.9.0+wasi-snapshot-preview1",
5085]
5086
5087[[package]]
5088name = "getrandom"
5089version = "0.2.15"
5090source = "registry+https://github.com/rust-lang/crates.io-index"
5091checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5092dependencies = [
5093 "cfg-if",
5094 "js-sys",
5095 "libc",
5096 "wasi 0.11.0+wasi-snapshot-preview1",
5097 "wasm-bindgen",
5098]
5099
5100[[package]]
5101name = "gif"
5102version = "0.13.1"
5103source = "registry+https://github.com/rust-lang/crates.io-index"
5104checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5105dependencies = [
5106 "color_quant",
5107 "weezl",
5108]
5109
5110[[package]]
5111name = "gimli"
5112version = "0.29.0"
5113source = "registry+https://github.com/rust-lang/crates.io-index"
5114checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5115dependencies = [
5116 "fallible-iterator",
5117 "indexmap",
5118 "stable_deref_trait",
5119]
5120
5121[[package]]
5122name = "gimli"
5123version = "0.31.1"
5124source = "registry+https://github.com/rust-lang/crates.io-index"
5125checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5126
5127[[package]]
5128name = "git"
5129version = "0.1.0"
5130dependencies = [
5131 "anyhow",
5132 "async-trait",
5133 "collections",
5134 "derive_more",
5135 "git2",
5136 "gpui",
5137 "http_client",
5138 "log",
5139 "parking_lot",
5140 "pretty_assertions",
5141 "regex",
5142 "rope",
5143 "serde",
5144 "serde_json",
5145 "smol",
5146 "sum_tree",
5147 "text",
5148 "time",
5149 "unindent",
5150 "url",
5151 "util",
5152]
5153
5154[[package]]
5155name = "git2"
5156version = "0.19.0"
5157source = "registry+https://github.com/rust-lang/crates.io-index"
5158checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
5159dependencies = [
5160 "bitflags 2.6.0",
5161 "libc",
5162 "libgit2-sys",
5163 "log",
5164 "url",
5165]
5166
5167[[package]]
5168name = "git_hosting_providers"
5169version = "0.1.0"
5170dependencies = [
5171 "anyhow",
5172 "async-trait",
5173 "futures 0.3.31",
5174 "git",
5175 "gpui",
5176 "http_client",
5177 "indoc",
5178 "pretty_assertions",
5179 "regex",
5180 "serde",
5181 "serde_json",
5182 "url",
5183 "util",
5184]
5185
5186[[package]]
5187name = "git_ui"
5188version = "0.1.0"
5189dependencies = [
5190 "anyhow",
5191 "collections",
5192 "db",
5193 "editor",
5194 "git",
5195 "gpui",
5196 "language",
5197 "menu",
5198 "project",
5199 "schemars",
5200 "serde",
5201 "serde_derive",
5202 "serde_json",
5203 "settings",
5204 "theme",
5205 "ui",
5206 "util",
5207 "windows 0.58.0",
5208 "workspace",
5209 "worktree",
5210]
5211
5212[[package]]
5213name = "glob"
5214version = "0.3.1"
5215source = "registry+https://github.com/rust-lang/crates.io-index"
5216checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5217
5218[[package]]
5219name = "globset"
5220version = "0.4.15"
5221source = "registry+https://github.com/rust-lang/crates.io-index"
5222checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5223dependencies = [
5224 "aho-corasick",
5225 "bstr",
5226 "log",
5227 "regex-automata 0.4.9",
5228 "regex-syntax 0.8.5",
5229]
5230
5231[[package]]
5232name = "gloo-timers"
5233version = "0.3.0"
5234source = "registry+https://github.com/rust-lang/crates.io-index"
5235checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5236dependencies = [
5237 "futures-channel",
5238 "futures-core",
5239 "js-sys",
5240 "wasm-bindgen",
5241]
5242
5243[[package]]
5244name = "glow"
5245version = "0.14.2"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5248dependencies = [
5249 "js-sys",
5250 "slotmap",
5251 "wasm-bindgen",
5252 "web-sys",
5253]
5254
5255[[package]]
5256name = "go_to_line"
5257version = "0.1.0"
5258dependencies = [
5259 "anyhow",
5260 "editor",
5261 "gpui",
5262 "indoc",
5263 "language",
5264 "menu",
5265 "project",
5266 "rope",
5267 "schemars",
5268 "serde",
5269 "serde_json",
5270 "settings",
5271 "text",
5272 "theme",
5273 "tree-sitter-rust",
5274 "tree-sitter-typescript",
5275 "ui",
5276 "util",
5277 "workspace",
5278]
5279
5280[[package]]
5281name = "google_ai"
5282version = "0.1.0"
5283dependencies = [
5284 "anyhow",
5285 "futures 0.3.31",
5286 "http_client",
5287 "schemars",
5288 "serde",
5289 "serde_json",
5290 "strum",
5291]
5292
5293[[package]]
5294name = "gpu-alloc"
5295version = "0.6.0"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5298dependencies = [
5299 "bitflags 2.6.0",
5300 "gpu-alloc-types",
5301]
5302
5303[[package]]
5304name = "gpu-alloc-ash"
5305version = "0.7.0"
5306source = "registry+https://github.com/rust-lang/crates.io-index"
5307checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5308dependencies = [
5309 "ash",
5310 "gpu-alloc-types",
5311 "tinyvec",
5312]
5313
5314[[package]]
5315name = "gpu-alloc-types"
5316version = "0.3.0"
5317source = "registry+https://github.com/rust-lang/crates.io-index"
5318checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5319dependencies = [
5320 "bitflags 2.6.0",
5321]
5322
5323[[package]]
5324name = "gpui"
5325version = "0.1.0"
5326dependencies = [
5327 "anyhow",
5328 "as-raw-xcb-connection",
5329 "ashpd",
5330 "async-task",
5331 "backtrace",
5332 "bindgen",
5333 "blade-graphics",
5334 "blade-macros",
5335 "blade-util",
5336 "block",
5337 "bytemuck",
5338 "calloop",
5339 "calloop-wayland-source",
5340 "cbindgen",
5341 "cocoa 0.26.0",
5342 "collections",
5343 "core-foundation 0.9.4",
5344 "core-foundation-sys",
5345 "core-graphics 0.23.2",
5346 "core-text",
5347 "cosmic-text",
5348 "ctor",
5349 "derive_more",
5350 "embed-resource",
5351 "env_logger 0.11.6",
5352 "etagere",
5353 "filedescriptor",
5354 "flume",
5355 "font-kit",
5356 "foreign-types 0.5.0",
5357 "futures 0.3.31",
5358 "gpui_macros",
5359 "http_client",
5360 "image",
5361 "itertools 0.13.0",
5362 "linkme",
5363 "log",
5364 "media",
5365 "metal",
5366 "num_cpus",
5367 "objc",
5368 "objc2",
5369 "objc2-metal",
5370 "oo7",
5371 "open",
5372 "parking",
5373 "parking_lot",
5374 "pathfinder_geometry",
5375 "postage",
5376 "profiling",
5377 "rand 0.8.5",
5378 "raw-window-handle",
5379 "refineable",
5380 "resvg",
5381 "schemars",
5382 "seahash",
5383 "semantic_version",
5384 "serde",
5385 "serde_derive",
5386 "serde_json",
5387 "slotmap",
5388 "smallvec",
5389 "smol",
5390 "strum",
5391 "sum_tree",
5392 "taffy",
5393 "thiserror 1.0.69",
5394 "unicode-segmentation",
5395 "usvg",
5396 "util",
5397 "uuid",
5398 "waker-fn",
5399 "wayland-backend",
5400 "wayland-client",
5401 "wayland-cursor",
5402 "wayland-protocols",
5403 "wayland-protocols-plasma",
5404 "windows 0.58.0",
5405 "windows-core 0.58.0",
5406 "x11-clipboard",
5407 "x11rb",
5408 "xim",
5409 "xkbcommon",
5410]
5411
5412[[package]]
5413name = "gpui_macros"
5414version = "0.1.0"
5415dependencies = [
5416 "proc-macro2",
5417 "quote",
5418 "syn 1.0.109",
5419]
5420
5421[[package]]
5422name = "grid"
5423version = "0.13.0"
5424source = "registry+https://github.com/rust-lang/crates.io-index"
5425checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5426
5427[[package]]
5428name = "group"
5429version = "0.12.1"
5430source = "registry+https://github.com/rust-lang/crates.io-index"
5431checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5432dependencies = [
5433 "ff",
5434 "rand_core 0.6.4",
5435 "subtle",
5436]
5437
5438[[package]]
5439name = "h2"
5440version = "0.3.26"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5443dependencies = [
5444 "bytes 1.9.0",
5445 "fnv",
5446 "futures-core",
5447 "futures-sink",
5448 "futures-util",
5449 "http 0.2.12",
5450 "indexmap",
5451 "slab",
5452 "tokio",
5453 "tokio-util",
5454 "tracing",
5455]
5456
5457[[package]]
5458name = "h2"
5459version = "0.4.7"
5460source = "registry+https://github.com/rust-lang/crates.io-index"
5461checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5462dependencies = [
5463 "atomic-waker",
5464 "bytes 1.9.0",
5465 "fnv",
5466 "futures-core",
5467 "futures-sink",
5468 "http 1.2.0",
5469 "indexmap",
5470 "slab",
5471 "tokio",
5472 "tokio-util",
5473 "tracing",
5474]
5475
5476[[package]]
5477name = "half"
5478version = "2.4.1"
5479source = "registry+https://github.com/rust-lang/crates.io-index"
5480checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5481dependencies = [
5482 "cfg-if",
5483 "crunchy",
5484]
5485
5486[[package]]
5487name = "handlebars"
5488version = "4.5.0"
5489source = "registry+https://github.com/rust-lang/crates.io-index"
5490checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5491dependencies = [
5492 "log",
5493 "pest",
5494 "pest_derive",
5495 "serde",
5496 "serde_json",
5497 "thiserror 1.0.69",
5498]
5499
5500[[package]]
5501name = "handlebars"
5502version = "6.2.0"
5503source = "registry+https://github.com/rust-lang/crates.io-index"
5504checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5505dependencies = [
5506 "log",
5507 "num-order",
5508 "pest",
5509 "pest_derive",
5510 "serde",
5511 "serde_json",
5512 "thiserror 1.0.69",
5513]
5514
5515[[package]]
5516name = "hashbrown"
5517version = "0.12.3"
5518source = "registry+https://github.com/rust-lang/crates.io-index"
5519checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5520dependencies = [
5521 "ahash 0.7.8",
5522]
5523
5524[[package]]
5525name = "hashbrown"
5526version = "0.13.2"
5527source = "registry+https://github.com/rust-lang/crates.io-index"
5528checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5529dependencies = [
5530 "ahash 0.8.11",
5531]
5532
5533[[package]]
5534name = "hashbrown"
5535version = "0.14.5"
5536source = "registry+https://github.com/rust-lang/crates.io-index"
5537checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5538dependencies = [
5539 "ahash 0.8.11",
5540 "allocator-api2",
5541 "serde",
5542]
5543
5544[[package]]
5545name = "hashbrown"
5546version = "0.15.2"
5547source = "registry+https://github.com/rust-lang/crates.io-index"
5548checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5549dependencies = [
5550 "allocator-api2",
5551 "equivalent",
5552 "foldhash",
5553]
5554
5555[[package]]
5556name = "hashlink"
5557version = "0.8.4"
5558source = "registry+https://github.com/rust-lang/crates.io-index"
5559checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5560dependencies = [
5561 "hashbrown 0.14.5",
5562]
5563
5564[[package]]
5565name = "hashlink"
5566version = "0.9.1"
5567source = "registry+https://github.com/rust-lang/crates.io-index"
5568checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5569dependencies = [
5570 "hashbrown 0.14.5",
5571]
5572
5573[[package]]
5574name = "headers"
5575version = "0.3.9"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5578dependencies = [
5579 "base64 0.21.7",
5580 "bytes 1.9.0",
5581 "headers-core",
5582 "http 0.2.12",
5583 "httpdate",
5584 "mime",
5585 "sha1",
5586]
5587
5588[[package]]
5589name = "headers-core"
5590version = "0.2.0"
5591source = "registry+https://github.com/rust-lang/crates.io-index"
5592checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5593dependencies = [
5594 "http 0.2.12",
5595]
5596
5597[[package]]
5598name = "heck"
5599version = "0.3.3"
5600source = "registry+https://github.com/rust-lang/crates.io-index"
5601checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5602dependencies = [
5603 "unicode-segmentation",
5604]
5605
5606[[package]]
5607name = "heck"
5608version = "0.4.1"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5611dependencies = [
5612 "unicode-segmentation",
5613]
5614
5615[[package]]
5616name = "heck"
5617version = "0.5.0"
5618source = "registry+https://github.com/rust-lang/crates.io-index"
5619checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5620
5621[[package]]
5622name = "heed"
5623version = "0.21.0"
5624source = "registry+https://github.com/rust-lang/crates.io-index"
5625checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5626dependencies = [
5627 "bitflags 2.6.0",
5628 "byteorder",
5629 "heed-traits",
5630 "heed-types",
5631 "libc",
5632 "lmdb-master-sys",
5633 "once_cell",
5634 "page_size",
5635 "serde",
5636 "synchronoise",
5637 "url",
5638]
5639
5640[[package]]
5641name = "heed-traits"
5642version = "0.20.0"
5643source = "registry+https://github.com/rust-lang/crates.io-index"
5644checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5645
5646[[package]]
5647name = "heed-types"
5648version = "0.21.0"
5649source = "registry+https://github.com/rust-lang/crates.io-index"
5650checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5651dependencies = [
5652 "bincode",
5653 "byteorder",
5654 "heed-traits",
5655 "serde",
5656 "serde_json",
5657]
5658
5659[[package]]
5660name = "hermit-abi"
5661version = "0.3.9"
5662source = "registry+https://github.com/rust-lang/crates.io-index"
5663checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5664
5665[[package]]
5666name = "hermit-abi"
5667version = "0.4.0"
5668source = "registry+https://github.com/rust-lang/crates.io-index"
5669checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5670
5671[[package]]
5672name = "hex"
5673version = "0.4.3"
5674source = "registry+https://github.com/rust-lang/crates.io-index"
5675checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5676
5677[[package]]
5678name = "hexf-parse"
5679version = "0.2.1"
5680source = "registry+https://github.com/rust-lang/crates.io-index"
5681checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5682
5683[[package]]
5684name = "hidden-trait"
5685version = "0.1.2"
5686source = "registry+https://github.com/rust-lang/crates.io-index"
5687checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5688dependencies = [
5689 "proc-macro2",
5690 "quote",
5691 "syn 1.0.109",
5692]
5693
5694[[package]]
5695name = "hkdf"
5696version = "0.12.4"
5697source = "registry+https://github.com/rust-lang/crates.io-index"
5698checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5699dependencies = [
5700 "hmac",
5701]
5702
5703[[package]]
5704name = "hmac"
5705version = "0.12.1"
5706source = "registry+https://github.com/rust-lang/crates.io-index"
5707checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5708dependencies = [
5709 "digest",
5710]
5711
5712[[package]]
5713name = "home"
5714version = "0.5.9"
5715source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5717dependencies = [
5718 "windows-sys 0.52.0",
5719]
5720
5721[[package]]
5722name = "hound"
5723version = "3.5.1"
5724source = "registry+https://github.com/rust-lang/crates.io-index"
5725checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5726
5727[[package]]
5728name = "html5ever"
5729version = "0.27.0"
5730source = "registry+https://github.com/rust-lang/crates.io-index"
5731checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5732dependencies = [
5733 "log",
5734 "mac",
5735 "markup5ever",
5736 "proc-macro2",
5737 "quote",
5738 "syn 2.0.90",
5739]
5740
5741[[package]]
5742name = "html_to_markdown"
5743version = "0.1.0"
5744dependencies = [
5745 "anyhow",
5746 "html5ever",
5747 "indoc",
5748 "markup5ever_rcdom",
5749 "pretty_assertions",
5750 "regex",
5751]
5752
5753[[package]]
5754name = "http"
5755version = "0.2.12"
5756source = "registry+https://github.com/rust-lang/crates.io-index"
5757checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5758dependencies = [
5759 "bytes 1.9.0",
5760 "fnv",
5761 "itoa",
5762]
5763
5764[[package]]
5765name = "http"
5766version = "1.2.0"
5767source = "registry+https://github.com/rust-lang/crates.io-index"
5768checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5769dependencies = [
5770 "bytes 1.9.0",
5771 "fnv",
5772 "itoa",
5773]
5774
5775[[package]]
5776name = "http-body"
5777version = "0.4.6"
5778source = "registry+https://github.com/rust-lang/crates.io-index"
5779checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5780dependencies = [
5781 "bytes 1.9.0",
5782 "http 0.2.12",
5783 "pin-project-lite",
5784]
5785
5786[[package]]
5787name = "http-body"
5788version = "1.0.1"
5789source = "registry+https://github.com/rust-lang/crates.io-index"
5790checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5791dependencies = [
5792 "bytes 1.9.0",
5793 "http 1.2.0",
5794]
5795
5796[[package]]
5797name = "http-body-util"
5798version = "0.1.2"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5801dependencies = [
5802 "bytes 1.9.0",
5803 "futures-util",
5804 "http 1.2.0",
5805 "http-body 1.0.1",
5806 "pin-project-lite",
5807]
5808
5809[[package]]
5810name = "http-range-header"
5811version = "0.3.1"
5812source = "registry+https://github.com/rust-lang/crates.io-index"
5813checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5814
5815[[package]]
5816name = "http-types"
5817version = "2.12.0"
5818source = "registry+https://github.com/rust-lang/crates.io-index"
5819checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5820dependencies = [
5821 "anyhow",
5822 "async-channel 1.9.0",
5823 "base64 0.13.1",
5824 "futures-lite 1.13.0",
5825 "http 0.2.12",
5826 "infer",
5827 "pin-project-lite",
5828 "rand 0.7.3",
5829 "serde",
5830 "serde_json",
5831 "serde_qs 0.8.5",
5832 "serde_urlencoded",
5833 "url",
5834]
5835
5836[[package]]
5837name = "http_client"
5838version = "0.1.0"
5839dependencies = [
5840 "anyhow",
5841 "bytes 1.9.0",
5842 "derive_more",
5843 "futures 0.3.31",
5844 "http 1.2.0",
5845 "log",
5846 "serde",
5847 "serde_json",
5848 "url",
5849]
5850
5851[[package]]
5852name = "httparse"
5853version = "1.9.5"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5856
5857[[package]]
5858name = "httpdate"
5859version = "1.0.3"
5860source = "registry+https://github.com/rust-lang/crates.io-index"
5861checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5862
5863[[package]]
5864name = "human_bytes"
5865version = "0.4.3"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5868
5869[[package]]
5870name = "humantime"
5871version = "2.1.0"
5872source = "registry+https://github.com/rust-lang/crates.io-index"
5873checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5874
5875[[package]]
5876name = "hyper"
5877version = "0.14.32"
5878source = "registry+https://github.com/rust-lang/crates.io-index"
5879checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5880dependencies = [
5881 "bytes 1.9.0",
5882 "futures-channel",
5883 "futures-core",
5884 "futures-util",
5885 "h2 0.3.26",
5886 "http 0.2.12",
5887 "http-body 0.4.6",
5888 "httparse",
5889 "httpdate",
5890 "itoa",
5891 "pin-project-lite",
5892 "socket2 0.4.10",
5893 "tokio",
5894 "tower-service",
5895 "tracing",
5896 "want",
5897]
5898
5899[[package]]
5900name = "hyper"
5901version = "1.5.1"
5902source = "registry+https://github.com/rust-lang/crates.io-index"
5903checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5904dependencies = [
5905 "bytes 1.9.0",
5906 "futures-channel",
5907 "futures-util",
5908 "h2 0.4.7",
5909 "http 1.2.0",
5910 "http-body 1.0.1",
5911 "httparse",
5912 "itoa",
5913 "pin-project-lite",
5914 "smallvec",
5915 "tokio",
5916 "want",
5917]
5918
5919[[package]]
5920name = "hyper-rustls"
5921version = "0.24.2"
5922source = "registry+https://github.com/rust-lang/crates.io-index"
5923checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5924dependencies = [
5925 "futures-util",
5926 "http 0.2.12",
5927 "hyper 0.14.32",
5928 "log",
5929 "rustls 0.21.12",
5930 "rustls-native-certs 0.6.3",
5931 "tokio",
5932 "tokio-rustls 0.24.1",
5933]
5934
5935[[package]]
5936name = "hyper-rustls"
5937version = "0.27.3"
5938source = "registry+https://github.com/rust-lang/crates.io-index"
5939checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5940dependencies = [
5941 "futures-util",
5942 "http 1.2.0",
5943 "hyper 1.5.1",
5944 "hyper-util",
5945 "rustls 0.23.20",
5946 "rustls-native-certs 0.8.1",
5947 "rustls-pki-types",
5948 "tokio",
5949 "tokio-rustls 0.26.1",
5950 "tower-service",
5951]
5952
5953[[package]]
5954name = "hyper-tls"
5955version = "0.5.0"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5958dependencies = [
5959 "bytes 1.9.0",
5960 "hyper 0.14.32",
5961 "native-tls",
5962 "tokio",
5963 "tokio-native-tls",
5964]
5965
5966[[package]]
5967name = "hyper-util"
5968version = "0.1.10"
5969source = "registry+https://github.com/rust-lang/crates.io-index"
5970checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
5971dependencies = [
5972 "bytes 1.9.0",
5973 "futures-channel",
5974 "futures-util",
5975 "http 1.2.0",
5976 "http-body 1.0.1",
5977 "hyper 1.5.1",
5978 "pin-project-lite",
5979 "socket2 0.5.8",
5980 "tokio",
5981 "tower-service",
5982 "tracing",
5983]
5984
5985[[package]]
5986name = "iana-time-zone"
5987version = "0.1.61"
5988source = "registry+https://github.com/rust-lang/crates.io-index"
5989checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
5990dependencies = [
5991 "android_system_properties",
5992 "core-foundation-sys",
5993 "iana-time-zone-haiku",
5994 "js-sys",
5995 "wasm-bindgen",
5996 "windows-core 0.52.0",
5997]
5998
5999[[package]]
6000name = "iana-time-zone-haiku"
6001version = "0.1.2"
6002source = "registry+https://github.com/rust-lang/crates.io-index"
6003checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6004dependencies = [
6005 "cc",
6006]
6007
6008[[package]]
6009name = "icu_collections"
6010version = "1.5.0"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6013dependencies = [
6014 "displaydoc",
6015 "yoke",
6016 "zerofrom",
6017 "zerovec",
6018]
6019
6020[[package]]
6021name = "icu_locid"
6022version = "1.5.0"
6023source = "registry+https://github.com/rust-lang/crates.io-index"
6024checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6025dependencies = [
6026 "displaydoc",
6027 "litemap",
6028 "tinystr",
6029 "writeable",
6030 "zerovec",
6031]
6032
6033[[package]]
6034name = "icu_locid_transform"
6035version = "1.5.0"
6036source = "registry+https://github.com/rust-lang/crates.io-index"
6037checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6038dependencies = [
6039 "displaydoc",
6040 "icu_locid",
6041 "icu_locid_transform_data",
6042 "icu_provider",
6043 "tinystr",
6044 "zerovec",
6045]
6046
6047[[package]]
6048name = "icu_locid_transform_data"
6049version = "1.5.0"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6052
6053[[package]]
6054name = "icu_normalizer"
6055version = "1.5.0"
6056source = "registry+https://github.com/rust-lang/crates.io-index"
6057checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6058dependencies = [
6059 "displaydoc",
6060 "icu_collections",
6061 "icu_normalizer_data",
6062 "icu_properties",
6063 "icu_provider",
6064 "smallvec",
6065 "utf16_iter",
6066 "utf8_iter",
6067 "write16",
6068 "zerovec",
6069]
6070
6071[[package]]
6072name = "icu_normalizer_data"
6073version = "1.5.0"
6074source = "registry+https://github.com/rust-lang/crates.io-index"
6075checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6076
6077[[package]]
6078name = "icu_properties"
6079version = "1.5.1"
6080source = "registry+https://github.com/rust-lang/crates.io-index"
6081checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6082dependencies = [
6083 "displaydoc",
6084 "icu_collections",
6085 "icu_locid_transform",
6086 "icu_properties_data",
6087 "icu_provider",
6088 "tinystr",
6089 "zerovec",
6090]
6091
6092[[package]]
6093name = "icu_properties_data"
6094version = "1.5.0"
6095source = "registry+https://github.com/rust-lang/crates.io-index"
6096checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6097
6098[[package]]
6099name = "icu_provider"
6100version = "1.5.0"
6101source = "registry+https://github.com/rust-lang/crates.io-index"
6102checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6103dependencies = [
6104 "displaydoc",
6105 "icu_locid",
6106 "icu_provider_macros",
6107 "stable_deref_trait",
6108 "tinystr",
6109 "writeable",
6110 "yoke",
6111 "zerofrom",
6112 "zerovec",
6113]
6114
6115[[package]]
6116name = "icu_provider_macros"
6117version = "1.5.0"
6118source = "registry+https://github.com/rust-lang/crates.io-index"
6119checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6120dependencies = [
6121 "proc-macro2",
6122 "quote",
6123 "syn 2.0.90",
6124]
6125
6126[[package]]
6127name = "id-arena"
6128version = "2.2.1"
6129source = "registry+https://github.com/rust-lang/crates.io-index"
6130checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6131
6132[[package]]
6133name = "idna"
6134version = "1.0.3"
6135source = "registry+https://github.com/rust-lang/crates.io-index"
6136checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6137dependencies = [
6138 "idna_adapter",
6139 "smallvec",
6140 "utf8_iter",
6141]
6142
6143[[package]]
6144name = "idna_adapter"
6145version = "1.2.0"
6146source = "registry+https://github.com/rust-lang/crates.io-index"
6147checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6148dependencies = [
6149 "icu_normalizer",
6150 "icu_properties",
6151]
6152
6153[[package]]
6154name = "ignore"
6155version = "0.4.23"
6156source = "registry+https://github.com/rust-lang/crates.io-index"
6157checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6158dependencies = [
6159 "crossbeam-deque",
6160 "globset",
6161 "log",
6162 "memchr",
6163 "regex-automata 0.4.9",
6164 "same-file",
6165 "walkdir",
6166 "winapi-util",
6167]
6168
6169[[package]]
6170name = "image"
6171version = "0.25.5"
6172source = "registry+https://github.com/rust-lang/crates.io-index"
6173checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6174dependencies = [
6175 "bytemuck",
6176 "byteorder-lite",
6177 "color_quant",
6178 "exr",
6179 "gif",
6180 "image-webp",
6181 "num-traits",
6182 "png",
6183 "qoi",
6184 "ravif",
6185 "rayon",
6186 "rgb",
6187 "tiff",
6188 "zune-core",
6189 "zune-jpeg",
6190]
6191
6192[[package]]
6193name = "image-webp"
6194version = "0.2.0"
6195source = "registry+https://github.com/rust-lang/crates.io-index"
6196checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6197dependencies = [
6198 "byteorder-lite",
6199 "quick-error",
6200]
6201
6202[[package]]
6203name = "image_viewer"
6204version = "0.1.0"
6205dependencies = [
6206 "anyhow",
6207 "db",
6208 "editor",
6209 "file_icons",
6210 "gpui",
6211 "project",
6212 "settings",
6213 "theme",
6214 "ui",
6215 "util",
6216 "workspace",
6217]
6218
6219[[package]]
6220name = "imagesize"
6221version = "0.13.0"
6222source = "registry+https://github.com/rust-lang/crates.io-index"
6223checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6224
6225[[package]]
6226name = "imgref"
6227version = "1.11.0"
6228source = "registry+https://github.com/rust-lang/crates.io-index"
6229checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6230
6231[[package]]
6232name = "indexed_docs"
6233version = "0.1.0"
6234dependencies = [
6235 "anyhow",
6236 "async-trait",
6237 "cargo_metadata",
6238 "collections",
6239 "derive_more",
6240 "extension",
6241 "fs",
6242 "futures 0.3.31",
6243 "fuzzy",
6244 "gpui",
6245 "heed",
6246 "html_to_markdown",
6247 "http_client",
6248 "indexmap",
6249 "indoc",
6250 "parking_lot",
6251 "paths",
6252 "pretty_assertions",
6253 "serde",
6254 "strum",
6255 "util",
6256]
6257
6258[[package]]
6259name = "indexmap"
6260version = "2.7.0"
6261source = "registry+https://github.com/rust-lang/crates.io-index"
6262checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6263dependencies = [
6264 "equivalent",
6265 "hashbrown 0.15.2",
6266 "serde",
6267]
6268
6269[[package]]
6270name = "indoc"
6271version = "2.0.5"
6272source = "registry+https://github.com/rust-lang/crates.io-index"
6273checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6274
6275[[package]]
6276name = "infer"
6277version = "0.2.3"
6278source = "registry+https://github.com/rust-lang/crates.io-index"
6279checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6280
6281[[package]]
6282name = "inherent"
6283version = "1.0.11"
6284source = "registry+https://github.com/rust-lang/crates.io-index"
6285checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6286dependencies = [
6287 "proc-macro2",
6288 "quote",
6289 "syn 2.0.90",
6290]
6291
6292[[package]]
6293name = "inline_completion"
6294version = "0.1.0"
6295dependencies = [
6296 "gpui",
6297 "language",
6298]
6299
6300[[package]]
6301name = "inline_completion_button"
6302version = "0.1.0"
6303dependencies = [
6304 "anyhow",
6305 "copilot",
6306 "editor",
6307 "feature_flags",
6308 "fs",
6309 "futures 0.3.31",
6310 "gpui",
6311 "indoc",
6312 "inline_completion",
6313 "language",
6314 "lsp",
6315 "paths",
6316 "project",
6317 "serde_json",
6318 "settings",
6319 "supermaven",
6320 "theme",
6321 "ui",
6322 "workspace",
6323 "zed_actions",
6324 "zeta",
6325]
6326
6327[[package]]
6328name = "inotify"
6329version = "0.9.6"
6330source = "registry+https://github.com/rust-lang/crates.io-index"
6331checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6332dependencies = [
6333 "bitflags 1.3.2",
6334 "inotify-sys",
6335 "libc",
6336]
6337
6338[[package]]
6339name = "inotify-sys"
6340version = "0.1.5"
6341source = "registry+https://github.com/rust-lang/crates.io-index"
6342checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6343dependencies = [
6344 "libc",
6345]
6346
6347[[package]]
6348name = "inout"
6349version = "0.1.3"
6350source = "registry+https://github.com/rust-lang/crates.io-index"
6351checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6352dependencies = [
6353 "block-padding",
6354 "generic-array",
6355]
6356
6357[[package]]
6358name = "install_cli"
6359version = "0.1.0"
6360dependencies = [
6361 "anyhow",
6362 "gpui",
6363 "smol",
6364 "util",
6365]
6366
6367[[package]]
6368name = "instant"
6369version = "0.1.13"
6370source = "registry+https://github.com/rust-lang/crates.io-index"
6371checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6372dependencies = [
6373 "cfg-if",
6374]
6375
6376[[package]]
6377name = "interpolate_name"
6378version = "0.2.4"
6379source = "registry+https://github.com/rust-lang/crates.io-index"
6380checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6381dependencies = [
6382 "proc-macro2",
6383 "quote",
6384 "syn 2.0.90",
6385]
6386
6387[[package]]
6388name = "io-extras"
6389version = "0.18.4"
6390source = "registry+https://github.com/rust-lang/crates.io-index"
6391checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6392dependencies = [
6393 "io-lifetimes 2.0.4",
6394 "windows-sys 0.59.0",
6395]
6396
6397[[package]]
6398name = "io-lifetimes"
6399version = "1.0.11"
6400source = "registry+https://github.com/rust-lang/crates.io-index"
6401checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
6402dependencies = [
6403 "hermit-abi 0.3.9",
6404 "libc",
6405 "windows-sys 0.48.0",
6406]
6407
6408[[package]]
6409name = "io-lifetimes"
6410version = "2.0.4"
6411source = "registry+https://github.com/rust-lang/crates.io-index"
6412checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6413
6414[[package]]
6415name = "iovec"
6416version = "0.1.4"
6417source = "registry+https://github.com/rust-lang/crates.io-index"
6418checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6419dependencies = [
6420 "libc",
6421]
6422
6423[[package]]
6424name = "ipc-channel"
6425version = "0.19.0"
6426source = "registry+https://github.com/rust-lang/crates.io-index"
6427checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6428dependencies = [
6429 "bincode",
6430 "crossbeam-channel",
6431 "fnv",
6432 "lazy_static",
6433 "libc",
6434 "mio 1.0.3",
6435 "rand 0.8.5",
6436 "serde",
6437 "tempfile",
6438 "uuid",
6439 "windows 0.58.0",
6440]
6441
6442[[package]]
6443name = "ipnet"
6444version = "2.10.1"
6445source = "registry+https://github.com/rust-lang/crates.io-index"
6446checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6447
6448[[package]]
6449name = "is-docker"
6450version = "0.2.0"
6451source = "registry+https://github.com/rust-lang/crates.io-index"
6452checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6453dependencies = [
6454 "once_cell",
6455]
6456
6457[[package]]
6458name = "is-terminal"
6459version = "0.4.13"
6460source = "registry+https://github.com/rust-lang/crates.io-index"
6461checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6462dependencies = [
6463 "hermit-abi 0.4.0",
6464 "libc",
6465 "windows-sys 0.52.0",
6466]
6467
6468[[package]]
6469name = "is-wsl"
6470version = "0.4.0"
6471source = "registry+https://github.com/rust-lang/crates.io-index"
6472checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6473dependencies = [
6474 "is-docker",
6475 "once_cell",
6476]
6477
6478[[package]]
6479name = "is_terminal_polyfill"
6480version = "1.70.1"
6481source = "registry+https://github.com/rust-lang/crates.io-index"
6482checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6483
6484[[package]]
6485name = "itertools"
6486version = "0.10.5"
6487source = "registry+https://github.com/rust-lang/crates.io-index"
6488checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6489dependencies = [
6490 "either",
6491]
6492
6493[[package]]
6494name = "itertools"
6495version = "0.11.0"
6496source = "registry+https://github.com/rust-lang/crates.io-index"
6497checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6498dependencies = [
6499 "either",
6500]
6501
6502[[package]]
6503name = "itertools"
6504version = "0.12.1"
6505source = "registry+https://github.com/rust-lang/crates.io-index"
6506checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6507dependencies = [
6508 "either",
6509]
6510
6511[[package]]
6512name = "itertools"
6513version = "0.13.0"
6514source = "registry+https://github.com/rust-lang/crates.io-index"
6515checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6516dependencies = [
6517 "either",
6518]
6519
6520[[package]]
6521name = "itoa"
6522version = "1.0.14"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6525
6526[[package]]
6527name = "jni"
6528version = "0.21.1"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6531dependencies = [
6532 "cesu8",
6533 "cfg-if",
6534 "combine",
6535 "jni-sys",
6536 "log",
6537 "thiserror 1.0.69",
6538 "walkdir",
6539 "windows-sys 0.45.0",
6540]
6541
6542[[package]]
6543name = "jni-sys"
6544version = "0.3.0"
6545source = "registry+https://github.com/rust-lang/crates.io-index"
6546checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6547
6548[[package]]
6549name = "jobserver"
6550version = "0.1.32"
6551source = "registry+https://github.com/rust-lang/crates.io-index"
6552checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6553dependencies = [
6554 "libc",
6555]
6556
6557[[package]]
6558name = "journal"
6559version = "0.1.0"
6560dependencies = [
6561 "anyhow",
6562 "chrono",
6563 "editor",
6564 "gpui",
6565 "log",
6566 "schemars",
6567 "serde",
6568 "settings",
6569 "shellexpand 2.1.2",
6570 "workspace",
6571]
6572
6573[[package]]
6574name = "jpeg-decoder"
6575version = "0.3.1"
6576source = "registry+https://github.com/rust-lang/crates.io-index"
6577checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6578
6579[[package]]
6580name = "js-sys"
6581version = "0.3.76"
6582source = "registry+https://github.com/rust-lang/crates.io-index"
6583checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6584dependencies = [
6585 "once_cell",
6586 "wasm-bindgen",
6587]
6588
6589[[package]]
6590name = "jsonwebtoken"
6591version = "9.3.0"
6592source = "registry+https://github.com/rust-lang/crates.io-index"
6593checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6594dependencies = [
6595 "base64 0.21.7",
6596 "js-sys",
6597 "pem",
6598 "ring",
6599 "serde",
6600 "serde_json",
6601 "simple_asn1",
6602]
6603
6604[[package]]
6605name = "jupyter-protocol"
6606version = "0.5.0"
6607source = "registry+https://github.com/rust-lang/crates.io-index"
6608checksum = "503458f8125fd9047ed0a9d95d7a93adc5eaf8bce48757c6d401e09f71ad3407"
6609dependencies = [
6610 "anyhow",
6611 "async-trait",
6612 "bytes 1.9.0",
6613 "chrono",
6614 "futures 0.3.31",
6615 "serde",
6616 "serde_json",
6617 "uuid",
6618]
6619
6620[[package]]
6621name = "jupyter-websocket-client"
6622version = "0.8.0"
6623source = "registry+https://github.com/rust-lang/crates.io-index"
6624checksum = "58d9afa5bc6eeafb78f710a2efc585f69099f8b6a99dc7eb826581e3773a6e31"
6625dependencies = [
6626 "anyhow",
6627 "async-trait",
6628 "async-tungstenite 0.28.2",
6629 "futures 0.3.31",
6630 "jupyter-protocol",
6631 "serde",
6632 "serde_json",
6633 "url",
6634 "uuid",
6635]
6636
6637[[package]]
6638name = "khronos-egl"
6639version = "6.0.0"
6640source = "registry+https://github.com/rust-lang/crates.io-index"
6641checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6642dependencies = [
6643 "libc",
6644 "libloading",
6645]
6646
6647[[package]]
6648name = "kqueue"
6649version = "1.0.8"
6650source = "registry+https://github.com/rust-lang/crates.io-index"
6651checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6652dependencies = [
6653 "kqueue-sys",
6654 "libc",
6655]
6656
6657[[package]]
6658name = "kqueue-sys"
6659version = "1.0.4"
6660source = "registry+https://github.com/rust-lang/crates.io-index"
6661checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6662dependencies = [
6663 "bitflags 1.3.2",
6664 "libc",
6665]
6666
6667[[package]]
6668name = "kurbo"
6669version = "0.11.1"
6670source = "registry+https://github.com/rust-lang/crates.io-index"
6671checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6672dependencies = [
6673 "arrayvec",
6674 "smallvec",
6675]
6676
6677[[package]]
6678name = "kv-log-macro"
6679version = "1.0.7"
6680source = "registry+https://github.com/rust-lang/crates.io-index"
6681checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6682dependencies = [
6683 "log",
6684]
6685
6686[[package]]
6687name = "language"
6688version = "0.1.0"
6689dependencies = [
6690 "anyhow",
6691 "async-trait",
6692 "async-watch",
6693 "clock",
6694 "collections",
6695 "ctor",
6696 "ec4rs",
6697 "env_logger 0.11.6",
6698 "fs",
6699 "futures 0.3.31",
6700 "fuzzy",
6701 "globset",
6702 "gpui",
6703 "http_client",
6704 "indoc",
6705 "itertools 0.13.0",
6706 "log",
6707 "lsp",
6708 "parking_lot",
6709 "postage",
6710 "pretty_assertions",
6711 "pulldown-cmark 0.12.2",
6712 "rand 0.8.5",
6713 "regex",
6714 "rpc",
6715 "schemars",
6716 "serde",
6717 "serde_json",
6718 "settings",
6719 "similar",
6720 "smallvec",
6721 "smol",
6722 "strsim",
6723 "sum_tree",
6724 "task",
6725 "text",
6726 "theme",
6727 "tree-sitter",
6728 "tree-sitter-elixir",
6729 "tree-sitter-embedded-template",
6730 "tree-sitter-heex",
6731 "tree-sitter-html",
6732 "tree-sitter-json",
6733 "tree-sitter-md",
6734 "tree-sitter-ruby",
6735 "tree-sitter-rust",
6736 "tree-sitter-typescript",
6737 "unicase",
6738 "unindent",
6739 "util",
6740]
6741
6742[[package]]
6743name = "language_extension"
6744version = "0.1.0"
6745dependencies = [
6746 "anyhow",
6747 "async-trait",
6748 "collections",
6749 "extension",
6750 "futures 0.3.31",
6751 "gpui",
6752 "language",
6753 "lsp",
6754 "serde",
6755 "serde_json",
6756 "util",
6757]
6758
6759[[package]]
6760name = "language_model"
6761version = "0.1.0"
6762dependencies = [
6763 "anthropic",
6764 "anyhow",
6765 "base64 0.22.1",
6766 "collections",
6767 "futures 0.3.31",
6768 "google_ai",
6769 "gpui",
6770 "http_client",
6771 "image",
6772 "log",
6773 "ollama",
6774 "open_ai",
6775 "parking_lot",
6776 "proto",
6777 "schemars",
6778 "serde",
6779 "serde_json",
6780 "smol",
6781 "strum",
6782 "ui",
6783 "util",
6784]
6785
6786[[package]]
6787name = "language_model_selector"
6788version = "0.1.0"
6789dependencies = [
6790 "feature_flags",
6791 "gpui",
6792 "language_model",
6793 "picker",
6794 "proto",
6795 "ui",
6796 "workspace",
6797 "zed_actions",
6798]
6799
6800[[package]]
6801name = "language_models"
6802version = "0.1.0"
6803dependencies = [
6804 "anthropic",
6805 "anyhow",
6806 "client",
6807 "collections",
6808 "copilot",
6809 "editor",
6810 "feature_flags",
6811 "fs",
6812 "futures 0.3.31",
6813 "google_ai",
6814 "gpui",
6815 "http_client",
6816 "language_model",
6817 "menu",
6818 "ollama",
6819 "open_ai",
6820 "project",
6821 "proto",
6822 "schemars",
6823 "serde",
6824 "serde_json",
6825 "settings",
6826 "smol",
6827 "strum",
6828 "telemetry_events",
6829 "theme",
6830 "thiserror 1.0.69",
6831 "tiktoken-rs",
6832 "ui",
6833 "util",
6834]
6835
6836[[package]]
6837name = "language_selector"
6838version = "0.1.0"
6839dependencies = [
6840 "anyhow",
6841 "editor",
6842 "file_finder",
6843 "file_icons",
6844 "fuzzy",
6845 "gpui",
6846 "language",
6847 "picker",
6848 "project",
6849 "settings",
6850 "ui",
6851 "util",
6852 "workspace",
6853]
6854
6855[[package]]
6856name = "language_tools"
6857version = "0.1.0"
6858dependencies = [
6859 "anyhow",
6860 "client",
6861 "collections",
6862 "copilot",
6863 "editor",
6864 "env_logger 0.11.6",
6865 "futures 0.3.31",
6866 "gpui",
6867 "itertools 0.13.0",
6868 "language",
6869 "lsp",
6870 "project",
6871 "release_channel",
6872 "serde_json",
6873 "settings",
6874 "theme",
6875 "tree-sitter",
6876 "ui",
6877 "util",
6878 "workspace",
6879 "zed_actions",
6880]
6881
6882[[package]]
6883name = "languages"
6884version = "0.1.0"
6885dependencies = [
6886 "anyhow",
6887 "async-compression",
6888 "async-tar",
6889 "async-trait",
6890 "collections",
6891 "futures 0.3.31",
6892 "gpui",
6893 "http_client",
6894 "language",
6895 "log",
6896 "lsp",
6897 "node_runtime",
6898 "paths",
6899 "pet",
6900 "pet-conda",
6901 "pet-core",
6902 "pet-fs",
6903 "pet-poetry",
6904 "pet-reporter",
6905 "project",
6906 "regex",
6907 "rope",
6908 "rust-embed",
6909 "serde",
6910 "serde_json",
6911 "settings",
6912 "smol",
6913 "task",
6914 "text",
6915 "theme",
6916 "toml 0.8.19",
6917 "tree-sitter",
6918 "tree-sitter-bash",
6919 "tree-sitter-c",
6920 "tree-sitter-cpp",
6921 "tree-sitter-css",
6922 "tree-sitter-diff",
6923 "tree-sitter-go",
6924 "tree-sitter-gomod",
6925 "tree-sitter-gowork",
6926 "tree-sitter-jsdoc",
6927 "tree-sitter-json",
6928 "tree-sitter-md",
6929 "tree-sitter-python",
6930 "tree-sitter-regex",
6931 "tree-sitter-rust",
6932 "tree-sitter-typescript",
6933 "tree-sitter-yaml",
6934 "unindent",
6935 "util",
6936 "workspace",
6937]
6938
6939[[package]]
6940name = "lazy_static"
6941version = "1.5.0"
6942source = "registry+https://github.com/rust-lang/crates.io-index"
6943checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6944dependencies = [
6945 "spin",
6946]
6947
6948[[package]]
6949name = "leb128"
6950version = "0.2.5"
6951source = "registry+https://github.com/rust-lang/crates.io-index"
6952checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6953
6954[[package]]
6955name = "lebe"
6956version = "0.5.2"
6957source = "registry+https://github.com/rust-lang/crates.io-index"
6958checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6959
6960[[package]]
6961name = "libc"
6962version = "0.2.169"
6963source = "registry+https://github.com/rust-lang/crates.io-index"
6964checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
6965
6966[[package]]
6967name = "libdbus-sys"
6968version = "0.2.5"
6969source = "registry+https://github.com/rust-lang/crates.io-index"
6970checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6971dependencies = [
6972 "cc",
6973 "pkg-config",
6974]
6975
6976[[package]]
6977name = "libfuzzer-sys"
6978version = "0.4.8"
6979source = "registry+https://github.com/rust-lang/crates.io-index"
6980checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
6981dependencies = [
6982 "arbitrary",
6983 "cc",
6984]
6985
6986[[package]]
6987name = "libgit2-sys"
6988version = "0.17.0+1.8.1"
6989source = "registry+https://github.com/rust-lang/crates.io-index"
6990checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6991dependencies = [
6992 "cc",
6993 "libc",
6994 "libz-sys",
6995 "pkg-config",
6996]
6997
6998[[package]]
6999name = "libloading"
7000version = "0.8.6"
7001source = "registry+https://github.com/rust-lang/crates.io-index"
7002checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7003dependencies = [
7004 "cfg-if",
7005 "windows-targets 0.52.6",
7006]
7007
7008[[package]]
7009name = "libm"
7010version = "0.2.11"
7011source = "registry+https://github.com/rust-lang/crates.io-index"
7012checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7013
7014[[package]]
7015name = "libmimalloc-sys"
7016version = "0.1.39"
7017source = "registry+https://github.com/rust-lang/crates.io-index"
7018checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7019dependencies = [
7020 "cc",
7021 "libc",
7022]
7023
7024[[package]]
7025name = "libredox"
7026version = "0.1.3"
7027source = "registry+https://github.com/rust-lang/crates.io-index"
7028checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7029dependencies = [
7030 "bitflags 2.6.0",
7031 "libc",
7032 "redox_syscall 0.5.8",
7033]
7034
7035[[package]]
7036name = "libsqlite3-sys"
7037version = "0.30.1"
7038source = "registry+https://github.com/rust-lang/crates.io-index"
7039checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7040dependencies = [
7041 "cc",
7042 "pkg-config",
7043 "vcpkg",
7044]
7045
7046[[package]]
7047name = "libwebrtc"
7048version = "0.3.7"
7049source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7050dependencies = [
7051 "cxx",
7052 "jni",
7053 "js-sys",
7054 "lazy_static",
7055 "livekit-protocol",
7056 "livekit-runtime",
7057 "log",
7058 "parking_lot",
7059 "serde",
7060 "serde_json",
7061 "thiserror 1.0.69",
7062 "tokio",
7063 "wasm-bindgen",
7064 "wasm-bindgen-futures",
7065 "web-sys",
7066 "webrtc-sys",
7067]
7068
7069[[package]]
7070name = "libz-sys"
7071version = "1.1.20"
7072source = "registry+https://github.com/rust-lang/crates.io-index"
7073checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7074dependencies = [
7075 "cc",
7076 "libc",
7077 "pkg-config",
7078 "vcpkg",
7079]
7080
7081[[package]]
7082name = "link-cplusplus"
7083version = "1.0.9"
7084source = "registry+https://github.com/rust-lang/crates.io-index"
7085checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7086dependencies = [
7087 "cc",
7088]
7089
7090[[package]]
7091name = "linkify"
7092version = "0.10.0"
7093source = "registry+https://github.com/rust-lang/crates.io-index"
7094checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7095dependencies = [
7096 "memchr",
7097]
7098
7099[[package]]
7100name = "linkme"
7101version = "0.3.31"
7102source = "registry+https://github.com/rust-lang/crates.io-index"
7103checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7104dependencies = [
7105 "linkme-impl",
7106]
7107
7108[[package]]
7109name = "linkme-impl"
7110version = "0.3.31"
7111source = "registry+https://github.com/rust-lang/crates.io-index"
7112checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7113dependencies = [
7114 "proc-macro2",
7115 "quote",
7116 "syn 2.0.90",
7117]
7118
7119[[package]]
7120name = "linux-raw-sys"
7121version = "0.3.8"
7122source = "registry+https://github.com/rust-lang/crates.io-index"
7123checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
7124
7125[[package]]
7126name = "linux-raw-sys"
7127version = "0.4.14"
7128source = "registry+https://github.com/rust-lang/crates.io-index"
7129checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7130
7131[[package]]
7132name = "litemap"
7133version = "0.7.4"
7134source = "registry+https://github.com/rust-lang/crates.io-index"
7135checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7136
7137[[package]]
7138name = "livekit"
7139version = "0.7.0"
7140source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7141dependencies = [
7142 "chrono",
7143 "futures-util",
7144 "lazy_static",
7145 "libwebrtc",
7146 "livekit-api",
7147 "livekit-protocol",
7148 "livekit-runtime",
7149 "log",
7150 "parking_lot",
7151 "prost 0.12.6",
7152 "semver",
7153 "serde",
7154 "serde_json",
7155 "thiserror 1.0.69",
7156 "tokio",
7157]
7158
7159[[package]]
7160name = "livekit-api"
7161version = "0.4.1"
7162source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7163dependencies = [
7164 "async-tungstenite 0.25.1",
7165 "futures-util",
7166 "http 0.2.12",
7167 "jsonwebtoken",
7168 "livekit-protocol",
7169 "livekit-runtime",
7170 "log",
7171 "parking_lot",
7172 "prost 0.12.6",
7173 "reqwest 0.11.27",
7174 "scopeguard",
7175 "serde",
7176 "serde_json",
7177 "sha2",
7178 "thiserror 1.0.69",
7179 "tokio",
7180 "tokio-tungstenite 0.20.1",
7181 "url",
7182]
7183
7184[[package]]
7185name = "livekit-protocol"
7186version = "0.3.6"
7187source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7188dependencies = [
7189 "futures-util",
7190 "livekit-runtime",
7191 "parking_lot",
7192 "pbjson",
7193 "pbjson-types",
7194 "prost 0.12.6",
7195 "prost-types 0.12.6",
7196 "serde",
7197 "thiserror 1.0.69",
7198 "tokio",
7199]
7200
7201[[package]]
7202name = "livekit-runtime"
7203version = "0.3.1"
7204source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7205dependencies = [
7206 "async-io 2.4.0",
7207 "async-std",
7208 "async-task",
7209 "futures 0.3.31",
7210]
7211
7212[[package]]
7213name = "livekit_client"
7214version = "0.1.0"
7215dependencies = [
7216 "anyhow",
7217 "async-trait",
7218 "collections",
7219 "core-foundation 0.9.4",
7220 "coreaudio-rs 0.12.1",
7221 "cpal",
7222 "futures 0.3.31",
7223 "gpui",
7224 "http 0.2.12",
7225 "http_client",
7226 "image",
7227 "livekit",
7228 "livekit_server",
7229 "log",
7230 "media",
7231 "nanoid",
7232 "parking_lot",
7233 "postage",
7234 "serde",
7235 "serde_json",
7236 "sha2",
7237 "simplelog",
7238 "smallvec",
7239 "util",
7240]
7241
7242[[package]]
7243name = "livekit_client_macos"
7244version = "0.1.0"
7245dependencies = [
7246 "anyhow",
7247 "async-broadcast",
7248 "async-trait",
7249 "collections",
7250 "core-foundation 0.9.4",
7251 "futures 0.3.31",
7252 "gpui",
7253 "livekit_server",
7254 "log",
7255 "media",
7256 "nanoid",
7257 "parking_lot",
7258 "postage",
7259 "serde",
7260 "serde_json",
7261 "sha2",
7262 "simplelog",
7263]
7264
7265[[package]]
7266name = "livekit_server"
7267version = "0.1.0"
7268dependencies = [
7269 "anyhow",
7270 "async-trait",
7271 "jsonwebtoken",
7272 "log",
7273 "prost 0.9.0",
7274 "prost-build 0.9.0",
7275 "prost-types 0.9.0",
7276 "reqwest 0.12.8",
7277 "serde",
7278]
7279
7280[[package]]
7281name = "lmdb-master-sys"
7282version = "0.2.4"
7283source = "registry+https://github.com/rust-lang/crates.io-index"
7284checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7285dependencies = [
7286 "cc",
7287 "doxygen-rs",
7288 "libc",
7289]
7290
7291[[package]]
7292name = "lock_api"
7293version = "0.4.12"
7294source = "registry+https://github.com/rust-lang/crates.io-index"
7295checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7296dependencies = [
7297 "autocfg",
7298 "scopeguard",
7299]
7300
7301[[package]]
7302name = "log"
7303version = "0.4.22"
7304source = "registry+https://github.com/rust-lang/crates.io-index"
7305checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
7306dependencies = [
7307 "serde",
7308 "value-bag",
7309]
7310
7311[[package]]
7312name = "loop9"
7313version = "0.1.5"
7314source = "registry+https://github.com/rust-lang/crates.io-index"
7315checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7316dependencies = [
7317 "imgref",
7318]
7319
7320[[package]]
7321name = "lru"
7322version = "0.12.5"
7323source = "registry+https://github.com/rust-lang/crates.io-index"
7324checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7325dependencies = [
7326 "hashbrown 0.15.2",
7327]
7328
7329[[package]]
7330name = "lsp"
7331version = "0.1.0"
7332dependencies = [
7333 "anyhow",
7334 "async-pipe",
7335 "collections",
7336 "ctor",
7337 "env_logger 0.11.6",
7338 "futures 0.3.31",
7339 "gpui",
7340 "log",
7341 "lsp-types",
7342 "parking_lot",
7343 "postage",
7344 "release_channel",
7345 "schemars",
7346 "serde",
7347 "serde_json",
7348 "smol",
7349 "util",
7350]
7351
7352[[package]]
7353name = "lsp-types"
7354version = "0.95.1"
7355source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7356dependencies = [
7357 "bitflags 1.3.2",
7358 "serde",
7359 "serde_json",
7360 "serde_repr",
7361 "url",
7362]
7363
7364[[package]]
7365name = "mac"
7366version = "0.1.1"
7367source = "registry+https://github.com/rust-lang/crates.io-index"
7368checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7369
7370[[package]]
7371name = "mach2"
7372version = "0.4.2"
7373source = "registry+https://github.com/rust-lang/crates.io-index"
7374checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7375dependencies = [
7376 "libc",
7377]
7378
7379[[package]]
7380name = "malloc_buf"
7381version = "0.0.6"
7382source = "registry+https://github.com/rust-lang/crates.io-index"
7383checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7384dependencies = [
7385 "libc",
7386]
7387
7388[[package]]
7389name = "maplit"
7390version = "1.0.2"
7391source = "registry+https://github.com/rust-lang/crates.io-index"
7392checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7393
7394[[package]]
7395name = "markdown"
7396version = "0.1.0"
7397dependencies = [
7398 "anyhow",
7399 "assets",
7400 "env_logger 0.11.6",
7401 "futures 0.3.31",
7402 "gpui",
7403 "language",
7404 "languages",
7405 "linkify",
7406 "log",
7407 "node_runtime",
7408 "pulldown-cmark 0.12.2",
7409 "settings",
7410 "theme",
7411 "ui",
7412 "util",
7413]
7414
7415[[package]]
7416name = "markdown_preview"
7417version = "0.1.0"
7418dependencies = [
7419 "anyhow",
7420 "async-recursion 1.1.1",
7421 "collections",
7422 "editor",
7423 "gpui",
7424 "language",
7425 "linkify",
7426 "log",
7427 "pretty_assertions",
7428 "pulldown-cmark 0.12.2",
7429 "settings",
7430 "theme",
7431 "ui",
7432 "util",
7433 "workspace",
7434]
7435
7436[[package]]
7437name = "markup5ever"
7438version = "0.12.1"
7439source = "registry+https://github.com/rust-lang/crates.io-index"
7440checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7441dependencies = [
7442 "log",
7443 "phf",
7444 "phf_codegen",
7445 "string_cache",
7446 "string_cache_codegen",
7447 "tendril",
7448]
7449
7450[[package]]
7451name = "markup5ever_rcdom"
7452version = "0.3.0"
7453source = "registry+https://github.com/rust-lang/crates.io-index"
7454checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7455dependencies = [
7456 "html5ever",
7457 "markup5ever",
7458 "tendril",
7459 "xml5ever",
7460]
7461
7462[[package]]
7463name = "matchers"
7464version = "0.1.0"
7465source = "registry+https://github.com/rust-lang/crates.io-index"
7466checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7467dependencies = [
7468 "regex-automata 0.1.10",
7469]
7470
7471[[package]]
7472name = "matchit"
7473version = "0.7.3"
7474source = "registry+https://github.com/rust-lang/crates.io-index"
7475checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7476
7477[[package]]
7478name = "maybe-owned"
7479version = "0.3.4"
7480source = "registry+https://github.com/rust-lang/crates.io-index"
7481checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7482
7483[[package]]
7484name = "maybe-rayon"
7485version = "0.1.1"
7486source = "registry+https://github.com/rust-lang/crates.io-index"
7487checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7488dependencies = [
7489 "cfg-if",
7490 "rayon",
7491]
7492
7493[[package]]
7494name = "md-5"
7495version = "0.10.6"
7496source = "registry+https://github.com/rust-lang/crates.io-index"
7497checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7498dependencies = [
7499 "cfg-if",
7500 "digest",
7501]
7502
7503[[package]]
7504name = "mdbook"
7505version = "0.4.43"
7506source = "registry+https://github.com/rust-lang/crates.io-index"
7507checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7508dependencies = [
7509 "ammonia",
7510 "anyhow",
7511 "chrono",
7512 "clap",
7513 "clap_complete",
7514 "elasticlunr-rs",
7515 "env_logger 0.11.6",
7516 "futures-util",
7517 "handlebars 6.2.0",
7518 "ignore",
7519 "log",
7520 "memchr",
7521 "notify",
7522 "notify-debouncer-mini",
7523 "once_cell",
7524 "opener",
7525 "pathdiff",
7526 "pulldown-cmark 0.10.3",
7527 "regex",
7528 "serde",
7529 "serde_json",
7530 "shlex",
7531 "tempfile",
7532 "tokio",
7533 "toml 0.5.11",
7534 "topological-sort",
7535 "walkdir",
7536 "warp",
7537]
7538
7539[[package]]
7540name = "media"
7541version = "0.1.0"
7542dependencies = [
7543 "anyhow",
7544 "bindgen",
7545 "core-foundation 0.9.4",
7546 "ctor",
7547 "foreign-types 0.5.0",
7548 "metal",
7549 "objc",
7550]
7551
7552[[package]]
7553name = "memchr"
7554version = "2.7.4"
7555source = "registry+https://github.com/rust-lang/crates.io-index"
7556checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7557
7558[[package]]
7559name = "memfd"
7560version = "0.6.4"
7561source = "registry+https://github.com/rust-lang/crates.io-index"
7562checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7563dependencies = [
7564 "rustix 0.38.42",
7565]
7566
7567[[package]]
7568name = "memmap2"
7569version = "0.9.5"
7570source = "registry+https://github.com/rust-lang/crates.io-index"
7571checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7572dependencies = [
7573 "libc",
7574]
7575
7576[[package]]
7577name = "memoffset"
7578version = "0.9.1"
7579source = "registry+https://github.com/rust-lang/crates.io-index"
7580checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7581dependencies = [
7582 "autocfg",
7583]
7584
7585[[package]]
7586name = "menu"
7587version = "0.1.0"
7588dependencies = [
7589 "gpui",
7590 "serde",
7591]
7592
7593[[package]]
7594name = "metal"
7595version = "0.30.0"
7596source = "registry+https://github.com/rust-lang/crates.io-index"
7597checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7598dependencies = [
7599 "bitflags 2.6.0",
7600 "block",
7601 "core-graphics-types 0.1.3",
7602 "foreign-types 0.5.0",
7603 "log",
7604 "objc",
7605 "paste",
7606]
7607
7608[[package]]
7609name = "mimalloc"
7610version = "0.1.43"
7611source = "registry+https://github.com/rust-lang/crates.io-index"
7612checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7613dependencies = [
7614 "libmimalloc-sys",
7615]
7616
7617[[package]]
7618name = "mime"
7619version = "0.3.17"
7620source = "registry+https://github.com/rust-lang/crates.io-index"
7621checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7622
7623[[package]]
7624name = "mime_guess"
7625version = "2.0.5"
7626source = "registry+https://github.com/rust-lang/crates.io-index"
7627checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7628dependencies = [
7629 "mime",
7630 "unicase",
7631]
7632
7633[[package]]
7634name = "minimal-lexical"
7635version = "0.2.1"
7636source = "registry+https://github.com/rust-lang/crates.io-index"
7637checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7638
7639[[package]]
7640name = "miniz_oxide"
7641version = "0.8.0"
7642source = "registry+https://github.com/rust-lang/crates.io-index"
7643checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7644dependencies = [
7645 "adler2",
7646 "simd-adler32",
7647]
7648
7649[[package]]
7650name = "mint"
7651version = "0.5.9"
7652source = "registry+https://github.com/rust-lang/crates.io-index"
7653checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7654
7655[[package]]
7656name = "mio"
7657version = "0.8.11"
7658source = "registry+https://github.com/rust-lang/crates.io-index"
7659checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7660dependencies = [
7661 "libc",
7662 "log",
7663 "wasi 0.11.0+wasi-snapshot-preview1",
7664 "windows-sys 0.48.0",
7665]
7666
7667[[package]]
7668name = "mio"
7669version = "1.0.3"
7670source = "registry+https://github.com/rust-lang/crates.io-index"
7671checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7672dependencies = [
7673 "libc",
7674 "log",
7675 "wasi 0.11.0+wasi-snapshot-preview1",
7676 "windows-sys 0.52.0",
7677]
7678
7679[[package]]
7680name = "miow"
7681version = "0.6.0"
7682source = "registry+https://github.com/rust-lang/crates.io-index"
7683checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7684dependencies = [
7685 "windows-sys 0.48.0",
7686]
7687
7688[[package]]
7689name = "msvc_spectre_libs"
7690version = "0.1.2"
7691source = "registry+https://github.com/rust-lang/crates.io-index"
7692checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7693dependencies = [
7694 "cc",
7695]
7696
7697[[package]]
7698name = "multi_buffer"
7699version = "0.1.0"
7700dependencies = [
7701 "anyhow",
7702 "clock",
7703 "collections",
7704 "ctor",
7705 "env_logger 0.11.6",
7706 "futures 0.3.31",
7707 "gpui",
7708 "itertools 0.13.0",
7709 "language",
7710 "log",
7711 "parking_lot",
7712 "rand 0.8.5",
7713 "serde",
7714 "settings",
7715 "smallvec",
7716 "sum_tree",
7717 "text",
7718 "theme",
7719 "tree-sitter",
7720 "util",
7721]
7722
7723[[package]]
7724name = "multimap"
7725version = "0.8.3"
7726source = "registry+https://github.com/rust-lang/crates.io-index"
7727checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7728
7729[[package]]
7730name = "multimap"
7731version = "0.10.0"
7732source = "registry+https://github.com/rust-lang/crates.io-index"
7733checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7734
7735[[package]]
7736name = "naga"
7737version = "23.1.0"
7738source = "registry+https://github.com/rust-lang/crates.io-index"
7739checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7740dependencies = [
7741 "arrayvec",
7742 "bit-set 0.8.0",
7743 "bitflags 2.6.0",
7744 "cfg_aliases 0.1.1",
7745 "codespan-reporting",
7746 "hexf-parse",
7747 "indexmap",
7748 "log",
7749 "rustc-hash 1.1.0",
7750 "spirv",
7751 "termcolor",
7752 "thiserror 1.0.69",
7753 "unicode-xid",
7754]
7755
7756[[package]]
7757name = "nanoid"
7758version = "0.4.0"
7759source = "registry+https://github.com/rust-lang/crates.io-index"
7760checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7761dependencies = [
7762 "rand 0.8.5",
7763]
7764
7765[[package]]
7766name = "nanorand"
7767version = "0.7.0"
7768source = "registry+https://github.com/rust-lang/crates.io-index"
7769checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7770dependencies = [
7771 "getrandom 0.2.15",
7772]
7773
7774[[package]]
7775name = "native-tls"
7776version = "0.2.12"
7777source = "registry+https://github.com/rust-lang/crates.io-index"
7778checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7779dependencies = [
7780 "libc",
7781 "log",
7782 "openssl",
7783 "openssl-probe",
7784 "openssl-sys",
7785 "schannel",
7786 "security-framework 2.11.1",
7787 "security-framework-sys",
7788 "tempfile",
7789]
7790
7791[[package]]
7792name = "nbformat"
7793version = "0.9.0"
7794source = "registry+https://github.com/rust-lang/crates.io-index"
7795checksum = "19835ad46507d80d9671e10a1c7c335655f4f3033aeb066fe025f14e070c2e66"
7796dependencies = [
7797 "anyhow",
7798 "chrono",
7799 "jupyter-protocol",
7800 "serde",
7801 "serde_json",
7802 "thiserror 1.0.69",
7803 "uuid",
7804]
7805
7806[[package]]
7807name = "ndk"
7808version = "0.8.0"
7809source = "registry+https://github.com/rust-lang/crates.io-index"
7810checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7811dependencies = [
7812 "bitflags 2.6.0",
7813 "jni-sys",
7814 "log",
7815 "ndk-sys",
7816 "num_enum",
7817 "thiserror 1.0.69",
7818]
7819
7820[[package]]
7821name = "ndk-context"
7822version = "0.1.1"
7823source = "registry+https://github.com/rust-lang/crates.io-index"
7824checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7825
7826[[package]]
7827name = "ndk-sys"
7828version = "0.5.0+25.2.9519653"
7829source = "registry+https://github.com/rust-lang/crates.io-index"
7830checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7831dependencies = [
7832 "jni-sys",
7833]
7834
7835[[package]]
7836name = "new_debug_unreachable"
7837version = "1.0.6"
7838source = "registry+https://github.com/rust-lang/crates.io-index"
7839checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7840
7841[[package]]
7842name = "nix"
7843version = "0.29.0"
7844source = "registry+https://github.com/rust-lang/crates.io-index"
7845checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7846dependencies = [
7847 "bitflags 2.6.0",
7848 "cfg-if",
7849 "cfg_aliases 0.2.1",
7850 "libc",
7851 "memoffset",
7852]
7853
7854[[package]]
7855name = "node_runtime"
7856version = "0.1.0"
7857dependencies = [
7858 "anyhow",
7859 "async-compression",
7860 "async-std",
7861 "async-tar",
7862 "async-trait",
7863 "async-watch",
7864 "async_zip",
7865 "futures 0.3.31",
7866 "http_client",
7867 "log",
7868 "paths",
7869 "semver",
7870 "serde",
7871 "serde_json",
7872 "smol",
7873 "tempfile",
7874 "util",
7875 "walkdir",
7876 "which 6.0.3",
7877]
7878
7879[[package]]
7880name = "nom"
7881version = "7.1.3"
7882source = "registry+https://github.com/rust-lang/crates.io-index"
7883checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7884dependencies = [
7885 "memchr",
7886 "minimal-lexical",
7887]
7888
7889[[package]]
7890name = "noop_proc_macro"
7891version = "0.3.0"
7892source = "registry+https://github.com/rust-lang/crates.io-index"
7893checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7894
7895[[package]]
7896name = "normpath"
7897version = "1.3.0"
7898source = "registry+https://github.com/rust-lang/crates.io-index"
7899checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7900dependencies = [
7901 "windows-sys 0.59.0",
7902]
7903
7904[[package]]
7905name = "notifications"
7906version = "0.1.0"
7907dependencies = [
7908 "anyhow",
7909 "channel",
7910 "client",
7911 "collections",
7912 "db",
7913 "gpui",
7914 "rpc",
7915 "settings",
7916 "sum_tree",
7917 "time",
7918 "util",
7919]
7920
7921[[package]]
7922name = "notify"
7923version = "6.1.1"
7924source = "registry+https://github.com/rust-lang/crates.io-index"
7925checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7926dependencies = [
7927 "bitflags 2.6.0",
7928 "crossbeam-channel",
7929 "filetime",
7930 "fsevent-sys 4.1.0",
7931 "inotify",
7932 "kqueue",
7933 "libc",
7934 "log",
7935 "mio 0.8.11",
7936 "walkdir",
7937 "windows-sys 0.48.0",
7938]
7939
7940[[package]]
7941name = "notify-debouncer-mini"
7942version = "0.4.1"
7943source = "registry+https://github.com/rust-lang/crates.io-index"
7944checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7945dependencies = [
7946 "crossbeam-channel",
7947 "log",
7948 "notify",
7949]
7950
7951[[package]]
7952name = "ntapi"
7953version = "0.4.1"
7954source = "registry+https://github.com/rust-lang/crates.io-index"
7955checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7956dependencies = [
7957 "winapi",
7958]
7959
7960[[package]]
7961name = "nu-ansi-term"
7962version = "0.46.0"
7963source = "registry+https://github.com/rust-lang/crates.io-index"
7964checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7965dependencies = [
7966 "overload",
7967 "winapi",
7968]
7969
7970[[package]]
7971name = "num"
7972version = "0.4.3"
7973source = "registry+https://github.com/rust-lang/crates.io-index"
7974checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7975dependencies = [
7976 "num-bigint",
7977 "num-complex",
7978 "num-integer",
7979 "num-iter",
7980 "num-rational",
7981 "num-traits",
7982]
7983
7984[[package]]
7985name = "num-bigint"
7986version = "0.4.6"
7987source = "registry+https://github.com/rust-lang/crates.io-index"
7988checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7989dependencies = [
7990 "num-integer",
7991 "num-traits",
7992]
7993
7994[[package]]
7995name = "num-bigint-dig"
7996version = "0.8.4"
7997source = "registry+https://github.com/rust-lang/crates.io-index"
7998checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7999dependencies = [
8000 "byteorder",
8001 "lazy_static",
8002 "libm",
8003 "num-integer",
8004 "num-iter",
8005 "num-traits",
8006 "rand 0.8.5",
8007 "serde",
8008 "smallvec",
8009 "zeroize",
8010]
8011
8012[[package]]
8013name = "num-complex"
8014version = "0.4.6"
8015source = "registry+https://github.com/rust-lang/crates.io-index"
8016checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8017dependencies = [
8018 "num-traits",
8019]
8020
8021[[package]]
8022name = "num-conv"
8023version = "0.1.0"
8024source = "registry+https://github.com/rust-lang/crates.io-index"
8025checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8026
8027[[package]]
8028name = "num-derive"
8029version = "0.4.2"
8030source = "registry+https://github.com/rust-lang/crates.io-index"
8031checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8032dependencies = [
8033 "proc-macro2",
8034 "quote",
8035 "syn 2.0.90",
8036]
8037
8038[[package]]
8039name = "num-format"
8040version = "0.4.4"
8041source = "registry+https://github.com/rust-lang/crates.io-index"
8042checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8043dependencies = [
8044 "arrayvec",
8045 "itoa",
8046]
8047
8048[[package]]
8049name = "num-integer"
8050version = "0.1.46"
8051source = "registry+https://github.com/rust-lang/crates.io-index"
8052checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8053dependencies = [
8054 "num-traits",
8055]
8056
8057[[package]]
8058name = "num-iter"
8059version = "0.1.45"
8060source = "registry+https://github.com/rust-lang/crates.io-index"
8061checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8062dependencies = [
8063 "autocfg",
8064 "num-integer",
8065 "num-traits",
8066]
8067
8068[[package]]
8069name = "num-modular"
8070version = "0.6.1"
8071source = "registry+https://github.com/rust-lang/crates.io-index"
8072checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8073
8074[[package]]
8075name = "num-order"
8076version = "1.2.0"
8077source = "registry+https://github.com/rust-lang/crates.io-index"
8078checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8079dependencies = [
8080 "num-modular",
8081]
8082
8083[[package]]
8084name = "num-rational"
8085version = "0.4.2"
8086source = "registry+https://github.com/rust-lang/crates.io-index"
8087checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8088dependencies = [
8089 "num-bigint",
8090 "num-integer",
8091 "num-traits",
8092]
8093
8094[[package]]
8095name = "num-traits"
8096version = "0.2.19"
8097source = "registry+https://github.com/rust-lang/crates.io-index"
8098checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8099dependencies = [
8100 "autocfg",
8101 "libm",
8102]
8103
8104[[package]]
8105name = "num_cpus"
8106version = "1.16.0"
8107source = "registry+https://github.com/rust-lang/crates.io-index"
8108checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8109dependencies = [
8110 "hermit-abi 0.3.9",
8111 "libc",
8112]
8113
8114[[package]]
8115name = "num_enum"
8116version = "0.7.3"
8117source = "registry+https://github.com/rust-lang/crates.io-index"
8118checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8119dependencies = [
8120 "num_enum_derive",
8121]
8122
8123[[package]]
8124name = "num_enum_derive"
8125version = "0.7.3"
8126source = "registry+https://github.com/rust-lang/crates.io-index"
8127checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8128dependencies = [
8129 "proc-macro-crate",
8130 "proc-macro2",
8131 "quote",
8132 "syn 2.0.90",
8133]
8134
8135[[package]]
8136name = "num_threads"
8137version = "0.1.7"
8138source = "registry+https://github.com/rust-lang/crates.io-index"
8139checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8140dependencies = [
8141 "libc",
8142]
8143
8144[[package]]
8145name = "nvim-rs"
8146version = "0.8.0-pre"
8147source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8148dependencies = [
8149 "async-trait",
8150 "futures 0.3.31",
8151 "log",
8152 "parity-tokio-ipc",
8153 "rmp",
8154 "rmpv",
8155 "tokio",
8156 "tokio-util",
8157 "winapi",
8158]
8159
8160[[package]]
8161name = "objc"
8162version = "0.2.7"
8163source = "registry+https://github.com/rust-lang/crates.io-index"
8164checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8165dependencies = [
8166 "malloc_buf",
8167]
8168
8169[[package]]
8170name = "objc-sys"
8171version = "0.3.5"
8172source = "registry+https://github.com/rust-lang/crates.io-index"
8173checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8174
8175[[package]]
8176name = "objc2"
8177version = "0.5.2"
8178source = "registry+https://github.com/rust-lang/crates.io-index"
8179checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8180dependencies = [
8181 "objc-sys",
8182 "objc2-encode",
8183]
8184
8185[[package]]
8186name = "objc2-app-kit"
8187version = "0.2.2"
8188source = "registry+https://github.com/rust-lang/crates.io-index"
8189checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8190dependencies = [
8191 "bitflags 2.6.0",
8192 "block2",
8193 "libc",
8194 "objc2",
8195 "objc2-core-data",
8196 "objc2-core-image",
8197 "objc2-foundation",
8198 "objc2-quartz-core",
8199]
8200
8201[[package]]
8202name = "objc2-cloud-kit"
8203version = "0.2.2"
8204source = "registry+https://github.com/rust-lang/crates.io-index"
8205checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8206dependencies = [
8207 "bitflags 2.6.0",
8208 "block2",
8209 "objc2",
8210 "objc2-core-location",
8211 "objc2-foundation",
8212]
8213
8214[[package]]
8215name = "objc2-contacts"
8216version = "0.2.2"
8217source = "registry+https://github.com/rust-lang/crates.io-index"
8218checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8219dependencies = [
8220 "block2",
8221 "objc2",
8222 "objc2-foundation",
8223]
8224
8225[[package]]
8226name = "objc2-core-data"
8227version = "0.2.2"
8228source = "registry+https://github.com/rust-lang/crates.io-index"
8229checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8230dependencies = [
8231 "bitflags 2.6.0",
8232 "block2",
8233 "objc2",
8234 "objc2-foundation",
8235]
8236
8237[[package]]
8238name = "objc2-core-image"
8239version = "0.2.2"
8240source = "registry+https://github.com/rust-lang/crates.io-index"
8241checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8242dependencies = [
8243 "block2",
8244 "objc2",
8245 "objc2-foundation",
8246 "objc2-metal",
8247]
8248
8249[[package]]
8250name = "objc2-core-location"
8251version = "0.2.2"
8252source = "registry+https://github.com/rust-lang/crates.io-index"
8253checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8254dependencies = [
8255 "block2",
8256 "objc2",
8257 "objc2-contacts",
8258 "objc2-foundation",
8259]
8260
8261[[package]]
8262name = "objc2-encode"
8263version = "4.0.3"
8264source = "registry+https://github.com/rust-lang/crates.io-index"
8265checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8266
8267[[package]]
8268name = "objc2-foundation"
8269version = "0.2.2"
8270source = "registry+https://github.com/rust-lang/crates.io-index"
8271checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8272dependencies = [
8273 "bitflags 2.6.0",
8274 "block2",
8275 "libc",
8276 "objc2",
8277]
8278
8279[[package]]
8280name = "objc2-link-presentation"
8281version = "0.2.2"
8282source = "registry+https://github.com/rust-lang/crates.io-index"
8283checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8284dependencies = [
8285 "block2",
8286 "objc2",
8287 "objc2-app-kit",
8288 "objc2-foundation",
8289]
8290
8291[[package]]
8292name = "objc2-metal"
8293version = "0.2.2"
8294source = "registry+https://github.com/rust-lang/crates.io-index"
8295checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8296dependencies = [
8297 "bitflags 2.6.0",
8298 "block2",
8299 "objc2",
8300 "objc2-foundation",
8301]
8302
8303[[package]]
8304name = "objc2-quartz-core"
8305version = "0.2.2"
8306source = "registry+https://github.com/rust-lang/crates.io-index"
8307checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8308dependencies = [
8309 "bitflags 2.6.0",
8310 "block2",
8311 "objc2",
8312 "objc2-foundation",
8313 "objc2-metal",
8314]
8315
8316[[package]]
8317name = "objc2-symbols"
8318version = "0.2.2"
8319source = "registry+https://github.com/rust-lang/crates.io-index"
8320checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8321dependencies = [
8322 "objc2",
8323 "objc2-foundation",
8324]
8325
8326[[package]]
8327name = "objc2-ui-kit"
8328version = "0.2.2"
8329source = "registry+https://github.com/rust-lang/crates.io-index"
8330checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8331dependencies = [
8332 "bitflags 2.6.0",
8333 "block2",
8334 "objc2",
8335 "objc2-cloud-kit",
8336 "objc2-core-data",
8337 "objc2-core-image",
8338 "objc2-core-location",
8339 "objc2-foundation",
8340 "objc2-link-presentation",
8341 "objc2-quartz-core",
8342 "objc2-symbols",
8343 "objc2-uniform-type-identifiers",
8344 "objc2-user-notifications",
8345]
8346
8347[[package]]
8348name = "objc2-uniform-type-identifiers"
8349version = "0.2.2"
8350source = "registry+https://github.com/rust-lang/crates.io-index"
8351checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8352dependencies = [
8353 "block2",
8354 "objc2",
8355 "objc2-foundation",
8356]
8357
8358[[package]]
8359name = "objc2-user-notifications"
8360version = "0.2.2"
8361source = "registry+https://github.com/rust-lang/crates.io-index"
8362checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8363dependencies = [
8364 "bitflags 2.6.0",
8365 "block2",
8366 "objc2",
8367 "objc2-core-location",
8368 "objc2-foundation",
8369]
8370
8371[[package]]
8372name = "object"
8373version = "0.36.5"
8374source = "registry+https://github.com/rust-lang/crates.io-index"
8375checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8376dependencies = [
8377 "crc32fast",
8378 "hashbrown 0.15.2",
8379 "indexmap",
8380 "memchr",
8381]
8382
8383[[package]]
8384name = "oboe"
8385version = "0.6.1"
8386source = "registry+https://github.com/rust-lang/crates.io-index"
8387checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8388dependencies = [
8389 "jni",
8390 "ndk",
8391 "ndk-context",
8392 "num-derive",
8393 "num-traits",
8394 "oboe-sys",
8395]
8396
8397[[package]]
8398name = "oboe-sys"
8399version = "0.6.1"
8400source = "registry+https://github.com/rust-lang/crates.io-index"
8401checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8402dependencies = [
8403 "cc",
8404]
8405
8406[[package]]
8407name = "ollama"
8408version = "0.1.0"
8409dependencies = [
8410 "anyhow",
8411 "futures 0.3.31",
8412 "http_client",
8413 "schemars",
8414 "serde",
8415 "serde_json",
8416]
8417
8418[[package]]
8419name = "once_cell"
8420version = "1.20.2"
8421source = "registry+https://github.com/rust-lang/crates.io-index"
8422checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8423
8424[[package]]
8425name = "oo7"
8426version = "0.3.3"
8427source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8428dependencies = [
8429 "aes",
8430 "async-fs 2.1.2",
8431 "async-io 2.4.0",
8432 "async-lock 3.4.0",
8433 "async-net 2.0.0",
8434 "blocking",
8435 "cbc",
8436 "cipher",
8437 "digest",
8438 "endi",
8439 "futures-lite 2.5.0",
8440 "futures-util",
8441 "hkdf",
8442 "hmac",
8443 "md-5",
8444 "num",
8445 "num-bigint-dig",
8446 "pbkdf2 0.12.2",
8447 "rand 0.8.5",
8448 "serde",
8449 "sha2",
8450 "subtle",
8451 "zbus 4.4.0",
8452 "zeroize",
8453 "zvariant 4.2.0",
8454]
8455
8456[[package]]
8457name = "oorandom"
8458version = "11.1.4"
8459source = "registry+https://github.com/rust-lang/crates.io-index"
8460checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8461
8462[[package]]
8463name = "open"
8464version = "5.3.1"
8465source = "registry+https://github.com/rust-lang/crates.io-index"
8466checksum = "3ecd52f0b8d15c40ce4820aa251ed5de032e5d91fab27f7db2f40d42a8bdf69c"
8467dependencies = [
8468 "is-wsl",
8469 "libc",
8470 "pathdiff",
8471]
8472
8473[[package]]
8474name = "open_ai"
8475version = "0.1.0"
8476dependencies = [
8477 "anyhow",
8478 "futures 0.3.31",
8479 "http_client",
8480 "schemars",
8481 "serde",
8482 "serde_json",
8483 "strum",
8484]
8485
8486[[package]]
8487name = "opener"
8488version = "0.7.2"
8489source = "registry+https://github.com/rust-lang/crates.io-index"
8490checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8491dependencies = [
8492 "bstr",
8493 "dbus",
8494 "normpath",
8495 "windows-sys 0.59.0",
8496]
8497
8498[[package]]
8499name = "openssl"
8500version = "0.10.68"
8501source = "registry+https://github.com/rust-lang/crates.io-index"
8502checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8503dependencies = [
8504 "bitflags 2.6.0",
8505 "cfg-if",
8506 "foreign-types 0.3.2",
8507 "libc",
8508 "once_cell",
8509 "openssl-macros",
8510 "openssl-sys",
8511]
8512
8513[[package]]
8514name = "openssl-macros"
8515version = "0.1.1"
8516source = "registry+https://github.com/rust-lang/crates.io-index"
8517checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8518dependencies = [
8519 "proc-macro2",
8520 "quote",
8521 "syn 2.0.90",
8522]
8523
8524[[package]]
8525name = "openssl-probe"
8526version = "0.1.5"
8527source = "registry+https://github.com/rust-lang/crates.io-index"
8528checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8529
8530[[package]]
8531name = "openssl-src"
8532version = "300.4.1+3.4.0"
8533source = "registry+https://github.com/rust-lang/crates.io-index"
8534checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8535dependencies = [
8536 "cc",
8537]
8538
8539[[package]]
8540name = "openssl-sys"
8541version = "0.9.104"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8544dependencies = [
8545 "cc",
8546 "libc",
8547 "openssl-src",
8548 "pkg-config",
8549 "vcpkg",
8550]
8551
8552[[package]]
8553name = "option-ext"
8554version = "0.2.0"
8555source = "registry+https://github.com/rust-lang/crates.io-index"
8556checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8557
8558[[package]]
8559name = "ordered-float"
8560version = "2.10.1"
8561source = "registry+https://github.com/rust-lang/crates.io-index"
8562checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8563dependencies = [
8564 "num-traits",
8565]
8566
8567[[package]]
8568name = "ordered-float"
8569version = "3.9.2"
8570source = "registry+https://github.com/rust-lang/crates.io-index"
8571checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8572dependencies = [
8573 "num-traits",
8574]
8575
8576[[package]]
8577name = "ordered-stream"
8578version = "0.2.0"
8579source = "registry+https://github.com/rust-lang/crates.io-index"
8580checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8581dependencies = [
8582 "futures-core",
8583 "pin-project-lite",
8584]
8585
8586[[package]]
8587name = "ouroboros"
8588version = "0.18.4"
8589source = "registry+https://github.com/rust-lang/crates.io-index"
8590checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8591dependencies = [
8592 "aliasable",
8593 "ouroboros_macro",
8594 "static_assertions",
8595]
8596
8597[[package]]
8598name = "ouroboros_macro"
8599version = "0.18.4"
8600source = "registry+https://github.com/rust-lang/crates.io-index"
8601checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8602dependencies = [
8603 "heck 0.4.1",
8604 "itertools 0.12.1",
8605 "proc-macro2",
8606 "proc-macro2-diagnostics",
8607 "quote",
8608 "syn 2.0.90",
8609]
8610
8611[[package]]
8612name = "outline"
8613version = "0.1.0"
8614dependencies = [
8615 "editor",
8616 "fuzzy",
8617 "gpui",
8618 "indoc",
8619 "language",
8620 "menu",
8621 "ordered-float 2.10.1",
8622 "picker",
8623 "project",
8624 "rope",
8625 "serde_json",
8626 "settings",
8627 "smol",
8628 "theme",
8629 "tree-sitter-rust",
8630 "tree-sitter-typescript",
8631 "ui",
8632 "util",
8633 "workspace",
8634 "zed_actions",
8635]
8636
8637[[package]]
8638name = "outline_panel"
8639version = "0.1.0"
8640dependencies = [
8641 "anyhow",
8642 "collections",
8643 "db",
8644 "editor",
8645 "file_icons",
8646 "fuzzy",
8647 "gpui",
8648 "itertools 0.13.0",
8649 "language",
8650 "log",
8651 "menu",
8652 "outline",
8653 "pretty_assertions",
8654 "project",
8655 "schemars",
8656 "search",
8657 "serde",
8658 "serde_json",
8659 "settings",
8660 "smallvec",
8661 "smol",
8662 "theme",
8663 "ui",
8664 "util",
8665 "workspace",
8666 "worktree",
8667]
8668
8669[[package]]
8670name = "outref"
8671version = "0.5.1"
8672source = "registry+https://github.com/rust-lang/crates.io-index"
8673checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8674
8675[[package]]
8676name = "overload"
8677version = "0.1.1"
8678source = "registry+https://github.com/rust-lang/crates.io-index"
8679checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8680
8681[[package]]
8682name = "p256"
8683version = "0.11.1"
8684source = "registry+https://github.com/rust-lang/crates.io-index"
8685checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8686dependencies = [
8687 "ecdsa",
8688 "elliptic-curve",
8689 "sha2",
8690]
8691
8692[[package]]
8693name = "page_size"
8694version = "0.6.0"
8695source = "registry+https://github.com/rust-lang/crates.io-index"
8696checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8697dependencies = [
8698 "libc",
8699 "winapi",
8700]
8701
8702[[package]]
8703name = "palette"
8704version = "0.7.6"
8705source = "registry+https://github.com/rust-lang/crates.io-index"
8706checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8707dependencies = [
8708 "approx",
8709 "fast-srgb8",
8710 "palette_derive",
8711]
8712
8713[[package]]
8714name = "palette_derive"
8715version = "0.7.6"
8716source = "registry+https://github.com/rust-lang/crates.io-index"
8717checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8718dependencies = [
8719 "by_address",
8720 "proc-macro2",
8721 "quote",
8722 "syn 2.0.90",
8723]
8724
8725[[package]]
8726name = "parity-tokio-ipc"
8727version = "0.9.0"
8728source = "registry+https://github.com/rust-lang/crates.io-index"
8729checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8730dependencies = [
8731 "futures 0.3.31",
8732 "libc",
8733 "log",
8734 "rand 0.7.3",
8735 "tokio",
8736 "winapi",
8737]
8738
8739[[package]]
8740name = "parking"
8741version = "2.2.1"
8742source = "registry+https://github.com/rust-lang/crates.io-index"
8743checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8744
8745[[package]]
8746name = "parking_lot"
8747version = "0.12.3"
8748source = "registry+https://github.com/rust-lang/crates.io-index"
8749checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8750dependencies = [
8751 "lock_api",
8752 "parking_lot_core",
8753]
8754
8755[[package]]
8756name = "parking_lot_core"
8757version = "0.9.10"
8758source = "registry+https://github.com/rust-lang/crates.io-index"
8759checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8760dependencies = [
8761 "cfg-if",
8762 "libc",
8763 "redox_syscall 0.5.8",
8764 "smallvec",
8765 "windows-targets 0.52.6",
8766]
8767
8768[[package]]
8769name = "password-hash"
8770version = "0.4.2"
8771source = "registry+https://github.com/rust-lang/crates.io-index"
8772checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8773dependencies = [
8774 "base64ct",
8775 "rand_core 0.6.4",
8776 "subtle",
8777]
8778
8779[[package]]
8780name = "password-hash"
8781version = "0.5.0"
8782source = "registry+https://github.com/rust-lang/crates.io-index"
8783checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8784dependencies = [
8785 "base64ct",
8786 "rand_core 0.6.4",
8787 "subtle",
8788]
8789
8790[[package]]
8791name = "paste"
8792version = "1.0.15"
8793source = "registry+https://github.com/rust-lang/crates.io-index"
8794checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8795
8796[[package]]
8797name = "pathdiff"
8798version = "0.2.3"
8799source = "registry+https://github.com/rust-lang/crates.io-index"
8800checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8801
8802[[package]]
8803name = "pathfinder_geometry"
8804version = "0.5.1"
8805source = "registry+https://github.com/rust-lang/crates.io-index"
8806checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8807dependencies = [
8808 "log",
8809 "pathfinder_simd",
8810]
8811
8812[[package]]
8813name = "pathfinder_simd"
8814version = "0.5.4"
8815source = "registry+https://github.com/rust-lang/crates.io-index"
8816checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8817dependencies = [
8818 "rustc_version",
8819]
8820
8821[[package]]
8822name = "paths"
8823version = "0.1.0"
8824dependencies = [
8825 "dirs 4.0.0",
8826 "util",
8827]
8828
8829[[package]]
8830name = "pbjson"
8831version = "0.6.0"
8832source = "registry+https://github.com/rust-lang/crates.io-index"
8833checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8834dependencies = [
8835 "base64 0.21.7",
8836 "serde",
8837]
8838
8839[[package]]
8840name = "pbjson-build"
8841version = "0.6.2"
8842source = "registry+https://github.com/rust-lang/crates.io-index"
8843checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8844dependencies = [
8845 "heck 0.4.1",
8846 "itertools 0.11.0",
8847 "prost 0.12.6",
8848 "prost-types 0.12.6",
8849]
8850
8851[[package]]
8852name = "pbjson-types"
8853version = "0.6.0"
8854source = "registry+https://github.com/rust-lang/crates.io-index"
8855checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8856dependencies = [
8857 "bytes 1.9.0",
8858 "chrono",
8859 "pbjson",
8860 "pbjson-build",
8861 "prost 0.12.6",
8862 "prost-build 0.12.6",
8863 "serde",
8864]
8865
8866[[package]]
8867name = "pbkdf2"
8868version = "0.11.0"
8869source = "registry+https://github.com/rust-lang/crates.io-index"
8870checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8871dependencies = [
8872 "digest",
8873 "hmac",
8874 "password-hash 0.4.2",
8875 "sha2",
8876]
8877
8878[[package]]
8879name = "pbkdf2"
8880version = "0.12.2"
8881source = "registry+https://github.com/rust-lang/crates.io-index"
8882checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8883dependencies = [
8884 "digest",
8885 "hmac",
8886]
8887
8888[[package]]
8889name = "pem"
8890version = "3.0.4"
8891source = "registry+https://github.com/rust-lang/crates.io-index"
8892checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8893dependencies = [
8894 "base64 0.22.1",
8895 "serde",
8896]
8897
8898[[package]]
8899name = "pem-rfc7468"
8900version = "0.7.0"
8901source = "registry+https://github.com/rust-lang/crates.io-index"
8902checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8903dependencies = [
8904 "base64ct",
8905]
8906
8907[[package]]
8908name = "percent-encoding"
8909version = "2.3.1"
8910source = "registry+https://github.com/rust-lang/crates.io-index"
8911checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8912
8913[[package]]
8914name = "perplexity"
8915version = "0.1.0"
8916dependencies = [
8917 "serde",
8918 "zed_extension_api 0.2.0",
8919]
8920
8921[[package]]
8922name = "pest"
8923version = "2.7.15"
8924source = "registry+https://github.com/rust-lang/crates.io-index"
8925checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8926dependencies = [
8927 "memchr",
8928 "thiserror 2.0.6",
8929 "ucd-trie",
8930]
8931
8932[[package]]
8933name = "pest_derive"
8934version = "2.7.15"
8935source = "registry+https://github.com/rust-lang/crates.io-index"
8936checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8937dependencies = [
8938 "pest",
8939 "pest_generator",
8940]
8941
8942[[package]]
8943name = "pest_generator"
8944version = "2.7.15"
8945source = "registry+https://github.com/rust-lang/crates.io-index"
8946checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
8947dependencies = [
8948 "pest",
8949 "pest_meta",
8950 "proc-macro2",
8951 "quote",
8952 "syn 2.0.90",
8953]
8954
8955[[package]]
8956name = "pest_meta"
8957version = "2.7.15"
8958source = "registry+https://github.com/rust-lang/crates.io-index"
8959checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
8960dependencies = [
8961 "once_cell",
8962 "pest",
8963 "sha2",
8964]
8965
8966[[package]]
8967name = "pet"
8968version = "0.1.0"
8969source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8970dependencies = [
8971 "clap",
8972 "env_logger 0.10.2",
8973 "lazy_static",
8974 "log",
8975 "msvc_spectre_libs",
8976 "pet-conda",
8977 "pet-core",
8978 "pet-env-var-path",
8979 "pet-fs",
8980 "pet-global-virtualenvs",
8981 "pet-homebrew",
8982 "pet-jsonrpc",
8983 "pet-linux-global-python",
8984 "pet-mac-commandlinetools",
8985 "pet-mac-python-org",
8986 "pet-mac-xcode",
8987 "pet-pipenv",
8988 "pet-pixi",
8989 "pet-poetry",
8990 "pet-pyenv",
8991 "pet-python-utils",
8992 "pet-reporter",
8993 "pet-telemetry",
8994 "pet-venv",
8995 "pet-virtualenv",
8996 "pet-virtualenvwrapper",
8997 "pet-windows-registry",
8998 "pet-windows-store",
8999 "serde",
9000 "serde_json",
9001]
9002
9003[[package]]
9004name = "pet-conda"
9005version = "0.1.0"
9006source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9007dependencies = [
9008 "env_logger 0.10.2",
9009 "lazy_static",
9010 "log",
9011 "msvc_spectre_libs",
9012 "pet-core",
9013 "pet-fs",
9014 "pet-python-utils",
9015 "pet-reporter",
9016 "regex",
9017 "serde",
9018 "serde_json",
9019 "yaml-rust2",
9020]
9021
9022[[package]]
9023name = "pet-core"
9024version = "0.1.0"
9025source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9026dependencies = [
9027 "clap",
9028 "lazy_static",
9029 "log",
9030 "msvc_spectre_libs",
9031 "pet-fs",
9032 "regex",
9033 "serde",
9034 "serde_json",
9035]
9036
9037[[package]]
9038name = "pet-env-var-path"
9039version = "0.1.0"
9040source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9041dependencies = [
9042 "lazy_static",
9043 "log",
9044 "msvc_spectre_libs",
9045 "pet-conda",
9046 "pet-core",
9047 "pet-fs",
9048 "pet-python-utils",
9049 "pet-virtualenv",
9050 "regex",
9051]
9052
9053[[package]]
9054name = "pet-fs"
9055version = "0.1.0"
9056source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9057dependencies = [
9058 "log",
9059 "msvc_spectre_libs",
9060]
9061
9062[[package]]
9063name = "pet-global-virtualenvs"
9064version = "0.1.0"
9065source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9066dependencies = [
9067 "log",
9068 "msvc_spectre_libs",
9069 "pet-conda",
9070 "pet-core",
9071 "pet-fs",
9072 "pet-virtualenv",
9073]
9074
9075[[package]]
9076name = "pet-homebrew"
9077version = "0.1.0"
9078source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9079dependencies = [
9080 "lazy_static",
9081 "log",
9082 "msvc_spectre_libs",
9083 "pet-conda",
9084 "pet-core",
9085 "pet-fs",
9086 "pet-python-utils",
9087 "pet-virtualenv",
9088 "regex",
9089 "serde",
9090 "serde_json",
9091]
9092
9093[[package]]
9094name = "pet-jsonrpc"
9095version = "0.1.0"
9096source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9097dependencies = [
9098 "env_logger 0.10.2",
9099 "log",
9100 "msvc_spectre_libs",
9101 "pet-core",
9102 "serde",
9103 "serde_json",
9104]
9105
9106[[package]]
9107name = "pet-linux-global-python"
9108version = "0.1.0"
9109source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9110dependencies = [
9111 "log",
9112 "msvc_spectre_libs",
9113 "pet-core",
9114 "pet-fs",
9115 "pet-python-utils",
9116 "pet-virtualenv",
9117]
9118
9119[[package]]
9120name = "pet-mac-commandlinetools"
9121version = "0.1.0"
9122source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9123dependencies = [
9124 "log",
9125 "msvc_spectre_libs",
9126 "pet-core",
9127 "pet-fs",
9128 "pet-python-utils",
9129 "pet-virtualenv",
9130]
9131
9132[[package]]
9133name = "pet-mac-python-org"
9134version = "0.1.0"
9135source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9136dependencies = [
9137 "log",
9138 "msvc_spectre_libs",
9139 "pet-core",
9140 "pet-fs",
9141 "pet-python-utils",
9142 "pet-virtualenv",
9143]
9144
9145[[package]]
9146name = "pet-mac-xcode"
9147version = "0.1.0"
9148source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9149dependencies = [
9150 "log",
9151 "msvc_spectre_libs",
9152 "pet-core",
9153 "pet-fs",
9154 "pet-python-utils",
9155 "pet-virtualenv",
9156]
9157
9158[[package]]
9159name = "pet-pipenv"
9160version = "0.1.0"
9161source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9162dependencies = [
9163 "log",
9164 "msvc_spectre_libs",
9165 "pet-core",
9166 "pet-fs",
9167 "pet-python-utils",
9168 "pet-virtualenv",
9169]
9170
9171[[package]]
9172name = "pet-pixi"
9173version = "0.1.0"
9174source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9175dependencies = [
9176 "log",
9177 "msvc_spectre_libs",
9178 "pet-conda",
9179 "pet-core",
9180 "pet-python-utils",
9181]
9182
9183[[package]]
9184name = "pet-poetry"
9185version = "0.1.0"
9186source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9187dependencies = [
9188 "base64 0.22.1",
9189 "lazy_static",
9190 "log",
9191 "msvc_spectre_libs",
9192 "pet-core",
9193 "pet-fs",
9194 "pet-python-utils",
9195 "pet-reporter",
9196 "pet-virtualenv",
9197 "regex",
9198 "serde",
9199 "serde_json",
9200 "sha2",
9201 "toml 0.8.19",
9202]
9203
9204[[package]]
9205name = "pet-pyenv"
9206version = "0.1.0"
9207source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9208dependencies = [
9209 "lazy_static",
9210 "log",
9211 "msvc_spectre_libs",
9212 "pet-conda",
9213 "pet-core",
9214 "pet-fs",
9215 "pet-python-utils",
9216 "pet-reporter",
9217 "regex",
9218 "serde",
9219 "serde_json",
9220]
9221
9222[[package]]
9223name = "pet-python-utils"
9224version = "0.1.0"
9225source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9226dependencies = [
9227 "env_logger 0.10.2",
9228 "lazy_static",
9229 "log",
9230 "msvc_spectre_libs",
9231 "pet-core",
9232 "pet-fs",
9233 "regex",
9234 "serde",
9235 "serde_json",
9236 "sha2",
9237]
9238
9239[[package]]
9240name = "pet-reporter"
9241version = "0.1.0"
9242source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9243dependencies = [
9244 "env_logger 0.10.2",
9245 "log",
9246 "msvc_spectre_libs",
9247 "pet-core",
9248 "pet-jsonrpc",
9249 "serde",
9250 "serde_json",
9251]
9252
9253[[package]]
9254name = "pet-telemetry"
9255version = "0.1.0"
9256source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9257dependencies = [
9258 "env_logger 0.10.2",
9259 "lazy_static",
9260 "log",
9261 "msvc_spectre_libs",
9262 "pet-core",
9263 "pet-fs",
9264 "pet-python-utils",
9265 "regex",
9266]
9267
9268[[package]]
9269name = "pet-venv"
9270version = "0.1.0"
9271source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9272dependencies = [
9273 "log",
9274 "msvc_spectre_libs",
9275 "pet-core",
9276 "pet-python-utils",
9277 "pet-virtualenv",
9278]
9279
9280[[package]]
9281name = "pet-virtualenv"
9282version = "0.1.0"
9283source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9284dependencies = [
9285 "log",
9286 "msvc_spectre_libs",
9287 "pet-core",
9288 "pet-fs",
9289 "pet-python-utils",
9290]
9291
9292[[package]]
9293name = "pet-virtualenvwrapper"
9294version = "0.1.0"
9295source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9296dependencies = [
9297 "log",
9298 "msvc_spectre_libs",
9299 "pet-core",
9300 "pet-fs",
9301 "pet-python-utils",
9302 "pet-virtualenv",
9303]
9304
9305[[package]]
9306name = "pet-windows-registry"
9307version = "0.1.0"
9308source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9309dependencies = [
9310 "lazy_static",
9311 "log",
9312 "msvc_spectre_libs",
9313 "pet-conda",
9314 "pet-core",
9315 "pet-fs",
9316 "pet-python-utils",
9317 "pet-virtualenv",
9318 "pet-windows-store",
9319 "regex",
9320 "winreg 0.52.0",
9321]
9322
9323[[package]]
9324name = "pet-windows-store"
9325version = "0.1.0"
9326source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9327dependencies = [
9328 "lazy_static",
9329 "log",
9330 "msvc_spectre_libs",
9331 "pet-core",
9332 "pet-fs",
9333 "pet-python-utils",
9334 "pet-virtualenv",
9335 "regex",
9336 "winreg 0.52.0",
9337]
9338
9339[[package]]
9340name = "petgraph"
9341version = "0.6.5"
9342source = "registry+https://github.com/rust-lang/crates.io-index"
9343checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9344dependencies = [
9345 "fixedbitset",
9346 "indexmap",
9347]
9348
9349[[package]]
9350name = "phf"
9351version = "0.11.2"
9352source = "registry+https://github.com/rust-lang/crates.io-index"
9353checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9354dependencies = [
9355 "phf_macros",
9356 "phf_shared 0.11.2",
9357]
9358
9359[[package]]
9360name = "phf_codegen"
9361version = "0.11.2"
9362source = "registry+https://github.com/rust-lang/crates.io-index"
9363checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9364dependencies = [
9365 "phf_generator 0.11.2",
9366 "phf_shared 0.11.2",
9367]
9368
9369[[package]]
9370name = "phf_generator"
9371version = "0.10.0"
9372source = "registry+https://github.com/rust-lang/crates.io-index"
9373checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9374dependencies = [
9375 "phf_shared 0.10.0",
9376 "rand 0.8.5",
9377]
9378
9379[[package]]
9380name = "phf_generator"
9381version = "0.11.2"
9382source = "registry+https://github.com/rust-lang/crates.io-index"
9383checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9384dependencies = [
9385 "phf_shared 0.11.2",
9386 "rand 0.8.5",
9387]
9388
9389[[package]]
9390name = "phf_macros"
9391version = "0.11.2"
9392source = "registry+https://github.com/rust-lang/crates.io-index"
9393checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9394dependencies = [
9395 "phf_generator 0.11.2",
9396 "phf_shared 0.11.2",
9397 "proc-macro2",
9398 "quote",
9399 "syn 2.0.90",
9400]
9401
9402[[package]]
9403name = "phf_shared"
9404version = "0.10.0"
9405source = "registry+https://github.com/rust-lang/crates.io-index"
9406checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9407dependencies = [
9408 "siphasher 0.3.11",
9409]
9410
9411[[package]]
9412name = "phf_shared"
9413version = "0.11.2"
9414source = "registry+https://github.com/rust-lang/crates.io-index"
9415checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9416dependencies = [
9417 "siphasher 0.3.11",
9418]
9419
9420[[package]]
9421name = "picker"
9422version = "0.1.0"
9423dependencies = [
9424 "anyhow",
9425 "ctor",
9426 "editor",
9427 "env_logger 0.11.6",
9428 "gpui",
9429 "menu",
9430 "serde",
9431 "serde_json",
9432 "ui",
9433 "workspace",
9434]
9435
9436[[package]]
9437name = "pico-args"
9438version = "0.5.0"
9439source = "registry+https://github.com/rust-lang/crates.io-index"
9440checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9441
9442[[package]]
9443name = "pin-project"
9444version = "1.1.7"
9445source = "registry+https://github.com/rust-lang/crates.io-index"
9446checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9447dependencies = [
9448 "pin-project-internal",
9449]
9450
9451[[package]]
9452name = "pin-project-internal"
9453version = "1.1.7"
9454source = "registry+https://github.com/rust-lang/crates.io-index"
9455checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9456dependencies = [
9457 "proc-macro2",
9458 "quote",
9459 "syn 2.0.90",
9460]
9461
9462[[package]]
9463name = "pin-project-lite"
9464version = "0.2.15"
9465source = "registry+https://github.com/rust-lang/crates.io-index"
9466checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
9467
9468[[package]]
9469name = "pin-utils"
9470version = "0.1.0"
9471source = "registry+https://github.com/rust-lang/crates.io-index"
9472checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9473
9474[[package]]
9475name = "piper"
9476version = "0.2.4"
9477source = "registry+https://github.com/rust-lang/crates.io-index"
9478checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9479dependencies = [
9480 "atomic-waker",
9481 "fastrand 2.3.0",
9482 "futures-io",
9483]
9484
9485[[package]]
9486name = "pkcs1"
9487version = "0.7.5"
9488source = "registry+https://github.com/rust-lang/crates.io-index"
9489checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9490dependencies = [
9491 "der 0.7.9",
9492 "pkcs8 0.10.2",
9493 "spki 0.7.3",
9494]
9495
9496[[package]]
9497name = "pkcs8"
9498version = "0.9.0"
9499source = "registry+https://github.com/rust-lang/crates.io-index"
9500checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9501dependencies = [
9502 "der 0.6.1",
9503 "spki 0.6.0",
9504]
9505
9506[[package]]
9507name = "pkcs8"
9508version = "0.10.2"
9509source = "registry+https://github.com/rust-lang/crates.io-index"
9510checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9511dependencies = [
9512 "der 0.7.9",
9513 "spki 0.7.3",
9514]
9515
9516[[package]]
9517name = "pkg-config"
9518version = "0.3.31"
9519source = "registry+https://github.com/rust-lang/crates.io-index"
9520checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9521
9522[[package]]
9523name = "plist"
9524version = "1.7.0"
9525source = "registry+https://github.com/rust-lang/crates.io-index"
9526checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9527dependencies = [
9528 "base64 0.22.1",
9529 "indexmap",
9530 "quick-xml 0.32.0",
9531 "serde",
9532 "time",
9533]
9534
9535[[package]]
9536name = "plotters"
9537version = "0.3.7"
9538source = "registry+https://github.com/rust-lang/crates.io-index"
9539checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9540dependencies = [
9541 "num-traits",
9542 "plotters-backend",
9543 "plotters-svg",
9544 "wasm-bindgen",
9545 "web-sys",
9546]
9547
9548[[package]]
9549name = "plotters-backend"
9550version = "0.3.7"
9551source = "registry+https://github.com/rust-lang/crates.io-index"
9552checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9553
9554[[package]]
9555name = "plotters-svg"
9556version = "0.3.7"
9557source = "registry+https://github.com/rust-lang/crates.io-index"
9558checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9559dependencies = [
9560 "plotters-backend",
9561]
9562
9563[[package]]
9564name = "png"
9565version = "0.17.15"
9566source = "registry+https://github.com/rust-lang/crates.io-index"
9567checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9568dependencies = [
9569 "bitflags 1.3.2",
9570 "crc32fast",
9571 "fdeflate",
9572 "flate2",
9573 "miniz_oxide",
9574]
9575
9576[[package]]
9577name = "polling"
9578version = "2.8.0"
9579source = "registry+https://github.com/rust-lang/crates.io-index"
9580checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
9581dependencies = [
9582 "autocfg",
9583 "bitflags 1.3.2",
9584 "cfg-if",
9585 "concurrent-queue",
9586 "libc",
9587 "log",
9588 "pin-project-lite",
9589 "windows-sys 0.48.0",
9590]
9591
9592[[package]]
9593name = "polling"
9594version = "3.7.4"
9595source = "registry+https://github.com/rust-lang/crates.io-index"
9596checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9597dependencies = [
9598 "cfg-if",
9599 "concurrent-queue",
9600 "hermit-abi 0.4.0",
9601 "pin-project-lite",
9602 "rustix 0.38.42",
9603 "tracing",
9604 "windows-sys 0.59.0",
9605]
9606
9607[[package]]
9608name = "pollster"
9609version = "0.2.5"
9610source = "registry+https://github.com/rust-lang/crates.io-index"
9611checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9612
9613[[package]]
9614name = "postage"
9615version = "0.5.0"
9616source = "registry+https://github.com/rust-lang/crates.io-index"
9617checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9618dependencies = [
9619 "atomic",
9620 "crossbeam-queue",
9621 "futures 0.3.31",
9622 "log",
9623 "parking_lot",
9624 "pin-project",
9625 "pollster",
9626 "static_assertions",
9627 "thiserror 1.0.69",
9628]
9629
9630[[package]]
9631name = "postcard"
9632version = "1.1.1"
9633source = "registry+https://github.com/rust-lang/crates.io-index"
9634checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9635dependencies = [
9636 "cobs",
9637 "embedded-io 0.4.0",
9638 "embedded-io 0.6.1",
9639 "serde",
9640]
9641
9642[[package]]
9643name = "powerfmt"
9644version = "0.2.0"
9645source = "registry+https://github.com/rust-lang/crates.io-index"
9646checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9647
9648[[package]]
9649name = "ppv-lite86"
9650version = "0.2.20"
9651source = "registry+https://github.com/rust-lang/crates.io-index"
9652checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9653dependencies = [
9654 "zerocopy",
9655]
9656
9657[[package]]
9658name = "precomputed-hash"
9659version = "0.1.1"
9660source = "registry+https://github.com/rust-lang/crates.io-index"
9661checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9662
9663[[package]]
9664name = "prettier"
9665version = "0.1.0"
9666dependencies = [
9667 "anyhow",
9668 "collections",
9669 "fs",
9670 "gpui",
9671 "language",
9672 "log",
9673 "lsp",
9674 "node_runtime",
9675 "parking_lot",
9676 "paths",
9677 "serde",
9678 "serde_json",
9679 "util",
9680]
9681
9682[[package]]
9683name = "pretty_assertions"
9684version = "1.4.1"
9685source = "registry+https://github.com/rust-lang/crates.io-index"
9686checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9687dependencies = [
9688 "diff",
9689 "yansi",
9690]
9691
9692[[package]]
9693name = "prettyplease"
9694version = "0.2.25"
9695source = "registry+https://github.com/rust-lang/crates.io-index"
9696checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9697dependencies = [
9698 "proc-macro2",
9699 "syn 2.0.90",
9700]
9701
9702[[package]]
9703name = "proc-macro-crate"
9704version = "3.2.0"
9705source = "registry+https://github.com/rust-lang/crates.io-index"
9706checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9707dependencies = [
9708 "toml_edit",
9709]
9710
9711[[package]]
9712name = "proc-macro-error-attr2"
9713version = "2.0.0"
9714source = "registry+https://github.com/rust-lang/crates.io-index"
9715checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9716dependencies = [
9717 "proc-macro2",
9718 "quote",
9719]
9720
9721[[package]]
9722name = "proc-macro-error2"
9723version = "2.0.1"
9724source = "registry+https://github.com/rust-lang/crates.io-index"
9725checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9726dependencies = [
9727 "proc-macro-error-attr2",
9728 "proc-macro2",
9729 "quote",
9730 "syn 2.0.90",
9731]
9732
9733[[package]]
9734name = "proc-macro2"
9735version = "1.0.92"
9736source = "registry+https://github.com/rust-lang/crates.io-index"
9737checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
9738dependencies = [
9739 "unicode-ident",
9740]
9741
9742[[package]]
9743name = "proc-macro2-diagnostics"
9744version = "0.10.1"
9745source = "registry+https://github.com/rust-lang/crates.io-index"
9746checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9747dependencies = [
9748 "proc-macro2",
9749 "quote",
9750 "syn 2.0.90",
9751 "version_check",
9752 "yansi",
9753]
9754
9755[[package]]
9756name = "profiling"
9757version = "1.0.16"
9758source = "registry+https://github.com/rust-lang/crates.io-index"
9759checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9760dependencies = [
9761 "profiling-procmacros",
9762]
9763
9764[[package]]
9765name = "profiling-procmacros"
9766version = "1.0.16"
9767source = "registry+https://github.com/rust-lang/crates.io-index"
9768checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9769dependencies = [
9770 "quote",
9771 "syn 2.0.90",
9772]
9773
9774[[package]]
9775name = "project"
9776version = "0.1.0"
9777dependencies = [
9778 "aho-corasick",
9779 "anyhow",
9780 "async-trait",
9781 "client",
9782 "clock",
9783 "collections",
9784 "env_logger 0.11.6",
9785 "fancy-regex 0.14.0",
9786 "fs",
9787 "futures 0.3.31",
9788 "fuzzy",
9789 "git",
9790 "git2",
9791 "globset",
9792 "gpui",
9793 "http_client",
9794 "image",
9795 "itertools 0.13.0",
9796 "language",
9797 "log",
9798 "lsp",
9799 "node_runtime",
9800 "parking_lot",
9801 "pathdiff",
9802 "paths",
9803 "postage",
9804 "prettier",
9805 "pretty_assertions",
9806 "rand 0.8.5",
9807 "regex",
9808 "release_channel",
9809 "remote",
9810 "rpc",
9811 "schemars",
9812 "serde",
9813 "serde_json",
9814 "settings",
9815 "sha2",
9816 "shellexpand 2.1.2",
9817 "shlex",
9818 "similar",
9819 "smol",
9820 "snippet",
9821 "snippet_provider",
9822 "task",
9823 "tempfile",
9824 "terminal",
9825 "text",
9826 "toml 0.8.19",
9827 "unindent",
9828 "url",
9829 "util",
9830 "which 6.0.3",
9831 "worktree",
9832]
9833
9834[[package]]
9835name = "project_panel"
9836version = "0.1.0"
9837dependencies = [
9838 "anyhow",
9839 "client",
9840 "collections",
9841 "command_palette_hooks",
9842 "db",
9843 "editor",
9844 "file_icons",
9845 "git",
9846 "gpui",
9847 "indexmap",
9848 "language",
9849 "menu",
9850 "pretty_assertions",
9851 "project",
9852 "schemars",
9853 "search",
9854 "serde",
9855 "serde_derive",
9856 "serde_json",
9857 "settings",
9858 "smallvec",
9859 "theme",
9860 "ui",
9861 "util",
9862 "workspace",
9863 "worktree",
9864]
9865
9866[[package]]
9867name = "project_symbols"
9868version = "0.1.0"
9869dependencies = [
9870 "anyhow",
9871 "editor",
9872 "futures 0.3.31",
9873 "fuzzy",
9874 "gpui",
9875 "language",
9876 "lsp",
9877 "ordered-float 2.10.1",
9878 "picker",
9879 "project",
9880 "release_channel",
9881 "serde_json",
9882 "settings",
9883 "theme",
9884 "util",
9885 "workspace",
9886]
9887
9888[[package]]
9889name = "prometheus"
9890version = "0.13.4"
9891source = "registry+https://github.com/rust-lang/crates.io-index"
9892checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9893dependencies = [
9894 "cfg-if",
9895 "fnv",
9896 "lazy_static",
9897 "memchr",
9898 "parking_lot",
9899 "protobuf",
9900 "thiserror 1.0.69",
9901]
9902
9903[[package]]
9904name = "prost"
9905version = "0.9.0"
9906source = "registry+https://github.com/rust-lang/crates.io-index"
9907checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9908dependencies = [
9909 "bytes 1.9.0",
9910 "prost-derive 0.9.0",
9911]
9912
9913[[package]]
9914name = "prost"
9915version = "0.12.6"
9916source = "registry+https://github.com/rust-lang/crates.io-index"
9917checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9918dependencies = [
9919 "bytes 1.9.0",
9920 "prost-derive 0.12.6",
9921]
9922
9923[[package]]
9924name = "prost-build"
9925version = "0.9.0"
9926source = "registry+https://github.com/rust-lang/crates.io-index"
9927checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9928dependencies = [
9929 "bytes 1.9.0",
9930 "heck 0.3.3",
9931 "itertools 0.10.5",
9932 "lazy_static",
9933 "log",
9934 "multimap 0.8.3",
9935 "petgraph",
9936 "prost 0.9.0",
9937 "prost-types 0.9.0",
9938 "regex",
9939 "tempfile",
9940 "which 4.4.2",
9941]
9942
9943[[package]]
9944name = "prost-build"
9945version = "0.12.6"
9946source = "registry+https://github.com/rust-lang/crates.io-index"
9947checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
9948dependencies = [
9949 "bytes 1.9.0",
9950 "heck 0.5.0",
9951 "itertools 0.10.5",
9952 "log",
9953 "multimap 0.10.0",
9954 "once_cell",
9955 "petgraph",
9956 "prettyplease",
9957 "prost 0.12.6",
9958 "prost-types 0.12.6",
9959 "regex",
9960 "syn 2.0.90",
9961 "tempfile",
9962]
9963
9964[[package]]
9965name = "prost-derive"
9966version = "0.9.0"
9967source = "registry+https://github.com/rust-lang/crates.io-index"
9968checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9969dependencies = [
9970 "anyhow",
9971 "itertools 0.10.5",
9972 "proc-macro2",
9973 "quote",
9974 "syn 1.0.109",
9975]
9976
9977[[package]]
9978name = "prost-derive"
9979version = "0.12.6"
9980source = "registry+https://github.com/rust-lang/crates.io-index"
9981checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
9982dependencies = [
9983 "anyhow",
9984 "itertools 0.10.5",
9985 "proc-macro2",
9986 "quote",
9987 "syn 2.0.90",
9988]
9989
9990[[package]]
9991name = "prost-types"
9992version = "0.9.0"
9993source = "registry+https://github.com/rust-lang/crates.io-index"
9994checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9995dependencies = [
9996 "bytes 1.9.0",
9997 "prost 0.9.0",
9998]
9999
10000[[package]]
10001name = "prost-types"
10002version = "0.12.6"
10003source = "registry+https://github.com/rust-lang/crates.io-index"
10004checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10005dependencies = [
10006 "prost 0.12.6",
10007]
10008
10009[[package]]
10010name = "proto"
10011version = "0.1.0"
10012dependencies = [
10013 "anyhow",
10014 "collections",
10015 "prost 0.9.0",
10016 "prost-build 0.9.0",
10017 "serde",
10018]
10019
10020[[package]]
10021name = "protobuf"
10022version = "2.28.0"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10025
10026[[package]]
10027name = "psm"
10028version = "0.1.24"
10029source = "registry+https://github.com/rust-lang/crates.io-index"
10030checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10031dependencies = [
10032 "cc",
10033]
10034
10035[[package]]
10036name = "ptr_meta"
10037version = "0.1.4"
10038source = "registry+https://github.com/rust-lang/crates.io-index"
10039checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10040dependencies = [
10041 "ptr_meta_derive",
10042]
10043
10044[[package]]
10045name = "ptr_meta_derive"
10046version = "0.1.4"
10047source = "registry+https://github.com/rust-lang/crates.io-index"
10048checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10049dependencies = [
10050 "proc-macro2",
10051 "quote",
10052 "syn 1.0.109",
10053]
10054
10055[[package]]
10056name = "pulldown-cmark"
10057version = "0.10.3"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10060dependencies = [
10061 "bitflags 2.6.0",
10062 "memchr",
10063 "pulldown-cmark-escape",
10064 "unicase",
10065]
10066
10067[[package]]
10068name = "pulldown-cmark"
10069version = "0.12.2"
10070source = "registry+https://github.com/rust-lang/crates.io-index"
10071checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10072dependencies = [
10073 "bitflags 2.6.0",
10074 "memchr",
10075 "unicase",
10076]
10077
10078[[package]]
10079name = "pulldown-cmark-escape"
10080version = "0.10.1"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10083
10084[[package]]
10085name = "qoi"
10086version = "0.4.1"
10087source = "registry+https://github.com/rust-lang/crates.io-index"
10088checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10089dependencies = [
10090 "bytemuck",
10091]
10092
10093[[package]]
10094name = "quick-error"
10095version = "2.0.1"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10098
10099[[package]]
10100name = "quick-xml"
10101version = "0.32.0"
10102source = "registry+https://github.com/rust-lang/crates.io-index"
10103checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10104dependencies = [
10105 "memchr",
10106]
10107
10108[[package]]
10109name = "quick-xml"
10110version = "0.36.2"
10111source = "registry+https://github.com/rust-lang/crates.io-index"
10112checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10113dependencies = [
10114 "memchr",
10115]
10116
10117[[package]]
10118name = "quinn"
10119version = "0.11.6"
10120source = "registry+https://github.com/rust-lang/crates.io-index"
10121checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10122dependencies = [
10123 "bytes 1.9.0",
10124 "pin-project-lite",
10125 "quinn-proto",
10126 "quinn-udp",
10127 "rustc-hash 2.1.0",
10128 "rustls 0.23.20",
10129 "socket2 0.5.8",
10130 "thiserror 2.0.6",
10131 "tokio",
10132 "tracing",
10133]
10134
10135[[package]]
10136name = "quinn-proto"
10137version = "0.11.9"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10140dependencies = [
10141 "bytes 1.9.0",
10142 "getrandom 0.2.15",
10143 "rand 0.8.5",
10144 "ring",
10145 "rustc-hash 2.1.0",
10146 "rustls 0.23.20",
10147 "rustls-pki-types",
10148 "slab",
10149 "thiserror 2.0.6",
10150 "tinyvec",
10151 "tracing",
10152 "web-time",
10153]
10154
10155[[package]]
10156name = "quinn-udp"
10157version = "0.5.8"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10160dependencies = [
10161 "cfg_aliases 0.2.1",
10162 "libc",
10163 "once_cell",
10164 "socket2 0.5.8",
10165 "tracing",
10166 "windows-sys 0.59.0",
10167]
10168
10169[[package]]
10170name = "quote"
10171version = "1.0.38"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10174dependencies = [
10175 "proc-macro2",
10176]
10177
10178[[package]]
10179name = "radium"
10180version = "0.7.0"
10181source = "registry+https://github.com/rust-lang/crates.io-index"
10182checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10183
10184[[package]]
10185name = "rand"
10186version = "0.7.3"
10187source = "registry+https://github.com/rust-lang/crates.io-index"
10188checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10189dependencies = [
10190 "getrandom 0.1.16",
10191 "libc",
10192 "rand_chacha 0.2.2",
10193 "rand_core 0.5.1",
10194 "rand_hc",
10195]
10196
10197[[package]]
10198name = "rand"
10199version = "0.8.5"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10202dependencies = [
10203 "libc",
10204 "rand_chacha 0.3.1",
10205 "rand_core 0.6.4",
10206]
10207
10208[[package]]
10209name = "rand_chacha"
10210version = "0.2.2"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10213dependencies = [
10214 "ppv-lite86",
10215 "rand_core 0.5.1",
10216]
10217
10218[[package]]
10219name = "rand_chacha"
10220version = "0.3.1"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10223dependencies = [
10224 "ppv-lite86",
10225 "rand_core 0.6.4",
10226]
10227
10228[[package]]
10229name = "rand_core"
10230version = "0.5.1"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10233dependencies = [
10234 "getrandom 0.1.16",
10235]
10236
10237[[package]]
10238name = "rand_core"
10239version = "0.6.4"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10242dependencies = [
10243 "getrandom 0.2.15",
10244]
10245
10246[[package]]
10247name = "rand_hc"
10248version = "0.2.0"
10249source = "registry+https://github.com/rust-lang/crates.io-index"
10250checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10251dependencies = [
10252 "rand_core 0.5.1",
10253]
10254
10255[[package]]
10256name = "rangemap"
10257version = "1.5.1"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10260
10261[[package]]
10262name = "rav1e"
10263version = "0.7.1"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10266dependencies = [
10267 "arbitrary",
10268 "arg_enum_proc_macro",
10269 "arrayvec",
10270 "av1-grain",
10271 "bitstream-io",
10272 "built",
10273 "cfg-if",
10274 "interpolate_name",
10275 "itertools 0.12.1",
10276 "libc",
10277 "libfuzzer-sys",
10278 "log",
10279 "maybe-rayon",
10280 "new_debug_unreachable",
10281 "noop_proc_macro",
10282 "num-derive",
10283 "num-traits",
10284 "once_cell",
10285 "paste",
10286 "profiling",
10287 "rand 0.8.5",
10288 "rand_chacha 0.3.1",
10289 "simd_helpers",
10290 "system-deps",
10291 "thiserror 1.0.69",
10292 "v_frame",
10293 "wasm-bindgen",
10294]
10295
10296[[package]]
10297name = "ravif"
10298version = "0.11.11"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10301dependencies = [
10302 "avif-serialize",
10303 "imgref",
10304 "loop9",
10305 "quick-error",
10306 "rav1e",
10307 "rayon",
10308 "rgb",
10309]
10310
10311[[package]]
10312name = "raw-window-handle"
10313version = "0.6.2"
10314source = "registry+https://github.com/rust-lang/crates.io-index"
10315checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10316
10317[[package]]
10318name = "raw-window-metal"
10319version = "0.4.0"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10322dependencies = [
10323 "cocoa 0.25.0",
10324 "core-graphics 0.23.2",
10325 "objc",
10326 "raw-window-handle",
10327]
10328
10329[[package]]
10330name = "rayon"
10331version = "1.10.0"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10334dependencies = [
10335 "either",
10336 "rayon-core",
10337]
10338
10339[[package]]
10340name = "rayon-core"
10341version = "1.12.1"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10344dependencies = [
10345 "crossbeam-deque",
10346 "crossbeam-utils",
10347]
10348
10349[[package]]
10350name = "read-fonts"
10351version = "0.22.5"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10354dependencies = [
10355 "bytemuck",
10356 "font-types",
10357]
10358
10359[[package]]
10360name = "recent_projects"
10361version = "0.1.0"
10362dependencies = [
10363 "anyhow",
10364 "auto_update",
10365 "editor",
10366 "extension_host",
10367 "file_finder",
10368 "futures 0.3.31",
10369 "fuzzy",
10370 "gpui",
10371 "language",
10372 "log",
10373 "markdown",
10374 "menu",
10375 "ordered-float 2.10.1",
10376 "paths",
10377 "picker",
10378 "project",
10379 "release_channel",
10380 "remote",
10381 "schemars",
10382 "serde",
10383 "serde_json",
10384 "settings",
10385 "smol",
10386 "task",
10387 "theme",
10388 "ui",
10389 "util",
10390 "workspace",
10391 "zed_actions",
10392]
10393
10394[[package]]
10395name = "redox_syscall"
10396version = "0.2.16"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10399dependencies = [
10400 "bitflags 1.3.2",
10401]
10402
10403[[package]]
10404name = "redox_syscall"
10405version = "0.5.8"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10408dependencies = [
10409 "bitflags 2.6.0",
10410]
10411
10412[[package]]
10413name = "redox_users"
10414version = "0.4.6"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10417dependencies = [
10418 "getrandom 0.2.15",
10419 "libredox",
10420 "thiserror 1.0.69",
10421]
10422
10423[[package]]
10424name = "refineable"
10425version = "0.1.0"
10426dependencies = [
10427 "derive_refineable",
10428]
10429
10430[[package]]
10431name = "regalloc2"
10432version = "0.9.3"
10433source = "registry+https://github.com/rust-lang/crates.io-index"
10434checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10435dependencies = [
10436 "hashbrown 0.13.2",
10437 "log",
10438 "rustc-hash 1.1.0",
10439 "slice-group-by",
10440 "smallvec",
10441]
10442
10443[[package]]
10444name = "regex"
10445version = "1.11.1"
10446source = "registry+https://github.com/rust-lang/crates.io-index"
10447checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10448dependencies = [
10449 "aho-corasick",
10450 "memchr",
10451 "regex-automata 0.4.9",
10452 "regex-syntax 0.8.5",
10453]
10454
10455[[package]]
10456name = "regex-automata"
10457version = "0.1.10"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10460dependencies = [
10461 "regex-syntax 0.6.29",
10462]
10463
10464[[package]]
10465name = "regex-automata"
10466version = "0.4.9"
10467source = "registry+https://github.com/rust-lang/crates.io-index"
10468checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10469dependencies = [
10470 "aho-corasick",
10471 "memchr",
10472 "regex-syntax 0.8.5",
10473]
10474
10475[[package]]
10476name = "regex-lite"
10477version = "0.1.6"
10478source = "registry+https://github.com/rust-lang/crates.io-index"
10479checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10480
10481[[package]]
10482name = "regex-syntax"
10483version = "0.6.29"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10486
10487[[package]]
10488name = "regex-syntax"
10489version = "0.8.5"
10490source = "registry+https://github.com/rust-lang/crates.io-index"
10491checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10492
10493[[package]]
10494name = "release_channel"
10495version = "0.1.0"
10496dependencies = [
10497 "gpui",
10498]
10499
10500[[package]]
10501name = "remote"
10502version = "0.1.0"
10503dependencies = [
10504 "anyhow",
10505 "async-trait",
10506 "collections",
10507 "fs",
10508 "futures 0.3.31",
10509 "gpui",
10510 "itertools 0.13.0",
10511 "log",
10512 "parking_lot",
10513 "paths",
10514 "prost 0.9.0",
10515 "release_channel",
10516 "rpc",
10517 "serde",
10518 "serde_json",
10519 "shlex",
10520 "smol",
10521 "tempfile",
10522 "thiserror 1.0.69",
10523 "util",
10524 "which 6.0.3",
10525]
10526
10527[[package]]
10528name = "remote_server"
10529version = "0.1.0"
10530dependencies = [
10531 "anyhow",
10532 "async-watch",
10533 "backtrace",
10534 "cargo_toml",
10535 "chrono",
10536 "clap",
10537 "client",
10538 "clock",
10539 "env_logger 0.11.6",
10540 "extension",
10541 "extension_host",
10542 "fork",
10543 "fs",
10544 "futures 0.3.31",
10545 "git",
10546 "git_hosting_providers",
10547 "gpui",
10548 "http_client",
10549 "language",
10550 "language_extension",
10551 "languages",
10552 "libc",
10553 "log",
10554 "lsp",
10555 "node_runtime",
10556 "paths",
10557 "project",
10558 "proto",
10559 "release_channel",
10560 "remote",
10561 "reqwest_client",
10562 "rpc",
10563 "rust-embed",
10564 "serde",
10565 "serde_json",
10566 "settings",
10567 "shellexpand 2.1.2",
10568 "smol",
10569 "sysinfo",
10570 "telemetry_events",
10571 "toml 0.8.19",
10572 "util",
10573 "worktree",
10574]
10575
10576[[package]]
10577name = "rend"
10578version = "0.4.2"
10579source = "registry+https://github.com/rust-lang/crates.io-index"
10580checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10581dependencies = [
10582 "bytecheck",
10583]
10584
10585[[package]]
10586name = "repl"
10587version = "0.1.0"
10588dependencies = [
10589 "alacritty_terminal",
10590 "anyhow",
10591 "async-dispatcher",
10592 "async-tungstenite 0.28.2",
10593 "base64 0.22.1",
10594 "client",
10595 "collections",
10596 "command_palette_hooks",
10597 "editor",
10598 "env_logger 0.11.6",
10599 "feature_flags",
10600 "file_icons",
10601 "futures 0.3.31",
10602 "gpui",
10603 "http_client",
10604 "image",
10605 "indoc",
10606 "jupyter-protocol",
10607 "jupyter-websocket-client",
10608 "language",
10609 "languages",
10610 "log",
10611 "markdown_preview",
10612 "menu",
10613 "multi_buffer",
10614 "nbformat",
10615 "picker",
10616 "project",
10617 "runtimelib",
10618 "schemars",
10619 "serde",
10620 "serde_json",
10621 "settings",
10622 "smol",
10623 "telemetry",
10624 "terminal",
10625 "terminal_view",
10626 "theme",
10627 "tree-sitter-md",
10628 "tree-sitter-python",
10629 "tree-sitter-typescript",
10630 "ui",
10631 "util",
10632 "uuid",
10633 "workspace",
10634]
10635
10636[[package]]
10637name = "reqwest"
10638version = "0.11.27"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10641dependencies = [
10642 "base64 0.21.7",
10643 "bytes 1.9.0",
10644 "encoding_rs",
10645 "futures-core",
10646 "futures-util",
10647 "h2 0.3.26",
10648 "http 0.2.12",
10649 "http-body 0.4.6",
10650 "hyper 0.14.32",
10651 "hyper-rustls 0.24.2",
10652 "hyper-tls",
10653 "ipnet",
10654 "js-sys",
10655 "log",
10656 "mime",
10657 "native-tls",
10658 "once_cell",
10659 "percent-encoding",
10660 "pin-project-lite",
10661 "rustls 0.21.12",
10662 "rustls-native-certs 0.6.3",
10663 "rustls-pemfile 1.0.4",
10664 "serde",
10665 "serde_json",
10666 "serde_urlencoded",
10667 "sync_wrapper 0.1.2",
10668 "system-configuration 0.5.1",
10669 "tokio",
10670 "tokio-native-tls",
10671 "tokio-rustls 0.24.1",
10672 "tower-service",
10673 "url",
10674 "wasm-bindgen",
10675 "wasm-bindgen-futures",
10676 "web-sys",
10677 "winreg 0.50.0",
10678]
10679
10680[[package]]
10681name = "reqwest"
10682version = "0.12.8"
10683source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10684dependencies = [
10685 "base64 0.22.1",
10686 "bytes 1.9.0",
10687 "encoding_rs",
10688 "futures-core",
10689 "futures-util",
10690 "h2 0.4.7",
10691 "http 1.2.0",
10692 "http-body 1.0.1",
10693 "http-body-util",
10694 "hyper 1.5.1",
10695 "hyper-rustls 0.27.3",
10696 "hyper-util",
10697 "ipnet",
10698 "js-sys",
10699 "log",
10700 "mime",
10701 "once_cell",
10702 "percent-encoding",
10703 "pin-project-lite",
10704 "quinn",
10705 "rustls 0.23.20",
10706 "rustls-native-certs 0.8.1",
10707 "rustls-pemfile 2.2.0",
10708 "rustls-pki-types",
10709 "serde",
10710 "serde_json",
10711 "serde_urlencoded",
10712 "sync_wrapper 1.0.2",
10713 "system-configuration 0.6.1",
10714 "tokio",
10715 "tokio-rustls 0.26.1",
10716 "tokio-socks",
10717 "tokio-util",
10718 "tower-service",
10719 "url",
10720 "wasm-bindgen",
10721 "wasm-bindgen-futures",
10722 "wasm-streams",
10723 "web-sys",
10724 "windows-registry",
10725]
10726
10727[[package]]
10728name = "reqwest_client"
10729version = "0.1.0"
10730dependencies = [
10731 "anyhow",
10732 "bytes 1.9.0",
10733 "futures 0.3.31",
10734 "gpui",
10735 "http_client",
10736 "log",
10737 "reqwest 0.12.8",
10738 "serde",
10739 "smol",
10740 "tokio",
10741]
10742
10743[[package]]
10744name = "resvg"
10745version = "0.44.0"
10746source = "registry+https://github.com/rust-lang/crates.io-index"
10747checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10748dependencies = [
10749 "log",
10750 "pico-args",
10751 "rgb",
10752 "svgtypes",
10753 "tiny-skia",
10754 "usvg",
10755]
10756
10757[[package]]
10758name = "rfc6979"
10759version = "0.3.1"
10760source = "registry+https://github.com/rust-lang/crates.io-index"
10761checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10762dependencies = [
10763 "crypto-bigint 0.4.9",
10764 "hmac",
10765 "zeroize",
10766]
10767
10768[[package]]
10769name = "rgb"
10770version = "0.8.50"
10771source = "registry+https://github.com/rust-lang/crates.io-index"
10772checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10773dependencies = [
10774 "bytemuck",
10775]
10776
10777[[package]]
10778name = "rich_text"
10779version = "0.1.0"
10780dependencies = [
10781 "futures 0.3.31",
10782 "gpui",
10783 "language",
10784 "linkify",
10785 "pulldown-cmark 0.12.2",
10786 "theme",
10787 "ui",
10788 "util",
10789]
10790
10791[[package]]
10792name = "ring"
10793version = "0.17.8"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10796dependencies = [
10797 "cc",
10798 "cfg-if",
10799 "getrandom 0.2.15",
10800 "libc",
10801 "spin",
10802 "untrusted",
10803 "windows-sys 0.52.0",
10804]
10805
10806[[package]]
10807name = "rkyv"
10808version = "0.7.45"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10811dependencies = [
10812 "bitvec",
10813 "bytecheck",
10814 "bytes 1.9.0",
10815 "hashbrown 0.12.3",
10816 "ptr_meta",
10817 "rend",
10818 "rkyv_derive",
10819 "seahash",
10820 "tinyvec",
10821 "uuid",
10822]
10823
10824[[package]]
10825name = "rkyv_derive"
10826version = "0.7.45"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10829dependencies = [
10830 "proc-macro2",
10831 "quote",
10832 "syn 1.0.109",
10833]
10834
10835[[package]]
10836name = "rmp"
10837version = "0.8.14"
10838source = "registry+https://github.com/rust-lang/crates.io-index"
10839checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10840dependencies = [
10841 "byteorder",
10842 "num-traits",
10843 "paste",
10844]
10845
10846[[package]]
10847name = "rmpv"
10848version = "1.3.0"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10851dependencies = [
10852 "num-traits",
10853 "rmp",
10854]
10855
10856[[package]]
10857name = "rodio"
10858version = "0.20.1"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10861dependencies = [
10862 "cpal",
10863 "hound",
10864]
10865
10866[[package]]
10867name = "rope"
10868version = "0.1.0"
10869dependencies = [
10870 "arrayvec",
10871 "criterion",
10872 "ctor",
10873 "env_logger 0.11.6",
10874 "gpui",
10875 "log",
10876 "rand 0.8.5",
10877 "rayon",
10878 "smallvec",
10879 "sum_tree",
10880 "unicode-segmentation",
10881 "util",
10882]
10883
10884[[package]]
10885name = "roxmltree"
10886version = "0.20.0"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10889
10890[[package]]
10891name = "rpc"
10892version = "0.1.0"
10893dependencies = [
10894 "anyhow",
10895 "async-tungstenite 0.28.2",
10896 "base64 0.22.1",
10897 "chrono",
10898 "collections",
10899 "env_logger 0.11.6",
10900 "futures 0.3.31",
10901 "gpui",
10902 "parking_lot",
10903 "proto",
10904 "rand 0.8.5",
10905 "rsa",
10906 "serde",
10907 "serde_json",
10908 "sha2",
10909 "strum",
10910 "tracing",
10911 "util",
10912 "zstd",
10913]
10914
10915[[package]]
10916name = "rsa"
10917version = "0.9.7"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10920dependencies = [
10921 "const-oid",
10922 "digest",
10923 "num-bigint-dig",
10924 "num-integer",
10925 "num-traits",
10926 "pkcs1",
10927 "pkcs8 0.10.2",
10928 "rand_core 0.6.4",
10929 "signature 2.2.0",
10930 "spki 0.7.3",
10931 "subtle",
10932 "zeroize",
10933]
10934
10935[[package]]
10936name = "runtimelib"
10937version = "0.24.0"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "445ff0ee3d5c832cdd27efadd004a741423db1f91bd1de593a14b21211ea084c"
10940dependencies = [
10941 "anyhow",
10942 "async-dispatcher",
10943 "async-std",
10944 "base64 0.22.1",
10945 "bytes 1.9.0",
10946 "chrono",
10947 "data-encoding",
10948 "dirs 5.0.1",
10949 "futures 0.3.31",
10950 "glob",
10951 "jupyter-protocol",
10952 "ring",
10953 "serde",
10954 "serde_json",
10955 "shellexpand 3.1.0",
10956 "smol",
10957 "uuid",
10958 "zeromq",
10959]
10960
10961[[package]]
10962name = "rust-embed"
10963version = "8.5.0"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10966dependencies = [
10967 "rust-embed-impl",
10968 "rust-embed-utils",
10969 "walkdir",
10970]
10971
10972[[package]]
10973name = "rust-embed-impl"
10974version = "8.5.0"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10977dependencies = [
10978 "proc-macro2",
10979 "quote",
10980 "rust-embed-utils",
10981 "syn 2.0.90",
10982 "walkdir",
10983]
10984
10985[[package]]
10986name = "rust-embed-utils"
10987version = "8.5.0"
10988source = "registry+https://github.com/rust-lang/crates.io-index"
10989checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10990dependencies = [
10991 "globset",
10992 "sha2",
10993 "walkdir",
10994]
10995
10996[[package]]
10997name = "rust_decimal"
10998version = "1.36.0"
10999source = "registry+https://github.com/rust-lang/crates.io-index"
11000checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11001dependencies = [
11002 "arrayvec",
11003 "borsh",
11004 "bytes 1.9.0",
11005 "num-traits",
11006 "rand 0.8.5",
11007 "rkyv",
11008 "serde",
11009 "serde_json",
11010]
11011
11012[[package]]
11013name = "rustc-demangle"
11014version = "0.1.24"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11017
11018[[package]]
11019name = "rustc-hash"
11020version = "1.1.0"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11023
11024[[package]]
11025name = "rustc-hash"
11026version = "2.1.0"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
11029
11030[[package]]
11031name = "rustc_version"
11032version = "0.4.1"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11035dependencies = [
11036 "semver",
11037]
11038
11039[[package]]
11040name = "rustix"
11041version = "0.37.27"
11042source = "registry+https://github.com/rust-lang/crates.io-index"
11043checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
11044dependencies = [
11045 "bitflags 1.3.2",
11046 "errno 0.3.10",
11047 "io-lifetimes 1.0.11",
11048 "libc",
11049 "linux-raw-sys 0.3.8",
11050 "windows-sys 0.48.0",
11051]
11052
11053[[package]]
11054name = "rustix"
11055version = "0.38.42"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11058dependencies = [
11059 "bitflags 2.6.0",
11060 "errno 0.3.10",
11061 "itoa",
11062 "libc",
11063 "linux-raw-sys 0.4.14",
11064 "once_cell",
11065 "windows-sys 0.59.0",
11066]
11067
11068[[package]]
11069name = "rustix-openpty"
11070version = "0.1.1"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11073dependencies = [
11074 "errno 0.3.10",
11075 "libc",
11076 "rustix 0.38.42",
11077]
11078
11079[[package]]
11080name = "rustls"
11081version = "0.21.12"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11084dependencies = [
11085 "log",
11086 "ring",
11087 "rustls-webpki 0.101.7",
11088 "sct",
11089]
11090
11091[[package]]
11092name = "rustls"
11093version = "0.23.20"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
11096dependencies = [
11097 "once_cell",
11098 "ring",
11099 "rustls-pki-types",
11100 "rustls-webpki 0.102.8",
11101 "subtle",
11102 "zeroize",
11103]
11104
11105[[package]]
11106name = "rustls-native-certs"
11107version = "0.6.3"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11110dependencies = [
11111 "openssl-probe",
11112 "rustls-pemfile 1.0.4",
11113 "schannel",
11114 "security-framework 2.11.1",
11115]
11116
11117[[package]]
11118name = "rustls-native-certs"
11119version = "0.8.1"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11122dependencies = [
11123 "openssl-probe",
11124 "rustls-pki-types",
11125 "schannel",
11126 "security-framework 3.0.1",
11127]
11128
11129[[package]]
11130name = "rustls-pemfile"
11131version = "1.0.4"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11134dependencies = [
11135 "base64 0.21.7",
11136]
11137
11138[[package]]
11139name = "rustls-pemfile"
11140version = "2.2.0"
11141source = "registry+https://github.com/rust-lang/crates.io-index"
11142checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11143dependencies = [
11144 "rustls-pki-types",
11145]
11146
11147[[package]]
11148name = "rustls-pki-types"
11149version = "1.10.0"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11152dependencies = [
11153 "web-time",
11154]
11155
11156[[package]]
11157name = "rustls-webpki"
11158version = "0.101.7"
11159source = "registry+https://github.com/rust-lang/crates.io-index"
11160checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11161dependencies = [
11162 "ring",
11163 "untrusted",
11164]
11165
11166[[package]]
11167name = "rustls-webpki"
11168version = "0.102.8"
11169source = "registry+https://github.com/rust-lang/crates.io-index"
11170checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11171dependencies = [
11172 "ring",
11173 "rustls-pki-types",
11174 "untrusted",
11175]
11176
11177[[package]]
11178name = "rustversion"
11179version = "1.0.18"
11180source = "registry+https://github.com/rust-lang/crates.io-index"
11181checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11182
11183[[package]]
11184name = "rustybuzz"
11185version = "0.14.1"
11186source = "registry+https://github.com/rust-lang/crates.io-index"
11187checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11188dependencies = [
11189 "bitflags 2.6.0",
11190 "bytemuck",
11191 "libm",
11192 "smallvec",
11193 "ttf-parser",
11194 "unicode-bidi-mirroring",
11195 "unicode-ccc",
11196 "unicode-properties",
11197 "unicode-script",
11198]
11199
11200[[package]]
11201name = "ryu"
11202version = "1.0.18"
11203source = "registry+https://github.com/rust-lang/crates.io-index"
11204checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11205
11206[[package]]
11207name = "salsa20"
11208version = "0.10.2"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11211dependencies = [
11212 "cipher",
11213]
11214
11215[[package]]
11216name = "same-file"
11217version = "1.0.6"
11218source = "registry+https://github.com/rust-lang/crates.io-index"
11219checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11220dependencies = [
11221 "winapi-util",
11222]
11223
11224[[package]]
11225name = "schannel"
11226version = "0.1.27"
11227source = "registry+https://github.com/rust-lang/crates.io-index"
11228checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11229dependencies = [
11230 "windows-sys 0.59.0",
11231]
11232
11233[[package]]
11234name = "schemars"
11235version = "0.8.21"
11236source = "registry+https://github.com/rust-lang/crates.io-index"
11237checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11238dependencies = [
11239 "dyn-clone",
11240 "indexmap",
11241 "schemars_derive",
11242 "serde",
11243 "serde_json",
11244]
11245
11246[[package]]
11247name = "schemars_derive"
11248version = "0.8.21"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11251dependencies = [
11252 "proc-macro2",
11253 "quote",
11254 "serde_derive_internals",
11255 "syn 2.0.90",
11256]
11257
11258[[package]]
11259name = "scoped-tls"
11260version = "1.0.1"
11261source = "registry+https://github.com/rust-lang/crates.io-index"
11262checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11263
11264[[package]]
11265name = "scopeguard"
11266version = "1.2.0"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11269
11270[[package]]
11271name = "scratch"
11272version = "1.0.7"
11273source = "registry+https://github.com/rust-lang/crates.io-index"
11274checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11275
11276[[package]]
11277name = "scrypt"
11278version = "0.11.0"
11279source = "registry+https://github.com/rust-lang/crates.io-index"
11280checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11281dependencies = [
11282 "password-hash 0.5.0",
11283 "pbkdf2 0.12.2",
11284 "salsa20",
11285 "sha2",
11286]
11287
11288[[package]]
11289name = "sct"
11290version = "0.7.1"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11293dependencies = [
11294 "ring",
11295 "untrusted",
11296]
11297
11298[[package]]
11299name = "sea-bae"
11300version = "0.2.1"
11301source = "registry+https://github.com/rust-lang/crates.io-index"
11302checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11303dependencies = [
11304 "heck 0.4.1",
11305 "proc-macro-error2",
11306 "proc-macro2",
11307 "quote",
11308 "syn 2.0.90",
11309]
11310
11311[[package]]
11312name = "sea-orm"
11313version = "1.1.3"
11314source = "registry+https://github.com/rust-lang/crates.io-index"
11315checksum = "0dbcf83248860dc632c46c7e81a221e041b50d0006191756cb001d9e8afc60a9"
11316dependencies = [
11317 "async-stream",
11318 "async-trait",
11319 "bigdecimal",
11320 "chrono",
11321 "futures 0.3.31",
11322 "log",
11323 "ouroboros",
11324 "rust_decimal",
11325 "sea-orm-macros",
11326 "sea-query",
11327 "sea-query-binder",
11328 "serde",
11329 "serde_json",
11330 "sqlx",
11331 "strum",
11332 "thiserror 1.0.69",
11333 "time",
11334 "tracing",
11335 "url",
11336 "uuid",
11337]
11338
11339[[package]]
11340name = "sea-orm-macros"
11341version = "1.1.3"
11342source = "registry+https://github.com/rust-lang/crates.io-index"
11343checksum = "49ce6f08134f3681b1ca92185b96fac898f26d9b4f5538d13f7032ef243d14b2"
11344dependencies = [
11345 "heck 0.4.1",
11346 "proc-macro2",
11347 "quote",
11348 "sea-bae",
11349 "syn 2.0.90",
11350 "unicode-ident",
11351]
11352
11353[[package]]
11354name = "sea-query"
11355version = "0.32.1"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11358dependencies = [
11359 "bigdecimal",
11360 "chrono",
11361 "inherent",
11362 "ordered-float 3.9.2",
11363 "rust_decimal",
11364 "serde_json",
11365 "time",
11366 "uuid",
11367]
11368
11369[[package]]
11370name = "sea-query-binder"
11371version = "0.7.0"
11372source = "registry+https://github.com/rust-lang/crates.io-index"
11373checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11374dependencies = [
11375 "bigdecimal",
11376 "chrono",
11377 "rust_decimal",
11378 "sea-query",
11379 "serde_json",
11380 "sqlx",
11381 "time",
11382 "uuid",
11383]
11384
11385[[package]]
11386name = "seahash"
11387version = "4.1.0"
11388source = "registry+https://github.com/rust-lang/crates.io-index"
11389checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11390
11391[[package]]
11392name = "search"
11393version = "0.1.0"
11394dependencies = [
11395 "any_vec",
11396 "anyhow",
11397 "bitflags 2.6.0",
11398 "client",
11399 "collections",
11400 "editor",
11401 "futures 0.3.31",
11402 "gpui",
11403 "language",
11404 "menu",
11405 "project",
11406 "serde",
11407 "serde_json",
11408 "settings",
11409 "smol",
11410 "theme",
11411 "ui",
11412 "unindent",
11413 "util",
11414 "workspace",
11415]
11416
11417[[package]]
11418name = "sec1"
11419version = "0.3.0"
11420source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11422dependencies = [
11423 "base16ct",
11424 "der 0.6.1",
11425 "generic-array",
11426 "pkcs8 0.9.0",
11427 "subtle",
11428 "zeroize",
11429]
11430
11431[[package]]
11432name = "security-framework"
11433version = "2.11.1"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11436dependencies = [
11437 "bitflags 2.6.0",
11438 "core-foundation 0.9.4",
11439 "core-foundation-sys",
11440 "libc",
11441 "security-framework-sys",
11442]
11443
11444[[package]]
11445name = "security-framework"
11446version = "3.0.1"
11447source = "registry+https://github.com/rust-lang/crates.io-index"
11448checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11449dependencies = [
11450 "bitflags 2.6.0",
11451 "core-foundation 0.10.0",
11452 "core-foundation-sys",
11453 "libc",
11454 "security-framework-sys",
11455]
11456
11457[[package]]
11458name = "security-framework-sys"
11459version = "2.12.1"
11460source = "registry+https://github.com/rust-lang/crates.io-index"
11461checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11462dependencies = [
11463 "core-foundation-sys",
11464 "libc",
11465]
11466
11467[[package]]
11468name = "self_cell"
11469version = "1.1.0"
11470source = "registry+https://github.com/rust-lang/crates.io-index"
11471checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11472
11473[[package]]
11474name = "semantic_index"
11475version = "0.1.0"
11476dependencies = [
11477 "anyhow",
11478 "arrayvec",
11479 "blake3",
11480 "client",
11481 "clock",
11482 "collections",
11483 "env_logger 0.11.6",
11484 "feature_flags",
11485 "fs",
11486 "futures 0.3.31",
11487 "futures-batch",
11488 "gpui",
11489 "heed",
11490 "http_client",
11491 "language",
11492 "language_model",
11493 "languages",
11494 "log",
11495 "open_ai",
11496 "parking_lot",
11497 "project",
11498 "reqwest_client",
11499 "serde",
11500 "serde_json",
11501 "settings",
11502 "sha2",
11503 "smol",
11504 "tempfile",
11505 "theme",
11506 "tree-sitter",
11507 "ui",
11508 "unindent",
11509 "util",
11510 "workspace",
11511 "worktree",
11512]
11513
11514[[package]]
11515name = "semantic_version"
11516version = "0.1.0"
11517dependencies = [
11518 "anyhow",
11519 "serde",
11520]
11521
11522[[package]]
11523name = "semver"
11524version = "1.0.24"
11525source = "registry+https://github.com/rust-lang/crates.io-index"
11526checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11527dependencies = [
11528 "serde",
11529]
11530
11531[[package]]
11532name = "serde"
11533version = "1.0.216"
11534source = "registry+https://github.com/rust-lang/crates.io-index"
11535checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e"
11536dependencies = [
11537 "serde_derive",
11538]
11539
11540[[package]]
11541name = "serde_derive"
11542version = "1.0.216"
11543source = "registry+https://github.com/rust-lang/crates.io-index"
11544checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e"
11545dependencies = [
11546 "proc-macro2",
11547 "quote",
11548 "syn 2.0.90",
11549]
11550
11551[[package]]
11552name = "serde_derive_internals"
11553version = "0.29.1"
11554source = "registry+https://github.com/rust-lang/crates.io-index"
11555checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11556dependencies = [
11557 "proc-macro2",
11558 "quote",
11559 "syn 2.0.90",
11560]
11561
11562[[package]]
11563name = "serde_fmt"
11564version = "1.0.3"
11565source = "registry+https://github.com/rust-lang/crates.io-index"
11566checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11567dependencies = [
11568 "serde",
11569]
11570
11571[[package]]
11572name = "serde_json"
11573version = "1.0.134"
11574source = "registry+https://github.com/rust-lang/crates.io-index"
11575checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
11576dependencies = [
11577 "indexmap",
11578 "itoa",
11579 "memchr",
11580 "ryu",
11581 "serde",
11582]
11583
11584[[package]]
11585name = "serde_json_lenient"
11586version = "0.2.4"
11587source = "registry+https://github.com/rust-lang/crates.io-index"
11588checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11589dependencies = [
11590 "indexmap",
11591 "itoa",
11592 "memchr",
11593 "ryu",
11594 "serde",
11595]
11596
11597[[package]]
11598name = "serde_path_to_error"
11599version = "0.1.16"
11600source = "registry+https://github.com/rust-lang/crates.io-index"
11601checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11602dependencies = [
11603 "itoa",
11604 "serde",
11605]
11606
11607[[package]]
11608name = "serde_qs"
11609version = "0.8.5"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11612dependencies = [
11613 "percent-encoding",
11614 "serde",
11615 "thiserror 1.0.69",
11616]
11617
11618[[package]]
11619name = "serde_qs"
11620version = "0.10.1"
11621source = "registry+https://github.com/rust-lang/crates.io-index"
11622checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11623dependencies = [
11624 "percent-encoding",
11625 "serde",
11626 "thiserror 1.0.69",
11627]
11628
11629[[package]]
11630name = "serde_repr"
11631version = "0.1.19"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11634dependencies = [
11635 "proc-macro2",
11636 "quote",
11637 "syn 2.0.90",
11638]
11639
11640[[package]]
11641name = "serde_spanned"
11642version = "0.6.8"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11645dependencies = [
11646 "serde",
11647]
11648
11649[[package]]
11650name = "serde_urlencoded"
11651version = "0.7.1"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11654dependencies = [
11655 "form_urlencoded",
11656 "itoa",
11657 "ryu",
11658 "serde",
11659]
11660
11661[[package]]
11662name = "session"
11663version = "0.1.0"
11664dependencies = [
11665 "db",
11666 "gpui",
11667 "serde_json",
11668 "util",
11669 "uuid",
11670]
11671
11672[[package]]
11673name = "settings"
11674version = "0.1.0"
11675dependencies = [
11676 "anyhow",
11677 "collections",
11678 "ec4rs",
11679 "fs",
11680 "futures 0.3.31",
11681 "gpui",
11682 "indoc",
11683 "log",
11684 "paths",
11685 "pretty_assertions",
11686 "release_channel",
11687 "rust-embed",
11688 "schemars",
11689 "serde",
11690 "serde_derive",
11691 "serde_json",
11692 "serde_json_lenient",
11693 "smallvec",
11694 "tree-sitter",
11695 "tree-sitter-json",
11696 "unindent",
11697 "util",
11698]
11699
11700[[package]]
11701name = "settings_ui"
11702version = "0.1.0"
11703dependencies = [
11704 "command_palette_hooks",
11705 "editor",
11706 "feature_flags",
11707 "gpui",
11708 "settings",
11709 "theme",
11710 "ui",
11711 "workspace",
11712]
11713
11714[[package]]
11715name = "sha1"
11716version = "0.10.6"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11719dependencies = [
11720 "cfg-if",
11721 "cpufeatures",
11722 "digest",
11723]
11724
11725[[package]]
11726name = "sha1_smol"
11727version = "1.0.1"
11728source = "registry+https://github.com/rust-lang/crates.io-index"
11729checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11730
11731[[package]]
11732name = "sha2"
11733version = "0.10.8"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11736dependencies = [
11737 "cfg-if",
11738 "cpufeatures",
11739 "digest",
11740]
11741
11742[[package]]
11743name = "sharded-slab"
11744version = "0.1.7"
11745source = "registry+https://github.com/rust-lang/crates.io-index"
11746checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11747dependencies = [
11748 "lazy_static",
11749]
11750
11751[[package]]
11752name = "shell-words"
11753version = "1.1.0"
11754source = "registry+https://github.com/rust-lang/crates.io-index"
11755checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11756
11757[[package]]
11758name = "shellexpand"
11759version = "2.1.2"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11762dependencies = [
11763 "dirs 4.0.0",
11764]
11765
11766[[package]]
11767name = "shellexpand"
11768version = "3.1.0"
11769source = "registry+https://github.com/rust-lang/crates.io-index"
11770checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11771dependencies = [
11772 "dirs 5.0.1",
11773]
11774
11775[[package]]
11776name = "shlex"
11777version = "1.3.0"
11778source = "registry+https://github.com/rust-lang/crates.io-index"
11779checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11780
11781[[package]]
11782name = "signal-hook"
11783version = "0.3.17"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11786dependencies = [
11787 "libc",
11788 "signal-hook-registry",
11789]
11790
11791[[package]]
11792name = "signal-hook-registry"
11793version = "1.4.2"
11794source = "registry+https://github.com/rust-lang/crates.io-index"
11795checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11796dependencies = [
11797 "libc",
11798]
11799
11800[[package]]
11801name = "signature"
11802version = "1.6.4"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11805dependencies = [
11806 "digest",
11807 "rand_core 0.6.4",
11808]
11809
11810[[package]]
11811name = "signature"
11812version = "2.2.0"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11815dependencies = [
11816 "digest",
11817 "rand_core 0.6.4",
11818]
11819
11820[[package]]
11821name = "simd-adler32"
11822version = "0.3.7"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11825
11826[[package]]
11827name = "simd_helpers"
11828version = "0.1.0"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11831dependencies = [
11832 "quote",
11833]
11834
11835[[package]]
11836name = "simdutf8"
11837version = "0.1.5"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11840
11841[[package]]
11842name = "similar"
11843version = "1.3.0"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11846
11847[[package]]
11848name = "simple_asn1"
11849version = "0.6.2"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11852dependencies = [
11853 "num-bigint",
11854 "num-traits",
11855 "thiserror 1.0.69",
11856 "time",
11857]
11858
11859[[package]]
11860name = "simplecss"
11861version = "0.2.1"
11862source = "registry+https://github.com/rust-lang/crates.io-index"
11863checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11864dependencies = [
11865 "log",
11866]
11867
11868[[package]]
11869name = "simplelog"
11870version = "0.12.2"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11873dependencies = [
11874 "log",
11875 "termcolor",
11876 "time",
11877]
11878
11879[[package]]
11880name = "siphasher"
11881version = "0.3.11"
11882source = "registry+https://github.com/rust-lang/crates.io-index"
11883checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11884
11885[[package]]
11886name = "siphasher"
11887version = "1.0.1"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11890
11891[[package]]
11892name = "skrifa"
11893version = "0.22.3"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11896dependencies = [
11897 "bytemuck",
11898 "read-fonts",
11899]
11900
11901[[package]]
11902name = "slab"
11903version = "0.4.9"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11906dependencies = [
11907 "autocfg",
11908]
11909
11910[[package]]
11911name = "slash_commands_example"
11912version = "0.1.0"
11913dependencies = [
11914 "zed_extension_api 0.1.0",
11915]
11916
11917[[package]]
11918name = "slice-group-by"
11919version = "0.3.1"
11920source = "registry+https://github.com/rust-lang/crates.io-index"
11921checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11922
11923[[package]]
11924name = "slotmap"
11925version = "1.0.7"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11928dependencies = [
11929 "version_check",
11930]
11931
11932[[package]]
11933name = "smallvec"
11934version = "1.13.2"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11937dependencies = [
11938 "serde",
11939]
11940
11941[[package]]
11942name = "smart-default"
11943version = "0.6.0"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11946dependencies = [
11947 "proc-macro2",
11948 "quote",
11949 "syn 1.0.109",
11950]
11951
11952[[package]]
11953name = "smol"
11954version = "1.3.0"
11955source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11957dependencies = [
11958 "async-channel 1.9.0",
11959 "async-executor",
11960 "async-fs 1.6.0",
11961 "async-io 1.13.0",
11962 "async-lock 2.8.0",
11963 "async-net 1.8.0",
11964 "async-process 1.8.1",
11965 "blocking",
11966 "futures-lite 1.13.0",
11967]
11968
11969[[package]]
11970name = "smol_str"
11971version = "0.1.24"
11972source = "registry+https://github.com/rust-lang/crates.io-index"
11973checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11974dependencies = [
11975 "serde",
11976]
11977
11978[[package]]
11979name = "snippet"
11980version = "0.1.0"
11981dependencies = [
11982 "anyhow",
11983 "smallvec",
11984]
11985
11986[[package]]
11987name = "snippet_provider"
11988version = "0.1.0"
11989dependencies = [
11990 "anyhow",
11991 "collections",
11992 "extension",
11993 "fs",
11994 "futures 0.3.31",
11995 "gpui",
11996 "parking_lot",
11997 "paths",
11998 "serde",
11999 "serde_json",
12000 "snippet",
12001 "util",
12002]
12003
12004[[package]]
12005name = "snippets_ui"
12006version = "0.1.0"
12007dependencies = [
12008 "fuzzy",
12009 "gpui",
12010 "language",
12011 "paths",
12012 "picker",
12013 "ui",
12014 "util",
12015 "workspace",
12016]
12017
12018[[package]]
12019name = "socket2"
12020version = "0.4.10"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
12023dependencies = [
12024 "libc",
12025 "winapi",
12026]
12027
12028[[package]]
12029name = "socket2"
12030version = "0.5.8"
12031source = "registry+https://github.com/rust-lang/crates.io-index"
12032checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12033dependencies = [
12034 "libc",
12035 "windows-sys 0.52.0",
12036]
12037
12038[[package]]
12039name = "spdx"
12040version = "0.10.7"
12041source = "registry+https://github.com/rust-lang/crates.io-index"
12042checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12043dependencies = [
12044 "smallvec",
12045]
12046
12047[[package]]
12048name = "spin"
12049version = "0.9.8"
12050source = "registry+https://github.com/rust-lang/crates.io-index"
12051checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12052dependencies = [
12053 "lock_api",
12054]
12055
12056[[package]]
12057name = "spirv"
12058version = "0.3.0+sdk-1.3.268.0"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12061dependencies = [
12062 "bitflags 2.6.0",
12063]
12064
12065[[package]]
12066name = "spki"
12067version = "0.6.0"
12068source = "registry+https://github.com/rust-lang/crates.io-index"
12069checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12070dependencies = [
12071 "base64ct",
12072 "der 0.6.1",
12073]
12074
12075[[package]]
12076name = "spki"
12077version = "0.7.3"
12078source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12080dependencies = [
12081 "base64ct",
12082 "der 0.7.9",
12083]
12084
12085[[package]]
12086name = "sptr"
12087version = "0.3.2"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12090
12091[[package]]
12092name = "sqlez"
12093version = "0.1.0"
12094dependencies = [
12095 "anyhow",
12096 "collections",
12097 "futures 0.3.31",
12098 "indoc",
12099 "libsqlite3-sys",
12100 "parking_lot",
12101 "smol",
12102 "sqlformat",
12103 "thread_local",
12104 "util",
12105 "uuid",
12106]
12107
12108[[package]]
12109name = "sqlez_macros"
12110version = "0.1.0"
12111dependencies = [
12112 "sqlez",
12113 "sqlformat",
12114 "syn 1.0.109",
12115]
12116
12117[[package]]
12118name = "sqlformat"
12119version = "0.2.6"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12122dependencies = [
12123 "nom",
12124 "unicode_categories",
12125]
12126
12127[[package]]
12128name = "sqlx"
12129version = "0.8.2"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12132dependencies = [
12133 "sqlx-core",
12134 "sqlx-macros",
12135 "sqlx-mysql",
12136 "sqlx-postgres",
12137 "sqlx-sqlite",
12138]
12139
12140[[package]]
12141name = "sqlx-core"
12142version = "0.8.2"
12143source = "registry+https://github.com/rust-lang/crates.io-index"
12144checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12145dependencies = [
12146 "atoi",
12147 "bigdecimal",
12148 "byteorder",
12149 "bytes 1.9.0",
12150 "chrono",
12151 "crc",
12152 "crossbeam-queue",
12153 "either",
12154 "event-listener 5.3.1",
12155 "futures-channel",
12156 "futures-core",
12157 "futures-intrusive",
12158 "futures-io",
12159 "futures-util",
12160 "hashbrown 0.14.5",
12161 "hashlink 0.9.1",
12162 "hex",
12163 "indexmap",
12164 "log",
12165 "memchr",
12166 "once_cell",
12167 "paste",
12168 "percent-encoding",
12169 "rust_decimal",
12170 "rustls 0.23.20",
12171 "rustls-pemfile 2.2.0",
12172 "serde",
12173 "serde_json",
12174 "sha2",
12175 "smallvec",
12176 "sqlformat",
12177 "thiserror 1.0.69",
12178 "time",
12179 "tokio",
12180 "tokio-stream",
12181 "tracing",
12182 "url",
12183 "uuid",
12184 "webpki-roots 0.26.7",
12185]
12186
12187[[package]]
12188name = "sqlx-macros"
12189version = "0.8.2"
12190source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12192dependencies = [
12193 "proc-macro2",
12194 "quote",
12195 "sqlx-core",
12196 "sqlx-macros-core",
12197 "syn 2.0.90",
12198]
12199
12200[[package]]
12201name = "sqlx-macros-core"
12202version = "0.8.2"
12203source = "registry+https://github.com/rust-lang/crates.io-index"
12204checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12205dependencies = [
12206 "dotenvy",
12207 "either",
12208 "heck 0.5.0",
12209 "hex",
12210 "once_cell",
12211 "proc-macro2",
12212 "quote",
12213 "serde",
12214 "serde_json",
12215 "sha2",
12216 "sqlx-core",
12217 "sqlx-mysql",
12218 "sqlx-postgres",
12219 "sqlx-sqlite",
12220 "syn 2.0.90",
12221 "tempfile",
12222 "tokio",
12223 "url",
12224]
12225
12226[[package]]
12227name = "sqlx-mysql"
12228version = "0.8.2"
12229source = "registry+https://github.com/rust-lang/crates.io-index"
12230checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12231dependencies = [
12232 "atoi",
12233 "base64 0.22.1",
12234 "bigdecimal",
12235 "bitflags 2.6.0",
12236 "byteorder",
12237 "bytes 1.9.0",
12238 "chrono",
12239 "crc",
12240 "digest",
12241 "dotenvy",
12242 "either",
12243 "futures-channel",
12244 "futures-core",
12245 "futures-io",
12246 "futures-util",
12247 "generic-array",
12248 "hex",
12249 "hkdf",
12250 "hmac",
12251 "itoa",
12252 "log",
12253 "md-5",
12254 "memchr",
12255 "once_cell",
12256 "percent-encoding",
12257 "rand 0.8.5",
12258 "rsa",
12259 "rust_decimal",
12260 "serde",
12261 "sha1",
12262 "sha2",
12263 "smallvec",
12264 "sqlx-core",
12265 "stringprep",
12266 "thiserror 1.0.69",
12267 "time",
12268 "tracing",
12269 "uuid",
12270 "whoami",
12271]
12272
12273[[package]]
12274name = "sqlx-postgres"
12275version = "0.8.2"
12276source = "registry+https://github.com/rust-lang/crates.io-index"
12277checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12278dependencies = [
12279 "atoi",
12280 "base64 0.22.1",
12281 "bigdecimal",
12282 "bitflags 2.6.0",
12283 "byteorder",
12284 "chrono",
12285 "crc",
12286 "dotenvy",
12287 "etcetera",
12288 "futures-channel",
12289 "futures-core",
12290 "futures-io",
12291 "futures-util",
12292 "hex",
12293 "hkdf",
12294 "hmac",
12295 "home",
12296 "itoa",
12297 "log",
12298 "md-5",
12299 "memchr",
12300 "num-bigint",
12301 "once_cell",
12302 "rand 0.8.5",
12303 "rust_decimal",
12304 "serde",
12305 "serde_json",
12306 "sha2",
12307 "smallvec",
12308 "sqlx-core",
12309 "stringprep",
12310 "thiserror 1.0.69",
12311 "time",
12312 "tracing",
12313 "uuid",
12314 "whoami",
12315]
12316
12317[[package]]
12318name = "sqlx-sqlite"
12319version = "0.8.2"
12320source = "registry+https://github.com/rust-lang/crates.io-index"
12321checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12322dependencies = [
12323 "atoi",
12324 "chrono",
12325 "flume",
12326 "futures-channel",
12327 "futures-core",
12328 "futures-executor",
12329 "futures-intrusive",
12330 "futures-util",
12331 "libsqlite3-sys",
12332 "log",
12333 "percent-encoding",
12334 "serde",
12335 "serde_urlencoded",
12336 "sqlx-core",
12337 "time",
12338 "tracing",
12339 "url",
12340 "uuid",
12341]
12342
12343[[package]]
12344name = "stable_deref_trait"
12345version = "1.2.0"
12346source = "registry+https://github.com/rust-lang/crates.io-index"
12347checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12348
12349[[package]]
12350name = "static_assertions"
12351version = "1.1.0"
12352source = "registry+https://github.com/rust-lang/crates.io-index"
12353checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12354
12355[[package]]
12356name = "story"
12357version = "0.1.0"
12358dependencies = [
12359 "gpui",
12360 "itertools 0.13.0",
12361 "smallvec",
12362]
12363
12364[[package]]
12365name = "storybook"
12366version = "0.1.0"
12367dependencies = [
12368 "anyhow",
12369 "clap",
12370 "collab_ui",
12371 "ctrlc",
12372 "dialoguer",
12373 "editor",
12374 "fuzzy",
12375 "gpui",
12376 "indoc",
12377 "language",
12378 "log",
12379 "menu",
12380 "picker",
12381 "project",
12382 "reqwest_client",
12383 "rust-embed",
12384 "settings",
12385 "simplelog",
12386 "story",
12387 "strum",
12388 "theme",
12389 "title_bar",
12390 "ui",
12391]
12392
12393[[package]]
12394name = "strict-num"
12395version = "0.1.1"
12396source = "registry+https://github.com/rust-lang/crates.io-index"
12397checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12398dependencies = [
12399 "float-cmp",
12400]
12401
12402[[package]]
12403name = "string_cache"
12404version = "0.8.7"
12405source = "registry+https://github.com/rust-lang/crates.io-index"
12406checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12407dependencies = [
12408 "new_debug_unreachable",
12409 "once_cell",
12410 "parking_lot",
12411 "phf_shared 0.10.0",
12412 "precomputed-hash",
12413 "serde",
12414]
12415
12416[[package]]
12417name = "string_cache_codegen"
12418version = "0.5.2"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12421dependencies = [
12422 "phf_generator 0.10.0",
12423 "phf_shared 0.10.0",
12424 "proc-macro2",
12425 "quote",
12426]
12427
12428[[package]]
12429name = "stringprep"
12430version = "0.1.5"
12431source = "registry+https://github.com/rust-lang/crates.io-index"
12432checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12433dependencies = [
12434 "unicode-bidi",
12435 "unicode-normalization",
12436 "unicode-properties",
12437]
12438
12439[[package]]
12440name = "strsim"
12441version = "0.11.1"
12442source = "registry+https://github.com/rust-lang/crates.io-index"
12443checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12444
12445[[package]]
12446name = "strum"
12447version = "0.26.3"
12448source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12450dependencies = [
12451 "strum_macros",
12452]
12453
12454[[package]]
12455name = "strum_macros"
12456version = "0.26.4"
12457source = "registry+https://github.com/rust-lang/crates.io-index"
12458checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12459dependencies = [
12460 "heck 0.5.0",
12461 "proc-macro2",
12462 "quote",
12463 "rustversion",
12464 "syn 2.0.90",
12465]
12466
12467[[package]]
12468name = "subtle"
12469version = "2.6.1"
12470source = "registry+https://github.com/rust-lang/crates.io-index"
12471checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12472
12473[[package]]
12474name = "sum_tree"
12475version = "0.1.0"
12476dependencies = [
12477 "arrayvec",
12478 "ctor",
12479 "env_logger 0.11.6",
12480 "log",
12481 "rand 0.8.5",
12482 "rayon",
12483]
12484
12485[[package]]
12486name = "supermaven"
12487version = "0.1.0"
12488dependencies = [
12489 "anyhow",
12490 "client",
12491 "collections",
12492 "editor",
12493 "env_logger 0.11.6",
12494 "futures 0.3.31",
12495 "gpui",
12496 "http_client",
12497 "inline_completion",
12498 "language",
12499 "log",
12500 "postage",
12501 "project",
12502 "serde",
12503 "serde_json",
12504 "settings",
12505 "smol",
12506 "supermaven_api",
12507 "text",
12508 "theme",
12509 "ui",
12510 "unicode-segmentation",
12511 "util",
12512]
12513
12514[[package]]
12515name = "supermaven_api"
12516version = "0.1.0"
12517dependencies = [
12518 "anyhow",
12519 "futures 0.3.31",
12520 "http_client",
12521 "paths",
12522 "serde",
12523 "serde_json",
12524 "smol",
12525]
12526
12527[[package]]
12528name = "sval"
12529version = "2.13.2"
12530source = "registry+https://github.com/rust-lang/crates.io-index"
12531checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12532
12533[[package]]
12534name = "sval_buffer"
12535version = "2.13.2"
12536source = "registry+https://github.com/rust-lang/crates.io-index"
12537checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12538dependencies = [
12539 "sval",
12540 "sval_ref",
12541]
12542
12543[[package]]
12544name = "sval_dynamic"
12545version = "2.13.2"
12546source = "registry+https://github.com/rust-lang/crates.io-index"
12547checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12548dependencies = [
12549 "sval",
12550]
12551
12552[[package]]
12553name = "sval_fmt"
12554version = "2.13.2"
12555source = "registry+https://github.com/rust-lang/crates.io-index"
12556checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12557dependencies = [
12558 "itoa",
12559 "ryu",
12560 "sval",
12561]
12562
12563[[package]]
12564name = "sval_json"
12565version = "2.13.2"
12566source = "registry+https://github.com/rust-lang/crates.io-index"
12567checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12568dependencies = [
12569 "itoa",
12570 "ryu",
12571 "sval",
12572]
12573
12574[[package]]
12575name = "sval_nested"
12576version = "2.13.2"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12579dependencies = [
12580 "sval",
12581 "sval_buffer",
12582 "sval_ref",
12583]
12584
12585[[package]]
12586name = "sval_ref"
12587version = "2.13.2"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12590dependencies = [
12591 "sval",
12592]
12593
12594[[package]]
12595name = "sval_serde"
12596version = "2.13.2"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12599dependencies = [
12600 "serde",
12601 "sval",
12602 "sval_nested",
12603]
12604
12605[[package]]
12606name = "svg_fmt"
12607version = "0.4.4"
12608source = "registry+https://github.com/rust-lang/crates.io-index"
12609checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12610
12611[[package]]
12612name = "svgtypes"
12613version = "0.15.2"
12614source = "registry+https://github.com/rust-lang/crates.io-index"
12615checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12616dependencies = [
12617 "kurbo",
12618 "siphasher 1.0.1",
12619]
12620
12621[[package]]
12622name = "swash"
12623version = "0.1.19"
12624source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12626dependencies = [
12627 "skrifa",
12628 "yazi",
12629 "zeno",
12630]
12631
12632[[package]]
12633name = "syn"
12634version = "1.0.109"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12637dependencies = [
12638 "proc-macro2",
12639 "quote",
12640 "unicode-ident",
12641]
12642
12643[[package]]
12644name = "syn"
12645version = "2.0.90"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12648dependencies = [
12649 "proc-macro2",
12650 "quote",
12651 "unicode-ident",
12652]
12653
12654[[package]]
12655name = "sync_wrapper"
12656version = "0.1.2"
12657source = "registry+https://github.com/rust-lang/crates.io-index"
12658checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12659
12660[[package]]
12661name = "sync_wrapper"
12662version = "1.0.2"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12665dependencies = [
12666 "futures-core",
12667]
12668
12669[[package]]
12670name = "synchronoise"
12671version = "1.0.1"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12674dependencies = [
12675 "crossbeam-queue",
12676]
12677
12678[[package]]
12679name = "synstructure"
12680version = "0.13.1"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12683dependencies = [
12684 "proc-macro2",
12685 "quote",
12686 "syn 2.0.90",
12687]
12688
12689[[package]]
12690name = "sys-locale"
12691version = "0.3.2"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12694dependencies = [
12695 "libc",
12696]
12697
12698[[package]]
12699name = "sysinfo"
12700version = "0.31.4"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12703dependencies = [
12704 "core-foundation-sys",
12705 "libc",
12706 "memchr",
12707 "ntapi",
12708 "rayon",
12709 "windows 0.57.0",
12710]
12711
12712[[package]]
12713name = "system-configuration"
12714version = "0.5.1"
12715source = "registry+https://github.com/rust-lang/crates.io-index"
12716checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12717dependencies = [
12718 "bitflags 1.3.2",
12719 "core-foundation 0.9.4",
12720 "system-configuration-sys 0.5.0",
12721]
12722
12723[[package]]
12724name = "system-configuration"
12725version = "0.6.1"
12726source = "registry+https://github.com/rust-lang/crates.io-index"
12727checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12728dependencies = [
12729 "bitflags 2.6.0",
12730 "core-foundation 0.9.4",
12731 "system-configuration-sys 0.6.0",
12732]
12733
12734[[package]]
12735name = "system-configuration-sys"
12736version = "0.5.0"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12739dependencies = [
12740 "core-foundation-sys",
12741 "libc",
12742]
12743
12744[[package]]
12745name = "system-configuration-sys"
12746version = "0.6.0"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12749dependencies = [
12750 "core-foundation-sys",
12751 "libc",
12752]
12753
12754[[package]]
12755name = "system-deps"
12756version = "6.2.2"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12759dependencies = [
12760 "cfg-expr",
12761 "heck 0.5.0",
12762 "pkg-config",
12763 "toml 0.8.19",
12764 "version-compare",
12765]
12766
12767[[package]]
12768name = "system-interface"
12769version = "0.27.3"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12772dependencies = [
12773 "bitflags 2.6.0",
12774 "cap-fs-ext",
12775 "cap-std",
12776 "fd-lock",
12777 "io-lifetimes 2.0.4",
12778 "rustix 0.38.42",
12779 "windows-sys 0.59.0",
12780 "winx",
12781]
12782
12783[[package]]
12784name = "tab_switcher"
12785version = "0.1.0"
12786dependencies = [
12787 "anyhow",
12788 "collections",
12789 "ctor",
12790 "editor",
12791 "env_logger 0.11.6",
12792 "gpui",
12793 "language",
12794 "menu",
12795 "picker",
12796 "project",
12797 "serde",
12798 "serde_json",
12799 "settings",
12800 "theme",
12801 "ui",
12802 "util",
12803 "workspace",
12804]
12805
12806[[package]]
12807name = "taffy"
12808version = "0.4.4"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12811dependencies = [
12812 "arrayvec",
12813 "grid",
12814 "num-traits",
12815 "serde",
12816 "slotmap",
12817]
12818
12819[[package]]
12820name = "take-until"
12821version = "0.2.0"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12824
12825[[package]]
12826name = "tap"
12827version = "1.0.1"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12830
12831[[package]]
12832name = "target-lexicon"
12833version = "0.12.16"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12836
12837[[package]]
12838name = "task"
12839version = "0.1.0"
12840dependencies = [
12841 "anyhow",
12842 "collections",
12843 "futures 0.3.31",
12844 "gpui",
12845 "hex",
12846 "parking_lot",
12847 "schemars",
12848 "serde",
12849 "serde_json_lenient",
12850 "sha2",
12851 "shellexpand 2.1.2",
12852 "util",
12853 "zed_actions",
12854]
12855
12856[[package]]
12857name = "tasks_ui"
12858version = "0.1.0"
12859dependencies = [
12860 "anyhow",
12861 "editor",
12862 "file_icons",
12863 "fuzzy",
12864 "gpui",
12865 "language",
12866 "menu",
12867 "picker",
12868 "project",
12869 "schemars",
12870 "serde",
12871 "serde_json",
12872 "settings",
12873 "task",
12874 "tree-sitter-rust",
12875 "tree-sitter-typescript",
12876 "ui",
12877 "util",
12878 "workspace",
12879 "zed_actions",
12880]
12881
12882[[package]]
12883name = "telemetry"
12884version = "0.1.0"
12885dependencies = [
12886 "futures 0.3.31",
12887 "serde",
12888 "serde_json",
12889 "telemetry_events",
12890]
12891
12892[[package]]
12893name = "telemetry_events"
12894version = "0.1.0"
12895dependencies = [
12896 "semantic_version",
12897 "serde",
12898 "serde_json",
12899]
12900
12901[[package]]
12902name = "tempfile"
12903version = "3.14.0"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
12906dependencies = [
12907 "cfg-if",
12908 "fastrand 2.3.0",
12909 "once_cell",
12910 "rustix 0.38.42",
12911 "windows-sys 0.59.0",
12912]
12913
12914[[package]]
12915name = "tendril"
12916version = "0.4.3"
12917source = "registry+https://github.com/rust-lang/crates.io-index"
12918checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12919dependencies = [
12920 "futf",
12921 "mac",
12922 "utf-8",
12923]
12924
12925[[package]]
12926name = "termcolor"
12927version = "1.4.1"
12928source = "registry+https://github.com/rust-lang/crates.io-index"
12929checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12930dependencies = [
12931 "winapi-util",
12932]
12933
12934[[package]]
12935name = "terminal"
12936version = "0.1.0"
12937dependencies = [
12938 "alacritty_terminal",
12939 "anyhow",
12940 "collections",
12941 "dirs 4.0.0",
12942 "futures 0.3.31",
12943 "gpui",
12944 "libc",
12945 "rand 0.8.5",
12946 "regex",
12947 "release_channel",
12948 "schemars",
12949 "serde",
12950 "serde_derive",
12951 "settings",
12952 "smol",
12953 "sysinfo",
12954 "task",
12955 "theme",
12956 "thiserror 1.0.69",
12957 "util",
12958 "windows 0.58.0",
12959]
12960
12961[[package]]
12962name = "terminal_size"
12963version = "0.4.1"
12964source = "registry+https://github.com/rust-lang/crates.io-index"
12965checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
12966dependencies = [
12967 "rustix 0.38.42",
12968 "windows-sys 0.59.0",
12969]
12970
12971[[package]]
12972name = "terminal_view"
12973version = "0.1.0"
12974dependencies = [
12975 "anyhow",
12976 "async-recursion 1.1.1",
12977 "breadcrumbs",
12978 "client",
12979 "collections",
12980 "db",
12981 "dirs 4.0.0",
12982 "editor",
12983 "futures 0.3.31",
12984 "gpui",
12985 "itertools 0.13.0",
12986 "language",
12987 "project",
12988 "rand 0.8.5",
12989 "search",
12990 "serde",
12991 "serde_json",
12992 "settings",
12993 "shellexpand 2.1.2",
12994 "smol",
12995 "task",
12996 "terminal",
12997 "theme",
12998 "ui",
12999 "util",
13000 "workspace",
13001 "zed_actions",
13002]
13003
13004[[package]]
13005name = "text"
13006version = "0.1.0"
13007dependencies = [
13008 "anyhow",
13009 "clock",
13010 "collections",
13011 "ctor",
13012 "env_logger 0.11.6",
13013 "gpui",
13014 "http_client",
13015 "log",
13016 "parking_lot",
13017 "postage",
13018 "rand 0.8.5",
13019 "regex",
13020 "rope",
13021 "smallvec",
13022 "sum_tree",
13023 "util",
13024]
13025
13026[[package]]
13027name = "theme"
13028version = "0.1.0"
13029dependencies = [
13030 "anyhow",
13031 "collections",
13032 "derive_more",
13033 "fs",
13034 "futures 0.3.31",
13035 "gpui",
13036 "indexmap",
13037 "log",
13038 "palette",
13039 "parking_lot",
13040 "refineable",
13041 "schemars",
13042 "serde",
13043 "serde_derive",
13044 "serde_json",
13045 "serde_json_lenient",
13046 "serde_repr",
13047 "settings",
13048 "strum",
13049 "util",
13050 "uuid",
13051]
13052
13053[[package]]
13054name = "theme_extension"
13055version = "0.1.0"
13056dependencies = [
13057 "anyhow",
13058 "extension",
13059 "fs",
13060 "gpui",
13061 "theme",
13062]
13063
13064[[package]]
13065name = "theme_importer"
13066version = "0.1.0"
13067dependencies = [
13068 "anyhow",
13069 "clap",
13070 "gpui",
13071 "indexmap",
13072 "log",
13073 "palette",
13074 "rust-embed",
13075 "schemars",
13076 "serde",
13077 "serde_json",
13078 "serde_json_lenient",
13079 "simplelog",
13080 "strum",
13081 "theme",
13082 "vscode_theme",
13083]
13084
13085[[package]]
13086name = "theme_selector"
13087version = "0.1.0"
13088dependencies = [
13089 "fs",
13090 "fuzzy",
13091 "gpui",
13092 "log",
13093 "picker",
13094 "serde",
13095 "settings",
13096 "telemetry",
13097 "theme",
13098 "ui",
13099 "util",
13100 "workspace",
13101 "zed_actions",
13102]
13103
13104[[package]]
13105name = "thiserror"
13106version = "1.0.69"
13107source = "registry+https://github.com/rust-lang/crates.io-index"
13108checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13109dependencies = [
13110 "thiserror-impl 1.0.69",
13111]
13112
13113[[package]]
13114name = "thiserror"
13115version = "2.0.6"
13116source = "registry+https://github.com/rust-lang/crates.io-index"
13117checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13118dependencies = [
13119 "thiserror-impl 2.0.6",
13120]
13121
13122[[package]]
13123name = "thiserror-impl"
13124version = "1.0.69"
13125source = "registry+https://github.com/rust-lang/crates.io-index"
13126checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13127dependencies = [
13128 "proc-macro2",
13129 "quote",
13130 "syn 2.0.90",
13131]
13132
13133[[package]]
13134name = "thiserror-impl"
13135version = "2.0.6"
13136source = "registry+https://github.com/rust-lang/crates.io-index"
13137checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13138dependencies = [
13139 "proc-macro2",
13140 "quote",
13141 "syn 2.0.90",
13142]
13143
13144[[package]]
13145name = "thread_local"
13146version = "1.1.8"
13147source = "registry+https://github.com/rust-lang/crates.io-index"
13148checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13149dependencies = [
13150 "cfg-if",
13151 "once_cell",
13152]
13153
13154[[package]]
13155name = "tiff"
13156version = "0.9.1"
13157source = "registry+https://github.com/rust-lang/crates.io-index"
13158checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13159dependencies = [
13160 "flate2",
13161 "jpeg-decoder",
13162 "weezl",
13163]
13164
13165[[package]]
13166name = "tiktoken-rs"
13167version = "0.6.0"
13168source = "registry+https://github.com/rust-lang/crates.io-index"
13169checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13170dependencies = [
13171 "anyhow",
13172 "base64 0.21.7",
13173 "bstr",
13174 "fancy-regex 0.13.0",
13175 "lazy_static",
13176 "parking_lot",
13177 "regex",
13178 "rustc-hash 1.1.0",
13179]
13180
13181[[package]]
13182name = "time"
13183version = "0.3.37"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13186dependencies = [
13187 "deranged",
13188 "itoa",
13189 "libc",
13190 "num-conv",
13191 "num_threads",
13192 "powerfmt",
13193 "serde",
13194 "time-core",
13195 "time-macros",
13196]
13197
13198[[package]]
13199name = "time-core"
13200version = "0.1.2"
13201source = "registry+https://github.com/rust-lang/crates.io-index"
13202checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13203
13204[[package]]
13205name = "time-macros"
13206version = "0.2.19"
13207source = "registry+https://github.com/rust-lang/crates.io-index"
13208checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13209dependencies = [
13210 "num-conv",
13211 "time-core",
13212]
13213
13214[[package]]
13215name = "time_format"
13216version = "0.1.0"
13217dependencies = [
13218 "core-foundation 0.9.4",
13219 "core-foundation-sys",
13220 "sys-locale",
13221 "time",
13222]
13223
13224[[package]]
13225name = "tiny-keccak"
13226version = "2.0.2"
13227source = "registry+https://github.com/rust-lang/crates.io-index"
13228checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13229dependencies = [
13230 "crunchy",
13231]
13232
13233[[package]]
13234name = "tiny-skia"
13235version = "0.11.4"
13236source = "registry+https://github.com/rust-lang/crates.io-index"
13237checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13238dependencies = [
13239 "arrayref",
13240 "arrayvec",
13241 "bytemuck",
13242 "cfg-if",
13243 "log",
13244 "png",
13245 "tiny-skia-path",
13246]
13247
13248[[package]]
13249name = "tiny-skia-path"
13250version = "0.11.4"
13251source = "registry+https://github.com/rust-lang/crates.io-index"
13252checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13253dependencies = [
13254 "arrayref",
13255 "bytemuck",
13256 "strict-num",
13257]
13258
13259[[package]]
13260name = "tiny_http"
13261version = "0.8.2"
13262source = "registry+https://github.com/rust-lang/crates.io-index"
13263checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13264dependencies = [
13265 "ascii",
13266 "chrono",
13267 "chunked_transfer",
13268 "log",
13269 "url",
13270]
13271
13272[[package]]
13273name = "tinystr"
13274version = "0.7.6"
13275source = "registry+https://github.com/rust-lang/crates.io-index"
13276checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13277dependencies = [
13278 "displaydoc",
13279 "zerovec",
13280]
13281
13282[[package]]
13283name = "tinytemplate"
13284version = "1.2.1"
13285source = "registry+https://github.com/rust-lang/crates.io-index"
13286checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13287dependencies = [
13288 "serde",
13289 "serde_json",
13290]
13291
13292[[package]]
13293name = "tinyvec"
13294version = "1.8.0"
13295source = "registry+https://github.com/rust-lang/crates.io-index"
13296checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13297dependencies = [
13298 "tinyvec_macros",
13299]
13300
13301[[package]]
13302name = "tinyvec_macros"
13303version = "0.1.1"
13304source = "registry+https://github.com/rust-lang/crates.io-index"
13305checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13306
13307[[package]]
13308name = "title_bar"
13309version = "0.1.0"
13310dependencies = [
13311 "auto_update",
13312 "call",
13313 "client",
13314 "collections",
13315 "feature_flags",
13316 "gpui",
13317 "http_client",
13318 "notifications",
13319 "pretty_assertions",
13320 "project",
13321 "remote",
13322 "rpc",
13323 "serde",
13324 "settings",
13325 "smallvec",
13326 "story",
13327 "telemetry",
13328 "theme",
13329 "tree-sitter-md",
13330 "ui",
13331 "util",
13332 "windows 0.58.0",
13333 "workspace",
13334 "zed_actions",
13335]
13336
13337[[package]]
13338name = "tokio"
13339version = "1.42.0"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13342dependencies = [
13343 "backtrace",
13344 "bytes 1.9.0",
13345 "libc",
13346 "mio 1.0.3",
13347 "parking_lot",
13348 "pin-project-lite",
13349 "signal-hook-registry",
13350 "socket2 0.5.8",
13351 "tokio-macros",
13352 "windows-sys 0.52.0",
13353]
13354
13355[[package]]
13356name = "tokio-io"
13357version = "0.1.13"
13358source = "registry+https://github.com/rust-lang/crates.io-index"
13359checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13360dependencies = [
13361 "bytes 0.4.12",
13362 "futures 0.1.31",
13363 "log",
13364]
13365
13366[[package]]
13367name = "tokio-macros"
13368version = "2.4.0"
13369source = "registry+https://github.com/rust-lang/crates.io-index"
13370checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13371dependencies = [
13372 "proc-macro2",
13373 "quote",
13374 "syn 2.0.90",
13375]
13376
13377[[package]]
13378name = "tokio-native-tls"
13379version = "0.3.1"
13380source = "registry+https://github.com/rust-lang/crates.io-index"
13381checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13382dependencies = [
13383 "native-tls",
13384 "tokio",
13385]
13386
13387[[package]]
13388name = "tokio-rustls"
13389version = "0.24.1"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13392dependencies = [
13393 "rustls 0.21.12",
13394 "tokio",
13395]
13396
13397[[package]]
13398name = "tokio-rustls"
13399version = "0.26.1"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13402dependencies = [
13403 "rustls 0.23.20",
13404 "tokio",
13405]
13406
13407[[package]]
13408name = "tokio-socks"
13409version = "0.5.2"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13412dependencies = [
13413 "either",
13414 "futures-io",
13415 "futures-util",
13416 "thiserror 1.0.69",
13417 "tokio",
13418]
13419
13420[[package]]
13421name = "tokio-stream"
13422version = "0.1.17"
13423source = "registry+https://github.com/rust-lang/crates.io-index"
13424checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13425dependencies = [
13426 "futures-core",
13427 "pin-project-lite",
13428 "tokio",
13429]
13430
13431[[package]]
13432name = "tokio-tungstenite"
13433version = "0.20.1"
13434source = "registry+https://github.com/rust-lang/crates.io-index"
13435checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13436dependencies = [
13437 "futures-util",
13438 "log",
13439 "rustls 0.21.12",
13440 "rustls-native-certs 0.6.3",
13441 "tokio",
13442 "tokio-rustls 0.24.1",
13443 "tungstenite 0.20.1",
13444]
13445
13446[[package]]
13447name = "tokio-tungstenite"
13448version = "0.21.0"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13451dependencies = [
13452 "futures-util",
13453 "log",
13454 "tokio",
13455 "tungstenite 0.21.0",
13456]
13457
13458[[package]]
13459name = "tokio-util"
13460version = "0.7.13"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13463dependencies = [
13464 "bytes 1.9.0",
13465 "futures-core",
13466 "futures-io",
13467 "futures-sink",
13468 "pin-project-lite",
13469 "tokio",
13470]
13471
13472[[package]]
13473name = "toml"
13474version = "0.5.11"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13477dependencies = [
13478 "serde",
13479]
13480
13481[[package]]
13482name = "toml"
13483version = "0.8.19"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13486dependencies = [
13487 "serde",
13488 "serde_spanned",
13489 "toml_datetime",
13490 "toml_edit",
13491]
13492
13493[[package]]
13494name = "toml_datetime"
13495version = "0.6.8"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13498dependencies = [
13499 "serde",
13500]
13501
13502[[package]]
13503name = "toml_edit"
13504version = "0.22.22"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13507dependencies = [
13508 "indexmap",
13509 "serde",
13510 "serde_spanned",
13511 "toml_datetime",
13512 "winnow",
13513]
13514
13515[[package]]
13516name = "toolchain_selector"
13517version = "0.1.0"
13518dependencies = [
13519 "editor",
13520 "fuzzy",
13521 "gpui",
13522 "language",
13523 "picker",
13524 "project",
13525 "ui",
13526 "util",
13527 "workspace",
13528]
13529
13530[[package]]
13531name = "topological-sort"
13532version = "0.2.2"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13535
13536[[package]]
13537name = "tower"
13538version = "0.4.13"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13541dependencies = [
13542 "futures-core",
13543 "futures-util",
13544 "pin-project",
13545 "pin-project-lite",
13546 "tokio",
13547 "tower-layer",
13548 "tower-service",
13549 "tracing",
13550]
13551
13552[[package]]
13553name = "tower-http"
13554version = "0.3.5"
13555source = "registry+https://github.com/rust-lang/crates.io-index"
13556checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13557dependencies = [
13558 "bitflags 1.3.2",
13559 "bytes 1.9.0",
13560 "futures-core",
13561 "futures-util",
13562 "http 0.2.12",
13563 "http-body 0.4.6",
13564 "http-range-header",
13565 "pin-project-lite",
13566 "tower-layer",
13567 "tower-service",
13568]
13569
13570[[package]]
13571name = "tower-http"
13572version = "0.4.4"
13573source = "registry+https://github.com/rust-lang/crates.io-index"
13574checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13575dependencies = [
13576 "bitflags 2.6.0",
13577 "bytes 1.9.0",
13578 "futures-core",
13579 "futures-util",
13580 "http 0.2.12",
13581 "http-body 0.4.6",
13582 "http-range-header",
13583 "pin-project-lite",
13584 "tower-layer",
13585 "tower-service",
13586 "tracing",
13587]
13588
13589[[package]]
13590name = "tower-layer"
13591version = "0.3.3"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13594
13595[[package]]
13596name = "tower-service"
13597version = "0.3.3"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13600
13601[[package]]
13602name = "tracing"
13603version = "0.1.41"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13606dependencies = [
13607 "log",
13608 "pin-project-lite",
13609 "tracing-attributes",
13610 "tracing-core",
13611]
13612
13613[[package]]
13614name = "tracing-attributes"
13615version = "0.1.28"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13618dependencies = [
13619 "proc-macro2",
13620 "quote",
13621 "syn 2.0.90",
13622]
13623
13624[[package]]
13625name = "tracing-core"
13626version = "0.1.33"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13629dependencies = [
13630 "once_cell",
13631 "valuable",
13632]
13633
13634[[package]]
13635name = "tracing-log"
13636version = "0.2.0"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13639dependencies = [
13640 "log",
13641 "once_cell",
13642 "tracing-core",
13643]
13644
13645[[package]]
13646name = "tracing-serde"
13647version = "0.2.0"
13648source = "registry+https://github.com/rust-lang/crates.io-index"
13649checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13650dependencies = [
13651 "serde",
13652 "tracing-core",
13653]
13654
13655[[package]]
13656name = "tracing-subscriber"
13657version = "0.3.19"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13660dependencies = [
13661 "matchers",
13662 "nu-ansi-term",
13663 "once_cell",
13664 "regex",
13665 "serde",
13666 "serde_json",
13667 "sharded-slab",
13668 "smallvec",
13669 "thread_local",
13670 "tracing",
13671 "tracing-core",
13672 "tracing-log",
13673 "tracing-serde",
13674]
13675
13676[[package]]
13677name = "tree-sitter"
13678version = "0.23.2"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13681dependencies = [
13682 "cc",
13683 "regex",
13684 "regex-syntax 0.8.5",
13685 "tree-sitter-language",
13686 "wasmtime-c-api-impl",
13687]
13688
13689[[package]]
13690name = "tree-sitter-bash"
13691version = "0.23.3"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13694dependencies = [
13695 "cc",
13696 "tree-sitter-language",
13697]
13698
13699[[package]]
13700name = "tree-sitter-c"
13701version = "0.23.4"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13704dependencies = [
13705 "cc",
13706 "tree-sitter-language",
13707]
13708
13709[[package]]
13710name = "tree-sitter-cpp"
13711version = "0.23.4"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13714dependencies = [
13715 "cc",
13716 "tree-sitter-language",
13717]
13718
13719[[package]]
13720name = "tree-sitter-css"
13721version = "0.23.1"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "25435a275adb3226b6fddab891bbc50d1a500774a44ceb97022a39666ccda75d"
13724dependencies = [
13725 "cc",
13726 "tree-sitter-language",
13727]
13728
13729[[package]]
13730name = "tree-sitter-diff"
13731version = "0.1.0"
13732source = "registry+https://github.com/rust-lang/crates.io-index"
13733checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13734dependencies = [
13735 "cc",
13736 "tree-sitter-language",
13737]
13738
13739[[package]]
13740name = "tree-sitter-elixir"
13741version = "0.3.3"
13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13744dependencies = [
13745 "cc",
13746 "tree-sitter-language",
13747]
13748
13749[[package]]
13750name = "tree-sitter-embedded-template"
13751version = "0.23.2"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13754dependencies = [
13755 "cc",
13756 "tree-sitter-language",
13757]
13758
13759[[package]]
13760name = "tree-sitter-go"
13761version = "0.23.4"
13762source = "registry+https://github.com/rust-lang/crates.io-index"
13763checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13764dependencies = [
13765 "cc",
13766 "tree-sitter-language",
13767]
13768
13769[[package]]
13770name = "tree-sitter-gomod"
13771version = "1.0.2"
13772source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
13773dependencies = [
13774 "cc",
13775 "tree-sitter-language",
13776]
13777
13778[[package]]
13779name = "tree-sitter-gowork"
13780version = "0.0.1"
13781source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13782dependencies = [
13783 "cc",
13784 "tree-sitter-language",
13785]
13786
13787[[package]]
13788name = "tree-sitter-heex"
13789version = "0.0.1"
13790source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13791dependencies = [
13792 "cc",
13793 "tree-sitter-language",
13794]
13795
13796[[package]]
13797name = "tree-sitter-html"
13798version = "0.20.4"
13799source = "registry+https://github.com/rust-lang/crates.io-index"
13800checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13801dependencies = [
13802 "cc",
13803 "tree-sitter",
13804]
13805
13806[[package]]
13807name = "tree-sitter-jsdoc"
13808version = "0.23.2"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13811dependencies = [
13812 "cc",
13813 "tree-sitter-language",
13814]
13815
13816[[package]]
13817name = "tree-sitter-json"
13818version = "0.24.8"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13821dependencies = [
13822 "cc",
13823 "tree-sitter-language",
13824]
13825
13826[[package]]
13827name = "tree-sitter-language"
13828version = "0.1.3"
13829source = "registry+https://github.com/rust-lang/crates.io-index"
13830checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13831
13832[[package]]
13833name = "tree-sitter-md"
13834version = "0.3.2"
13835source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13836dependencies = [
13837 "cc",
13838 "tree-sitter-language",
13839]
13840
13841[[package]]
13842name = "tree-sitter-python"
13843version = "0.23.6"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13846dependencies = [
13847 "cc",
13848 "tree-sitter-language",
13849]
13850
13851[[package]]
13852name = "tree-sitter-regex"
13853version = "0.23.0"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13856dependencies = [
13857 "cc",
13858 "tree-sitter-language",
13859]
13860
13861[[package]]
13862name = "tree-sitter-ruby"
13863version = "0.23.1"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13866dependencies = [
13867 "cc",
13868 "tree-sitter-language",
13869]
13870
13871[[package]]
13872name = "tree-sitter-rust"
13873version = "0.23.2"
13874source = "registry+https://github.com/rust-lang/crates.io-index"
13875checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13876dependencies = [
13877 "cc",
13878 "tree-sitter-language",
13879]
13880
13881[[package]]
13882name = "tree-sitter-typescript"
13883version = "0.23.2"
13884source = "registry+https://github.com/rust-lang/crates.io-index"
13885checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13886dependencies = [
13887 "cc",
13888 "tree-sitter-language",
13889]
13890
13891[[package]]
13892name = "tree-sitter-yaml"
13893version = "0.6.1"
13894source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13895dependencies = [
13896 "cc",
13897 "tree-sitter-language",
13898]
13899
13900[[package]]
13901name = "try-lock"
13902version = "0.2.5"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13905
13906[[package]]
13907name = "ttf-parser"
13908version = "0.21.1"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13911
13912[[package]]
13913name = "tungstenite"
13914version = "0.20.1"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13917dependencies = [
13918 "byteorder",
13919 "bytes 1.9.0",
13920 "data-encoding",
13921 "http 0.2.12",
13922 "httparse",
13923 "log",
13924 "rand 0.8.5",
13925 "rustls 0.21.12",
13926 "sha1",
13927 "thiserror 1.0.69",
13928 "url",
13929 "utf-8",
13930]
13931
13932[[package]]
13933name = "tungstenite"
13934version = "0.21.0"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13937dependencies = [
13938 "byteorder",
13939 "bytes 1.9.0",
13940 "data-encoding",
13941 "http 1.2.0",
13942 "httparse",
13943 "log",
13944 "native-tls",
13945 "rand 0.8.5",
13946 "sha1",
13947 "thiserror 1.0.69",
13948 "url",
13949 "utf-8",
13950]
13951
13952[[package]]
13953name = "tungstenite"
13954version = "0.24.0"
13955source = "registry+https://github.com/rust-lang/crates.io-index"
13956checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13957dependencies = [
13958 "byteorder",
13959 "bytes 1.9.0",
13960 "data-encoding",
13961 "http 1.2.0",
13962 "httparse",
13963 "log",
13964 "rand 0.8.5",
13965 "sha1",
13966 "thiserror 1.0.69",
13967 "utf-8",
13968]
13969
13970[[package]]
13971name = "typeid"
13972version = "1.0.2"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13975
13976[[package]]
13977name = "typenum"
13978version = "1.17.0"
13979source = "registry+https://github.com/rust-lang/crates.io-index"
13980checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13981
13982[[package]]
13983name = "ucd-trie"
13984version = "0.1.7"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
13987
13988[[package]]
13989name = "uds_windows"
13990version = "1.1.0"
13991source = "registry+https://github.com/rust-lang/crates.io-index"
13992checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13993dependencies = [
13994 "memoffset",
13995 "tempfile",
13996 "winapi",
13997]
13998
13999[[package]]
14000name = "ui"
14001version = "0.1.0"
14002dependencies = [
14003 "chrono",
14004 "gpui",
14005 "itertools 0.13.0",
14006 "menu",
14007 "serde",
14008 "settings",
14009 "smallvec",
14010 "story",
14011 "strum",
14012 "theme",
14013 "ui_macros",
14014 "windows 0.58.0",
14015]
14016
14017[[package]]
14018name = "ui_input"
14019version = "0.1.0"
14020dependencies = [
14021 "editor",
14022 "gpui",
14023 "settings",
14024 "theme",
14025 "ui",
14026]
14027
14028[[package]]
14029name = "ui_macros"
14030version = "0.1.0"
14031dependencies = [
14032 "convert_case 0.6.0",
14033 "proc-macro2",
14034 "quote",
14035 "syn 1.0.109",
14036]
14037
14038[[package]]
14039name = "unicase"
14040version = "2.8.1"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14043
14044[[package]]
14045name = "unicode-bidi"
14046version = "0.3.17"
14047source = "registry+https://github.com/rust-lang/crates.io-index"
14048checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14049
14050[[package]]
14051name = "unicode-bidi-mirroring"
14052version = "0.2.0"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14055
14056[[package]]
14057name = "unicode-ccc"
14058version = "0.2.0"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14061
14062[[package]]
14063name = "unicode-ident"
14064version = "1.0.14"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14067
14068[[package]]
14069name = "unicode-linebreak"
14070version = "0.1.5"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14073
14074[[package]]
14075name = "unicode-normalization"
14076version = "0.1.24"
14077source = "registry+https://github.com/rust-lang/crates.io-index"
14078checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14079dependencies = [
14080 "tinyvec",
14081]
14082
14083[[package]]
14084name = "unicode-properties"
14085version = "0.1.3"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14088
14089[[package]]
14090name = "unicode-script"
14091version = "0.5.7"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14094
14095[[package]]
14096name = "unicode-segmentation"
14097version = "1.12.0"
14098source = "registry+https://github.com/rust-lang/crates.io-index"
14099checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14100
14101[[package]]
14102name = "unicode-width"
14103version = "0.1.14"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14106
14107[[package]]
14108name = "unicode-xid"
14109version = "0.2.6"
14110source = "registry+https://github.com/rust-lang/crates.io-index"
14111checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14112
14113[[package]]
14114name = "unicode_categories"
14115version = "0.1.1"
14116source = "registry+https://github.com/rust-lang/crates.io-index"
14117checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14118
14119[[package]]
14120name = "unindent"
14121version = "0.1.11"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14124
14125[[package]]
14126name = "untrusted"
14127version = "0.9.0"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14130
14131[[package]]
14132name = "url"
14133version = "2.5.4"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14136dependencies = [
14137 "form_urlencoded",
14138 "idna",
14139 "percent-encoding",
14140 "serde",
14141]
14142
14143[[package]]
14144name = "urlencoding"
14145version = "2.1.3"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14148
14149[[package]]
14150name = "usvg"
14151version = "0.44.0"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14154dependencies = [
14155 "base64 0.22.1",
14156 "data-url",
14157 "flate2",
14158 "imagesize",
14159 "kurbo",
14160 "log",
14161 "pico-args",
14162 "roxmltree",
14163 "simplecss",
14164 "siphasher 1.0.1",
14165 "strict-num",
14166 "svgtypes",
14167 "tiny-skia-path",
14168 "xmlwriter",
14169]
14170
14171[[package]]
14172name = "utf-8"
14173version = "0.7.6"
14174source = "registry+https://github.com/rust-lang/crates.io-index"
14175checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14176
14177[[package]]
14178name = "utf16_iter"
14179version = "1.0.5"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14182
14183[[package]]
14184name = "utf8_iter"
14185version = "1.0.4"
14186source = "registry+https://github.com/rust-lang/crates.io-index"
14187checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14188
14189[[package]]
14190name = "utf8parse"
14191version = "0.2.2"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14194
14195[[package]]
14196name = "util"
14197version = "0.1.0"
14198dependencies = [
14199 "anyhow",
14200 "async-fs 1.6.0",
14201 "collections",
14202 "dirs 4.0.0",
14203 "dunce",
14204 "futures 0.3.31",
14205 "futures-lite 1.13.0",
14206 "git2",
14207 "globset",
14208 "itertools 0.13.0",
14209 "libc",
14210 "log",
14211 "rand 0.8.5",
14212 "regex",
14213 "rust-embed",
14214 "serde",
14215 "serde_json",
14216 "smol",
14217 "take-until",
14218 "tempfile",
14219 "tendril",
14220 "unicase",
14221]
14222
14223[[package]]
14224name = "uuid"
14225version = "1.11.0"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14228dependencies = [
14229 "getrandom 0.2.15",
14230 "serde",
14231 "sha1_smol",
14232]
14233
14234[[package]]
14235name = "v_frame"
14236version = "0.3.8"
14237source = "registry+https://github.com/rust-lang/crates.io-index"
14238checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14239dependencies = [
14240 "aligned-vec",
14241 "num-traits",
14242 "wasm-bindgen",
14243]
14244
14245[[package]]
14246name = "valuable"
14247version = "0.1.0"
14248source = "registry+https://github.com/rust-lang/crates.io-index"
14249checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14250
14251[[package]]
14252name = "value-bag"
14253version = "1.10.0"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14256dependencies = [
14257 "value-bag-serde1",
14258 "value-bag-sval2",
14259]
14260
14261[[package]]
14262name = "value-bag-serde1"
14263version = "1.10.0"
14264source = "registry+https://github.com/rust-lang/crates.io-index"
14265checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14266dependencies = [
14267 "erased-serde",
14268 "serde",
14269 "serde_fmt",
14270]
14271
14272[[package]]
14273name = "value-bag-sval2"
14274version = "1.10.0"
14275source = "registry+https://github.com/rust-lang/crates.io-index"
14276checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14277dependencies = [
14278 "sval",
14279 "sval_buffer",
14280 "sval_dynamic",
14281 "sval_fmt",
14282 "sval_json",
14283 "sval_ref",
14284 "sval_serde",
14285]
14286
14287[[package]]
14288name = "vcpkg"
14289version = "0.2.15"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14292
14293[[package]]
14294name = "vcs_menu"
14295version = "0.1.0"
14296dependencies = [
14297 "anyhow",
14298 "fuzzy",
14299 "git",
14300 "gpui",
14301 "picker",
14302 "project",
14303 "ui",
14304 "util",
14305 "workspace",
14306 "zed_actions",
14307]
14308
14309[[package]]
14310name = "version-compare"
14311version = "0.2.0"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14314
14315[[package]]
14316name = "version_check"
14317version = "0.9.5"
14318source = "registry+https://github.com/rust-lang/crates.io-index"
14319checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14320
14321[[package]]
14322name = "vim"
14323version = "0.1.0"
14324dependencies = [
14325 "anyhow",
14326 "async-compat",
14327 "async-trait",
14328 "collections",
14329 "command_palette",
14330 "command_palette_hooks",
14331 "editor",
14332 "futures 0.3.31",
14333 "gpui",
14334 "indoc",
14335 "itertools 0.13.0",
14336 "language",
14337 "log",
14338 "lsp",
14339 "multi_buffer",
14340 "nvim-rs",
14341 "parking_lot",
14342 "regex",
14343 "release_channel",
14344 "schemars",
14345 "search",
14346 "serde",
14347 "serde_derive",
14348 "serde_json",
14349 "settings",
14350 "theme",
14351 "tokio",
14352 "ui",
14353 "util",
14354 "vim_mode_setting",
14355 "workspace",
14356 "zed_actions",
14357]
14358
14359[[package]]
14360name = "vim_mode_setting"
14361version = "0.1.0"
14362dependencies = [
14363 "anyhow",
14364 "gpui",
14365 "settings",
14366]
14367
14368[[package]]
14369name = "vscode_theme"
14370version = "0.2.0"
14371source = "registry+https://github.com/rust-lang/crates.io-index"
14372checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14373dependencies = [
14374 "serde",
14375]
14376
14377[[package]]
14378name = "vsimd"
14379version = "0.8.0"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14382
14383[[package]]
14384name = "vswhom"
14385version = "0.1.0"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14388dependencies = [
14389 "libc",
14390 "vswhom-sys",
14391]
14392
14393[[package]]
14394name = "vswhom-sys"
14395version = "0.1.2"
14396source = "registry+https://github.com/rust-lang/crates.io-index"
14397checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14398dependencies = [
14399 "cc",
14400 "libc",
14401]
14402
14403[[package]]
14404name = "vte"
14405version = "0.13.0"
14406source = "registry+https://github.com/rust-lang/crates.io-index"
14407checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
14408dependencies = [
14409 "bitflags 2.6.0",
14410 "cursor-icon",
14411 "log",
14412 "serde",
14413 "utf8parse",
14414 "vte_generate_state_changes",
14415]
14416
14417[[package]]
14418name = "vte_generate_state_changes"
14419version = "0.1.2"
14420source = "registry+https://github.com/rust-lang/crates.io-index"
14421checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
14422dependencies = [
14423 "proc-macro2",
14424 "quote",
14425]
14426
14427[[package]]
14428name = "waker-fn"
14429version = "1.2.0"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14432
14433[[package]]
14434name = "walkdir"
14435version = "2.5.0"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14438dependencies = [
14439 "same-file",
14440 "winapi-util",
14441]
14442
14443[[package]]
14444name = "want"
14445version = "0.3.1"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14448dependencies = [
14449 "try-lock",
14450]
14451
14452[[package]]
14453name = "warp"
14454version = "0.3.7"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14457dependencies = [
14458 "bytes 1.9.0",
14459 "futures-channel",
14460 "futures-util",
14461 "headers",
14462 "http 0.2.12",
14463 "hyper 0.14.32",
14464 "log",
14465 "mime",
14466 "mime_guess",
14467 "percent-encoding",
14468 "pin-project",
14469 "scoped-tls",
14470 "serde",
14471 "serde_json",
14472 "serde_urlencoded",
14473 "tokio",
14474 "tokio-tungstenite 0.21.0",
14475 "tokio-util",
14476 "tower-service",
14477 "tracing",
14478]
14479
14480[[package]]
14481name = "wasi"
14482version = "0.9.0+wasi-snapshot-preview1"
14483source = "registry+https://github.com/rust-lang/crates.io-index"
14484checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14485
14486[[package]]
14487name = "wasi"
14488version = "0.11.0+wasi-snapshot-preview1"
14489source = "registry+https://github.com/rust-lang/crates.io-index"
14490checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14491
14492[[package]]
14493name = "wasite"
14494version = "0.1.0"
14495source = "registry+https://github.com/rust-lang/crates.io-index"
14496checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14497
14498[[package]]
14499name = "wasm-bindgen"
14500version = "0.2.99"
14501source = "registry+https://github.com/rust-lang/crates.io-index"
14502checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14503dependencies = [
14504 "cfg-if",
14505 "once_cell",
14506 "wasm-bindgen-macro",
14507]
14508
14509[[package]]
14510name = "wasm-bindgen-backend"
14511version = "0.2.99"
14512source = "registry+https://github.com/rust-lang/crates.io-index"
14513checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14514dependencies = [
14515 "bumpalo",
14516 "log",
14517 "proc-macro2",
14518 "quote",
14519 "syn 2.0.90",
14520 "wasm-bindgen-shared",
14521]
14522
14523[[package]]
14524name = "wasm-bindgen-futures"
14525version = "0.4.49"
14526source = "registry+https://github.com/rust-lang/crates.io-index"
14527checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14528dependencies = [
14529 "cfg-if",
14530 "js-sys",
14531 "once_cell",
14532 "wasm-bindgen",
14533 "web-sys",
14534]
14535
14536[[package]]
14537name = "wasm-bindgen-macro"
14538version = "0.2.99"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14541dependencies = [
14542 "quote",
14543 "wasm-bindgen-macro-support",
14544]
14545
14546[[package]]
14547name = "wasm-bindgen-macro-support"
14548version = "0.2.99"
14549source = "registry+https://github.com/rust-lang/crates.io-index"
14550checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14551dependencies = [
14552 "proc-macro2",
14553 "quote",
14554 "syn 2.0.90",
14555 "wasm-bindgen-backend",
14556 "wasm-bindgen-shared",
14557]
14558
14559[[package]]
14560name = "wasm-bindgen-shared"
14561version = "0.2.99"
14562source = "registry+https://github.com/rust-lang/crates.io-index"
14563checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14564
14565[[package]]
14566name = "wasm-encoder"
14567version = "0.201.0"
14568source = "registry+https://github.com/rust-lang/crates.io-index"
14569checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14570dependencies = [
14571 "leb128",
14572]
14573
14574[[package]]
14575name = "wasm-encoder"
14576version = "0.215.0"
14577source = "registry+https://github.com/rust-lang/crates.io-index"
14578checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14579dependencies = [
14580 "leb128",
14581]
14582
14583[[package]]
14584name = "wasm-metadata"
14585version = "0.201.0"
14586source = "registry+https://github.com/rust-lang/crates.io-index"
14587checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14588dependencies = [
14589 "anyhow",
14590 "indexmap",
14591 "serde",
14592 "serde_derive",
14593 "serde_json",
14594 "spdx",
14595 "wasm-encoder 0.201.0",
14596 "wasmparser 0.201.0",
14597]
14598
14599[[package]]
14600name = "wasm-streams"
14601version = "0.4.2"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14604dependencies = [
14605 "futures-util",
14606 "js-sys",
14607 "wasm-bindgen",
14608 "wasm-bindgen-futures",
14609 "web-sys",
14610]
14611
14612[[package]]
14613name = "wasmparser"
14614version = "0.201.0"
14615source = "registry+https://github.com/rust-lang/crates.io-index"
14616checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14617dependencies = [
14618 "bitflags 2.6.0",
14619 "indexmap",
14620 "semver",
14621]
14622
14623[[package]]
14624name = "wasmparser"
14625version = "0.215.0"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14628dependencies = [
14629 "ahash 0.8.11",
14630 "bitflags 2.6.0",
14631 "hashbrown 0.14.5",
14632 "indexmap",
14633 "semver",
14634 "serde",
14635]
14636
14637[[package]]
14638name = "wasmprinter"
14639version = "0.215.0"
14640source = "registry+https://github.com/rust-lang/crates.io-index"
14641checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14642dependencies = [
14643 "anyhow",
14644 "termcolor",
14645 "wasmparser 0.215.0",
14646]
14647
14648[[package]]
14649name = "wasmtime"
14650version = "24.0.2"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14653dependencies = [
14654 "anyhow",
14655 "async-trait",
14656 "bitflags 2.6.0",
14657 "bumpalo",
14658 "cc",
14659 "cfg-if",
14660 "encoding_rs",
14661 "hashbrown 0.14.5",
14662 "indexmap",
14663 "libc",
14664 "libm",
14665 "log",
14666 "mach2",
14667 "memfd",
14668 "object",
14669 "once_cell",
14670 "paste",
14671 "postcard",
14672 "psm",
14673 "rustix 0.38.42",
14674 "semver",
14675 "serde",
14676 "serde_derive",
14677 "smallvec",
14678 "sptr",
14679 "target-lexicon",
14680 "wasmparser 0.215.0",
14681 "wasmtime-asm-macros",
14682 "wasmtime-component-macro",
14683 "wasmtime-component-util",
14684 "wasmtime-cranelift",
14685 "wasmtime-environ",
14686 "wasmtime-fiber",
14687 "wasmtime-jit-icache-coherence",
14688 "wasmtime-slab",
14689 "wasmtime-versioned-export-macros",
14690 "wasmtime-winch",
14691 "windows-sys 0.52.0",
14692]
14693
14694[[package]]
14695name = "wasmtime-asm-macros"
14696version = "24.0.2"
14697source = "registry+https://github.com/rust-lang/crates.io-index"
14698checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14699dependencies = [
14700 "cfg-if",
14701]
14702
14703[[package]]
14704name = "wasmtime-c-api-impl"
14705version = "24.0.2"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14708dependencies = [
14709 "anyhow",
14710 "log",
14711 "once_cell",
14712 "tracing",
14713 "wasmtime",
14714 "wasmtime-c-api-macros",
14715]
14716
14717[[package]]
14718name = "wasmtime-c-api-macros"
14719version = "24.0.2"
14720source = "registry+https://github.com/rust-lang/crates.io-index"
14721checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14722dependencies = [
14723 "proc-macro2",
14724 "quote",
14725]
14726
14727[[package]]
14728name = "wasmtime-component-macro"
14729version = "24.0.2"
14730source = "registry+https://github.com/rust-lang/crates.io-index"
14731checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14732dependencies = [
14733 "anyhow",
14734 "proc-macro2",
14735 "quote",
14736 "syn 2.0.90",
14737 "wasmtime-component-util",
14738 "wasmtime-wit-bindgen",
14739 "wit-parser 0.215.0",
14740]
14741
14742[[package]]
14743name = "wasmtime-component-util"
14744version = "24.0.2"
14745source = "registry+https://github.com/rust-lang/crates.io-index"
14746checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14747
14748[[package]]
14749name = "wasmtime-cranelift"
14750version = "24.0.2"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14753dependencies = [
14754 "anyhow",
14755 "cfg-if",
14756 "cranelift-codegen",
14757 "cranelift-control",
14758 "cranelift-entity",
14759 "cranelift-frontend",
14760 "cranelift-native",
14761 "cranelift-wasm",
14762 "gimli 0.29.0",
14763 "log",
14764 "object",
14765 "target-lexicon",
14766 "thiserror 1.0.69",
14767 "wasmparser 0.215.0",
14768 "wasmtime-environ",
14769 "wasmtime-versioned-export-macros",
14770]
14771
14772[[package]]
14773name = "wasmtime-environ"
14774version = "24.0.2"
14775source = "registry+https://github.com/rust-lang/crates.io-index"
14776checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14777dependencies = [
14778 "anyhow",
14779 "cpp_demangle",
14780 "cranelift-bitset",
14781 "cranelift-entity",
14782 "gimli 0.29.0",
14783 "indexmap",
14784 "log",
14785 "object",
14786 "postcard",
14787 "rustc-demangle",
14788 "semver",
14789 "serde",
14790 "serde_derive",
14791 "target-lexicon",
14792 "wasm-encoder 0.215.0",
14793 "wasmparser 0.215.0",
14794 "wasmprinter",
14795 "wasmtime-component-util",
14796 "wasmtime-types",
14797]
14798
14799[[package]]
14800name = "wasmtime-fiber"
14801version = "24.0.2"
14802source = "registry+https://github.com/rust-lang/crates.io-index"
14803checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14804dependencies = [
14805 "anyhow",
14806 "cc",
14807 "cfg-if",
14808 "rustix 0.38.42",
14809 "wasmtime-asm-macros",
14810 "wasmtime-versioned-export-macros",
14811 "windows-sys 0.52.0",
14812]
14813
14814[[package]]
14815name = "wasmtime-jit-icache-coherence"
14816version = "24.0.2"
14817source = "registry+https://github.com/rust-lang/crates.io-index"
14818checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14819dependencies = [
14820 "anyhow",
14821 "cfg-if",
14822 "libc",
14823 "windows-sys 0.52.0",
14824]
14825
14826[[package]]
14827name = "wasmtime-slab"
14828version = "24.0.2"
14829source = "registry+https://github.com/rust-lang/crates.io-index"
14830checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14831
14832[[package]]
14833name = "wasmtime-types"
14834version = "24.0.2"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14837dependencies = [
14838 "anyhow",
14839 "cranelift-entity",
14840 "serde",
14841 "serde_derive",
14842 "smallvec",
14843 "wasmparser 0.215.0",
14844]
14845
14846[[package]]
14847name = "wasmtime-versioned-export-macros"
14848version = "24.0.2"
14849source = "registry+https://github.com/rust-lang/crates.io-index"
14850checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14851dependencies = [
14852 "proc-macro2",
14853 "quote",
14854 "syn 2.0.90",
14855]
14856
14857[[package]]
14858name = "wasmtime-wasi"
14859version = "24.0.2"
14860source = "registry+https://github.com/rust-lang/crates.io-index"
14861checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14862dependencies = [
14863 "anyhow",
14864 "async-trait",
14865 "bitflags 2.6.0",
14866 "bytes 1.9.0",
14867 "cap-fs-ext",
14868 "cap-net-ext",
14869 "cap-rand",
14870 "cap-std",
14871 "cap-time-ext",
14872 "fs-set-times",
14873 "futures 0.3.31",
14874 "io-extras",
14875 "io-lifetimes 2.0.4",
14876 "once_cell",
14877 "rustix 0.38.42",
14878 "system-interface",
14879 "thiserror 1.0.69",
14880 "tokio",
14881 "tracing",
14882 "url",
14883 "wasmtime",
14884 "wiggle",
14885 "windows-sys 0.52.0",
14886]
14887
14888[[package]]
14889name = "wasmtime-winch"
14890version = "24.0.2"
14891source = "registry+https://github.com/rust-lang/crates.io-index"
14892checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14893dependencies = [
14894 "anyhow",
14895 "cranelift-codegen",
14896 "gimli 0.29.0",
14897 "object",
14898 "target-lexicon",
14899 "wasmparser 0.215.0",
14900 "wasmtime-cranelift",
14901 "wasmtime-environ",
14902 "winch-codegen",
14903]
14904
14905[[package]]
14906name = "wasmtime-wit-bindgen"
14907version = "24.0.2"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14910dependencies = [
14911 "anyhow",
14912 "heck 0.4.1",
14913 "indexmap",
14914 "wit-parser 0.215.0",
14915]
14916
14917[[package]]
14918name = "wast"
14919version = "35.0.2"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14922dependencies = [
14923 "leb128",
14924]
14925
14926[[package]]
14927name = "wayland-backend"
14928version = "0.3.7"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14931dependencies = [
14932 "cc",
14933 "downcast-rs",
14934 "rustix 0.38.42",
14935 "scoped-tls",
14936 "smallvec",
14937 "wayland-sys",
14938]
14939
14940[[package]]
14941name = "wayland-client"
14942version = "0.31.7"
14943source = "registry+https://github.com/rust-lang/crates.io-index"
14944checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
14945dependencies = [
14946 "bitflags 2.6.0",
14947 "rustix 0.38.42",
14948 "wayland-backend",
14949 "wayland-scanner",
14950]
14951
14952[[package]]
14953name = "wayland-cursor"
14954version = "0.31.7"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
14957dependencies = [
14958 "rustix 0.38.42",
14959 "wayland-client",
14960 "xcursor",
14961]
14962
14963[[package]]
14964name = "wayland-protocols"
14965version = "0.31.2"
14966source = "registry+https://github.com/rust-lang/crates.io-index"
14967checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14968dependencies = [
14969 "bitflags 2.6.0",
14970 "wayland-backend",
14971 "wayland-client",
14972 "wayland-scanner",
14973]
14974
14975[[package]]
14976name = "wayland-protocols-plasma"
14977version = "0.2.0"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14980dependencies = [
14981 "bitflags 2.6.0",
14982 "wayland-backend",
14983 "wayland-client",
14984 "wayland-protocols",
14985 "wayland-scanner",
14986]
14987
14988[[package]]
14989name = "wayland-scanner"
14990version = "0.31.5"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
14993dependencies = [
14994 "proc-macro2",
14995 "quick-xml 0.36.2",
14996 "quote",
14997]
14998
14999[[package]]
15000name = "wayland-sys"
15001version = "0.31.5"
15002source = "registry+https://github.com/rust-lang/crates.io-index"
15003checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
15004dependencies = [
15005 "dlib",
15006 "log",
15007 "once_cell",
15008 "pkg-config",
15009]
15010
15011[[package]]
15012name = "web-sys"
15013version = "0.3.76"
15014source = "registry+https://github.com/rust-lang/crates.io-index"
15015checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15016dependencies = [
15017 "js-sys",
15018 "wasm-bindgen",
15019]
15020
15021[[package]]
15022name = "web-time"
15023version = "1.1.0"
15024source = "registry+https://github.com/rust-lang/crates.io-index"
15025checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15026dependencies = [
15027 "js-sys",
15028 "wasm-bindgen",
15029]
15030
15031[[package]]
15032name = "webpki"
15033version = "0.22.4"
15034source = "registry+https://github.com/rust-lang/crates.io-index"
15035checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
15036dependencies = [
15037 "ring",
15038 "untrusted",
15039]
15040
15041[[package]]
15042name = "webpki-roots"
15043version = "0.22.6"
15044source = "registry+https://github.com/rust-lang/crates.io-index"
15045checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
15046dependencies = [
15047 "webpki",
15048]
15049
15050[[package]]
15051name = "webpki-roots"
15052version = "0.26.7"
15053source = "registry+https://github.com/rust-lang/crates.io-index"
15054checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15055dependencies = [
15056 "rustls-pki-types",
15057]
15058
15059[[package]]
15060name = "webrtc-sys"
15061version = "0.3.5"
15062source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15063dependencies = [
15064 "cc",
15065 "cxx",
15066 "cxx-build",
15067 "glob",
15068 "log",
15069 "webrtc-sys-build",
15070]
15071
15072[[package]]
15073name = "webrtc-sys-build"
15074version = "0.3.5"
15075source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15076dependencies = [
15077 "fs2",
15078 "regex",
15079 "reqwest 0.11.27",
15080 "scratch",
15081 "semver",
15082 "zip",
15083]
15084
15085[[package]]
15086name = "weezl"
15087version = "0.1.8"
15088source = "registry+https://github.com/rust-lang/crates.io-index"
15089checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15090
15091[[package]]
15092name = "welcome"
15093version = "0.1.0"
15094dependencies = [
15095 "anyhow",
15096 "client",
15097 "copilot",
15098 "db",
15099 "editor",
15100 "fuzzy",
15101 "gpui",
15102 "install_cli",
15103 "picker",
15104 "project",
15105 "schemars",
15106 "serde",
15107 "settings",
15108 "telemetry",
15109 "ui",
15110 "util",
15111 "vim_mode_setting",
15112 "workspace",
15113 "zed_actions",
15114]
15115
15116[[package]]
15117name = "which"
15118version = "4.4.2"
15119source = "registry+https://github.com/rust-lang/crates.io-index"
15120checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15121dependencies = [
15122 "either",
15123 "home",
15124 "once_cell",
15125 "rustix 0.38.42",
15126]
15127
15128[[package]]
15129name = "which"
15130version = "6.0.3"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15133dependencies = [
15134 "either",
15135 "home",
15136 "rustix 0.38.42",
15137 "winsafe",
15138]
15139
15140[[package]]
15141name = "whoami"
15142version = "1.5.2"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15145dependencies = [
15146 "redox_syscall 0.5.8",
15147 "wasite",
15148]
15149
15150[[package]]
15151name = "wiggle"
15152version = "24.0.2"
15153source = "registry+https://github.com/rust-lang/crates.io-index"
15154checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15155dependencies = [
15156 "anyhow",
15157 "async-trait",
15158 "bitflags 2.6.0",
15159 "thiserror 1.0.69",
15160 "tracing",
15161 "wasmtime",
15162 "wiggle-macro",
15163]
15164
15165[[package]]
15166name = "wiggle-generate"
15167version = "24.0.2"
15168source = "registry+https://github.com/rust-lang/crates.io-index"
15169checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15170dependencies = [
15171 "anyhow",
15172 "heck 0.4.1",
15173 "proc-macro2",
15174 "quote",
15175 "shellexpand 2.1.2",
15176 "syn 2.0.90",
15177 "witx",
15178]
15179
15180[[package]]
15181name = "wiggle-macro"
15182version = "24.0.2"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15185dependencies = [
15186 "proc-macro2",
15187 "quote",
15188 "syn 2.0.90",
15189 "wiggle-generate",
15190]
15191
15192[[package]]
15193name = "winapi"
15194version = "0.3.9"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15197dependencies = [
15198 "winapi-i686-pc-windows-gnu",
15199 "winapi-x86_64-pc-windows-gnu",
15200]
15201
15202[[package]]
15203name = "winapi-i686-pc-windows-gnu"
15204version = "0.4.0"
15205source = "registry+https://github.com/rust-lang/crates.io-index"
15206checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15207
15208[[package]]
15209name = "winapi-util"
15210version = "0.1.9"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15213dependencies = [
15214 "windows-sys 0.59.0",
15215]
15216
15217[[package]]
15218name = "winapi-x86_64-pc-windows-gnu"
15219version = "0.4.0"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15222
15223[[package]]
15224name = "winch-codegen"
15225version = "0.22.2"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15228dependencies = [
15229 "anyhow",
15230 "cranelift-codegen",
15231 "gimli 0.29.0",
15232 "regalloc2",
15233 "smallvec",
15234 "target-lexicon",
15235 "wasmparser 0.215.0",
15236 "wasmtime-cranelift",
15237 "wasmtime-environ",
15238]
15239
15240[[package]]
15241name = "windows"
15242version = "0.54.0"
15243source = "registry+https://github.com/rust-lang/crates.io-index"
15244checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15245dependencies = [
15246 "windows-core 0.54.0",
15247 "windows-targets 0.52.6",
15248]
15249
15250[[package]]
15251name = "windows"
15252version = "0.57.0"
15253source = "registry+https://github.com/rust-lang/crates.io-index"
15254checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15255dependencies = [
15256 "windows-core 0.57.0",
15257 "windows-targets 0.52.6",
15258]
15259
15260[[package]]
15261name = "windows"
15262version = "0.58.0"
15263source = "registry+https://github.com/rust-lang/crates.io-index"
15264checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15265dependencies = [
15266 "windows-core 0.58.0",
15267 "windows-targets 0.52.6",
15268]
15269
15270[[package]]
15271name = "windows-core"
15272version = "0.52.0"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15275dependencies = [
15276 "windows-targets 0.52.6",
15277]
15278
15279[[package]]
15280name = "windows-core"
15281version = "0.54.0"
15282source = "registry+https://github.com/rust-lang/crates.io-index"
15283checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15284dependencies = [
15285 "windows-result 0.1.2",
15286 "windows-targets 0.52.6",
15287]
15288
15289[[package]]
15290name = "windows-core"
15291version = "0.57.0"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15294dependencies = [
15295 "windows-implement 0.57.0",
15296 "windows-interface 0.57.0",
15297 "windows-result 0.1.2",
15298 "windows-targets 0.52.6",
15299]
15300
15301[[package]]
15302name = "windows-core"
15303version = "0.58.0"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15306dependencies = [
15307 "windows-implement 0.58.0",
15308 "windows-interface 0.58.0",
15309 "windows-result 0.2.0",
15310 "windows-strings",
15311 "windows-targets 0.52.6",
15312]
15313
15314[[package]]
15315name = "windows-implement"
15316version = "0.57.0"
15317source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15319dependencies = [
15320 "proc-macro2",
15321 "quote",
15322 "syn 2.0.90",
15323]
15324
15325[[package]]
15326name = "windows-implement"
15327version = "0.58.0"
15328source = "registry+https://github.com/rust-lang/crates.io-index"
15329checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15330dependencies = [
15331 "proc-macro2",
15332 "quote",
15333 "syn 2.0.90",
15334]
15335
15336[[package]]
15337name = "windows-interface"
15338version = "0.57.0"
15339source = "registry+https://github.com/rust-lang/crates.io-index"
15340checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15341dependencies = [
15342 "proc-macro2",
15343 "quote",
15344 "syn 2.0.90",
15345]
15346
15347[[package]]
15348name = "windows-interface"
15349version = "0.58.0"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15352dependencies = [
15353 "proc-macro2",
15354 "quote",
15355 "syn 2.0.90",
15356]
15357
15358[[package]]
15359name = "windows-registry"
15360version = "0.2.0"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15363dependencies = [
15364 "windows-result 0.2.0",
15365 "windows-strings",
15366 "windows-targets 0.52.6",
15367]
15368
15369[[package]]
15370name = "windows-result"
15371version = "0.1.2"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15374dependencies = [
15375 "windows-targets 0.52.6",
15376]
15377
15378[[package]]
15379name = "windows-result"
15380version = "0.2.0"
15381source = "registry+https://github.com/rust-lang/crates.io-index"
15382checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15383dependencies = [
15384 "windows-targets 0.52.6",
15385]
15386
15387[[package]]
15388name = "windows-strings"
15389version = "0.1.0"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15392dependencies = [
15393 "windows-result 0.2.0",
15394 "windows-targets 0.52.6",
15395]
15396
15397[[package]]
15398name = "windows-sys"
15399version = "0.45.0"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15402dependencies = [
15403 "windows-targets 0.42.2",
15404]
15405
15406[[package]]
15407name = "windows-sys"
15408version = "0.48.0"
15409source = "registry+https://github.com/rust-lang/crates.io-index"
15410checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15411dependencies = [
15412 "windows-targets 0.48.5",
15413]
15414
15415[[package]]
15416name = "windows-sys"
15417version = "0.52.0"
15418source = "registry+https://github.com/rust-lang/crates.io-index"
15419checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15420dependencies = [
15421 "windows-targets 0.52.6",
15422]
15423
15424[[package]]
15425name = "windows-sys"
15426version = "0.59.0"
15427source = "registry+https://github.com/rust-lang/crates.io-index"
15428checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15429dependencies = [
15430 "windows-targets 0.52.6",
15431]
15432
15433[[package]]
15434name = "windows-targets"
15435version = "0.42.2"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15438dependencies = [
15439 "windows_aarch64_gnullvm 0.42.2",
15440 "windows_aarch64_msvc 0.42.2",
15441 "windows_i686_gnu 0.42.2",
15442 "windows_i686_msvc 0.42.2",
15443 "windows_x86_64_gnu 0.42.2",
15444 "windows_x86_64_gnullvm 0.42.2",
15445 "windows_x86_64_msvc 0.42.2",
15446]
15447
15448[[package]]
15449name = "windows-targets"
15450version = "0.48.5"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15453dependencies = [
15454 "windows_aarch64_gnullvm 0.48.5",
15455 "windows_aarch64_msvc 0.48.5",
15456 "windows_i686_gnu 0.48.5",
15457 "windows_i686_msvc 0.48.5",
15458 "windows_x86_64_gnu 0.48.5",
15459 "windows_x86_64_gnullvm 0.48.5",
15460 "windows_x86_64_msvc 0.48.5",
15461]
15462
15463[[package]]
15464name = "windows-targets"
15465version = "0.52.6"
15466source = "registry+https://github.com/rust-lang/crates.io-index"
15467checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15468dependencies = [
15469 "windows_aarch64_gnullvm 0.52.6",
15470 "windows_aarch64_msvc 0.52.6",
15471 "windows_i686_gnu 0.52.6",
15472 "windows_i686_gnullvm",
15473 "windows_i686_msvc 0.52.6",
15474 "windows_x86_64_gnu 0.52.6",
15475 "windows_x86_64_gnullvm 0.52.6",
15476 "windows_x86_64_msvc 0.52.6",
15477]
15478
15479[[package]]
15480name = "windows_aarch64_gnullvm"
15481version = "0.42.2"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15484
15485[[package]]
15486name = "windows_aarch64_gnullvm"
15487version = "0.48.5"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15490
15491[[package]]
15492name = "windows_aarch64_gnullvm"
15493version = "0.52.6"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15496
15497[[package]]
15498name = "windows_aarch64_msvc"
15499version = "0.42.2"
15500source = "registry+https://github.com/rust-lang/crates.io-index"
15501checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15502
15503[[package]]
15504name = "windows_aarch64_msvc"
15505version = "0.48.5"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15508
15509[[package]]
15510name = "windows_aarch64_msvc"
15511version = "0.52.6"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15514
15515[[package]]
15516name = "windows_i686_gnu"
15517version = "0.42.2"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15520
15521[[package]]
15522name = "windows_i686_gnu"
15523version = "0.48.5"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15526
15527[[package]]
15528name = "windows_i686_gnu"
15529version = "0.52.6"
15530source = "registry+https://github.com/rust-lang/crates.io-index"
15531checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15532
15533[[package]]
15534name = "windows_i686_gnullvm"
15535version = "0.52.6"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15538
15539[[package]]
15540name = "windows_i686_msvc"
15541version = "0.42.2"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15544
15545[[package]]
15546name = "windows_i686_msvc"
15547version = "0.48.5"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15550
15551[[package]]
15552name = "windows_i686_msvc"
15553version = "0.52.6"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15556
15557[[package]]
15558name = "windows_x86_64_gnu"
15559version = "0.42.2"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15562
15563[[package]]
15564name = "windows_x86_64_gnu"
15565version = "0.48.5"
15566source = "registry+https://github.com/rust-lang/crates.io-index"
15567checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15568
15569[[package]]
15570name = "windows_x86_64_gnu"
15571version = "0.52.6"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15574
15575[[package]]
15576name = "windows_x86_64_gnullvm"
15577version = "0.42.2"
15578source = "registry+https://github.com/rust-lang/crates.io-index"
15579checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15580
15581[[package]]
15582name = "windows_x86_64_gnullvm"
15583version = "0.48.5"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15586
15587[[package]]
15588name = "windows_x86_64_gnullvm"
15589version = "0.52.6"
15590source = "registry+https://github.com/rust-lang/crates.io-index"
15591checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15592
15593[[package]]
15594name = "windows_x86_64_msvc"
15595version = "0.42.2"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15598
15599[[package]]
15600name = "windows_x86_64_msvc"
15601version = "0.48.5"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15604
15605[[package]]
15606name = "windows_x86_64_msvc"
15607version = "0.52.6"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15610
15611[[package]]
15612name = "winnow"
15613version = "0.6.20"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15616dependencies = [
15617 "memchr",
15618]
15619
15620[[package]]
15621name = "winreg"
15622version = "0.50.0"
15623source = "registry+https://github.com/rust-lang/crates.io-index"
15624checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15625dependencies = [
15626 "cfg-if",
15627 "windows-sys 0.48.0",
15628]
15629
15630[[package]]
15631name = "winreg"
15632version = "0.52.0"
15633source = "registry+https://github.com/rust-lang/crates.io-index"
15634checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15635dependencies = [
15636 "cfg-if",
15637 "windows-sys 0.48.0",
15638]
15639
15640[[package]]
15641name = "winresource"
15642version = "0.1.19"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15645dependencies = [
15646 "toml 0.8.19",
15647 "version_check",
15648]
15649
15650[[package]]
15651name = "winsafe"
15652version = "0.0.19"
15653source = "registry+https://github.com/rust-lang/crates.io-index"
15654checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15655
15656[[package]]
15657name = "winx"
15658version = "0.36.4"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15661dependencies = [
15662 "bitflags 2.6.0",
15663 "windows-sys 0.59.0",
15664]
15665
15666[[package]]
15667name = "wio"
15668version = "0.2.2"
15669source = "registry+https://github.com/rust-lang/crates.io-index"
15670checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15671dependencies = [
15672 "winapi",
15673]
15674
15675[[package]]
15676name = "wit-bindgen"
15677version = "0.22.0"
15678source = "registry+https://github.com/rust-lang/crates.io-index"
15679checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15680dependencies = [
15681 "bitflags 2.6.0",
15682 "wit-bindgen-rt",
15683 "wit-bindgen-rust-macro",
15684]
15685
15686[[package]]
15687name = "wit-bindgen-core"
15688version = "0.22.0"
15689source = "registry+https://github.com/rust-lang/crates.io-index"
15690checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15691dependencies = [
15692 "anyhow",
15693 "wit-parser 0.201.0",
15694]
15695
15696[[package]]
15697name = "wit-bindgen-rt"
15698version = "0.22.0"
15699source = "registry+https://github.com/rust-lang/crates.io-index"
15700checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15701
15702[[package]]
15703name = "wit-bindgen-rust"
15704version = "0.22.0"
15705source = "registry+https://github.com/rust-lang/crates.io-index"
15706checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15707dependencies = [
15708 "anyhow",
15709 "heck 0.4.1",
15710 "indexmap",
15711 "wasm-metadata",
15712 "wit-bindgen-core",
15713 "wit-component",
15714]
15715
15716[[package]]
15717name = "wit-bindgen-rust-macro"
15718version = "0.22.0"
15719source = "registry+https://github.com/rust-lang/crates.io-index"
15720checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15721dependencies = [
15722 "anyhow",
15723 "proc-macro2",
15724 "quote",
15725 "syn 2.0.90",
15726 "wit-bindgen-core",
15727 "wit-bindgen-rust",
15728]
15729
15730[[package]]
15731name = "wit-component"
15732version = "0.201.0"
15733source = "registry+https://github.com/rust-lang/crates.io-index"
15734checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15735dependencies = [
15736 "anyhow",
15737 "bitflags 2.6.0",
15738 "indexmap",
15739 "log",
15740 "serde",
15741 "serde_derive",
15742 "serde_json",
15743 "wasm-encoder 0.201.0",
15744 "wasm-metadata",
15745 "wasmparser 0.201.0",
15746 "wit-parser 0.201.0",
15747]
15748
15749[[package]]
15750name = "wit-parser"
15751version = "0.201.0"
15752source = "registry+https://github.com/rust-lang/crates.io-index"
15753checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15754dependencies = [
15755 "anyhow",
15756 "id-arena",
15757 "indexmap",
15758 "log",
15759 "semver",
15760 "serde",
15761 "serde_derive",
15762 "serde_json",
15763 "unicode-xid",
15764 "wasmparser 0.201.0",
15765]
15766
15767[[package]]
15768name = "wit-parser"
15769version = "0.215.0"
15770source = "registry+https://github.com/rust-lang/crates.io-index"
15771checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15772dependencies = [
15773 "anyhow",
15774 "id-arena",
15775 "indexmap",
15776 "log",
15777 "semver",
15778 "serde",
15779 "serde_derive",
15780 "serde_json",
15781 "unicode-xid",
15782 "wasmparser 0.215.0",
15783]
15784
15785[[package]]
15786name = "witx"
15787version = "0.9.1"
15788source = "registry+https://github.com/rust-lang/crates.io-index"
15789checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15790dependencies = [
15791 "anyhow",
15792 "log",
15793 "thiserror 1.0.69",
15794 "wast",
15795]
15796
15797[[package]]
15798name = "workspace"
15799version = "0.1.0"
15800dependencies = [
15801 "any_vec",
15802 "anyhow",
15803 "async-recursion 1.1.1",
15804 "bincode",
15805 "call",
15806 "client",
15807 "clock",
15808 "collections",
15809 "db",
15810 "derive_more",
15811 "env_logger 0.11.6",
15812 "fs",
15813 "futures 0.3.31",
15814 "gpui",
15815 "http_client",
15816 "itertools 0.13.0",
15817 "language",
15818 "log",
15819 "node_runtime",
15820 "parking_lot",
15821 "postage",
15822 "project",
15823 "remote",
15824 "schemars",
15825 "serde",
15826 "serde_json",
15827 "session",
15828 "settings",
15829 "smallvec",
15830 "sqlez",
15831 "strum",
15832 "task",
15833 "tempfile",
15834 "theme",
15835 "ui",
15836 "util",
15837 "uuid",
15838]
15839
15840[[package]]
15841name = "worktree"
15842version = "0.1.0"
15843dependencies = [
15844 "anyhow",
15845 "clock",
15846 "collections",
15847 "env_logger 0.11.6",
15848 "fs",
15849 "futures 0.3.31",
15850 "fuzzy",
15851 "git",
15852 "git2",
15853 "git_hosting_providers",
15854 "gpui",
15855 "http_client",
15856 "ignore",
15857 "language",
15858 "log",
15859 "parking_lot",
15860 "paths",
15861 "postage",
15862 "pretty_assertions",
15863 "rand 0.8.5",
15864 "rpc",
15865 "schemars",
15866 "serde",
15867 "serde_json",
15868 "settings",
15869 "smallvec",
15870 "smol",
15871 "sum_tree",
15872 "text",
15873 "util",
15874]
15875
15876[[package]]
15877name = "write16"
15878version = "1.0.0"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15881
15882[[package]]
15883name = "writeable"
15884version = "0.5.5"
15885source = "registry+https://github.com/rust-lang/crates.io-index"
15886checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15887
15888[[package]]
15889name = "wyz"
15890version = "0.5.1"
15891source = "registry+https://github.com/rust-lang/crates.io-index"
15892checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15893dependencies = [
15894 "tap",
15895]
15896
15897[[package]]
15898name = "x11-clipboard"
15899version = "0.9.3"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15902dependencies = [
15903 "libc",
15904 "x11rb",
15905]
15906
15907[[package]]
15908name = "x11rb"
15909version = "0.13.1"
15910source = "registry+https://github.com/rust-lang/crates.io-index"
15911checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15912dependencies = [
15913 "as-raw-xcb-connection",
15914 "gethostname",
15915 "libc",
15916 "rustix 0.38.42",
15917 "x11rb-protocol",
15918]
15919
15920[[package]]
15921name = "x11rb-protocol"
15922version = "0.13.1"
15923source = "registry+https://github.com/rust-lang/crates.io-index"
15924checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15925
15926[[package]]
15927name = "xattr"
15928version = "0.2.3"
15929source = "registry+https://github.com/rust-lang/crates.io-index"
15930checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15931dependencies = [
15932 "libc",
15933]
15934
15935[[package]]
15936name = "xcursor"
15937version = "0.3.8"
15938source = "registry+https://github.com/rust-lang/crates.io-index"
15939checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15940
15941[[package]]
15942name = "xdg-home"
15943version = "1.3.0"
15944source = "registry+https://github.com/rust-lang/crates.io-index"
15945checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15946dependencies = [
15947 "libc",
15948 "windows-sys 0.59.0",
15949]
15950
15951[[package]]
15952name = "xim"
15953version = "0.4.0"
15954source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15955dependencies = [
15956 "ahash 0.8.11",
15957 "hashbrown 0.14.5",
15958 "log",
15959 "x11rb",
15960 "xim-ctext",
15961 "xim-parser",
15962]
15963
15964[[package]]
15965name = "xim-ctext"
15966version = "0.3.0"
15967source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15968dependencies = [
15969 "encoding_rs",
15970]
15971
15972[[package]]
15973name = "xim-parser"
15974version = "0.2.1"
15975source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15976dependencies = [
15977 "bitflags 2.6.0",
15978]
15979
15980[[package]]
15981name = "xkbcommon"
15982version = "0.7.0"
15983source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15984dependencies = [
15985 "as-raw-xcb-connection",
15986 "libc",
15987 "memmap2",
15988 "xkeysym",
15989]
15990
15991[[package]]
15992name = "xkeysym"
15993version = "0.2.1"
15994source = "registry+https://github.com/rust-lang/crates.io-index"
15995checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15996
15997[[package]]
15998name = "xml5ever"
15999version = "0.18.1"
16000source = "registry+https://github.com/rust-lang/crates.io-index"
16001checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16002dependencies = [
16003 "log",
16004 "mac",
16005 "markup5ever",
16006]
16007
16008[[package]]
16009name = "xmlparser"
16010version = "0.13.6"
16011source = "registry+https://github.com/rust-lang/crates.io-index"
16012checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16013
16014[[package]]
16015name = "xmlwriter"
16016version = "0.1.0"
16017source = "registry+https://github.com/rust-lang/crates.io-index"
16018checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16019
16020[[package]]
16021name = "xtask"
16022version = "0.1.0"
16023dependencies = [
16024 "anyhow",
16025 "cargo_metadata",
16026 "cargo_toml",
16027 "clap",
16028]
16029
16030[[package]]
16031name = "yaml-rust2"
16032version = "0.8.1"
16033source = "registry+https://github.com/rust-lang/crates.io-index"
16034checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16035dependencies = [
16036 "arraydeque",
16037 "encoding_rs",
16038 "hashlink 0.8.4",
16039]
16040
16041[[package]]
16042name = "yansi"
16043version = "1.0.1"
16044source = "registry+https://github.com/rust-lang/crates.io-index"
16045checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16046
16047[[package]]
16048name = "yazi"
16049version = "0.1.6"
16050source = "registry+https://github.com/rust-lang/crates.io-index"
16051checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16052
16053[[package]]
16054name = "yeslogic-fontconfig-sys"
16055version = "6.0.0"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16058dependencies = [
16059 "dlib",
16060 "once_cell",
16061 "pkg-config",
16062]
16063
16064[[package]]
16065name = "yoke"
16066version = "0.7.5"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16069dependencies = [
16070 "serde",
16071 "stable_deref_trait",
16072 "yoke-derive",
16073 "zerofrom",
16074]
16075
16076[[package]]
16077name = "yoke-derive"
16078version = "0.7.5"
16079source = "registry+https://github.com/rust-lang/crates.io-index"
16080checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16081dependencies = [
16082 "proc-macro2",
16083 "quote",
16084 "syn 2.0.90",
16085 "synstructure",
16086]
16087
16088[[package]]
16089name = "zbus"
16090version = "4.4.0"
16091source = "registry+https://github.com/rust-lang/crates.io-index"
16092checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
16093dependencies = [
16094 "async-broadcast",
16095 "async-executor",
16096 "async-fs 2.1.2",
16097 "async-io 2.4.0",
16098 "async-lock 3.4.0",
16099 "async-process 2.3.0",
16100 "async-recursion 1.1.1",
16101 "async-task",
16102 "async-trait",
16103 "blocking",
16104 "enumflags2",
16105 "event-listener 5.3.1",
16106 "futures-core",
16107 "futures-sink",
16108 "futures-util",
16109 "hex",
16110 "nix",
16111 "ordered-stream",
16112 "rand 0.8.5",
16113 "serde",
16114 "serde_repr",
16115 "sha1",
16116 "static_assertions",
16117 "tracing",
16118 "uds_windows",
16119 "windows-sys 0.52.0",
16120 "xdg-home",
16121 "zbus_macros 4.4.0",
16122 "zbus_names 3.0.0",
16123 "zvariant 4.2.0",
16124]
16125
16126[[package]]
16127name = "zbus"
16128version = "5.1.1"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16131dependencies = [
16132 "async-broadcast",
16133 "async-executor",
16134 "async-fs 2.1.2",
16135 "async-io 2.4.0",
16136 "async-lock 3.4.0",
16137 "async-process 2.3.0",
16138 "async-recursion 1.1.1",
16139 "async-task",
16140 "async-trait",
16141 "blocking",
16142 "enumflags2",
16143 "event-listener 5.3.1",
16144 "futures-core",
16145 "futures-util",
16146 "hex",
16147 "nix",
16148 "ordered-stream",
16149 "serde",
16150 "serde_repr",
16151 "static_assertions",
16152 "tracing",
16153 "uds_windows",
16154 "windows-sys 0.59.0",
16155 "winnow",
16156 "xdg-home",
16157 "zbus_macros 5.1.1",
16158 "zbus_names 4.1.0",
16159 "zvariant 5.1.0",
16160]
16161
16162[[package]]
16163name = "zbus_macros"
16164version = "4.4.0"
16165source = "registry+https://github.com/rust-lang/crates.io-index"
16166checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16167dependencies = [
16168 "proc-macro-crate",
16169 "proc-macro2",
16170 "quote",
16171 "syn 2.0.90",
16172 "zvariant_utils 2.1.0",
16173]
16174
16175[[package]]
16176name = "zbus_macros"
16177version = "5.1.1"
16178source = "registry+https://github.com/rust-lang/crates.io-index"
16179checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16180dependencies = [
16181 "proc-macro-crate",
16182 "proc-macro2",
16183 "quote",
16184 "syn 2.0.90",
16185 "zbus_names 4.1.0",
16186 "zvariant 5.1.0",
16187 "zvariant_utils 3.0.2",
16188]
16189
16190[[package]]
16191name = "zbus_names"
16192version = "3.0.0"
16193source = "registry+https://github.com/rust-lang/crates.io-index"
16194checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16195dependencies = [
16196 "serde",
16197 "static_assertions",
16198 "zvariant 4.2.0",
16199]
16200
16201[[package]]
16202name = "zbus_names"
16203version = "4.1.0"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16206dependencies = [
16207 "serde",
16208 "static_assertions",
16209 "winnow",
16210 "zvariant 5.1.0",
16211]
16212
16213[[package]]
16214name = "zed"
16215version = "0.169.1"
16216dependencies = [
16217 "activity_indicator",
16218 "anyhow",
16219 "ashpd",
16220 "assets",
16221 "assistant",
16222 "assistant2",
16223 "assistant_tools",
16224 "async-watch",
16225 "audio",
16226 "auto_update",
16227 "auto_update_ui",
16228 "backtrace",
16229 "breadcrumbs",
16230 "call",
16231 "channel",
16232 "chrono",
16233 "clap",
16234 "cli",
16235 "client",
16236 "collab_ui",
16237 "collections",
16238 "command_palette",
16239 "command_palette_hooks",
16240 "copilot",
16241 "db",
16242 "diagnostics",
16243 "editor",
16244 "env_logger 0.11.6",
16245 "extension",
16246 "extension_host",
16247 "extensions_ui",
16248 "feature_flags",
16249 "feedback",
16250 "file_finder",
16251 "file_icons",
16252 "fs",
16253 "futures 0.3.31",
16254 "git",
16255 "git_hosting_providers",
16256 "git_ui",
16257 "go_to_line",
16258 "gpui",
16259 "http_client",
16260 "image_viewer",
16261 "inline_completion_button",
16262 "install_cli",
16263 "journal",
16264 "language",
16265 "language_extension",
16266 "language_model",
16267 "language_models",
16268 "language_selector",
16269 "language_tools",
16270 "languages",
16271 "libc",
16272 "log",
16273 "markdown",
16274 "markdown_preview",
16275 "menu",
16276 "mimalloc",
16277 "nix",
16278 "node_runtime",
16279 "notifications",
16280 "outline",
16281 "outline_panel",
16282 "parking_lot",
16283 "paths",
16284 "picker",
16285 "profiling",
16286 "project",
16287 "project_panel",
16288 "project_symbols",
16289 "proto",
16290 "recent_projects",
16291 "release_channel",
16292 "remote",
16293 "repl",
16294 "reqwest_client",
16295 "rope",
16296 "search",
16297 "serde",
16298 "serde_json",
16299 "session",
16300 "settings",
16301 "settings_ui",
16302 "shellexpand 2.1.2",
16303 "simplelog",
16304 "smol",
16305 "snippet_provider",
16306 "snippets_ui",
16307 "supermaven",
16308 "sysinfo",
16309 "tab_switcher",
16310 "task",
16311 "tasks_ui",
16312 "telemetry",
16313 "telemetry_events",
16314 "terminal_view",
16315 "theme",
16316 "theme_extension",
16317 "theme_selector",
16318 "time",
16319 "toolchain_selector",
16320 "tree-sitter-md",
16321 "tree-sitter-rust",
16322 "ui",
16323 "url",
16324 "urlencoding",
16325 "util",
16326 "uuid",
16327 "vcs_menu",
16328 "vim",
16329 "vim_mode_setting",
16330 "welcome",
16331 "windows 0.58.0",
16332 "winresource",
16333 "workspace",
16334 "zed_actions",
16335 "zeta",
16336]
16337
16338[[package]]
16339name = "zed_actions"
16340version = "0.1.0"
16341dependencies = [
16342 "gpui",
16343 "schemars",
16344 "serde",
16345]
16346
16347[[package]]
16348name = "zed_csharp"
16349version = "0.1.0"
16350dependencies = [
16351 "zed_extension_api 0.1.0",
16352]
16353
16354[[package]]
16355name = "zed_deno"
16356version = "0.0.2"
16357dependencies = [
16358 "zed_extension_api 0.1.0",
16359]
16360
16361[[package]]
16362name = "zed_elixir"
16363version = "0.1.2"
16364dependencies = [
16365 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16366]
16367
16368[[package]]
16369name = "zed_emmet"
16370version = "0.0.3"
16371dependencies = [
16372 "zed_extension_api 0.1.0",
16373]
16374
16375[[package]]
16376name = "zed_erlang"
16377version = "0.1.1"
16378dependencies = [
16379 "zed_extension_api 0.1.0",
16380]
16381
16382[[package]]
16383name = "zed_extension_api"
16384version = "0.1.0"
16385source = "registry+https://github.com/rust-lang/crates.io-index"
16386checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16387dependencies = [
16388 "serde",
16389 "serde_json",
16390 "wit-bindgen",
16391]
16392
16393[[package]]
16394name = "zed_extension_api"
16395version = "0.2.0"
16396dependencies = [
16397 "serde",
16398 "serde_json",
16399 "wit-bindgen",
16400]
16401
16402[[package]]
16403name = "zed_extension_api"
16404version = "0.2.0"
16405source = "registry+https://github.com/rust-lang/crates.io-index"
16406checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16407dependencies = [
16408 "serde",
16409 "serde_json",
16410 "wit-bindgen",
16411]
16412
16413[[package]]
16414name = "zed_glsl"
16415version = "0.1.0"
16416dependencies = [
16417 "zed_extension_api 0.1.0",
16418]
16419
16420[[package]]
16421name = "zed_haskell"
16422version = "0.1.2"
16423dependencies = [
16424 "zed_extension_api 0.1.0",
16425]
16426
16427[[package]]
16428name = "zed_html"
16429version = "0.1.4"
16430dependencies = [
16431 "zed_extension_api 0.1.0",
16432]
16433
16434[[package]]
16435name = "zed_lua"
16436version = "0.1.1"
16437dependencies = [
16438 "zed_extension_api 0.1.0",
16439]
16440
16441[[package]]
16442name = "zed_php"
16443version = "0.2.3"
16444dependencies = [
16445 "zed_extension_api 0.1.0",
16446]
16447
16448[[package]]
16449name = "zed_prisma"
16450version = "0.0.4"
16451dependencies = [
16452 "zed_extension_api 0.1.0",
16453]
16454
16455[[package]]
16456name = "zed_proto"
16457version = "0.2.1"
16458dependencies = [
16459 "zed_extension_api 0.1.0",
16460]
16461
16462[[package]]
16463name = "zed_purescript"
16464version = "0.0.1"
16465dependencies = [
16466 "zed_extension_api 0.1.0",
16467]
16468
16469[[package]]
16470name = "zed_ruff"
16471version = "0.1.0"
16472dependencies = [
16473 "zed_extension_api 0.1.0",
16474]
16475
16476[[package]]
16477name = "zed_snippets"
16478version = "0.0.5"
16479dependencies = [
16480 "serde_json",
16481 "zed_extension_api 0.1.0",
16482]
16483
16484[[package]]
16485name = "zed_terraform"
16486version = "0.1.1"
16487dependencies = [
16488 "zed_extension_api 0.1.0",
16489]
16490
16491[[package]]
16492name = "zed_test_extension"
16493version = "0.1.0"
16494dependencies = [
16495 "zed_extension_api 0.2.0",
16496]
16497
16498[[package]]
16499name = "zed_toml"
16500version = "0.1.2"
16501dependencies = [
16502 "zed_extension_api 0.1.0",
16503]
16504
16505[[package]]
16506name = "zed_uiua"
16507version = "0.0.1"
16508dependencies = [
16509 "zed_extension_api 0.1.0",
16510]
16511
16512[[package]]
16513name = "zed_zig"
16514version = "0.3.2"
16515dependencies = [
16516 "zed_extension_api 0.1.0",
16517]
16518
16519[[package]]
16520name = "zeno"
16521version = "0.2.3"
16522source = "registry+https://github.com/rust-lang/crates.io-index"
16523checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16524
16525[[package]]
16526name = "zerocopy"
16527version = "0.7.35"
16528source = "registry+https://github.com/rust-lang/crates.io-index"
16529checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16530dependencies = [
16531 "byteorder",
16532 "zerocopy-derive",
16533]
16534
16535[[package]]
16536name = "zerocopy-derive"
16537version = "0.7.35"
16538source = "registry+https://github.com/rust-lang/crates.io-index"
16539checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16540dependencies = [
16541 "proc-macro2",
16542 "quote",
16543 "syn 2.0.90",
16544]
16545
16546[[package]]
16547name = "zerofrom"
16548version = "0.1.5"
16549source = "registry+https://github.com/rust-lang/crates.io-index"
16550checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16551dependencies = [
16552 "zerofrom-derive",
16553]
16554
16555[[package]]
16556name = "zerofrom-derive"
16557version = "0.1.5"
16558source = "registry+https://github.com/rust-lang/crates.io-index"
16559checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16560dependencies = [
16561 "proc-macro2",
16562 "quote",
16563 "syn 2.0.90",
16564 "synstructure",
16565]
16566
16567[[package]]
16568name = "zeroize"
16569version = "1.8.1"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16572dependencies = [
16573 "zeroize_derive",
16574]
16575
16576[[package]]
16577name = "zeroize_derive"
16578version = "1.4.2"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16581dependencies = [
16582 "proc-macro2",
16583 "quote",
16584 "syn 2.0.90",
16585]
16586
16587[[package]]
16588name = "zeromq"
16589version = "0.4.1"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "6a4528179201f6eecf211961a7d3276faa61554c82651ecc66387f68fc3004bd"
16592dependencies = [
16593 "async-dispatcher",
16594 "async-std",
16595 "async-trait",
16596 "asynchronous-codec",
16597 "bytes 1.9.0",
16598 "crossbeam-queue",
16599 "dashmap 5.5.3",
16600 "futures-channel",
16601 "futures-io",
16602 "futures-task",
16603 "futures-util",
16604 "log",
16605 "num-traits",
16606 "once_cell",
16607 "parking_lot",
16608 "rand 0.8.5",
16609 "regex",
16610 "thiserror 1.0.69",
16611 "uuid",
16612]
16613
16614[[package]]
16615name = "zerovec"
16616version = "0.10.4"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16619dependencies = [
16620 "yoke",
16621 "zerofrom",
16622 "zerovec-derive",
16623]
16624
16625[[package]]
16626name = "zerovec-derive"
16627version = "0.10.3"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16630dependencies = [
16631 "proc-macro2",
16632 "quote",
16633 "syn 2.0.90",
16634]
16635
16636[[package]]
16637name = "zeta"
16638version = "0.1.0"
16639dependencies = [
16640 "anyhow",
16641 "arrayvec",
16642 "call",
16643 "client",
16644 "clock",
16645 "collections",
16646 "ctor",
16647 "editor",
16648 "env_logger 0.11.6",
16649 "futures 0.3.31",
16650 "gpui",
16651 "http_client",
16652 "indoc",
16653 "inline_completion",
16654 "language",
16655 "language_models",
16656 "log",
16657 "menu",
16658 "reqwest_client",
16659 "rpc",
16660 "serde_json",
16661 "settings",
16662 "similar",
16663 "telemetry",
16664 "telemetry_events",
16665 "theme",
16666 "tree-sitter-go",
16667 "tree-sitter-rust",
16668 "ui",
16669 "util",
16670 "uuid",
16671 "workspace",
16672 "worktree",
16673]
16674
16675[[package]]
16676name = "zip"
16677version = "0.6.6"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16680dependencies = [
16681 "aes",
16682 "byteorder",
16683 "bzip2",
16684 "constant_time_eq 0.1.5",
16685 "crc32fast",
16686 "crossbeam-utils",
16687 "flate2",
16688 "hmac",
16689 "pbkdf2 0.11.0",
16690 "sha1",
16691 "time",
16692 "zstd",
16693]
16694
16695[[package]]
16696name = "zstd"
16697version = "0.11.2+zstd.1.5.2"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16700dependencies = [
16701 "zstd-safe",
16702]
16703
16704[[package]]
16705name = "zstd-safe"
16706version = "5.0.2+zstd.1.5.2"
16707source = "registry+https://github.com/rust-lang/crates.io-index"
16708checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16709dependencies = [
16710 "libc",
16711 "zstd-sys",
16712]
16713
16714[[package]]
16715name = "zstd-sys"
16716version = "2.0.13+zstd.1.5.6"
16717source = "registry+https://github.com/rust-lang/crates.io-index"
16718checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16719dependencies = [
16720 "cc",
16721 "pkg-config",
16722]
16723
16724[[package]]
16725name = "zune-core"
16726version = "0.4.12"
16727source = "registry+https://github.com/rust-lang/crates.io-index"
16728checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16729
16730[[package]]
16731name = "zune-inflate"
16732version = "0.2.54"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16735dependencies = [
16736 "simd-adler32",
16737]
16738
16739[[package]]
16740name = "zune-jpeg"
16741version = "0.4.13"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16744dependencies = [
16745 "zune-core",
16746]
16747
16748[[package]]
16749name = "zvariant"
16750version = "4.2.0"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16753dependencies = [
16754 "endi",
16755 "enumflags2",
16756 "serde",
16757 "static_assertions",
16758 "zvariant_derive 4.2.0",
16759]
16760
16761[[package]]
16762name = "zvariant"
16763version = "5.1.0"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16766dependencies = [
16767 "endi",
16768 "enumflags2",
16769 "serde",
16770 "static_assertions",
16771 "url",
16772 "winnow",
16773 "zvariant_derive 5.1.0",
16774 "zvariant_utils 3.0.2",
16775]
16776
16777[[package]]
16778name = "zvariant_derive"
16779version = "4.2.0"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16782dependencies = [
16783 "proc-macro-crate",
16784 "proc-macro2",
16785 "quote",
16786 "syn 2.0.90",
16787 "zvariant_utils 2.1.0",
16788]
16789
16790[[package]]
16791name = "zvariant_derive"
16792version = "5.1.0"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16795dependencies = [
16796 "proc-macro-crate",
16797 "proc-macro2",
16798 "quote",
16799 "syn 2.0.90",
16800 "zvariant_utils 3.0.2",
16801]
16802
16803[[package]]
16804name = "zvariant_utils"
16805version = "2.1.0"
16806source = "registry+https://github.com/rust-lang/crates.io-index"
16807checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16808dependencies = [
16809 "proc-macro2",
16810 "quote",
16811 "syn 2.0.90",
16812]
16813
16814[[package]]
16815name = "zvariant_utils"
16816version = "3.0.2"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16819dependencies = [
16820 "proc-macro2",
16821 "quote",
16822 "serde",
16823 "static_assertions",
16824 "syn 2.0.90",
16825 "winnow",
16826]