1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension",
13 "futures 0.3.30",
14 "gpui",
15 "language",
16 "project",
17 "smallvec",
18 "ui",
19 "workspace",
20]
21
22[[package]]
23name = "addr2line"
24version = "0.22.0"
25source = "registry+https://github.com/rust-lang/crates.io-index"
26checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
27dependencies = [
28 "gimli 0.29.0",
29]
30
31[[package]]
32name = "adler"
33version = "1.0.2"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
36
37[[package]]
38name = "adler2"
39version = "2.0.0"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
42
43[[package]]
44name = "aes"
45version = "0.8.4"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
48dependencies = [
49 "cfg-if",
50 "cipher",
51 "cpufeatures",
52 "zeroize",
53]
54
55[[package]]
56name = "ahash"
57version = "0.7.8"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
60dependencies = [
61 "getrandom 0.2.15",
62 "once_cell",
63 "version_check",
64]
65
66[[package]]
67name = "ahash"
68version = "0.8.11"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
71dependencies = [
72 "cfg-if",
73 "const-random",
74 "getrandom 0.2.15",
75 "once_cell",
76 "version_check",
77 "zerocopy",
78]
79
80[[package]]
81name = "aho-corasick"
82version = "1.1.3"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
85dependencies = [
86 "memchr",
87]
88
89[[package]]
90name = "alacritty_terminal"
91version = "0.24.1-dev"
92source = "git+https://github.com/alacritty/alacritty?rev=91d034ff8b53867143c005acfaa14609147c9a2c#91d034ff8b53867143c005acfaa14609147c9a2c"
93dependencies = [
94 "base64 0.22.1",
95 "bitflags 2.6.0",
96 "home",
97 "libc",
98 "log",
99 "miow",
100 "parking_lot",
101 "piper",
102 "polling 3.7.3",
103 "regex-automata 0.4.7",
104 "rustix-openpty",
105 "serde",
106 "signal-hook",
107 "unicode-width",
108 "vte",
109 "windows-sys 0.52.0",
110]
111
112[[package]]
113name = "aliasable"
114version = "0.1.3"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
117
118[[package]]
119name = "aligned-vec"
120version = "0.5.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
123
124[[package]]
125name = "allocator-api2"
126version = "0.2.18"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
129
130[[package]]
131name = "alsa"
132version = "0.9.1"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
135dependencies = [
136 "alsa-sys",
137 "bitflags 2.6.0",
138 "cfg-if",
139 "libc",
140]
141
142[[package]]
143name = "alsa-sys"
144version = "0.3.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
147dependencies = [
148 "libc",
149 "pkg-config",
150]
151
152[[package]]
153name = "ambient-authority"
154version = "0.0.2"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
157
158[[package]]
159name = "ammonia"
160version = "4.0.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
163dependencies = [
164 "html5ever",
165 "maplit",
166 "once_cell",
167 "tendril",
168 "url",
169]
170
171[[package]]
172name = "android-tzdata"
173version = "0.1.1"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
176
177[[package]]
178name = "android_system_properties"
179version = "0.1.5"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
182dependencies = [
183 "libc",
184]
185
186[[package]]
187name = "anes"
188version = "0.1.6"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
191
192[[package]]
193name = "anstream"
194version = "0.6.15"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
197dependencies = [
198 "anstyle",
199 "anstyle-parse",
200 "anstyle-query",
201 "anstyle-wincon",
202 "colorchoice",
203 "is_terminal_polyfill",
204 "utf8parse",
205]
206
207[[package]]
208name = "anstyle"
209version = "1.0.8"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
212
213[[package]]
214name = "anstyle-parse"
215version = "0.2.5"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
218dependencies = [
219 "utf8parse",
220]
221
222[[package]]
223name = "anstyle-query"
224version = "1.1.1"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
227dependencies = [
228 "windows-sys 0.52.0",
229]
230
231[[package]]
232name = "anstyle-wincon"
233version = "3.0.4"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
236dependencies = [
237 "anstyle",
238 "windows-sys 0.52.0",
239]
240
241[[package]]
242name = "anthropic"
243version = "0.1.0"
244dependencies = [
245 "anyhow",
246 "chrono",
247 "futures 0.3.30",
248 "http_client",
249 "isahc",
250 "schemars",
251 "serde",
252 "serde_json",
253 "strum",
254 "thiserror",
255 "tokio",
256 "util",
257]
258
259[[package]]
260name = "any_vec"
261version = "0.14.0"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
264
265[[package]]
266name = "anyhow"
267version = "1.0.86"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
270
271[[package]]
272name = "approx"
273version = "0.5.1"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
276dependencies = [
277 "num-traits",
278]
279
280[[package]]
281name = "arbitrary"
282version = "1.3.2"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
285
286[[package]]
287name = "arg_enum_proc_macro"
288version = "0.3.4"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
291dependencies = [
292 "proc-macro2",
293 "quote",
294 "syn 2.0.76",
295]
296
297[[package]]
298name = "arrayref"
299version = "0.3.8"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a"
302
303[[package]]
304name = "arrayvec"
305version = "0.7.6"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
308
309[[package]]
310name = "as-raw-xcb-connection"
311version = "1.0.1"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
314
315[[package]]
316name = "ascii"
317version = "1.1.0"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
320
321[[package]]
322name = "ash"
323version = "0.38.0+1.3.281"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
326dependencies = [
327 "libloading",
328]
329
330[[package]]
331name = "ash-window"
332version = "0.13.0"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
335dependencies = [
336 "ash",
337 "raw-window-handle",
338 "raw-window-metal",
339]
340
341[[package]]
342name = "ashpd"
343version = "0.9.1"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "bfe7e0dd0ac5a401dc116ed9f9119cf9decc625600474cb41f0fc0a0050abc9a"
346dependencies = [
347 "async-fs 2.1.2",
348 "async-net 2.0.0",
349 "enumflags2",
350 "futures-channel",
351 "futures-util",
352 "rand 0.8.5",
353 "serde",
354 "serde_repr",
355 "url",
356 "zbus",
357]
358
359[[package]]
360name = "assets"
361version = "0.1.0"
362dependencies = [
363 "anyhow",
364 "gpui",
365 "rust-embed",
366]
367
368[[package]]
369name = "assistant"
370version = "0.1.0"
371dependencies = [
372 "anthropic",
373 "anyhow",
374 "assets",
375 "assistant_slash_command",
376 "async-watch",
377 "cargo_toml",
378 "chrono",
379 "client",
380 "clock",
381 "collections",
382 "command_palette_hooks",
383 "context_servers",
384 "ctor",
385 "db",
386 "editor",
387 "env_logger",
388 "feature_flags",
389 "fs",
390 "futures 0.3.30",
391 "fuzzy",
392 "globset",
393 "gpui",
394 "handlebars 4.5.0",
395 "heed",
396 "html_to_markdown 0.1.0",
397 "http_client",
398 "indexed_docs",
399 "indoc",
400 "language",
401 "language_model",
402 "log",
403 "markdown",
404 "menu",
405 "multi_buffer",
406 "ollama",
407 "open_ai",
408 "ordered-float 2.10.1",
409 "parking_lot",
410 "paths",
411 "picker",
412 "project",
413 "proto",
414 "rand 0.8.5",
415 "regex",
416 "rope",
417 "schemars",
418 "search",
419 "semantic_index",
420 "serde",
421 "serde_json",
422 "serde_json_lenient",
423 "settings",
424 "similar",
425 "smallvec",
426 "smol",
427 "telemetry_events",
428 "terminal",
429 "terminal_view",
430 "text",
431 "theme",
432 "toml 0.8.19",
433 "ui",
434 "unindent",
435 "util",
436 "uuid",
437 "workspace",
438 "zed_actions",
439]
440
441[[package]]
442name = "assistant_slash_command"
443version = "0.1.0"
444dependencies = [
445 "anyhow",
446 "collections",
447 "derive_more",
448 "gpui",
449 "language",
450 "parking_lot",
451 "serde",
452 "workspace",
453]
454
455[[package]]
456name = "async-attributes"
457version = "1.1.2"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
460dependencies = [
461 "quote",
462 "syn 1.0.109",
463]
464
465[[package]]
466name = "async-broadcast"
467version = "0.7.1"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
470dependencies = [
471 "event-listener 5.3.1",
472 "event-listener-strategy",
473 "futures-core",
474 "pin-project-lite",
475]
476
477[[package]]
478name = "async-channel"
479version = "1.9.0"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
482dependencies = [
483 "concurrent-queue",
484 "event-listener 2.5.3",
485 "futures-core",
486]
487
488[[package]]
489name = "async-channel"
490version = "2.3.1"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
493dependencies = [
494 "concurrent-queue",
495 "event-listener-strategy",
496 "futures-core",
497 "pin-project-lite",
498]
499
500[[package]]
501name = "async-compat"
502version = "0.2.4"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
505dependencies = [
506 "futures-core",
507 "futures-io",
508 "once_cell",
509 "pin-project-lite",
510 "tokio",
511]
512
513[[package]]
514name = "async-compression"
515version = "0.4.12"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa"
518dependencies = [
519 "deflate64",
520 "flate2",
521 "futures-core",
522 "futures-io",
523 "memchr",
524 "pin-project-lite",
525]
526
527[[package]]
528name = "async-dispatcher"
529version = "0.1.2"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
532dependencies = [
533 "async-task",
534 "futures-lite 1.13.0",
535]
536
537[[package]]
538name = "async-executor"
539version = "1.13.0"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
542dependencies = [
543 "async-task",
544 "concurrent-queue",
545 "fastrand 2.1.1",
546 "futures-lite 2.3.0",
547 "slab",
548]
549
550[[package]]
551name = "async-fs"
552version = "1.6.0"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
555dependencies = [
556 "async-lock 2.8.0",
557 "autocfg",
558 "blocking",
559 "futures-lite 1.13.0",
560]
561
562[[package]]
563name = "async-fs"
564version = "2.1.2"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
567dependencies = [
568 "async-lock 3.4.0",
569 "blocking",
570 "futures-lite 2.3.0",
571]
572
573[[package]]
574name = "async-global-executor"
575version = "2.4.1"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
578dependencies = [
579 "async-channel 2.3.1",
580 "async-executor",
581 "async-io 2.3.4",
582 "async-lock 3.4.0",
583 "blocking",
584 "futures-lite 2.3.0",
585 "once_cell",
586]
587
588[[package]]
589name = "async-io"
590version = "1.13.0"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
593dependencies = [
594 "async-lock 2.8.0",
595 "autocfg",
596 "cfg-if",
597 "concurrent-queue",
598 "futures-lite 1.13.0",
599 "log",
600 "parking",
601 "polling 2.8.0",
602 "rustix 0.37.27",
603 "slab",
604 "socket2 0.4.10",
605 "waker-fn",
606]
607
608[[package]]
609name = "async-io"
610version = "2.3.4"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
613dependencies = [
614 "async-lock 3.4.0",
615 "cfg-if",
616 "concurrent-queue",
617 "futures-io",
618 "futures-lite 2.3.0",
619 "parking",
620 "polling 3.7.3",
621 "rustix 0.38.35",
622 "slab",
623 "tracing",
624 "windows-sys 0.59.0",
625]
626
627[[package]]
628name = "async-lock"
629version = "2.8.0"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
632dependencies = [
633 "event-listener 2.5.3",
634]
635
636[[package]]
637name = "async-lock"
638version = "3.4.0"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
641dependencies = [
642 "event-listener 5.3.1",
643 "event-listener-strategy",
644 "pin-project-lite",
645]
646
647[[package]]
648name = "async-native-tls"
649version = "0.5.0"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
652dependencies = [
653 "futures-util",
654 "native-tls",
655 "thiserror",
656 "url",
657]
658
659[[package]]
660name = "async-net"
661version = "1.8.0"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
664dependencies = [
665 "async-io 1.13.0",
666 "blocking",
667 "futures-lite 1.13.0",
668]
669
670[[package]]
671name = "async-net"
672version = "2.0.0"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
675dependencies = [
676 "async-io 2.3.4",
677 "blocking",
678 "futures-lite 2.3.0",
679]
680
681[[package]]
682name = "async-pipe"
683version = "0.1.3"
684source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
685dependencies = [
686 "futures 0.3.30",
687 "log",
688]
689
690[[package]]
691name = "async-process"
692version = "1.8.1"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
695dependencies = [
696 "async-io 1.13.0",
697 "async-lock 2.8.0",
698 "async-signal",
699 "blocking",
700 "cfg-if",
701 "event-listener 3.1.0",
702 "futures-lite 1.13.0",
703 "rustix 0.38.35",
704 "windows-sys 0.48.0",
705]
706
707[[package]]
708name = "async-process"
709version = "2.2.4"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "a8a07789659a4d385b79b18b9127fc27e1a59e1e89117c78c5ea3b806f016374"
712dependencies = [
713 "async-channel 2.3.1",
714 "async-io 2.3.4",
715 "async-lock 3.4.0",
716 "async-signal",
717 "async-task",
718 "blocking",
719 "cfg-if",
720 "event-listener 5.3.1",
721 "futures-lite 2.3.0",
722 "rustix 0.38.35",
723 "tracing",
724 "windows-sys 0.59.0",
725]
726
727[[package]]
728name = "async-recursion"
729version = "0.3.2"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
732dependencies = [
733 "proc-macro2",
734 "quote",
735 "syn 1.0.109",
736]
737
738[[package]]
739name = "async-recursion"
740version = "1.1.1"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
743dependencies = [
744 "proc-macro2",
745 "quote",
746 "syn 2.0.76",
747]
748
749[[package]]
750name = "async-signal"
751version = "0.2.10"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
754dependencies = [
755 "async-io 2.3.4",
756 "async-lock 3.4.0",
757 "atomic-waker",
758 "cfg-if",
759 "futures-core",
760 "futures-io",
761 "rustix 0.38.35",
762 "signal-hook-registry",
763 "slab",
764 "windows-sys 0.59.0",
765]
766
767[[package]]
768name = "async-std"
769version = "1.12.0"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
772dependencies = [
773 "async-attributes",
774 "async-channel 1.9.0",
775 "async-global-executor",
776 "async-io 1.13.0",
777 "async-lock 2.8.0",
778 "async-process 1.8.1",
779 "crossbeam-utils",
780 "futures-channel",
781 "futures-core",
782 "futures-io",
783 "futures-lite 1.13.0",
784 "gloo-timers",
785 "kv-log-macro",
786 "log",
787 "memchr",
788 "once_cell",
789 "pin-project-lite",
790 "pin-utils",
791 "slab",
792 "wasm-bindgen-futures",
793]
794
795[[package]]
796name = "async-stream"
797version = "0.3.5"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
800dependencies = [
801 "async-stream-impl",
802 "futures-core",
803 "pin-project-lite",
804]
805
806[[package]]
807name = "async-stream-impl"
808version = "0.3.5"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
811dependencies = [
812 "proc-macro2",
813 "quote",
814 "syn 2.0.76",
815]
816
817[[package]]
818name = "async-stripe"
819version = "0.38.1"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "97ddaa6999d246ba2c6c84d830a1ba0cd16c9234d58701988b3869f0e5bd732d"
822dependencies = [
823 "chrono",
824 "futures-util",
825 "http-types",
826 "hyper",
827 "hyper-rustls",
828 "serde",
829 "serde_json",
830 "serde_path_to_error",
831 "serde_qs 0.10.1",
832 "smart-default",
833 "smol_str",
834 "thiserror",
835 "tokio",
836]
837
838[[package]]
839name = "async-tar"
840version = "0.4.2"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "5c49359998a76e32ef6e870dbc079ebad8f1e53e8441c5dd39d27b44493fe331"
843dependencies = [
844 "async-std",
845 "filetime",
846 "libc",
847 "pin-project",
848 "redox_syscall 0.2.16",
849 "xattr",
850]
851
852[[package]]
853name = "async-task"
854version = "4.7.1"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
857
858[[package]]
859name = "async-trait"
860version = "0.1.81"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
863dependencies = [
864 "proc-macro2",
865 "quote",
866 "syn 2.0.76",
867]
868
869[[package]]
870name = "async-tungstenite"
871version = "0.23.0"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "a1e9efbe14612da0a19fb983059a0b621e9cf6225d7018ecab4f9988215540dc"
874dependencies = [
875 "async-native-tls",
876 "async-std",
877 "futures-io",
878 "futures-util",
879 "log",
880 "pin-project-lite",
881 "tungstenite 0.20.1",
882]
883
884[[package]]
885name = "async-watch"
886version = "0.3.1"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
889dependencies = [
890 "event-listener 2.5.3",
891]
892
893[[package]]
894name = "async_zip"
895version = "0.0.17"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
898dependencies = [
899 "async-compression",
900 "crc32fast",
901 "futures-lite 2.3.0",
902 "pin-project",
903 "thiserror",
904]
905
906[[package]]
907name = "asynchronous-codec"
908version = "0.7.0"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
911dependencies = [
912 "bytes 1.7.1",
913 "futures-sink",
914 "futures-util",
915 "memchr",
916 "pin-project-lite",
917]
918
919[[package]]
920name = "atoi"
921version = "2.0.0"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
924dependencies = [
925 "num-traits",
926]
927
928[[package]]
929name = "atomic"
930version = "0.5.3"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
933
934[[package]]
935name = "atomic-waker"
936version = "1.1.2"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
939
940[[package]]
941name = "audio"
942version = "0.1.0"
943dependencies = [
944 "anyhow",
945 "collections",
946 "derive_more",
947 "gpui",
948 "parking_lot",
949 "rodio",
950 "util",
951]
952
953[[package]]
954name = "auto_update"
955version = "0.1.0"
956dependencies = [
957 "anyhow",
958 "client",
959 "db",
960 "editor",
961 "gpui",
962 "http_client",
963 "isahc",
964 "log",
965 "markdown_preview",
966 "menu",
967 "paths",
968 "release_channel",
969 "schemars",
970 "serde",
971 "serde_derive",
972 "serde_json",
973 "settings",
974 "smol",
975 "tempfile",
976 "util",
977 "workspace",
978]
979
980[[package]]
981name = "autocfg"
982version = "1.3.0"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
985
986[[package]]
987name = "av1-grain"
988version = "0.2.3"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
991dependencies = [
992 "anyhow",
993 "arrayvec",
994 "log",
995 "nom",
996 "num-rational",
997 "v_frame",
998]
999
1000[[package]]
1001name = "avif-serialize"
1002version = "0.8.1"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
1005dependencies = [
1006 "arrayvec",
1007]
1008
1009[[package]]
1010name = "aws-config"
1011version = "1.5.5"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "4e95816a168520d72c0e7680c405a5a8c1fb6a035b4bc4b9d7b0de8e1a941697"
1014dependencies = [
1015 "aws-credential-types",
1016 "aws-runtime",
1017 "aws-sdk-sso",
1018 "aws-sdk-ssooidc",
1019 "aws-sdk-sts",
1020 "aws-smithy-async",
1021 "aws-smithy-http",
1022 "aws-smithy-json",
1023 "aws-smithy-runtime",
1024 "aws-smithy-runtime-api",
1025 "aws-smithy-types",
1026 "aws-types",
1027 "bytes 1.7.1",
1028 "fastrand 2.1.1",
1029 "hex",
1030 "http 0.2.12",
1031 "ring",
1032 "time",
1033 "tokio",
1034 "tracing",
1035 "url",
1036 "zeroize",
1037]
1038
1039[[package]]
1040name = "aws-credential-types"
1041version = "1.2.1"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1044dependencies = [
1045 "aws-smithy-async",
1046 "aws-smithy-runtime-api",
1047 "aws-smithy-types",
1048 "zeroize",
1049]
1050
1051[[package]]
1052name = "aws-runtime"
1053version = "1.4.2"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "2424565416eef55906f9f8cece2072b6b6a76075e3ff81483ebe938a89a4c05f"
1056dependencies = [
1057 "aws-credential-types",
1058 "aws-sigv4",
1059 "aws-smithy-async",
1060 "aws-smithy-eventstream",
1061 "aws-smithy-http",
1062 "aws-smithy-runtime",
1063 "aws-smithy-runtime-api",
1064 "aws-smithy-types",
1065 "aws-types",
1066 "bytes 1.7.1",
1067 "fastrand 2.1.1",
1068 "http 0.2.12",
1069 "http-body 0.4.6",
1070 "once_cell",
1071 "percent-encoding",
1072 "pin-project-lite",
1073 "tracing",
1074 "uuid",
1075]
1076
1077[[package]]
1078name = "aws-sdk-s3"
1079version = "1.47.0"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "cca49303c05d2a740b8a4552fac63a4db6ead84f7e7eeed04761fd3014c26f25"
1082dependencies = [
1083 "ahash 0.8.11",
1084 "aws-credential-types",
1085 "aws-runtime",
1086 "aws-sigv4",
1087 "aws-smithy-async",
1088 "aws-smithy-checksums",
1089 "aws-smithy-eventstream",
1090 "aws-smithy-http",
1091 "aws-smithy-json",
1092 "aws-smithy-runtime",
1093 "aws-smithy-runtime-api",
1094 "aws-smithy-types",
1095 "aws-smithy-xml",
1096 "aws-types",
1097 "bytes 1.7.1",
1098 "fastrand 2.1.1",
1099 "hex",
1100 "hmac",
1101 "http 0.2.12",
1102 "http-body 0.4.6",
1103 "lru",
1104 "once_cell",
1105 "percent-encoding",
1106 "regex-lite",
1107 "sha2",
1108 "tracing",
1109 "url",
1110]
1111
1112[[package]]
1113name = "aws-sdk-sso"
1114version = "1.40.0"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "e5879bec6e74b648ce12f6085e7245417bc5f6d672781028384d2e494be3eb6d"
1117dependencies = [
1118 "aws-credential-types",
1119 "aws-runtime",
1120 "aws-smithy-async",
1121 "aws-smithy-http",
1122 "aws-smithy-json",
1123 "aws-smithy-runtime",
1124 "aws-smithy-runtime-api",
1125 "aws-smithy-types",
1126 "aws-types",
1127 "bytes 1.7.1",
1128 "http 0.2.12",
1129 "once_cell",
1130 "regex-lite",
1131 "tracing",
1132]
1133
1134[[package]]
1135name = "aws-sdk-ssooidc"
1136version = "1.41.0"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "4ef4cd9362f638c22a3b959fd8df292e7e47fdf170270f86246b97109b5f2f7d"
1139dependencies = [
1140 "aws-credential-types",
1141 "aws-runtime",
1142 "aws-smithy-async",
1143 "aws-smithy-http",
1144 "aws-smithy-json",
1145 "aws-smithy-runtime",
1146 "aws-smithy-runtime-api",
1147 "aws-smithy-types",
1148 "aws-types",
1149 "bytes 1.7.1",
1150 "http 0.2.12",
1151 "once_cell",
1152 "regex-lite",
1153 "tracing",
1154]
1155
1156[[package]]
1157name = "aws-sdk-sts"
1158version = "1.40.0"
1159source = "registry+https://github.com/rust-lang/crates.io-index"
1160checksum = "0b1e2735d2ab28b35ecbb5496c9d41857f52a0d6a0075bbf6a8af306045ea6f6"
1161dependencies = [
1162 "aws-credential-types",
1163 "aws-runtime",
1164 "aws-smithy-async",
1165 "aws-smithy-http",
1166 "aws-smithy-json",
1167 "aws-smithy-query",
1168 "aws-smithy-runtime",
1169 "aws-smithy-runtime-api",
1170 "aws-smithy-types",
1171 "aws-smithy-xml",
1172 "aws-types",
1173 "http 0.2.12",
1174 "once_cell",
1175 "regex-lite",
1176 "tracing",
1177]
1178
1179[[package]]
1180name = "aws-sigv4"
1181version = "1.2.3"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be"
1184dependencies = [
1185 "aws-credential-types",
1186 "aws-smithy-eventstream",
1187 "aws-smithy-http",
1188 "aws-smithy-runtime-api",
1189 "aws-smithy-types",
1190 "bytes 1.7.1",
1191 "crypto-bigint 0.5.5",
1192 "form_urlencoded",
1193 "hex",
1194 "hmac",
1195 "http 0.2.12",
1196 "http 1.1.0",
1197 "once_cell",
1198 "p256",
1199 "percent-encoding",
1200 "ring",
1201 "sha2",
1202 "subtle",
1203 "time",
1204 "tracing",
1205 "zeroize",
1206]
1207
1208[[package]]
1209name = "aws-smithy-async"
1210version = "1.2.1"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
1213dependencies = [
1214 "futures-util",
1215 "pin-project-lite",
1216 "tokio",
1217]
1218
1219[[package]]
1220name = "aws-smithy-checksums"
1221version = "0.60.12"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23"
1224dependencies = [
1225 "aws-smithy-http",
1226 "aws-smithy-types",
1227 "bytes 1.7.1",
1228 "crc32c",
1229 "crc32fast",
1230 "hex",
1231 "http 0.2.12",
1232 "http-body 0.4.6",
1233 "md-5",
1234 "pin-project-lite",
1235 "sha1",
1236 "sha2",
1237 "tracing",
1238]
1239
1240[[package]]
1241name = "aws-smithy-eventstream"
1242version = "0.60.4"
1243source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
1245dependencies = [
1246 "aws-smithy-types",
1247 "bytes 1.7.1",
1248 "crc32fast",
1249]
1250
1251[[package]]
1252name = "aws-smithy-http"
1253version = "0.60.10"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "01dbcb6e2588fd64cfb6d7529661b06466419e4c54ed1c62d6510d2d0350a728"
1256dependencies = [
1257 "aws-smithy-eventstream",
1258 "aws-smithy-runtime-api",
1259 "aws-smithy-types",
1260 "bytes 1.7.1",
1261 "bytes-utils",
1262 "futures-core",
1263 "http 0.2.12",
1264 "http-body 0.4.6",
1265 "once_cell",
1266 "percent-encoding",
1267 "pin-project-lite",
1268 "pin-utils",
1269 "tracing",
1270]
1271
1272[[package]]
1273name = "aws-smithy-json"
1274version = "0.60.7"
1275source = "registry+https://github.com/rust-lang/crates.io-index"
1276checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
1277dependencies = [
1278 "aws-smithy-types",
1279]
1280
1281[[package]]
1282name = "aws-smithy-query"
1283version = "0.60.7"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1286dependencies = [
1287 "aws-smithy-types",
1288 "urlencoding",
1289]
1290
1291[[package]]
1292name = "aws-smithy-runtime"
1293version = "1.7.1"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87"
1296dependencies = [
1297 "aws-smithy-async",
1298 "aws-smithy-http",
1299 "aws-smithy-runtime-api",
1300 "aws-smithy-types",
1301 "bytes 1.7.1",
1302 "fastrand 2.1.1",
1303 "h2",
1304 "http 0.2.12",
1305 "http-body 0.4.6",
1306 "http-body 1.0.1",
1307 "httparse",
1308 "hyper",
1309 "hyper-rustls",
1310 "once_cell",
1311 "pin-project-lite",
1312 "pin-utils",
1313 "rustls",
1314 "tokio",
1315 "tracing",
1316]
1317
1318[[package]]
1319name = "aws-smithy-runtime-api"
1320version = "1.7.2"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
1323dependencies = [
1324 "aws-smithy-async",
1325 "aws-smithy-types",
1326 "bytes 1.7.1",
1327 "http 0.2.12",
1328 "http 1.1.0",
1329 "pin-project-lite",
1330 "tokio",
1331 "tracing",
1332 "zeroize",
1333]
1334
1335[[package]]
1336name = "aws-smithy-types"
1337version = "1.2.4"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "273dcdfd762fae3e1650b8024624e7cd50e484e37abdab73a7a706188ad34543"
1340dependencies = [
1341 "base64-simd",
1342 "bytes 1.7.1",
1343 "bytes-utils",
1344 "futures-core",
1345 "http 0.2.12",
1346 "http 1.1.0",
1347 "http-body 0.4.6",
1348 "http-body 1.0.1",
1349 "http-body-util",
1350 "itoa",
1351 "num-integer",
1352 "pin-project-lite",
1353 "pin-utils",
1354 "ryu",
1355 "serde",
1356 "time",
1357 "tokio",
1358 "tokio-util",
1359]
1360
1361[[package]]
1362name = "aws-smithy-xml"
1363version = "0.60.8"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
1366dependencies = [
1367 "xmlparser",
1368]
1369
1370[[package]]
1371name = "aws-types"
1372version = "1.3.3"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1375dependencies = [
1376 "aws-credential-types",
1377 "aws-smithy-async",
1378 "aws-smithy-runtime-api",
1379 "aws-smithy-types",
1380 "rustc_version",
1381 "tracing",
1382]
1383
1384[[package]]
1385name = "axum"
1386version = "0.6.20"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1389dependencies = [
1390 "async-trait",
1391 "axum-core",
1392 "base64 0.21.7",
1393 "bitflags 1.3.2",
1394 "bytes 1.7.1",
1395 "futures-util",
1396 "headers",
1397 "http 0.2.12",
1398 "http-body 0.4.6",
1399 "hyper",
1400 "itoa",
1401 "matchit",
1402 "memchr",
1403 "mime",
1404 "percent-encoding",
1405 "pin-project-lite",
1406 "rustversion",
1407 "serde",
1408 "serde_json",
1409 "serde_path_to_error",
1410 "serde_urlencoded",
1411 "sha1",
1412 "sync_wrapper",
1413 "tokio",
1414 "tokio-tungstenite 0.20.1",
1415 "tower",
1416 "tower-layer",
1417 "tower-service",
1418]
1419
1420[[package]]
1421name = "axum-core"
1422version = "0.3.4"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1425dependencies = [
1426 "async-trait",
1427 "bytes 1.7.1",
1428 "futures-util",
1429 "http 0.2.12",
1430 "http-body 0.4.6",
1431 "mime",
1432 "rustversion",
1433 "tower-layer",
1434 "tower-service",
1435]
1436
1437[[package]]
1438name = "axum-extra"
1439version = "0.4.2"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1442dependencies = [
1443 "axum",
1444 "bytes 1.7.1",
1445 "futures-util",
1446 "http 0.2.12",
1447 "mime",
1448 "pin-project-lite",
1449 "serde",
1450 "serde_json",
1451 "tokio",
1452 "tower",
1453 "tower-http 0.3.5",
1454 "tower-layer",
1455 "tower-service",
1456]
1457
1458[[package]]
1459name = "backtrace"
1460version = "0.3.73"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
1463dependencies = [
1464 "addr2line",
1465 "cc",
1466 "cfg-if",
1467 "libc",
1468 "miniz_oxide 0.7.4",
1469 "object 0.36.4",
1470 "rustc-demangle",
1471]
1472
1473[[package]]
1474name = "base16ct"
1475version = "0.1.1"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1478
1479[[package]]
1480name = "base64"
1481version = "0.13.1"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1484
1485[[package]]
1486name = "base64"
1487version = "0.21.7"
1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1490
1491[[package]]
1492name = "base64"
1493version = "0.22.1"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1496
1497[[package]]
1498name = "base64-simd"
1499version = "0.8.0"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1502dependencies = [
1503 "outref",
1504 "vsimd",
1505]
1506
1507[[package]]
1508name = "base64ct"
1509version = "1.6.0"
1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1512
1513[[package]]
1514name = "bigdecimal"
1515version = "0.3.1"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
1518dependencies = [
1519 "num-bigint",
1520 "num-integer",
1521 "num-traits",
1522]
1523
1524[[package]]
1525name = "bincode"
1526version = "1.3.3"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1529dependencies = [
1530 "serde",
1531]
1532
1533[[package]]
1534name = "bindgen"
1535version = "0.65.1"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
1538dependencies = [
1539 "bitflags 1.3.2",
1540 "cexpr",
1541 "clang-sys",
1542 "lazy_static",
1543 "lazycell",
1544 "log",
1545 "peeking_take_while",
1546 "prettyplease",
1547 "proc-macro2",
1548 "quote",
1549 "regex",
1550 "rustc-hash",
1551 "shlex",
1552 "syn 2.0.76",
1553 "which 4.4.2",
1554]
1555
1556[[package]]
1557name = "bindgen"
1558version = "0.69.4"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
1561dependencies = [
1562 "bitflags 2.6.0",
1563 "cexpr",
1564 "clang-sys",
1565 "itertools 0.12.1",
1566 "lazy_static",
1567 "lazycell",
1568 "proc-macro2",
1569 "quote",
1570 "regex",
1571 "rustc-hash",
1572 "shlex",
1573 "syn 2.0.76",
1574]
1575
1576[[package]]
1577name = "bit-set"
1578version = "0.5.3"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1581dependencies = [
1582 "bit-vec 0.6.3",
1583]
1584
1585[[package]]
1586name = "bit-set"
1587version = "0.6.0"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
1590dependencies = [
1591 "bit-vec 0.7.0",
1592]
1593
1594[[package]]
1595name = "bit-vec"
1596version = "0.6.3"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1599
1600[[package]]
1601name = "bit-vec"
1602version = "0.7.0"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
1605
1606[[package]]
1607name = "bit_field"
1608version = "0.10.2"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1611
1612[[package]]
1613name = "bitflags"
1614version = "1.3.2"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1617
1618[[package]]
1619name = "bitflags"
1620version = "2.6.0"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1623dependencies = [
1624 "serde",
1625]
1626
1627[[package]]
1628name = "bitstream-io"
1629version = "2.5.3"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452"
1632
1633[[package]]
1634name = "bitvec"
1635version = "1.0.1"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1638dependencies = [
1639 "funty",
1640 "radium",
1641 "tap",
1642 "wyz",
1643]
1644
1645[[package]]
1646name = "blade-graphics"
1647version = "0.5.0"
1648source = "git+https://github.com/kvark/blade?rev=bf40d4f91fb56031e8676376dba2fc021b3e8eaf#bf40d4f91fb56031e8676376dba2fc021b3e8eaf"
1649dependencies = [
1650 "ash",
1651 "ash-window",
1652 "bitflags 2.6.0",
1653 "block",
1654 "bytemuck",
1655 "codespan-reporting",
1656 "core-graphics-types",
1657 "glow",
1658 "gpu-alloc",
1659 "gpu-alloc-ash",
1660 "hidden-trait",
1661 "js-sys",
1662 "khronos-egl",
1663 "libloading",
1664 "log",
1665 "metal",
1666 "mint",
1667 "naga",
1668 "objc",
1669 "raw-window-handle",
1670 "slab",
1671 "wasm-bindgen",
1672 "web-sys",
1673]
1674
1675[[package]]
1676name = "blade-macros"
1677version = "0.3.0"
1678source = "git+https://github.com/kvark/blade?rev=bf40d4f91fb56031e8676376dba2fc021b3e8eaf#bf40d4f91fb56031e8676376dba2fc021b3e8eaf"
1679dependencies = [
1680 "proc-macro2",
1681 "quote",
1682 "syn 2.0.76",
1683]
1684
1685[[package]]
1686name = "blade-util"
1687version = "0.1.0"
1688source = "git+https://github.com/kvark/blade?rev=bf40d4f91fb56031e8676376dba2fc021b3e8eaf#bf40d4f91fb56031e8676376dba2fc021b3e8eaf"
1689dependencies = [
1690 "blade-graphics",
1691 "bytemuck",
1692 "log",
1693 "profiling",
1694]
1695
1696[[package]]
1697name = "block"
1698version = "0.1.6"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1701
1702[[package]]
1703name = "block-buffer"
1704version = "0.10.4"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1707dependencies = [
1708 "generic-array",
1709]
1710
1711[[package]]
1712name = "block-padding"
1713version = "0.3.3"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1716dependencies = [
1717 "generic-array",
1718]
1719
1720[[package]]
1721name = "blocking"
1722version = "1.6.1"
1723source = "registry+https://github.com/rust-lang/crates.io-index"
1724checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1725dependencies = [
1726 "async-channel 2.3.1",
1727 "async-task",
1728 "futures-io",
1729 "futures-lite 2.3.0",
1730 "piper",
1731]
1732
1733[[package]]
1734name = "borsh"
1735version = "1.5.1"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
1738dependencies = [
1739 "borsh-derive",
1740 "cfg_aliases 0.2.1",
1741]
1742
1743[[package]]
1744name = "borsh-derive"
1745version = "1.5.1"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
1748dependencies = [
1749 "once_cell",
1750 "proc-macro-crate",
1751 "proc-macro2",
1752 "quote",
1753 "syn 2.0.76",
1754 "syn_derive",
1755]
1756
1757[[package]]
1758name = "breadcrumbs"
1759version = "0.1.0"
1760dependencies = [
1761 "editor",
1762 "gpui",
1763 "itertools 0.11.0",
1764 "outline",
1765 "theme",
1766 "ui",
1767 "workspace",
1768]
1769
1770[[package]]
1771name = "bstr"
1772version = "1.10.0"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
1775dependencies = [
1776 "memchr",
1777 "regex-automata 0.4.7",
1778 "serde",
1779]
1780
1781[[package]]
1782name = "built"
1783version = "0.7.4"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4"
1786
1787[[package]]
1788name = "bumpalo"
1789version = "3.16.0"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1792
1793[[package]]
1794name = "by_address"
1795version = "1.2.1"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1798
1799[[package]]
1800name = "bytecheck"
1801version = "0.6.12"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1804dependencies = [
1805 "bytecheck_derive",
1806 "ptr_meta",
1807 "simdutf8",
1808]
1809
1810[[package]]
1811name = "bytecheck_derive"
1812version = "0.6.12"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1815dependencies = [
1816 "proc-macro2",
1817 "quote",
1818 "syn 1.0.109",
1819]
1820
1821[[package]]
1822name = "bytemuck"
1823version = "1.17.1"
1824source = "registry+https://github.com/rust-lang/crates.io-index"
1825checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2"
1826dependencies = [
1827 "bytemuck_derive",
1828]
1829
1830[[package]]
1831name = "bytemuck_derive"
1832version = "1.7.1"
1833source = "registry+https://github.com/rust-lang/crates.io-index"
1834checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26"
1835dependencies = [
1836 "proc-macro2",
1837 "quote",
1838 "syn 2.0.76",
1839]
1840
1841[[package]]
1842name = "byteorder"
1843version = "1.5.0"
1844source = "registry+https://github.com/rust-lang/crates.io-index"
1845checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1846
1847[[package]]
1848name = "byteorder-lite"
1849version = "0.1.0"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1852
1853[[package]]
1854name = "bytes"
1855version = "0.4.12"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1858dependencies = [
1859 "byteorder",
1860 "iovec",
1861]
1862
1863[[package]]
1864name = "bytes"
1865version = "1.7.1"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
1868
1869[[package]]
1870name = "bytes-utils"
1871version = "0.1.4"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1874dependencies = [
1875 "bytes 1.7.1",
1876 "either",
1877]
1878
1879[[package]]
1880name = "call"
1881version = "0.1.0"
1882dependencies = [
1883 "anyhow",
1884 "audio",
1885 "client",
1886 "collections",
1887 "fs",
1888 "futures 0.3.30",
1889 "gpui",
1890 "http_client",
1891 "language",
1892 "live_kit_client",
1893 "log",
1894 "postage",
1895 "project",
1896 "schemars",
1897 "serde",
1898 "serde_derive",
1899 "settings",
1900 "util",
1901]
1902
1903[[package]]
1904name = "calloop"
1905version = "0.13.0"
1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
1908dependencies = [
1909 "bitflags 2.6.0",
1910 "log",
1911 "polling 3.7.3",
1912 "rustix 0.38.35",
1913 "slab",
1914 "thiserror",
1915]
1916
1917[[package]]
1918name = "calloop-wayland-source"
1919version = "0.3.0"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
1922dependencies = [
1923 "calloop",
1924 "rustix 0.38.35",
1925 "wayland-backend",
1926 "wayland-client",
1927]
1928
1929[[package]]
1930name = "camino"
1931version = "1.1.9"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
1934dependencies = [
1935 "serde",
1936]
1937
1938[[package]]
1939name = "cap-fs-ext"
1940version = "3.2.0"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "eb23061fc1c4ead4e45ca713080fe768e6234e959f5a5c399c39eb41aa34e56e"
1943dependencies = [
1944 "cap-primitives",
1945 "cap-std",
1946 "io-lifetimes 2.0.3",
1947 "windows-sys 0.52.0",
1948]
1949
1950[[package]]
1951name = "cap-net-ext"
1952version = "3.2.0"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "f83ae11f116bcbafc5327c6af250341db96b5930046732e1905f7dc65887e0e1"
1955dependencies = [
1956 "cap-primitives",
1957 "cap-std",
1958 "rustix 0.38.35",
1959 "smallvec",
1960]
1961
1962[[package]]
1963name = "cap-primitives"
1964version = "3.2.0"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "6d00bd8d26c4270d950eaaa837387964a2089a1c3c349a690a1fa03221d29531"
1967dependencies = [
1968 "ambient-authority",
1969 "fs-set-times",
1970 "io-extras",
1971 "io-lifetimes 2.0.3",
1972 "ipnet",
1973 "maybe-owned",
1974 "rustix 0.38.35",
1975 "windows-sys 0.52.0",
1976 "winx",
1977]
1978
1979[[package]]
1980name = "cap-rand"
1981version = "3.2.0"
1982source = "registry+https://github.com/rust-lang/crates.io-index"
1983checksum = "dbcb16a619d8b8211ed61f42bd290d2a1ac71277a69cf8417ec0996fa92f5211"
1984dependencies = [
1985 "ambient-authority",
1986 "rand 0.8.5",
1987]
1988
1989[[package]]
1990name = "cap-std"
1991version = "3.2.0"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "19eb8e3d71996828751c1ed3908a439639752ac6bdc874e41469ef7fc15fbd7f"
1994dependencies = [
1995 "cap-primitives",
1996 "io-extras",
1997 "io-lifetimes 2.0.3",
1998 "rustix 0.38.35",
1999]
2000
2001[[package]]
2002name = "cap-time-ext"
2003version = "3.2.0"
2004source = "registry+https://github.com/rust-lang/crates.io-index"
2005checksum = "61142dc51e25b7acc970ca578ce2c3695eac22bbba46c1073f5f583e78957725"
2006dependencies = [
2007 "ambient-authority",
2008 "cap-primitives",
2009 "iana-time-zone",
2010 "once_cell",
2011 "rustix 0.38.35",
2012 "winx",
2013]
2014
2015[[package]]
2016name = "cargo-platform"
2017version = "0.1.8"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2020dependencies = [
2021 "serde",
2022]
2023
2024[[package]]
2025name = "cargo_metadata"
2026version = "0.18.1"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
2029dependencies = [
2030 "camino",
2031 "cargo-platform",
2032 "semver",
2033 "serde",
2034 "serde_json",
2035 "thiserror",
2036]
2037
2038[[package]]
2039name = "cargo_toml"
2040version = "0.20.4"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "ad639525b1c67b6a298f378417b060fbc04618bea559482a8484381cce27d965"
2043dependencies = [
2044 "serde",
2045 "toml 0.8.19",
2046]
2047
2048[[package]]
2049name = "cast"
2050version = "0.3.0"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2053
2054[[package]]
2055name = "castaway"
2056version = "0.1.2"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
2059
2060[[package]]
2061name = "cbc"
2062version = "0.1.2"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2065dependencies = [
2066 "cipher",
2067]
2068
2069[[package]]
2070name = "cbindgen"
2071version = "0.26.0"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "da6bc11b07529f16944307272d5bd9b22530bc7d05751717c9d416586cedab49"
2074dependencies = [
2075 "heck 0.4.1",
2076 "indexmap 1.9.3",
2077 "log",
2078 "proc-macro2",
2079 "quote",
2080 "serde",
2081 "serde_json",
2082 "syn 1.0.109",
2083 "tempfile",
2084 "toml 0.5.11",
2085]
2086
2087[[package]]
2088name = "cc"
2089version = "1.1.15"
2090source = "registry+https://github.com/rust-lang/crates.io-index"
2091checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
2092dependencies = [
2093 "jobserver",
2094 "libc",
2095 "shlex",
2096]
2097
2098[[package]]
2099name = "cesu8"
2100version = "1.1.0"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2103
2104[[package]]
2105name = "cexpr"
2106version = "0.6.0"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2109dependencies = [
2110 "nom",
2111]
2112
2113[[package]]
2114name = "cfg-expr"
2115version = "0.15.8"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2118dependencies = [
2119 "smallvec",
2120 "target-lexicon",
2121]
2122
2123[[package]]
2124name = "cfg-if"
2125version = "1.0.0"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2128
2129[[package]]
2130name = "cfg_aliases"
2131version = "0.1.1"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2134
2135[[package]]
2136name = "cfg_aliases"
2137version = "0.2.1"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2140
2141[[package]]
2142name = "channel"
2143version = "0.1.0"
2144dependencies = [
2145 "anyhow",
2146 "client",
2147 "clock",
2148 "collections",
2149 "futures 0.3.30",
2150 "gpui",
2151 "http_client",
2152 "language",
2153 "log",
2154 "rand 0.8.5",
2155 "release_channel",
2156 "rpc",
2157 "settings",
2158 "sum_tree",
2159 "text",
2160 "time",
2161 "util",
2162]
2163
2164[[package]]
2165name = "chrono"
2166version = "0.4.38"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2169dependencies = [
2170 "android-tzdata",
2171 "iana-time-zone",
2172 "js-sys",
2173 "num-traits",
2174 "serde",
2175 "wasm-bindgen",
2176 "windows-targets 0.52.6",
2177]
2178
2179[[package]]
2180name = "chunked_transfer"
2181version = "1.5.0"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2184
2185[[package]]
2186name = "ciborium"
2187version = "0.2.2"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2190dependencies = [
2191 "ciborium-io",
2192 "ciborium-ll",
2193 "serde",
2194]
2195
2196[[package]]
2197name = "ciborium-io"
2198version = "0.2.2"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2201
2202[[package]]
2203name = "ciborium-ll"
2204version = "0.2.2"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2207dependencies = [
2208 "ciborium-io",
2209 "half",
2210]
2211
2212[[package]]
2213name = "cipher"
2214version = "0.4.4"
2215source = "registry+https://github.com/rust-lang/crates.io-index"
2216checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2217dependencies = [
2218 "crypto-common",
2219 "inout",
2220 "zeroize",
2221]
2222
2223[[package]]
2224name = "clang-sys"
2225version = "1.8.1"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2228dependencies = [
2229 "glob",
2230 "libc",
2231 "libloading",
2232]
2233
2234[[package]]
2235name = "clap"
2236version = "4.5.16"
2237source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"
2239dependencies = [
2240 "clap_builder",
2241 "clap_derive",
2242]
2243
2244[[package]]
2245name = "clap_builder"
2246version = "4.5.15"
2247source = "registry+https://github.com/rust-lang/crates.io-index"
2248checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
2249dependencies = [
2250 "anstream",
2251 "anstyle",
2252 "clap_lex",
2253 "strsim",
2254 "terminal_size",
2255]
2256
2257[[package]]
2258name = "clap_complete"
2259version = "4.5.24"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b"
2262dependencies = [
2263 "clap",
2264]
2265
2266[[package]]
2267name = "clap_derive"
2268version = "4.5.13"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
2271dependencies = [
2272 "heck 0.5.0",
2273 "proc-macro2",
2274 "quote",
2275 "syn 2.0.76",
2276]
2277
2278[[package]]
2279name = "clap_lex"
2280version = "0.7.2"
2281source = "registry+https://github.com/rust-lang/crates.io-index"
2282checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2283
2284[[package]]
2285name = "cli"
2286version = "0.1.0"
2287dependencies = [
2288 "anyhow",
2289 "clap",
2290 "core-foundation",
2291 "core-services",
2292 "exec",
2293 "fork",
2294 "ipc-channel",
2295 "once_cell",
2296 "parking_lot",
2297 "paths",
2298 "plist",
2299 "release_channel",
2300 "serde",
2301 "tempfile",
2302 "util",
2303]
2304
2305[[package]]
2306name = "clickhouse"
2307version = "0.11.6"
2308source = "registry+https://github.com/rust-lang/crates.io-index"
2309checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
2310dependencies = [
2311 "bstr",
2312 "bytes 1.7.1",
2313 "clickhouse-derive",
2314 "clickhouse-rs-cityhash-sys",
2315 "futures 0.3.30",
2316 "hyper",
2317 "hyper-tls",
2318 "lz4",
2319 "sealed",
2320 "serde",
2321 "static_assertions",
2322 "thiserror",
2323 "tokio",
2324 "url",
2325]
2326
2327[[package]]
2328name = "clickhouse-derive"
2329version = "0.1.1"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
2332dependencies = [
2333 "proc-macro2",
2334 "quote",
2335 "serde_derive_internals 0.26.0",
2336 "syn 1.0.109",
2337]
2338
2339[[package]]
2340name = "clickhouse-rs-cityhash-sys"
2341version = "0.1.2"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
2344dependencies = [
2345 "cc",
2346]
2347
2348[[package]]
2349name = "client"
2350version = "0.1.0"
2351dependencies = [
2352 "anyhow",
2353 "async-native-tls",
2354 "async-recursion 0.3.2",
2355 "async-tungstenite",
2356 "chrono",
2357 "clock",
2358 "cocoa",
2359 "collections",
2360 "feature_flags",
2361 "fs",
2362 "futures 0.3.30",
2363 "gpui",
2364 "http_client",
2365 "log",
2366 "once_cell",
2367 "parking_lot",
2368 "paths",
2369 "postage",
2370 "rand 0.8.5",
2371 "release_channel",
2372 "rpc",
2373 "schemars",
2374 "serde",
2375 "serde_json",
2376 "settings",
2377 "sha2",
2378 "smol",
2379 "sysinfo",
2380 "telemetry_events",
2381 "tempfile",
2382 "text",
2383 "thiserror",
2384 "time",
2385 "tiny_http",
2386 "tokio-socks",
2387 "url",
2388 "util",
2389 "windows 0.58.0",
2390 "worktree",
2391]
2392
2393[[package]]
2394name = "clock"
2395version = "0.1.0"
2396dependencies = [
2397 "chrono",
2398 "parking_lot",
2399 "serde",
2400 "smallvec",
2401]
2402
2403[[package]]
2404name = "cobs"
2405version = "0.2.3"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2408
2409[[package]]
2410name = "cocoa"
2411version = "0.25.0"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2414dependencies = [
2415 "bitflags 1.3.2",
2416 "block",
2417 "cocoa-foundation",
2418 "core-foundation",
2419 "core-graphics",
2420 "foreign-types 0.5.0",
2421 "libc",
2422 "objc",
2423]
2424
2425[[package]]
2426name = "cocoa-foundation"
2427version = "0.1.2"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2430dependencies = [
2431 "bitflags 1.3.2",
2432 "block",
2433 "core-foundation",
2434 "core-graphics-types",
2435 "libc",
2436 "objc",
2437]
2438
2439[[package]]
2440name = "codespan-reporting"
2441version = "0.11.1"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2444dependencies = [
2445 "termcolor",
2446 "unicode-width",
2447]
2448
2449[[package]]
2450name = "collab"
2451version = "0.44.0"
2452dependencies = [
2453 "anthropic",
2454 "anyhow",
2455 "assistant",
2456 "async-stripe",
2457 "async-trait",
2458 "async-tungstenite",
2459 "audio",
2460 "aws-config",
2461 "aws-sdk-s3",
2462 "axum",
2463 "axum-extra",
2464 "base64 0.22.1",
2465 "call",
2466 "channel",
2467 "chrono",
2468 "clickhouse",
2469 "client",
2470 "clock",
2471 "collab_ui",
2472 "collections",
2473 "ctor",
2474 "dashmap 6.0.1",
2475 "dev_server_projects",
2476 "editor",
2477 "env_logger",
2478 "envy",
2479 "file_finder",
2480 "fs",
2481 "futures 0.3.30",
2482 "git",
2483 "git_hosting_providers",
2484 "google_ai",
2485 "gpui",
2486 "headless",
2487 "hex",
2488 "http_client",
2489 "hyper",
2490 "indoc",
2491 "jsonwebtoken",
2492 "language",
2493 "language_model",
2494 "live_kit_client",
2495 "live_kit_server",
2496 "log",
2497 "lsp",
2498 "menu",
2499 "multi_buffer",
2500 "nanoid",
2501 "node_runtime",
2502 "notifications",
2503 "open_ai",
2504 "parking_lot",
2505 "pretty_assertions",
2506 "project",
2507 "prometheus",
2508 "prost",
2509 "rand 0.8.5",
2510 "recent_projects",
2511 "release_channel",
2512 "remote",
2513 "remote_server",
2514 "reqwest",
2515 "rpc",
2516 "rustc-demangle",
2517 "scrypt",
2518 "sea-orm",
2519 "semantic_version",
2520 "semver",
2521 "serde",
2522 "serde_derive",
2523 "serde_json",
2524 "session",
2525 "settings",
2526 "sha2",
2527 "sqlx",
2528 "strum",
2529 "subtle",
2530 "supermaven_api",
2531 "telemetry_events",
2532 "text",
2533 "theme",
2534 "thiserror",
2535 "time",
2536 "tokio",
2537 "toml 0.8.19",
2538 "tower",
2539 "tower-http 0.4.4",
2540 "tracing",
2541 "tracing-subscriber",
2542 "unindent",
2543 "util",
2544 "uuid",
2545 "workspace",
2546 "worktree",
2547]
2548
2549[[package]]
2550name = "collab_ui"
2551version = "0.1.0"
2552dependencies = [
2553 "anyhow",
2554 "call",
2555 "channel",
2556 "chrono",
2557 "client",
2558 "collections",
2559 "db",
2560 "editor",
2561 "emojis",
2562 "futures 0.3.30",
2563 "fuzzy",
2564 "gpui",
2565 "http_client",
2566 "language",
2567 "menu",
2568 "notifications",
2569 "parking_lot",
2570 "picker",
2571 "pretty_assertions",
2572 "project",
2573 "release_channel",
2574 "rich_text",
2575 "rpc",
2576 "schemars",
2577 "serde",
2578 "serde_derive",
2579 "serde_json",
2580 "settings",
2581 "smallvec",
2582 "story",
2583 "theme",
2584 "time",
2585 "time_format",
2586 "title_bar",
2587 "tree-sitter-md",
2588 "ui",
2589 "util",
2590 "vcs_menu",
2591 "workspace",
2592]
2593
2594[[package]]
2595name = "collections"
2596version = "0.1.0"
2597dependencies = [
2598 "rustc-hash",
2599]
2600
2601[[package]]
2602name = "color_quant"
2603version = "1.1.0"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2606
2607[[package]]
2608name = "colorchoice"
2609version = "1.0.2"
2610source = "registry+https://github.com/rust-lang/crates.io-index"
2611checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2612
2613[[package]]
2614name = "combine"
2615version = "4.6.7"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2618dependencies = [
2619 "bytes 1.7.1",
2620 "memchr",
2621]
2622
2623[[package]]
2624name = "command_palette"
2625version = "0.1.0"
2626dependencies = [
2627 "client",
2628 "collections",
2629 "command_palette_hooks",
2630 "ctor",
2631 "editor",
2632 "env_logger",
2633 "fuzzy",
2634 "go_to_line",
2635 "gpui",
2636 "language",
2637 "menu",
2638 "picker",
2639 "postage",
2640 "project",
2641 "serde",
2642 "serde_json",
2643 "settings",
2644 "theme",
2645 "ui",
2646 "util",
2647 "workspace",
2648 "zed_actions",
2649]
2650
2651[[package]]
2652name = "command_palette_hooks"
2653version = "0.1.0"
2654dependencies = [
2655 "collections",
2656 "derive_more",
2657 "gpui",
2658]
2659
2660[[package]]
2661name = "concurrent-queue"
2662version = "2.5.0"
2663source = "registry+https://github.com/rust-lang/crates.io-index"
2664checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2665dependencies = [
2666 "crossbeam-utils",
2667]
2668
2669[[package]]
2670name = "console"
2671version = "0.15.8"
2672source = "registry+https://github.com/rust-lang/crates.io-index"
2673checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2674dependencies = [
2675 "encode_unicode",
2676 "lazy_static",
2677 "libc",
2678 "unicode-width",
2679 "windows-sys 0.52.0",
2680]
2681
2682[[package]]
2683name = "const-oid"
2684version = "0.9.6"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2687
2688[[package]]
2689name = "const-random"
2690version = "0.1.18"
2691source = "registry+https://github.com/rust-lang/crates.io-index"
2692checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2693dependencies = [
2694 "const-random-macro",
2695]
2696
2697[[package]]
2698name = "const-random-macro"
2699version = "0.1.16"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2702dependencies = [
2703 "getrandom 0.2.15",
2704 "once_cell",
2705 "tiny-keccak",
2706]
2707
2708[[package]]
2709name = "context_servers"
2710version = "0.1.0"
2711dependencies = [
2712 "anyhow",
2713 "collections",
2714 "futures 0.3.30",
2715 "gpui",
2716 "log",
2717 "parking_lot",
2718 "postage",
2719 "schemars",
2720 "serde",
2721 "serde_json",
2722 "settings",
2723 "smol",
2724 "url",
2725 "util",
2726 "workspace",
2727]
2728
2729[[package]]
2730name = "convert_case"
2731version = "0.4.0"
2732source = "registry+https://github.com/rust-lang/crates.io-index"
2733checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2734
2735[[package]]
2736name = "convert_case"
2737version = "0.6.0"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2740dependencies = [
2741 "unicode-segmentation",
2742]
2743
2744[[package]]
2745name = "copilot"
2746version = "0.1.0"
2747dependencies = [
2748 "anyhow",
2749 "async-compression",
2750 "async-std",
2751 "async-tar",
2752 "chrono",
2753 "client",
2754 "clock",
2755 "collections",
2756 "command_palette_hooks",
2757 "editor",
2758 "fs",
2759 "futures 0.3.30",
2760 "gpui",
2761 "http_client",
2762 "indoc",
2763 "isahc",
2764 "language",
2765 "lsp",
2766 "menu",
2767 "node_runtime",
2768 "parking_lot",
2769 "paths",
2770 "project",
2771 "rpc",
2772 "schemars",
2773 "serde",
2774 "serde_json",
2775 "settings",
2776 "smol",
2777 "strum",
2778 "task",
2779 "theme",
2780 "ui",
2781 "util",
2782 "workspace",
2783]
2784
2785[[package]]
2786name = "core-foundation"
2787version = "0.9.4"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2790dependencies = [
2791 "core-foundation-sys",
2792 "libc",
2793]
2794
2795[[package]]
2796name = "core-foundation-sys"
2797version = "0.8.7"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2800
2801[[package]]
2802name = "core-graphics"
2803version = "0.23.2"
2804source = "registry+https://github.com/rust-lang/crates.io-index"
2805checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2806dependencies = [
2807 "bitflags 1.3.2",
2808 "core-foundation",
2809 "core-graphics-types",
2810 "foreign-types 0.5.0",
2811 "libc",
2812]
2813
2814[[package]]
2815name = "core-graphics-types"
2816version = "0.1.3"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2819dependencies = [
2820 "bitflags 1.3.2",
2821 "core-foundation",
2822 "libc",
2823]
2824
2825[[package]]
2826name = "core-services"
2827version = "0.2.1"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
2830dependencies = [
2831 "core-foundation",
2832]
2833
2834[[package]]
2835name = "core-text"
2836version = "20.1.0"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
2839dependencies = [
2840 "core-foundation",
2841 "core-graphics",
2842 "foreign-types 0.5.0",
2843 "libc",
2844]
2845
2846[[package]]
2847name = "coreaudio-rs"
2848version = "0.11.3"
2849source = "registry+https://github.com/rust-lang/crates.io-index"
2850checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
2851dependencies = [
2852 "bitflags 1.3.2",
2853 "core-foundation-sys",
2854 "coreaudio-sys",
2855]
2856
2857[[package]]
2858name = "coreaudio-sys"
2859version = "0.2.15"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9"
2862dependencies = [
2863 "bindgen 0.69.4",
2864]
2865
2866[[package]]
2867name = "cosmic-text"
2868version = "0.11.2"
2869source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
2870dependencies = [
2871 "bitflags 2.6.0",
2872 "fontdb",
2873 "log",
2874 "rangemap",
2875 "rayon",
2876 "rustc-hash",
2877 "rustybuzz",
2878 "self_cell",
2879 "swash",
2880 "sys-locale",
2881 "ttf-parser",
2882 "unicode-bidi",
2883 "unicode-linebreak",
2884 "unicode-script",
2885 "unicode-segmentation",
2886]
2887
2888[[package]]
2889name = "cpal"
2890version = "0.15.3"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
2893dependencies = [
2894 "alsa",
2895 "core-foundation-sys",
2896 "coreaudio-rs",
2897 "dasp_sample",
2898 "jni",
2899 "js-sys",
2900 "libc",
2901 "mach2",
2902 "ndk",
2903 "ndk-context",
2904 "oboe",
2905 "wasm-bindgen",
2906 "wasm-bindgen-futures",
2907 "web-sys",
2908 "windows 0.54.0",
2909]
2910
2911[[package]]
2912name = "cpp_demangle"
2913version = "0.4.4"
2914source = "registry+https://github.com/rust-lang/crates.io-index"
2915checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
2916dependencies = [
2917 "cfg-if",
2918]
2919
2920[[package]]
2921name = "cpufeatures"
2922version = "0.2.13"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
2925dependencies = [
2926 "libc",
2927]
2928
2929[[package]]
2930name = "cranelift-bforest"
2931version = "0.108.1"
2932source = "registry+https://github.com/rust-lang/crates.io-index"
2933checksum = "29daf137addc15da6bab6eae2c4a11e274b1d270bf2759508e62f6145e863ef6"
2934dependencies = [
2935 "cranelift-entity",
2936]
2937
2938[[package]]
2939name = "cranelift-codegen"
2940version = "0.108.1"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "de619867d5de4c644b7fd9904d6e3295269c93d8a71013df796ab338681222d4"
2943dependencies = [
2944 "bumpalo",
2945 "cranelift-bforest",
2946 "cranelift-codegen-meta",
2947 "cranelift-codegen-shared",
2948 "cranelift-control",
2949 "cranelift-entity",
2950 "cranelift-isle",
2951 "gimli 0.28.1",
2952 "hashbrown 0.14.5",
2953 "log",
2954 "regalloc2",
2955 "rustc-hash",
2956 "smallvec",
2957 "target-lexicon",
2958]
2959
2960[[package]]
2961name = "cranelift-codegen-meta"
2962version = "0.108.1"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "29f5cf277490037d8dae9513d35e0ee8134670ae4a964a5ed5b198d4249d7c10"
2965dependencies = [
2966 "cranelift-codegen-shared",
2967]
2968
2969[[package]]
2970name = "cranelift-codegen-shared"
2971version = "0.108.1"
2972source = "registry+https://github.com/rust-lang/crates.io-index"
2973checksum = "8c3e22ecad1123343a3c09ac6ecc532bb5c184b6fcb7888df0ea953727f79924"
2974
2975[[package]]
2976name = "cranelift-control"
2977version = "0.108.1"
2978source = "registry+https://github.com/rust-lang/crates.io-index"
2979checksum = "53ca3ec6d30bce84ccf59c81fead4d16381a3ef0ef75e8403bc1e7385980da09"
2980dependencies = [
2981 "arbitrary",
2982]
2983
2984[[package]]
2985name = "cranelift-entity"
2986version = "0.108.1"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "7eabb8d36b0ca8906bec93c78ea516741cac2d7e6b266fa7b0ffddcc09004990"
2989dependencies = [
2990 "serde",
2991 "serde_derive",
2992]
2993
2994[[package]]
2995name = "cranelift-frontend"
2996version = "0.108.1"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "44b42630229e49a8cfcae90bdc43c8c4c08f7a7aa4618b67f79265cd2f996dd2"
2999dependencies = [
3000 "cranelift-codegen",
3001 "log",
3002 "smallvec",
3003 "target-lexicon",
3004]
3005
3006[[package]]
3007name = "cranelift-isle"
3008version = "0.108.1"
3009source = "registry+https://github.com/rust-lang/crates.io-index"
3010checksum = "918d1e36361805dfe0b6cdfd5a5ffdb5d03fa796170c5717d2727cbe623b93a0"
3011
3012[[package]]
3013name = "cranelift-native"
3014version = "0.108.1"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "75aea85a0d7e1800b14ce9d3f53adf8ad4d1ee8a9e23b0269bdc50285e93b9b3"
3017dependencies = [
3018 "cranelift-codegen",
3019 "libc",
3020 "target-lexicon",
3021]
3022
3023[[package]]
3024name = "cranelift-wasm"
3025version = "0.108.1"
3026source = "registry+https://github.com/rust-lang/crates.io-index"
3027checksum = "dac491fd3473944781f0cf9528c90cc899d18ad438da21961a839a3a44d57dfb"
3028dependencies = [
3029 "cranelift-codegen",
3030 "cranelift-entity",
3031 "cranelift-frontend",
3032 "itertools 0.12.1",
3033 "log",
3034 "smallvec",
3035 "wasmparser 0.207.0",
3036 "wasmtime-types",
3037]
3038
3039[[package]]
3040name = "crc"
3041version = "3.2.1"
3042source = "registry+https://github.com/rust-lang/crates.io-index"
3043checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3044dependencies = [
3045 "crc-catalog",
3046]
3047
3048[[package]]
3049name = "crc-catalog"
3050version = "2.4.0"
3051source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3053
3054[[package]]
3055name = "crc32c"
3056version = "0.6.8"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3059dependencies = [
3060 "rustc_version",
3061]
3062
3063[[package]]
3064name = "crc32fast"
3065version = "1.4.2"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3068dependencies = [
3069 "cfg-if",
3070]
3071
3072[[package]]
3073name = "criterion"
3074version = "0.5.1"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3077dependencies = [
3078 "anes",
3079 "cast",
3080 "ciborium",
3081 "clap",
3082 "criterion-plot",
3083 "is-terminal",
3084 "itertools 0.10.5",
3085 "num-traits",
3086 "once_cell",
3087 "oorandom",
3088 "plotters",
3089 "rayon",
3090 "regex",
3091 "serde",
3092 "serde_derive",
3093 "serde_json",
3094 "tinytemplate",
3095 "walkdir",
3096]
3097
3098[[package]]
3099name = "criterion-plot"
3100version = "0.5.0"
3101source = "registry+https://github.com/rust-lang/crates.io-index"
3102checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3103dependencies = [
3104 "cast",
3105 "itertools 0.10.5",
3106]
3107
3108[[package]]
3109name = "crossbeam-channel"
3110version = "0.5.13"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3113dependencies = [
3114 "crossbeam-utils",
3115]
3116
3117[[package]]
3118name = "crossbeam-deque"
3119version = "0.8.5"
3120source = "registry+https://github.com/rust-lang/crates.io-index"
3121checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3122dependencies = [
3123 "crossbeam-epoch",
3124 "crossbeam-utils",
3125]
3126
3127[[package]]
3128name = "crossbeam-epoch"
3129version = "0.9.18"
3130source = "registry+https://github.com/rust-lang/crates.io-index"
3131checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3132dependencies = [
3133 "crossbeam-utils",
3134]
3135
3136[[package]]
3137name = "crossbeam-queue"
3138version = "0.3.11"
3139source = "registry+https://github.com/rust-lang/crates.io-index"
3140checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3141dependencies = [
3142 "crossbeam-utils",
3143]
3144
3145[[package]]
3146name = "crossbeam-utils"
3147version = "0.8.20"
3148source = "registry+https://github.com/rust-lang/crates.io-index"
3149checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3150
3151[[package]]
3152name = "crunchy"
3153version = "0.2.2"
3154source = "registry+https://github.com/rust-lang/crates.io-index"
3155checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3156
3157[[package]]
3158name = "crypto-bigint"
3159version = "0.4.9"
3160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3162dependencies = [
3163 "generic-array",
3164 "rand_core 0.6.4",
3165 "subtle",
3166 "zeroize",
3167]
3168
3169[[package]]
3170name = "crypto-bigint"
3171version = "0.5.5"
3172source = "registry+https://github.com/rust-lang/crates.io-index"
3173checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3174dependencies = [
3175 "rand_core 0.6.4",
3176 "subtle",
3177]
3178
3179[[package]]
3180name = "crypto-common"
3181version = "0.1.6"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3184dependencies = [
3185 "generic-array",
3186 "rand_core 0.6.4",
3187 "typenum",
3188]
3189
3190[[package]]
3191name = "ctor"
3192version = "0.2.8"
3193source = "registry+https://github.com/rust-lang/crates.io-index"
3194checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
3195dependencies = [
3196 "quote",
3197 "syn 2.0.76",
3198]
3199
3200[[package]]
3201name = "ctrlc"
3202version = "3.4.5"
3203source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3205dependencies = [
3206 "nix 0.29.0",
3207 "windows-sys 0.59.0",
3208]
3209
3210[[package]]
3211name = "curl"
3212version = "0.4.46"
3213source = "registry+https://github.com/rust-lang/crates.io-index"
3214checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6"
3215dependencies = [
3216 "curl-sys",
3217 "libc",
3218 "openssl-probe",
3219 "openssl-sys",
3220 "schannel",
3221 "socket2 0.5.7",
3222 "windows-sys 0.52.0",
3223]
3224
3225[[package]]
3226name = "curl-sys"
3227version = "0.4.74+curl-8.9.0"
3228source = "registry+https://github.com/rust-lang/crates.io-index"
3229checksum = "8af10b986114528fcdc4b63b6f5f021b7057618411046a4de2ba0f0149a097bf"
3230dependencies = [
3231 "cc",
3232 "libc",
3233 "libz-sys",
3234 "openssl-sys",
3235 "pkg-config",
3236 "vcpkg",
3237 "windows-sys 0.52.0",
3238]
3239
3240[[package]]
3241name = "cursor-icon"
3242version = "1.1.0"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3245
3246[[package]]
3247name = "dashmap"
3248version = "5.5.3"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3251dependencies = [
3252 "cfg-if",
3253 "hashbrown 0.14.5",
3254 "lock_api",
3255 "once_cell",
3256 "parking_lot_core",
3257]
3258
3259[[package]]
3260name = "dashmap"
3261version = "6.0.1"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
3264dependencies = [
3265 "cfg-if",
3266 "crossbeam-utils",
3267 "hashbrown 0.14.5",
3268 "lock_api",
3269 "once_cell",
3270 "parking_lot_core",
3271]
3272
3273[[package]]
3274name = "dasp_sample"
3275version = "0.11.0"
3276source = "registry+https://github.com/rust-lang/crates.io-index"
3277checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3278
3279[[package]]
3280name = "data-encoding"
3281version = "2.6.0"
3282source = "registry+https://github.com/rust-lang/crates.io-index"
3283checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3284
3285[[package]]
3286name = "data-url"
3287version = "0.3.1"
3288source = "registry+https://github.com/rust-lang/crates.io-index"
3289checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3290
3291[[package]]
3292name = "db"
3293version = "0.1.0"
3294dependencies = [
3295 "anyhow",
3296 "gpui",
3297 "indoc",
3298 "log",
3299 "paths",
3300 "release_channel",
3301 "smol",
3302 "sqlez",
3303 "sqlez_macros",
3304 "tempfile",
3305 "util",
3306]
3307
3308[[package]]
3309name = "dbus"
3310version = "0.9.7"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3313dependencies = [
3314 "libc",
3315 "libdbus-sys",
3316 "winapi",
3317]
3318
3319[[package]]
3320name = "deflate64"
3321version = "0.1.9"
3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3324
3325[[package]]
3326name = "der"
3327version = "0.6.1"
3328source = "registry+https://github.com/rust-lang/crates.io-index"
3329checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3330dependencies = [
3331 "const-oid",
3332 "zeroize",
3333]
3334
3335[[package]]
3336name = "der"
3337version = "0.7.9"
3338source = "registry+https://github.com/rust-lang/crates.io-index"
3339checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3340dependencies = [
3341 "const-oid",
3342 "pem-rfc7468",
3343 "zeroize",
3344]
3345
3346[[package]]
3347name = "deranged"
3348version = "0.3.11"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3351dependencies = [
3352 "powerfmt",
3353 "serde",
3354]
3355
3356[[package]]
3357name = "derivative"
3358version = "2.2.0"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
3361dependencies = [
3362 "proc-macro2",
3363 "quote",
3364 "syn 1.0.109",
3365]
3366
3367[[package]]
3368name = "derive_more"
3369version = "0.99.18"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3372dependencies = [
3373 "convert_case 0.4.0",
3374 "proc-macro2",
3375 "quote",
3376 "rustc_version",
3377 "syn 2.0.76",
3378]
3379
3380[[package]]
3381name = "derive_refineable"
3382version = "0.1.0"
3383dependencies = [
3384 "proc-macro2",
3385 "quote",
3386 "syn 1.0.109",
3387]
3388
3389[[package]]
3390name = "dev_server_projects"
3391version = "0.1.0"
3392dependencies = [
3393 "anyhow",
3394 "client",
3395 "gpui",
3396 "rpc",
3397 "serde",
3398 "serde_json",
3399]
3400
3401[[package]]
3402name = "diagnostics"
3403version = "0.1.0"
3404dependencies = [
3405 "anyhow",
3406 "client",
3407 "collections",
3408 "ctor",
3409 "editor",
3410 "env_logger",
3411 "futures 0.3.30",
3412 "gpui",
3413 "language",
3414 "log",
3415 "lsp",
3416 "pretty_assertions",
3417 "project",
3418 "rand 0.8.5",
3419 "schemars",
3420 "serde",
3421 "serde_json",
3422 "settings",
3423 "theme",
3424 "ui",
3425 "unindent",
3426 "util",
3427 "workspace",
3428]
3429
3430[[package]]
3431name = "dialoguer"
3432version = "0.11.0"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3435dependencies = [
3436 "console",
3437 "fuzzy-matcher",
3438 "shell-words",
3439 "tempfile",
3440 "thiserror",
3441 "zeroize",
3442]
3443
3444[[package]]
3445name = "diff"
3446version = "0.1.13"
3447source = "registry+https://github.com/rust-lang/crates.io-index"
3448checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3449
3450[[package]]
3451name = "digest"
3452version = "0.10.7"
3453source = "registry+https://github.com/rust-lang/crates.io-index"
3454checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3455dependencies = [
3456 "block-buffer",
3457 "const-oid",
3458 "crypto-common",
3459 "subtle",
3460]
3461
3462[[package]]
3463name = "dirs"
3464version = "4.0.0"
3465source = "registry+https://github.com/rust-lang/crates.io-index"
3466checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3467dependencies = [
3468 "dirs-sys 0.3.7",
3469]
3470
3471[[package]]
3472name = "dirs"
3473version = "5.0.1"
3474source = "registry+https://github.com/rust-lang/crates.io-index"
3475checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3476dependencies = [
3477 "dirs-sys 0.4.1",
3478]
3479
3480[[package]]
3481name = "dirs-sys"
3482version = "0.3.7"
3483source = "registry+https://github.com/rust-lang/crates.io-index"
3484checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3485dependencies = [
3486 "libc",
3487 "redox_users",
3488 "winapi",
3489]
3490
3491[[package]]
3492name = "dirs-sys"
3493version = "0.4.1"
3494source = "registry+https://github.com/rust-lang/crates.io-index"
3495checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3496dependencies = [
3497 "libc",
3498 "option-ext",
3499 "redox_users",
3500 "windows-sys 0.48.0",
3501]
3502
3503[[package]]
3504name = "dlib"
3505version = "0.5.2"
3506source = "registry+https://github.com/rust-lang/crates.io-index"
3507checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3508dependencies = [
3509 "libloading",
3510]
3511
3512[[package]]
3513name = "docs_preprocessor"
3514version = "0.1.0"
3515dependencies = [
3516 "anyhow",
3517 "clap",
3518 "mdbook",
3519 "regex",
3520 "serde",
3521 "serde_json",
3522 "settings",
3523 "util",
3524]
3525
3526[[package]]
3527name = "dotenvy"
3528version = "0.15.7"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3531
3532[[package]]
3533name = "downcast-rs"
3534version = "1.2.1"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3537
3538[[package]]
3539name = "doxygen-rs"
3540version = "0.4.2"
3541source = "registry+https://github.com/rust-lang/crates.io-index"
3542checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3543dependencies = [
3544 "phf",
3545]
3546
3547[[package]]
3548name = "dwrote"
3549version = "0.11.1"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c"
3552dependencies = [
3553 "lazy_static",
3554 "libc",
3555 "winapi",
3556 "wio",
3557]
3558
3559[[package]]
3560name = "dyn-clone"
3561version = "1.0.17"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3564
3565[[package]]
3566name = "ecdsa"
3567version = "0.14.8"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3570dependencies = [
3571 "der 0.6.1",
3572 "elliptic-curve",
3573 "rfc6979",
3574 "signature 1.6.4",
3575]
3576
3577[[package]]
3578name = "editor"
3579version = "0.1.0"
3580dependencies = [
3581 "aho-corasick",
3582 "anyhow",
3583 "assets",
3584 "chrono",
3585 "client",
3586 "clock",
3587 "collections",
3588 "convert_case 0.6.0",
3589 "ctor",
3590 "db",
3591 "emojis",
3592 "env_logger",
3593 "file_icons",
3594 "futures 0.3.30",
3595 "fuzzy",
3596 "git",
3597 "gpui",
3598 "http_client",
3599 "indoc",
3600 "itertools 0.11.0",
3601 "language",
3602 "linkify",
3603 "log",
3604 "lsp",
3605 "markdown",
3606 "multi_buffer",
3607 "ordered-float 2.10.1",
3608 "parking_lot",
3609 "project",
3610 "rand 0.8.5",
3611 "release_channel",
3612 "rpc",
3613 "schemars",
3614 "serde",
3615 "serde_json",
3616 "settings",
3617 "smallvec",
3618 "smol",
3619 "snippet",
3620 "sum_tree",
3621 "task",
3622 "text",
3623 "theme",
3624 "time",
3625 "time_format",
3626 "tree-sitter-html",
3627 "tree-sitter-rust",
3628 "tree-sitter-typescript",
3629 "ui",
3630 "unindent",
3631 "url",
3632 "util",
3633 "workspace",
3634]
3635
3636[[package]]
3637name = "either"
3638version = "1.13.0"
3639source = "registry+https://github.com/rust-lang/crates.io-index"
3640checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3641dependencies = [
3642 "serde",
3643]
3644
3645[[package]]
3646name = "elasticlunr-rs"
3647version = "3.0.2"
3648source = "registry+https://github.com/rust-lang/crates.io-index"
3649checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3650dependencies = [
3651 "regex",
3652 "serde",
3653 "serde_derive",
3654 "serde_json",
3655]
3656
3657[[package]]
3658name = "elliptic-curve"
3659version = "0.12.3"
3660source = "registry+https://github.com/rust-lang/crates.io-index"
3661checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3662dependencies = [
3663 "base16ct",
3664 "crypto-bigint 0.4.9",
3665 "der 0.6.1",
3666 "digest",
3667 "ff",
3668 "generic-array",
3669 "group",
3670 "pkcs8 0.9.0",
3671 "rand_core 0.6.4",
3672 "sec1",
3673 "subtle",
3674 "zeroize",
3675]
3676
3677[[package]]
3678name = "embed-resource"
3679version = "2.4.3"
3680source = "registry+https://github.com/rust-lang/crates.io-index"
3681checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602"
3682dependencies = [
3683 "cc",
3684 "memchr",
3685 "rustc_version",
3686 "toml 0.8.19",
3687 "vswhom",
3688 "winreg 0.52.0",
3689]
3690
3691[[package]]
3692name = "embedded-io"
3693version = "0.4.0"
3694source = "registry+https://github.com/rust-lang/crates.io-index"
3695checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3696
3697[[package]]
3698name = "embedded-io"
3699version = "0.6.1"
3700source = "registry+https://github.com/rust-lang/crates.io-index"
3701checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3702
3703[[package]]
3704name = "emojis"
3705version = "0.6.3"
3706source = "registry+https://github.com/rust-lang/crates.io-index"
3707checksum = "e72f23d65b46527e461b161ab9a126c378aa2249d8a8d15718d23ab1fb4d8786"
3708dependencies = [
3709 "phf",
3710]
3711
3712[[package]]
3713name = "encode_unicode"
3714version = "0.3.6"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3717
3718[[package]]
3719name = "encoding_rs"
3720version = "0.8.34"
3721source = "registry+https://github.com/rust-lang/crates.io-index"
3722checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
3723dependencies = [
3724 "cfg-if",
3725]
3726
3727[[package]]
3728name = "endi"
3729version = "1.1.0"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3732
3733[[package]]
3734name = "enumflags2"
3735version = "0.7.10"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
3738dependencies = [
3739 "enumflags2_derive",
3740 "serde",
3741]
3742
3743[[package]]
3744name = "enumflags2_derive"
3745version = "0.7.10"
3746source = "registry+https://github.com/rust-lang/crates.io-index"
3747checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
3748dependencies = [
3749 "proc-macro2",
3750 "quote",
3751 "syn 2.0.76",
3752]
3753
3754[[package]]
3755name = "env_filter"
3756version = "0.1.2"
3757source = "registry+https://github.com/rust-lang/crates.io-index"
3758checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
3759dependencies = [
3760 "log",
3761 "regex",
3762]
3763
3764[[package]]
3765name = "env_logger"
3766version = "0.11.5"
3767source = "registry+https://github.com/rust-lang/crates.io-index"
3768checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
3769dependencies = [
3770 "anstream",
3771 "anstyle",
3772 "env_filter",
3773 "humantime",
3774 "log",
3775]
3776
3777[[package]]
3778name = "envy"
3779version = "0.4.2"
3780source = "registry+https://github.com/rust-lang/crates.io-index"
3781checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
3782dependencies = [
3783 "serde",
3784]
3785
3786[[package]]
3787name = "equivalent"
3788version = "1.0.1"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
3791
3792[[package]]
3793name = "erased-serde"
3794version = "0.4.5"
3795source = "registry+https://github.com/rust-lang/crates.io-index"
3796checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
3797dependencies = [
3798 "serde",
3799 "typeid",
3800]
3801
3802[[package]]
3803name = "errno"
3804version = "0.2.8"
3805source = "registry+https://github.com/rust-lang/crates.io-index"
3806checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
3807dependencies = [
3808 "errno-dragonfly",
3809 "libc",
3810 "winapi",
3811]
3812
3813[[package]]
3814name = "errno"
3815version = "0.3.9"
3816source = "registry+https://github.com/rust-lang/crates.io-index"
3817checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
3818dependencies = [
3819 "libc",
3820 "windows-sys 0.52.0",
3821]
3822
3823[[package]]
3824name = "errno-dragonfly"
3825version = "0.1.2"
3826source = "registry+https://github.com/rust-lang/crates.io-index"
3827checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
3828dependencies = [
3829 "cc",
3830 "libc",
3831]
3832
3833[[package]]
3834name = "etagere"
3835version = "0.2.13"
3836source = "registry+https://github.com/rust-lang/crates.io-index"
3837checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
3838dependencies = [
3839 "euclid",
3840 "svg_fmt",
3841]
3842
3843[[package]]
3844name = "etcetera"
3845version = "0.8.0"
3846source = "registry+https://github.com/rust-lang/crates.io-index"
3847checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
3848dependencies = [
3849 "cfg-if",
3850 "home",
3851 "windows-sys 0.48.0",
3852]
3853
3854[[package]]
3855name = "euclid"
3856version = "0.22.11"
3857source = "registry+https://github.com/rust-lang/crates.io-index"
3858checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
3859dependencies = [
3860 "num-traits",
3861]
3862
3863[[package]]
3864name = "event-listener"
3865version = "2.5.3"
3866source = "registry+https://github.com/rust-lang/crates.io-index"
3867checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
3868
3869[[package]]
3870name = "event-listener"
3871version = "3.1.0"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
3874dependencies = [
3875 "concurrent-queue",
3876 "parking",
3877 "pin-project-lite",
3878]
3879
3880[[package]]
3881name = "event-listener"
3882version = "5.3.1"
3883source = "registry+https://github.com/rust-lang/crates.io-index"
3884checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
3885dependencies = [
3886 "concurrent-queue",
3887 "parking",
3888 "pin-project-lite",
3889]
3890
3891[[package]]
3892name = "event-listener-strategy"
3893version = "0.5.2"
3894source = "registry+https://github.com/rust-lang/crates.io-index"
3895checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
3896dependencies = [
3897 "event-listener 5.3.1",
3898 "pin-project-lite",
3899]
3900
3901[[package]]
3902name = "exec"
3903version = "0.3.1"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
3906dependencies = [
3907 "errno 0.2.8",
3908 "libc",
3909]
3910
3911[[package]]
3912name = "exr"
3913version = "1.72.0"
3914source = "registry+https://github.com/rust-lang/crates.io-index"
3915checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
3916dependencies = [
3917 "bit_field",
3918 "flume",
3919 "half",
3920 "lebe",
3921 "miniz_oxide 0.7.4",
3922 "rayon-core",
3923 "smallvec",
3924 "zune-inflate",
3925]
3926
3927[[package]]
3928name = "extension"
3929version = "0.1.0"
3930dependencies = [
3931 "anyhow",
3932 "assistant_slash_command",
3933 "async-compression",
3934 "async-tar",
3935 "async-trait",
3936 "client",
3937 "collections",
3938 "ctor",
3939 "env_logger",
3940 "fs",
3941 "futures 0.3.30",
3942 "gpui",
3943 "http_client",
3944 "indexed_docs",
3945 "isahc",
3946 "language",
3947 "log",
3948 "lsp",
3949 "node_runtime",
3950 "parking_lot",
3951 "paths",
3952 "project",
3953 "release_channel",
3954 "schemars",
3955 "semantic_version",
3956 "serde",
3957 "serde_json",
3958 "serde_json_lenient",
3959 "settings",
3960 "snippet_provider",
3961 "task",
3962 "theme",
3963 "toml 0.8.19",
3964 "ui",
3965 "url",
3966 "util",
3967 "wasm-encoder 0.201.0",
3968 "wasmparser 0.201.0",
3969 "wasmtime",
3970 "wasmtime-wasi",
3971 "wit-component",
3972 "workspace",
3973]
3974
3975[[package]]
3976name = "extension_cli"
3977version = "0.1.0"
3978dependencies = [
3979 "anyhow",
3980 "clap",
3981 "env_logger",
3982 "extension",
3983 "fs",
3984 "http_client",
3985 "language",
3986 "log",
3987 "rpc",
3988 "serde",
3989 "serde_json",
3990 "theme",
3991 "tokio",
3992 "toml 0.8.19",
3993 "tree-sitter",
3994 "wasmtime",
3995]
3996
3997[[package]]
3998name = "extensions_ui"
3999version = "0.1.0"
4000dependencies = [
4001 "anyhow",
4002 "client",
4003 "collections",
4004 "db",
4005 "editor",
4006 "extension",
4007 "fs",
4008 "fuzzy",
4009 "gpui",
4010 "language",
4011 "num-format",
4012 "picker",
4013 "project",
4014 "release_channel",
4015 "semantic_version",
4016 "serde",
4017 "settings",
4018 "smallvec",
4019 "theme",
4020 "theme_selector",
4021 "ui",
4022 "util",
4023 "vim",
4024 "workspace",
4025]
4026
4027[[package]]
4028name = "fallible-iterator"
4029version = "0.3.0"
4030source = "registry+https://github.com/rust-lang/crates.io-index"
4031checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4032
4033[[package]]
4034name = "fancy-regex"
4035version = "0.12.0"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
4038dependencies = [
4039 "bit-set 0.5.3",
4040 "regex",
4041]
4042
4043[[package]]
4044name = "fast-srgb8"
4045version = "1.0.0"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4048
4049[[package]]
4050name = "fastrand"
4051version = "1.9.0"
4052source = "registry+https://github.com/rust-lang/crates.io-index"
4053checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4054dependencies = [
4055 "instant",
4056]
4057
4058[[package]]
4059name = "fastrand"
4060version = "2.1.1"
4061source = "registry+https://github.com/rust-lang/crates.io-index"
4062checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
4063
4064[[package]]
4065name = "fd-lock"
4066version = "4.0.2"
4067source = "registry+https://github.com/rust-lang/crates.io-index"
4068checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4069dependencies = [
4070 "cfg-if",
4071 "rustix 0.38.35",
4072 "windows-sys 0.52.0",
4073]
4074
4075[[package]]
4076name = "fdeflate"
4077version = "0.3.4"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
4080dependencies = [
4081 "simd-adler32",
4082]
4083
4084[[package]]
4085name = "feature_flags"
4086version = "0.1.0"
4087dependencies = [
4088 "gpui",
4089]
4090
4091[[package]]
4092name = "feedback"
4093version = "0.1.0"
4094dependencies = [
4095 "anyhow",
4096 "bitflags 2.6.0",
4097 "client",
4098 "db",
4099 "editor",
4100 "futures 0.3.30",
4101 "gpui",
4102 "http_client",
4103 "human_bytes",
4104 "isahc",
4105 "language",
4106 "log",
4107 "menu",
4108 "project",
4109 "regex",
4110 "release_channel",
4111 "serde",
4112 "serde_derive",
4113 "serde_json",
4114 "smol",
4115 "sysinfo",
4116 "ui",
4117 "urlencoding",
4118 "util",
4119 "workspace",
4120]
4121
4122[[package]]
4123name = "ff"
4124version = "0.12.1"
4125source = "registry+https://github.com/rust-lang/crates.io-index"
4126checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4127dependencies = [
4128 "rand_core 0.6.4",
4129 "subtle",
4130]
4131
4132[[package]]
4133name = "file_finder"
4134version = "0.1.0"
4135dependencies = [
4136 "anyhow",
4137 "collections",
4138 "ctor",
4139 "editor",
4140 "env_logger",
4141 "futures 0.3.30",
4142 "fuzzy",
4143 "gpui",
4144 "language",
4145 "menu",
4146 "picker",
4147 "project",
4148 "serde",
4149 "serde_json",
4150 "settings",
4151 "text",
4152 "theme",
4153 "ui",
4154 "util",
4155 "workspace",
4156]
4157
4158[[package]]
4159name = "file_icons"
4160version = "0.1.0"
4161dependencies = [
4162 "collections",
4163 "gpui",
4164 "serde",
4165 "serde_derive",
4166 "serde_json",
4167 "util",
4168]
4169
4170[[package]]
4171name = "filedescriptor"
4172version = "0.8.2"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4175dependencies = [
4176 "libc",
4177 "thiserror",
4178 "winapi",
4179]
4180
4181[[package]]
4182name = "filetime"
4183version = "0.2.25"
4184source = "registry+https://github.com/rust-lang/crates.io-index"
4185checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4186dependencies = [
4187 "cfg-if",
4188 "libc",
4189 "libredox",
4190 "windows-sys 0.59.0",
4191]
4192
4193[[package]]
4194name = "fixedbitset"
4195version = "0.4.2"
4196source = "registry+https://github.com/rust-lang/crates.io-index"
4197checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4198
4199[[package]]
4200name = "flate2"
4201version = "1.0.33"
4202source = "registry+https://github.com/rust-lang/crates.io-index"
4203checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
4204dependencies = [
4205 "crc32fast",
4206 "miniz_oxide 0.8.0",
4207]
4208
4209[[package]]
4210name = "float-cmp"
4211version = "0.9.0"
4212source = "registry+https://github.com/rust-lang/crates.io-index"
4213checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4214
4215[[package]]
4216name = "float-ord"
4217version = "0.3.2"
4218source = "registry+https://github.com/rust-lang/crates.io-index"
4219checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4220
4221[[package]]
4222name = "flume"
4223version = "0.11.0"
4224source = "registry+https://github.com/rust-lang/crates.io-index"
4225checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
4226dependencies = [
4227 "futures-core",
4228 "futures-sink",
4229 "nanorand",
4230 "spin",
4231]
4232
4233[[package]]
4234name = "fnv"
4235version = "1.0.7"
4236source = "registry+https://github.com/rust-lang/crates.io-index"
4237checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4238
4239[[package]]
4240name = "font-kit"
4241version = "0.14.1"
4242source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4243dependencies = [
4244 "bitflags 2.6.0",
4245 "byteorder",
4246 "core-foundation",
4247 "core-graphics",
4248 "core-text",
4249 "dirs 5.0.1",
4250 "dwrote",
4251 "float-ord",
4252 "freetype-sys",
4253 "lazy_static",
4254 "libc",
4255 "log",
4256 "pathfinder_geometry",
4257 "pathfinder_simd",
4258 "walkdir",
4259 "winapi",
4260 "yeslogic-fontconfig-sys",
4261]
4262
4263[[package]]
4264name = "font-types"
4265version = "0.6.0"
4266source = "registry+https://github.com/rust-lang/crates.io-index"
4267checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60"
4268dependencies = [
4269 "bytemuck",
4270]
4271
4272[[package]]
4273name = "fontconfig-parser"
4274version = "0.5.7"
4275source = "registry+https://github.com/rust-lang/crates.io-index"
4276checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4277dependencies = [
4278 "roxmltree 0.20.0",
4279]
4280
4281[[package]]
4282name = "fontdb"
4283version = "0.18.0"
4284source = "registry+https://github.com/rust-lang/crates.io-index"
4285checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4286dependencies = [
4287 "fontconfig-parser",
4288 "log",
4289 "memmap2",
4290 "slotmap",
4291 "tinyvec",
4292 "ttf-parser",
4293]
4294
4295[[package]]
4296name = "foreign-types"
4297version = "0.3.2"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4300dependencies = [
4301 "foreign-types-shared 0.1.1",
4302]
4303
4304[[package]]
4305name = "foreign-types"
4306version = "0.5.0"
4307source = "registry+https://github.com/rust-lang/crates.io-index"
4308checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4309dependencies = [
4310 "foreign-types-macros",
4311 "foreign-types-shared 0.3.1",
4312]
4313
4314[[package]]
4315name = "foreign-types-macros"
4316version = "0.2.3"
4317source = "registry+https://github.com/rust-lang/crates.io-index"
4318checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4319dependencies = [
4320 "proc-macro2",
4321 "quote",
4322 "syn 2.0.76",
4323]
4324
4325[[package]]
4326name = "foreign-types-shared"
4327version = "0.1.1"
4328source = "registry+https://github.com/rust-lang/crates.io-index"
4329checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4330
4331[[package]]
4332name = "foreign-types-shared"
4333version = "0.3.1"
4334source = "registry+https://github.com/rust-lang/crates.io-index"
4335checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4336
4337[[package]]
4338name = "fork"
4339version = "0.1.23"
4340source = "registry+https://github.com/rust-lang/crates.io-index"
4341checksum = "60e74d3423998a57e9d906e49252fb79eb4a04d5cdfe188fb1b7ff9fc076a8ed"
4342dependencies = [
4343 "libc",
4344]
4345
4346[[package]]
4347name = "form_urlencoded"
4348version = "1.2.1"
4349source = "registry+https://github.com/rust-lang/crates.io-index"
4350checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4351dependencies = [
4352 "percent-encoding",
4353]
4354
4355[[package]]
4356name = "freetype-sys"
4357version = "0.20.1"
4358source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4360dependencies = [
4361 "cc",
4362 "libc",
4363 "pkg-config",
4364]
4365
4366[[package]]
4367name = "fs"
4368version = "0.1.0"
4369dependencies = [
4370 "anyhow",
4371 "ashpd",
4372 "async-tar",
4373 "async-trait",
4374 "cocoa",
4375 "collections",
4376 "fsevent",
4377 "futures 0.3.30",
4378 "git",
4379 "git2",
4380 "gpui",
4381 "libc",
4382 "notify",
4383 "objc",
4384 "parking_lot",
4385 "paths",
4386 "rope",
4387 "serde",
4388 "serde_json",
4389 "smol",
4390 "tempfile",
4391 "text",
4392 "time",
4393 "util",
4394 "windows 0.58.0",
4395]
4396
4397[[package]]
4398name = "fs-set-times"
4399version = "0.20.1"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
4402dependencies = [
4403 "io-lifetimes 2.0.3",
4404 "rustix 0.38.35",
4405 "windows-sys 0.52.0",
4406]
4407
4408[[package]]
4409name = "fsevent"
4410version = "0.1.0"
4411dependencies = [
4412 "bitflags 2.6.0",
4413 "core-foundation",
4414 "fsevent-sys 3.1.0",
4415 "parking_lot",
4416 "tempfile",
4417]
4418
4419[[package]]
4420name = "fsevent-sys"
4421version = "3.1.0"
4422source = "registry+https://github.com/rust-lang/crates.io-index"
4423checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4424dependencies = [
4425 "libc",
4426]
4427
4428[[package]]
4429name = "fsevent-sys"
4430version = "4.1.0"
4431source = "registry+https://github.com/rust-lang/crates.io-index"
4432checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4433dependencies = [
4434 "libc",
4435]
4436
4437[[package]]
4438name = "funty"
4439version = "2.0.0"
4440source = "registry+https://github.com/rust-lang/crates.io-index"
4441checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4442
4443[[package]]
4444name = "futf"
4445version = "0.1.5"
4446source = "registry+https://github.com/rust-lang/crates.io-index"
4447checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4448dependencies = [
4449 "mac",
4450 "new_debug_unreachable",
4451]
4452
4453[[package]]
4454name = "futures"
4455version = "0.1.31"
4456source = "registry+https://github.com/rust-lang/crates.io-index"
4457checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4458
4459[[package]]
4460name = "futures"
4461version = "0.3.30"
4462source = "registry+https://github.com/rust-lang/crates.io-index"
4463checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
4464dependencies = [
4465 "futures-channel",
4466 "futures-core",
4467 "futures-executor",
4468 "futures-io",
4469 "futures-sink",
4470 "futures-task",
4471 "futures-util",
4472]
4473
4474[[package]]
4475name = "futures-batch"
4476version = "0.6.1"
4477source = "registry+https://github.com/rust-lang/crates.io-index"
4478checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4479dependencies = [
4480 "futures 0.3.30",
4481 "futures-timer",
4482 "pin-utils",
4483]
4484
4485[[package]]
4486name = "futures-channel"
4487version = "0.3.30"
4488source = "registry+https://github.com/rust-lang/crates.io-index"
4489checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
4490dependencies = [
4491 "futures-core",
4492 "futures-sink",
4493]
4494
4495[[package]]
4496name = "futures-core"
4497version = "0.3.30"
4498source = "registry+https://github.com/rust-lang/crates.io-index"
4499checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
4500
4501[[package]]
4502name = "futures-executor"
4503version = "0.3.30"
4504source = "registry+https://github.com/rust-lang/crates.io-index"
4505checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
4506dependencies = [
4507 "futures-core",
4508 "futures-task",
4509 "futures-util",
4510]
4511
4512[[package]]
4513name = "futures-intrusive"
4514version = "0.5.0"
4515source = "registry+https://github.com/rust-lang/crates.io-index"
4516checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4517dependencies = [
4518 "futures-core",
4519 "lock_api",
4520 "parking_lot",
4521]
4522
4523[[package]]
4524name = "futures-io"
4525version = "0.3.30"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
4528
4529[[package]]
4530name = "futures-lite"
4531version = "1.13.0"
4532source = "registry+https://github.com/rust-lang/crates.io-index"
4533checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4534dependencies = [
4535 "fastrand 1.9.0",
4536 "futures-core",
4537 "futures-io",
4538 "memchr",
4539 "parking",
4540 "pin-project-lite",
4541 "waker-fn",
4542]
4543
4544[[package]]
4545name = "futures-lite"
4546version = "2.3.0"
4547source = "registry+https://github.com/rust-lang/crates.io-index"
4548checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
4549dependencies = [
4550 "fastrand 2.1.1",
4551 "futures-core",
4552 "futures-io",
4553 "parking",
4554 "pin-project-lite",
4555]
4556
4557[[package]]
4558name = "futures-macro"
4559version = "0.3.30"
4560source = "registry+https://github.com/rust-lang/crates.io-index"
4561checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
4562dependencies = [
4563 "proc-macro2",
4564 "quote",
4565 "syn 2.0.76",
4566]
4567
4568[[package]]
4569name = "futures-sink"
4570version = "0.3.30"
4571source = "registry+https://github.com/rust-lang/crates.io-index"
4572checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
4573
4574[[package]]
4575name = "futures-task"
4576version = "0.3.30"
4577source = "registry+https://github.com/rust-lang/crates.io-index"
4578checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
4579
4580[[package]]
4581name = "futures-timer"
4582version = "3.0.3"
4583source = "registry+https://github.com/rust-lang/crates.io-index"
4584checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4585
4586[[package]]
4587name = "futures-util"
4588version = "0.3.30"
4589source = "registry+https://github.com/rust-lang/crates.io-index"
4590checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
4591dependencies = [
4592 "futures 0.1.31",
4593 "futures-channel",
4594 "futures-core",
4595 "futures-io",
4596 "futures-macro",
4597 "futures-sink",
4598 "futures-task",
4599 "memchr",
4600 "pin-project-lite",
4601 "pin-utils",
4602 "slab",
4603 "tokio-io",
4604]
4605
4606[[package]]
4607name = "fuzzy"
4608version = "0.1.0"
4609dependencies = [
4610 "gpui",
4611 "util",
4612]
4613
4614[[package]]
4615name = "fuzzy-matcher"
4616version = "0.3.7"
4617source = "registry+https://github.com/rust-lang/crates.io-index"
4618checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4619dependencies = [
4620 "thread_local",
4621]
4622
4623[[package]]
4624name = "generic-array"
4625version = "0.14.7"
4626source = "registry+https://github.com/rust-lang/crates.io-index"
4627checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4628dependencies = [
4629 "typenum",
4630 "version_check",
4631]
4632
4633[[package]]
4634name = "gethostname"
4635version = "0.4.3"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4638dependencies = [
4639 "libc",
4640 "windows-targets 0.48.5",
4641]
4642
4643[[package]]
4644name = "getrandom"
4645version = "0.1.16"
4646source = "registry+https://github.com/rust-lang/crates.io-index"
4647checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4648dependencies = [
4649 "cfg-if",
4650 "libc",
4651 "wasi 0.9.0+wasi-snapshot-preview1",
4652]
4653
4654[[package]]
4655name = "getrandom"
4656version = "0.2.15"
4657source = "registry+https://github.com/rust-lang/crates.io-index"
4658checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
4659dependencies = [
4660 "cfg-if",
4661 "js-sys",
4662 "libc",
4663 "wasi 0.11.0+wasi-snapshot-preview1",
4664 "wasm-bindgen",
4665]
4666
4667[[package]]
4668name = "gif"
4669version = "0.13.1"
4670source = "registry+https://github.com/rust-lang/crates.io-index"
4671checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
4672dependencies = [
4673 "color_quant",
4674 "weezl",
4675]
4676
4677[[package]]
4678name = "gimli"
4679version = "0.28.1"
4680source = "registry+https://github.com/rust-lang/crates.io-index"
4681checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
4682dependencies = [
4683 "fallible-iterator",
4684 "indexmap 2.4.0",
4685 "stable_deref_trait",
4686]
4687
4688[[package]]
4689name = "gimli"
4690version = "0.29.0"
4691source = "registry+https://github.com/rust-lang/crates.io-index"
4692checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
4693
4694[[package]]
4695name = "git"
4696version = "0.1.0"
4697dependencies = [
4698 "anyhow",
4699 "async-trait",
4700 "clock",
4701 "collections",
4702 "derive_more",
4703 "git2",
4704 "gpui",
4705 "http_client",
4706 "log",
4707 "parking_lot",
4708 "pretty_assertions",
4709 "rope",
4710 "serde",
4711 "serde_json",
4712 "smol",
4713 "sum_tree",
4714 "text",
4715 "time",
4716 "unindent",
4717 "url",
4718 "util",
4719 "windows 0.58.0",
4720]
4721
4722[[package]]
4723name = "git2"
4724version = "0.19.0"
4725source = "registry+https://github.com/rust-lang/crates.io-index"
4726checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
4727dependencies = [
4728 "bitflags 2.6.0",
4729 "libc",
4730 "libgit2-sys",
4731 "log",
4732 "url",
4733]
4734
4735[[package]]
4736name = "git_hosting_providers"
4737version = "0.1.0"
4738dependencies = [
4739 "anyhow",
4740 "async-trait",
4741 "futures 0.3.30",
4742 "git",
4743 "gpui",
4744 "http_client",
4745 "isahc",
4746 "pretty_assertions",
4747 "regex",
4748 "serde",
4749 "serde_json",
4750 "unindent",
4751 "url",
4752]
4753
4754[[package]]
4755name = "glob"
4756version = "0.3.1"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4759
4760[[package]]
4761name = "globset"
4762version = "0.4.14"
4763source = "registry+https://github.com/rust-lang/crates.io-index"
4764checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
4765dependencies = [
4766 "aho-corasick",
4767 "bstr",
4768 "log",
4769 "regex-automata 0.4.7",
4770 "regex-syntax 0.8.4",
4771]
4772
4773[[package]]
4774name = "gloo-timers"
4775version = "0.2.6"
4776source = "registry+https://github.com/rust-lang/crates.io-index"
4777checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
4778dependencies = [
4779 "futures-channel",
4780 "futures-core",
4781 "js-sys",
4782 "wasm-bindgen",
4783]
4784
4785[[package]]
4786name = "glow"
4787version = "0.14.0"
4788source = "registry+https://github.com/rust-lang/crates.io-index"
4789checksum = "f865cbd94bd355b89611211e49508da98a1fce0ad755c1e8448fb96711b24528"
4790dependencies = [
4791 "js-sys",
4792 "slotmap",
4793 "wasm-bindgen",
4794 "web-sys",
4795]
4796
4797[[package]]
4798name = "go_to_line"
4799version = "0.1.0"
4800dependencies = [
4801 "anyhow",
4802 "editor",
4803 "gpui",
4804 "indoc",
4805 "language",
4806 "menu",
4807 "project",
4808 "rope",
4809 "schemars",
4810 "serde",
4811 "serde_json",
4812 "settings",
4813 "text",
4814 "theme",
4815 "tree-sitter-rust",
4816 "tree-sitter-typescript",
4817 "ui",
4818 "util",
4819 "workspace",
4820]
4821
4822[[package]]
4823name = "google_ai"
4824version = "0.1.0"
4825dependencies = [
4826 "anyhow",
4827 "futures 0.3.30",
4828 "http_client",
4829 "schemars",
4830 "serde",
4831 "serde_json",
4832 "strum",
4833]
4834
4835[[package]]
4836name = "gpu-alloc"
4837version = "0.6.0"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
4839checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
4840dependencies = [
4841 "bitflags 2.6.0",
4842 "gpu-alloc-types",
4843]
4844
4845[[package]]
4846name = "gpu-alloc-ash"
4847version = "0.7.0"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
4850dependencies = [
4851 "ash",
4852 "gpu-alloc-types",
4853 "tinyvec",
4854]
4855
4856[[package]]
4857name = "gpu-alloc-types"
4858version = "0.3.0"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
4861dependencies = [
4862 "bitflags 2.6.0",
4863]
4864
4865[[package]]
4866name = "gpui"
4867version = "0.1.0"
4868dependencies = [
4869 "anyhow",
4870 "as-raw-xcb-connection",
4871 "ashpd",
4872 "async-task",
4873 "backtrace",
4874 "bindgen 0.65.1",
4875 "blade-graphics",
4876 "blade-macros",
4877 "blade-util",
4878 "block",
4879 "bytemuck",
4880 "calloop",
4881 "calloop-wayland-source",
4882 "cbindgen",
4883 "cocoa",
4884 "collections",
4885 "core-foundation",
4886 "core-foundation-sys",
4887 "core-graphics",
4888 "core-text",
4889 "cosmic-text",
4890 "ctor",
4891 "derive_more",
4892 "embed-resource",
4893 "env_logger",
4894 "etagere",
4895 "filedescriptor",
4896 "flume",
4897 "font-kit",
4898 "foreign-types 0.5.0",
4899 "futures 0.3.30",
4900 "gpui_macros",
4901 "http_client",
4902 "image",
4903 "itertools 0.11.0",
4904 "linkme",
4905 "log",
4906 "media",
4907 "metal",
4908 "num_cpus",
4909 "objc",
4910 "oo7",
4911 "open",
4912 "parking",
4913 "parking_lot",
4914 "pathfinder_geometry",
4915 "postage",
4916 "profiling",
4917 "rand 0.8.5",
4918 "raw-window-handle",
4919 "refineable",
4920 "resvg",
4921 "schemars",
4922 "seahash",
4923 "semantic_version",
4924 "serde",
4925 "serde_derive",
4926 "serde_json",
4927 "slotmap",
4928 "smallvec",
4929 "smol",
4930 "strum",
4931 "sum_tree",
4932 "taffy",
4933 "thiserror",
4934 "unicode-segmentation",
4935 "usvg",
4936 "util",
4937 "uuid",
4938 "waker-fn",
4939 "wayland-backend",
4940 "wayland-client",
4941 "wayland-cursor",
4942 "wayland-protocols",
4943 "wayland-protocols-plasma",
4944 "windows 0.58.0",
4945 "windows-core 0.58.0",
4946 "x11-clipboard",
4947 "x11rb",
4948 "xim",
4949 "xkbcommon",
4950]
4951
4952[[package]]
4953name = "gpui_macros"
4954version = "0.1.0"
4955dependencies = [
4956 "proc-macro2",
4957 "quote",
4958 "syn 1.0.109",
4959]
4960
4961[[package]]
4962name = "grid"
4963version = "0.13.0"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
4966
4967[[package]]
4968name = "group"
4969version = "0.12.1"
4970source = "registry+https://github.com/rust-lang/crates.io-index"
4971checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
4972dependencies = [
4973 "ff",
4974 "rand_core 0.6.4",
4975 "subtle",
4976]
4977
4978[[package]]
4979name = "h2"
4980version = "0.3.26"
4981source = "registry+https://github.com/rust-lang/crates.io-index"
4982checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
4983dependencies = [
4984 "bytes 1.7.1",
4985 "fnv",
4986 "futures-core",
4987 "futures-sink",
4988 "futures-util",
4989 "http 0.2.12",
4990 "indexmap 2.4.0",
4991 "slab",
4992 "tokio",
4993 "tokio-util",
4994 "tracing",
4995]
4996
4997[[package]]
4998name = "half"
4999version = "2.4.1"
5000source = "registry+https://github.com/rust-lang/crates.io-index"
5001checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5002dependencies = [
5003 "cfg-if",
5004 "crunchy",
5005]
5006
5007[[package]]
5008name = "handlebars"
5009version = "4.5.0"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5012dependencies = [
5013 "log",
5014 "pest",
5015 "pest_derive",
5016 "serde",
5017 "serde_json",
5018 "thiserror",
5019]
5020
5021[[package]]
5022name = "handlebars"
5023version = "5.1.2"
5024source = "registry+https://github.com/rust-lang/crates.io-index"
5025checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
5026dependencies = [
5027 "log",
5028 "pest",
5029 "pest_derive",
5030 "serde",
5031 "serde_json",
5032 "thiserror",
5033]
5034
5035[[package]]
5036name = "hashbrown"
5037version = "0.12.3"
5038source = "registry+https://github.com/rust-lang/crates.io-index"
5039checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5040dependencies = [
5041 "ahash 0.7.8",
5042]
5043
5044[[package]]
5045name = "hashbrown"
5046version = "0.13.2"
5047source = "registry+https://github.com/rust-lang/crates.io-index"
5048checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5049dependencies = [
5050 "ahash 0.8.11",
5051]
5052
5053[[package]]
5054name = "hashbrown"
5055version = "0.14.5"
5056source = "registry+https://github.com/rust-lang/crates.io-index"
5057checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5058dependencies = [
5059 "ahash 0.8.11",
5060 "allocator-api2",
5061]
5062
5063[[package]]
5064name = "hashlink"
5065version = "0.8.4"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5068dependencies = [
5069 "hashbrown 0.14.5",
5070]
5071
5072[[package]]
5073name = "headers"
5074version = "0.3.9"
5075source = "registry+https://github.com/rust-lang/crates.io-index"
5076checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5077dependencies = [
5078 "base64 0.21.7",
5079 "bytes 1.7.1",
5080 "headers-core",
5081 "http 0.2.12",
5082 "httpdate",
5083 "mime",
5084 "sha1",
5085]
5086
5087[[package]]
5088name = "headers-core"
5089version = "0.2.0"
5090source = "registry+https://github.com/rust-lang/crates.io-index"
5091checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5092dependencies = [
5093 "http 0.2.12",
5094]
5095
5096[[package]]
5097name = "headless"
5098version = "0.1.0"
5099dependencies = [
5100 "anyhow",
5101 "client",
5102 "extension",
5103 "fs",
5104 "futures 0.3.30",
5105 "gpui",
5106 "language",
5107 "log",
5108 "node_runtime",
5109 "postage",
5110 "project",
5111 "rpc",
5112 "settings",
5113 "shellexpand 2.1.2",
5114 "signal-hook",
5115 "util",
5116]
5117
5118[[package]]
5119name = "heck"
5120version = "0.3.3"
5121source = "registry+https://github.com/rust-lang/crates.io-index"
5122checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5123dependencies = [
5124 "unicode-segmentation",
5125]
5126
5127[[package]]
5128name = "heck"
5129version = "0.4.1"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5132dependencies = [
5133 "unicode-segmentation",
5134]
5135
5136[[package]]
5137name = "heck"
5138version = "0.5.0"
5139source = "registry+https://github.com/rust-lang/crates.io-index"
5140checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5141
5142[[package]]
5143name = "heed"
5144version = "0.20.5"
5145source = "registry+https://github.com/rust-lang/crates.io-index"
5146checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
5147dependencies = [
5148 "bitflags 2.6.0",
5149 "byteorder",
5150 "heed-traits",
5151 "heed-types",
5152 "libc",
5153 "lmdb-master-sys",
5154 "once_cell",
5155 "page_size",
5156 "serde",
5157 "synchronoise",
5158 "url",
5159]
5160
5161[[package]]
5162name = "heed-traits"
5163version = "0.20.0"
5164source = "registry+https://github.com/rust-lang/crates.io-index"
5165checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5166
5167[[package]]
5168name = "heed-types"
5169version = "0.20.1"
5170source = "registry+https://github.com/rust-lang/crates.io-index"
5171checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
5172dependencies = [
5173 "bincode",
5174 "byteorder",
5175 "heed-traits",
5176 "serde",
5177 "serde_json",
5178]
5179
5180[[package]]
5181name = "hermit-abi"
5182version = "0.3.9"
5183source = "registry+https://github.com/rust-lang/crates.io-index"
5184checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5185
5186[[package]]
5187name = "hermit-abi"
5188version = "0.4.0"
5189source = "registry+https://github.com/rust-lang/crates.io-index"
5190checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5191
5192[[package]]
5193name = "hex"
5194version = "0.4.3"
5195source = "registry+https://github.com/rust-lang/crates.io-index"
5196checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5197
5198[[package]]
5199name = "hexf-parse"
5200version = "0.2.1"
5201source = "registry+https://github.com/rust-lang/crates.io-index"
5202checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5203
5204[[package]]
5205name = "hidden-trait"
5206version = "0.1.2"
5207source = "registry+https://github.com/rust-lang/crates.io-index"
5208checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5209dependencies = [
5210 "proc-macro2",
5211 "quote",
5212 "syn 1.0.109",
5213]
5214
5215[[package]]
5216name = "hkdf"
5217version = "0.12.4"
5218source = "registry+https://github.com/rust-lang/crates.io-index"
5219checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5220dependencies = [
5221 "hmac",
5222]
5223
5224[[package]]
5225name = "hmac"
5226version = "0.12.1"
5227source = "registry+https://github.com/rust-lang/crates.io-index"
5228checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5229dependencies = [
5230 "digest",
5231]
5232
5233[[package]]
5234name = "home"
5235version = "0.5.9"
5236source = "registry+https://github.com/rust-lang/crates.io-index"
5237checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5238dependencies = [
5239 "windows-sys 0.52.0",
5240]
5241
5242[[package]]
5243name = "hound"
5244version = "3.5.1"
5245source = "registry+https://github.com/rust-lang/crates.io-index"
5246checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5247
5248[[package]]
5249name = "html5ever"
5250version = "0.27.0"
5251source = "registry+https://github.com/rust-lang/crates.io-index"
5252checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5253dependencies = [
5254 "log",
5255 "mac",
5256 "markup5ever",
5257 "proc-macro2",
5258 "quote",
5259 "syn 2.0.76",
5260]
5261
5262[[package]]
5263name = "html_to_markdown"
5264version = "0.1.0"
5265dependencies = [
5266 "anyhow",
5267 "html5ever",
5268 "indoc",
5269 "markup5ever_rcdom",
5270 "pretty_assertions",
5271 "regex",
5272]
5273
5274[[package]]
5275name = "html_to_markdown"
5276version = "0.1.0"
5277source = "registry+https://github.com/rust-lang/crates.io-index"
5278checksum = "e608e8dd0939bfb6b516d96a5919751b835297a02230aecb88d2fc84ebebaa8a"
5279dependencies = [
5280 "anyhow",
5281 "html5ever",
5282 "markup5ever_rcdom",
5283 "regex",
5284]
5285
5286[[package]]
5287name = "http"
5288version = "0.2.12"
5289source = "registry+https://github.com/rust-lang/crates.io-index"
5290checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5291dependencies = [
5292 "bytes 1.7.1",
5293 "fnv",
5294 "itoa",
5295]
5296
5297[[package]]
5298name = "http"
5299version = "1.1.0"
5300source = "registry+https://github.com/rust-lang/crates.io-index"
5301checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
5302dependencies = [
5303 "bytes 1.7.1",
5304 "fnv",
5305 "itoa",
5306]
5307
5308[[package]]
5309name = "http-body"
5310version = "0.4.6"
5311source = "registry+https://github.com/rust-lang/crates.io-index"
5312checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5313dependencies = [
5314 "bytes 1.7.1",
5315 "http 0.2.12",
5316 "pin-project-lite",
5317]
5318
5319[[package]]
5320name = "http-body"
5321version = "1.0.1"
5322source = "registry+https://github.com/rust-lang/crates.io-index"
5323checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5324dependencies = [
5325 "bytes 1.7.1",
5326 "http 1.1.0",
5327]
5328
5329[[package]]
5330name = "http-body-util"
5331version = "0.1.2"
5332source = "registry+https://github.com/rust-lang/crates.io-index"
5333checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5334dependencies = [
5335 "bytes 1.7.1",
5336 "futures-util",
5337 "http 1.1.0",
5338 "http-body 1.0.1",
5339 "pin-project-lite",
5340]
5341
5342[[package]]
5343name = "http-range-header"
5344version = "0.3.1"
5345source = "registry+https://github.com/rust-lang/crates.io-index"
5346checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5347
5348[[package]]
5349name = "http-types"
5350version = "2.12.0"
5351source = "registry+https://github.com/rust-lang/crates.io-index"
5352checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5353dependencies = [
5354 "anyhow",
5355 "async-channel 1.9.0",
5356 "base64 0.13.1",
5357 "futures-lite 1.13.0",
5358 "http 0.2.12",
5359 "infer",
5360 "pin-project-lite",
5361 "rand 0.7.3",
5362 "serde",
5363 "serde_json",
5364 "serde_qs 0.8.5",
5365 "serde_urlencoded",
5366 "url",
5367]
5368
5369[[package]]
5370name = "http_client"
5371version = "0.1.0"
5372dependencies = [
5373 "anyhow",
5374 "derive_more",
5375 "futures 0.3.30",
5376 "futures-lite 1.13.0",
5377 "http 1.1.0",
5378 "isahc",
5379 "log",
5380 "serde",
5381 "serde_json",
5382 "url",
5383]
5384
5385[[package]]
5386name = "httparse"
5387version = "1.9.4"
5388source = "registry+https://github.com/rust-lang/crates.io-index"
5389checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
5390
5391[[package]]
5392name = "httpdate"
5393version = "1.0.3"
5394source = "registry+https://github.com/rust-lang/crates.io-index"
5395checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5396
5397[[package]]
5398name = "human_bytes"
5399version = "0.4.3"
5400source = "registry+https://github.com/rust-lang/crates.io-index"
5401checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5402
5403[[package]]
5404name = "humantime"
5405version = "2.1.0"
5406source = "registry+https://github.com/rust-lang/crates.io-index"
5407checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5408
5409[[package]]
5410name = "hyper"
5411version = "0.14.30"
5412source = "registry+https://github.com/rust-lang/crates.io-index"
5413checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
5414dependencies = [
5415 "bytes 1.7.1",
5416 "futures-channel",
5417 "futures-core",
5418 "futures-util",
5419 "h2",
5420 "http 0.2.12",
5421 "http-body 0.4.6",
5422 "httparse",
5423 "httpdate",
5424 "itoa",
5425 "pin-project-lite",
5426 "socket2 0.5.7",
5427 "tokio",
5428 "tower-service",
5429 "tracing",
5430 "want",
5431]
5432
5433[[package]]
5434name = "hyper-rustls"
5435version = "0.24.2"
5436source = "registry+https://github.com/rust-lang/crates.io-index"
5437checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5438dependencies = [
5439 "futures-util",
5440 "http 0.2.12",
5441 "hyper",
5442 "log",
5443 "rustls",
5444 "rustls-native-certs",
5445 "tokio",
5446 "tokio-rustls",
5447]
5448
5449[[package]]
5450name = "hyper-tls"
5451version = "0.5.0"
5452source = "registry+https://github.com/rust-lang/crates.io-index"
5453checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5454dependencies = [
5455 "bytes 1.7.1",
5456 "hyper",
5457 "native-tls",
5458 "tokio",
5459 "tokio-native-tls",
5460]
5461
5462[[package]]
5463name = "iana-time-zone"
5464version = "0.1.60"
5465source = "registry+https://github.com/rust-lang/crates.io-index"
5466checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
5467dependencies = [
5468 "android_system_properties",
5469 "core-foundation-sys",
5470 "iana-time-zone-haiku",
5471 "js-sys",
5472 "wasm-bindgen",
5473 "windows-core 0.52.0",
5474]
5475
5476[[package]]
5477name = "iana-time-zone-haiku"
5478version = "0.1.2"
5479source = "registry+https://github.com/rust-lang/crates.io-index"
5480checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5481dependencies = [
5482 "cc",
5483]
5484
5485[[package]]
5486name = "id-arena"
5487version = "2.2.1"
5488source = "registry+https://github.com/rust-lang/crates.io-index"
5489checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5490
5491[[package]]
5492name = "idna"
5493version = "0.5.0"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5496dependencies = [
5497 "unicode-bidi",
5498 "unicode-normalization",
5499]
5500
5501[[package]]
5502name = "ignore"
5503version = "0.4.22"
5504source = "registry+https://github.com/rust-lang/crates.io-index"
5505checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
5506dependencies = [
5507 "crossbeam-deque",
5508 "globset",
5509 "log",
5510 "memchr",
5511 "regex-automata 0.4.7",
5512 "same-file",
5513 "walkdir",
5514 "winapi-util",
5515]
5516
5517[[package]]
5518name = "image"
5519version = "0.25.2"
5520source = "registry+https://github.com/rust-lang/crates.io-index"
5521checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
5522dependencies = [
5523 "bytemuck",
5524 "byteorder-lite",
5525 "color_quant",
5526 "exr",
5527 "gif",
5528 "image-webp",
5529 "num-traits",
5530 "png",
5531 "qoi",
5532 "ravif",
5533 "rayon",
5534 "rgb",
5535 "tiff",
5536 "zune-core",
5537 "zune-jpeg",
5538]
5539
5540[[package]]
5541name = "image-webp"
5542version = "0.1.3"
5543source = "registry+https://github.com/rust-lang/crates.io-index"
5544checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
5545dependencies = [
5546 "byteorder-lite",
5547 "quick-error",
5548]
5549
5550[[package]]
5551name = "image_viewer"
5552version = "0.1.0"
5553dependencies = [
5554 "anyhow",
5555 "db",
5556 "gpui",
5557 "project",
5558 "ui",
5559 "workspace",
5560]
5561
5562[[package]]
5563name = "imagesize"
5564version = "0.12.0"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
5567
5568[[package]]
5569name = "imgref"
5570version = "1.10.1"
5571source = "registry+https://github.com/rust-lang/crates.io-index"
5572checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
5573
5574[[package]]
5575name = "indexed_docs"
5576version = "0.1.0"
5577dependencies = [
5578 "anyhow",
5579 "async-trait",
5580 "cargo_metadata",
5581 "collections",
5582 "derive_more",
5583 "fs",
5584 "futures 0.3.30",
5585 "fuzzy",
5586 "gpui",
5587 "heed",
5588 "html_to_markdown 0.1.0",
5589 "http_client",
5590 "indexmap 1.9.3",
5591 "indoc",
5592 "parking_lot",
5593 "paths",
5594 "pretty_assertions",
5595 "serde",
5596 "strum",
5597 "util",
5598]
5599
5600[[package]]
5601name = "indexmap"
5602version = "1.9.3"
5603source = "registry+https://github.com/rust-lang/crates.io-index"
5604checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
5605dependencies = [
5606 "autocfg",
5607 "hashbrown 0.12.3",
5608 "serde",
5609]
5610
5611[[package]]
5612name = "indexmap"
5613version = "2.4.0"
5614source = "registry+https://github.com/rust-lang/crates.io-index"
5615checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
5616dependencies = [
5617 "equivalent",
5618 "hashbrown 0.14.5",
5619 "serde",
5620]
5621
5622[[package]]
5623name = "indoc"
5624version = "2.0.5"
5625source = "registry+https://github.com/rust-lang/crates.io-index"
5626checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
5627
5628[[package]]
5629name = "infer"
5630version = "0.2.3"
5631source = "registry+https://github.com/rust-lang/crates.io-index"
5632checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
5633
5634[[package]]
5635name = "inherent"
5636version = "1.0.11"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
5639dependencies = [
5640 "proc-macro2",
5641 "quote",
5642 "syn 2.0.76",
5643]
5644
5645[[package]]
5646name = "inline_completion_button"
5647version = "0.1.0"
5648dependencies = [
5649 "anyhow",
5650 "copilot",
5651 "editor",
5652 "fs",
5653 "futures 0.3.30",
5654 "gpui",
5655 "indoc",
5656 "language",
5657 "lsp",
5658 "paths",
5659 "project",
5660 "serde_json",
5661 "settings",
5662 "supermaven",
5663 "theme",
5664 "ui",
5665 "util",
5666 "workspace",
5667 "zed_actions",
5668]
5669
5670[[package]]
5671name = "inotify"
5672version = "0.9.6"
5673source = "registry+https://github.com/rust-lang/crates.io-index"
5674checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5675dependencies = [
5676 "bitflags 1.3.2",
5677 "inotify-sys",
5678 "libc",
5679]
5680
5681[[package]]
5682name = "inotify-sys"
5683version = "0.1.5"
5684source = "registry+https://github.com/rust-lang/crates.io-index"
5685checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5686dependencies = [
5687 "libc",
5688]
5689
5690[[package]]
5691name = "inout"
5692version = "0.1.3"
5693source = "registry+https://github.com/rust-lang/crates.io-index"
5694checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
5695dependencies = [
5696 "block-padding",
5697 "generic-array",
5698]
5699
5700[[package]]
5701name = "install_cli"
5702version = "0.1.0"
5703dependencies = [
5704 "anyhow",
5705 "gpui",
5706 "smol",
5707 "util",
5708]
5709
5710[[package]]
5711name = "instant"
5712version = "0.1.13"
5713source = "registry+https://github.com/rust-lang/crates.io-index"
5714checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
5715dependencies = [
5716 "cfg-if",
5717]
5718
5719[[package]]
5720name = "interpolate_name"
5721version = "0.2.4"
5722source = "registry+https://github.com/rust-lang/crates.io-index"
5723checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
5724dependencies = [
5725 "proc-macro2",
5726 "quote",
5727 "syn 2.0.76",
5728]
5729
5730[[package]]
5731name = "io-extras"
5732version = "0.18.2"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
5735dependencies = [
5736 "io-lifetimes 2.0.3",
5737 "windows-sys 0.52.0",
5738]
5739
5740[[package]]
5741name = "io-lifetimes"
5742version = "1.0.11"
5743source = "registry+https://github.com/rust-lang/crates.io-index"
5744checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
5745dependencies = [
5746 "hermit-abi 0.3.9",
5747 "libc",
5748 "windows-sys 0.48.0",
5749]
5750
5751[[package]]
5752name = "io-lifetimes"
5753version = "2.0.3"
5754source = "registry+https://github.com/rust-lang/crates.io-index"
5755checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
5756
5757[[package]]
5758name = "iovec"
5759version = "0.1.4"
5760source = "registry+https://github.com/rust-lang/crates.io-index"
5761checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
5762dependencies = [
5763 "libc",
5764]
5765
5766[[package]]
5767name = "ipc-channel"
5768version = "0.18.2"
5769source = "registry+https://github.com/rust-lang/crates.io-index"
5770checksum = "e46231d1db8ea8f874012b1b87efb9e968f763c577220372a9c7caadce1448da"
5771dependencies = [
5772 "bincode",
5773 "crossbeam-channel",
5774 "fnv",
5775 "lazy_static",
5776 "libc",
5777 "mio 1.0.2",
5778 "rand 0.8.5",
5779 "serde",
5780 "tempfile",
5781 "uuid",
5782 "windows 0.48.0",
5783]
5784
5785[[package]]
5786name = "ipnet"
5787version = "2.9.0"
5788source = "registry+https://github.com/rust-lang/crates.io-index"
5789checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
5790
5791[[package]]
5792name = "is-docker"
5793version = "0.2.0"
5794source = "registry+https://github.com/rust-lang/crates.io-index"
5795checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
5796dependencies = [
5797 "once_cell",
5798]
5799
5800[[package]]
5801name = "is-terminal"
5802version = "0.4.13"
5803source = "registry+https://github.com/rust-lang/crates.io-index"
5804checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
5805dependencies = [
5806 "hermit-abi 0.4.0",
5807 "libc",
5808 "windows-sys 0.52.0",
5809]
5810
5811[[package]]
5812name = "is-wsl"
5813version = "0.4.0"
5814source = "registry+https://github.com/rust-lang/crates.io-index"
5815checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
5816dependencies = [
5817 "is-docker",
5818 "once_cell",
5819]
5820
5821[[package]]
5822name = "is_terminal_polyfill"
5823version = "1.70.1"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
5826
5827[[package]]
5828name = "isahc"
5829version = "1.7.2"
5830source = "registry+https://github.com/rust-lang/crates.io-index"
5831checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
5832dependencies = [
5833 "async-channel 1.9.0",
5834 "castaway",
5835 "crossbeam-utils",
5836 "curl",
5837 "curl-sys",
5838 "encoding_rs",
5839 "event-listener 2.5.3",
5840 "futures-lite 1.13.0",
5841 "http 0.2.12",
5842 "log",
5843 "mime",
5844 "once_cell",
5845 "polling 2.8.0",
5846 "slab",
5847 "sluice",
5848 "tracing",
5849 "tracing-futures",
5850 "url",
5851 "waker-fn",
5852]
5853
5854[[package]]
5855name = "itertools"
5856version = "0.10.5"
5857source = "registry+https://github.com/rust-lang/crates.io-index"
5858checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
5859dependencies = [
5860 "either",
5861]
5862
5863[[package]]
5864name = "itertools"
5865version = "0.11.0"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
5868dependencies = [
5869 "either",
5870]
5871
5872[[package]]
5873name = "itertools"
5874version = "0.12.1"
5875source = "registry+https://github.com/rust-lang/crates.io-index"
5876checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
5877dependencies = [
5878 "either",
5879]
5880
5881[[package]]
5882name = "itoa"
5883version = "1.0.11"
5884source = "registry+https://github.com/rust-lang/crates.io-index"
5885checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
5886
5887[[package]]
5888name = "jni"
5889version = "0.21.1"
5890source = "registry+https://github.com/rust-lang/crates.io-index"
5891checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
5892dependencies = [
5893 "cesu8",
5894 "cfg-if",
5895 "combine",
5896 "jni-sys",
5897 "log",
5898 "thiserror",
5899 "walkdir",
5900 "windows-sys 0.45.0",
5901]
5902
5903[[package]]
5904name = "jni-sys"
5905version = "0.3.0"
5906source = "registry+https://github.com/rust-lang/crates.io-index"
5907checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
5908
5909[[package]]
5910name = "jobserver"
5911version = "0.1.32"
5912source = "registry+https://github.com/rust-lang/crates.io-index"
5913checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
5914dependencies = [
5915 "libc",
5916]
5917
5918[[package]]
5919name = "journal"
5920version = "0.1.0"
5921dependencies = [
5922 "anyhow",
5923 "chrono",
5924 "editor",
5925 "gpui",
5926 "log",
5927 "schemars",
5928 "serde",
5929 "settings",
5930 "shellexpand 2.1.2",
5931 "workspace",
5932]
5933
5934[[package]]
5935name = "jpeg-decoder"
5936version = "0.3.1"
5937source = "registry+https://github.com/rust-lang/crates.io-index"
5938checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
5939
5940[[package]]
5941name = "js-sys"
5942version = "0.3.70"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
5945dependencies = [
5946 "wasm-bindgen",
5947]
5948
5949[[package]]
5950name = "jsonwebtoken"
5951version = "9.3.0"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
5954dependencies = [
5955 "base64 0.21.7",
5956 "js-sys",
5957 "pem",
5958 "ring",
5959 "serde",
5960 "serde_json",
5961 "simple_asn1",
5962]
5963
5964[[package]]
5965name = "khronos-egl"
5966version = "6.0.0"
5967source = "registry+https://github.com/rust-lang/crates.io-index"
5968checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
5969dependencies = [
5970 "libc",
5971 "libloading",
5972]
5973
5974[[package]]
5975name = "kqueue"
5976version = "1.0.8"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
5979dependencies = [
5980 "kqueue-sys",
5981 "libc",
5982]
5983
5984[[package]]
5985name = "kqueue-sys"
5986version = "1.0.4"
5987source = "registry+https://github.com/rust-lang/crates.io-index"
5988checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
5989dependencies = [
5990 "bitflags 1.3.2",
5991 "libc",
5992]
5993
5994[[package]]
5995name = "kurbo"
5996version = "0.11.0"
5997source = "registry+https://github.com/rust-lang/crates.io-index"
5998checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
5999dependencies = [
6000 "arrayvec",
6001 "smallvec",
6002]
6003
6004[[package]]
6005name = "kv-log-macro"
6006version = "1.0.7"
6007source = "registry+https://github.com/rust-lang/crates.io-index"
6008checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6009dependencies = [
6010 "log",
6011]
6012
6013[[package]]
6014name = "language"
6015version = "0.1.0"
6016dependencies = [
6017 "anyhow",
6018 "async-trait",
6019 "async-watch",
6020 "clock",
6021 "collections",
6022 "ctor",
6023 "env_logger",
6024 "futures 0.3.30",
6025 "fuzzy",
6026 "git",
6027 "globset",
6028 "gpui",
6029 "http_client",
6030 "indoc",
6031 "itertools 0.11.0",
6032 "log",
6033 "lsp",
6034 "parking_lot",
6035 "postage",
6036 "pulldown-cmark",
6037 "rand 0.8.5",
6038 "regex",
6039 "rpc",
6040 "schemars",
6041 "serde",
6042 "serde_json",
6043 "settings",
6044 "similar",
6045 "smallvec",
6046 "smol",
6047 "strsim",
6048 "sum_tree",
6049 "task",
6050 "text",
6051 "theme",
6052 "tree-sitter",
6053 "tree-sitter-elixir",
6054 "tree-sitter-embedded-template",
6055 "tree-sitter-heex",
6056 "tree-sitter-html",
6057 "tree-sitter-json",
6058 "tree-sitter-md",
6059 "tree-sitter-ruby",
6060 "tree-sitter-rust",
6061 "tree-sitter-typescript",
6062 "unicase",
6063 "unindent",
6064 "util",
6065]
6066
6067[[package]]
6068name = "language_model"
6069version = "0.1.0"
6070dependencies = [
6071 "anthropic",
6072 "anyhow",
6073 "base64 0.22.1",
6074 "client",
6075 "collections",
6076 "copilot",
6077 "ctor",
6078 "editor",
6079 "env_logger",
6080 "feature_flags",
6081 "futures 0.3.30",
6082 "google_ai",
6083 "gpui",
6084 "http_client",
6085 "image",
6086 "inline_completion_button",
6087 "language",
6088 "log",
6089 "menu",
6090 "ollama",
6091 "open_ai",
6092 "parking_lot",
6093 "project",
6094 "proto",
6095 "rand 0.8.5",
6096 "schemars",
6097 "serde",
6098 "serde_json",
6099 "settings",
6100 "smol",
6101 "strum",
6102 "text",
6103 "theme",
6104 "tiktoken-rs",
6105 "ui",
6106 "unindent",
6107 "util",
6108]
6109
6110[[package]]
6111name = "language_selector"
6112version = "0.1.0"
6113dependencies = [
6114 "anyhow",
6115 "editor",
6116 "fuzzy",
6117 "gpui",
6118 "language",
6119 "picker",
6120 "project",
6121 "ui",
6122 "util",
6123 "workspace",
6124]
6125
6126[[package]]
6127name = "language_tools"
6128version = "0.1.0"
6129dependencies = [
6130 "anyhow",
6131 "client",
6132 "collections",
6133 "copilot",
6134 "editor",
6135 "env_logger",
6136 "futures 0.3.30",
6137 "gpui",
6138 "language",
6139 "lsp",
6140 "project",
6141 "release_channel",
6142 "serde_json",
6143 "settings",
6144 "theme",
6145 "tree-sitter",
6146 "ui",
6147 "util",
6148 "workspace",
6149]
6150
6151[[package]]
6152name = "languages"
6153version = "0.1.0"
6154dependencies = [
6155 "anyhow",
6156 "async-compression",
6157 "async-tar",
6158 "async-trait",
6159 "collections",
6160 "feature_flags",
6161 "futures 0.3.30",
6162 "gpui",
6163 "http_client",
6164 "language",
6165 "log",
6166 "lsp",
6167 "node_runtime",
6168 "paths",
6169 "project",
6170 "protols-tree-sitter-proto",
6171 "regex",
6172 "rope",
6173 "rust-embed",
6174 "serde",
6175 "serde_json",
6176 "settings",
6177 "smol",
6178 "task",
6179 "text",
6180 "theme",
6181 "toml 0.8.19",
6182 "tree-sitter",
6183 "tree-sitter-bash",
6184 "tree-sitter-c",
6185 "tree-sitter-cpp",
6186 "tree-sitter-css",
6187 "tree-sitter-go",
6188 "tree-sitter-gomod",
6189 "tree-sitter-gowork",
6190 "tree-sitter-jsdoc",
6191 "tree-sitter-json",
6192 "tree-sitter-md",
6193 "tree-sitter-python",
6194 "tree-sitter-regex",
6195 "tree-sitter-rust",
6196 "tree-sitter-typescript",
6197 "tree-sitter-yaml",
6198 "unindent",
6199 "util",
6200 "workspace",
6201]
6202
6203[[package]]
6204name = "lazy_static"
6205version = "1.5.0"
6206source = "registry+https://github.com/rust-lang/crates.io-index"
6207checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6208dependencies = [
6209 "spin",
6210]
6211
6212[[package]]
6213name = "lazycell"
6214version = "1.3.0"
6215source = "registry+https://github.com/rust-lang/crates.io-index"
6216checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
6217
6218[[package]]
6219name = "leb128"
6220version = "0.2.5"
6221source = "registry+https://github.com/rust-lang/crates.io-index"
6222checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6223
6224[[package]]
6225name = "lebe"
6226version = "0.5.2"
6227source = "registry+https://github.com/rust-lang/crates.io-index"
6228checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6229
6230[[package]]
6231name = "libc"
6232version = "0.2.158"
6233source = "registry+https://github.com/rust-lang/crates.io-index"
6234checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
6235
6236[[package]]
6237name = "libdbus-sys"
6238version = "0.2.5"
6239source = "registry+https://github.com/rust-lang/crates.io-index"
6240checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6241dependencies = [
6242 "cc",
6243 "pkg-config",
6244]
6245
6246[[package]]
6247name = "libfuzzer-sys"
6248version = "0.4.7"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
6251dependencies = [
6252 "arbitrary",
6253 "cc",
6254 "once_cell",
6255]
6256
6257[[package]]
6258name = "libgit2-sys"
6259version = "0.17.0+1.8.1"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6262dependencies = [
6263 "cc",
6264 "libc",
6265 "libz-sys",
6266 "pkg-config",
6267]
6268
6269[[package]]
6270name = "libloading"
6271version = "0.8.5"
6272source = "registry+https://github.com/rust-lang/crates.io-index"
6273checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
6274dependencies = [
6275 "cfg-if",
6276 "windows-targets 0.52.6",
6277]
6278
6279[[package]]
6280name = "libm"
6281version = "0.2.8"
6282source = "registry+https://github.com/rust-lang/crates.io-index"
6283checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
6284
6285[[package]]
6286name = "libmimalloc-sys"
6287version = "0.1.39"
6288source = "registry+https://github.com/rust-lang/crates.io-index"
6289checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6290dependencies = [
6291 "cc",
6292 "libc",
6293]
6294
6295[[package]]
6296name = "libredox"
6297version = "0.1.3"
6298source = "registry+https://github.com/rust-lang/crates.io-index"
6299checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6300dependencies = [
6301 "bitflags 2.6.0",
6302 "libc",
6303 "redox_syscall 0.5.3",
6304]
6305
6306[[package]]
6307name = "libsqlite3-sys"
6308version = "0.26.0"
6309source = "registry+https://github.com/rust-lang/crates.io-index"
6310checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
6311dependencies = [
6312 "cc",
6313 "pkg-config",
6314 "vcpkg",
6315]
6316
6317[[package]]
6318name = "libz-sys"
6319version = "1.1.20"
6320source = "registry+https://github.com/rust-lang/crates.io-index"
6321checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6322dependencies = [
6323 "cc",
6324 "libc",
6325 "pkg-config",
6326 "vcpkg",
6327]
6328
6329[[package]]
6330name = "linkify"
6331version = "0.10.0"
6332source = "registry+https://github.com/rust-lang/crates.io-index"
6333checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
6334dependencies = [
6335 "memchr",
6336]
6337
6338[[package]]
6339name = "linkme"
6340version = "0.3.28"
6341source = "registry+https://github.com/rust-lang/crates.io-index"
6342checksum = "3c943daedff228392b791b33bba32e75737756e80a613e32e246c6ce9cbab20a"
6343dependencies = [
6344 "linkme-impl",
6345]
6346
6347[[package]]
6348name = "linkme-impl"
6349version = "0.3.28"
6350source = "registry+https://github.com/rust-lang/crates.io-index"
6351checksum = "cb26336e6dc7cc76e7927d2c9e7e3bb376d7af65a6f56a0b16c47d18a9b1abc5"
6352dependencies = [
6353 "proc-macro2",
6354 "quote",
6355 "syn 2.0.76",
6356]
6357
6358[[package]]
6359name = "linux-raw-sys"
6360version = "0.3.8"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6363
6364[[package]]
6365name = "linux-raw-sys"
6366version = "0.4.14"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
6369
6370[[package]]
6371name = "live_kit_client"
6372version = "0.1.0"
6373dependencies = [
6374 "anyhow",
6375 "async-broadcast",
6376 "async-trait",
6377 "collections",
6378 "core-foundation",
6379 "futures 0.3.30",
6380 "gpui",
6381 "live_kit_server",
6382 "log",
6383 "media",
6384 "nanoid",
6385 "parking_lot",
6386 "postage",
6387 "serde",
6388 "serde_json",
6389 "sha2",
6390 "simplelog",
6391]
6392
6393[[package]]
6394name = "live_kit_server"
6395version = "0.1.0"
6396dependencies = [
6397 "anyhow",
6398 "async-trait",
6399 "jsonwebtoken",
6400 "log",
6401 "prost",
6402 "prost-build",
6403 "prost-types",
6404 "reqwest",
6405 "serde",
6406]
6407
6408[[package]]
6409name = "lmdb-master-sys"
6410version = "0.2.4"
6411source = "registry+https://github.com/rust-lang/crates.io-index"
6412checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6413dependencies = [
6414 "cc",
6415 "doxygen-rs",
6416 "libc",
6417]
6418
6419[[package]]
6420name = "lock_api"
6421version = "0.4.12"
6422source = "registry+https://github.com/rust-lang/crates.io-index"
6423checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6424dependencies = [
6425 "autocfg",
6426 "scopeguard",
6427]
6428
6429[[package]]
6430name = "log"
6431version = "0.4.22"
6432source = "registry+https://github.com/rust-lang/crates.io-index"
6433checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6434dependencies = [
6435 "serde",
6436 "value-bag",
6437]
6438
6439[[package]]
6440name = "loop9"
6441version = "0.1.5"
6442source = "registry+https://github.com/rust-lang/crates.io-index"
6443checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6444dependencies = [
6445 "imgref",
6446]
6447
6448[[package]]
6449name = "lru"
6450version = "0.12.4"
6451source = "registry+https://github.com/rust-lang/crates.io-index"
6452checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6453dependencies = [
6454 "hashbrown 0.14.5",
6455]
6456
6457[[package]]
6458name = "lsp"
6459version = "0.1.0"
6460dependencies = [
6461 "anyhow",
6462 "async-pipe",
6463 "collections",
6464 "ctor",
6465 "env_logger",
6466 "futures 0.3.30",
6467 "gpui",
6468 "log",
6469 "lsp-types",
6470 "parking_lot",
6471 "postage",
6472 "release_channel",
6473 "serde",
6474 "serde_json",
6475 "smol",
6476 "util",
6477 "windows 0.58.0",
6478]
6479
6480[[package]]
6481name = "lsp-types"
6482version = "0.95.1"
6483source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
6484dependencies = [
6485 "bitflags 1.3.2",
6486 "serde",
6487 "serde_json",
6488 "serde_repr",
6489 "url",
6490]
6491
6492[[package]]
6493name = "lz4"
6494version = "1.26.0"
6495source = "registry+https://github.com/rust-lang/crates.io-index"
6496checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
6497dependencies = [
6498 "libc",
6499 "lz4-sys",
6500]
6501
6502[[package]]
6503name = "lz4-sys"
6504version = "1.10.0"
6505source = "registry+https://github.com/rust-lang/crates.io-index"
6506checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
6507dependencies = [
6508 "cc",
6509 "libc",
6510]
6511
6512[[package]]
6513name = "mac"
6514version = "0.1.1"
6515source = "registry+https://github.com/rust-lang/crates.io-index"
6516checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6517
6518[[package]]
6519name = "mach2"
6520version = "0.4.2"
6521source = "registry+https://github.com/rust-lang/crates.io-index"
6522checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
6523dependencies = [
6524 "libc",
6525]
6526
6527[[package]]
6528name = "malloc_buf"
6529version = "0.0.6"
6530source = "registry+https://github.com/rust-lang/crates.io-index"
6531checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6532dependencies = [
6533 "libc",
6534]
6535
6536[[package]]
6537name = "maplit"
6538version = "1.0.2"
6539source = "registry+https://github.com/rust-lang/crates.io-index"
6540checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
6541
6542[[package]]
6543name = "markdown"
6544version = "0.1.0"
6545dependencies = [
6546 "anyhow",
6547 "assets",
6548 "env_logger",
6549 "futures 0.3.30",
6550 "gpui",
6551 "language",
6552 "languages",
6553 "linkify",
6554 "log",
6555 "node_runtime",
6556 "pulldown-cmark",
6557 "settings",
6558 "theme",
6559 "ui",
6560 "util",
6561]
6562
6563[[package]]
6564name = "markdown_preview"
6565version = "0.1.0"
6566dependencies = [
6567 "anyhow",
6568 "async-recursion 1.1.1",
6569 "collections",
6570 "editor",
6571 "gpui",
6572 "language",
6573 "linkify",
6574 "log",
6575 "pretty_assertions",
6576 "pulldown-cmark",
6577 "theme",
6578 "ui",
6579 "workspace",
6580]
6581
6582[[package]]
6583name = "markup5ever"
6584version = "0.12.1"
6585source = "registry+https://github.com/rust-lang/crates.io-index"
6586checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
6587dependencies = [
6588 "log",
6589 "phf",
6590 "phf_codegen",
6591 "string_cache",
6592 "string_cache_codegen",
6593 "tendril",
6594]
6595
6596[[package]]
6597name = "markup5ever_rcdom"
6598version = "0.3.0"
6599source = "registry+https://github.com/rust-lang/crates.io-index"
6600checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
6601dependencies = [
6602 "html5ever",
6603 "markup5ever",
6604 "tendril",
6605 "xml5ever",
6606]
6607
6608[[package]]
6609name = "matchers"
6610version = "0.1.0"
6611source = "registry+https://github.com/rust-lang/crates.io-index"
6612checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6613dependencies = [
6614 "regex-automata 0.1.10",
6615]
6616
6617[[package]]
6618name = "matchit"
6619version = "0.7.3"
6620source = "registry+https://github.com/rust-lang/crates.io-index"
6621checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6622
6623[[package]]
6624name = "maybe-owned"
6625version = "0.3.4"
6626source = "registry+https://github.com/rust-lang/crates.io-index"
6627checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6628
6629[[package]]
6630name = "maybe-rayon"
6631version = "0.1.1"
6632source = "registry+https://github.com/rust-lang/crates.io-index"
6633checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
6634dependencies = [
6635 "cfg-if",
6636]
6637
6638[[package]]
6639name = "md-5"
6640version = "0.10.6"
6641source = "registry+https://github.com/rust-lang/crates.io-index"
6642checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
6643dependencies = [
6644 "cfg-if",
6645 "digest",
6646]
6647
6648[[package]]
6649name = "mdbook"
6650version = "0.4.40"
6651source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
6653dependencies = [
6654 "ammonia",
6655 "anyhow",
6656 "chrono",
6657 "clap",
6658 "clap_complete",
6659 "elasticlunr-rs",
6660 "env_logger",
6661 "futures-util",
6662 "handlebars 5.1.2",
6663 "ignore",
6664 "log",
6665 "memchr",
6666 "notify",
6667 "notify-debouncer-mini",
6668 "once_cell",
6669 "opener",
6670 "pathdiff",
6671 "pulldown-cmark",
6672 "regex",
6673 "serde",
6674 "serde_json",
6675 "shlex",
6676 "tempfile",
6677 "tokio",
6678 "toml 0.5.11",
6679 "topological-sort",
6680 "walkdir",
6681 "warp",
6682]
6683
6684[[package]]
6685name = "media"
6686version = "0.1.0"
6687dependencies = [
6688 "anyhow",
6689 "bindgen 0.65.1",
6690 "core-foundation",
6691 "foreign-types 0.5.0",
6692 "metal",
6693 "objc",
6694]
6695
6696[[package]]
6697name = "memchr"
6698version = "2.7.4"
6699source = "registry+https://github.com/rust-lang/crates.io-index"
6700checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
6701
6702[[package]]
6703name = "memfd"
6704version = "0.6.4"
6705source = "registry+https://github.com/rust-lang/crates.io-index"
6706checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6707dependencies = [
6708 "rustix 0.38.35",
6709]
6710
6711[[package]]
6712name = "memmap2"
6713version = "0.9.4"
6714source = "registry+https://github.com/rust-lang/crates.io-index"
6715checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6716dependencies = [
6717 "libc",
6718]
6719
6720[[package]]
6721name = "memoffset"
6722version = "0.9.1"
6723source = "registry+https://github.com/rust-lang/crates.io-index"
6724checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
6725dependencies = [
6726 "autocfg",
6727]
6728
6729[[package]]
6730name = "menu"
6731version = "0.1.0"
6732dependencies = [
6733 "gpui",
6734 "serde",
6735]
6736
6737[[package]]
6738name = "metal"
6739version = "0.29.0"
6740source = "registry+https://github.com/rust-lang/crates.io-index"
6741checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
6742dependencies = [
6743 "bitflags 2.6.0",
6744 "block",
6745 "core-graphics-types",
6746 "foreign-types 0.5.0",
6747 "log",
6748 "objc",
6749 "paste",
6750]
6751
6752[[package]]
6753name = "mimalloc"
6754version = "0.1.43"
6755source = "registry+https://github.com/rust-lang/crates.io-index"
6756checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
6757dependencies = [
6758 "libmimalloc-sys",
6759]
6760
6761[[package]]
6762name = "mime"
6763version = "0.3.17"
6764source = "registry+https://github.com/rust-lang/crates.io-index"
6765checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
6766
6767[[package]]
6768name = "mime_guess"
6769version = "2.0.5"
6770source = "registry+https://github.com/rust-lang/crates.io-index"
6771checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
6772dependencies = [
6773 "mime",
6774 "unicase",
6775]
6776
6777[[package]]
6778name = "minimal-lexical"
6779version = "0.2.1"
6780source = "registry+https://github.com/rust-lang/crates.io-index"
6781checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
6782
6783[[package]]
6784name = "miniz_oxide"
6785version = "0.7.4"
6786source = "registry+https://github.com/rust-lang/crates.io-index"
6787checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
6788dependencies = [
6789 "adler",
6790 "simd-adler32",
6791]
6792
6793[[package]]
6794name = "miniz_oxide"
6795version = "0.8.0"
6796source = "registry+https://github.com/rust-lang/crates.io-index"
6797checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
6798dependencies = [
6799 "adler2",
6800]
6801
6802[[package]]
6803name = "mint"
6804version = "0.5.9"
6805source = "registry+https://github.com/rust-lang/crates.io-index"
6806checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
6807
6808[[package]]
6809name = "mio"
6810version = "0.8.11"
6811source = "registry+https://github.com/rust-lang/crates.io-index"
6812checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
6813dependencies = [
6814 "libc",
6815 "log",
6816 "wasi 0.11.0+wasi-snapshot-preview1",
6817 "windows-sys 0.48.0",
6818]
6819
6820[[package]]
6821name = "mio"
6822version = "1.0.2"
6823source = "registry+https://github.com/rust-lang/crates.io-index"
6824checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
6825dependencies = [
6826 "hermit-abi 0.3.9",
6827 "libc",
6828 "log",
6829 "wasi 0.11.0+wasi-snapshot-preview1",
6830 "windows-sys 0.52.0",
6831]
6832
6833[[package]]
6834name = "miow"
6835version = "0.6.0"
6836source = "registry+https://github.com/rust-lang/crates.io-index"
6837checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
6838dependencies = [
6839 "windows-sys 0.48.0",
6840]
6841
6842[[package]]
6843name = "multi_buffer"
6844version = "0.1.0"
6845dependencies = [
6846 "anyhow",
6847 "clock",
6848 "collections",
6849 "ctor",
6850 "env_logger",
6851 "futures 0.3.30",
6852 "git",
6853 "gpui",
6854 "itertools 0.11.0",
6855 "language",
6856 "log",
6857 "parking_lot",
6858 "rand 0.8.5",
6859 "serde",
6860 "settings",
6861 "smallvec",
6862 "sum_tree",
6863 "text",
6864 "theme",
6865 "util",
6866]
6867
6868[[package]]
6869name = "multimap"
6870version = "0.8.3"
6871source = "registry+https://github.com/rust-lang/crates.io-index"
6872checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
6873
6874[[package]]
6875name = "naga"
6876version = "22.1.0"
6877source = "registry+https://github.com/rust-lang/crates.io-index"
6878checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
6879dependencies = [
6880 "arrayvec",
6881 "bit-set 0.6.0",
6882 "bitflags 2.6.0",
6883 "cfg_aliases 0.1.1",
6884 "codespan-reporting",
6885 "hexf-parse",
6886 "indexmap 2.4.0",
6887 "log",
6888 "rustc-hash",
6889 "spirv",
6890 "termcolor",
6891 "thiserror",
6892 "unicode-xid",
6893]
6894
6895[[package]]
6896name = "nanoid"
6897version = "0.4.0"
6898source = "registry+https://github.com/rust-lang/crates.io-index"
6899checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
6900dependencies = [
6901 "rand 0.8.5",
6902]
6903
6904[[package]]
6905name = "nanorand"
6906version = "0.7.0"
6907source = "registry+https://github.com/rust-lang/crates.io-index"
6908checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
6909dependencies = [
6910 "getrandom 0.2.15",
6911]
6912
6913[[package]]
6914name = "native-tls"
6915version = "0.2.12"
6916source = "registry+https://github.com/rust-lang/crates.io-index"
6917checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
6918dependencies = [
6919 "libc",
6920 "log",
6921 "openssl",
6922 "openssl-probe",
6923 "openssl-sys",
6924 "schannel",
6925 "security-framework",
6926 "security-framework-sys",
6927 "tempfile",
6928]
6929
6930[[package]]
6931name = "ndk"
6932version = "0.8.0"
6933source = "registry+https://github.com/rust-lang/crates.io-index"
6934checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
6935dependencies = [
6936 "bitflags 2.6.0",
6937 "jni-sys",
6938 "log",
6939 "ndk-sys",
6940 "num_enum",
6941 "thiserror",
6942]
6943
6944[[package]]
6945name = "ndk-context"
6946version = "0.1.1"
6947source = "registry+https://github.com/rust-lang/crates.io-index"
6948checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
6949
6950[[package]]
6951name = "ndk-sys"
6952version = "0.5.0+25.2.9519653"
6953source = "registry+https://github.com/rust-lang/crates.io-index"
6954checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
6955dependencies = [
6956 "jni-sys",
6957]
6958
6959[[package]]
6960name = "new_debug_unreachable"
6961version = "1.0.6"
6962source = "registry+https://github.com/rust-lang/crates.io-index"
6963checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
6964
6965[[package]]
6966name = "nix"
6967version = "0.28.0"
6968source = "registry+https://github.com/rust-lang/crates.io-index"
6969checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
6970dependencies = [
6971 "bitflags 2.6.0",
6972 "cfg-if",
6973 "cfg_aliases 0.1.1",
6974 "libc",
6975]
6976
6977[[package]]
6978name = "nix"
6979version = "0.29.0"
6980source = "registry+https://github.com/rust-lang/crates.io-index"
6981checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
6982dependencies = [
6983 "bitflags 2.6.0",
6984 "cfg-if",
6985 "cfg_aliases 0.2.1",
6986 "libc",
6987 "memoffset",
6988]
6989
6990[[package]]
6991name = "node_runtime"
6992version = "0.1.0"
6993dependencies = [
6994 "anyhow",
6995 "async-compression",
6996 "async-std",
6997 "async-tar",
6998 "async-trait",
6999 "async_zip",
7000 "futures 0.3.30",
7001 "http_client",
7002 "log",
7003 "paths",
7004 "semver",
7005 "serde",
7006 "serde_json",
7007 "smol",
7008 "tempfile",
7009 "util",
7010 "walkdir",
7011 "windows 0.58.0",
7012]
7013
7014[[package]]
7015name = "nom"
7016version = "7.1.3"
7017source = "registry+https://github.com/rust-lang/crates.io-index"
7018checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7019dependencies = [
7020 "memchr",
7021 "minimal-lexical",
7022]
7023
7024[[package]]
7025name = "noop_proc_macro"
7026version = "0.3.0"
7027source = "registry+https://github.com/rust-lang/crates.io-index"
7028checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7029
7030[[package]]
7031name = "normpath"
7032version = "1.3.0"
7033source = "registry+https://github.com/rust-lang/crates.io-index"
7034checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7035dependencies = [
7036 "windows-sys 0.59.0",
7037]
7038
7039[[package]]
7040name = "notifications"
7041version = "0.1.0"
7042dependencies = [
7043 "anyhow",
7044 "channel",
7045 "client",
7046 "collections",
7047 "db",
7048 "gpui",
7049 "rpc",
7050 "settings",
7051 "sum_tree",
7052 "time",
7053 "util",
7054]
7055
7056[[package]]
7057name = "notify"
7058version = "6.1.1"
7059source = "registry+https://github.com/rust-lang/crates.io-index"
7060checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7061dependencies = [
7062 "bitflags 2.6.0",
7063 "crossbeam-channel",
7064 "filetime",
7065 "fsevent-sys 4.1.0",
7066 "inotify",
7067 "kqueue",
7068 "libc",
7069 "log",
7070 "mio 0.8.11",
7071 "walkdir",
7072 "windows-sys 0.48.0",
7073]
7074
7075[[package]]
7076name = "notify-debouncer-mini"
7077version = "0.4.1"
7078source = "registry+https://github.com/rust-lang/crates.io-index"
7079checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7080dependencies = [
7081 "crossbeam-channel",
7082 "log",
7083 "notify",
7084]
7085
7086[[package]]
7087name = "ntapi"
7088version = "0.4.1"
7089source = "registry+https://github.com/rust-lang/crates.io-index"
7090checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7091dependencies = [
7092 "winapi",
7093]
7094
7095[[package]]
7096name = "nu-ansi-term"
7097version = "0.46.0"
7098source = "registry+https://github.com/rust-lang/crates.io-index"
7099checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7100dependencies = [
7101 "overload",
7102 "winapi",
7103]
7104
7105[[package]]
7106name = "num"
7107version = "0.4.3"
7108source = "registry+https://github.com/rust-lang/crates.io-index"
7109checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7110dependencies = [
7111 "num-bigint",
7112 "num-complex",
7113 "num-integer",
7114 "num-iter",
7115 "num-rational",
7116 "num-traits",
7117]
7118
7119[[package]]
7120name = "num-bigint"
7121version = "0.4.6"
7122source = "registry+https://github.com/rust-lang/crates.io-index"
7123checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7124dependencies = [
7125 "num-integer",
7126 "num-traits",
7127]
7128
7129[[package]]
7130name = "num-bigint-dig"
7131version = "0.8.4"
7132source = "registry+https://github.com/rust-lang/crates.io-index"
7133checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7134dependencies = [
7135 "byteorder",
7136 "lazy_static",
7137 "libm",
7138 "num-integer",
7139 "num-iter",
7140 "num-traits",
7141 "rand 0.8.5",
7142 "serde",
7143 "smallvec",
7144 "zeroize",
7145]
7146
7147[[package]]
7148name = "num-complex"
7149version = "0.4.6"
7150source = "registry+https://github.com/rust-lang/crates.io-index"
7151checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7152dependencies = [
7153 "num-traits",
7154]
7155
7156[[package]]
7157name = "num-conv"
7158version = "0.1.0"
7159source = "registry+https://github.com/rust-lang/crates.io-index"
7160checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7161
7162[[package]]
7163name = "num-derive"
7164version = "0.4.2"
7165source = "registry+https://github.com/rust-lang/crates.io-index"
7166checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7167dependencies = [
7168 "proc-macro2",
7169 "quote",
7170 "syn 2.0.76",
7171]
7172
7173[[package]]
7174name = "num-format"
7175version = "0.4.4"
7176source = "registry+https://github.com/rust-lang/crates.io-index"
7177checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7178dependencies = [
7179 "arrayvec",
7180 "itoa",
7181]
7182
7183[[package]]
7184name = "num-integer"
7185version = "0.1.46"
7186source = "registry+https://github.com/rust-lang/crates.io-index"
7187checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7188dependencies = [
7189 "num-traits",
7190]
7191
7192[[package]]
7193name = "num-iter"
7194version = "0.1.45"
7195source = "registry+https://github.com/rust-lang/crates.io-index"
7196checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7197dependencies = [
7198 "autocfg",
7199 "num-integer",
7200 "num-traits",
7201]
7202
7203[[package]]
7204name = "num-rational"
7205version = "0.4.2"
7206source = "registry+https://github.com/rust-lang/crates.io-index"
7207checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7208dependencies = [
7209 "num-bigint",
7210 "num-integer",
7211 "num-traits",
7212]
7213
7214[[package]]
7215name = "num-traits"
7216version = "0.2.19"
7217source = "registry+https://github.com/rust-lang/crates.io-index"
7218checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7219dependencies = [
7220 "autocfg",
7221 "libm",
7222]
7223
7224[[package]]
7225name = "num_cpus"
7226version = "1.16.0"
7227source = "registry+https://github.com/rust-lang/crates.io-index"
7228checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7229dependencies = [
7230 "hermit-abi 0.3.9",
7231 "libc",
7232]
7233
7234[[package]]
7235name = "num_enum"
7236version = "0.7.3"
7237source = "registry+https://github.com/rust-lang/crates.io-index"
7238checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7239dependencies = [
7240 "num_enum_derive",
7241]
7242
7243[[package]]
7244name = "num_enum_derive"
7245version = "0.7.3"
7246source = "registry+https://github.com/rust-lang/crates.io-index"
7247checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7248dependencies = [
7249 "proc-macro-crate",
7250 "proc-macro2",
7251 "quote",
7252 "syn 2.0.76",
7253]
7254
7255[[package]]
7256name = "num_threads"
7257version = "0.1.7"
7258source = "registry+https://github.com/rust-lang/crates.io-index"
7259checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7260dependencies = [
7261 "libc",
7262]
7263
7264[[package]]
7265name = "nvim-rs"
7266version = "0.8.0-pre"
7267source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7268dependencies = [
7269 "async-trait",
7270 "futures 0.3.30",
7271 "log",
7272 "parity-tokio-ipc",
7273 "rmp",
7274 "rmpv",
7275 "tokio",
7276 "tokio-util",
7277 "winapi",
7278]
7279
7280[[package]]
7281name = "objc"
7282version = "0.2.7"
7283source = "registry+https://github.com/rust-lang/crates.io-index"
7284checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7285dependencies = [
7286 "malloc_buf",
7287]
7288
7289[[package]]
7290name = "object"
7291version = "0.33.0"
7292source = "registry+https://github.com/rust-lang/crates.io-index"
7293checksum = "d8dd6c0cdf9429bce006e1362bfce61fa1bfd8c898a643ed8d2b471934701d3d"
7294dependencies = [
7295 "crc32fast",
7296 "hashbrown 0.14.5",
7297 "indexmap 2.4.0",
7298 "memchr",
7299]
7300
7301[[package]]
7302name = "object"
7303version = "0.36.4"
7304source = "registry+https://github.com/rust-lang/crates.io-index"
7305checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
7306dependencies = [
7307 "memchr",
7308]
7309
7310[[package]]
7311name = "oboe"
7312version = "0.6.1"
7313source = "registry+https://github.com/rust-lang/crates.io-index"
7314checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7315dependencies = [
7316 "jni",
7317 "ndk",
7318 "ndk-context",
7319 "num-derive",
7320 "num-traits",
7321 "oboe-sys",
7322]
7323
7324[[package]]
7325name = "oboe-sys"
7326version = "0.6.1"
7327source = "registry+https://github.com/rust-lang/crates.io-index"
7328checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7329dependencies = [
7330 "cc",
7331]
7332
7333[[package]]
7334name = "ollama"
7335version = "0.1.0"
7336dependencies = [
7337 "anyhow",
7338 "futures 0.3.30",
7339 "http_client",
7340 "isahc",
7341 "schemars",
7342 "serde",
7343 "serde_json",
7344]
7345
7346[[package]]
7347name = "once_cell"
7348version = "1.19.0"
7349source = "registry+https://github.com/rust-lang/crates.io-index"
7350checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7351
7352[[package]]
7353name = "oo7"
7354version = "0.3.3"
7355source = "registry+https://github.com/rust-lang/crates.io-index"
7356checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7357dependencies = [
7358 "aes",
7359 "async-fs 2.1.2",
7360 "async-io 2.3.4",
7361 "async-lock 3.4.0",
7362 "async-net 2.0.0",
7363 "blocking",
7364 "cbc",
7365 "cipher",
7366 "digest",
7367 "endi",
7368 "futures-lite 2.3.0",
7369 "futures-util",
7370 "hkdf",
7371 "hmac",
7372 "md-5",
7373 "num",
7374 "num-bigint-dig",
7375 "pbkdf2",
7376 "rand 0.8.5",
7377 "serde",
7378 "sha2",
7379 "subtle",
7380 "zbus",
7381 "zeroize",
7382 "zvariant",
7383]
7384
7385[[package]]
7386name = "oorandom"
7387version = "11.1.4"
7388source = "registry+https://github.com/rust-lang/crates.io-index"
7389checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7390
7391[[package]]
7392name = "open"
7393version = "5.3.0"
7394source = "registry+https://github.com/rust-lang/crates.io-index"
7395checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7396dependencies = [
7397 "is-wsl",
7398 "libc",
7399 "pathdiff",
7400]
7401
7402[[package]]
7403name = "open_ai"
7404version = "0.1.0"
7405dependencies = [
7406 "anyhow",
7407 "futures 0.3.30",
7408 "http_client",
7409 "isahc",
7410 "schemars",
7411 "serde",
7412 "serde_json",
7413 "strum",
7414]
7415
7416[[package]]
7417name = "opener"
7418version = "0.7.2"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
7421dependencies = [
7422 "bstr",
7423 "dbus",
7424 "normpath",
7425 "windows-sys 0.59.0",
7426]
7427
7428[[package]]
7429name = "openssl"
7430version = "0.10.66"
7431source = "registry+https://github.com/rust-lang/crates.io-index"
7432checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7433dependencies = [
7434 "bitflags 2.6.0",
7435 "cfg-if",
7436 "foreign-types 0.3.2",
7437 "libc",
7438 "once_cell",
7439 "openssl-macros",
7440 "openssl-sys",
7441]
7442
7443[[package]]
7444name = "openssl-macros"
7445version = "0.1.1"
7446source = "registry+https://github.com/rust-lang/crates.io-index"
7447checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7448dependencies = [
7449 "proc-macro2",
7450 "quote",
7451 "syn 2.0.76",
7452]
7453
7454[[package]]
7455name = "openssl-probe"
7456version = "0.1.5"
7457source = "registry+https://github.com/rust-lang/crates.io-index"
7458checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7459
7460[[package]]
7461name = "openssl-src"
7462version = "300.3.1+3.3.1"
7463source = "registry+https://github.com/rust-lang/crates.io-index"
7464checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
7465dependencies = [
7466 "cc",
7467]
7468
7469[[package]]
7470name = "openssl-sys"
7471version = "0.9.103"
7472source = "registry+https://github.com/rust-lang/crates.io-index"
7473checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
7474dependencies = [
7475 "cc",
7476 "libc",
7477 "openssl-src",
7478 "pkg-config",
7479 "vcpkg",
7480]
7481
7482[[package]]
7483name = "option-ext"
7484version = "0.2.0"
7485source = "registry+https://github.com/rust-lang/crates.io-index"
7486checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7487
7488[[package]]
7489name = "ordered-float"
7490version = "2.10.1"
7491source = "registry+https://github.com/rust-lang/crates.io-index"
7492checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
7493dependencies = [
7494 "num-traits",
7495]
7496
7497[[package]]
7498name = "ordered-float"
7499version = "3.9.2"
7500source = "registry+https://github.com/rust-lang/crates.io-index"
7501checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
7502dependencies = [
7503 "num-traits",
7504]
7505
7506[[package]]
7507name = "ordered-stream"
7508version = "0.2.0"
7509source = "registry+https://github.com/rust-lang/crates.io-index"
7510checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7511dependencies = [
7512 "futures-core",
7513 "pin-project-lite",
7514]
7515
7516[[package]]
7517name = "ouroboros"
7518version = "0.17.2"
7519source = "registry+https://github.com/rust-lang/crates.io-index"
7520checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7521dependencies = [
7522 "aliasable",
7523 "ouroboros_macro",
7524 "static_assertions",
7525]
7526
7527[[package]]
7528name = "ouroboros_macro"
7529version = "0.17.2"
7530source = "registry+https://github.com/rust-lang/crates.io-index"
7531checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7532dependencies = [
7533 "heck 0.4.1",
7534 "proc-macro-error",
7535 "proc-macro2",
7536 "quote",
7537 "syn 2.0.76",
7538]
7539
7540[[package]]
7541name = "outline"
7542version = "0.1.0"
7543dependencies = [
7544 "editor",
7545 "fuzzy",
7546 "gpui",
7547 "indoc",
7548 "language",
7549 "menu",
7550 "ordered-float 2.10.1",
7551 "picker",
7552 "project",
7553 "rope",
7554 "serde_json",
7555 "smol",
7556 "theme",
7557 "tree-sitter-rust",
7558 "tree-sitter-typescript",
7559 "ui",
7560 "util",
7561 "workspace",
7562]
7563
7564[[package]]
7565name = "outline_panel"
7566version = "0.1.0"
7567dependencies = [
7568 "anyhow",
7569 "collections",
7570 "db",
7571 "editor",
7572 "file_icons",
7573 "fuzzy",
7574 "gpui",
7575 "itertools 0.11.0",
7576 "language",
7577 "log",
7578 "menu",
7579 "pretty_assertions",
7580 "project",
7581 "schemars",
7582 "search",
7583 "serde",
7584 "serde_json",
7585 "settings",
7586 "smol",
7587 "theme",
7588 "util",
7589 "workspace",
7590 "worktree",
7591]
7592
7593[[package]]
7594name = "outref"
7595version = "0.5.1"
7596source = "registry+https://github.com/rust-lang/crates.io-index"
7597checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7598
7599[[package]]
7600name = "overload"
7601version = "0.1.1"
7602source = "registry+https://github.com/rust-lang/crates.io-index"
7603checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7604
7605[[package]]
7606name = "p256"
7607version = "0.11.1"
7608source = "registry+https://github.com/rust-lang/crates.io-index"
7609checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7610dependencies = [
7611 "ecdsa",
7612 "elliptic-curve",
7613 "sha2",
7614]
7615
7616[[package]]
7617name = "page_size"
7618version = "0.6.0"
7619source = "registry+https://github.com/rust-lang/crates.io-index"
7620checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7621dependencies = [
7622 "libc",
7623 "winapi",
7624]
7625
7626[[package]]
7627name = "palette"
7628version = "0.7.6"
7629source = "registry+https://github.com/rust-lang/crates.io-index"
7630checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
7631dependencies = [
7632 "approx",
7633 "fast-srgb8",
7634 "palette_derive",
7635]
7636
7637[[package]]
7638name = "palette_derive"
7639version = "0.7.6"
7640source = "registry+https://github.com/rust-lang/crates.io-index"
7641checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
7642dependencies = [
7643 "by_address",
7644 "proc-macro2",
7645 "quote",
7646 "syn 2.0.76",
7647]
7648
7649[[package]]
7650name = "parity-tokio-ipc"
7651version = "0.9.0"
7652source = "registry+https://github.com/rust-lang/crates.io-index"
7653checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7654dependencies = [
7655 "futures 0.3.30",
7656 "libc",
7657 "log",
7658 "rand 0.7.3",
7659 "tokio",
7660 "winapi",
7661]
7662
7663[[package]]
7664name = "parking"
7665version = "2.2.0"
7666source = "registry+https://github.com/rust-lang/crates.io-index"
7667checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
7668
7669[[package]]
7670name = "parking_lot"
7671version = "0.12.3"
7672source = "registry+https://github.com/rust-lang/crates.io-index"
7673checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
7674dependencies = [
7675 "lock_api",
7676 "parking_lot_core",
7677]
7678
7679[[package]]
7680name = "parking_lot_core"
7681version = "0.9.10"
7682source = "registry+https://github.com/rust-lang/crates.io-index"
7683checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
7684dependencies = [
7685 "cfg-if",
7686 "libc",
7687 "redox_syscall 0.5.3",
7688 "smallvec",
7689 "windows-targets 0.52.6",
7690]
7691
7692[[package]]
7693name = "password-hash"
7694version = "0.5.0"
7695source = "registry+https://github.com/rust-lang/crates.io-index"
7696checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
7697dependencies = [
7698 "base64ct",
7699 "rand_core 0.6.4",
7700 "subtle",
7701]
7702
7703[[package]]
7704name = "paste"
7705version = "1.0.15"
7706source = "registry+https://github.com/rust-lang/crates.io-index"
7707checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
7708
7709[[package]]
7710name = "pathdiff"
7711version = "0.2.1"
7712source = "registry+https://github.com/rust-lang/crates.io-index"
7713checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
7714
7715[[package]]
7716name = "pathfinder_geometry"
7717version = "0.5.1"
7718source = "registry+https://github.com/rust-lang/crates.io-index"
7719checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
7720dependencies = [
7721 "log",
7722 "pathfinder_simd",
7723]
7724
7725[[package]]
7726name = "pathfinder_simd"
7727version = "0.5.4"
7728source = "registry+https://github.com/rust-lang/crates.io-index"
7729checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
7730dependencies = [
7731 "rustc_version",
7732]
7733
7734[[package]]
7735name = "paths"
7736version = "0.1.0"
7737dependencies = [
7738 "dirs 4.0.0",
7739 "util",
7740]
7741
7742[[package]]
7743name = "pbkdf2"
7744version = "0.12.2"
7745source = "registry+https://github.com/rust-lang/crates.io-index"
7746checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7747dependencies = [
7748 "digest",
7749 "hmac",
7750]
7751
7752[[package]]
7753name = "peeking_take_while"
7754version = "0.1.2"
7755source = "registry+https://github.com/rust-lang/crates.io-index"
7756checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
7757
7758[[package]]
7759name = "pem"
7760version = "3.0.4"
7761source = "registry+https://github.com/rust-lang/crates.io-index"
7762checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
7763dependencies = [
7764 "base64 0.22.1",
7765 "serde",
7766]
7767
7768[[package]]
7769name = "pem-rfc7468"
7770version = "0.7.0"
7771source = "registry+https://github.com/rust-lang/crates.io-index"
7772checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
7773dependencies = [
7774 "base64ct",
7775]
7776
7777[[package]]
7778name = "percent-encoding"
7779version = "2.3.1"
7780source = "registry+https://github.com/rust-lang/crates.io-index"
7781checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
7782
7783[[package]]
7784name = "perplexity"
7785version = "0.1.0"
7786dependencies = [
7787 "serde",
7788 "zed_extension_api 0.1.0",
7789]
7790
7791[[package]]
7792name = "pest"
7793version = "2.7.11"
7794source = "registry+https://github.com/rust-lang/crates.io-index"
7795checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
7796dependencies = [
7797 "memchr",
7798 "thiserror",
7799 "ucd-trie",
7800]
7801
7802[[package]]
7803name = "pest_derive"
7804version = "2.7.11"
7805source = "registry+https://github.com/rust-lang/crates.io-index"
7806checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
7807dependencies = [
7808 "pest",
7809 "pest_generator",
7810]
7811
7812[[package]]
7813name = "pest_generator"
7814version = "2.7.11"
7815source = "registry+https://github.com/rust-lang/crates.io-index"
7816checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
7817dependencies = [
7818 "pest",
7819 "pest_meta",
7820 "proc-macro2",
7821 "quote",
7822 "syn 2.0.76",
7823]
7824
7825[[package]]
7826name = "pest_meta"
7827version = "2.7.11"
7828source = "registry+https://github.com/rust-lang/crates.io-index"
7829checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
7830dependencies = [
7831 "once_cell",
7832 "pest",
7833 "sha2",
7834]
7835
7836[[package]]
7837name = "petgraph"
7838version = "0.6.5"
7839source = "registry+https://github.com/rust-lang/crates.io-index"
7840checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
7841dependencies = [
7842 "fixedbitset",
7843 "indexmap 2.4.0",
7844]
7845
7846[[package]]
7847name = "phf"
7848version = "0.11.2"
7849source = "registry+https://github.com/rust-lang/crates.io-index"
7850checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
7851dependencies = [
7852 "phf_macros",
7853 "phf_shared 0.11.2",
7854]
7855
7856[[package]]
7857name = "phf_codegen"
7858version = "0.11.2"
7859source = "registry+https://github.com/rust-lang/crates.io-index"
7860checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
7861dependencies = [
7862 "phf_generator 0.11.2",
7863 "phf_shared 0.11.2",
7864]
7865
7866[[package]]
7867name = "phf_generator"
7868version = "0.10.0"
7869source = "registry+https://github.com/rust-lang/crates.io-index"
7870checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
7871dependencies = [
7872 "phf_shared 0.10.0",
7873 "rand 0.8.5",
7874]
7875
7876[[package]]
7877name = "phf_generator"
7878version = "0.11.2"
7879source = "registry+https://github.com/rust-lang/crates.io-index"
7880checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
7881dependencies = [
7882 "phf_shared 0.11.2",
7883 "rand 0.8.5",
7884]
7885
7886[[package]]
7887name = "phf_macros"
7888version = "0.11.2"
7889source = "registry+https://github.com/rust-lang/crates.io-index"
7890checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
7891dependencies = [
7892 "phf_generator 0.11.2",
7893 "phf_shared 0.11.2",
7894 "proc-macro2",
7895 "quote",
7896 "syn 2.0.76",
7897]
7898
7899[[package]]
7900name = "phf_shared"
7901version = "0.10.0"
7902source = "registry+https://github.com/rust-lang/crates.io-index"
7903checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
7904dependencies = [
7905 "siphasher 0.3.11",
7906]
7907
7908[[package]]
7909name = "phf_shared"
7910version = "0.11.2"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
7913dependencies = [
7914 "siphasher 0.3.11",
7915]
7916
7917[[package]]
7918name = "picker"
7919version = "0.1.0"
7920dependencies = [
7921 "anyhow",
7922 "ctor",
7923 "editor",
7924 "env_logger",
7925 "gpui",
7926 "menu",
7927 "serde",
7928 "serde_json",
7929 "ui",
7930 "workspace",
7931]
7932
7933[[package]]
7934name = "pico-args"
7935version = "0.5.0"
7936source = "registry+https://github.com/rust-lang/crates.io-index"
7937checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
7938
7939[[package]]
7940name = "pin-project"
7941version = "1.1.5"
7942source = "registry+https://github.com/rust-lang/crates.io-index"
7943checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
7944dependencies = [
7945 "pin-project-internal",
7946]
7947
7948[[package]]
7949name = "pin-project-internal"
7950version = "1.1.5"
7951source = "registry+https://github.com/rust-lang/crates.io-index"
7952checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
7953dependencies = [
7954 "proc-macro2",
7955 "quote",
7956 "syn 2.0.76",
7957]
7958
7959[[package]]
7960name = "pin-project-lite"
7961version = "0.2.14"
7962source = "registry+https://github.com/rust-lang/crates.io-index"
7963checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
7964
7965[[package]]
7966name = "pin-utils"
7967version = "0.1.0"
7968source = "registry+https://github.com/rust-lang/crates.io-index"
7969checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
7970
7971[[package]]
7972name = "piper"
7973version = "0.2.4"
7974source = "registry+https://github.com/rust-lang/crates.io-index"
7975checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
7976dependencies = [
7977 "atomic-waker",
7978 "fastrand 2.1.1",
7979 "futures-io",
7980]
7981
7982[[package]]
7983name = "pkcs1"
7984version = "0.7.5"
7985source = "registry+https://github.com/rust-lang/crates.io-index"
7986checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
7987dependencies = [
7988 "der 0.7.9",
7989 "pkcs8 0.10.2",
7990 "spki 0.7.3",
7991]
7992
7993[[package]]
7994name = "pkcs8"
7995version = "0.9.0"
7996source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
7998dependencies = [
7999 "der 0.6.1",
8000 "spki 0.6.0",
8001]
8002
8003[[package]]
8004name = "pkcs8"
8005version = "0.10.2"
8006source = "registry+https://github.com/rust-lang/crates.io-index"
8007checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8008dependencies = [
8009 "der 0.7.9",
8010 "spki 0.7.3",
8011]
8012
8013[[package]]
8014name = "pkg-config"
8015version = "0.3.30"
8016source = "registry+https://github.com/rust-lang/crates.io-index"
8017checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8018
8019[[package]]
8020name = "plist"
8021version = "1.7.0"
8022source = "registry+https://github.com/rust-lang/crates.io-index"
8023checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8024dependencies = [
8025 "base64 0.22.1",
8026 "indexmap 2.4.0",
8027 "quick-xml 0.32.0",
8028 "serde",
8029 "time",
8030]
8031
8032[[package]]
8033name = "plotters"
8034version = "0.3.6"
8035source = "registry+https://github.com/rust-lang/crates.io-index"
8036checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8037dependencies = [
8038 "num-traits",
8039 "plotters-backend",
8040 "plotters-svg",
8041 "wasm-bindgen",
8042 "web-sys",
8043]
8044
8045[[package]]
8046name = "plotters-backend"
8047version = "0.3.6"
8048source = "registry+https://github.com/rust-lang/crates.io-index"
8049checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
8050
8051[[package]]
8052name = "plotters-svg"
8053version = "0.3.6"
8054source = "registry+https://github.com/rust-lang/crates.io-index"
8055checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
8056dependencies = [
8057 "plotters-backend",
8058]
8059
8060[[package]]
8061name = "png"
8062version = "0.17.13"
8063source = "registry+https://github.com/rust-lang/crates.io-index"
8064checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
8065dependencies = [
8066 "bitflags 1.3.2",
8067 "crc32fast",
8068 "fdeflate",
8069 "flate2",
8070 "miniz_oxide 0.7.4",
8071]
8072
8073[[package]]
8074name = "polling"
8075version = "2.8.0"
8076source = "registry+https://github.com/rust-lang/crates.io-index"
8077checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8078dependencies = [
8079 "autocfg",
8080 "bitflags 1.3.2",
8081 "cfg-if",
8082 "concurrent-queue",
8083 "libc",
8084 "log",
8085 "pin-project-lite",
8086 "windows-sys 0.48.0",
8087]
8088
8089[[package]]
8090name = "polling"
8091version = "3.7.3"
8092source = "registry+https://github.com/rust-lang/crates.io-index"
8093checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
8094dependencies = [
8095 "cfg-if",
8096 "concurrent-queue",
8097 "hermit-abi 0.4.0",
8098 "pin-project-lite",
8099 "rustix 0.38.35",
8100 "tracing",
8101 "windows-sys 0.59.0",
8102]
8103
8104[[package]]
8105name = "pollster"
8106version = "0.2.5"
8107source = "registry+https://github.com/rust-lang/crates.io-index"
8108checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
8109
8110[[package]]
8111name = "postage"
8112version = "0.5.0"
8113source = "registry+https://github.com/rust-lang/crates.io-index"
8114checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
8115dependencies = [
8116 "atomic",
8117 "crossbeam-queue",
8118 "futures 0.3.30",
8119 "log",
8120 "parking_lot",
8121 "pin-project",
8122 "pollster",
8123 "static_assertions",
8124 "thiserror",
8125]
8126
8127[[package]]
8128name = "postcard"
8129version = "1.0.10"
8130source = "registry+https://github.com/rust-lang/crates.io-index"
8131checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
8132dependencies = [
8133 "cobs",
8134 "embedded-io 0.4.0",
8135 "embedded-io 0.6.1",
8136 "serde",
8137]
8138
8139[[package]]
8140name = "powerfmt"
8141version = "0.2.0"
8142source = "registry+https://github.com/rust-lang/crates.io-index"
8143checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8144
8145[[package]]
8146name = "ppv-lite86"
8147version = "0.2.20"
8148source = "registry+https://github.com/rust-lang/crates.io-index"
8149checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
8150dependencies = [
8151 "zerocopy",
8152]
8153
8154[[package]]
8155name = "precomputed-hash"
8156version = "0.1.1"
8157source = "registry+https://github.com/rust-lang/crates.io-index"
8158checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8159
8160[[package]]
8161name = "prettier"
8162version = "0.1.0"
8163dependencies = [
8164 "anyhow",
8165 "collections",
8166 "fs",
8167 "gpui",
8168 "language",
8169 "log",
8170 "lsp",
8171 "node_runtime",
8172 "parking_lot",
8173 "paths",
8174 "serde",
8175 "serde_json",
8176 "util",
8177]
8178
8179[[package]]
8180name = "pretty_assertions"
8181version = "1.4.0"
8182source = "registry+https://github.com/rust-lang/crates.io-index"
8183checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
8184dependencies = [
8185 "diff",
8186 "yansi",
8187]
8188
8189[[package]]
8190name = "prettyplease"
8191version = "0.2.22"
8192source = "registry+https://github.com/rust-lang/crates.io-index"
8193checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
8194dependencies = [
8195 "proc-macro2",
8196 "syn 2.0.76",
8197]
8198
8199[[package]]
8200name = "proc-macro-crate"
8201version = "3.2.0"
8202source = "registry+https://github.com/rust-lang/crates.io-index"
8203checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
8204dependencies = [
8205 "toml_edit 0.22.20",
8206]
8207
8208[[package]]
8209name = "proc-macro-error"
8210version = "1.0.4"
8211source = "registry+https://github.com/rust-lang/crates.io-index"
8212checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8213dependencies = [
8214 "proc-macro-error-attr",
8215 "proc-macro2",
8216 "quote",
8217 "syn 1.0.109",
8218 "version_check",
8219]
8220
8221[[package]]
8222name = "proc-macro-error-attr"
8223version = "1.0.4"
8224source = "registry+https://github.com/rust-lang/crates.io-index"
8225checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8226dependencies = [
8227 "proc-macro2",
8228 "quote",
8229 "version_check",
8230]
8231
8232[[package]]
8233name = "proc-macro2"
8234version = "1.0.86"
8235source = "registry+https://github.com/rust-lang/crates.io-index"
8236checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
8237dependencies = [
8238 "unicode-ident",
8239]
8240
8241[[package]]
8242name = "profiling"
8243version = "1.0.15"
8244source = "registry+https://github.com/rust-lang/crates.io-index"
8245checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
8246dependencies = [
8247 "profiling-procmacros",
8248]
8249
8250[[package]]
8251name = "profiling-procmacros"
8252version = "1.0.15"
8253source = "registry+https://github.com/rust-lang/crates.io-index"
8254checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
8255dependencies = [
8256 "quote",
8257 "syn 2.0.76",
8258]
8259
8260[[package]]
8261name = "project"
8262version = "0.1.0"
8263dependencies = [
8264 "aho-corasick",
8265 "anyhow",
8266 "async-trait",
8267 "client",
8268 "clock",
8269 "collections",
8270 "dev_server_projects",
8271 "env_logger",
8272 "fs",
8273 "futures 0.3.30",
8274 "fuzzy",
8275 "git",
8276 "git2",
8277 "globset",
8278 "gpui",
8279 "http_client",
8280 "itertools 0.11.0",
8281 "language",
8282 "log",
8283 "lsp",
8284 "node_runtime",
8285 "parking_lot",
8286 "pathdiff",
8287 "paths",
8288 "postage",
8289 "prettier",
8290 "pretty_assertions",
8291 "rand 0.8.5",
8292 "regex",
8293 "release_channel",
8294 "remote",
8295 "rpc",
8296 "schemars",
8297 "serde",
8298 "serde_json",
8299 "settings",
8300 "sha2",
8301 "shellexpand 2.1.2",
8302 "shlex",
8303 "similar",
8304 "smol",
8305 "snippet",
8306 "snippet_provider",
8307 "task",
8308 "tempfile",
8309 "terminal",
8310 "text",
8311 "unindent",
8312 "util",
8313 "which 6.0.3",
8314 "worktree",
8315]
8316
8317[[package]]
8318name = "project_panel"
8319version = "0.1.0"
8320dependencies = [
8321 "anyhow",
8322 "client",
8323 "collections",
8324 "db",
8325 "editor",
8326 "file_icons",
8327 "git",
8328 "gpui",
8329 "indexmap 1.9.3",
8330 "language",
8331 "menu",
8332 "pretty_assertions",
8333 "project",
8334 "schemars",
8335 "search",
8336 "serde",
8337 "serde_derive",
8338 "serde_json",
8339 "settings",
8340 "theme",
8341 "ui",
8342 "util",
8343 "workspace",
8344 "worktree",
8345]
8346
8347[[package]]
8348name = "project_symbols"
8349version = "0.1.0"
8350dependencies = [
8351 "anyhow",
8352 "editor",
8353 "futures 0.3.30",
8354 "fuzzy",
8355 "gpui",
8356 "language",
8357 "lsp",
8358 "ordered-float 2.10.1",
8359 "picker",
8360 "project",
8361 "release_channel",
8362 "serde_json",
8363 "settings",
8364 "theme",
8365 "util",
8366 "workspace",
8367]
8368
8369[[package]]
8370name = "prometheus"
8371version = "0.13.4"
8372source = "registry+https://github.com/rust-lang/crates.io-index"
8373checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
8374dependencies = [
8375 "cfg-if",
8376 "fnv",
8377 "lazy_static",
8378 "memchr",
8379 "parking_lot",
8380 "protobuf",
8381 "thiserror",
8382]
8383
8384[[package]]
8385name = "prost"
8386version = "0.9.0"
8387source = "registry+https://github.com/rust-lang/crates.io-index"
8388checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
8389dependencies = [
8390 "bytes 1.7.1",
8391 "prost-derive",
8392]
8393
8394[[package]]
8395name = "prost-build"
8396version = "0.9.0"
8397source = "registry+https://github.com/rust-lang/crates.io-index"
8398checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
8399dependencies = [
8400 "bytes 1.7.1",
8401 "heck 0.3.3",
8402 "itertools 0.10.5",
8403 "lazy_static",
8404 "log",
8405 "multimap",
8406 "petgraph",
8407 "prost",
8408 "prost-types",
8409 "regex",
8410 "tempfile",
8411 "which 4.4.2",
8412]
8413
8414[[package]]
8415name = "prost-derive"
8416version = "0.9.0"
8417source = "registry+https://github.com/rust-lang/crates.io-index"
8418checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
8419dependencies = [
8420 "anyhow",
8421 "itertools 0.10.5",
8422 "proc-macro2",
8423 "quote",
8424 "syn 1.0.109",
8425]
8426
8427[[package]]
8428name = "prost-types"
8429version = "0.9.0"
8430source = "registry+https://github.com/rust-lang/crates.io-index"
8431checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
8432dependencies = [
8433 "bytes 1.7.1",
8434 "prost",
8435]
8436
8437[[package]]
8438name = "proto"
8439version = "0.1.0"
8440dependencies = [
8441 "anyhow",
8442 "collections",
8443 "futures 0.3.30",
8444 "prost",
8445 "prost-build",
8446 "serde",
8447]
8448
8449[[package]]
8450name = "protobuf"
8451version = "2.28.0"
8452source = "registry+https://github.com/rust-lang/crates.io-index"
8453checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
8454
8455[[package]]
8456name = "protols-tree-sitter-proto"
8457version = "0.2.0"
8458source = "registry+https://github.com/rust-lang/crates.io-index"
8459checksum = "9bac092da66e21a71eb832925de7b542f8ac34f75fd05cd2fc3e272863e3fd2b"
8460dependencies = [
8461 "cc",
8462 "tree-sitter",
8463]
8464
8465[[package]]
8466name = "psm"
8467version = "0.1.21"
8468source = "registry+https://github.com/rust-lang/crates.io-index"
8469checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
8470dependencies = [
8471 "cc",
8472]
8473
8474[[package]]
8475name = "ptr_meta"
8476version = "0.1.4"
8477source = "registry+https://github.com/rust-lang/crates.io-index"
8478checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
8479dependencies = [
8480 "ptr_meta_derive",
8481]
8482
8483[[package]]
8484name = "ptr_meta_derive"
8485version = "0.1.4"
8486source = "registry+https://github.com/rust-lang/crates.io-index"
8487checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
8488dependencies = [
8489 "proc-macro2",
8490 "quote",
8491 "syn 1.0.109",
8492]
8493
8494[[package]]
8495name = "pulldown-cmark"
8496version = "0.10.3"
8497source = "registry+https://github.com/rust-lang/crates.io-index"
8498checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
8499dependencies = [
8500 "bitflags 2.6.0",
8501 "memchr",
8502 "pulldown-cmark-escape",
8503 "unicase",
8504]
8505
8506[[package]]
8507name = "pulldown-cmark-escape"
8508version = "0.10.1"
8509source = "registry+https://github.com/rust-lang/crates.io-index"
8510checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
8511
8512[[package]]
8513name = "qoi"
8514version = "0.4.1"
8515source = "registry+https://github.com/rust-lang/crates.io-index"
8516checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
8517dependencies = [
8518 "bytemuck",
8519]
8520
8521[[package]]
8522name = "quick-error"
8523version = "2.0.1"
8524source = "registry+https://github.com/rust-lang/crates.io-index"
8525checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
8526
8527[[package]]
8528name = "quick-xml"
8529version = "0.32.0"
8530source = "registry+https://github.com/rust-lang/crates.io-index"
8531checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
8532dependencies = [
8533 "memchr",
8534]
8535
8536[[package]]
8537name = "quick-xml"
8538version = "0.34.0"
8539source = "registry+https://github.com/rust-lang/crates.io-index"
8540checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
8541dependencies = [
8542 "memchr",
8543]
8544
8545[[package]]
8546name = "quick_action_bar"
8547version = "0.1.0"
8548dependencies = [
8549 "assistant",
8550 "editor",
8551 "gpui",
8552 "markdown_preview",
8553 "repl",
8554 "search",
8555 "settings",
8556 "ui",
8557 "util",
8558 "workspace",
8559 "zed_actions",
8560]
8561
8562[[package]]
8563name = "quote"
8564version = "1.0.37"
8565source = "registry+https://github.com/rust-lang/crates.io-index"
8566checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
8567dependencies = [
8568 "proc-macro2",
8569]
8570
8571[[package]]
8572name = "radium"
8573version = "0.7.0"
8574source = "registry+https://github.com/rust-lang/crates.io-index"
8575checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
8576
8577[[package]]
8578name = "rand"
8579version = "0.7.3"
8580source = "registry+https://github.com/rust-lang/crates.io-index"
8581checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
8582dependencies = [
8583 "getrandom 0.1.16",
8584 "libc",
8585 "rand_chacha 0.2.2",
8586 "rand_core 0.5.1",
8587 "rand_hc",
8588]
8589
8590[[package]]
8591name = "rand"
8592version = "0.8.5"
8593source = "registry+https://github.com/rust-lang/crates.io-index"
8594checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
8595dependencies = [
8596 "libc",
8597 "rand_chacha 0.3.1",
8598 "rand_core 0.6.4",
8599]
8600
8601[[package]]
8602name = "rand_chacha"
8603version = "0.2.2"
8604source = "registry+https://github.com/rust-lang/crates.io-index"
8605checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
8606dependencies = [
8607 "ppv-lite86",
8608 "rand_core 0.5.1",
8609]
8610
8611[[package]]
8612name = "rand_chacha"
8613version = "0.3.1"
8614source = "registry+https://github.com/rust-lang/crates.io-index"
8615checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
8616dependencies = [
8617 "ppv-lite86",
8618 "rand_core 0.6.4",
8619]
8620
8621[[package]]
8622name = "rand_core"
8623version = "0.5.1"
8624source = "registry+https://github.com/rust-lang/crates.io-index"
8625checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
8626dependencies = [
8627 "getrandom 0.1.16",
8628]
8629
8630[[package]]
8631name = "rand_core"
8632version = "0.6.4"
8633source = "registry+https://github.com/rust-lang/crates.io-index"
8634checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
8635dependencies = [
8636 "getrandom 0.2.15",
8637]
8638
8639[[package]]
8640name = "rand_hc"
8641version = "0.2.0"
8642source = "registry+https://github.com/rust-lang/crates.io-index"
8643checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
8644dependencies = [
8645 "rand_core 0.5.1",
8646]
8647
8648[[package]]
8649name = "rangemap"
8650version = "1.5.1"
8651source = "registry+https://github.com/rust-lang/crates.io-index"
8652checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
8653
8654[[package]]
8655name = "rav1e"
8656version = "0.7.1"
8657source = "registry+https://github.com/rust-lang/crates.io-index"
8658checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
8659dependencies = [
8660 "arbitrary",
8661 "arg_enum_proc_macro",
8662 "arrayvec",
8663 "av1-grain",
8664 "bitstream-io",
8665 "built",
8666 "cfg-if",
8667 "interpolate_name",
8668 "itertools 0.12.1",
8669 "libc",
8670 "libfuzzer-sys",
8671 "log",
8672 "maybe-rayon",
8673 "new_debug_unreachable",
8674 "noop_proc_macro",
8675 "num-derive",
8676 "num-traits",
8677 "once_cell",
8678 "paste",
8679 "profiling",
8680 "rand 0.8.5",
8681 "rand_chacha 0.3.1",
8682 "simd_helpers",
8683 "system-deps",
8684 "thiserror",
8685 "v_frame",
8686 "wasm-bindgen",
8687]
8688
8689[[package]]
8690name = "ravif"
8691version = "0.11.10"
8692source = "registry+https://github.com/rust-lang/crates.io-index"
8693checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
8694dependencies = [
8695 "avif-serialize",
8696 "imgref",
8697 "loop9",
8698 "quick-error",
8699 "rav1e",
8700 "rgb",
8701]
8702
8703[[package]]
8704name = "raw-window-handle"
8705version = "0.6.2"
8706source = "registry+https://github.com/rust-lang/crates.io-index"
8707checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
8708
8709[[package]]
8710name = "raw-window-metal"
8711version = "0.4.0"
8712source = "registry+https://github.com/rust-lang/crates.io-index"
8713checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
8714dependencies = [
8715 "cocoa",
8716 "core-graphics",
8717 "objc",
8718 "raw-window-handle",
8719]
8720
8721[[package]]
8722name = "rayon"
8723version = "1.10.0"
8724source = "registry+https://github.com/rust-lang/crates.io-index"
8725checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
8726dependencies = [
8727 "either",
8728 "rayon-core",
8729]
8730
8731[[package]]
8732name = "rayon-core"
8733version = "1.12.1"
8734source = "registry+https://github.com/rust-lang/crates.io-index"
8735checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
8736dependencies = [
8737 "crossbeam-deque",
8738 "crossbeam-utils",
8739]
8740
8741[[package]]
8742name = "read-fonts"
8743version = "0.20.0"
8744source = "registry+https://github.com/rust-lang/crates.io-index"
8745checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
8746dependencies = [
8747 "bytemuck",
8748 "font-types",
8749]
8750
8751[[package]]
8752name = "recent_projects"
8753version = "0.1.0"
8754dependencies = [
8755 "anyhow",
8756 "auto_update",
8757 "client",
8758 "dev_server_projects",
8759 "editor",
8760 "futures 0.3.30",
8761 "fuzzy",
8762 "gpui",
8763 "language",
8764 "log",
8765 "markdown",
8766 "menu",
8767 "ordered-float 2.10.1",
8768 "picker",
8769 "project",
8770 "release_channel",
8771 "remote",
8772 "rpc",
8773 "schemars",
8774 "serde",
8775 "serde_json",
8776 "settings",
8777 "smol",
8778 "task",
8779 "terminal_view",
8780 "ui",
8781 "ui_input",
8782 "util",
8783 "workspace",
8784]
8785
8786[[package]]
8787name = "redox_syscall"
8788version = "0.2.16"
8789source = "registry+https://github.com/rust-lang/crates.io-index"
8790checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
8791dependencies = [
8792 "bitflags 1.3.2",
8793]
8794
8795[[package]]
8796name = "redox_syscall"
8797version = "0.4.1"
8798source = "registry+https://github.com/rust-lang/crates.io-index"
8799checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
8800dependencies = [
8801 "bitflags 1.3.2",
8802]
8803
8804[[package]]
8805name = "redox_syscall"
8806version = "0.5.3"
8807source = "registry+https://github.com/rust-lang/crates.io-index"
8808checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
8809dependencies = [
8810 "bitflags 2.6.0",
8811]
8812
8813[[package]]
8814name = "redox_users"
8815version = "0.4.6"
8816source = "registry+https://github.com/rust-lang/crates.io-index"
8817checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
8818dependencies = [
8819 "getrandom 0.2.15",
8820 "libredox",
8821 "thiserror",
8822]
8823
8824[[package]]
8825name = "refineable"
8826version = "0.1.0"
8827dependencies = [
8828 "derive_refineable",
8829]
8830
8831[[package]]
8832name = "regalloc2"
8833version = "0.9.3"
8834source = "registry+https://github.com/rust-lang/crates.io-index"
8835checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
8836dependencies = [
8837 "hashbrown 0.13.2",
8838 "log",
8839 "rustc-hash",
8840 "slice-group-by",
8841 "smallvec",
8842]
8843
8844[[package]]
8845name = "regex"
8846version = "1.10.6"
8847source = "registry+https://github.com/rust-lang/crates.io-index"
8848checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
8849dependencies = [
8850 "aho-corasick",
8851 "memchr",
8852 "regex-automata 0.4.7",
8853 "regex-syntax 0.8.4",
8854]
8855
8856[[package]]
8857name = "regex-automata"
8858version = "0.1.10"
8859source = "registry+https://github.com/rust-lang/crates.io-index"
8860checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
8861dependencies = [
8862 "regex-syntax 0.6.29",
8863]
8864
8865[[package]]
8866name = "regex-automata"
8867version = "0.4.7"
8868source = "registry+https://github.com/rust-lang/crates.io-index"
8869checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
8870dependencies = [
8871 "aho-corasick",
8872 "memchr",
8873 "regex-syntax 0.8.4",
8874]
8875
8876[[package]]
8877name = "regex-lite"
8878version = "0.1.6"
8879source = "registry+https://github.com/rust-lang/crates.io-index"
8880checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
8881
8882[[package]]
8883name = "regex-syntax"
8884version = "0.6.29"
8885source = "registry+https://github.com/rust-lang/crates.io-index"
8886checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
8887
8888[[package]]
8889name = "regex-syntax"
8890version = "0.8.4"
8891source = "registry+https://github.com/rust-lang/crates.io-index"
8892checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
8893
8894[[package]]
8895name = "release_channel"
8896version = "0.1.0"
8897dependencies = [
8898 "gpui",
8899 "once_cell",
8900]
8901
8902[[package]]
8903name = "remote"
8904version = "0.1.0"
8905dependencies = [
8906 "anyhow",
8907 "collections",
8908 "fs",
8909 "futures 0.3.30",
8910 "gpui",
8911 "log",
8912 "parking_lot",
8913 "prost",
8914 "rpc",
8915 "serde",
8916 "serde_json",
8917 "smol",
8918 "tempfile",
8919 "util",
8920]
8921
8922[[package]]
8923name = "remote_server"
8924version = "0.1.0"
8925dependencies = [
8926 "anyhow",
8927 "cargo_toml",
8928 "client",
8929 "clock",
8930 "env_logger",
8931 "fs",
8932 "futures 0.3.30",
8933 "gpui",
8934 "http_client",
8935 "language",
8936 "log",
8937 "node_runtime",
8938 "project",
8939 "remote",
8940 "rpc",
8941 "serde",
8942 "serde_json",
8943 "settings",
8944 "shellexpand 2.1.2",
8945 "smol",
8946 "toml 0.8.19",
8947 "util",
8948 "worktree",
8949]
8950
8951[[package]]
8952name = "rend"
8953version = "0.4.2"
8954source = "registry+https://github.com/rust-lang/crates.io-index"
8955checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
8956dependencies = [
8957 "bytecheck",
8958]
8959
8960[[package]]
8961name = "repl"
8962version = "0.1.0"
8963dependencies = [
8964 "alacritty_terminal",
8965 "anyhow",
8966 "async-dispatcher",
8967 "base64 0.22.1",
8968 "client",
8969 "collections",
8970 "command_palette_hooks",
8971 "editor",
8972 "env_logger",
8973 "futures 0.3.30",
8974 "gpui",
8975 "http_client",
8976 "image",
8977 "indoc",
8978 "language",
8979 "languages",
8980 "log",
8981 "markdown_preview",
8982 "multi_buffer",
8983 "project",
8984 "runtimelib",
8985 "schemars",
8986 "serde",
8987 "serde_json",
8988 "settings",
8989 "smol",
8990 "terminal",
8991 "terminal_view",
8992 "theme",
8993 "tree-sitter-md",
8994 "tree-sitter-python",
8995 "tree-sitter-typescript",
8996 "ui",
8997 "util",
8998 "uuid",
8999 "windows 0.58.0",
9000 "workspace",
9001]
9002
9003[[package]]
9004name = "reqwest"
9005version = "0.11.27"
9006source = "registry+https://github.com/rust-lang/crates.io-index"
9007checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9008dependencies = [
9009 "base64 0.21.7",
9010 "bytes 1.7.1",
9011 "encoding_rs",
9012 "futures-core",
9013 "futures-util",
9014 "h2",
9015 "http 0.2.12",
9016 "http-body 0.4.6",
9017 "hyper",
9018 "hyper-tls",
9019 "ipnet",
9020 "js-sys",
9021 "log",
9022 "mime",
9023 "native-tls",
9024 "once_cell",
9025 "percent-encoding",
9026 "pin-project-lite",
9027 "rustls-pemfile",
9028 "serde",
9029 "serde_json",
9030 "serde_urlencoded",
9031 "sync_wrapper",
9032 "system-configuration",
9033 "tokio",
9034 "tokio-native-tls",
9035 "tower-service",
9036 "url",
9037 "wasm-bindgen",
9038 "wasm-bindgen-futures",
9039 "web-sys",
9040 "winreg 0.50.0",
9041]
9042
9043[[package]]
9044name = "resvg"
9045version = "0.41.0"
9046source = "registry+https://github.com/rust-lang/crates.io-index"
9047checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
9048dependencies = [
9049 "log",
9050 "pico-args",
9051 "rgb",
9052 "svgtypes",
9053 "tiny-skia",
9054 "usvg",
9055]
9056
9057[[package]]
9058name = "rfc6979"
9059version = "0.3.1"
9060source = "registry+https://github.com/rust-lang/crates.io-index"
9061checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9062dependencies = [
9063 "crypto-bigint 0.4.9",
9064 "hmac",
9065 "zeroize",
9066]
9067
9068[[package]]
9069name = "rgb"
9070version = "0.8.49"
9071source = "registry+https://github.com/rust-lang/crates.io-index"
9072checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
9073dependencies = [
9074 "bytemuck",
9075]
9076
9077[[package]]
9078name = "rich_text"
9079version = "0.1.0"
9080dependencies = [
9081 "futures 0.3.30",
9082 "gpui",
9083 "language",
9084 "linkify",
9085 "pulldown-cmark",
9086 "theme",
9087 "ui",
9088 "util",
9089]
9090
9091[[package]]
9092name = "ring"
9093version = "0.17.8"
9094source = "registry+https://github.com/rust-lang/crates.io-index"
9095checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9096dependencies = [
9097 "cc",
9098 "cfg-if",
9099 "getrandom 0.2.15",
9100 "libc",
9101 "spin",
9102 "untrusted",
9103 "windows-sys 0.52.0",
9104]
9105
9106[[package]]
9107name = "rkyv"
9108version = "0.7.45"
9109source = "registry+https://github.com/rust-lang/crates.io-index"
9110checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9111dependencies = [
9112 "bitvec",
9113 "bytecheck",
9114 "bytes 1.7.1",
9115 "hashbrown 0.12.3",
9116 "ptr_meta",
9117 "rend",
9118 "rkyv_derive",
9119 "seahash",
9120 "tinyvec",
9121 "uuid",
9122]
9123
9124[[package]]
9125name = "rkyv_derive"
9126version = "0.7.45"
9127source = "registry+https://github.com/rust-lang/crates.io-index"
9128checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9129dependencies = [
9130 "proc-macro2",
9131 "quote",
9132 "syn 1.0.109",
9133]
9134
9135[[package]]
9136name = "rmp"
9137version = "0.8.14"
9138source = "registry+https://github.com/rust-lang/crates.io-index"
9139checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9140dependencies = [
9141 "byteorder",
9142 "num-traits",
9143 "paste",
9144]
9145
9146[[package]]
9147name = "rmpv"
9148version = "1.3.0"
9149source = "registry+https://github.com/rust-lang/crates.io-index"
9150checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9151dependencies = [
9152 "num-traits",
9153 "rmp",
9154]
9155
9156[[package]]
9157name = "rodio"
9158version = "0.17.3"
9159source = "registry+https://github.com/rust-lang/crates.io-index"
9160checksum = "3b1bb7b48ee48471f55da122c0044fcc7600cfcc85db88240b89cb832935e611"
9161dependencies = [
9162 "cpal",
9163 "hound",
9164]
9165
9166[[package]]
9167name = "rope"
9168version = "0.1.0"
9169dependencies = [
9170 "arrayvec",
9171 "criterion",
9172 "ctor",
9173 "env_logger",
9174 "gpui",
9175 "log",
9176 "rand 0.8.5",
9177 "smallvec",
9178 "sum_tree",
9179 "unicode-segmentation",
9180 "util",
9181]
9182
9183[[package]]
9184name = "roxmltree"
9185version = "0.19.0"
9186source = "registry+https://github.com/rust-lang/crates.io-index"
9187checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
9188
9189[[package]]
9190name = "roxmltree"
9191version = "0.20.0"
9192source = "registry+https://github.com/rust-lang/crates.io-index"
9193checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9194
9195[[package]]
9196name = "rpc"
9197version = "0.1.0"
9198dependencies = [
9199 "anyhow",
9200 "async-tungstenite",
9201 "base64 0.22.1",
9202 "chrono",
9203 "collections",
9204 "env_logger",
9205 "futures 0.3.30",
9206 "gpui",
9207 "parking_lot",
9208 "proto",
9209 "rand 0.8.5",
9210 "rsa",
9211 "serde",
9212 "serde_json",
9213 "sha2",
9214 "strum",
9215 "tracing",
9216 "util",
9217 "zstd",
9218]
9219
9220[[package]]
9221name = "rsa"
9222version = "0.9.6"
9223source = "registry+https://github.com/rust-lang/crates.io-index"
9224checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
9225dependencies = [
9226 "const-oid",
9227 "digest",
9228 "num-bigint-dig",
9229 "num-integer",
9230 "num-traits",
9231 "pkcs1",
9232 "pkcs8 0.10.2",
9233 "rand_core 0.6.4",
9234 "signature 2.2.0",
9235 "spki 0.7.3",
9236 "subtle",
9237 "zeroize",
9238]
9239
9240[[package]]
9241name = "runtimelib"
9242version = "0.15.0"
9243source = "registry+https://github.com/rust-lang/crates.io-index"
9244checksum = "a7d76d28b882a7b889ebb04e79bc2b160b3061821ea596ff0f4a838fc7a76db0"
9245dependencies = [
9246 "anyhow",
9247 "async-dispatcher",
9248 "async-std",
9249 "base64 0.22.1",
9250 "bytes 1.7.1",
9251 "chrono",
9252 "data-encoding",
9253 "dirs 5.0.1",
9254 "futures 0.3.30",
9255 "glob",
9256 "rand 0.8.5",
9257 "ring",
9258 "serde",
9259 "serde_json",
9260 "shellexpand 3.1.0",
9261 "smol",
9262 "uuid",
9263 "zeromq",
9264]
9265
9266[[package]]
9267name = "rust-embed"
9268version = "8.5.0"
9269source = "registry+https://github.com/rust-lang/crates.io-index"
9270checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
9271dependencies = [
9272 "rust-embed-impl",
9273 "rust-embed-utils",
9274 "walkdir",
9275]
9276
9277[[package]]
9278name = "rust-embed-impl"
9279version = "8.5.0"
9280source = "registry+https://github.com/rust-lang/crates.io-index"
9281checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
9282dependencies = [
9283 "proc-macro2",
9284 "quote",
9285 "rust-embed-utils",
9286 "syn 2.0.76",
9287 "walkdir",
9288]
9289
9290[[package]]
9291name = "rust-embed-utils"
9292version = "8.5.0"
9293source = "registry+https://github.com/rust-lang/crates.io-index"
9294checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
9295dependencies = [
9296 "globset",
9297 "sha2",
9298 "walkdir",
9299]
9300
9301[[package]]
9302name = "rust_decimal"
9303version = "1.36.0"
9304source = "registry+https://github.com/rust-lang/crates.io-index"
9305checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
9306dependencies = [
9307 "arrayvec",
9308 "borsh",
9309 "bytes 1.7.1",
9310 "num-traits",
9311 "rand 0.8.5",
9312 "rkyv",
9313 "serde",
9314 "serde_json",
9315]
9316
9317[[package]]
9318name = "rustc-demangle"
9319version = "0.1.24"
9320source = "registry+https://github.com/rust-lang/crates.io-index"
9321checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
9322
9323[[package]]
9324name = "rustc-hash"
9325version = "1.1.0"
9326source = "registry+https://github.com/rust-lang/crates.io-index"
9327checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
9328
9329[[package]]
9330name = "rustc_version"
9331version = "0.4.1"
9332source = "registry+https://github.com/rust-lang/crates.io-index"
9333checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
9334dependencies = [
9335 "semver",
9336]
9337
9338[[package]]
9339name = "rustix"
9340version = "0.37.27"
9341source = "registry+https://github.com/rust-lang/crates.io-index"
9342checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
9343dependencies = [
9344 "bitflags 1.3.2",
9345 "errno 0.3.9",
9346 "io-lifetimes 1.0.11",
9347 "libc",
9348 "linux-raw-sys 0.3.8",
9349 "windows-sys 0.48.0",
9350]
9351
9352[[package]]
9353name = "rustix"
9354version = "0.38.35"
9355source = "registry+https://github.com/rust-lang/crates.io-index"
9356checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
9357dependencies = [
9358 "bitflags 2.6.0",
9359 "errno 0.3.9",
9360 "itoa",
9361 "libc",
9362 "linux-raw-sys 0.4.14",
9363 "once_cell",
9364 "windows-sys 0.52.0",
9365]
9366
9367[[package]]
9368name = "rustix-openpty"
9369version = "0.1.1"
9370source = "registry+https://github.com/rust-lang/crates.io-index"
9371checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
9372dependencies = [
9373 "errno 0.3.9",
9374 "libc",
9375 "rustix 0.38.35",
9376]
9377
9378[[package]]
9379name = "rustls"
9380version = "0.21.12"
9381source = "registry+https://github.com/rust-lang/crates.io-index"
9382checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
9383dependencies = [
9384 "log",
9385 "ring",
9386 "rustls-webpki",
9387 "sct",
9388]
9389
9390[[package]]
9391name = "rustls-native-certs"
9392version = "0.6.3"
9393source = "registry+https://github.com/rust-lang/crates.io-index"
9394checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
9395dependencies = [
9396 "openssl-probe",
9397 "rustls-pemfile",
9398 "schannel",
9399 "security-framework",
9400]
9401
9402[[package]]
9403name = "rustls-pemfile"
9404version = "1.0.4"
9405source = "registry+https://github.com/rust-lang/crates.io-index"
9406checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
9407dependencies = [
9408 "base64 0.21.7",
9409]
9410
9411[[package]]
9412name = "rustls-webpki"
9413version = "0.101.7"
9414source = "registry+https://github.com/rust-lang/crates.io-index"
9415checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
9416dependencies = [
9417 "ring",
9418 "untrusted",
9419]
9420
9421[[package]]
9422name = "rustversion"
9423version = "1.0.17"
9424source = "registry+https://github.com/rust-lang/crates.io-index"
9425checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
9426
9427[[package]]
9428name = "rustybuzz"
9429version = "0.14.1"
9430source = "registry+https://github.com/rust-lang/crates.io-index"
9431checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
9432dependencies = [
9433 "bitflags 2.6.0",
9434 "bytemuck",
9435 "libm",
9436 "smallvec",
9437 "ttf-parser",
9438 "unicode-bidi-mirroring",
9439 "unicode-ccc",
9440 "unicode-properties",
9441 "unicode-script",
9442]
9443
9444[[package]]
9445name = "ryu"
9446version = "1.0.18"
9447source = "registry+https://github.com/rust-lang/crates.io-index"
9448checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
9449
9450[[package]]
9451name = "salsa20"
9452version = "0.10.2"
9453source = "registry+https://github.com/rust-lang/crates.io-index"
9454checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
9455dependencies = [
9456 "cipher",
9457]
9458
9459[[package]]
9460name = "same-file"
9461version = "1.0.6"
9462source = "registry+https://github.com/rust-lang/crates.io-index"
9463checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
9464dependencies = [
9465 "winapi-util",
9466]
9467
9468[[package]]
9469name = "schannel"
9470version = "0.1.23"
9471source = "registry+https://github.com/rust-lang/crates.io-index"
9472checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
9473dependencies = [
9474 "windows-sys 0.52.0",
9475]
9476
9477[[package]]
9478name = "schemars"
9479version = "0.8.21"
9480source = "registry+https://github.com/rust-lang/crates.io-index"
9481checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
9482dependencies = [
9483 "dyn-clone",
9484 "indexmap 1.9.3",
9485 "schemars_derive",
9486 "serde",
9487 "serde_json",
9488]
9489
9490[[package]]
9491name = "schemars_derive"
9492version = "0.8.21"
9493source = "registry+https://github.com/rust-lang/crates.io-index"
9494checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
9495dependencies = [
9496 "proc-macro2",
9497 "quote",
9498 "serde_derive_internals 0.29.1",
9499 "syn 2.0.76",
9500]
9501
9502[[package]]
9503name = "scoped-tls"
9504version = "1.0.1"
9505source = "registry+https://github.com/rust-lang/crates.io-index"
9506checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
9507
9508[[package]]
9509name = "scopeguard"
9510version = "1.2.0"
9511source = "registry+https://github.com/rust-lang/crates.io-index"
9512checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
9513
9514[[package]]
9515name = "scrypt"
9516version = "0.11.0"
9517source = "registry+https://github.com/rust-lang/crates.io-index"
9518checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
9519dependencies = [
9520 "password-hash",
9521 "pbkdf2",
9522 "salsa20",
9523 "sha2",
9524]
9525
9526[[package]]
9527name = "sct"
9528version = "0.7.1"
9529source = "registry+https://github.com/rust-lang/crates.io-index"
9530checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
9531dependencies = [
9532 "ring",
9533 "untrusted",
9534]
9535
9536[[package]]
9537name = "sea-bae"
9538version = "0.2.0"
9539source = "registry+https://github.com/rust-lang/crates.io-index"
9540checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
9541dependencies = [
9542 "heck 0.4.1",
9543 "proc-macro-error",
9544 "proc-macro2",
9545 "quote",
9546 "syn 2.0.76",
9547]
9548
9549[[package]]
9550name = "sea-orm"
9551version = "0.12.15"
9552source = "registry+https://github.com/rust-lang/crates.io-index"
9553checksum = "c8814e37dc25de54398ee62228323657520b7f29713b8e238649385dbe473ee0"
9554dependencies = [
9555 "async-stream",
9556 "async-trait",
9557 "bigdecimal",
9558 "chrono",
9559 "futures 0.3.30",
9560 "log",
9561 "ouroboros",
9562 "rust_decimal",
9563 "sea-orm-macros",
9564 "sea-query",
9565 "sea-query-binder",
9566 "serde",
9567 "serde_json",
9568 "sqlx",
9569 "strum",
9570 "thiserror",
9571 "time",
9572 "tracing",
9573 "url",
9574 "uuid",
9575]
9576
9577[[package]]
9578name = "sea-orm-macros"
9579version = "0.12.15"
9580source = "registry+https://github.com/rust-lang/crates.io-index"
9581checksum = "5e115c6b078e013aa963cc2d38c196c2c40b05f03d0ac872fe06b6e0d5265603"
9582dependencies = [
9583 "heck 0.4.1",
9584 "proc-macro2",
9585 "quote",
9586 "sea-bae",
9587 "syn 2.0.76",
9588 "unicode-ident",
9589]
9590
9591[[package]]
9592name = "sea-query"
9593version = "0.30.7"
9594source = "registry+https://github.com/rust-lang/crates.io-index"
9595checksum = "4166a1e072292d46dc91f31617c2a1cdaf55a8be4b5c9f4bf2ba248e3ac4999b"
9596dependencies = [
9597 "bigdecimal",
9598 "chrono",
9599 "derivative",
9600 "inherent",
9601 "ordered-float 3.9.2",
9602 "rust_decimal",
9603 "serde_json",
9604 "time",
9605 "uuid",
9606]
9607
9608[[package]]
9609name = "sea-query-binder"
9610version = "0.5.0"
9611source = "registry+https://github.com/rust-lang/crates.io-index"
9612checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
9613dependencies = [
9614 "bigdecimal",
9615 "chrono",
9616 "rust_decimal",
9617 "sea-query",
9618 "serde_json",
9619 "sqlx",
9620 "time",
9621 "uuid",
9622]
9623
9624[[package]]
9625name = "seahash"
9626version = "4.1.0"
9627source = "registry+https://github.com/rust-lang/crates.io-index"
9628checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
9629
9630[[package]]
9631name = "sealed"
9632version = "0.4.0"
9633source = "registry+https://github.com/rust-lang/crates.io-index"
9634checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
9635dependencies = [
9636 "heck 0.3.3",
9637 "proc-macro2",
9638 "quote",
9639 "syn 1.0.109",
9640]
9641
9642[[package]]
9643name = "search"
9644version = "0.1.0"
9645dependencies = [
9646 "any_vec",
9647 "anyhow",
9648 "bitflags 2.6.0",
9649 "client",
9650 "collections",
9651 "editor",
9652 "futures 0.3.30",
9653 "gpui",
9654 "language",
9655 "menu",
9656 "project",
9657 "serde",
9658 "serde_json",
9659 "settings",
9660 "smol",
9661 "theme",
9662 "ui",
9663 "unindent",
9664 "util",
9665 "workspace",
9666]
9667
9668[[package]]
9669name = "sec1"
9670version = "0.3.0"
9671source = "registry+https://github.com/rust-lang/crates.io-index"
9672checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
9673dependencies = [
9674 "base16ct",
9675 "der 0.6.1",
9676 "generic-array",
9677 "pkcs8 0.9.0",
9678 "subtle",
9679 "zeroize",
9680]
9681
9682[[package]]
9683name = "security-framework"
9684version = "2.11.1"
9685source = "registry+https://github.com/rust-lang/crates.io-index"
9686checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
9687dependencies = [
9688 "bitflags 2.6.0",
9689 "core-foundation",
9690 "core-foundation-sys",
9691 "libc",
9692 "security-framework-sys",
9693]
9694
9695[[package]]
9696name = "security-framework-sys"
9697version = "2.11.1"
9698source = "registry+https://github.com/rust-lang/crates.io-index"
9699checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
9700dependencies = [
9701 "core-foundation-sys",
9702 "libc",
9703]
9704
9705[[package]]
9706name = "self_cell"
9707version = "1.0.4"
9708source = "registry+https://github.com/rust-lang/crates.io-index"
9709checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
9710
9711[[package]]
9712name = "semantic_index"
9713version = "0.1.0"
9714dependencies = [
9715 "anyhow",
9716 "client",
9717 "clock",
9718 "collections",
9719 "env_logger",
9720 "fs",
9721 "futures 0.3.30",
9722 "futures-batch",
9723 "gpui",
9724 "heed",
9725 "http_client",
9726 "language",
9727 "languages",
9728 "log",
9729 "open_ai",
9730 "parking_lot",
9731 "project",
9732 "serde",
9733 "serde_json",
9734 "settings",
9735 "sha2",
9736 "smol",
9737 "tempfile",
9738 "theme",
9739 "tree-sitter",
9740 "ui",
9741 "unindent",
9742 "util",
9743 "workspace",
9744 "worktree",
9745]
9746
9747[[package]]
9748name = "semantic_version"
9749version = "0.1.0"
9750dependencies = [
9751 "anyhow",
9752 "serde",
9753]
9754
9755[[package]]
9756name = "semver"
9757version = "1.0.23"
9758source = "registry+https://github.com/rust-lang/crates.io-index"
9759checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
9760dependencies = [
9761 "serde",
9762]
9763
9764[[package]]
9765name = "serde"
9766version = "1.0.209"
9767source = "registry+https://github.com/rust-lang/crates.io-index"
9768checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
9769dependencies = [
9770 "serde_derive",
9771]
9772
9773[[package]]
9774name = "serde_derive"
9775version = "1.0.209"
9776source = "registry+https://github.com/rust-lang/crates.io-index"
9777checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
9778dependencies = [
9779 "proc-macro2",
9780 "quote",
9781 "syn 2.0.76",
9782]
9783
9784[[package]]
9785name = "serde_derive_internals"
9786version = "0.26.0"
9787source = "registry+https://github.com/rust-lang/crates.io-index"
9788checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
9789dependencies = [
9790 "proc-macro2",
9791 "quote",
9792 "syn 1.0.109",
9793]
9794
9795[[package]]
9796name = "serde_derive_internals"
9797version = "0.29.1"
9798source = "registry+https://github.com/rust-lang/crates.io-index"
9799checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
9800dependencies = [
9801 "proc-macro2",
9802 "quote",
9803 "syn 2.0.76",
9804]
9805
9806[[package]]
9807name = "serde_fmt"
9808version = "1.0.3"
9809source = "registry+https://github.com/rust-lang/crates.io-index"
9810checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
9811dependencies = [
9812 "serde",
9813]
9814
9815[[package]]
9816name = "serde_json"
9817version = "1.0.127"
9818source = "registry+https://github.com/rust-lang/crates.io-index"
9819checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
9820dependencies = [
9821 "indexmap 2.4.0",
9822 "itoa",
9823 "memchr",
9824 "ryu",
9825 "serde",
9826]
9827
9828[[package]]
9829name = "serde_json_lenient"
9830version = "0.1.8"
9831source = "registry+https://github.com/rust-lang/crates.io-index"
9832checksum = "dc61c66b53a4035fcce237ef38043f4b2f0ebf918fd0e69541a5166104065581"
9833dependencies = [
9834 "indexmap 2.4.0",
9835 "itoa",
9836 "ryu",
9837 "serde",
9838]
9839
9840[[package]]
9841name = "serde_path_to_error"
9842version = "0.1.16"
9843source = "registry+https://github.com/rust-lang/crates.io-index"
9844checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
9845dependencies = [
9846 "itoa",
9847 "serde",
9848]
9849
9850[[package]]
9851name = "serde_qs"
9852version = "0.8.5"
9853source = "registry+https://github.com/rust-lang/crates.io-index"
9854checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
9855dependencies = [
9856 "percent-encoding",
9857 "serde",
9858 "thiserror",
9859]
9860
9861[[package]]
9862name = "serde_qs"
9863version = "0.10.1"
9864source = "registry+https://github.com/rust-lang/crates.io-index"
9865checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
9866dependencies = [
9867 "percent-encoding",
9868 "serde",
9869 "thiserror",
9870]
9871
9872[[package]]
9873name = "serde_repr"
9874version = "0.1.19"
9875source = "registry+https://github.com/rust-lang/crates.io-index"
9876checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
9877dependencies = [
9878 "proc-macro2",
9879 "quote",
9880 "syn 2.0.76",
9881]
9882
9883[[package]]
9884name = "serde_spanned"
9885version = "0.6.7"
9886source = "registry+https://github.com/rust-lang/crates.io-index"
9887checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
9888dependencies = [
9889 "serde",
9890]
9891
9892[[package]]
9893name = "serde_urlencoded"
9894version = "0.7.1"
9895source = "registry+https://github.com/rust-lang/crates.io-index"
9896checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
9897dependencies = [
9898 "form_urlencoded",
9899 "itoa",
9900 "ryu",
9901 "serde",
9902]
9903
9904[[package]]
9905name = "session"
9906version = "0.1.0"
9907dependencies = [
9908 "db",
9909 "gpui",
9910 "serde_json",
9911 "util",
9912 "uuid",
9913]
9914
9915[[package]]
9916name = "settings"
9917version = "0.1.0"
9918dependencies = [
9919 "anyhow",
9920 "collections",
9921 "fs",
9922 "futures 0.3.30",
9923 "gpui",
9924 "indoc",
9925 "log",
9926 "paths",
9927 "pretty_assertions",
9928 "release_channel",
9929 "rust-embed",
9930 "schemars",
9931 "serde",
9932 "serde_derive",
9933 "serde_json",
9934 "serde_json_lenient",
9935 "smallvec",
9936 "tree-sitter",
9937 "tree-sitter-json",
9938 "unindent",
9939 "util",
9940]
9941
9942[[package]]
9943name = "settings_ui"
9944version = "0.1.0"
9945dependencies = [
9946 "command_palette_hooks",
9947 "editor",
9948 "feature_flags",
9949 "gpui",
9950 "settings",
9951 "theme",
9952 "ui",
9953 "workspace",
9954]
9955
9956[[package]]
9957name = "sha1"
9958version = "0.10.6"
9959source = "registry+https://github.com/rust-lang/crates.io-index"
9960checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
9961dependencies = [
9962 "cfg-if",
9963 "cpufeatures",
9964 "digest",
9965]
9966
9967[[package]]
9968name = "sha1_smol"
9969version = "1.0.1"
9970source = "registry+https://github.com/rust-lang/crates.io-index"
9971checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
9972
9973[[package]]
9974name = "sha2"
9975version = "0.10.8"
9976source = "registry+https://github.com/rust-lang/crates.io-index"
9977checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
9978dependencies = [
9979 "cfg-if",
9980 "cpufeatures",
9981 "digest",
9982]
9983
9984[[package]]
9985name = "sharded-slab"
9986version = "0.1.7"
9987source = "registry+https://github.com/rust-lang/crates.io-index"
9988checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
9989dependencies = [
9990 "lazy_static",
9991]
9992
9993[[package]]
9994name = "shell-words"
9995version = "1.1.0"
9996source = "registry+https://github.com/rust-lang/crates.io-index"
9997checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
9998
9999[[package]]
10000name = "shellexpand"
10001version = "2.1.2"
10002source = "registry+https://github.com/rust-lang/crates.io-index"
10003checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10004dependencies = [
10005 "dirs 4.0.0",
10006]
10007
10008[[package]]
10009name = "shellexpand"
10010version = "3.1.0"
10011source = "registry+https://github.com/rust-lang/crates.io-index"
10012checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10013dependencies = [
10014 "dirs 5.0.1",
10015]
10016
10017[[package]]
10018name = "shlex"
10019version = "1.3.0"
10020source = "registry+https://github.com/rust-lang/crates.io-index"
10021checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10022
10023[[package]]
10024name = "signal-hook"
10025version = "0.3.17"
10026source = "registry+https://github.com/rust-lang/crates.io-index"
10027checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10028dependencies = [
10029 "libc",
10030 "signal-hook-registry",
10031]
10032
10033[[package]]
10034name = "signal-hook-registry"
10035version = "1.4.2"
10036source = "registry+https://github.com/rust-lang/crates.io-index"
10037checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10038dependencies = [
10039 "libc",
10040]
10041
10042[[package]]
10043name = "signature"
10044version = "1.6.4"
10045source = "registry+https://github.com/rust-lang/crates.io-index"
10046checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10047dependencies = [
10048 "digest",
10049 "rand_core 0.6.4",
10050]
10051
10052[[package]]
10053name = "signature"
10054version = "2.2.0"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10057dependencies = [
10058 "digest",
10059 "rand_core 0.6.4",
10060]
10061
10062[[package]]
10063name = "simd-adler32"
10064version = "0.3.7"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10067
10068[[package]]
10069name = "simd_helpers"
10070version = "0.1.0"
10071source = "registry+https://github.com/rust-lang/crates.io-index"
10072checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10073dependencies = [
10074 "quote",
10075]
10076
10077[[package]]
10078name = "simdutf8"
10079version = "0.1.4"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10082
10083[[package]]
10084name = "similar"
10085version = "1.3.0"
10086source = "registry+https://github.com/rust-lang/crates.io-index"
10087checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10088
10089[[package]]
10090name = "simple_asn1"
10091version = "0.6.2"
10092source = "registry+https://github.com/rust-lang/crates.io-index"
10093checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10094dependencies = [
10095 "num-bigint",
10096 "num-traits",
10097 "thiserror",
10098 "time",
10099]
10100
10101[[package]]
10102name = "simplecss"
10103version = "0.2.1"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10106dependencies = [
10107 "log",
10108]
10109
10110[[package]]
10111name = "simplelog"
10112version = "0.12.2"
10113source = "registry+https://github.com/rust-lang/crates.io-index"
10114checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10115dependencies = [
10116 "log",
10117 "termcolor",
10118 "time",
10119]
10120
10121[[package]]
10122name = "siphasher"
10123version = "0.3.11"
10124source = "registry+https://github.com/rust-lang/crates.io-index"
10125checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10126
10127[[package]]
10128name = "siphasher"
10129version = "1.0.1"
10130source = "registry+https://github.com/rust-lang/crates.io-index"
10131checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
10132
10133[[package]]
10134name = "skrifa"
10135version = "0.20.0"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
10138dependencies = [
10139 "bytemuck",
10140 "read-fonts",
10141]
10142
10143[[package]]
10144name = "slab"
10145version = "0.4.9"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
10148dependencies = [
10149 "autocfg",
10150]
10151
10152[[package]]
10153name = "slash_commands_example"
10154version = "0.1.0"
10155dependencies = [
10156 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
10157]
10158
10159[[package]]
10160name = "slice-group-by"
10161version = "0.3.1"
10162source = "registry+https://github.com/rust-lang/crates.io-index"
10163checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
10164
10165[[package]]
10166name = "slotmap"
10167version = "1.0.7"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
10170dependencies = [
10171 "version_check",
10172]
10173
10174[[package]]
10175name = "sluice"
10176version = "0.5.5"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
10179dependencies = [
10180 "async-channel 1.9.0",
10181 "futures-core",
10182 "futures-io",
10183]
10184
10185[[package]]
10186name = "smallvec"
10187version = "1.13.2"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
10190dependencies = [
10191 "serde",
10192]
10193
10194[[package]]
10195name = "smart-default"
10196version = "0.6.0"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
10199dependencies = [
10200 "proc-macro2",
10201 "quote",
10202 "syn 1.0.109",
10203]
10204
10205[[package]]
10206name = "smol"
10207version = "1.3.0"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
10210dependencies = [
10211 "async-channel 1.9.0",
10212 "async-executor",
10213 "async-fs 1.6.0",
10214 "async-io 1.13.0",
10215 "async-lock 2.8.0",
10216 "async-net 1.8.0",
10217 "async-process 1.8.1",
10218 "blocking",
10219 "futures-lite 1.13.0",
10220]
10221
10222[[package]]
10223name = "smol_str"
10224version = "0.1.24"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
10227dependencies = [
10228 "serde",
10229]
10230
10231[[package]]
10232name = "snippet"
10233version = "0.1.0"
10234dependencies = [
10235 "anyhow",
10236 "smallvec",
10237]
10238
10239[[package]]
10240name = "snippet_provider"
10241version = "0.1.0"
10242dependencies = [
10243 "anyhow",
10244 "collections",
10245 "fs",
10246 "futures 0.3.30",
10247 "gpui",
10248 "parking_lot",
10249 "serde",
10250 "serde_json",
10251 "snippet",
10252 "util",
10253]
10254
10255[[package]]
10256name = "socket2"
10257version = "0.4.10"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
10260dependencies = [
10261 "libc",
10262 "winapi",
10263]
10264
10265[[package]]
10266name = "socket2"
10267version = "0.5.7"
10268source = "registry+https://github.com/rust-lang/crates.io-index"
10269checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
10270dependencies = [
10271 "libc",
10272 "windows-sys 0.52.0",
10273]
10274
10275[[package]]
10276name = "spdx"
10277version = "0.10.6"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
10280dependencies = [
10281 "smallvec",
10282]
10283
10284[[package]]
10285name = "spin"
10286version = "0.9.8"
10287source = "registry+https://github.com/rust-lang/crates.io-index"
10288checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
10289dependencies = [
10290 "lock_api",
10291]
10292
10293[[package]]
10294name = "spirv"
10295version = "0.3.0+sdk-1.3.268.0"
10296source = "registry+https://github.com/rust-lang/crates.io-index"
10297checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
10298dependencies = [
10299 "bitflags 2.6.0",
10300]
10301
10302[[package]]
10303name = "spki"
10304version = "0.6.0"
10305source = "registry+https://github.com/rust-lang/crates.io-index"
10306checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
10307dependencies = [
10308 "base64ct",
10309 "der 0.6.1",
10310]
10311
10312[[package]]
10313name = "spki"
10314version = "0.7.3"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
10317dependencies = [
10318 "base64ct",
10319 "der 0.7.9",
10320]
10321
10322[[package]]
10323name = "sptr"
10324version = "0.3.2"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
10327
10328[[package]]
10329name = "sqlez"
10330version = "0.1.0"
10331dependencies = [
10332 "anyhow",
10333 "collections",
10334 "futures 0.3.30",
10335 "indoc",
10336 "libsqlite3-sys",
10337 "parking_lot",
10338 "smol",
10339 "thread_local",
10340 "util",
10341 "uuid",
10342]
10343
10344[[package]]
10345name = "sqlez_macros"
10346version = "0.1.0"
10347dependencies = [
10348 "sqlez",
10349 "sqlformat",
10350 "syn 1.0.109",
10351]
10352
10353[[package]]
10354name = "sqlformat"
10355version = "0.2.4"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f"
10358dependencies = [
10359 "nom",
10360 "unicode_categories",
10361]
10362
10363[[package]]
10364name = "sqlx"
10365version = "0.7.2"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
10368dependencies = [
10369 "sqlx-core",
10370 "sqlx-macros",
10371 "sqlx-mysql",
10372 "sqlx-postgres",
10373 "sqlx-sqlite",
10374]
10375
10376[[package]]
10377name = "sqlx-core"
10378version = "0.7.2"
10379source = "registry+https://github.com/rust-lang/crates.io-index"
10380checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
10381dependencies = [
10382 "ahash 0.8.11",
10383 "atoi",
10384 "bigdecimal",
10385 "byteorder",
10386 "bytes 1.7.1",
10387 "chrono",
10388 "crc",
10389 "crossbeam-queue",
10390 "dotenvy",
10391 "either",
10392 "event-listener 2.5.3",
10393 "futures-channel",
10394 "futures-core",
10395 "futures-intrusive",
10396 "futures-io",
10397 "futures-util",
10398 "hashlink",
10399 "hex",
10400 "indexmap 2.4.0",
10401 "log",
10402 "memchr",
10403 "once_cell",
10404 "paste",
10405 "percent-encoding",
10406 "rust_decimal",
10407 "rustls",
10408 "rustls-pemfile",
10409 "serde",
10410 "serde_json",
10411 "sha2",
10412 "smallvec",
10413 "sqlformat",
10414 "thiserror",
10415 "time",
10416 "tokio",
10417 "tokio-stream",
10418 "tracing",
10419 "url",
10420 "uuid",
10421 "webpki-roots",
10422]
10423
10424[[package]]
10425name = "sqlx-macros"
10426version = "0.7.2"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
10429dependencies = [
10430 "proc-macro2",
10431 "quote",
10432 "sqlx-core",
10433 "sqlx-macros-core",
10434 "syn 1.0.109",
10435]
10436
10437[[package]]
10438name = "sqlx-macros-core"
10439version = "0.7.2"
10440source = "registry+https://github.com/rust-lang/crates.io-index"
10441checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
10442dependencies = [
10443 "dotenvy",
10444 "either",
10445 "heck 0.4.1",
10446 "hex",
10447 "once_cell",
10448 "proc-macro2",
10449 "quote",
10450 "serde",
10451 "serde_json",
10452 "sha2",
10453 "sqlx-core",
10454 "sqlx-mysql",
10455 "sqlx-postgres",
10456 "sqlx-sqlite",
10457 "syn 1.0.109",
10458 "tempfile",
10459 "tokio",
10460 "url",
10461]
10462
10463[[package]]
10464name = "sqlx-mysql"
10465version = "0.7.2"
10466source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
10468dependencies = [
10469 "atoi",
10470 "base64 0.21.7",
10471 "bigdecimal",
10472 "bitflags 2.6.0",
10473 "byteorder",
10474 "bytes 1.7.1",
10475 "chrono",
10476 "crc",
10477 "digest",
10478 "dotenvy",
10479 "either",
10480 "futures-channel",
10481 "futures-core",
10482 "futures-io",
10483 "futures-util",
10484 "generic-array",
10485 "hex",
10486 "hkdf",
10487 "hmac",
10488 "itoa",
10489 "log",
10490 "md-5",
10491 "memchr",
10492 "once_cell",
10493 "percent-encoding",
10494 "rand 0.8.5",
10495 "rsa",
10496 "rust_decimal",
10497 "serde",
10498 "sha1",
10499 "sha2",
10500 "smallvec",
10501 "sqlx-core",
10502 "stringprep",
10503 "thiserror",
10504 "time",
10505 "tracing",
10506 "uuid",
10507 "whoami",
10508]
10509
10510[[package]]
10511name = "sqlx-postgres"
10512version = "0.7.2"
10513source = "registry+https://github.com/rust-lang/crates.io-index"
10514checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
10515dependencies = [
10516 "atoi",
10517 "base64 0.21.7",
10518 "bigdecimal",
10519 "bitflags 2.6.0",
10520 "byteorder",
10521 "chrono",
10522 "crc",
10523 "dotenvy",
10524 "etcetera",
10525 "futures-channel",
10526 "futures-core",
10527 "futures-io",
10528 "futures-util",
10529 "hex",
10530 "hkdf",
10531 "hmac",
10532 "home",
10533 "itoa",
10534 "log",
10535 "md-5",
10536 "memchr",
10537 "num-bigint",
10538 "once_cell",
10539 "rand 0.8.5",
10540 "rust_decimal",
10541 "serde",
10542 "serde_json",
10543 "sha1",
10544 "sha2",
10545 "smallvec",
10546 "sqlx-core",
10547 "stringprep",
10548 "thiserror",
10549 "time",
10550 "tracing",
10551 "uuid",
10552 "whoami",
10553]
10554
10555[[package]]
10556name = "sqlx-sqlite"
10557version = "0.7.2"
10558source = "registry+https://github.com/rust-lang/crates.io-index"
10559checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
10560dependencies = [
10561 "atoi",
10562 "chrono",
10563 "flume",
10564 "futures-channel",
10565 "futures-core",
10566 "futures-executor",
10567 "futures-intrusive",
10568 "futures-util",
10569 "libsqlite3-sys",
10570 "log",
10571 "percent-encoding",
10572 "serde",
10573 "sqlx-core",
10574 "time",
10575 "tracing",
10576 "url",
10577 "uuid",
10578]
10579
10580[[package]]
10581name = "stable_deref_trait"
10582version = "1.2.0"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
10585
10586[[package]]
10587name = "static_assertions"
10588version = "1.1.0"
10589source = "registry+https://github.com/rust-lang/crates.io-index"
10590checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
10591
10592[[package]]
10593name = "story"
10594version = "0.1.0"
10595dependencies = [
10596 "gpui",
10597 "itertools 0.10.5",
10598 "smallvec",
10599]
10600
10601[[package]]
10602name = "storybook"
10603version = "0.1.0"
10604dependencies = [
10605 "anyhow",
10606 "clap",
10607 "collab_ui",
10608 "ctrlc",
10609 "dialoguer",
10610 "editor",
10611 "fuzzy",
10612 "gpui",
10613 "indoc",
10614 "language",
10615 "log",
10616 "menu",
10617 "picker",
10618 "project",
10619 "rust-embed",
10620 "settings",
10621 "simplelog",
10622 "story",
10623 "strum",
10624 "theme",
10625 "title_bar",
10626 "ui",
10627]
10628
10629[[package]]
10630name = "strict-num"
10631version = "0.1.1"
10632source = "registry+https://github.com/rust-lang/crates.io-index"
10633checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
10634dependencies = [
10635 "float-cmp",
10636]
10637
10638[[package]]
10639name = "string_cache"
10640version = "0.8.7"
10641source = "registry+https://github.com/rust-lang/crates.io-index"
10642checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
10643dependencies = [
10644 "new_debug_unreachable",
10645 "once_cell",
10646 "parking_lot",
10647 "phf_shared 0.10.0",
10648 "precomputed-hash",
10649 "serde",
10650]
10651
10652[[package]]
10653name = "string_cache_codegen"
10654version = "0.5.2"
10655source = "registry+https://github.com/rust-lang/crates.io-index"
10656checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
10657dependencies = [
10658 "phf_generator 0.10.0",
10659 "phf_shared 0.10.0",
10660 "proc-macro2",
10661 "quote",
10662]
10663
10664[[package]]
10665name = "stringprep"
10666version = "0.1.5"
10667source = "registry+https://github.com/rust-lang/crates.io-index"
10668checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
10669dependencies = [
10670 "unicode-bidi",
10671 "unicode-normalization",
10672 "unicode-properties",
10673]
10674
10675[[package]]
10676name = "strsim"
10677version = "0.11.1"
10678source = "registry+https://github.com/rust-lang/crates.io-index"
10679checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
10680
10681[[package]]
10682name = "strum"
10683version = "0.25.0"
10684source = "registry+https://github.com/rust-lang/crates.io-index"
10685checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
10686dependencies = [
10687 "strum_macros",
10688]
10689
10690[[package]]
10691name = "strum_macros"
10692version = "0.25.3"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
10695dependencies = [
10696 "heck 0.4.1",
10697 "proc-macro2",
10698 "quote",
10699 "rustversion",
10700 "syn 2.0.76",
10701]
10702
10703[[package]]
10704name = "subtle"
10705version = "2.6.1"
10706source = "registry+https://github.com/rust-lang/crates.io-index"
10707checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
10708
10709[[package]]
10710name = "sum_tree"
10711version = "0.1.0"
10712dependencies = [
10713 "arrayvec",
10714 "ctor",
10715 "env_logger",
10716 "log",
10717 "rand 0.8.5",
10718 "rayon",
10719]
10720
10721[[package]]
10722name = "supermaven"
10723version = "0.1.0"
10724dependencies = [
10725 "anyhow",
10726 "client",
10727 "collections",
10728 "editor",
10729 "env_logger",
10730 "futures 0.3.30",
10731 "gpui",
10732 "http_client",
10733 "language",
10734 "log",
10735 "postage",
10736 "project",
10737 "serde",
10738 "serde_json",
10739 "settings",
10740 "smol",
10741 "supermaven_api",
10742 "text",
10743 "theme",
10744 "ui",
10745 "util",
10746 "windows 0.58.0",
10747]
10748
10749[[package]]
10750name = "supermaven_api"
10751version = "0.1.0"
10752dependencies = [
10753 "anyhow",
10754 "futures 0.3.30",
10755 "http_client",
10756 "paths",
10757 "serde",
10758 "serde_json",
10759 "smol",
10760]
10761
10762[[package]]
10763name = "sval"
10764version = "2.13.0"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
10767
10768[[package]]
10769name = "sval_buffer"
10770version = "2.13.0"
10771source = "registry+https://github.com/rust-lang/crates.io-index"
10772checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
10773dependencies = [
10774 "sval",
10775 "sval_ref",
10776]
10777
10778[[package]]
10779name = "sval_dynamic"
10780version = "2.13.0"
10781source = "registry+https://github.com/rust-lang/crates.io-index"
10782checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
10783dependencies = [
10784 "sval",
10785]
10786
10787[[package]]
10788name = "sval_fmt"
10789version = "2.13.0"
10790source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
10792dependencies = [
10793 "itoa",
10794 "ryu",
10795 "sval",
10796]
10797
10798[[package]]
10799name = "sval_json"
10800version = "2.13.0"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
10803dependencies = [
10804 "itoa",
10805 "ryu",
10806 "sval",
10807]
10808
10809[[package]]
10810name = "sval_nested"
10811version = "2.13.0"
10812source = "registry+https://github.com/rust-lang/crates.io-index"
10813checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
10814dependencies = [
10815 "sval",
10816 "sval_buffer",
10817 "sval_ref",
10818]
10819
10820[[package]]
10821name = "sval_ref"
10822version = "2.13.0"
10823source = "registry+https://github.com/rust-lang/crates.io-index"
10824checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
10825dependencies = [
10826 "sval",
10827]
10828
10829[[package]]
10830name = "sval_serde"
10831version = "2.13.0"
10832source = "registry+https://github.com/rust-lang/crates.io-index"
10833checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
10834dependencies = [
10835 "serde",
10836 "sval",
10837 "sval_nested",
10838]
10839
10840[[package]]
10841name = "svg_fmt"
10842version = "0.4.3"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
10845
10846[[package]]
10847name = "svgtypes"
10848version = "0.15.2"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
10851dependencies = [
10852 "kurbo",
10853 "siphasher 1.0.1",
10854]
10855
10856[[package]]
10857name = "swash"
10858version = "0.1.18"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
10861dependencies = [
10862 "skrifa",
10863 "yazi",
10864 "zeno",
10865]
10866
10867[[package]]
10868name = "syn"
10869version = "1.0.109"
10870source = "registry+https://github.com/rust-lang/crates.io-index"
10871checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
10872dependencies = [
10873 "proc-macro2",
10874 "quote",
10875 "unicode-ident",
10876]
10877
10878[[package]]
10879name = "syn"
10880version = "2.0.76"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
10883dependencies = [
10884 "proc-macro2",
10885 "quote",
10886 "unicode-ident",
10887]
10888
10889[[package]]
10890name = "syn_derive"
10891version = "0.1.8"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
10894dependencies = [
10895 "proc-macro-error",
10896 "proc-macro2",
10897 "quote",
10898 "syn 2.0.76",
10899]
10900
10901[[package]]
10902name = "sync_wrapper"
10903version = "0.1.2"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
10906
10907[[package]]
10908name = "synchronoise"
10909version = "1.0.1"
10910source = "registry+https://github.com/rust-lang/crates.io-index"
10911checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
10912dependencies = [
10913 "crossbeam-queue",
10914]
10915
10916[[package]]
10917name = "sys-locale"
10918version = "0.3.1"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
10921dependencies = [
10922 "libc",
10923]
10924
10925[[package]]
10926name = "sysinfo"
10927version = "0.30.13"
10928source = "registry+https://github.com/rust-lang/crates.io-index"
10929checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3"
10930dependencies = [
10931 "cfg-if",
10932 "core-foundation-sys",
10933 "libc",
10934 "ntapi",
10935 "once_cell",
10936 "rayon",
10937 "windows 0.52.0",
10938]
10939
10940[[package]]
10941name = "system-configuration"
10942version = "0.5.1"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
10945dependencies = [
10946 "bitflags 1.3.2",
10947 "core-foundation",
10948 "system-configuration-sys",
10949]
10950
10951[[package]]
10952name = "system-configuration-sys"
10953version = "0.5.0"
10954source = "registry+https://github.com/rust-lang/crates.io-index"
10955checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
10956dependencies = [
10957 "core-foundation-sys",
10958 "libc",
10959]
10960
10961[[package]]
10962name = "system-deps"
10963version = "6.2.2"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
10966dependencies = [
10967 "cfg-expr",
10968 "heck 0.5.0",
10969 "pkg-config",
10970 "toml 0.8.19",
10971 "version-compare",
10972]
10973
10974[[package]]
10975name = "system-interface"
10976version = "0.27.2"
10977source = "registry+https://github.com/rust-lang/crates.io-index"
10978checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
10979dependencies = [
10980 "bitflags 2.6.0",
10981 "cap-fs-ext",
10982 "cap-std",
10983 "fd-lock",
10984 "io-lifetimes 2.0.3",
10985 "rustix 0.38.35",
10986 "windows-sys 0.52.0",
10987 "winx",
10988]
10989
10990[[package]]
10991name = "tab_switcher"
10992version = "0.1.0"
10993dependencies = [
10994 "anyhow",
10995 "collections",
10996 "ctor",
10997 "editor",
10998 "env_logger",
10999 "gpui",
11000 "language",
11001 "menu",
11002 "picker",
11003 "project",
11004 "serde",
11005 "serde_json",
11006 "theme",
11007 "ui",
11008 "util",
11009 "workspace",
11010]
11011
11012[[package]]
11013name = "taffy"
11014version = "0.4.4"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11017dependencies = [
11018 "arrayvec",
11019 "grid",
11020 "num-traits",
11021 "serde",
11022 "slotmap",
11023]
11024
11025[[package]]
11026name = "take-until"
11027version = "0.2.0"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11030
11031[[package]]
11032name = "tap"
11033version = "1.0.1"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11036
11037[[package]]
11038name = "target-lexicon"
11039version = "0.12.16"
11040source = "registry+https://github.com/rust-lang/crates.io-index"
11041checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11042
11043[[package]]
11044name = "task"
11045version = "0.1.0"
11046dependencies = [
11047 "anyhow",
11048 "collections",
11049 "futures 0.3.30",
11050 "gpui",
11051 "hex",
11052 "parking_lot",
11053 "schemars",
11054 "serde",
11055 "serde_json_lenient",
11056 "sha2",
11057 "shellexpand 2.1.2",
11058 "util",
11059]
11060
11061[[package]]
11062name = "tasks_ui"
11063version = "0.1.0"
11064dependencies = [
11065 "anyhow",
11066 "editor",
11067 "file_icons",
11068 "fuzzy",
11069 "gpui",
11070 "language",
11071 "menu",
11072 "picker",
11073 "project",
11074 "schemars",
11075 "serde",
11076 "serde_json",
11077 "settings",
11078 "task",
11079 "tree-sitter-rust",
11080 "tree-sitter-typescript",
11081 "ui",
11082 "util",
11083 "workspace",
11084]
11085
11086[[package]]
11087name = "telemetry_events"
11088version = "0.1.0"
11089dependencies = [
11090 "semantic_version",
11091 "serde",
11092]
11093
11094[[package]]
11095name = "tempfile"
11096version = "3.12.0"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
11099dependencies = [
11100 "cfg-if",
11101 "fastrand 2.1.1",
11102 "once_cell",
11103 "rustix 0.38.35",
11104 "windows-sys 0.59.0",
11105]
11106
11107[[package]]
11108name = "tendril"
11109version = "0.4.3"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
11112dependencies = [
11113 "futf",
11114 "mac",
11115 "utf-8",
11116]
11117
11118[[package]]
11119name = "termcolor"
11120version = "1.4.1"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
11123dependencies = [
11124 "winapi-util",
11125]
11126
11127[[package]]
11128name = "terminal"
11129version = "0.1.0"
11130dependencies = [
11131 "alacritty_terminal",
11132 "anyhow",
11133 "collections",
11134 "dirs 4.0.0",
11135 "futures 0.3.30",
11136 "gpui",
11137 "libc",
11138 "rand 0.8.5",
11139 "release_channel",
11140 "schemars",
11141 "serde",
11142 "serde_derive",
11143 "settings",
11144 "smol",
11145 "sysinfo",
11146 "task",
11147 "theme",
11148 "thiserror",
11149 "util",
11150 "windows 0.58.0",
11151]
11152
11153[[package]]
11154name = "terminal_size"
11155version = "0.3.0"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
11158dependencies = [
11159 "rustix 0.38.35",
11160 "windows-sys 0.48.0",
11161]
11162
11163[[package]]
11164name = "terminal_view"
11165version = "0.1.0"
11166dependencies = [
11167 "anyhow",
11168 "client",
11169 "collections",
11170 "db",
11171 "dirs 4.0.0",
11172 "editor",
11173 "futures 0.3.30",
11174 "gpui",
11175 "itertools 0.11.0",
11176 "language",
11177 "project",
11178 "rand 0.8.5",
11179 "search",
11180 "serde",
11181 "serde_json",
11182 "settings",
11183 "shellexpand 2.1.2",
11184 "smol",
11185 "task",
11186 "tasks_ui",
11187 "terminal",
11188 "theme",
11189 "ui",
11190 "util",
11191 "workspace",
11192 "zed_actions",
11193]
11194
11195[[package]]
11196name = "text"
11197version = "0.1.0"
11198dependencies = [
11199 "anyhow",
11200 "clock",
11201 "collections",
11202 "ctor",
11203 "env_logger",
11204 "gpui",
11205 "http_client",
11206 "log",
11207 "parking_lot",
11208 "postage",
11209 "rand 0.8.5",
11210 "regex",
11211 "rope",
11212 "smallvec",
11213 "sum_tree",
11214 "util",
11215]
11216
11217[[package]]
11218name = "theme"
11219version = "0.1.0"
11220dependencies = [
11221 "anyhow",
11222 "collections",
11223 "derive_more",
11224 "fs",
11225 "futures 0.3.30",
11226 "gpui",
11227 "indexmap 1.9.3",
11228 "log",
11229 "palette",
11230 "parking_lot",
11231 "refineable",
11232 "schemars",
11233 "serde",
11234 "serde_derive",
11235 "serde_json",
11236 "serde_json_lenient",
11237 "serde_repr",
11238 "settings",
11239 "story",
11240 "util",
11241 "uuid",
11242]
11243
11244[[package]]
11245name = "theme_importer"
11246version = "0.1.0"
11247dependencies = [
11248 "anyhow",
11249 "clap",
11250 "gpui",
11251 "indexmap 1.9.3",
11252 "log",
11253 "palette",
11254 "rust-embed",
11255 "schemars",
11256 "serde",
11257 "serde_json",
11258 "serde_json_lenient",
11259 "simplelog",
11260 "strum",
11261 "theme",
11262 "vscode_theme",
11263]
11264
11265[[package]]
11266name = "theme_selector"
11267version = "0.1.0"
11268dependencies = [
11269 "client",
11270 "feature_flags",
11271 "fs",
11272 "fuzzy",
11273 "gpui",
11274 "log",
11275 "picker",
11276 "serde",
11277 "settings",
11278 "theme",
11279 "ui",
11280 "util",
11281 "workspace",
11282]
11283
11284[[package]]
11285name = "thiserror"
11286version = "1.0.63"
11287source = "registry+https://github.com/rust-lang/crates.io-index"
11288checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
11289dependencies = [
11290 "thiserror-impl",
11291]
11292
11293[[package]]
11294name = "thiserror-impl"
11295version = "1.0.63"
11296source = "registry+https://github.com/rust-lang/crates.io-index"
11297checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
11298dependencies = [
11299 "proc-macro2",
11300 "quote",
11301 "syn 2.0.76",
11302]
11303
11304[[package]]
11305name = "thread_local"
11306version = "1.1.8"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
11309dependencies = [
11310 "cfg-if",
11311 "once_cell",
11312]
11313
11314[[package]]
11315name = "tiff"
11316version = "0.9.1"
11317source = "registry+https://github.com/rust-lang/crates.io-index"
11318checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
11319dependencies = [
11320 "flate2",
11321 "jpeg-decoder",
11322 "weezl",
11323]
11324
11325[[package]]
11326name = "tiktoken-rs"
11327version = "0.5.9"
11328source = "registry+https://github.com/rust-lang/crates.io-index"
11329checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
11330dependencies = [
11331 "anyhow",
11332 "base64 0.21.7",
11333 "bstr",
11334 "fancy-regex",
11335 "lazy_static",
11336 "parking_lot",
11337 "rustc-hash",
11338]
11339
11340[[package]]
11341name = "time"
11342version = "0.3.36"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
11345dependencies = [
11346 "deranged",
11347 "itoa",
11348 "libc",
11349 "num-conv",
11350 "num_threads",
11351 "powerfmt",
11352 "serde",
11353 "time-core",
11354 "time-macros",
11355]
11356
11357[[package]]
11358name = "time-core"
11359version = "0.1.2"
11360source = "registry+https://github.com/rust-lang/crates.io-index"
11361checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
11362
11363[[package]]
11364name = "time-macros"
11365version = "0.2.18"
11366source = "registry+https://github.com/rust-lang/crates.io-index"
11367checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
11368dependencies = [
11369 "num-conv",
11370 "time-core",
11371]
11372
11373[[package]]
11374name = "time_format"
11375version = "0.1.0"
11376dependencies = [
11377 "core-foundation",
11378 "core-foundation-sys",
11379 "sys-locale",
11380 "time",
11381]
11382
11383[[package]]
11384name = "tiny-keccak"
11385version = "2.0.2"
11386source = "registry+https://github.com/rust-lang/crates.io-index"
11387checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
11388dependencies = [
11389 "crunchy",
11390]
11391
11392[[package]]
11393name = "tiny-skia"
11394version = "0.11.4"
11395source = "registry+https://github.com/rust-lang/crates.io-index"
11396checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
11397dependencies = [
11398 "arrayref",
11399 "arrayvec",
11400 "bytemuck",
11401 "cfg-if",
11402 "log",
11403 "png",
11404 "tiny-skia-path",
11405]
11406
11407[[package]]
11408name = "tiny-skia-path"
11409version = "0.11.4"
11410source = "registry+https://github.com/rust-lang/crates.io-index"
11411checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
11412dependencies = [
11413 "arrayref",
11414 "bytemuck",
11415 "strict-num",
11416]
11417
11418[[package]]
11419name = "tiny_http"
11420version = "0.8.2"
11421source = "registry+https://github.com/rust-lang/crates.io-index"
11422checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
11423dependencies = [
11424 "ascii",
11425 "chrono",
11426 "chunked_transfer",
11427 "log",
11428 "url",
11429]
11430
11431[[package]]
11432name = "tinytemplate"
11433version = "1.2.1"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
11436dependencies = [
11437 "serde",
11438 "serde_json",
11439]
11440
11441[[package]]
11442name = "tinyvec"
11443version = "1.8.0"
11444source = "registry+https://github.com/rust-lang/crates.io-index"
11445checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
11446dependencies = [
11447 "tinyvec_macros",
11448]
11449
11450[[package]]
11451name = "tinyvec_macros"
11452version = "0.1.1"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
11455
11456[[package]]
11457name = "title_bar"
11458version = "0.1.0"
11459dependencies = [
11460 "auto_update",
11461 "call",
11462 "client",
11463 "collections",
11464 "command_palette",
11465 "dev_server_projects",
11466 "editor",
11467 "extensions_ui",
11468 "feature_flags",
11469 "feedback",
11470 "gpui",
11471 "http_client",
11472 "notifications",
11473 "pretty_assertions",
11474 "project",
11475 "recent_projects",
11476 "rpc",
11477 "serde",
11478 "settings",
11479 "smallvec",
11480 "story",
11481 "theme",
11482 "theme_selector",
11483 "tree-sitter-md",
11484 "ui",
11485 "util",
11486 "vcs_menu",
11487 "windows 0.58.0",
11488 "workspace",
11489 "zed_actions",
11490]
11491
11492[[package]]
11493name = "tokio"
11494version = "1.40.0"
11495source = "registry+https://github.com/rust-lang/crates.io-index"
11496checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
11497dependencies = [
11498 "backtrace",
11499 "bytes 1.7.1",
11500 "libc",
11501 "mio 1.0.2",
11502 "parking_lot",
11503 "pin-project-lite",
11504 "signal-hook-registry",
11505 "socket2 0.5.7",
11506 "tokio-macros",
11507 "windows-sys 0.52.0",
11508]
11509
11510[[package]]
11511name = "tokio-io"
11512version = "0.1.13"
11513source = "registry+https://github.com/rust-lang/crates.io-index"
11514checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
11515dependencies = [
11516 "bytes 0.4.12",
11517 "futures 0.1.31",
11518 "log",
11519]
11520
11521[[package]]
11522name = "tokio-macros"
11523version = "2.4.0"
11524source = "registry+https://github.com/rust-lang/crates.io-index"
11525checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
11526dependencies = [
11527 "proc-macro2",
11528 "quote",
11529 "syn 2.0.76",
11530]
11531
11532[[package]]
11533name = "tokio-native-tls"
11534version = "0.3.1"
11535source = "registry+https://github.com/rust-lang/crates.io-index"
11536checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
11537dependencies = [
11538 "native-tls",
11539 "tokio",
11540]
11541
11542[[package]]
11543name = "tokio-rustls"
11544version = "0.24.1"
11545source = "registry+https://github.com/rust-lang/crates.io-index"
11546checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
11547dependencies = [
11548 "rustls",
11549 "tokio",
11550]
11551
11552[[package]]
11553name = "tokio-socks"
11554version = "0.5.2"
11555source = "registry+https://github.com/rust-lang/crates.io-index"
11556checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
11557dependencies = [
11558 "either",
11559 "futures-io",
11560 "futures-util",
11561 "thiserror",
11562]
11563
11564[[package]]
11565name = "tokio-stream"
11566version = "0.1.15"
11567source = "registry+https://github.com/rust-lang/crates.io-index"
11568checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
11569dependencies = [
11570 "futures-core",
11571 "pin-project-lite",
11572 "tokio",
11573]
11574
11575[[package]]
11576name = "tokio-tungstenite"
11577version = "0.20.1"
11578source = "registry+https://github.com/rust-lang/crates.io-index"
11579checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
11580dependencies = [
11581 "futures-util",
11582 "log",
11583 "tokio",
11584 "tungstenite 0.20.1",
11585]
11586
11587[[package]]
11588name = "tokio-tungstenite"
11589version = "0.21.0"
11590source = "registry+https://github.com/rust-lang/crates.io-index"
11591checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
11592dependencies = [
11593 "futures-util",
11594 "log",
11595 "tokio",
11596 "tungstenite 0.21.0",
11597]
11598
11599[[package]]
11600name = "tokio-util"
11601version = "0.7.11"
11602source = "registry+https://github.com/rust-lang/crates.io-index"
11603checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
11604dependencies = [
11605 "bytes 1.7.1",
11606 "futures-core",
11607 "futures-io",
11608 "futures-sink",
11609 "pin-project-lite",
11610 "tokio",
11611]
11612
11613[[package]]
11614name = "toml"
11615version = "0.5.11"
11616source = "registry+https://github.com/rust-lang/crates.io-index"
11617checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
11618dependencies = [
11619 "serde",
11620]
11621
11622[[package]]
11623name = "toml"
11624version = "0.7.8"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
11627dependencies = [
11628 "serde",
11629 "serde_spanned",
11630 "toml_datetime",
11631 "toml_edit 0.19.15",
11632]
11633
11634[[package]]
11635name = "toml"
11636version = "0.8.19"
11637source = "registry+https://github.com/rust-lang/crates.io-index"
11638checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
11639dependencies = [
11640 "serde",
11641 "serde_spanned",
11642 "toml_datetime",
11643 "toml_edit 0.22.20",
11644]
11645
11646[[package]]
11647name = "toml_datetime"
11648version = "0.6.8"
11649source = "registry+https://github.com/rust-lang/crates.io-index"
11650checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
11651dependencies = [
11652 "serde",
11653]
11654
11655[[package]]
11656name = "toml_edit"
11657version = "0.19.15"
11658source = "registry+https://github.com/rust-lang/crates.io-index"
11659checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
11660dependencies = [
11661 "indexmap 2.4.0",
11662 "serde",
11663 "serde_spanned",
11664 "toml_datetime",
11665 "winnow 0.5.40",
11666]
11667
11668[[package]]
11669name = "toml_edit"
11670version = "0.22.20"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
11673dependencies = [
11674 "indexmap 2.4.0",
11675 "serde",
11676 "serde_spanned",
11677 "toml_datetime",
11678 "winnow 0.6.18",
11679]
11680
11681[[package]]
11682name = "topological-sort"
11683version = "0.2.2"
11684source = "registry+https://github.com/rust-lang/crates.io-index"
11685checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
11686
11687[[package]]
11688name = "tower"
11689version = "0.4.13"
11690source = "registry+https://github.com/rust-lang/crates.io-index"
11691checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
11692dependencies = [
11693 "futures-core",
11694 "futures-util",
11695 "pin-project",
11696 "pin-project-lite",
11697 "tokio",
11698 "tower-layer",
11699 "tower-service",
11700 "tracing",
11701]
11702
11703[[package]]
11704name = "tower-http"
11705version = "0.3.5"
11706source = "registry+https://github.com/rust-lang/crates.io-index"
11707checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
11708dependencies = [
11709 "bitflags 1.3.2",
11710 "bytes 1.7.1",
11711 "futures-core",
11712 "futures-util",
11713 "http 0.2.12",
11714 "http-body 0.4.6",
11715 "http-range-header",
11716 "pin-project-lite",
11717 "tower-layer",
11718 "tower-service",
11719]
11720
11721[[package]]
11722name = "tower-http"
11723version = "0.4.4"
11724source = "registry+https://github.com/rust-lang/crates.io-index"
11725checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
11726dependencies = [
11727 "bitflags 2.6.0",
11728 "bytes 1.7.1",
11729 "futures-core",
11730 "futures-util",
11731 "http 0.2.12",
11732 "http-body 0.4.6",
11733 "http-range-header",
11734 "pin-project-lite",
11735 "tower-layer",
11736 "tower-service",
11737 "tracing",
11738]
11739
11740[[package]]
11741name = "tower-layer"
11742version = "0.3.3"
11743source = "registry+https://github.com/rust-lang/crates.io-index"
11744checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
11745
11746[[package]]
11747name = "tower-service"
11748version = "0.3.3"
11749source = "registry+https://github.com/rust-lang/crates.io-index"
11750checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
11751
11752[[package]]
11753name = "tracing"
11754version = "0.1.40"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
11757dependencies = [
11758 "log",
11759 "pin-project-lite",
11760 "tracing-attributes",
11761 "tracing-core",
11762]
11763
11764[[package]]
11765name = "tracing-attributes"
11766version = "0.1.27"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
11769dependencies = [
11770 "proc-macro2",
11771 "quote",
11772 "syn 2.0.76",
11773]
11774
11775[[package]]
11776name = "tracing-core"
11777version = "0.1.32"
11778source = "registry+https://github.com/rust-lang/crates.io-index"
11779checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
11780dependencies = [
11781 "once_cell",
11782 "valuable",
11783]
11784
11785[[package]]
11786name = "tracing-futures"
11787version = "0.2.5"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
11790dependencies = [
11791 "pin-project",
11792 "tracing",
11793]
11794
11795[[package]]
11796name = "tracing-log"
11797version = "0.2.0"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
11800dependencies = [
11801 "log",
11802 "once_cell",
11803 "tracing-core",
11804]
11805
11806[[package]]
11807name = "tracing-serde"
11808version = "0.1.3"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
11811dependencies = [
11812 "serde",
11813 "tracing-core",
11814]
11815
11816[[package]]
11817name = "tracing-subscriber"
11818version = "0.3.18"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
11821dependencies = [
11822 "matchers",
11823 "nu-ansi-term",
11824 "once_cell",
11825 "regex",
11826 "serde",
11827 "serde_json",
11828 "sharded-slab",
11829 "smallvec",
11830 "thread_local",
11831 "tracing",
11832 "tracing-core",
11833 "tracing-log",
11834 "tracing-serde",
11835]
11836
11837[[package]]
11838name = "tree-sitter"
11839version = "0.22.6"
11840source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
11841dependencies = [
11842 "cc",
11843 "regex",
11844 "tree-sitter-language",
11845 "wasmtime-c-api-impl",
11846]
11847
11848[[package]]
11849name = "tree-sitter-bash"
11850version = "0.21.0"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "b5244703ad2e08a616d859a0557d7aa290adcd5e0990188a692e628ffe9dce40"
11853dependencies = [
11854 "cc",
11855 "tree-sitter",
11856]
11857
11858[[package]]
11859name = "tree-sitter-c"
11860version = "0.21.4"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "f956d5351d62652864a4ff3ae861747e7a1940dc96c9998ae400ac0d3ce30427"
11863dependencies = [
11864 "cc",
11865 "tree-sitter",
11866]
11867
11868[[package]]
11869name = "tree-sitter-cpp"
11870version = "0.22.3"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "1d509a22a992790d38f2c291961ff8a1ff016c437c7ec6befc9220b8eec8918c"
11873dependencies = [
11874 "cc",
11875 "tree-sitter",
11876]
11877
11878[[package]]
11879name = "tree-sitter-css"
11880version = "0.21.1"
11881source = "registry+https://github.com/rust-lang/crates.io-index"
11882checksum = "5e08e324b1cf60fd3291774b49724c66de2ce8fcf4d358d0b4b82e37b41b1c9b"
11883dependencies = [
11884 "cc",
11885 "tree-sitter",
11886]
11887
11888[[package]]
11889name = "tree-sitter-elixir"
11890version = "0.2.0"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "df94bf7f057768b1cab2ee1f14812ed4ae33f9e04d09254043eeaa797db4ef70"
11893dependencies = [
11894 "cc",
11895 "tree-sitter",
11896]
11897
11898[[package]]
11899name = "tree-sitter-embedded-template"
11900version = "0.20.0"
11901source = "registry+https://github.com/rust-lang/crates.io-index"
11902checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
11903dependencies = [
11904 "cc",
11905 "tree-sitter",
11906]
11907
11908[[package]]
11909name = "tree-sitter-go"
11910version = "0.21.2"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "b8d702a98d3c7e70e466456e58ff2b1ac550bf1e29b97e5770676d2fdabec00d"
11913dependencies = [
11914 "cc",
11915 "tree-sitter",
11916]
11917
11918[[package]]
11919name = "tree-sitter-gomod"
11920version = "1.0.2"
11921source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=1f55029bacd0a6a11f6eb894c4312d429dcf735c#1f55029bacd0a6a11f6eb894c4312d429dcf735c"
11922dependencies = [
11923 "cc",
11924 "tree-sitter",
11925]
11926
11927[[package]]
11928name = "tree-sitter-gowork"
11929version = "0.0.1"
11930source = "git+https://github.com/d1y/tree-sitter-go-work?rev=dcbabff454703c3a4bc98a23cf8778d4be46fd22#dcbabff454703c3a4bc98a23cf8778d4be46fd22"
11931dependencies = [
11932 "cc",
11933 "tree-sitter",
11934]
11935
11936[[package]]
11937name = "tree-sitter-heex"
11938version = "0.0.1"
11939source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=6dd0303acf7138dd2b9b432a229e16539581c701#6dd0303acf7138dd2b9b432a229e16539581c701"
11940dependencies = [
11941 "cc",
11942 "tree-sitter",
11943]
11944
11945[[package]]
11946name = "tree-sitter-html"
11947version = "0.20.4"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
11950dependencies = [
11951 "cc",
11952 "tree-sitter",
11953]
11954
11955[[package]]
11956name = "tree-sitter-jsdoc"
11957version = "0.21.0"
11958source = "registry+https://github.com/rust-lang/crates.io-index"
11959checksum = "8d07920101ff12a59574890318a37fa7e18d9c06d9aa4be334aa24adbb480f18"
11960dependencies = [
11961 "cc",
11962 "tree-sitter",
11963]
11964
11965[[package]]
11966name = "tree-sitter-json"
11967version = "0.21.0"
11968source = "registry+https://github.com/rust-lang/crates.io-index"
11969checksum = "5b737dcb73c35d74b7d64a5f3dde158113c86a012bf3cee2bfdf2150d23b05db"
11970dependencies = [
11971 "cc",
11972 "tree-sitter",
11973]
11974
11975[[package]]
11976name = "tree-sitter-language"
11977version = "0.1.0"
11978source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
11979
11980[[package]]
11981name = "tree-sitter-md"
11982version = "0.2.3"
11983source = "git+https://github.com/zed-industries/tree-sitter-markdown?rev=e3855e37f8f2c71aa7513c18a9c95fb7461b1b10#e3855e37f8f2c71aa7513c18a9c95fb7461b1b10"
11984dependencies = [
11985 "cc",
11986 "tree-sitter",
11987]
11988
11989[[package]]
11990name = "tree-sitter-python"
11991version = "0.21.0"
11992source = "registry+https://github.com/rust-lang/crates.io-index"
11993checksum = "b4066c6cf678f962f8c2c4561f205945c84834cce73d981e71392624fdc390a9"
11994dependencies = [
11995 "cc",
11996 "tree-sitter",
11997]
11998
11999[[package]]
12000name = "tree-sitter-regex"
12001version = "0.21.0"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "5ff1286fe9651b2797484839ffa37aa76c8618d4ccb6836d7e31765dfd60c0d5"
12004dependencies = [
12005 "cc",
12006 "tree-sitter",
12007]
12008
12009[[package]]
12010name = "tree-sitter-ruby"
12011version = "0.21.0"
12012source = "registry+https://github.com/rust-lang/crates.io-index"
12013checksum = "c0031f687c0772f2dad7b77104c43428611099a1804c81244ada21560f41f0b1"
12014dependencies = [
12015 "cc",
12016 "tree-sitter",
12017]
12018
12019[[package]]
12020name = "tree-sitter-rust"
12021version = "0.21.2"
12022source = "registry+https://github.com/rust-lang/crates.io-index"
12023checksum = "277690f420bf90741dea984f3da038ace46c4fe6047cba57a66822226cde1c93"
12024dependencies = [
12025 "cc",
12026 "tree-sitter",
12027]
12028
12029[[package]]
12030name = "tree-sitter-typescript"
12031version = "0.21.2"
12032source = "registry+https://github.com/rust-lang/crates.io-index"
12033checksum = "ecb35d98a688378e56c18c9c159824fd16f730ccbea19aacf4f206e5d5438ed9"
12034dependencies = [
12035 "cc",
12036 "tree-sitter",
12037]
12038
12039[[package]]
12040name = "tree-sitter-yaml"
12041version = "0.6.1"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "aad27ec46ad343d8b514f64dd3fdffb478c592ece561b6c935d90ef55589c6b6"
12044dependencies = [
12045 "cc",
12046 "tree-sitter",
12047]
12048
12049[[package]]
12050name = "try-lock"
12051version = "0.2.5"
12052source = "registry+https://github.com/rust-lang/crates.io-index"
12053checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12054
12055[[package]]
12056name = "ttf-parser"
12057version = "0.21.1"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
12060
12061[[package]]
12062name = "tungstenite"
12063version = "0.20.1"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12066dependencies = [
12067 "byteorder",
12068 "bytes 1.7.1",
12069 "data-encoding",
12070 "http 0.2.12",
12071 "httparse",
12072 "log",
12073 "native-tls",
12074 "rand 0.8.5",
12075 "sha1",
12076 "thiserror",
12077 "url",
12078 "utf-8",
12079]
12080
12081[[package]]
12082name = "tungstenite"
12083version = "0.21.0"
12084source = "registry+https://github.com/rust-lang/crates.io-index"
12085checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
12086dependencies = [
12087 "byteorder",
12088 "bytes 1.7.1",
12089 "data-encoding",
12090 "http 1.1.0",
12091 "httparse",
12092 "log",
12093 "rand 0.8.5",
12094 "sha1",
12095 "thiserror",
12096 "url",
12097 "utf-8",
12098]
12099
12100[[package]]
12101name = "typeid"
12102version = "1.0.2"
12103source = "registry+https://github.com/rust-lang/crates.io-index"
12104checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
12105
12106[[package]]
12107name = "typenum"
12108version = "1.17.0"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
12111
12112[[package]]
12113name = "ucd-trie"
12114version = "0.1.6"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
12117
12118[[package]]
12119name = "uds_windows"
12120version = "1.1.0"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
12123dependencies = [
12124 "memoffset",
12125 "tempfile",
12126 "winapi",
12127]
12128
12129[[package]]
12130name = "ui"
12131version = "0.1.0"
12132dependencies = [
12133 "chrono",
12134 "gpui",
12135 "itertools 0.11.0",
12136 "menu",
12137 "serde",
12138 "settings",
12139 "smallvec",
12140 "story",
12141 "strum",
12142 "theme",
12143 "windows 0.58.0",
12144]
12145
12146[[package]]
12147name = "ui_input"
12148version = "0.1.0"
12149dependencies = [
12150 "editor",
12151 "gpui",
12152 "settings",
12153 "theme",
12154 "ui",
12155]
12156
12157[[package]]
12158name = "unicase"
12159version = "2.7.0"
12160source = "registry+https://github.com/rust-lang/crates.io-index"
12161checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
12162dependencies = [
12163 "version_check",
12164]
12165
12166[[package]]
12167name = "unicode-bidi"
12168version = "0.3.15"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
12171
12172[[package]]
12173name = "unicode-bidi-mirroring"
12174version = "0.2.0"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
12177
12178[[package]]
12179name = "unicode-ccc"
12180version = "0.2.0"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
12183
12184[[package]]
12185name = "unicode-ident"
12186version = "1.0.12"
12187source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
12189
12190[[package]]
12191name = "unicode-linebreak"
12192version = "0.1.5"
12193source = "registry+https://github.com/rust-lang/crates.io-index"
12194checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
12195
12196[[package]]
12197name = "unicode-normalization"
12198version = "0.1.23"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
12201dependencies = [
12202 "tinyvec",
12203]
12204
12205[[package]]
12206name = "unicode-properties"
12207version = "0.1.2"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
12210
12211[[package]]
12212name = "unicode-script"
12213version = "0.5.6"
12214source = "registry+https://github.com/rust-lang/crates.io-index"
12215checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
12216
12217[[package]]
12218name = "unicode-segmentation"
12219version = "1.11.0"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
12222
12223[[package]]
12224name = "unicode-width"
12225version = "0.1.13"
12226source = "registry+https://github.com/rust-lang/crates.io-index"
12227checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
12228
12229[[package]]
12230name = "unicode-xid"
12231version = "0.2.5"
12232source = "registry+https://github.com/rust-lang/crates.io-index"
12233checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
12234
12235[[package]]
12236name = "unicode_categories"
12237version = "0.1.1"
12238source = "registry+https://github.com/rust-lang/crates.io-index"
12239checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
12240
12241[[package]]
12242name = "unindent"
12243version = "0.1.11"
12244source = "registry+https://github.com/rust-lang/crates.io-index"
12245checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
12246
12247[[package]]
12248name = "untrusted"
12249version = "0.9.0"
12250source = "registry+https://github.com/rust-lang/crates.io-index"
12251checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
12252
12253[[package]]
12254name = "url"
12255version = "2.5.2"
12256source = "registry+https://github.com/rust-lang/crates.io-index"
12257checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
12258dependencies = [
12259 "form_urlencoded",
12260 "idna",
12261 "percent-encoding",
12262 "serde",
12263]
12264
12265[[package]]
12266name = "urlencoding"
12267version = "2.1.3"
12268source = "registry+https://github.com/rust-lang/crates.io-index"
12269checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
12270
12271[[package]]
12272name = "usvg"
12273version = "0.41.0"
12274source = "registry+https://github.com/rust-lang/crates.io-index"
12275checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
12276dependencies = [
12277 "base64 0.22.1",
12278 "data-url",
12279 "flate2",
12280 "imagesize",
12281 "kurbo",
12282 "log",
12283 "pico-args",
12284 "roxmltree 0.19.0",
12285 "simplecss",
12286 "siphasher 1.0.1",
12287 "strict-num",
12288 "svgtypes",
12289 "tiny-skia-path",
12290 "xmlwriter",
12291]
12292
12293[[package]]
12294name = "utf-8"
12295version = "0.7.6"
12296source = "registry+https://github.com/rust-lang/crates.io-index"
12297checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
12298
12299[[package]]
12300name = "utf8parse"
12301version = "0.2.2"
12302source = "registry+https://github.com/rust-lang/crates.io-index"
12303checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
12304
12305[[package]]
12306name = "util"
12307version = "0.1.0"
12308dependencies = [
12309 "anyhow",
12310 "async-fs 1.6.0",
12311 "collections",
12312 "dirs 4.0.0",
12313 "futures 0.3.30",
12314 "futures-lite 1.13.0",
12315 "git2",
12316 "globset",
12317 "log",
12318 "rand 0.8.5",
12319 "regex",
12320 "rust-embed",
12321 "serde",
12322 "serde_json",
12323 "take-until",
12324 "tempfile",
12325 "tendril",
12326 "unicase",
12327]
12328
12329[[package]]
12330name = "uuid"
12331version = "1.10.0"
12332source = "registry+https://github.com/rust-lang/crates.io-index"
12333checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
12334dependencies = [
12335 "getrandom 0.2.15",
12336 "serde",
12337 "sha1_smol",
12338]
12339
12340[[package]]
12341name = "v_frame"
12342version = "0.3.8"
12343source = "registry+https://github.com/rust-lang/crates.io-index"
12344checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
12345dependencies = [
12346 "aligned-vec",
12347 "num-traits",
12348 "wasm-bindgen",
12349]
12350
12351[[package]]
12352name = "valuable"
12353version = "0.1.0"
12354source = "registry+https://github.com/rust-lang/crates.io-index"
12355checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
12356
12357[[package]]
12358name = "value-bag"
12359version = "1.9.0"
12360source = "registry+https://github.com/rust-lang/crates.io-index"
12361checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
12362dependencies = [
12363 "value-bag-serde1",
12364 "value-bag-sval2",
12365]
12366
12367[[package]]
12368name = "value-bag-serde1"
12369version = "1.9.0"
12370source = "registry+https://github.com/rust-lang/crates.io-index"
12371checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
12372dependencies = [
12373 "erased-serde",
12374 "serde",
12375 "serde_fmt",
12376]
12377
12378[[package]]
12379name = "value-bag-sval2"
12380version = "1.9.0"
12381source = "registry+https://github.com/rust-lang/crates.io-index"
12382checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
12383dependencies = [
12384 "sval",
12385 "sval_buffer",
12386 "sval_dynamic",
12387 "sval_fmt",
12388 "sval_json",
12389 "sval_ref",
12390 "sval_serde",
12391]
12392
12393[[package]]
12394name = "vcpkg"
12395version = "0.2.15"
12396source = "registry+https://github.com/rust-lang/crates.io-index"
12397checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
12398
12399[[package]]
12400name = "vcs_menu"
12401version = "0.1.0"
12402dependencies = [
12403 "anyhow",
12404 "fuzzy",
12405 "git",
12406 "gpui",
12407 "picker",
12408 "ui",
12409 "util",
12410 "workspace",
12411]
12412
12413[[package]]
12414name = "version-compare"
12415version = "0.2.0"
12416source = "registry+https://github.com/rust-lang/crates.io-index"
12417checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
12418
12419[[package]]
12420name = "version_check"
12421version = "0.9.5"
12422source = "registry+https://github.com/rust-lang/crates.io-index"
12423checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
12424
12425[[package]]
12426name = "vim"
12427version = "0.1.0"
12428dependencies = [
12429 "anyhow",
12430 "async-compat",
12431 "async-trait",
12432 "collections",
12433 "command_palette",
12434 "command_palette_hooks",
12435 "editor",
12436 "futures 0.3.30",
12437 "gpui",
12438 "indoc",
12439 "itertools 0.11.0",
12440 "language",
12441 "log",
12442 "lsp",
12443 "multi_buffer",
12444 "nvim-rs",
12445 "parking_lot",
12446 "regex",
12447 "release_channel",
12448 "schemars",
12449 "search",
12450 "serde",
12451 "serde_derive",
12452 "serde_json",
12453 "settings",
12454 "tokio",
12455 "ui",
12456 "util",
12457 "workspace",
12458 "zed_actions",
12459]
12460
12461[[package]]
12462name = "vscode_theme"
12463version = "0.2.0"
12464source = "registry+https://github.com/rust-lang/crates.io-index"
12465checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
12466dependencies = [
12467 "serde",
12468]
12469
12470[[package]]
12471name = "vsimd"
12472version = "0.8.0"
12473source = "registry+https://github.com/rust-lang/crates.io-index"
12474checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
12475
12476[[package]]
12477name = "vswhom"
12478version = "0.1.0"
12479source = "registry+https://github.com/rust-lang/crates.io-index"
12480checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
12481dependencies = [
12482 "libc",
12483 "vswhom-sys",
12484]
12485
12486[[package]]
12487name = "vswhom-sys"
12488version = "0.1.2"
12489source = "registry+https://github.com/rust-lang/crates.io-index"
12490checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
12491dependencies = [
12492 "cc",
12493 "libc",
12494]
12495
12496[[package]]
12497name = "vte"
12498version = "0.13.0"
12499source = "registry+https://github.com/rust-lang/crates.io-index"
12500checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
12501dependencies = [
12502 "bitflags 2.6.0",
12503 "cursor-icon",
12504 "log",
12505 "serde",
12506 "utf8parse",
12507 "vte_generate_state_changes",
12508]
12509
12510[[package]]
12511name = "vte_generate_state_changes"
12512version = "0.1.2"
12513source = "registry+https://github.com/rust-lang/crates.io-index"
12514checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
12515dependencies = [
12516 "proc-macro2",
12517 "quote",
12518]
12519
12520[[package]]
12521name = "waker-fn"
12522version = "1.2.0"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
12525
12526[[package]]
12527name = "walkdir"
12528version = "2.5.0"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
12531dependencies = [
12532 "same-file",
12533 "winapi-util",
12534]
12535
12536[[package]]
12537name = "want"
12538version = "0.3.1"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
12541dependencies = [
12542 "try-lock",
12543]
12544
12545[[package]]
12546name = "warp"
12547version = "0.3.7"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
12550dependencies = [
12551 "bytes 1.7.1",
12552 "futures-channel",
12553 "futures-util",
12554 "headers",
12555 "http 0.2.12",
12556 "hyper",
12557 "log",
12558 "mime",
12559 "mime_guess",
12560 "percent-encoding",
12561 "pin-project",
12562 "scoped-tls",
12563 "serde",
12564 "serde_json",
12565 "serde_urlencoded",
12566 "tokio",
12567 "tokio-tungstenite 0.21.0",
12568 "tokio-util",
12569 "tower-service",
12570 "tracing",
12571]
12572
12573[[package]]
12574name = "wasi"
12575version = "0.9.0+wasi-snapshot-preview1"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
12578
12579[[package]]
12580name = "wasi"
12581version = "0.11.0+wasi-snapshot-preview1"
12582source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
12584
12585[[package]]
12586name = "wasite"
12587version = "0.1.0"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
12590
12591[[package]]
12592name = "wasm-bindgen"
12593version = "0.2.93"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
12596dependencies = [
12597 "cfg-if",
12598 "once_cell",
12599 "wasm-bindgen-macro",
12600]
12601
12602[[package]]
12603name = "wasm-bindgen-backend"
12604version = "0.2.93"
12605source = "registry+https://github.com/rust-lang/crates.io-index"
12606checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
12607dependencies = [
12608 "bumpalo",
12609 "log",
12610 "once_cell",
12611 "proc-macro2",
12612 "quote",
12613 "syn 2.0.76",
12614 "wasm-bindgen-shared",
12615]
12616
12617[[package]]
12618name = "wasm-bindgen-futures"
12619version = "0.4.43"
12620source = "registry+https://github.com/rust-lang/crates.io-index"
12621checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
12622dependencies = [
12623 "cfg-if",
12624 "js-sys",
12625 "wasm-bindgen",
12626 "web-sys",
12627]
12628
12629[[package]]
12630name = "wasm-bindgen-macro"
12631version = "0.2.93"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
12634dependencies = [
12635 "quote",
12636 "wasm-bindgen-macro-support",
12637]
12638
12639[[package]]
12640name = "wasm-bindgen-macro-support"
12641version = "0.2.93"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
12644dependencies = [
12645 "proc-macro2",
12646 "quote",
12647 "syn 2.0.76",
12648 "wasm-bindgen-backend",
12649 "wasm-bindgen-shared",
12650]
12651
12652[[package]]
12653name = "wasm-bindgen-shared"
12654version = "0.2.93"
12655source = "registry+https://github.com/rust-lang/crates.io-index"
12656checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
12657
12658[[package]]
12659name = "wasm-encoder"
12660version = "0.201.0"
12661source = "registry+https://github.com/rust-lang/crates.io-index"
12662checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
12663dependencies = [
12664 "leb128",
12665]
12666
12667[[package]]
12668name = "wasm-encoder"
12669version = "0.207.0"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "d996306fb3aeaee0d9157adbe2f670df0236caf19f6728b221e92d0f27b3fe17"
12672dependencies = [
12673 "leb128",
12674]
12675
12676[[package]]
12677name = "wasm-metadata"
12678version = "0.201.0"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
12681dependencies = [
12682 "anyhow",
12683 "indexmap 2.4.0",
12684 "serde",
12685 "serde_derive",
12686 "serde_json",
12687 "spdx",
12688 "wasm-encoder 0.201.0",
12689 "wasmparser 0.201.0",
12690]
12691
12692[[package]]
12693name = "wasmparser"
12694version = "0.201.0"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
12697dependencies = [
12698 "bitflags 2.6.0",
12699 "indexmap 2.4.0",
12700 "semver",
12701]
12702
12703[[package]]
12704name = "wasmparser"
12705version = "0.207.0"
12706source = "registry+https://github.com/rust-lang/crates.io-index"
12707checksum = "e19bb9f8ab07616da582ef8adb24c54f1424c7ec876720b7da9db8ec0626c92c"
12708dependencies = [
12709 "ahash 0.8.11",
12710 "bitflags 2.6.0",
12711 "hashbrown 0.14.5",
12712 "indexmap 2.4.0",
12713 "semver",
12714]
12715
12716[[package]]
12717name = "wasmprinter"
12718version = "0.207.0"
12719source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "9c2d8a7b4dabb460208e6b4334d9db5766e84505038b2529e69c3d07ac619115"
12721dependencies = [
12722 "anyhow",
12723 "wasmparser 0.207.0",
12724]
12725
12726[[package]]
12727name = "wasmtime"
12728version = "21.0.1"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "f92a1370c66a0022e6d92dcc277e2c84f5dece19569670b8ce7db8162560d8b6"
12731dependencies = [
12732 "anyhow",
12733 "async-trait",
12734 "bumpalo",
12735 "cc",
12736 "cfg-if",
12737 "encoding_rs",
12738 "hashbrown 0.14.5",
12739 "indexmap 2.4.0",
12740 "libc",
12741 "libm",
12742 "log",
12743 "mach2",
12744 "memfd",
12745 "memoffset",
12746 "object 0.33.0",
12747 "once_cell",
12748 "paste",
12749 "postcard",
12750 "psm",
12751 "rustix 0.38.35",
12752 "semver",
12753 "serde",
12754 "serde_derive",
12755 "smallvec",
12756 "sptr",
12757 "target-lexicon",
12758 "wasmparser 0.207.0",
12759 "wasmtime-asm-macros",
12760 "wasmtime-component-macro",
12761 "wasmtime-component-util",
12762 "wasmtime-cranelift",
12763 "wasmtime-environ",
12764 "wasmtime-fiber",
12765 "wasmtime-jit-icache-coherence",
12766 "wasmtime-slab",
12767 "wasmtime-versioned-export-macros",
12768 "wasmtime-winch",
12769 "windows-sys 0.52.0",
12770]
12771
12772[[package]]
12773name = "wasmtime-asm-macros"
12774version = "21.0.1"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "6dee8679c974a7f258c03d60d3c747c426ed219945b6d08cbc77fd2eab15b2d1"
12777dependencies = [
12778 "cfg-if",
12779]
12780
12781[[package]]
12782name = "wasmtime-c-api-impl"
12783version = "21.0.1"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "76af8b62c8d2814b7d5975c5dc140122e4c086150db6c15d25a4b76f11c929dd"
12786dependencies = [
12787 "anyhow",
12788 "log",
12789 "once_cell",
12790 "tracing",
12791 "wasmtime",
12792 "wasmtime-c-api-macros",
12793]
12794
12795[[package]]
12796name = "wasmtime-c-api-macros"
12797version = "21.0.1"
12798source = "registry+https://github.com/rust-lang/crates.io-index"
12799checksum = "d74b92f917c9ced9c6262a00e9cb982ebac183e6900b4d44e2480f936b9495eb"
12800dependencies = [
12801 "proc-macro2",
12802 "quote",
12803]
12804
12805[[package]]
12806name = "wasmtime-component-macro"
12807version = "21.0.1"
12808source = "registry+https://github.com/rust-lang/crates.io-index"
12809checksum = "32cae30035f1cf97dcc6657c979cf39f99ce6be93583675eddf4aeaa5548509c"
12810dependencies = [
12811 "anyhow",
12812 "proc-macro2",
12813 "quote",
12814 "syn 2.0.76",
12815 "wasmtime-component-util",
12816 "wasmtime-wit-bindgen",
12817 "wit-parser 0.207.0",
12818]
12819
12820[[package]]
12821name = "wasmtime-component-util"
12822version = "21.0.1"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "f7ae611f08cea620c67330925be28a96115bf01f8f393a6cbdf4856a86087134"
12825
12826[[package]]
12827name = "wasmtime-cranelift"
12828version = "21.0.1"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "b2909406a6007e28be964067167890bca4574bd48a9ff18f1fa9f4856d89ea40"
12831dependencies = [
12832 "anyhow",
12833 "cfg-if",
12834 "cranelift-codegen",
12835 "cranelift-control",
12836 "cranelift-entity",
12837 "cranelift-frontend",
12838 "cranelift-native",
12839 "cranelift-wasm",
12840 "gimli 0.28.1",
12841 "log",
12842 "object 0.33.0",
12843 "target-lexicon",
12844 "thiserror",
12845 "wasmparser 0.207.0",
12846 "wasmtime-environ",
12847 "wasmtime-versioned-export-macros",
12848]
12849
12850[[package]]
12851name = "wasmtime-environ"
12852version = "21.0.1"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "40e227f9ed2f5421473723d6c0352b5986e6e6044fde5410a274a394d726108f"
12855dependencies = [
12856 "anyhow",
12857 "cpp_demangle",
12858 "cranelift-entity",
12859 "gimli 0.28.1",
12860 "indexmap 2.4.0",
12861 "log",
12862 "object 0.33.0",
12863 "postcard",
12864 "rustc-demangle",
12865 "serde",
12866 "serde_derive",
12867 "target-lexicon",
12868 "wasm-encoder 0.207.0",
12869 "wasmparser 0.207.0",
12870 "wasmprinter",
12871 "wasmtime-component-util",
12872 "wasmtime-types",
12873]
12874
12875[[package]]
12876name = "wasmtime-fiber"
12877version = "21.0.1"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "42edb392586d07038c1638e854382db916b6ca7845a2e6a7f8dc49e08907acdd"
12880dependencies = [
12881 "anyhow",
12882 "cc",
12883 "cfg-if",
12884 "rustix 0.38.35",
12885 "wasmtime-asm-macros",
12886 "wasmtime-versioned-export-macros",
12887 "windows-sys 0.52.0",
12888]
12889
12890[[package]]
12891name = "wasmtime-jit-icache-coherence"
12892version = "21.0.1"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "afe088f9b56bb353adaf837bf7e10f1c2e1676719dd5be4cac8e37f2ba1ee5bc"
12895dependencies = [
12896 "anyhow",
12897 "cfg-if",
12898 "libc",
12899 "windows-sys 0.52.0",
12900]
12901
12902[[package]]
12903name = "wasmtime-slab"
12904version = "21.0.1"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "4ff75cafffe47b04b036385ce3710f209153525b0ed19d57b0cf44a22d446460"
12907
12908[[package]]
12909name = "wasmtime-types"
12910version = "21.0.1"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "2f2fa462bfea3220711c84e2b549f147e4df89eeb49b8a2a3d89148f6cc4a8b1"
12913dependencies = [
12914 "cranelift-entity",
12915 "serde",
12916 "serde_derive",
12917 "smallvec",
12918 "wasmparser 0.207.0",
12919]
12920
12921[[package]]
12922name = "wasmtime-versioned-export-macros"
12923version = "21.0.1"
12924source = "registry+https://github.com/rust-lang/crates.io-index"
12925checksum = "d4cedc5bfef3db2a85522ee38564b47ef3b7fc7c92e94cacbce99808e63cdd47"
12926dependencies = [
12927 "proc-macro2",
12928 "quote",
12929 "syn 2.0.76",
12930]
12931
12932[[package]]
12933name = "wasmtime-wasi"
12934version = "21.0.1"
12935source = "registry+https://github.com/rust-lang/crates.io-index"
12936checksum = "bdbbe94245904d4c96c7c5f7b55bad896cc27908644efd9442063c0748b631fc"
12937dependencies = [
12938 "anyhow",
12939 "async-trait",
12940 "bitflags 2.6.0",
12941 "bytes 1.7.1",
12942 "cap-fs-ext",
12943 "cap-net-ext",
12944 "cap-rand",
12945 "cap-std",
12946 "cap-time-ext",
12947 "fs-set-times",
12948 "futures 0.3.30",
12949 "io-extras",
12950 "io-lifetimes 2.0.3",
12951 "once_cell",
12952 "rustix 0.38.35",
12953 "system-interface",
12954 "thiserror",
12955 "tokio",
12956 "tracing",
12957 "url",
12958 "wasmtime",
12959 "wiggle",
12960 "windows-sys 0.52.0",
12961]
12962
12963[[package]]
12964name = "wasmtime-winch"
12965version = "21.0.1"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "97b27054fed6be4f3800aba5766f7ef435d4220ce290788f021a08d4fa573108"
12968dependencies = [
12969 "anyhow",
12970 "cranelift-codegen",
12971 "gimli 0.28.1",
12972 "object 0.33.0",
12973 "target-lexicon",
12974 "wasmparser 0.207.0",
12975 "wasmtime-cranelift",
12976 "wasmtime-environ",
12977 "winch-codegen",
12978]
12979
12980[[package]]
12981name = "wasmtime-wit-bindgen"
12982version = "21.0.1"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "c936a52ce69c28de2aa3b5fb4f2dbbb2966df304f04cccb7aca4ba56d915fda0"
12985dependencies = [
12986 "anyhow",
12987 "heck 0.4.1",
12988 "indexmap 2.4.0",
12989 "wit-parser 0.207.0",
12990]
12991
12992[[package]]
12993name = "wast"
12994version = "35.0.2"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
12997dependencies = [
12998 "leb128",
12999]
13000
13001[[package]]
13002name = "wayland-backend"
13003version = "0.3.6"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13006dependencies = [
13007 "cc",
13008 "downcast-rs",
13009 "rustix 0.38.35",
13010 "scoped-tls",
13011 "smallvec",
13012 "wayland-sys",
13013]
13014
13015[[package]]
13016name = "wayland-client"
13017version = "0.31.5"
13018source = "registry+https://github.com/rust-lang/crates.io-index"
13019checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
13020dependencies = [
13021 "bitflags 2.6.0",
13022 "rustix 0.38.35",
13023 "wayland-backend",
13024 "wayland-scanner",
13025]
13026
13027[[package]]
13028name = "wayland-cursor"
13029version = "0.31.5"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
13032dependencies = [
13033 "rustix 0.38.35",
13034 "wayland-client",
13035 "xcursor",
13036]
13037
13038[[package]]
13039name = "wayland-protocols"
13040version = "0.31.2"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
13043dependencies = [
13044 "bitflags 2.6.0",
13045 "wayland-backend",
13046 "wayland-client",
13047 "wayland-scanner",
13048]
13049
13050[[package]]
13051name = "wayland-protocols-plasma"
13052version = "0.2.0"
13053source = "registry+https://github.com/rust-lang/crates.io-index"
13054checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
13055dependencies = [
13056 "bitflags 2.6.0",
13057 "wayland-backend",
13058 "wayland-client",
13059 "wayland-protocols",
13060 "wayland-scanner",
13061]
13062
13063[[package]]
13064name = "wayland-scanner"
13065version = "0.31.4"
13066source = "registry+https://github.com/rust-lang/crates.io-index"
13067checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
13068dependencies = [
13069 "proc-macro2",
13070 "quick-xml 0.34.0",
13071 "quote",
13072]
13073
13074[[package]]
13075name = "wayland-sys"
13076version = "0.31.4"
13077source = "registry+https://github.com/rust-lang/crates.io-index"
13078checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
13079dependencies = [
13080 "dlib",
13081 "log",
13082 "once_cell",
13083 "pkg-config",
13084]
13085
13086[[package]]
13087name = "web-sys"
13088version = "0.3.70"
13089source = "registry+https://github.com/rust-lang/crates.io-index"
13090checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
13091dependencies = [
13092 "js-sys",
13093 "wasm-bindgen",
13094]
13095
13096[[package]]
13097name = "webpki-roots"
13098version = "0.24.0"
13099source = "registry+https://github.com/rust-lang/crates.io-index"
13100checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
13101dependencies = [
13102 "rustls-webpki",
13103]
13104
13105[[package]]
13106name = "weezl"
13107version = "0.1.8"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
13110
13111[[package]]
13112name = "welcome"
13113version = "0.1.0"
13114dependencies = [
13115 "anyhow",
13116 "client",
13117 "db",
13118 "editor",
13119 "extensions_ui",
13120 "fuzzy",
13121 "gpui",
13122 "inline_completion_button",
13123 "install_cli",
13124 "picker",
13125 "project",
13126 "schemars",
13127 "serde",
13128 "settings",
13129 "theme_selector",
13130 "ui",
13131 "util",
13132 "vim",
13133 "workspace",
13134]
13135
13136[[package]]
13137name = "which"
13138version = "4.4.2"
13139source = "registry+https://github.com/rust-lang/crates.io-index"
13140checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
13141dependencies = [
13142 "either",
13143 "home",
13144 "once_cell",
13145 "rustix 0.38.35",
13146]
13147
13148[[package]]
13149name = "which"
13150version = "6.0.3"
13151source = "registry+https://github.com/rust-lang/crates.io-index"
13152checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
13153dependencies = [
13154 "either",
13155 "home",
13156 "rustix 0.38.35",
13157 "winsafe",
13158]
13159
13160[[package]]
13161name = "whoami"
13162version = "1.5.1"
13163source = "registry+https://github.com/rust-lang/crates.io-index"
13164checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
13165dependencies = [
13166 "redox_syscall 0.4.1",
13167 "wasite",
13168]
13169
13170[[package]]
13171name = "wiggle"
13172version = "21.0.1"
13173source = "registry+https://github.com/rust-lang/crates.io-index"
13174checksum = "a89ea6f74ece6d1cfbd089783006b8eb69a0219ca83cad22068f0d9fa9df3f91"
13175dependencies = [
13176 "anyhow",
13177 "async-trait",
13178 "bitflags 2.6.0",
13179 "thiserror",
13180 "tracing",
13181 "wasmtime",
13182 "wiggle-macro",
13183]
13184
13185[[package]]
13186name = "wiggle-generate"
13187version = "21.0.1"
13188source = "registry+https://github.com/rust-lang/crates.io-index"
13189checksum = "36beda94813296ecaf0d91b7ada9da073fd41865ba339bdd3b7764e2e785b8e9"
13190dependencies = [
13191 "anyhow",
13192 "heck 0.4.1",
13193 "proc-macro2",
13194 "quote",
13195 "shellexpand 2.1.2",
13196 "syn 2.0.76",
13197 "witx",
13198]
13199
13200[[package]]
13201name = "wiggle-macro"
13202version = "21.0.1"
13203source = "registry+https://github.com/rust-lang/crates.io-index"
13204checksum = "0b47d2b4442ce93106dba5d1a9c59d5f85b5732878bb3d0598d3c93c0d01b16b"
13205dependencies = [
13206 "proc-macro2",
13207 "quote",
13208 "syn 2.0.76",
13209 "wiggle-generate",
13210]
13211
13212[[package]]
13213name = "winapi"
13214version = "0.3.9"
13215source = "registry+https://github.com/rust-lang/crates.io-index"
13216checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
13217dependencies = [
13218 "winapi-i686-pc-windows-gnu",
13219 "winapi-x86_64-pc-windows-gnu",
13220]
13221
13222[[package]]
13223name = "winapi-i686-pc-windows-gnu"
13224version = "0.4.0"
13225source = "registry+https://github.com/rust-lang/crates.io-index"
13226checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
13227
13228[[package]]
13229name = "winapi-util"
13230version = "0.1.9"
13231source = "registry+https://github.com/rust-lang/crates.io-index"
13232checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
13233dependencies = [
13234 "windows-sys 0.59.0",
13235]
13236
13237[[package]]
13238name = "winapi-x86_64-pc-windows-gnu"
13239version = "0.4.0"
13240source = "registry+https://github.com/rust-lang/crates.io-index"
13241checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
13242
13243[[package]]
13244name = "winch-codegen"
13245version = "0.19.1"
13246source = "registry+https://github.com/rust-lang/crates.io-index"
13247checksum = "1dc69899ccb2da7daa4df31426dcfd284b104d1a85e1dae35806df0c46187f87"
13248dependencies = [
13249 "anyhow",
13250 "cranelift-codegen",
13251 "gimli 0.28.1",
13252 "regalloc2",
13253 "smallvec",
13254 "target-lexicon",
13255 "wasmparser 0.207.0",
13256 "wasmtime-cranelift",
13257 "wasmtime-environ",
13258]
13259
13260[[package]]
13261name = "windows"
13262version = "0.48.0"
13263source = "registry+https://github.com/rust-lang/crates.io-index"
13264checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
13265dependencies = [
13266 "windows-targets 0.48.5",
13267]
13268
13269[[package]]
13270name = "windows"
13271version = "0.52.0"
13272source = "registry+https://github.com/rust-lang/crates.io-index"
13273checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
13274dependencies = [
13275 "windows-core 0.52.0",
13276 "windows-targets 0.52.6",
13277]
13278
13279[[package]]
13280name = "windows"
13281version = "0.54.0"
13282source = "registry+https://github.com/rust-lang/crates.io-index"
13283checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
13284dependencies = [
13285 "windows-core 0.54.0",
13286 "windows-targets 0.52.6",
13287]
13288
13289[[package]]
13290name = "windows"
13291version = "0.58.0"
13292source = "registry+https://github.com/rust-lang/crates.io-index"
13293checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
13294dependencies = [
13295 "windows-core 0.58.0",
13296 "windows-targets 0.52.6",
13297]
13298
13299[[package]]
13300name = "windows-core"
13301version = "0.52.0"
13302source = "registry+https://github.com/rust-lang/crates.io-index"
13303checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
13304dependencies = [
13305 "windows-targets 0.52.6",
13306]
13307
13308[[package]]
13309name = "windows-core"
13310version = "0.54.0"
13311source = "registry+https://github.com/rust-lang/crates.io-index"
13312checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
13313dependencies = [
13314 "windows-result 0.1.2",
13315 "windows-targets 0.52.6",
13316]
13317
13318[[package]]
13319name = "windows-core"
13320version = "0.58.0"
13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
13323dependencies = [
13324 "windows-implement",
13325 "windows-interface",
13326 "windows-result 0.2.0",
13327 "windows-strings",
13328 "windows-targets 0.52.6",
13329]
13330
13331[[package]]
13332name = "windows-implement"
13333version = "0.58.0"
13334source = "registry+https://github.com/rust-lang/crates.io-index"
13335checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
13336dependencies = [
13337 "proc-macro2",
13338 "quote",
13339 "syn 2.0.76",
13340]
13341
13342[[package]]
13343name = "windows-interface"
13344version = "0.58.0"
13345source = "registry+https://github.com/rust-lang/crates.io-index"
13346checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
13347dependencies = [
13348 "proc-macro2",
13349 "quote",
13350 "syn 2.0.76",
13351]
13352
13353[[package]]
13354name = "windows-result"
13355version = "0.1.2"
13356source = "registry+https://github.com/rust-lang/crates.io-index"
13357checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
13358dependencies = [
13359 "windows-targets 0.52.6",
13360]
13361
13362[[package]]
13363name = "windows-result"
13364version = "0.2.0"
13365source = "registry+https://github.com/rust-lang/crates.io-index"
13366checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
13367dependencies = [
13368 "windows-targets 0.52.6",
13369]
13370
13371[[package]]
13372name = "windows-strings"
13373version = "0.1.0"
13374source = "registry+https://github.com/rust-lang/crates.io-index"
13375checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
13376dependencies = [
13377 "windows-result 0.2.0",
13378 "windows-targets 0.52.6",
13379]
13380
13381[[package]]
13382name = "windows-sys"
13383version = "0.45.0"
13384source = "registry+https://github.com/rust-lang/crates.io-index"
13385checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
13386dependencies = [
13387 "windows-targets 0.42.2",
13388]
13389
13390[[package]]
13391name = "windows-sys"
13392version = "0.48.0"
13393source = "registry+https://github.com/rust-lang/crates.io-index"
13394checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
13395dependencies = [
13396 "windows-targets 0.48.5",
13397]
13398
13399[[package]]
13400name = "windows-sys"
13401version = "0.52.0"
13402source = "registry+https://github.com/rust-lang/crates.io-index"
13403checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
13404dependencies = [
13405 "windows-targets 0.52.6",
13406]
13407
13408[[package]]
13409name = "windows-sys"
13410version = "0.59.0"
13411source = "registry+https://github.com/rust-lang/crates.io-index"
13412checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
13413dependencies = [
13414 "windows-targets 0.52.6",
13415]
13416
13417[[package]]
13418name = "windows-targets"
13419version = "0.42.2"
13420source = "registry+https://github.com/rust-lang/crates.io-index"
13421checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
13422dependencies = [
13423 "windows_aarch64_gnullvm 0.42.2",
13424 "windows_aarch64_msvc 0.42.2",
13425 "windows_i686_gnu 0.42.2",
13426 "windows_i686_msvc 0.42.2",
13427 "windows_x86_64_gnu 0.42.2",
13428 "windows_x86_64_gnullvm 0.42.2",
13429 "windows_x86_64_msvc 0.42.2",
13430]
13431
13432[[package]]
13433name = "windows-targets"
13434version = "0.48.5"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
13437dependencies = [
13438 "windows_aarch64_gnullvm 0.48.5",
13439 "windows_aarch64_msvc 0.48.5",
13440 "windows_i686_gnu 0.48.5",
13441 "windows_i686_msvc 0.48.5",
13442 "windows_x86_64_gnu 0.48.5",
13443 "windows_x86_64_gnullvm 0.48.5",
13444 "windows_x86_64_msvc 0.48.5",
13445]
13446
13447[[package]]
13448name = "windows-targets"
13449version = "0.52.6"
13450source = "registry+https://github.com/rust-lang/crates.io-index"
13451checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
13452dependencies = [
13453 "windows_aarch64_gnullvm 0.52.6",
13454 "windows_aarch64_msvc 0.52.6",
13455 "windows_i686_gnu 0.52.6",
13456 "windows_i686_gnullvm",
13457 "windows_i686_msvc 0.52.6",
13458 "windows_x86_64_gnu 0.52.6",
13459 "windows_x86_64_gnullvm 0.52.6",
13460 "windows_x86_64_msvc 0.52.6",
13461]
13462
13463[[package]]
13464name = "windows_aarch64_gnullvm"
13465version = "0.42.2"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
13468
13469[[package]]
13470name = "windows_aarch64_gnullvm"
13471version = "0.48.5"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
13474
13475[[package]]
13476name = "windows_aarch64_gnullvm"
13477version = "0.52.6"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
13480
13481[[package]]
13482name = "windows_aarch64_msvc"
13483version = "0.42.2"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
13486
13487[[package]]
13488name = "windows_aarch64_msvc"
13489version = "0.48.5"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
13492
13493[[package]]
13494name = "windows_aarch64_msvc"
13495version = "0.52.6"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
13498
13499[[package]]
13500name = "windows_i686_gnu"
13501version = "0.42.2"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
13504
13505[[package]]
13506name = "windows_i686_gnu"
13507version = "0.48.5"
13508source = "registry+https://github.com/rust-lang/crates.io-index"
13509checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
13510
13511[[package]]
13512name = "windows_i686_gnu"
13513version = "0.52.6"
13514source = "registry+https://github.com/rust-lang/crates.io-index"
13515checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
13516
13517[[package]]
13518name = "windows_i686_gnullvm"
13519version = "0.52.6"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
13522
13523[[package]]
13524name = "windows_i686_msvc"
13525version = "0.42.2"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
13528
13529[[package]]
13530name = "windows_i686_msvc"
13531version = "0.48.5"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
13534
13535[[package]]
13536name = "windows_i686_msvc"
13537version = "0.52.6"
13538source = "registry+https://github.com/rust-lang/crates.io-index"
13539checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
13540
13541[[package]]
13542name = "windows_x86_64_gnu"
13543version = "0.42.2"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
13546
13547[[package]]
13548name = "windows_x86_64_gnu"
13549version = "0.48.5"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
13552
13553[[package]]
13554name = "windows_x86_64_gnu"
13555version = "0.52.6"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
13558
13559[[package]]
13560name = "windows_x86_64_gnullvm"
13561version = "0.42.2"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
13564
13565[[package]]
13566name = "windows_x86_64_gnullvm"
13567version = "0.48.5"
13568source = "registry+https://github.com/rust-lang/crates.io-index"
13569checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
13570
13571[[package]]
13572name = "windows_x86_64_gnullvm"
13573version = "0.52.6"
13574source = "registry+https://github.com/rust-lang/crates.io-index"
13575checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
13576
13577[[package]]
13578name = "windows_x86_64_msvc"
13579version = "0.42.2"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
13582
13583[[package]]
13584name = "windows_x86_64_msvc"
13585version = "0.48.5"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
13588
13589[[package]]
13590name = "windows_x86_64_msvc"
13591version = "0.52.6"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
13594
13595[[package]]
13596name = "winnow"
13597version = "0.5.40"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
13600dependencies = [
13601 "memchr",
13602]
13603
13604[[package]]
13605name = "winnow"
13606version = "0.6.18"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
13609dependencies = [
13610 "memchr",
13611]
13612
13613[[package]]
13614name = "winreg"
13615version = "0.50.0"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
13618dependencies = [
13619 "cfg-if",
13620 "windows-sys 0.48.0",
13621]
13622
13623[[package]]
13624name = "winreg"
13625version = "0.52.0"
13626source = "registry+https://github.com/rust-lang/crates.io-index"
13627checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
13628dependencies = [
13629 "cfg-if",
13630 "windows-sys 0.48.0",
13631]
13632
13633[[package]]
13634name = "winresource"
13635version = "0.1.17"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
13638dependencies = [
13639 "toml 0.7.8",
13640 "version_check",
13641]
13642
13643[[package]]
13644name = "winsafe"
13645version = "0.0.19"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
13648
13649[[package]]
13650name = "winx"
13651version = "0.36.3"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
13654dependencies = [
13655 "bitflags 2.6.0",
13656 "windows-sys 0.52.0",
13657]
13658
13659[[package]]
13660name = "wio"
13661version = "0.2.2"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
13664dependencies = [
13665 "winapi",
13666]
13667
13668[[package]]
13669name = "wit-bindgen"
13670version = "0.22.0"
13671source = "registry+https://github.com/rust-lang/crates.io-index"
13672checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
13673dependencies = [
13674 "bitflags 2.6.0",
13675 "wit-bindgen-rt",
13676 "wit-bindgen-rust-macro",
13677]
13678
13679[[package]]
13680name = "wit-bindgen-core"
13681version = "0.22.0"
13682source = "registry+https://github.com/rust-lang/crates.io-index"
13683checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
13684dependencies = [
13685 "anyhow",
13686 "wit-parser 0.201.0",
13687]
13688
13689[[package]]
13690name = "wit-bindgen-rt"
13691version = "0.22.0"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
13694
13695[[package]]
13696name = "wit-bindgen-rust"
13697version = "0.22.0"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
13700dependencies = [
13701 "anyhow",
13702 "heck 0.4.1",
13703 "indexmap 2.4.0",
13704 "wasm-metadata",
13705 "wit-bindgen-core",
13706 "wit-component",
13707]
13708
13709[[package]]
13710name = "wit-bindgen-rust-macro"
13711version = "0.22.0"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
13714dependencies = [
13715 "anyhow",
13716 "proc-macro2",
13717 "quote",
13718 "syn 2.0.76",
13719 "wit-bindgen-core",
13720 "wit-bindgen-rust",
13721]
13722
13723[[package]]
13724name = "wit-component"
13725version = "0.201.0"
13726source = "registry+https://github.com/rust-lang/crates.io-index"
13727checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
13728dependencies = [
13729 "anyhow",
13730 "bitflags 2.6.0",
13731 "indexmap 2.4.0",
13732 "log",
13733 "serde",
13734 "serde_derive",
13735 "serde_json",
13736 "wasm-encoder 0.201.0",
13737 "wasm-metadata",
13738 "wasmparser 0.201.0",
13739 "wit-parser 0.201.0",
13740]
13741
13742[[package]]
13743name = "wit-parser"
13744version = "0.201.0"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
13747dependencies = [
13748 "anyhow",
13749 "id-arena",
13750 "indexmap 2.4.0",
13751 "log",
13752 "semver",
13753 "serde",
13754 "serde_derive",
13755 "serde_json",
13756 "unicode-xid",
13757 "wasmparser 0.201.0",
13758]
13759
13760[[package]]
13761name = "wit-parser"
13762version = "0.207.0"
13763source = "registry+https://github.com/rust-lang/crates.io-index"
13764checksum = "78c83dab33a9618d86cfe3563cc864deffd08c17efc5db31a3b7cd1edeffe6e1"
13765dependencies = [
13766 "anyhow",
13767 "id-arena",
13768 "indexmap 2.4.0",
13769 "log",
13770 "semver",
13771 "serde",
13772 "serde_derive",
13773 "serde_json",
13774 "unicode-xid",
13775 "wasmparser 0.207.0",
13776]
13777
13778[[package]]
13779name = "witx"
13780version = "0.9.1"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
13783dependencies = [
13784 "anyhow",
13785 "log",
13786 "thiserror",
13787 "wast",
13788]
13789
13790[[package]]
13791name = "workspace"
13792version = "0.1.0"
13793dependencies = [
13794 "any_vec",
13795 "anyhow",
13796 "async-recursion 1.1.1",
13797 "bincode",
13798 "call",
13799 "client",
13800 "clock",
13801 "collections",
13802 "db",
13803 "derive_more",
13804 "dev_server_projects",
13805 "env_logger",
13806 "fs",
13807 "futures 0.3.30",
13808 "gpui",
13809 "http_client",
13810 "itertools 0.11.0",
13811 "language",
13812 "log",
13813 "node_runtime",
13814 "parking_lot",
13815 "postage",
13816 "project",
13817 "schemars",
13818 "serde",
13819 "serde_json",
13820 "session",
13821 "settings",
13822 "smallvec",
13823 "sqlez",
13824 "task",
13825 "tempfile",
13826 "theme",
13827 "ui",
13828 "util",
13829 "uuid",
13830]
13831
13832[[package]]
13833name = "worktree"
13834version = "0.1.0"
13835dependencies = [
13836 "anyhow",
13837 "clock",
13838 "collections",
13839 "env_logger",
13840 "fs",
13841 "futures 0.3.30",
13842 "fuzzy",
13843 "git",
13844 "git2",
13845 "gpui",
13846 "http_client",
13847 "ignore",
13848 "language",
13849 "log",
13850 "parking_lot",
13851 "paths",
13852 "postage",
13853 "pretty_assertions",
13854 "rand 0.8.5",
13855 "rpc",
13856 "schemars",
13857 "serde",
13858 "serde_json",
13859 "settings",
13860 "smallvec",
13861 "smol",
13862 "sum_tree",
13863 "text",
13864 "util",
13865]
13866
13867[[package]]
13868name = "wyz"
13869version = "0.5.1"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
13872dependencies = [
13873 "tap",
13874]
13875
13876[[package]]
13877name = "x11-clipboard"
13878version = "0.9.2"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
13881dependencies = [
13882 "libc",
13883 "x11rb",
13884]
13885
13886[[package]]
13887name = "x11rb"
13888version = "0.13.1"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
13891dependencies = [
13892 "as-raw-xcb-connection",
13893 "gethostname",
13894 "libc",
13895 "rustix 0.38.35",
13896 "x11rb-protocol",
13897]
13898
13899[[package]]
13900name = "x11rb-protocol"
13901version = "0.13.1"
13902source = "registry+https://github.com/rust-lang/crates.io-index"
13903checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
13904
13905[[package]]
13906name = "xattr"
13907version = "0.2.3"
13908source = "registry+https://github.com/rust-lang/crates.io-index"
13909checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
13910dependencies = [
13911 "libc",
13912]
13913
13914[[package]]
13915name = "xcursor"
13916version = "0.3.8"
13917source = "registry+https://github.com/rust-lang/crates.io-index"
13918checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
13919
13920[[package]]
13921name = "xdg-home"
13922version = "1.3.0"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
13925dependencies = [
13926 "libc",
13927 "windows-sys 0.59.0",
13928]
13929
13930[[package]]
13931name = "xim"
13932version = "0.4.0"
13933source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13934dependencies = [
13935 "ahash 0.8.11",
13936 "hashbrown 0.14.5",
13937 "log",
13938 "x11rb",
13939 "xim-ctext",
13940 "xim-parser",
13941]
13942
13943[[package]]
13944name = "xim-ctext"
13945version = "0.3.0"
13946source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13947dependencies = [
13948 "encoding_rs",
13949]
13950
13951[[package]]
13952name = "xim-parser"
13953version = "0.2.1"
13954source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13955dependencies = [
13956 "bitflags 2.6.0",
13957]
13958
13959[[package]]
13960name = "xkbcommon"
13961version = "0.7.0"
13962source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
13963dependencies = [
13964 "as-raw-xcb-connection",
13965 "libc",
13966 "memmap2",
13967 "xkeysym",
13968]
13969
13970[[package]]
13971name = "xkeysym"
13972version = "0.2.1"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
13975
13976[[package]]
13977name = "xml5ever"
13978version = "0.18.1"
13979source = "registry+https://github.com/rust-lang/crates.io-index"
13980checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
13981dependencies = [
13982 "log",
13983 "mac",
13984 "markup5ever",
13985]
13986
13987[[package]]
13988name = "xmlparser"
13989version = "0.13.6"
13990source = "registry+https://github.com/rust-lang/crates.io-index"
13991checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
13992
13993[[package]]
13994name = "xmlwriter"
13995version = "0.1.0"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
13998
13999[[package]]
14000name = "xtask"
14001version = "0.1.0"
14002dependencies = [
14003 "anyhow",
14004 "cargo_metadata",
14005 "cargo_toml",
14006 "clap",
14007]
14008
14009[[package]]
14010name = "yansi"
14011version = "0.5.1"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
14014
14015[[package]]
14016name = "yazi"
14017version = "0.1.6"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
14020
14021[[package]]
14022name = "yeslogic-fontconfig-sys"
14023version = "6.0.0"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
14026dependencies = [
14027 "dlib",
14028 "once_cell",
14029 "pkg-config",
14030]
14031
14032[[package]]
14033name = "zbus"
14034version = "4.4.0"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
14037dependencies = [
14038 "async-broadcast",
14039 "async-executor",
14040 "async-fs 2.1.2",
14041 "async-io 2.3.4",
14042 "async-lock 3.4.0",
14043 "async-process 2.2.4",
14044 "async-recursion 1.1.1",
14045 "async-task",
14046 "async-trait",
14047 "blocking",
14048 "enumflags2",
14049 "event-listener 5.3.1",
14050 "futures-core",
14051 "futures-sink",
14052 "futures-util",
14053 "hex",
14054 "nix 0.29.0",
14055 "ordered-stream",
14056 "rand 0.8.5",
14057 "serde",
14058 "serde_repr",
14059 "sha1",
14060 "static_assertions",
14061 "tracing",
14062 "uds_windows",
14063 "windows-sys 0.52.0",
14064 "xdg-home",
14065 "zbus_macros",
14066 "zbus_names",
14067 "zvariant",
14068]
14069
14070[[package]]
14071name = "zbus_macros"
14072version = "4.4.0"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
14075dependencies = [
14076 "proc-macro-crate",
14077 "proc-macro2",
14078 "quote",
14079 "syn 2.0.76",
14080 "zvariant_utils",
14081]
14082
14083[[package]]
14084name = "zbus_names"
14085version = "3.0.0"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
14088dependencies = [
14089 "serde",
14090 "static_assertions",
14091 "zvariant",
14092]
14093
14094[[package]]
14095name = "zed"
14096version = "0.151.2"
14097dependencies = [
14098 "activity_indicator",
14099 "anyhow",
14100 "ashpd",
14101 "assets",
14102 "assistant",
14103 "audio",
14104 "auto_update",
14105 "backtrace",
14106 "breadcrumbs",
14107 "call",
14108 "channel",
14109 "chrono",
14110 "clap",
14111 "cli",
14112 "client",
14113 "collab_ui",
14114 "collections",
14115 "command_palette",
14116 "copilot",
14117 "db",
14118 "dev_server_projects",
14119 "diagnostics",
14120 "editor",
14121 "env_logger",
14122 "extension",
14123 "extensions_ui",
14124 "feedback",
14125 "file_finder",
14126 "file_icons",
14127 "fs",
14128 "futures 0.3.30",
14129 "git",
14130 "git_hosting_providers",
14131 "go_to_line",
14132 "gpui",
14133 "headless",
14134 "http_client",
14135 "image_viewer",
14136 "inline_completion_button",
14137 "install_cli",
14138 "isahc",
14139 "journal",
14140 "language",
14141 "language_model",
14142 "language_selector",
14143 "language_tools",
14144 "languages",
14145 "libc",
14146 "log",
14147 "markdown_preview",
14148 "menu",
14149 "mimalloc",
14150 "nix 0.28.0",
14151 "node_runtime",
14152 "notifications",
14153 "outline",
14154 "outline_panel",
14155 "parking_lot",
14156 "paths",
14157 "profiling",
14158 "project",
14159 "project_panel",
14160 "project_symbols",
14161 "quick_action_bar",
14162 "recent_projects",
14163 "release_channel",
14164 "remote",
14165 "repl",
14166 "rope",
14167 "search",
14168 "serde",
14169 "serde_json",
14170 "session",
14171 "settings",
14172 "settings_ui",
14173 "simplelog",
14174 "smol",
14175 "snippet_provider",
14176 "supermaven",
14177 "tab_switcher",
14178 "task",
14179 "tasks_ui",
14180 "telemetry_events",
14181 "terminal_view",
14182 "theme",
14183 "theme_selector",
14184 "time",
14185 "tree-sitter-md",
14186 "tree-sitter-rust",
14187 "ui",
14188 "url",
14189 "urlencoding",
14190 "util",
14191 "uuid",
14192 "vim",
14193 "welcome",
14194 "winresource",
14195 "workspace",
14196 "zed_actions",
14197]
14198
14199[[package]]
14200name = "zed_actions"
14201version = "0.1.0"
14202dependencies = [
14203 "gpui",
14204 "serde",
14205]
14206
14207[[package]]
14208name = "zed_astro"
14209version = "0.1.0"
14210dependencies = [
14211 "serde",
14212 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14213]
14214
14215[[package]]
14216name = "zed_clojure"
14217version = "0.0.3"
14218dependencies = [
14219 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14220]
14221
14222[[package]]
14223name = "zed_csharp"
14224version = "0.0.2"
14225dependencies = [
14226 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14227]
14228
14229[[package]]
14230name = "zed_dart"
14231version = "0.0.3"
14232dependencies = [
14233 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14234]
14235
14236[[package]]
14237name = "zed_deno"
14238version = "0.0.2"
14239dependencies = [
14240 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14241]
14242
14243[[package]]
14244name = "zed_elixir"
14245version = "0.0.9"
14246dependencies = [
14247 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14248]
14249
14250[[package]]
14251name = "zed_elm"
14252version = "0.0.1"
14253dependencies = [
14254 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14255]
14256
14257[[package]]
14258name = "zed_emmet"
14259version = "0.0.3"
14260dependencies = [
14261 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14262]
14263
14264[[package]]
14265name = "zed_erlang"
14266version = "0.0.1"
14267dependencies = [
14268 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14269]
14270
14271[[package]]
14272name = "zed_extension_api"
14273version = "0.1.0"
14274dependencies = [
14275 "serde",
14276 "serde_json",
14277 "wit-bindgen",
14278]
14279
14280[[package]]
14281name = "zed_extension_api"
14282version = "0.1.0"
14283source = "registry+https://github.com/rust-lang/crates.io-index"
14284checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
14285dependencies = [
14286 "serde",
14287 "serde_json",
14288 "wit-bindgen",
14289]
14290
14291[[package]]
14292name = "zed_gleam"
14293version = "0.2.0"
14294dependencies = [
14295 "html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14296 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14297]
14298
14299[[package]]
14300name = "zed_glsl"
14301version = "0.1.0"
14302dependencies = [
14303 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14304]
14305
14306[[package]]
14307name = "zed_haskell"
14308version = "0.1.1"
14309dependencies = [
14310 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14311]
14312
14313[[package]]
14314name = "zed_html"
14315version = "0.1.2"
14316dependencies = [
14317 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14318]
14319
14320[[package]]
14321name = "zed_lua"
14322version = "0.0.3"
14323dependencies = [
14324 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14325]
14326
14327[[package]]
14328name = "zed_ocaml"
14329version = "0.0.2"
14330dependencies = [
14331 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14332]
14333
14334[[package]]
14335name = "zed_php"
14336version = "0.1.3"
14337dependencies = [
14338 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14339]
14340
14341[[package]]
14342name = "zed_prisma"
14343version = "0.0.3"
14344dependencies = [
14345 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14346]
14347
14348[[package]]
14349name = "zed_purescript"
14350version = "0.0.1"
14351dependencies = [
14352 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14353]
14354
14355[[package]]
14356name = "zed_ruby"
14357version = "0.1.0"
14358dependencies = [
14359 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14360]
14361
14362[[package]]
14363name = "zed_ruff"
14364version = "0.0.2"
14365dependencies = [
14366 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14367]
14368
14369[[package]]
14370name = "zed_snippets"
14371version = "0.0.5"
14372dependencies = [
14373 "serde_json",
14374 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14375]
14376
14377[[package]]
14378name = "zed_svelte"
14379version = "0.0.3"
14380dependencies = [
14381 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14382]
14383
14384[[package]]
14385name = "zed_terraform"
14386version = "0.0.4"
14387dependencies = [
14388 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14389]
14390
14391[[package]]
14392name = "zed_test_extension"
14393version = "0.1.0"
14394dependencies = [
14395 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14396]
14397
14398[[package]]
14399name = "zed_toml"
14400version = "0.1.1"
14401dependencies = [
14402 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14403]
14404
14405[[package]]
14406name = "zed_uiua"
14407version = "0.0.1"
14408dependencies = [
14409 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14410]
14411
14412[[package]]
14413name = "zed_vue"
14414version = "0.1.0"
14415dependencies = [
14416 "serde",
14417 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14418]
14419
14420[[package]]
14421name = "zed_zig"
14422version = "0.3.0"
14423dependencies = [
14424 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14425]
14426
14427[[package]]
14428name = "zeno"
14429version = "0.2.3"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
14432
14433[[package]]
14434name = "zerocopy"
14435version = "0.7.35"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
14438dependencies = [
14439 "byteorder",
14440 "zerocopy-derive",
14441]
14442
14443[[package]]
14444name = "zerocopy-derive"
14445version = "0.7.35"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
14448dependencies = [
14449 "proc-macro2",
14450 "quote",
14451 "syn 2.0.76",
14452]
14453
14454[[package]]
14455name = "zeroize"
14456version = "1.8.1"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
14459dependencies = [
14460 "zeroize_derive",
14461]
14462
14463[[package]]
14464name = "zeroize_derive"
14465version = "1.4.2"
14466source = "registry+https://github.com/rust-lang/crates.io-index"
14467checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
14468dependencies = [
14469 "proc-macro2",
14470 "quote",
14471 "syn 2.0.76",
14472]
14473
14474[[package]]
14475name = "zeromq"
14476version = "0.4.0"
14477source = "registry+https://github.com/rust-lang/crates.io-index"
14478checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
14479dependencies = [
14480 "async-dispatcher",
14481 "async-std",
14482 "async-trait",
14483 "asynchronous-codec",
14484 "bytes 1.7.1",
14485 "crossbeam-queue",
14486 "dashmap 5.5.3",
14487 "futures-channel",
14488 "futures-io",
14489 "futures-task",
14490 "futures-util",
14491 "log",
14492 "num-traits",
14493 "once_cell",
14494 "parking_lot",
14495 "rand 0.8.5",
14496 "regex",
14497 "thiserror",
14498 "uuid",
14499]
14500
14501[[package]]
14502name = "zstd"
14503version = "0.11.2+zstd.1.5.2"
14504source = "registry+https://github.com/rust-lang/crates.io-index"
14505checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
14506dependencies = [
14507 "zstd-safe",
14508]
14509
14510[[package]]
14511name = "zstd-safe"
14512version = "5.0.2+zstd.1.5.2"
14513source = "registry+https://github.com/rust-lang/crates.io-index"
14514checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
14515dependencies = [
14516 "libc",
14517 "zstd-sys",
14518]
14519
14520[[package]]
14521name = "zstd-sys"
14522version = "2.0.13+zstd.1.5.6"
14523source = "registry+https://github.com/rust-lang/crates.io-index"
14524checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
14525dependencies = [
14526 "cc",
14527 "pkg-config",
14528]
14529
14530[[package]]
14531name = "zune-core"
14532version = "0.4.12"
14533source = "registry+https://github.com/rust-lang/crates.io-index"
14534checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
14535
14536[[package]]
14537name = "zune-inflate"
14538version = "0.2.54"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
14541dependencies = [
14542 "simd-adler32",
14543]
14544
14545[[package]]
14546name = "zune-jpeg"
14547version = "0.4.13"
14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
14550dependencies = [
14551 "zune-core",
14552]
14553
14554[[package]]
14555name = "zvariant"
14556version = "4.2.0"
14557source = "registry+https://github.com/rust-lang/crates.io-index"
14558checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
14559dependencies = [
14560 "endi",
14561 "enumflags2",
14562 "serde",
14563 "static_assertions",
14564 "url",
14565 "zvariant_derive",
14566]
14567
14568[[package]]
14569name = "zvariant_derive"
14570version = "4.2.0"
14571source = "registry+https://github.com/rust-lang/crates.io-index"
14572checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
14573dependencies = [
14574 "proc-macro-crate",
14575 "proc-macro2",
14576 "quote",
14577 "syn 2.0.76",
14578 "zvariant_utils",
14579]
14580
14581[[package]]
14582name = "zvariant_utils"
14583version = "2.1.0"
14584source = "registry+https://github.com/rust-lang/crates.io-index"
14585checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
14586dependencies = [
14587 "proc-macro2",
14588 "quote",
14589 "syn 2.0.76",
14590]