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.4.0"
1648source = "git+https://github.com/kvark/blade?rev=b37a9a994709d256f4634efd29281c78ba89071a#b37a9a994709d256f4634efd29281c78ba89071a"
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.2.1"
1678source = "git+https://github.com/kvark/blade?rev=b37a9a994709d256f4634efd29281c78ba89071a#b37a9a994709d256f4634efd29281c78ba89071a"
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=b37a9a994709d256f4634efd29281c78ba89071a#b37a9a994709d256f4634efd29281c78ba89071a"
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.13.1"
4788source = "registry+https://github.com/rust-lang/crates.io-index"
4789checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
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 = "performance"
7785version = "0.1.0"
7786dependencies = [
7787 "anyhow",
7788 "collections",
7789 "gpui",
7790 "log",
7791 "schemars",
7792 "serde",
7793 "settings",
7794 "util",
7795 "workspace",
7796]
7797
7798[[package]]
7799name = "perplexity"
7800version = "0.1.0"
7801dependencies = [
7802 "serde",
7803 "zed_extension_api 0.1.0",
7804]
7805
7806[[package]]
7807name = "pest"
7808version = "2.7.11"
7809source = "registry+https://github.com/rust-lang/crates.io-index"
7810checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
7811dependencies = [
7812 "memchr",
7813 "thiserror",
7814 "ucd-trie",
7815]
7816
7817[[package]]
7818name = "pest_derive"
7819version = "2.7.11"
7820source = "registry+https://github.com/rust-lang/crates.io-index"
7821checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
7822dependencies = [
7823 "pest",
7824 "pest_generator",
7825]
7826
7827[[package]]
7828name = "pest_generator"
7829version = "2.7.11"
7830source = "registry+https://github.com/rust-lang/crates.io-index"
7831checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
7832dependencies = [
7833 "pest",
7834 "pest_meta",
7835 "proc-macro2",
7836 "quote",
7837 "syn 2.0.76",
7838]
7839
7840[[package]]
7841name = "pest_meta"
7842version = "2.7.11"
7843source = "registry+https://github.com/rust-lang/crates.io-index"
7844checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
7845dependencies = [
7846 "once_cell",
7847 "pest",
7848 "sha2",
7849]
7850
7851[[package]]
7852name = "petgraph"
7853version = "0.6.5"
7854source = "registry+https://github.com/rust-lang/crates.io-index"
7855checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
7856dependencies = [
7857 "fixedbitset",
7858 "indexmap 2.4.0",
7859]
7860
7861[[package]]
7862name = "phf"
7863version = "0.11.2"
7864source = "registry+https://github.com/rust-lang/crates.io-index"
7865checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
7866dependencies = [
7867 "phf_macros",
7868 "phf_shared 0.11.2",
7869]
7870
7871[[package]]
7872name = "phf_codegen"
7873version = "0.11.2"
7874source = "registry+https://github.com/rust-lang/crates.io-index"
7875checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
7876dependencies = [
7877 "phf_generator 0.11.2",
7878 "phf_shared 0.11.2",
7879]
7880
7881[[package]]
7882name = "phf_generator"
7883version = "0.10.0"
7884source = "registry+https://github.com/rust-lang/crates.io-index"
7885checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
7886dependencies = [
7887 "phf_shared 0.10.0",
7888 "rand 0.8.5",
7889]
7890
7891[[package]]
7892name = "phf_generator"
7893version = "0.11.2"
7894source = "registry+https://github.com/rust-lang/crates.io-index"
7895checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
7896dependencies = [
7897 "phf_shared 0.11.2",
7898 "rand 0.8.5",
7899]
7900
7901[[package]]
7902name = "phf_macros"
7903version = "0.11.2"
7904source = "registry+https://github.com/rust-lang/crates.io-index"
7905checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
7906dependencies = [
7907 "phf_generator 0.11.2",
7908 "phf_shared 0.11.2",
7909 "proc-macro2",
7910 "quote",
7911 "syn 2.0.76",
7912]
7913
7914[[package]]
7915name = "phf_shared"
7916version = "0.10.0"
7917source = "registry+https://github.com/rust-lang/crates.io-index"
7918checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
7919dependencies = [
7920 "siphasher 0.3.11",
7921]
7922
7923[[package]]
7924name = "phf_shared"
7925version = "0.11.2"
7926source = "registry+https://github.com/rust-lang/crates.io-index"
7927checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
7928dependencies = [
7929 "siphasher 0.3.11",
7930]
7931
7932[[package]]
7933name = "picker"
7934version = "0.1.0"
7935dependencies = [
7936 "anyhow",
7937 "ctor",
7938 "editor",
7939 "env_logger",
7940 "gpui",
7941 "menu",
7942 "serde",
7943 "serde_json",
7944 "ui",
7945 "workspace",
7946]
7947
7948[[package]]
7949name = "pico-args"
7950version = "0.5.0"
7951source = "registry+https://github.com/rust-lang/crates.io-index"
7952checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
7953
7954[[package]]
7955name = "pin-project"
7956version = "1.1.5"
7957source = "registry+https://github.com/rust-lang/crates.io-index"
7958checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
7959dependencies = [
7960 "pin-project-internal",
7961]
7962
7963[[package]]
7964name = "pin-project-internal"
7965version = "1.1.5"
7966source = "registry+https://github.com/rust-lang/crates.io-index"
7967checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
7968dependencies = [
7969 "proc-macro2",
7970 "quote",
7971 "syn 2.0.76",
7972]
7973
7974[[package]]
7975name = "pin-project-lite"
7976version = "0.2.14"
7977source = "registry+https://github.com/rust-lang/crates.io-index"
7978checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
7979
7980[[package]]
7981name = "pin-utils"
7982version = "0.1.0"
7983source = "registry+https://github.com/rust-lang/crates.io-index"
7984checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
7985
7986[[package]]
7987name = "piper"
7988version = "0.2.4"
7989source = "registry+https://github.com/rust-lang/crates.io-index"
7990checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
7991dependencies = [
7992 "atomic-waker",
7993 "fastrand 2.1.1",
7994 "futures-io",
7995]
7996
7997[[package]]
7998name = "pkcs1"
7999version = "0.7.5"
8000source = "registry+https://github.com/rust-lang/crates.io-index"
8001checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8002dependencies = [
8003 "der 0.7.9",
8004 "pkcs8 0.10.2",
8005 "spki 0.7.3",
8006]
8007
8008[[package]]
8009name = "pkcs8"
8010version = "0.9.0"
8011source = "registry+https://github.com/rust-lang/crates.io-index"
8012checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
8013dependencies = [
8014 "der 0.6.1",
8015 "spki 0.6.0",
8016]
8017
8018[[package]]
8019name = "pkcs8"
8020version = "0.10.2"
8021source = "registry+https://github.com/rust-lang/crates.io-index"
8022checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8023dependencies = [
8024 "der 0.7.9",
8025 "spki 0.7.3",
8026]
8027
8028[[package]]
8029name = "pkg-config"
8030version = "0.3.30"
8031source = "registry+https://github.com/rust-lang/crates.io-index"
8032checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8033
8034[[package]]
8035name = "plist"
8036version = "1.7.0"
8037source = "registry+https://github.com/rust-lang/crates.io-index"
8038checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8039dependencies = [
8040 "base64 0.22.1",
8041 "indexmap 2.4.0",
8042 "quick-xml 0.32.0",
8043 "serde",
8044 "time",
8045]
8046
8047[[package]]
8048name = "plotters"
8049version = "0.3.6"
8050source = "registry+https://github.com/rust-lang/crates.io-index"
8051checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8052dependencies = [
8053 "num-traits",
8054 "plotters-backend",
8055 "plotters-svg",
8056 "wasm-bindgen",
8057 "web-sys",
8058]
8059
8060[[package]]
8061name = "plotters-backend"
8062version = "0.3.6"
8063source = "registry+https://github.com/rust-lang/crates.io-index"
8064checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
8065
8066[[package]]
8067name = "plotters-svg"
8068version = "0.3.6"
8069source = "registry+https://github.com/rust-lang/crates.io-index"
8070checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
8071dependencies = [
8072 "plotters-backend",
8073]
8074
8075[[package]]
8076name = "png"
8077version = "0.17.13"
8078source = "registry+https://github.com/rust-lang/crates.io-index"
8079checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
8080dependencies = [
8081 "bitflags 1.3.2",
8082 "crc32fast",
8083 "fdeflate",
8084 "flate2",
8085 "miniz_oxide 0.7.4",
8086]
8087
8088[[package]]
8089name = "polling"
8090version = "2.8.0"
8091source = "registry+https://github.com/rust-lang/crates.io-index"
8092checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8093dependencies = [
8094 "autocfg",
8095 "bitflags 1.3.2",
8096 "cfg-if",
8097 "concurrent-queue",
8098 "libc",
8099 "log",
8100 "pin-project-lite",
8101 "windows-sys 0.48.0",
8102]
8103
8104[[package]]
8105name = "polling"
8106version = "3.7.3"
8107source = "registry+https://github.com/rust-lang/crates.io-index"
8108checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
8109dependencies = [
8110 "cfg-if",
8111 "concurrent-queue",
8112 "hermit-abi 0.4.0",
8113 "pin-project-lite",
8114 "rustix 0.38.35",
8115 "tracing",
8116 "windows-sys 0.59.0",
8117]
8118
8119[[package]]
8120name = "pollster"
8121version = "0.2.5"
8122source = "registry+https://github.com/rust-lang/crates.io-index"
8123checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
8124
8125[[package]]
8126name = "postage"
8127version = "0.5.0"
8128source = "registry+https://github.com/rust-lang/crates.io-index"
8129checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
8130dependencies = [
8131 "atomic",
8132 "crossbeam-queue",
8133 "futures 0.3.30",
8134 "log",
8135 "parking_lot",
8136 "pin-project",
8137 "pollster",
8138 "static_assertions",
8139 "thiserror",
8140]
8141
8142[[package]]
8143name = "postcard"
8144version = "1.0.10"
8145source = "registry+https://github.com/rust-lang/crates.io-index"
8146checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
8147dependencies = [
8148 "cobs",
8149 "embedded-io 0.4.0",
8150 "embedded-io 0.6.1",
8151 "serde",
8152]
8153
8154[[package]]
8155name = "powerfmt"
8156version = "0.2.0"
8157source = "registry+https://github.com/rust-lang/crates.io-index"
8158checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8159
8160[[package]]
8161name = "ppv-lite86"
8162version = "0.2.20"
8163source = "registry+https://github.com/rust-lang/crates.io-index"
8164checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
8165dependencies = [
8166 "zerocopy",
8167]
8168
8169[[package]]
8170name = "precomputed-hash"
8171version = "0.1.1"
8172source = "registry+https://github.com/rust-lang/crates.io-index"
8173checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8174
8175[[package]]
8176name = "prettier"
8177version = "0.1.0"
8178dependencies = [
8179 "anyhow",
8180 "collections",
8181 "fs",
8182 "gpui",
8183 "language",
8184 "log",
8185 "lsp",
8186 "node_runtime",
8187 "parking_lot",
8188 "paths",
8189 "serde",
8190 "serde_json",
8191 "util",
8192]
8193
8194[[package]]
8195name = "pretty_assertions"
8196version = "1.4.0"
8197source = "registry+https://github.com/rust-lang/crates.io-index"
8198checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
8199dependencies = [
8200 "diff",
8201 "yansi",
8202]
8203
8204[[package]]
8205name = "prettyplease"
8206version = "0.2.22"
8207source = "registry+https://github.com/rust-lang/crates.io-index"
8208checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
8209dependencies = [
8210 "proc-macro2",
8211 "syn 2.0.76",
8212]
8213
8214[[package]]
8215name = "proc-macro-crate"
8216version = "3.2.0"
8217source = "registry+https://github.com/rust-lang/crates.io-index"
8218checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
8219dependencies = [
8220 "toml_edit 0.22.20",
8221]
8222
8223[[package]]
8224name = "proc-macro-error"
8225version = "1.0.4"
8226source = "registry+https://github.com/rust-lang/crates.io-index"
8227checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8228dependencies = [
8229 "proc-macro-error-attr",
8230 "proc-macro2",
8231 "quote",
8232 "syn 1.0.109",
8233 "version_check",
8234]
8235
8236[[package]]
8237name = "proc-macro-error-attr"
8238version = "1.0.4"
8239source = "registry+https://github.com/rust-lang/crates.io-index"
8240checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8241dependencies = [
8242 "proc-macro2",
8243 "quote",
8244 "version_check",
8245]
8246
8247[[package]]
8248name = "proc-macro2"
8249version = "1.0.86"
8250source = "registry+https://github.com/rust-lang/crates.io-index"
8251checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
8252dependencies = [
8253 "unicode-ident",
8254]
8255
8256[[package]]
8257name = "profiling"
8258version = "1.0.15"
8259source = "registry+https://github.com/rust-lang/crates.io-index"
8260checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
8261dependencies = [
8262 "profiling-procmacros",
8263]
8264
8265[[package]]
8266name = "profiling-procmacros"
8267version = "1.0.15"
8268source = "registry+https://github.com/rust-lang/crates.io-index"
8269checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
8270dependencies = [
8271 "quote",
8272 "syn 2.0.76",
8273]
8274
8275[[package]]
8276name = "project"
8277version = "0.1.0"
8278dependencies = [
8279 "aho-corasick",
8280 "anyhow",
8281 "async-trait",
8282 "client",
8283 "clock",
8284 "collections",
8285 "dev_server_projects",
8286 "env_logger",
8287 "fs",
8288 "futures 0.3.30",
8289 "fuzzy",
8290 "git",
8291 "git2",
8292 "globset",
8293 "gpui",
8294 "http_client",
8295 "itertools 0.11.0",
8296 "language",
8297 "log",
8298 "lsp",
8299 "node_runtime",
8300 "parking_lot",
8301 "pathdiff",
8302 "paths",
8303 "postage",
8304 "prettier",
8305 "pretty_assertions",
8306 "rand 0.8.5",
8307 "regex",
8308 "release_channel",
8309 "remote",
8310 "rpc",
8311 "schemars",
8312 "serde",
8313 "serde_json",
8314 "settings",
8315 "sha2",
8316 "shellexpand 2.1.2",
8317 "shlex",
8318 "similar",
8319 "smol",
8320 "snippet",
8321 "snippet_provider",
8322 "task",
8323 "tempfile",
8324 "terminal",
8325 "text",
8326 "unindent",
8327 "util",
8328 "which 6.0.3",
8329 "worktree",
8330]
8331
8332[[package]]
8333name = "project_panel"
8334version = "0.1.0"
8335dependencies = [
8336 "anyhow",
8337 "client",
8338 "collections",
8339 "db",
8340 "editor",
8341 "file_icons",
8342 "git",
8343 "gpui",
8344 "indexmap 1.9.3",
8345 "language",
8346 "menu",
8347 "pretty_assertions",
8348 "project",
8349 "schemars",
8350 "search",
8351 "serde",
8352 "serde_derive",
8353 "serde_json",
8354 "settings",
8355 "theme",
8356 "ui",
8357 "util",
8358 "workspace",
8359 "worktree",
8360]
8361
8362[[package]]
8363name = "project_symbols"
8364version = "0.1.0"
8365dependencies = [
8366 "anyhow",
8367 "editor",
8368 "futures 0.3.30",
8369 "fuzzy",
8370 "gpui",
8371 "language",
8372 "lsp",
8373 "ordered-float 2.10.1",
8374 "picker",
8375 "project",
8376 "release_channel",
8377 "serde_json",
8378 "settings",
8379 "theme",
8380 "util",
8381 "workspace",
8382]
8383
8384[[package]]
8385name = "prometheus"
8386version = "0.13.4"
8387source = "registry+https://github.com/rust-lang/crates.io-index"
8388checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
8389dependencies = [
8390 "cfg-if",
8391 "fnv",
8392 "lazy_static",
8393 "memchr",
8394 "parking_lot",
8395 "protobuf",
8396 "thiserror",
8397]
8398
8399[[package]]
8400name = "prost"
8401version = "0.9.0"
8402source = "registry+https://github.com/rust-lang/crates.io-index"
8403checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
8404dependencies = [
8405 "bytes 1.7.1",
8406 "prost-derive",
8407]
8408
8409[[package]]
8410name = "prost-build"
8411version = "0.9.0"
8412source = "registry+https://github.com/rust-lang/crates.io-index"
8413checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
8414dependencies = [
8415 "bytes 1.7.1",
8416 "heck 0.3.3",
8417 "itertools 0.10.5",
8418 "lazy_static",
8419 "log",
8420 "multimap",
8421 "petgraph",
8422 "prost",
8423 "prost-types",
8424 "regex",
8425 "tempfile",
8426 "which 4.4.2",
8427]
8428
8429[[package]]
8430name = "prost-derive"
8431version = "0.9.0"
8432source = "registry+https://github.com/rust-lang/crates.io-index"
8433checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
8434dependencies = [
8435 "anyhow",
8436 "itertools 0.10.5",
8437 "proc-macro2",
8438 "quote",
8439 "syn 1.0.109",
8440]
8441
8442[[package]]
8443name = "prost-types"
8444version = "0.9.0"
8445source = "registry+https://github.com/rust-lang/crates.io-index"
8446checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
8447dependencies = [
8448 "bytes 1.7.1",
8449 "prost",
8450]
8451
8452[[package]]
8453name = "proto"
8454version = "0.1.0"
8455dependencies = [
8456 "anyhow",
8457 "collections",
8458 "futures 0.3.30",
8459 "prost",
8460 "prost-build",
8461 "serde",
8462]
8463
8464[[package]]
8465name = "protobuf"
8466version = "2.28.0"
8467source = "registry+https://github.com/rust-lang/crates.io-index"
8468checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
8469
8470[[package]]
8471name = "protols-tree-sitter-proto"
8472version = "0.2.0"
8473source = "registry+https://github.com/rust-lang/crates.io-index"
8474checksum = "9bac092da66e21a71eb832925de7b542f8ac34f75fd05cd2fc3e272863e3fd2b"
8475dependencies = [
8476 "cc",
8477 "tree-sitter",
8478]
8479
8480[[package]]
8481name = "psm"
8482version = "0.1.21"
8483source = "registry+https://github.com/rust-lang/crates.io-index"
8484checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
8485dependencies = [
8486 "cc",
8487]
8488
8489[[package]]
8490name = "ptr_meta"
8491version = "0.1.4"
8492source = "registry+https://github.com/rust-lang/crates.io-index"
8493checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
8494dependencies = [
8495 "ptr_meta_derive",
8496]
8497
8498[[package]]
8499name = "ptr_meta_derive"
8500version = "0.1.4"
8501source = "registry+https://github.com/rust-lang/crates.io-index"
8502checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
8503dependencies = [
8504 "proc-macro2",
8505 "quote",
8506 "syn 1.0.109",
8507]
8508
8509[[package]]
8510name = "pulldown-cmark"
8511version = "0.10.3"
8512source = "registry+https://github.com/rust-lang/crates.io-index"
8513checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
8514dependencies = [
8515 "bitflags 2.6.0",
8516 "memchr",
8517 "pulldown-cmark-escape",
8518 "unicase",
8519]
8520
8521[[package]]
8522name = "pulldown-cmark-escape"
8523version = "0.10.1"
8524source = "registry+https://github.com/rust-lang/crates.io-index"
8525checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
8526
8527[[package]]
8528name = "qoi"
8529version = "0.4.1"
8530source = "registry+https://github.com/rust-lang/crates.io-index"
8531checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
8532dependencies = [
8533 "bytemuck",
8534]
8535
8536[[package]]
8537name = "quick-error"
8538version = "2.0.1"
8539source = "registry+https://github.com/rust-lang/crates.io-index"
8540checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
8541
8542[[package]]
8543name = "quick-xml"
8544version = "0.32.0"
8545source = "registry+https://github.com/rust-lang/crates.io-index"
8546checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
8547dependencies = [
8548 "memchr",
8549]
8550
8551[[package]]
8552name = "quick-xml"
8553version = "0.34.0"
8554source = "registry+https://github.com/rust-lang/crates.io-index"
8555checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
8556dependencies = [
8557 "memchr",
8558]
8559
8560[[package]]
8561name = "quick_action_bar"
8562version = "0.1.0"
8563dependencies = [
8564 "assistant",
8565 "editor",
8566 "gpui",
8567 "markdown_preview",
8568 "repl",
8569 "search",
8570 "settings",
8571 "ui",
8572 "util",
8573 "workspace",
8574 "zed_actions",
8575]
8576
8577[[package]]
8578name = "quote"
8579version = "1.0.37"
8580source = "registry+https://github.com/rust-lang/crates.io-index"
8581checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
8582dependencies = [
8583 "proc-macro2",
8584]
8585
8586[[package]]
8587name = "radium"
8588version = "0.7.0"
8589source = "registry+https://github.com/rust-lang/crates.io-index"
8590checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
8591
8592[[package]]
8593name = "rand"
8594version = "0.7.3"
8595source = "registry+https://github.com/rust-lang/crates.io-index"
8596checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
8597dependencies = [
8598 "getrandom 0.1.16",
8599 "libc",
8600 "rand_chacha 0.2.2",
8601 "rand_core 0.5.1",
8602 "rand_hc",
8603]
8604
8605[[package]]
8606name = "rand"
8607version = "0.8.5"
8608source = "registry+https://github.com/rust-lang/crates.io-index"
8609checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
8610dependencies = [
8611 "libc",
8612 "rand_chacha 0.3.1",
8613 "rand_core 0.6.4",
8614]
8615
8616[[package]]
8617name = "rand_chacha"
8618version = "0.2.2"
8619source = "registry+https://github.com/rust-lang/crates.io-index"
8620checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
8621dependencies = [
8622 "ppv-lite86",
8623 "rand_core 0.5.1",
8624]
8625
8626[[package]]
8627name = "rand_chacha"
8628version = "0.3.1"
8629source = "registry+https://github.com/rust-lang/crates.io-index"
8630checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
8631dependencies = [
8632 "ppv-lite86",
8633 "rand_core 0.6.4",
8634]
8635
8636[[package]]
8637name = "rand_core"
8638version = "0.5.1"
8639source = "registry+https://github.com/rust-lang/crates.io-index"
8640checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
8641dependencies = [
8642 "getrandom 0.1.16",
8643]
8644
8645[[package]]
8646name = "rand_core"
8647version = "0.6.4"
8648source = "registry+https://github.com/rust-lang/crates.io-index"
8649checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
8650dependencies = [
8651 "getrandom 0.2.15",
8652]
8653
8654[[package]]
8655name = "rand_hc"
8656version = "0.2.0"
8657source = "registry+https://github.com/rust-lang/crates.io-index"
8658checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
8659dependencies = [
8660 "rand_core 0.5.1",
8661]
8662
8663[[package]]
8664name = "rangemap"
8665version = "1.5.1"
8666source = "registry+https://github.com/rust-lang/crates.io-index"
8667checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
8668
8669[[package]]
8670name = "rav1e"
8671version = "0.7.1"
8672source = "registry+https://github.com/rust-lang/crates.io-index"
8673checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
8674dependencies = [
8675 "arbitrary",
8676 "arg_enum_proc_macro",
8677 "arrayvec",
8678 "av1-grain",
8679 "bitstream-io",
8680 "built",
8681 "cfg-if",
8682 "interpolate_name",
8683 "itertools 0.12.1",
8684 "libc",
8685 "libfuzzer-sys",
8686 "log",
8687 "maybe-rayon",
8688 "new_debug_unreachable",
8689 "noop_proc_macro",
8690 "num-derive",
8691 "num-traits",
8692 "once_cell",
8693 "paste",
8694 "profiling",
8695 "rand 0.8.5",
8696 "rand_chacha 0.3.1",
8697 "simd_helpers",
8698 "system-deps",
8699 "thiserror",
8700 "v_frame",
8701 "wasm-bindgen",
8702]
8703
8704[[package]]
8705name = "ravif"
8706version = "0.11.10"
8707source = "registry+https://github.com/rust-lang/crates.io-index"
8708checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
8709dependencies = [
8710 "avif-serialize",
8711 "imgref",
8712 "loop9",
8713 "quick-error",
8714 "rav1e",
8715 "rgb",
8716]
8717
8718[[package]]
8719name = "raw-window-handle"
8720version = "0.6.2"
8721source = "registry+https://github.com/rust-lang/crates.io-index"
8722checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
8723
8724[[package]]
8725name = "raw-window-metal"
8726version = "0.4.0"
8727source = "registry+https://github.com/rust-lang/crates.io-index"
8728checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
8729dependencies = [
8730 "cocoa",
8731 "core-graphics",
8732 "objc",
8733 "raw-window-handle",
8734]
8735
8736[[package]]
8737name = "rayon"
8738version = "1.10.0"
8739source = "registry+https://github.com/rust-lang/crates.io-index"
8740checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
8741dependencies = [
8742 "either",
8743 "rayon-core",
8744]
8745
8746[[package]]
8747name = "rayon-core"
8748version = "1.12.1"
8749source = "registry+https://github.com/rust-lang/crates.io-index"
8750checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
8751dependencies = [
8752 "crossbeam-deque",
8753 "crossbeam-utils",
8754]
8755
8756[[package]]
8757name = "read-fonts"
8758version = "0.20.0"
8759source = "registry+https://github.com/rust-lang/crates.io-index"
8760checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
8761dependencies = [
8762 "bytemuck",
8763 "font-types",
8764]
8765
8766[[package]]
8767name = "recent_projects"
8768version = "0.1.0"
8769dependencies = [
8770 "anyhow",
8771 "auto_update",
8772 "client",
8773 "dev_server_projects",
8774 "editor",
8775 "futures 0.3.30",
8776 "fuzzy",
8777 "gpui",
8778 "language",
8779 "log",
8780 "markdown",
8781 "menu",
8782 "ordered-float 2.10.1",
8783 "picker",
8784 "project",
8785 "release_channel",
8786 "remote",
8787 "rpc",
8788 "schemars",
8789 "serde",
8790 "serde_json",
8791 "settings",
8792 "smol",
8793 "task",
8794 "terminal_view",
8795 "ui",
8796 "ui_input",
8797 "util",
8798 "workspace",
8799]
8800
8801[[package]]
8802name = "redox_syscall"
8803version = "0.2.16"
8804source = "registry+https://github.com/rust-lang/crates.io-index"
8805checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
8806dependencies = [
8807 "bitflags 1.3.2",
8808]
8809
8810[[package]]
8811name = "redox_syscall"
8812version = "0.4.1"
8813source = "registry+https://github.com/rust-lang/crates.io-index"
8814checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
8815dependencies = [
8816 "bitflags 1.3.2",
8817]
8818
8819[[package]]
8820name = "redox_syscall"
8821version = "0.5.3"
8822source = "registry+https://github.com/rust-lang/crates.io-index"
8823checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
8824dependencies = [
8825 "bitflags 2.6.0",
8826]
8827
8828[[package]]
8829name = "redox_users"
8830version = "0.4.6"
8831source = "registry+https://github.com/rust-lang/crates.io-index"
8832checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
8833dependencies = [
8834 "getrandom 0.2.15",
8835 "libredox",
8836 "thiserror",
8837]
8838
8839[[package]]
8840name = "refineable"
8841version = "0.1.0"
8842dependencies = [
8843 "derive_refineable",
8844]
8845
8846[[package]]
8847name = "regalloc2"
8848version = "0.9.3"
8849source = "registry+https://github.com/rust-lang/crates.io-index"
8850checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
8851dependencies = [
8852 "hashbrown 0.13.2",
8853 "log",
8854 "rustc-hash",
8855 "slice-group-by",
8856 "smallvec",
8857]
8858
8859[[package]]
8860name = "regex"
8861version = "1.10.6"
8862source = "registry+https://github.com/rust-lang/crates.io-index"
8863checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
8864dependencies = [
8865 "aho-corasick",
8866 "memchr",
8867 "regex-automata 0.4.7",
8868 "regex-syntax 0.8.4",
8869]
8870
8871[[package]]
8872name = "regex-automata"
8873version = "0.1.10"
8874source = "registry+https://github.com/rust-lang/crates.io-index"
8875checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
8876dependencies = [
8877 "regex-syntax 0.6.29",
8878]
8879
8880[[package]]
8881name = "regex-automata"
8882version = "0.4.7"
8883source = "registry+https://github.com/rust-lang/crates.io-index"
8884checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
8885dependencies = [
8886 "aho-corasick",
8887 "memchr",
8888 "regex-syntax 0.8.4",
8889]
8890
8891[[package]]
8892name = "regex-lite"
8893version = "0.1.6"
8894source = "registry+https://github.com/rust-lang/crates.io-index"
8895checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
8896
8897[[package]]
8898name = "regex-syntax"
8899version = "0.6.29"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
8902
8903[[package]]
8904name = "regex-syntax"
8905version = "0.8.4"
8906source = "registry+https://github.com/rust-lang/crates.io-index"
8907checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
8908
8909[[package]]
8910name = "release_channel"
8911version = "0.1.0"
8912dependencies = [
8913 "gpui",
8914 "once_cell",
8915]
8916
8917[[package]]
8918name = "remote"
8919version = "0.1.0"
8920dependencies = [
8921 "anyhow",
8922 "collections",
8923 "fs",
8924 "futures 0.3.30",
8925 "gpui",
8926 "log",
8927 "parking_lot",
8928 "prost",
8929 "rpc",
8930 "serde",
8931 "serde_json",
8932 "smol",
8933 "tempfile",
8934 "util",
8935]
8936
8937[[package]]
8938name = "remote_server"
8939version = "0.1.0"
8940dependencies = [
8941 "anyhow",
8942 "cargo_toml",
8943 "client",
8944 "clock",
8945 "env_logger",
8946 "fs",
8947 "futures 0.3.30",
8948 "gpui",
8949 "http_client",
8950 "language",
8951 "log",
8952 "node_runtime",
8953 "project",
8954 "remote",
8955 "rpc",
8956 "serde",
8957 "serde_json",
8958 "settings",
8959 "shellexpand 2.1.2",
8960 "smol",
8961 "toml 0.8.19",
8962 "util",
8963 "worktree",
8964]
8965
8966[[package]]
8967name = "rend"
8968version = "0.4.2"
8969source = "registry+https://github.com/rust-lang/crates.io-index"
8970checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
8971dependencies = [
8972 "bytecheck",
8973]
8974
8975[[package]]
8976name = "repl"
8977version = "0.1.0"
8978dependencies = [
8979 "alacritty_terminal",
8980 "anyhow",
8981 "async-dispatcher",
8982 "base64 0.22.1",
8983 "client",
8984 "collections",
8985 "command_palette_hooks",
8986 "editor",
8987 "env_logger",
8988 "futures 0.3.30",
8989 "gpui",
8990 "http_client",
8991 "image",
8992 "indoc",
8993 "language",
8994 "languages",
8995 "log",
8996 "markdown_preview",
8997 "multi_buffer",
8998 "project",
8999 "runtimelib",
9000 "schemars",
9001 "serde",
9002 "serde_json",
9003 "settings",
9004 "smol",
9005 "terminal",
9006 "terminal_view",
9007 "theme",
9008 "tree-sitter-md",
9009 "tree-sitter-python",
9010 "tree-sitter-typescript",
9011 "ui",
9012 "util",
9013 "uuid",
9014 "windows 0.58.0",
9015 "workspace",
9016]
9017
9018[[package]]
9019name = "reqwest"
9020version = "0.11.27"
9021source = "registry+https://github.com/rust-lang/crates.io-index"
9022checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9023dependencies = [
9024 "base64 0.21.7",
9025 "bytes 1.7.1",
9026 "encoding_rs",
9027 "futures-core",
9028 "futures-util",
9029 "h2",
9030 "http 0.2.12",
9031 "http-body 0.4.6",
9032 "hyper",
9033 "hyper-tls",
9034 "ipnet",
9035 "js-sys",
9036 "log",
9037 "mime",
9038 "native-tls",
9039 "once_cell",
9040 "percent-encoding",
9041 "pin-project-lite",
9042 "rustls-pemfile",
9043 "serde",
9044 "serde_json",
9045 "serde_urlencoded",
9046 "sync_wrapper",
9047 "system-configuration",
9048 "tokio",
9049 "tokio-native-tls",
9050 "tower-service",
9051 "url",
9052 "wasm-bindgen",
9053 "wasm-bindgen-futures",
9054 "web-sys",
9055 "winreg 0.50.0",
9056]
9057
9058[[package]]
9059name = "resvg"
9060version = "0.41.0"
9061source = "registry+https://github.com/rust-lang/crates.io-index"
9062checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
9063dependencies = [
9064 "log",
9065 "pico-args",
9066 "rgb",
9067 "svgtypes",
9068 "tiny-skia",
9069 "usvg",
9070]
9071
9072[[package]]
9073name = "rfc6979"
9074version = "0.3.1"
9075source = "registry+https://github.com/rust-lang/crates.io-index"
9076checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9077dependencies = [
9078 "crypto-bigint 0.4.9",
9079 "hmac",
9080 "zeroize",
9081]
9082
9083[[package]]
9084name = "rgb"
9085version = "0.8.49"
9086source = "registry+https://github.com/rust-lang/crates.io-index"
9087checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
9088dependencies = [
9089 "bytemuck",
9090]
9091
9092[[package]]
9093name = "rich_text"
9094version = "0.1.0"
9095dependencies = [
9096 "futures 0.3.30",
9097 "gpui",
9098 "language",
9099 "linkify",
9100 "pulldown-cmark",
9101 "theme",
9102 "ui",
9103 "util",
9104]
9105
9106[[package]]
9107name = "ring"
9108version = "0.17.8"
9109source = "registry+https://github.com/rust-lang/crates.io-index"
9110checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9111dependencies = [
9112 "cc",
9113 "cfg-if",
9114 "getrandom 0.2.15",
9115 "libc",
9116 "spin",
9117 "untrusted",
9118 "windows-sys 0.52.0",
9119]
9120
9121[[package]]
9122name = "rkyv"
9123version = "0.7.45"
9124source = "registry+https://github.com/rust-lang/crates.io-index"
9125checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9126dependencies = [
9127 "bitvec",
9128 "bytecheck",
9129 "bytes 1.7.1",
9130 "hashbrown 0.12.3",
9131 "ptr_meta",
9132 "rend",
9133 "rkyv_derive",
9134 "seahash",
9135 "tinyvec",
9136 "uuid",
9137]
9138
9139[[package]]
9140name = "rkyv_derive"
9141version = "0.7.45"
9142source = "registry+https://github.com/rust-lang/crates.io-index"
9143checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9144dependencies = [
9145 "proc-macro2",
9146 "quote",
9147 "syn 1.0.109",
9148]
9149
9150[[package]]
9151name = "rmp"
9152version = "0.8.14"
9153source = "registry+https://github.com/rust-lang/crates.io-index"
9154checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9155dependencies = [
9156 "byteorder",
9157 "num-traits",
9158 "paste",
9159]
9160
9161[[package]]
9162name = "rmpv"
9163version = "1.3.0"
9164source = "registry+https://github.com/rust-lang/crates.io-index"
9165checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9166dependencies = [
9167 "num-traits",
9168 "rmp",
9169]
9170
9171[[package]]
9172name = "rodio"
9173version = "0.17.3"
9174source = "registry+https://github.com/rust-lang/crates.io-index"
9175checksum = "3b1bb7b48ee48471f55da122c0044fcc7600cfcc85db88240b89cb832935e611"
9176dependencies = [
9177 "cpal",
9178 "hound",
9179]
9180
9181[[package]]
9182name = "rope"
9183version = "0.1.0"
9184dependencies = [
9185 "arrayvec",
9186 "criterion",
9187 "ctor",
9188 "env_logger",
9189 "gpui",
9190 "log",
9191 "rand 0.8.5",
9192 "smallvec",
9193 "sum_tree",
9194 "unicode-segmentation",
9195 "util",
9196]
9197
9198[[package]]
9199name = "roxmltree"
9200version = "0.19.0"
9201source = "registry+https://github.com/rust-lang/crates.io-index"
9202checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
9203
9204[[package]]
9205name = "roxmltree"
9206version = "0.20.0"
9207source = "registry+https://github.com/rust-lang/crates.io-index"
9208checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9209
9210[[package]]
9211name = "rpc"
9212version = "0.1.0"
9213dependencies = [
9214 "anyhow",
9215 "async-tungstenite",
9216 "base64 0.22.1",
9217 "chrono",
9218 "collections",
9219 "env_logger",
9220 "futures 0.3.30",
9221 "gpui",
9222 "parking_lot",
9223 "proto",
9224 "rand 0.8.5",
9225 "rsa",
9226 "serde",
9227 "serde_json",
9228 "sha2",
9229 "strum",
9230 "tracing",
9231 "util",
9232 "zstd",
9233]
9234
9235[[package]]
9236name = "rsa"
9237version = "0.9.6"
9238source = "registry+https://github.com/rust-lang/crates.io-index"
9239checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
9240dependencies = [
9241 "const-oid",
9242 "digest",
9243 "num-bigint-dig",
9244 "num-integer",
9245 "num-traits",
9246 "pkcs1",
9247 "pkcs8 0.10.2",
9248 "rand_core 0.6.4",
9249 "signature 2.2.0",
9250 "spki 0.7.3",
9251 "subtle",
9252 "zeroize",
9253]
9254
9255[[package]]
9256name = "runtimelib"
9257version = "0.15.0"
9258source = "registry+https://github.com/rust-lang/crates.io-index"
9259checksum = "a7d76d28b882a7b889ebb04e79bc2b160b3061821ea596ff0f4a838fc7a76db0"
9260dependencies = [
9261 "anyhow",
9262 "async-dispatcher",
9263 "async-std",
9264 "base64 0.22.1",
9265 "bytes 1.7.1",
9266 "chrono",
9267 "data-encoding",
9268 "dirs 5.0.1",
9269 "futures 0.3.30",
9270 "glob",
9271 "rand 0.8.5",
9272 "ring",
9273 "serde",
9274 "serde_json",
9275 "shellexpand 3.1.0",
9276 "smol",
9277 "uuid",
9278 "zeromq",
9279]
9280
9281[[package]]
9282name = "rust-embed"
9283version = "8.5.0"
9284source = "registry+https://github.com/rust-lang/crates.io-index"
9285checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
9286dependencies = [
9287 "rust-embed-impl",
9288 "rust-embed-utils",
9289 "walkdir",
9290]
9291
9292[[package]]
9293name = "rust-embed-impl"
9294version = "8.5.0"
9295source = "registry+https://github.com/rust-lang/crates.io-index"
9296checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
9297dependencies = [
9298 "proc-macro2",
9299 "quote",
9300 "rust-embed-utils",
9301 "syn 2.0.76",
9302 "walkdir",
9303]
9304
9305[[package]]
9306name = "rust-embed-utils"
9307version = "8.5.0"
9308source = "registry+https://github.com/rust-lang/crates.io-index"
9309checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
9310dependencies = [
9311 "globset",
9312 "sha2",
9313 "walkdir",
9314]
9315
9316[[package]]
9317name = "rust_decimal"
9318version = "1.36.0"
9319source = "registry+https://github.com/rust-lang/crates.io-index"
9320checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
9321dependencies = [
9322 "arrayvec",
9323 "borsh",
9324 "bytes 1.7.1",
9325 "num-traits",
9326 "rand 0.8.5",
9327 "rkyv",
9328 "serde",
9329 "serde_json",
9330]
9331
9332[[package]]
9333name = "rustc-demangle"
9334version = "0.1.24"
9335source = "registry+https://github.com/rust-lang/crates.io-index"
9336checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
9337
9338[[package]]
9339name = "rustc-hash"
9340version = "1.1.0"
9341source = "registry+https://github.com/rust-lang/crates.io-index"
9342checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
9343
9344[[package]]
9345name = "rustc_version"
9346version = "0.4.1"
9347source = "registry+https://github.com/rust-lang/crates.io-index"
9348checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
9349dependencies = [
9350 "semver",
9351]
9352
9353[[package]]
9354name = "rustix"
9355version = "0.37.27"
9356source = "registry+https://github.com/rust-lang/crates.io-index"
9357checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
9358dependencies = [
9359 "bitflags 1.3.2",
9360 "errno 0.3.9",
9361 "io-lifetimes 1.0.11",
9362 "libc",
9363 "linux-raw-sys 0.3.8",
9364 "windows-sys 0.48.0",
9365]
9366
9367[[package]]
9368name = "rustix"
9369version = "0.38.35"
9370source = "registry+https://github.com/rust-lang/crates.io-index"
9371checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
9372dependencies = [
9373 "bitflags 2.6.0",
9374 "errno 0.3.9",
9375 "itoa",
9376 "libc",
9377 "linux-raw-sys 0.4.14",
9378 "once_cell",
9379 "windows-sys 0.52.0",
9380]
9381
9382[[package]]
9383name = "rustix-openpty"
9384version = "0.1.1"
9385source = "registry+https://github.com/rust-lang/crates.io-index"
9386checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
9387dependencies = [
9388 "errno 0.3.9",
9389 "libc",
9390 "rustix 0.38.35",
9391]
9392
9393[[package]]
9394name = "rustls"
9395version = "0.21.12"
9396source = "registry+https://github.com/rust-lang/crates.io-index"
9397checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
9398dependencies = [
9399 "log",
9400 "ring",
9401 "rustls-webpki",
9402 "sct",
9403]
9404
9405[[package]]
9406name = "rustls-native-certs"
9407version = "0.6.3"
9408source = "registry+https://github.com/rust-lang/crates.io-index"
9409checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
9410dependencies = [
9411 "openssl-probe",
9412 "rustls-pemfile",
9413 "schannel",
9414 "security-framework",
9415]
9416
9417[[package]]
9418name = "rustls-pemfile"
9419version = "1.0.4"
9420source = "registry+https://github.com/rust-lang/crates.io-index"
9421checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
9422dependencies = [
9423 "base64 0.21.7",
9424]
9425
9426[[package]]
9427name = "rustls-webpki"
9428version = "0.101.7"
9429source = "registry+https://github.com/rust-lang/crates.io-index"
9430checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
9431dependencies = [
9432 "ring",
9433 "untrusted",
9434]
9435
9436[[package]]
9437name = "rustversion"
9438version = "1.0.17"
9439source = "registry+https://github.com/rust-lang/crates.io-index"
9440checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
9441
9442[[package]]
9443name = "rustybuzz"
9444version = "0.14.1"
9445source = "registry+https://github.com/rust-lang/crates.io-index"
9446checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
9447dependencies = [
9448 "bitflags 2.6.0",
9449 "bytemuck",
9450 "libm",
9451 "smallvec",
9452 "ttf-parser",
9453 "unicode-bidi-mirroring",
9454 "unicode-ccc",
9455 "unicode-properties",
9456 "unicode-script",
9457]
9458
9459[[package]]
9460name = "ryu"
9461version = "1.0.18"
9462source = "registry+https://github.com/rust-lang/crates.io-index"
9463checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
9464
9465[[package]]
9466name = "salsa20"
9467version = "0.10.2"
9468source = "registry+https://github.com/rust-lang/crates.io-index"
9469checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
9470dependencies = [
9471 "cipher",
9472]
9473
9474[[package]]
9475name = "same-file"
9476version = "1.0.6"
9477source = "registry+https://github.com/rust-lang/crates.io-index"
9478checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
9479dependencies = [
9480 "winapi-util",
9481]
9482
9483[[package]]
9484name = "schannel"
9485version = "0.1.23"
9486source = "registry+https://github.com/rust-lang/crates.io-index"
9487checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
9488dependencies = [
9489 "windows-sys 0.52.0",
9490]
9491
9492[[package]]
9493name = "schemars"
9494version = "0.8.21"
9495source = "registry+https://github.com/rust-lang/crates.io-index"
9496checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
9497dependencies = [
9498 "dyn-clone",
9499 "indexmap 1.9.3",
9500 "schemars_derive",
9501 "serde",
9502 "serde_json",
9503]
9504
9505[[package]]
9506name = "schemars_derive"
9507version = "0.8.21"
9508source = "registry+https://github.com/rust-lang/crates.io-index"
9509checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
9510dependencies = [
9511 "proc-macro2",
9512 "quote",
9513 "serde_derive_internals 0.29.1",
9514 "syn 2.0.76",
9515]
9516
9517[[package]]
9518name = "scoped-tls"
9519version = "1.0.1"
9520source = "registry+https://github.com/rust-lang/crates.io-index"
9521checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
9522
9523[[package]]
9524name = "scopeguard"
9525version = "1.2.0"
9526source = "registry+https://github.com/rust-lang/crates.io-index"
9527checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
9528
9529[[package]]
9530name = "scrypt"
9531version = "0.11.0"
9532source = "registry+https://github.com/rust-lang/crates.io-index"
9533checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
9534dependencies = [
9535 "password-hash",
9536 "pbkdf2",
9537 "salsa20",
9538 "sha2",
9539]
9540
9541[[package]]
9542name = "sct"
9543version = "0.7.1"
9544source = "registry+https://github.com/rust-lang/crates.io-index"
9545checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
9546dependencies = [
9547 "ring",
9548 "untrusted",
9549]
9550
9551[[package]]
9552name = "sea-bae"
9553version = "0.2.0"
9554source = "registry+https://github.com/rust-lang/crates.io-index"
9555checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
9556dependencies = [
9557 "heck 0.4.1",
9558 "proc-macro-error",
9559 "proc-macro2",
9560 "quote",
9561 "syn 2.0.76",
9562]
9563
9564[[package]]
9565name = "sea-orm"
9566version = "0.12.15"
9567source = "registry+https://github.com/rust-lang/crates.io-index"
9568checksum = "c8814e37dc25de54398ee62228323657520b7f29713b8e238649385dbe473ee0"
9569dependencies = [
9570 "async-stream",
9571 "async-trait",
9572 "bigdecimal",
9573 "chrono",
9574 "futures 0.3.30",
9575 "log",
9576 "ouroboros",
9577 "rust_decimal",
9578 "sea-orm-macros",
9579 "sea-query",
9580 "sea-query-binder",
9581 "serde",
9582 "serde_json",
9583 "sqlx",
9584 "strum",
9585 "thiserror",
9586 "time",
9587 "tracing",
9588 "url",
9589 "uuid",
9590]
9591
9592[[package]]
9593name = "sea-orm-macros"
9594version = "0.12.15"
9595source = "registry+https://github.com/rust-lang/crates.io-index"
9596checksum = "5e115c6b078e013aa963cc2d38c196c2c40b05f03d0ac872fe06b6e0d5265603"
9597dependencies = [
9598 "heck 0.4.1",
9599 "proc-macro2",
9600 "quote",
9601 "sea-bae",
9602 "syn 2.0.76",
9603 "unicode-ident",
9604]
9605
9606[[package]]
9607name = "sea-query"
9608version = "0.30.7"
9609source = "registry+https://github.com/rust-lang/crates.io-index"
9610checksum = "4166a1e072292d46dc91f31617c2a1cdaf55a8be4b5c9f4bf2ba248e3ac4999b"
9611dependencies = [
9612 "bigdecimal",
9613 "chrono",
9614 "derivative",
9615 "inherent",
9616 "ordered-float 3.9.2",
9617 "rust_decimal",
9618 "serde_json",
9619 "time",
9620 "uuid",
9621]
9622
9623[[package]]
9624name = "sea-query-binder"
9625version = "0.5.0"
9626source = "registry+https://github.com/rust-lang/crates.io-index"
9627checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
9628dependencies = [
9629 "bigdecimal",
9630 "chrono",
9631 "rust_decimal",
9632 "sea-query",
9633 "serde_json",
9634 "sqlx",
9635 "time",
9636 "uuid",
9637]
9638
9639[[package]]
9640name = "seahash"
9641version = "4.1.0"
9642source = "registry+https://github.com/rust-lang/crates.io-index"
9643checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
9644
9645[[package]]
9646name = "sealed"
9647version = "0.4.0"
9648source = "registry+https://github.com/rust-lang/crates.io-index"
9649checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
9650dependencies = [
9651 "heck 0.3.3",
9652 "proc-macro2",
9653 "quote",
9654 "syn 1.0.109",
9655]
9656
9657[[package]]
9658name = "search"
9659version = "0.1.0"
9660dependencies = [
9661 "any_vec",
9662 "anyhow",
9663 "bitflags 2.6.0",
9664 "client",
9665 "collections",
9666 "editor",
9667 "futures 0.3.30",
9668 "gpui",
9669 "language",
9670 "menu",
9671 "project",
9672 "serde",
9673 "serde_json",
9674 "settings",
9675 "smol",
9676 "theme",
9677 "ui",
9678 "unindent",
9679 "util",
9680 "workspace",
9681]
9682
9683[[package]]
9684name = "sec1"
9685version = "0.3.0"
9686source = "registry+https://github.com/rust-lang/crates.io-index"
9687checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
9688dependencies = [
9689 "base16ct",
9690 "der 0.6.1",
9691 "generic-array",
9692 "pkcs8 0.9.0",
9693 "subtle",
9694 "zeroize",
9695]
9696
9697[[package]]
9698name = "security-framework"
9699version = "2.11.1"
9700source = "registry+https://github.com/rust-lang/crates.io-index"
9701checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
9702dependencies = [
9703 "bitflags 2.6.0",
9704 "core-foundation",
9705 "core-foundation-sys",
9706 "libc",
9707 "security-framework-sys",
9708]
9709
9710[[package]]
9711name = "security-framework-sys"
9712version = "2.11.1"
9713source = "registry+https://github.com/rust-lang/crates.io-index"
9714checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
9715dependencies = [
9716 "core-foundation-sys",
9717 "libc",
9718]
9719
9720[[package]]
9721name = "self_cell"
9722version = "1.0.4"
9723source = "registry+https://github.com/rust-lang/crates.io-index"
9724checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
9725
9726[[package]]
9727name = "semantic_index"
9728version = "0.1.0"
9729dependencies = [
9730 "anyhow",
9731 "client",
9732 "clock",
9733 "collections",
9734 "env_logger",
9735 "fs",
9736 "futures 0.3.30",
9737 "futures-batch",
9738 "gpui",
9739 "heed",
9740 "http_client",
9741 "language",
9742 "languages",
9743 "log",
9744 "open_ai",
9745 "parking_lot",
9746 "project",
9747 "serde",
9748 "serde_json",
9749 "settings",
9750 "sha2",
9751 "smol",
9752 "tempfile",
9753 "theme",
9754 "tree-sitter",
9755 "ui",
9756 "unindent",
9757 "util",
9758 "workspace",
9759 "worktree",
9760]
9761
9762[[package]]
9763name = "semantic_version"
9764version = "0.1.0"
9765dependencies = [
9766 "anyhow",
9767 "serde",
9768]
9769
9770[[package]]
9771name = "semver"
9772version = "1.0.23"
9773source = "registry+https://github.com/rust-lang/crates.io-index"
9774checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
9775dependencies = [
9776 "serde",
9777]
9778
9779[[package]]
9780name = "serde"
9781version = "1.0.209"
9782source = "registry+https://github.com/rust-lang/crates.io-index"
9783checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
9784dependencies = [
9785 "serde_derive",
9786]
9787
9788[[package]]
9789name = "serde_derive"
9790version = "1.0.209"
9791source = "registry+https://github.com/rust-lang/crates.io-index"
9792checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
9793dependencies = [
9794 "proc-macro2",
9795 "quote",
9796 "syn 2.0.76",
9797]
9798
9799[[package]]
9800name = "serde_derive_internals"
9801version = "0.26.0"
9802source = "registry+https://github.com/rust-lang/crates.io-index"
9803checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
9804dependencies = [
9805 "proc-macro2",
9806 "quote",
9807 "syn 1.0.109",
9808]
9809
9810[[package]]
9811name = "serde_derive_internals"
9812version = "0.29.1"
9813source = "registry+https://github.com/rust-lang/crates.io-index"
9814checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
9815dependencies = [
9816 "proc-macro2",
9817 "quote",
9818 "syn 2.0.76",
9819]
9820
9821[[package]]
9822name = "serde_fmt"
9823version = "1.0.3"
9824source = "registry+https://github.com/rust-lang/crates.io-index"
9825checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
9826dependencies = [
9827 "serde",
9828]
9829
9830[[package]]
9831name = "serde_json"
9832version = "1.0.127"
9833source = "registry+https://github.com/rust-lang/crates.io-index"
9834checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
9835dependencies = [
9836 "indexmap 2.4.0",
9837 "itoa",
9838 "memchr",
9839 "ryu",
9840 "serde",
9841]
9842
9843[[package]]
9844name = "serde_json_lenient"
9845version = "0.1.8"
9846source = "registry+https://github.com/rust-lang/crates.io-index"
9847checksum = "dc61c66b53a4035fcce237ef38043f4b2f0ebf918fd0e69541a5166104065581"
9848dependencies = [
9849 "indexmap 2.4.0",
9850 "itoa",
9851 "ryu",
9852 "serde",
9853]
9854
9855[[package]]
9856name = "serde_path_to_error"
9857version = "0.1.16"
9858source = "registry+https://github.com/rust-lang/crates.io-index"
9859checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
9860dependencies = [
9861 "itoa",
9862 "serde",
9863]
9864
9865[[package]]
9866name = "serde_qs"
9867version = "0.8.5"
9868source = "registry+https://github.com/rust-lang/crates.io-index"
9869checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
9870dependencies = [
9871 "percent-encoding",
9872 "serde",
9873 "thiserror",
9874]
9875
9876[[package]]
9877name = "serde_qs"
9878version = "0.10.1"
9879source = "registry+https://github.com/rust-lang/crates.io-index"
9880checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
9881dependencies = [
9882 "percent-encoding",
9883 "serde",
9884 "thiserror",
9885]
9886
9887[[package]]
9888name = "serde_repr"
9889version = "0.1.19"
9890source = "registry+https://github.com/rust-lang/crates.io-index"
9891checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
9892dependencies = [
9893 "proc-macro2",
9894 "quote",
9895 "syn 2.0.76",
9896]
9897
9898[[package]]
9899name = "serde_spanned"
9900version = "0.6.7"
9901source = "registry+https://github.com/rust-lang/crates.io-index"
9902checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
9903dependencies = [
9904 "serde",
9905]
9906
9907[[package]]
9908name = "serde_urlencoded"
9909version = "0.7.1"
9910source = "registry+https://github.com/rust-lang/crates.io-index"
9911checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
9912dependencies = [
9913 "form_urlencoded",
9914 "itoa",
9915 "ryu",
9916 "serde",
9917]
9918
9919[[package]]
9920name = "session"
9921version = "0.1.0"
9922dependencies = [
9923 "db",
9924 "gpui",
9925 "serde_json",
9926 "util",
9927 "uuid",
9928]
9929
9930[[package]]
9931name = "settings"
9932version = "0.1.0"
9933dependencies = [
9934 "anyhow",
9935 "collections",
9936 "fs",
9937 "futures 0.3.30",
9938 "gpui",
9939 "indoc",
9940 "log",
9941 "paths",
9942 "pretty_assertions",
9943 "release_channel",
9944 "rust-embed",
9945 "schemars",
9946 "serde",
9947 "serde_derive",
9948 "serde_json",
9949 "serde_json_lenient",
9950 "smallvec",
9951 "tree-sitter",
9952 "tree-sitter-json",
9953 "unindent",
9954 "util",
9955]
9956
9957[[package]]
9958name = "settings_ui"
9959version = "0.1.0"
9960dependencies = [
9961 "command_palette_hooks",
9962 "editor",
9963 "feature_flags",
9964 "gpui",
9965 "settings",
9966 "theme",
9967 "ui",
9968 "workspace",
9969]
9970
9971[[package]]
9972name = "sha1"
9973version = "0.10.6"
9974source = "registry+https://github.com/rust-lang/crates.io-index"
9975checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
9976dependencies = [
9977 "cfg-if",
9978 "cpufeatures",
9979 "digest",
9980]
9981
9982[[package]]
9983name = "sha1_smol"
9984version = "1.0.1"
9985source = "registry+https://github.com/rust-lang/crates.io-index"
9986checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
9987
9988[[package]]
9989name = "sha2"
9990version = "0.10.8"
9991source = "registry+https://github.com/rust-lang/crates.io-index"
9992checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
9993dependencies = [
9994 "cfg-if",
9995 "cpufeatures",
9996 "digest",
9997]
9998
9999[[package]]
10000name = "sharded-slab"
10001version = "0.1.7"
10002source = "registry+https://github.com/rust-lang/crates.io-index"
10003checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
10004dependencies = [
10005 "lazy_static",
10006]
10007
10008[[package]]
10009name = "shell-words"
10010version = "1.1.0"
10011source = "registry+https://github.com/rust-lang/crates.io-index"
10012checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
10013
10014[[package]]
10015name = "shellexpand"
10016version = "2.1.2"
10017source = "registry+https://github.com/rust-lang/crates.io-index"
10018checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10019dependencies = [
10020 "dirs 4.0.0",
10021]
10022
10023[[package]]
10024name = "shellexpand"
10025version = "3.1.0"
10026source = "registry+https://github.com/rust-lang/crates.io-index"
10027checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10028dependencies = [
10029 "dirs 5.0.1",
10030]
10031
10032[[package]]
10033name = "shlex"
10034version = "1.3.0"
10035source = "registry+https://github.com/rust-lang/crates.io-index"
10036checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10037
10038[[package]]
10039name = "signal-hook"
10040version = "0.3.17"
10041source = "registry+https://github.com/rust-lang/crates.io-index"
10042checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10043dependencies = [
10044 "libc",
10045 "signal-hook-registry",
10046]
10047
10048[[package]]
10049name = "signal-hook-registry"
10050version = "1.4.2"
10051source = "registry+https://github.com/rust-lang/crates.io-index"
10052checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10053dependencies = [
10054 "libc",
10055]
10056
10057[[package]]
10058name = "signature"
10059version = "1.6.4"
10060source = "registry+https://github.com/rust-lang/crates.io-index"
10061checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10062dependencies = [
10063 "digest",
10064 "rand_core 0.6.4",
10065]
10066
10067[[package]]
10068name = "signature"
10069version = "2.2.0"
10070source = "registry+https://github.com/rust-lang/crates.io-index"
10071checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10072dependencies = [
10073 "digest",
10074 "rand_core 0.6.4",
10075]
10076
10077[[package]]
10078name = "simd-adler32"
10079version = "0.3.7"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10082
10083[[package]]
10084name = "simd_helpers"
10085version = "0.1.0"
10086source = "registry+https://github.com/rust-lang/crates.io-index"
10087checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10088dependencies = [
10089 "quote",
10090]
10091
10092[[package]]
10093name = "simdutf8"
10094version = "0.1.4"
10095source = "registry+https://github.com/rust-lang/crates.io-index"
10096checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10097
10098[[package]]
10099name = "similar"
10100version = "1.3.0"
10101source = "registry+https://github.com/rust-lang/crates.io-index"
10102checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10103
10104[[package]]
10105name = "simple_asn1"
10106version = "0.6.2"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10109dependencies = [
10110 "num-bigint",
10111 "num-traits",
10112 "thiserror",
10113 "time",
10114]
10115
10116[[package]]
10117name = "simplecss"
10118version = "0.2.1"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10121dependencies = [
10122 "log",
10123]
10124
10125[[package]]
10126name = "simplelog"
10127version = "0.12.2"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10130dependencies = [
10131 "log",
10132 "termcolor",
10133 "time",
10134]
10135
10136[[package]]
10137name = "siphasher"
10138version = "0.3.11"
10139source = "registry+https://github.com/rust-lang/crates.io-index"
10140checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10141
10142[[package]]
10143name = "siphasher"
10144version = "1.0.1"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
10147
10148[[package]]
10149name = "skrifa"
10150version = "0.20.0"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
10153dependencies = [
10154 "bytemuck",
10155 "read-fonts",
10156]
10157
10158[[package]]
10159name = "slab"
10160version = "0.4.9"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
10163dependencies = [
10164 "autocfg",
10165]
10166
10167[[package]]
10168name = "slash_commands_example"
10169version = "0.1.0"
10170dependencies = [
10171 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
10172]
10173
10174[[package]]
10175name = "slice-group-by"
10176version = "0.3.1"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
10179
10180[[package]]
10181name = "slotmap"
10182version = "1.0.7"
10183source = "registry+https://github.com/rust-lang/crates.io-index"
10184checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
10185dependencies = [
10186 "version_check",
10187]
10188
10189[[package]]
10190name = "sluice"
10191version = "0.5.5"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
10194dependencies = [
10195 "async-channel 1.9.0",
10196 "futures-core",
10197 "futures-io",
10198]
10199
10200[[package]]
10201name = "smallvec"
10202version = "1.13.2"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
10205dependencies = [
10206 "serde",
10207]
10208
10209[[package]]
10210name = "smart-default"
10211version = "0.6.0"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
10214dependencies = [
10215 "proc-macro2",
10216 "quote",
10217 "syn 1.0.109",
10218]
10219
10220[[package]]
10221name = "smol"
10222version = "1.3.0"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
10225dependencies = [
10226 "async-channel 1.9.0",
10227 "async-executor",
10228 "async-fs 1.6.0",
10229 "async-io 1.13.0",
10230 "async-lock 2.8.0",
10231 "async-net 1.8.0",
10232 "async-process 1.8.1",
10233 "blocking",
10234 "futures-lite 1.13.0",
10235]
10236
10237[[package]]
10238name = "smol_str"
10239version = "0.1.24"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
10242dependencies = [
10243 "serde",
10244]
10245
10246[[package]]
10247name = "snippet"
10248version = "0.1.0"
10249dependencies = [
10250 "anyhow",
10251 "smallvec",
10252]
10253
10254[[package]]
10255name = "snippet_provider"
10256version = "0.1.0"
10257dependencies = [
10258 "anyhow",
10259 "collections",
10260 "fs",
10261 "futures 0.3.30",
10262 "gpui",
10263 "parking_lot",
10264 "serde",
10265 "serde_json",
10266 "snippet",
10267 "util",
10268]
10269
10270[[package]]
10271name = "socket2"
10272version = "0.4.10"
10273source = "registry+https://github.com/rust-lang/crates.io-index"
10274checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
10275dependencies = [
10276 "libc",
10277 "winapi",
10278]
10279
10280[[package]]
10281name = "socket2"
10282version = "0.5.7"
10283source = "registry+https://github.com/rust-lang/crates.io-index"
10284checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
10285dependencies = [
10286 "libc",
10287 "windows-sys 0.52.0",
10288]
10289
10290[[package]]
10291name = "spdx"
10292version = "0.10.6"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
10295dependencies = [
10296 "smallvec",
10297]
10298
10299[[package]]
10300name = "spin"
10301version = "0.9.8"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
10304dependencies = [
10305 "lock_api",
10306]
10307
10308[[package]]
10309name = "spirv"
10310version = "0.3.0+sdk-1.3.268.0"
10311source = "registry+https://github.com/rust-lang/crates.io-index"
10312checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
10313dependencies = [
10314 "bitflags 2.6.0",
10315]
10316
10317[[package]]
10318name = "spki"
10319version = "0.6.0"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
10322dependencies = [
10323 "base64ct",
10324 "der 0.6.1",
10325]
10326
10327[[package]]
10328name = "spki"
10329version = "0.7.3"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
10332dependencies = [
10333 "base64ct",
10334 "der 0.7.9",
10335]
10336
10337[[package]]
10338name = "sptr"
10339version = "0.3.2"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
10342
10343[[package]]
10344name = "sqlez"
10345version = "0.1.0"
10346dependencies = [
10347 "anyhow",
10348 "collections",
10349 "futures 0.3.30",
10350 "indoc",
10351 "libsqlite3-sys",
10352 "parking_lot",
10353 "smol",
10354 "thread_local",
10355 "util",
10356 "uuid",
10357]
10358
10359[[package]]
10360name = "sqlez_macros"
10361version = "0.1.0"
10362dependencies = [
10363 "sqlez",
10364 "sqlformat",
10365 "syn 1.0.109",
10366]
10367
10368[[package]]
10369name = "sqlformat"
10370version = "0.2.4"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f"
10373dependencies = [
10374 "nom",
10375 "unicode_categories",
10376]
10377
10378[[package]]
10379name = "sqlx"
10380version = "0.7.2"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
10383dependencies = [
10384 "sqlx-core",
10385 "sqlx-macros",
10386 "sqlx-mysql",
10387 "sqlx-postgres",
10388 "sqlx-sqlite",
10389]
10390
10391[[package]]
10392name = "sqlx-core"
10393version = "0.7.2"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
10396dependencies = [
10397 "ahash 0.8.11",
10398 "atoi",
10399 "bigdecimal",
10400 "byteorder",
10401 "bytes 1.7.1",
10402 "chrono",
10403 "crc",
10404 "crossbeam-queue",
10405 "dotenvy",
10406 "either",
10407 "event-listener 2.5.3",
10408 "futures-channel",
10409 "futures-core",
10410 "futures-intrusive",
10411 "futures-io",
10412 "futures-util",
10413 "hashlink",
10414 "hex",
10415 "indexmap 2.4.0",
10416 "log",
10417 "memchr",
10418 "once_cell",
10419 "paste",
10420 "percent-encoding",
10421 "rust_decimal",
10422 "rustls",
10423 "rustls-pemfile",
10424 "serde",
10425 "serde_json",
10426 "sha2",
10427 "smallvec",
10428 "sqlformat",
10429 "thiserror",
10430 "time",
10431 "tokio",
10432 "tokio-stream",
10433 "tracing",
10434 "url",
10435 "uuid",
10436 "webpki-roots",
10437]
10438
10439[[package]]
10440name = "sqlx-macros"
10441version = "0.7.2"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
10444dependencies = [
10445 "proc-macro2",
10446 "quote",
10447 "sqlx-core",
10448 "sqlx-macros-core",
10449 "syn 1.0.109",
10450]
10451
10452[[package]]
10453name = "sqlx-macros-core"
10454version = "0.7.2"
10455source = "registry+https://github.com/rust-lang/crates.io-index"
10456checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
10457dependencies = [
10458 "dotenvy",
10459 "either",
10460 "heck 0.4.1",
10461 "hex",
10462 "once_cell",
10463 "proc-macro2",
10464 "quote",
10465 "serde",
10466 "serde_json",
10467 "sha2",
10468 "sqlx-core",
10469 "sqlx-mysql",
10470 "sqlx-postgres",
10471 "sqlx-sqlite",
10472 "syn 1.0.109",
10473 "tempfile",
10474 "tokio",
10475 "url",
10476]
10477
10478[[package]]
10479name = "sqlx-mysql"
10480version = "0.7.2"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
10483dependencies = [
10484 "atoi",
10485 "base64 0.21.7",
10486 "bigdecimal",
10487 "bitflags 2.6.0",
10488 "byteorder",
10489 "bytes 1.7.1",
10490 "chrono",
10491 "crc",
10492 "digest",
10493 "dotenvy",
10494 "either",
10495 "futures-channel",
10496 "futures-core",
10497 "futures-io",
10498 "futures-util",
10499 "generic-array",
10500 "hex",
10501 "hkdf",
10502 "hmac",
10503 "itoa",
10504 "log",
10505 "md-5",
10506 "memchr",
10507 "once_cell",
10508 "percent-encoding",
10509 "rand 0.8.5",
10510 "rsa",
10511 "rust_decimal",
10512 "serde",
10513 "sha1",
10514 "sha2",
10515 "smallvec",
10516 "sqlx-core",
10517 "stringprep",
10518 "thiserror",
10519 "time",
10520 "tracing",
10521 "uuid",
10522 "whoami",
10523]
10524
10525[[package]]
10526name = "sqlx-postgres"
10527version = "0.7.2"
10528source = "registry+https://github.com/rust-lang/crates.io-index"
10529checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
10530dependencies = [
10531 "atoi",
10532 "base64 0.21.7",
10533 "bigdecimal",
10534 "bitflags 2.6.0",
10535 "byteorder",
10536 "chrono",
10537 "crc",
10538 "dotenvy",
10539 "etcetera",
10540 "futures-channel",
10541 "futures-core",
10542 "futures-io",
10543 "futures-util",
10544 "hex",
10545 "hkdf",
10546 "hmac",
10547 "home",
10548 "itoa",
10549 "log",
10550 "md-5",
10551 "memchr",
10552 "num-bigint",
10553 "once_cell",
10554 "rand 0.8.5",
10555 "rust_decimal",
10556 "serde",
10557 "serde_json",
10558 "sha1",
10559 "sha2",
10560 "smallvec",
10561 "sqlx-core",
10562 "stringprep",
10563 "thiserror",
10564 "time",
10565 "tracing",
10566 "uuid",
10567 "whoami",
10568]
10569
10570[[package]]
10571name = "sqlx-sqlite"
10572version = "0.7.2"
10573source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
10575dependencies = [
10576 "atoi",
10577 "chrono",
10578 "flume",
10579 "futures-channel",
10580 "futures-core",
10581 "futures-executor",
10582 "futures-intrusive",
10583 "futures-util",
10584 "libsqlite3-sys",
10585 "log",
10586 "percent-encoding",
10587 "serde",
10588 "sqlx-core",
10589 "time",
10590 "tracing",
10591 "url",
10592 "uuid",
10593]
10594
10595[[package]]
10596name = "stable_deref_trait"
10597version = "1.2.0"
10598source = "registry+https://github.com/rust-lang/crates.io-index"
10599checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
10600
10601[[package]]
10602name = "static_assertions"
10603version = "1.1.0"
10604source = "registry+https://github.com/rust-lang/crates.io-index"
10605checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
10606
10607[[package]]
10608name = "story"
10609version = "0.1.0"
10610dependencies = [
10611 "gpui",
10612 "itertools 0.10.5",
10613 "smallvec",
10614]
10615
10616[[package]]
10617name = "storybook"
10618version = "0.1.0"
10619dependencies = [
10620 "anyhow",
10621 "clap",
10622 "collab_ui",
10623 "ctrlc",
10624 "dialoguer",
10625 "editor",
10626 "fuzzy",
10627 "gpui",
10628 "indoc",
10629 "language",
10630 "log",
10631 "menu",
10632 "picker",
10633 "project",
10634 "rust-embed",
10635 "settings",
10636 "simplelog",
10637 "story",
10638 "strum",
10639 "theme",
10640 "title_bar",
10641 "ui",
10642]
10643
10644[[package]]
10645name = "strict-num"
10646version = "0.1.1"
10647source = "registry+https://github.com/rust-lang/crates.io-index"
10648checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
10649dependencies = [
10650 "float-cmp",
10651]
10652
10653[[package]]
10654name = "string_cache"
10655version = "0.8.7"
10656source = "registry+https://github.com/rust-lang/crates.io-index"
10657checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
10658dependencies = [
10659 "new_debug_unreachable",
10660 "once_cell",
10661 "parking_lot",
10662 "phf_shared 0.10.0",
10663 "precomputed-hash",
10664 "serde",
10665]
10666
10667[[package]]
10668name = "string_cache_codegen"
10669version = "0.5.2"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
10672dependencies = [
10673 "phf_generator 0.10.0",
10674 "phf_shared 0.10.0",
10675 "proc-macro2",
10676 "quote",
10677]
10678
10679[[package]]
10680name = "stringprep"
10681version = "0.1.5"
10682source = "registry+https://github.com/rust-lang/crates.io-index"
10683checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
10684dependencies = [
10685 "unicode-bidi",
10686 "unicode-normalization",
10687 "unicode-properties",
10688]
10689
10690[[package]]
10691name = "strsim"
10692version = "0.11.1"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
10695
10696[[package]]
10697name = "strum"
10698version = "0.25.0"
10699source = "registry+https://github.com/rust-lang/crates.io-index"
10700checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
10701dependencies = [
10702 "strum_macros",
10703]
10704
10705[[package]]
10706name = "strum_macros"
10707version = "0.25.3"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
10710dependencies = [
10711 "heck 0.4.1",
10712 "proc-macro2",
10713 "quote",
10714 "rustversion",
10715 "syn 2.0.76",
10716]
10717
10718[[package]]
10719name = "subtle"
10720version = "2.6.1"
10721source = "registry+https://github.com/rust-lang/crates.io-index"
10722checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
10723
10724[[package]]
10725name = "sum_tree"
10726version = "0.1.0"
10727dependencies = [
10728 "arrayvec",
10729 "ctor",
10730 "env_logger",
10731 "log",
10732 "rand 0.8.5",
10733 "rayon",
10734]
10735
10736[[package]]
10737name = "supermaven"
10738version = "0.1.0"
10739dependencies = [
10740 "anyhow",
10741 "client",
10742 "collections",
10743 "editor",
10744 "env_logger",
10745 "futures 0.3.30",
10746 "gpui",
10747 "http_client",
10748 "language",
10749 "log",
10750 "postage",
10751 "project",
10752 "serde",
10753 "serde_json",
10754 "settings",
10755 "smol",
10756 "supermaven_api",
10757 "text",
10758 "theme",
10759 "ui",
10760 "util",
10761 "windows 0.58.0",
10762]
10763
10764[[package]]
10765name = "supermaven_api"
10766version = "0.1.0"
10767dependencies = [
10768 "anyhow",
10769 "futures 0.3.30",
10770 "http_client",
10771 "paths",
10772 "serde",
10773 "serde_json",
10774 "smol",
10775]
10776
10777[[package]]
10778name = "sval"
10779version = "2.13.0"
10780source = "registry+https://github.com/rust-lang/crates.io-index"
10781checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
10782
10783[[package]]
10784name = "sval_buffer"
10785version = "2.13.0"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
10788dependencies = [
10789 "sval",
10790 "sval_ref",
10791]
10792
10793[[package]]
10794name = "sval_dynamic"
10795version = "2.13.0"
10796source = "registry+https://github.com/rust-lang/crates.io-index"
10797checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
10798dependencies = [
10799 "sval",
10800]
10801
10802[[package]]
10803name = "sval_fmt"
10804version = "2.13.0"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
10807dependencies = [
10808 "itoa",
10809 "ryu",
10810 "sval",
10811]
10812
10813[[package]]
10814name = "sval_json"
10815version = "2.13.0"
10816source = "registry+https://github.com/rust-lang/crates.io-index"
10817checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
10818dependencies = [
10819 "itoa",
10820 "ryu",
10821 "sval",
10822]
10823
10824[[package]]
10825name = "sval_nested"
10826version = "2.13.0"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
10829dependencies = [
10830 "sval",
10831 "sval_buffer",
10832 "sval_ref",
10833]
10834
10835[[package]]
10836name = "sval_ref"
10837version = "2.13.0"
10838source = "registry+https://github.com/rust-lang/crates.io-index"
10839checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
10840dependencies = [
10841 "sval",
10842]
10843
10844[[package]]
10845name = "sval_serde"
10846version = "2.13.0"
10847source = "registry+https://github.com/rust-lang/crates.io-index"
10848checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
10849dependencies = [
10850 "serde",
10851 "sval",
10852 "sval_nested",
10853]
10854
10855[[package]]
10856name = "svg_fmt"
10857version = "0.4.3"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
10860
10861[[package]]
10862name = "svgtypes"
10863version = "0.15.2"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
10866dependencies = [
10867 "kurbo",
10868 "siphasher 1.0.1",
10869]
10870
10871[[package]]
10872name = "swash"
10873version = "0.1.18"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
10876dependencies = [
10877 "skrifa",
10878 "yazi",
10879 "zeno",
10880]
10881
10882[[package]]
10883name = "syn"
10884version = "1.0.109"
10885source = "registry+https://github.com/rust-lang/crates.io-index"
10886checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
10887dependencies = [
10888 "proc-macro2",
10889 "quote",
10890 "unicode-ident",
10891]
10892
10893[[package]]
10894name = "syn"
10895version = "2.0.76"
10896source = "registry+https://github.com/rust-lang/crates.io-index"
10897checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
10898dependencies = [
10899 "proc-macro2",
10900 "quote",
10901 "unicode-ident",
10902]
10903
10904[[package]]
10905name = "syn_derive"
10906version = "0.1.8"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
10909dependencies = [
10910 "proc-macro-error",
10911 "proc-macro2",
10912 "quote",
10913 "syn 2.0.76",
10914]
10915
10916[[package]]
10917name = "sync_wrapper"
10918version = "0.1.2"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
10921
10922[[package]]
10923name = "synchronoise"
10924version = "1.0.1"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
10927dependencies = [
10928 "crossbeam-queue",
10929]
10930
10931[[package]]
10932name = "sys-locale"
10933version = "0.3.1"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
10936dependencies = [
10937 "libc",
10938]
10939
10940[[package]]
10941name = "sysinfo"
10942version = "0.30.13"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3"
10945dependencies = [
10946 "cfg-if",
10947 "core-foundation-sys",
10948 "libc",
10949 "ntapi",
10950 "once_cell",
10951 "rayon",
10952 "windows 0.52.0",
10953]
10954
10955[[package]]
10956name = "system-configuration"
10957version = "0.5.1"
10958source = "registry+https://github.com/rust-lang/crates.io-index"
10959checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
10960dependencies = [
10961 "bitflags 1.3.2",
10962 "core-foundation",
10963 "system-configuration-sys",
10964]
10965
10966[[package]]
10967name = "system-configuration-sys"
10968version = "0.5.0"
10969source = "registry+https://github.com/rust-lang/crates.io-index"
10970checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
10971dependencies = [
10972 "core-foundation-sys",
10973 "libc",
10974]
10975
10976[[package]]
10977name = "system-deps"
10978version = "6.2.2"
10979source = "registry+https://github.com/rust-lang/crates.io-index"
10980checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
10981dependencies = [
10982 "cfg-expr",
10983 "heck 0.5.0",
10984 "pkg-config",
10985 "toml 0.8.19",
10986 "version-compare",
10987]
10988
10989[[package]]
10990name = "system-interface"
10991version = "0.27.2"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
10994dependencies = [
10995 "bitflags 2.6.0",
10996 "cap-fs-ext",
10997 "cap-std",
10998 "fd-lock",
10999 "io-lifetimes 2.0.3",
11000 "rustix 0.38.35",
11001 "windows-sys 0.52.0",
11002 "winx",
11003]
11004
11005[[package]]
11006name = "tab_switcher"
11007version = "0.1.0"
11008dependencies = [
11009 "anyhow",
11010 "collections",
11011 "ctor",
11012 "editor",
11013 "env_logger",
11014 "gpui",
11015 "language",
11016 "menu",
11017 "picker",
11018 "project",
11019 "serde",
11020 "serde_json",
11021 "theme",
11022 "ui",
11023 "util",
11024 "workspace",
11025]
11026
11027[[package]]
11028name = "taffy"
11029version = "0.4.4"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11032dependencies = [
11033 "arrayvec",
11034 "grid",
11035 "num-traits",
11036 "serde",
11037 "slotmap",
11038]
11039
11040[[package]]
11041name = "take-until"
11042version = "0.2.0"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11045
11046[[package]]
11047name = "tap"
11048version = "1.0.1"
11049source = "registry+https://github.com/rust-lang/crates.io-index"
11050checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11051
11052[[package]]
11053name = "target-lexicon"
11054version = "0.12.16"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11057
11058[[package]]
11059name = "task"
11060version = "0.1.0"
11061dependencies = [
11062 "anyhow",
11063 "collections",
11064 "futures 0.3.30",
11065 "gpui",
11066 "hex",
11067 "parking_lot",
11068 "schemars",
11069 "serde",
11070 "serde_json_lenient",
11071 "sha2",
11072 "shellexpand 2.1.2",
11073 "util",
11074]
11075
11076[[package]]
11077name = "tasks_ui"
11078version = "0.1.0"
11079dependencies = [
11080 "anyhow",
11081 "editor",
11082 "file_icons",
11083 "fuzzy",
11084 "gpui",
11085 "language",
11086 "menu",
11087 "picker",
11088 "project",
11089 "schemars",
11090 "serde",
11091 "serde_json",
11092 "settings",
11093 "task",
11094 "tree-sitter-rust",
11095 "tree-sitter-typescript",
11096 "ui",
11097 "util",
11098 "workspace",
11099]
11100
11101[[package]]
11102name = "telemetry_events"
11103version = "0.1.0"
11104dependencies = [
11105 "semantic_version",
11106 "serde",
11107]
11108
11109[[package]]
11110name = "tempfile"
11111version = "3.12.0"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
11114dependencies = [
11115 "cfg-if",
11116 "fastrand 2.1.1",
11117 "once_cell",
11118 "rustix 0.38.35",
11119 "windows-sys 0.59.0",
11120]
11121
11122[[package]]
11123name = "tendril"
11124version = "0.4.3"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
11127dependencies = [
11128 "futf",
11129 "mac",
11130 "utf-8",
11131]
11132
11133[[package]]
11134name = "termcolor"
11135version = "1.4.1"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
11138dependencies = [
11139 "winapi-util",
11140]
11141
11142[[package]]
11143name = "terminal"
11144version = "0.1.0"
11145dependencies = [
11146 "alacritty_terminal",
11147 "anyhow",
11148 "collections",
11149 "dirs 4.0.0",
11150 "futures 0.3.30",
11151 "gpui",
11152 "libc",
11153 "rand 0.8.5",
11154 "release_channel",
11155 "schemars",
11156 "serde",
11157 "serde_derive",
11158 "settings",
11159 "smol",
11160 "sysinfo",
11161 "task",
11162 "theme",
11163 "thiserror",
11164 "util",
11165 "windows 0.58.0",
11166]
11167
11168[[package]]
11169name = "terminal_size"
11170version = "0.3.0"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
11173dependencies = [
11174 "rustix 0.38.35",
11175 "windows-sys 0.48.0",
11176]
11177
11178[[package]]
11179name = "terminal_view"
11180version = "0.1.0"
11181dependencies = [
11182 "anyhow",
11183 "client",
11184 "collections",
11185 "db",
11186 "dirs 4.0.0",
11187 "editor",
11188 "futures 0.3.30",
11189 "gpui",
11190 "itertools 0.11.0",
11191 "language",
11192 "project",
11193 "rand 0.8.5",
11194 "search",
11195 "serde",
11196 "serde_json",
11197 "settings",
11198 "shellexpand 2.1.2",
11199 "smol",
11200 "task",
11201 "tasks_ui",
11202 "terminal",
11203 "theme",
11204 "ui",
11205 "util",
11206 "workspace",
11207 "zed_actions",
11208]
11209
11210[[package]]
11211name = "text"
11212version = "0.1.0"
11213dependencies = [
11214 "anyhow",
11215 "clock",
11216 "collections",
11217 "ctor",
11218 "env_logger",
11219 "gpui",
11220 "http_client",
11221 "log",
11222 "parking_lot",
11223 "postage",
11224 "rand 0.8.5",
11225 "regex",
11226 "rope",
11227 "smallvec",
11228 "sum_tree",
11229 "util",
11230]
11231
11232[[package]]
11233name = "theme"
11234version = "0.1.0"
11235dependencies = [
11236 "anyhow",
11237 "collections",
11238 "derive_more",
11239 "fs",
11240 "futures 0.3.30",
11241 "gpui",
11242 "indexmap 1.9.3",
11243 "log",
11244 "palette",
11245 "parking_lot",
11246 "refineable",
11247 "schemars",
11248 "serde",
11249 "serde_derive",
11250 "serde_json",
11251 "serde_json_lenient",
11252 "serde_repr",
11253 "settings",
11254 "story",
11255 "util",
11256 "uuid",
11257]
11258
11259[[package]]
11260name = "theme_importer"
11261version = "0.1.0"
11262dependencies = [
11263 "anyhow",
11264 "clap",
11265 "gpui",
11266 "indexmap 1.9.3",
11267 "log",
11268 "palette",
11269 "rust-embed",
11270 "schemars",
11271 "serde",
11272 "serde_json",
11273 "serde_json_lenient",
11274 "simplelog",
11275 "strum",
11276 "theme",
11277 "vscode_theme",
11278]
11279
11280[[package]]
11281name = "theme_selector"
11282version = "0.1.0"
11283dependencies = [
11284 "client",
11285 "feature_flags",
11286 "fs",
11287 "fuzzy",
11288 "gpui",
11289 "log",
11290 "picker",
11291 "serde",
11292 "settings",
11293 "theme",
11294 "ui",
11295 "util",
11296 "workspace",
11297]
11298
11299[[package]]
11300name = "thiserror"
11301version = "1.0.63"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
11304dependencies = [
11305 "thiserror-impl",
11306]
11307
11308[[package]]
11309name = "thiserror-impl"
11310version = "1.0.63"
11311source = "registry+https://github.com/rust-lang/crates.io-index"
11312checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
11313dependencies = [
11314 "proc-macro2",
11315 "quote",
11316 "syn 2.0.76",
11317]
11318
11319[[package]]
11320name = "thread_local"
11321version = "1.1.8"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
11324dependencies = [
11325 "cfg-if",
11326 "once_cell",
11327]
11328
11329[[package]]
11330name = "tiff"
11331version = "0.9.1"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
11334dependencies = [
11335 "flate2",
11336 "jpeg-decoder",
11337 "weezl",
11338]
11339
11340[[package]]
11341name = "tiktoken-rs"
11342version = "0.5.9"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
11345dependencies = [
11346 "anyhow",
11347 "base64 0.21.7",
11348 "bstr",
11349 "fancy-regex",
11350 "lazy_static",
11351 "parking_lot",
11352 "rustc-hash",
11353]
11354
11355[[package]]
11356name = "time"
11357version = "0.3.36"
11358source = "registry+https://github.com/rust-lang/crates.io-index"
11359checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
11360dependencies = [
11361 "deranged",
11362 "itoa",
11363 "libc",
11364 "num-conv",
11365 "num_threads",
11366 "powerfmt",
11367 "serde",
11368 "time-core",
11369 "time-macros",
11370]
11371
11372[[package]]
11373name = "time-core"
11374version = "0.1.2"
11375source = "registry+https://github.com/rust-lang/crates.io-index"
11376checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
11377
11378[[package]]
11379name = "time-macros"
11380version = "0.2.18"
11381source = "registry+https://github.com/rust-lang/crates.io-index"
11382checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
11383dependencies = [
11384 "num-conv",
11385 "time-core",
11386]
11387
11388[[package]]
11389name = "time_format"
11390version = "0.1.0"
11391dependencies = [
11392 "core-foundation",
11393 "core-foundation-sys",
11394 "sys-locale",
11395 "time",
11396]
11397
11398[[package]]
11399name = "tiny-keccak"
11400version = "2.0.2"
11401source = "registry+https://github.com/rust-lang/crates.io-index"
11402checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
11403dependencies = [
11404 "crunchy",
11405]
11406
11407[[package]]
11408name = "tiny-skia"
11409version = "0.11.4"
11410source = "registry+https://github.com/rust-lang/crates.io-index"
11411checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
11412dependencies = [
11413 "arrayref",
11414 "arrayvec",
11415 "bytemuck",
11416 "cfg-if",
11417 "log",
11418 "png",
11419 "tiny-skia-path",
11420]
11421
11422[[package]]
11423name = "tiny-skia-path"
11424version = "0.11.4"
11425source = "registry+https://github.com/rust-lang/crates.io-index"
11426checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
11427dependencies = [
11428 "arrayref",
11429 "bytemuck",
11430 "strict-num",
11431]
11432
11433[[package]]
11434name = "tiny_http"
11435version = "0.8.2"
11436source = "registry+https://github.com/rust-lang/crates.io-index"
11437checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
11438dependencies = [
11439 "ascii",
11440 "chrono",
11441 "chunked_transfer",
11442 "log",
11443 "url",
11444]
11445
11446[[package]]
11447name = "tinytemplate"
11448version = "1.2.1"
11449source = "registry+https://github.com/rust-lang/crates.io-index"
11450checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
11451dependencies = [
11452 "serde",
11453 "serde_json",
11454]
11455
11456[[package]]
11457name = "tinyvec"
11458version = "1.8.0"
11459source = "registry+https://github.com/rust-lang/crates.io-index"
11460checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
11461dependencies = [
11462 "tinyvec_macros",
11463]
11464
11465[[package]]
11466name = "tinyvec_macros"
11467version = "0.1.1"
11468source = "registry+https://github.com/rust-lang/crates.io-index"
11469checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
11470
11471[[package]]
11472name = "title_bar"
11473version = "0.1.0"
11474dependencies = [
11475 "auto_update",
11476 "call",
11477 "client",
11478 "collections",
11479 "command_palette",
11480 "dev_server_projects",
11481 "editor",
11482 "extensions_ui",
11483 "feature_flags",
11484 "feedback",
11485 "gpui",
11486 "http_client",
11487 "notifications",
11488 "pretty_assertions",
11489 "project",
11490 "recent_projects",
11491 "rpc",
11492 "serde",
11493 "settings",
11494 "smallvec",
11495 "story",
11496 "theme",
11497 "theme_selector",
11498 "tree-sitter-md",
11499 "ui",
11500 "util",
11501 "vcs_menu",
11502 "windows 0.58.0",
11503 "workspace",
11504 "zed_actions",
11505]
11506
11507[[package]]
11508name = "tokio"
11509version = "1.40.0"
11510source = "registry+https://github.com/rust-lang/crates.io-index"
11511checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
11512dependencies = [
11513 "backtrace",
11514 "bytes 1.7.1",
11515 "libc",
11516 "mio 1.0.2",
11517 "parking_lot",
11518 "pin-project-lite",
11519 "signal-hook-registry",
11520 "socket2 0.5.7",
11521 "tokio-macros",
11522 "windows-sys 0.52.0",
11523]
11524
11525[[package]]
11526name = "tokio-io"
11527version = "0.1.13"
11528source = "registry+https://github.com/rust-lang/crates.io-index"
11529checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
11530dependencies = [
11531 "bytes 0.4.12",
11532 "futures 0.1.31",
11533 "log",
11534]
11535
11536[[package]]
11537name = "tokio-macros"
11538version = "2.4.0"
11539source = "registry+https://github.com/rust-lang/crates.io-index"
11540checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
11541dependencies = [
11542 "proc-macro2",
11543 "quote",
11544 "syn 2.0.76",
11545]
11546
11547[[package]]
11548name = "tokio-native-tls"
11549version = "0.3.1"
11550source = "registry+https://github.com/rust-lang/crates.io-index"
11551checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
11552dependencies = [
11553 "native-tls",
11554 "tokio",
11555]
11556
11557[[package]]
11558name = "tokio-rustls"
11559version = "0.24.1"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
11562dependencies = [
11563 "rustls",
11564 "tokio",
11565]
11566
11567[[package]]
11568name = "tokio-socks"
11569version = "0.5.2"
11570source = "registry+https://github.com/rust-lang/crates.io-index"
11571checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
11572dependencies = [
11573 "either",
11574 "futures-io",
11575 "futures-util",
11576 "thiserror",
11577]
11578
11579[[package]]
11580name = "tokio-stream"
11581version = "0.1.15"
11582source = "registry+https://github.com/rust-lang/crates.io-index"
11583checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
11584dependencies = [
11585 "futures-core",
11586 "pin-project-lite",
11587 "tokio",
11588]
11589
11590[[package]]
11591name = "tokio-tungstenite"
11592version = "0.20.1"
11593source = "registry+https://github.com/rust-lang/crates.io-index"
11594checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
11595dependencies = [
11596 "futures-util",
11597 "log",
11598 "tokio",
11599 "tungstenite 0.20.1",
11600]
11601
11602[[package]]
11603name = "tokio-tungstenite"
11604version = "0.21.0"
11605source = "registry+https://github.com/rust-lang/crates.io-index"
11606checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
11607dependencies = [
11608 "futures-util",
11609 "log",
11610 "tokio",
11611 "tungstenite 0.21.0",
11612]
11613
11614[[package]]
11615name = "tokio-util"
11616version = "0.7.11"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
11619dependencies = [
11620 "bytes 1.7.1",
11621 "futures-core",
11622 "futures-io",
11623 "futures-sink",
11624 "pin-project-lite",
11625 "tokio",
11626]
11627
11628[[package]]
11629name = "toml"
11630version = "0.5.11"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
11633dependencies = [
11634 "serde",
11635]
11636
11637[[package]]
11638name = "toml"
11639version = "0.7.8"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
11642dependencies = [
11643 "serde",
11644 "serde_spanned",
11645 "toml_datetime",
11646 "toml_edit 0.19.15",
11647]
11648
11649[[package]]
11650name = "toml"
11651version = "0.8.19"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
11654dependencies = [
11655 "serde",
11656 "serde_spanned",
11657 "toml_datetime",
11658 "toml_edit 0.22.20",
11659]
11660
11661[[package]]
11662name = "toml_datetime"
11663version = "0.6.8"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
11666dependencies = [
11667 "serde",
11668]
11669
11670[[package]]
11671name = "toml_edit"
11672version = "0.19.15"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
11675dependencies = [
11676 "indexmap 2.4.0",
11677 "serde",
11678 "serde_spanned",
11679 "toml_datetime",
11680 "winnow 0.5.40",
11681]
11682
11683[[package]]
11684name = "toml_edit"
11685version = "0.22.20"
11686source = "registry+https://github.com/rust-lang/crates.io-index"
11687checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
11688dependencies = [
11689 "indexmap 2.4.0",
11690 "serde",
11691 "serde_spanned",
11692 "toml_datetime",
11693 "winnow 0.6.18",
11694]
11695
11696[[package]]
11697name = "topological-sort"
11698version = "0.2.2"
11699source = "registry+https://github.com/rust-lang/crates.io-index"
11700checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
11701
11702[[package]]
11703name = "tower"
11704version = "0.4.13"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
11707dependencies = [
11708 "futures-core",
11709 "futures-util",
11710 "pin-project",
11711 "pin-project-lite",
11712 "tokio",
11713 "tower-layer",
11714 "tower-service",
11715 "tracing",
11716]
11717
11718[[package]]
11719name = "tower-http"
11720version = "0.3.5"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
11723dependencies = [
11724 "bitflags 1.3.2",
11725 "bytes 1.7.1",
11726 "futures-core",
11727 "futures-util",
11728 "http 0.2.12",
11729 "http-body 0.4.6",
11730 "http-range-header",
11731 "pin-project-lite",
11732 "tower-layer",
11733 "tower-service",
11734]
11735
11736[[package]]
11737name = "tower-http"
11738version = "0.4.4"
11739source = "registry+https://github.com/rust-lang/crates.io-index"
11740checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
11741dependencies = [
11742 "bitflags 2.6.0",
11743 "bytes 1.7.1",
11744 "futures-core",
11745 "futures-util",
11746 "http 0.2.12",
11747 "http-body 0.4.6",
11748 "http-range-header",
11749 "pin-project-lite",
11750 "tower-layer",
11751 "tower-service",
11752 "tracing",
11753]
11754
11755[[package]]
11756name = "tower-layer"
11757version = "0.3.3"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
11760
11761[[package]]
11762name = "tower-service"
11763version = "0.3.3"
11764source = "registry+https://github.com/rust-lang/crates.io-index"
11765checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
11766
11767[[package]]
11768name = "tracing"
11769version = "0.1.40"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
11772dependencies = [
11773 "log",
11774 "pin-project-lite",
11775 "tracing-attributes",
11776 "tracing-core",
11777]
11778
11779[[package]]
11780name = "tracing-attributes"
11781version = "0.1.27"
11782source = "registry+https://github.com/rust-lang/crates.io-index"
11783checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
11784dependencies = [
11785 "proc-macro2",
11786 "quote",
11787 "syn 2.0.76",
11788]
11789
11790[[package]]
11791name = "tracing-core"
11792version = "0.1.32"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
11795dependencies = [
11796 "once_cell",
11797 "valuable",
11798]
11799
11800[[package]]
11801name = "tracing-futures"
11802version = "0.2.5"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
11805dependencies = [
11806 "pin-project",
11807 "tracing",
11808]
11809
11810[[package]]
11811name = "tracing-log"
11812version = "0.2.0"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
11815dependencies = [
11816 "log",
11817 "once_cell",
11818 "tracing-core",
11819]
11820
11821[[package]]
11822name = "tracing-serde"
11823version = "0.1.3"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
11826dependencies = [
11827 "serde",
11828 "tracing-core",
11829]
11830
11831[[package]]
11832name = "tracing-subscriber"
11833version = "0.3.18"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
11836dependencies = [
11837 "matchers",
11838 "nu-ansi-term",
11839 "once_cell",
11840 "regex",
11841 "serde",
11842 "serde_json",
11843 "sharded-slab",
11844 "smallvec",
11845 "thread_local",
11846 "tracing",
11847 "tracing-core",
11848 "tracing-log",
11849 "tracing-serde",
11850]
11851
11852[[package]]
11853name = "tree-sitter"
11854version = "0.22.6"
11855source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
11856dependencies = [
11857 "cc",
11858 "regex",
11859 "tree-sitter-language",
11860 "wasmtime-c-api-impl",
11861]
11862
11863[[package]]
11864name = "tree-sitter-bash"
11865version = "0.21.0"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "b5244703ad2e08a616d859a0557d7aa290adcd5e0990188a692e628ffe9dce40"
11868dependencies = [
11869 "cc",
11870 "tree-sitter",
11871]
11872
11873[[package]]
11874name = "tree-sitter-c"
11875version = "0.21.4"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "f956d5351d62652864a4ff3ae861747e7a1940dc96c9998ae400ac0d3ce30427"
11878dependencies = [
11879 "cc",
11880 "tree-sitter",
11881]
11882
11883[[package]]
11884name = "tree-sitter-cpp"
11885version = "0.22.3"
11886source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "1d509a22a992790d38f2c291961ff8a1ff016c437c7ec6befc9220b8eec8918c"
11888dependencies = [
11889 "cc",
11890 "tree-sitter",
11891]
11892
11893[[package]]
11894name = "tree-sitter-css"
11895version = "0.21.1"
11896source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "5e08e324b1cf60fd3291774b49724c66de2ce8fcf4d358d0b4b82e37b41b1c9b"
11898dependencies = [
11899 "cc",
11900 "tree-sitter",
11901]
11902
11903[[package]]
11904name = "tree-sitter-elixir"
11905version = "0.2.0"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "df94bf7f057768b1cab2ee1f14812ed4ae33f9e04d09254043eeaa797db4ef70"
11908dependencies = [
11909 "cc",
11910 "tree-sitter",
11911]
11912
11913[[package]]
11914name = "tree-sitter-embedded-template"
11915version = "0.20.0"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
11918dependencies = [
11919 "cc",
11920 "tree-sitter",
11921]
11922
11923[[package]]
11924name = "tree-sitter-go"
11925version = "0.21.2"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "b8d702a98d3c7e70e466456e58ff2b1ac550bf1e29b97e5770676d2fdabec00d"
11928dependencies = [
11929 "cc",
11930 "tree-sitter",
11931]
11932
11933[[package]]
11934name = "tree-sitter-gomod"
11935version = "1.0.2"
11936source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=1f55029bacd0a6a11f6eb894c4312d429dcf735c#1f55029bacd0a6a11f6eb894c4312d429dcf735c"
11937dependencies = [
11938 "cc",
11939 "tree-sitter",
11940]
11941
11942[[package]]
11943name = "tree-sitter-gowork"
11944version = "0.0.1"
11945source = "git+https://github.com/d1y/tree-sitter-go-work?rev=dcbabff454703c3a4bc98a23cf8778d4be46fd22#dcbabff454703c3a4bc98a23cf8778d4be46fd22"
11946dependencies = [
11947 "cc",
11948 "tree-sitter",
11949]
11950
11951[[package]]
11952name = "tree-sitter-heex"
11953version = "0.0.1"
11954source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=6dd0303acf7138dd2b9b432a229e16539581c701#6dd0303acf7138dd2b9b432a229e16539581c701"
11955dependencies = [
11956 "cc",
11957 "tree-sitter",
11958]
11959
11960[[package]]
11961name = "tree-sitter-html"
11962version = "0.20.4"
11963source = "registry+https://github.com/rust-lang/crates.io-index"
11964checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
11965dependencies = [
11966 "cc",
11967 "tree-sitter",
11968]
11969
11970[[package]]
11971name = "tree-sitter-jsdoc"
11972version = "0.21.0"
11973source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "8d07920101ff12a59574890318a37fa7e18d9c06d9aa4be334aa24adbb480f18"
11975dependencies = [
11976 "cc",
11977 "tree-sitter",
11978]
11979
11980[[package]]
11981name = "tree-sitter-json"
11982version = "0.21.0"
11983source = "registry+https://github.com/rust-lang/crates.io-index"
11984checksum = "5b737dcb73c35d74b7d64a5f3dde158113c86a012bf3cee2bfdf2150d23b05db"
11985dependencies = [
11986 "cc",
11987 "tree-sitter",
11988]
11989
11990[[package]]
11991name = "tree-sitter-language"
11992version = "0.1.0"
11993source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
11994
11995[[package]]
11996name = "tree-sitter-md"
11997version = "0.2.3"
11998source = "git+https://github.com/zed-industries/tree-sitter-markdown?rev=e3855e37f8f2c71aa7513c18a9c95fb7461b1b10#e3855e37f8f2c71aa7513c18a9c95fb7461b1b10"
11999dependencies = [
12000 "cc",
12001 "tree-sitter",
12002]
12003
12004[[package]]
12005name = "tree-sitter-python"
12006version = "0.21.0"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "b4066c6cf678f962f8c2c4561f205945c84834cce73d981e71392624fdc390a9"
12009dependencies = [
12010 "cc",
12011 "tree-sitter",
12012]
12013
12014[[package]]
12015name = "tree-sitter-regex"
12016version = "0.21.0"
12017source = "registry+https://github.com/rust-lang/crates.io-index"
12018checksum = "5ff1286fe9651b2797484839ffa37aa76c8618d4ccb6836d7e31765dfd60c0d5"
12019dependencies = [
12020 "cc",
12021 "tree-sitter",
12022]
12023
12024[[package]]
12025name = "tree-sitter-ruby"
12026version = "0.21.0"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "c0031f687c0772f2dad7b77104c43428611099a1804c81244ada21560f41f0b1"
12029dependencies = [
12030 "cc",
12031 "tree-sitter",
12032]
12033
12034[[package]]
12035name = "tree-sitter-rust"
12036version = "0.21.2"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "277690f420bf90741dea984f3da038ace46c4fe6047cba57a66822226cde1c93"
12039dependencies = [
12040 "cc",
12041 "tree-sitter",
12042]
12043
12044[[package]]
12045name = "tree-sitter-typescript"
12046version = "0.21.2"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "ecb35d98a688378e56c18c9c159824fd16f730ccbea19aacf4f206e5d5438ed9"
12049dependencies = [
12050 "cc",
12051 "tree-sitter",
12052]
12053
12054[[package]]
12055name = "tree-sitter-yaml"
12056version = "0.6.1"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "aad27ec46ad343d8b514f64dd3fdffb478c592ece561b6c935d90ef55589c6b6"
12059dependencies = [
12060 "cc",
12061 "tree-sitter",
12062]
12063
12064[[package]]
12065name = "try-lock"
12066version = "0.2.5"
12067source = "registry+https://github.com/rust-lang/crates.io-index"
12068checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12069
12070[[package]]
12071name = "ttf-parser"
12072version = "0.21.1"
12073source = "registry+https://github.com/rust-lang/crates.io-index"
12074checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
12075
12076[[package]]
12077name = "tungstenite"
12078version = "0.20.1"
12079source = "registry+https://github.com/rust-lang/crates.io-index"
12080checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12081dependencies = [
12082 "byteorder",
12083 "bytes 1.7.1",
12084 "data-encoding",
12085 "http 0.2.12",
12086 "httparse",
12087 "log",
12088 "native-tls",
12089 "rand 0.8.5",
12090 "sha1",
12091 "thiserror",
12092 "url",
12093 "utf-8",
12094]
12095
12096[[package]]
12097name = "tungstenite"
12098version = "0.21.0"
12099source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
12101dependencies = [
12102 "byteorder",
12103 "bytes 1.7.1",
12104 "data-encoding",
12105 "http 1.1.0",
12106 "httparse",
12107 "log",
12108 "rand 0.8.5",
12109 "sha1",
12110 "thiserror",
12111 "url",
12112 "utf-8",
12113]
12114
12115[[package]]
12116name = "typeid"
12117version = "1.0.2"
12118source = "registry+https://github.com/rust-lang/crates.io-index"
12119checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
12120
12121[[package]]
12122name = "typenum"
12123version = "1.17.0"
12124source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
12126
12127[[package]]
12128name = "ucd-trie"
12129version = "0.1.6"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
12132
12133[[package]]
12134name = "uds_windows"
12135version = "1.1.0"
12136source = "registry+https://github.com/rust-lang/crates.io-index"
12137checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
12138dependencies = [
12139 "memoffset",
12140 "tempfile",
12141 "winapi",
12142]
12143
12144[[package]]
12145name = "ui"
12146version = "0.1.0"
12147dependencies = [
12148 "chrono",
12149 "gpui",
12150 "itertools 0.11.0",
12151 "menu",
12152 "serde",
12153 "settings",
12154 "smallvec",
12155 "story",
12156 "strum",
12157 "theme",
12158 "windows 0.58.0",
12159]
12160
12161[[package]]
12162name = "ui_input"
12163version = "0.1.0"
12164dependencies = [
12165 "editor",
12166 "gpui",
12167 "settings",
12168 "theme",
12169 "ui",
12170]
12171
12172[[package]]
12173name = "unicase"
12174version = "2.7.0"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
12177dependencies = [
12178 "version_check",
12179]
12180
12181[[package]]
12182name = "unicode-bidi"
12183version = "0.3.15"
12184source = "registry+https://github.com/rust-lang/crates.io-index"
12185checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
12186
12187[[package]]
12188name = "unicode-bidi-mirroring"
12189version = "0.2.0"
12190source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
12192
12193[[package]]
12194name = "unicode-ccc"
12195version = "0.2.0"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
12198
12199[[package]]
12200name = "unicode-ident"
12201version = "1.0.12"
12202source = "registry+https://github.com/rust-lang/crates.io-index"
12203checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
12204
12205[[package]]
12206name = "unicode-linebreak"
12207version = "0.1.5"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
12210
12211[[package]]
12212name = "unicode-normalization"
12213version = "0.1.23"
12214source = "registry+https://github.com/rust-lang/crates.io-index"
12215checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
12216dependencies = [
12217 "tinyvec",
12218]
12219
12220[[package]]
12221name = "unicode-properties"
12222version = "0.1.2"
12223source = "registry+https://github.com/rust-lang/crates.io-index"
12224checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
12225
12226[[package]]
12227name = "unicode-script"
12228version = "0.5.6"
12229source = "registry+https://github.com/rust-lang/crates.io-index"
12230checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
12231
12232[[package]]
12233name = "unicode-segmentation"
12234version = "1.11.0"
12235source = "registry+https://github.com/rust-lang/crates.io-index"
12236checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
12237
12238[[package]]
12239name = "unicode-width"
12240version = "0.1.13"
12241source = "registry+https://github.com/rust-lang/crates.io-index"
12242checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
12243
12244[[package]]
12245name = "unicode-xid"
12246version = "0.2.5"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
12249
12250[[package]]
12251name = "unicode_categories"
12252version = "0.1.1"
12253source = "registry+https://github.com/rust-lang/crates.io-index"
12254checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
12255
12256[[package]]
12257name = "unindent"
12258version = "0.1.11"
12259source = "registry+https://github.com/rust-lang/crates.io-index"
12260checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
12261
12262[[package]]
12263name = "untrusted"
12264version = "0.9.0"
12265source = "registry+https://github.com/rust-lang/crates.io-index"
12266checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
12267
12268[[package]]
12269name = "url"
12270version = "2.5.2"
12271source = "registry+https://github.com/rust-lang/crates.io-index"
12272checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
12273dependencies = [
12274 "form_urlencoded",
12275 "idna",
12276 "percent-encoding",
12277 "serde",
12278]
12279
12280[[package]]
12281name = "urlencoding"
12282version = "2.1.3"
12283source = "registry+https://github.com/rust-lang/crates.io-index"
12284checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
12285
12286[[package]]
12287name = "usvg"
12288version = "0.41.0"
12289source = "registry+https://github.com/rust-lang/crates.io-index"
12290checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
12291dependencies = [
12292 "base64 0.22.1",
12293 "data-url",
12294 "flate2",
12295 "imagesize",
12296 "kurbo",
12297 "log",
12298 "pico-args",
12299 "roxmltree 0.19.0",
12300 "simplecss",
12301 "siphasher 1.0.1",
12302 "strict-num",
12303 "svgtypes",
12304 "tiny-skia-path",
12305 "xmlwriter",
12306]
12307
12308[[package]]
12309name = "utf-8"
12310version = "0.7.6"
12311source = "registry+https://github.com/rust-lang/crates.io-index"
12312checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
12313
12314[[package]]
12315name = "utf8parse"
12316version = "0.2.2"
12317source = "registry+https://github.com/rust-lang/crates.io-index"
12318checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
12319
12320[[package]]
12321name = "util"
12322version = "0.1.0"
12323dependencies = [
12324 "anyhow",
12325 "async-fs 1.6.0",
12326 "collections",
12327 "dirs 4.0.0",
12328 "futures 0.3.30",
12329 "futures-lite 1.13.0",
12330 "git2",
12331 "globset",
12332 "log",
12333 "rand 0.8.5",
12334 "regex",
12335 "rust-embed",
12336 "serde",
12337 "serde_json",
12338 "take-until",
12339 "tempfile",
12340 "tendril",
12341 "unicase",
12342]
12343
12344[[package]]
12345name = "uuid"
12346version = "1.10.0"
12347source = "registry+https://github.com/rust-lang/crates.io-index"
12348checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
12349dependencies = [
12350 "getrandom 0.2.15",
12351 "serde",
12352 "sha1_smol",
12353]
12354
12355[[package]]
12356name = "v_frame"
12357version = "0.3.8"
12358source = "registry+https://github.com/rust-lang/crates.io-index"
12359checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
12360dependencies = [
12361 "aligned-vec",
12362 "num-traits",
12363 "wasm-bindgen",
12364]
12365
12366[[package]]
12367name = "valuable"
12368version = "0.1.0"
12369source = "registry+https://github.com/rust-lang/crates.io-index"
12370checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
12371
12372[[package]]
12373name = "value-bag"
12374version = "1.9.0"
12375source = "registry+https://github.com/rust-lang/crates.io-index"
12376checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
12377dependencies = [
12378 "value-bag-serde1",
12379 "value-bag-sval2",
12380]
12381
12382[[package]]
12383name = "value-bag-serde1"
12384version = "1.9.0"
12385source = "registry+https://github.com/rust-lang/crates.io-index"
12386checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
12387dependencies = [
12388 "erased-serde",
12389 "serde",
12390 "serde_fmt",
12391]
12392
12393[[package]]
12394name = "value-bag-sval2"
12395version = "1.9.0"
12396source = "registry+https://github.com/rust-lang/crates.io-index"
12397checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
12398dependencies = [
12399 "sval",
12400 "sval_buffer",
12401 "sval_dynamic",
12402 "sval_fmt",
12403 "sval_json",
12404 "sval_ref",
12405 "sval_serde",
12406]
12407
12408[[package]]
12409name = "vcpkg"
12410version = "0.2.15"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
12413
12414[[package]]
12415name = "vcs_menu"
12416version = "0.1.0"
12417dependencies = [
12418 "anyhow",
12419 "fuzzy",
12420 "git",
12421 "gpui",
12422 "picker",
12423 "ui",
12424 "util",
12425 "workspace",
12426]
12427
12428[[package]]
12429name = "version-compare"
12430version = "0.2.0"
12431source = "registry+https://github.com/rust-lang/crates.io-index"
12432checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
12433
12434[[package]]
12435name = "version_check"
12436version = "0.9.5"
12437source = "registry+https://github.com/rust-lang/crates.io-index"
12438checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
12439
12440[[package]]
12441name = "vim"
12442version = "0.1.0"
12443dependencies = [
12444 "anyhow",
12445 "async-compat",
12446 "async-trait",
12447 "collections",
12448 "command_palette",
12449 "command_palette_hooks",
12450 "editor",
12451 "futures 0.3.30",
12452 "gpui",
12453 "indoc",
12454 "itertools 0.11.0",
12455 "language",
12456 "log",
12457 "lsp",
12458 "multi_buffer",
12459 "nvim-rs",
12460 "parking_lot",
12461 "regex",
12462 "release_channel",
12463 "schemars",
12464 "search",
12465 "serde",
12466 "serde_derive",
12467 "serde_json",
12468 "settings",
12469 "tokio",
12470 "ui",
12471 "util",
12472 "workspace",
12473 "zed_actions",
12474]
12475
12476[[package]]
12477name = "vscode_theme"
12478version = "0.2.0"
12479source = "registry+https://github.com/rust-lang/crates.io-index"
12480checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
12481dependencies = [
12482 "serde",
12483]
12484
12485[[package]]
12486name = "vsimd"
12487version = "0.8.0"
12488source = "registry+https://github.com/rust-lang/crates.io-index"
12489checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
12490
12491[[package]]
12492name = "vswhom"
12493version = "0.1.0"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
12496dependencies = [
12497 "libc",
12498 "vswhom-sys",
12499]
12500
12501[[package]]
12502name = "vswhom-sys"
12503version = "0.1.2"
12504source = "registry+https://github.com/rust-lang/crates.io-index"
12505checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
12506dependencies = [
12507 "cc",
12508 "libc",
12509]
12510
12511[[package]]
12512name = "vte"
12513version = "0.13.0"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
12516dependencies = [
12517 "bitflags 2.6.0",
12518 "cursor-icon",
12519 "log",
12520 "serde",
12521 "utf8parse",
12522 "vte_generate_state_changes",
12523]
12524
12525[[package]]
12526name = "vte_generate_state_changes"
12527version = "0.1.2"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
12530dependencies = [
12531 "proc-macro2",
12532 "quote",
12533]
12534
12535[[package]]
12536name = "waker-fn"
12537version = "1.2.0"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
12540
12541[[package]]
12542name = "walkdir"
12543version = "2.5.0"
12544source = "registry+https://github.com/rust-lang/crates.io-index"
12545checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
12546dependencies = [
12547 "same-file",
12548 "winapi-util",
12549]
12550
12551[[package]]
12552name = "want"
12553version = "0.3.1"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
12556dependencies = [
12557 "try-lock",
12558]
12559
12560[[package]]
12561name = "warp"
12562version = "0.3.7"
12563source = "registry+https://github.com/rust-lang/crates.io-index"
12564checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
12565dependencies = [
12566 "bytes 1.7.1",
12567 "futures-channel",
12568 "futures-util",
12569 "headers",
12570 "http 0.2.12",
12571 "hyper",
12572 "log",
12573 "mime",
12574 "mime_guess",
12575 "percent-encoding",
12576 "pin-project",
12577 "scoped-tls",
12578 "serde",
12579 "serde_json",
12580 "serde_urlencoded",
12581 "tokio",
12582 "tokio-tungstenite 0.21.0",
12583 "tokio-util",
12584 "tower-service",
12585 "tracing",
12586]
12587
12588[[package]]
12589name = "wasi"
12590version = "0.9.0+wasi-snapshot-preview1"
12591source = "registry+https://github.com/rust-lang/crates.io-index"
12592checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
12593
12594[[package]]
12595name = "wasi"
12596version = "0.11.0+wasi-snapshot-preview1"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
12599
12600[[package]]
12601name = "wasite"
12602version = "0.1.0"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
12605
12606[[package]]
12607name = "wasm-bindgen"
12608version = "0.2.93"
12609source = "registry+https://github.com/rust-lang/crates.io-index"
12610checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
12611dependencies = [
12612 "cfg-if",
12613 "once_cell",
12614 "wasm-bindgen-macro",
12615]
12616
12617[[package]]
12618name = "wasm-bindgen-backend"
12619version = "0.2.93"
12620source = "registry+https://github.com/rust-lang/crates.io-index"
12621checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
12622dependencies = [
12623 "bumpalo",
12624 "log",
12625 "once_cell",
12626 "proc-macro2",
12627 "quote",
12628 "syn 2.0.76",
12629 "wasm-bindgen-shared",
12630]
12631
12632[[package]]
12633name = "wasm-bindgen-futures"
12634version = "0.4.43"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
12637dependencies = [
12638 "cfg-if",
12639 "js-sys",
12640 "wasm-bindgen",
12641 "web-sys",
12642]
12643
12644[[package]]
12645name = "wasm-bindgen-macro"
12646version = "0.2.93"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
12649dependencies = [
12650 "quote",
12651 "wasm-bindgen-macro-support",
12652]
12653
12654[[package]]
12655name = "wasm-bindgen-macro-support"
12656version = "0.2.93"
12657source = "registry+https://github.com/rust-lang/crates.io-index"
12658checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
12659dependencies = [
12660 "proc-macro2",
12661 "quote",
12662 "syn 2.0.76",
12663 "wasm-bindgen-backend",
12664 "wasm-bindgen-shared",
12665]
12666
12667[[package]]
12668name = "wasm-bindgen-shared"
12669version = "0.2.93"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
12672
12673[[package]]
12674name = "wasm-encoder"
12675version = "0.201.0"
12676source = "registry+https://github.com/rust-lang/crates.io-index"
12677checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
12678dependencies = [
12679 "leb128",
12680]
12681
12682[[package]]
12683name = "wasm-encoder"
12684version = "0.207.0"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "d996306fb3aeaee0d9157adbe2f670df0236caf19f6728b221e92d0f27b3fe17"
12687dependencies = [
12688 "leb128",
12689]
12690
12691[[package]]
12692name = "wasm-metadata"
12693version = "0.201.0"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
12696dependencies = [
12697 "anyhow",
12698 "indexmap 2.4.0",
12699 "serde",
12700 "serde_derive",
12701 "serde_json",
12702 "spdx",
12703 "wasm-encoder 0.201.0",
12704 "wasmparser 0.201.0",
12705]
12706
12707[[package]]
12708name = "wasmparser"
12709version = "0.201.0"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
12712dependencies = [
12713 "bitflags 2.6.0",
12714 "indexmap 2.4.0",
12715 "semver",
12716]
12717
12718[[package]]
12719name = "wasmparser"
12720version = "0.207.0"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "e19bb9f8ab07616da582ef8adb24c54f1424c7ec876720b7da9db8ec0626c92c"
12723dependencies = [
12724 "ahash 0.8.11",
12725 "bitflags 2.6.0",
12726 "hashbrown 0.14.5",
12727 "indexmap 2.4.0",
12728 "semver",
12729]
12730
12731[[package]]
12732name = "wasmprinter"
12733version = "0.207.0"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "9c2d8a7b4dabb460208e6b4334d9db5766e84505038b2529e69c3d07ac619115"
12736dependencies = [
12737 "anyhow",
12738 "wasmparser 0.207.0",
12739]
12740
12741[[package]]
12742name = "wasmtime"
12743version = "21.0.1"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "f92a1370c66a0022e6d92dcc277e2c84f5dece19569670b8ce7db8162560d8b6"
12746dependencies = [
12747 "anyhow",
12748 "async-trait",
12749 "bumpalo",
12750 "cc",
12751 "cfg-if",
12752 "encoding_rs",
12753 "hashbrown 0.14.5",
12754 "indexmap 2.4.0",
12755 "libc",
12756 "libm",
12757 "log",
12758 "mach2",
12759 "memfd",
12760 "memoffset",
12761 "object 0.33.0",
12762 "once_cell",
12763 "paste",
12764 "postcard",
12765 "psm",
12766 "rustix 0.38.35",
12767 "semver",
12768 "serde",
12769 "serde_derive",
12770 "smallvec",
12771 "sptr",
12772 "target-lexicon",
12773 "wasmparser 0.207.0",
12774 "wasmtime-asm-macros",
12775 "wasmtime-component-macro",
12776 "wasmtime-component-util",
12777 "wasmtime-cranelift",
12778 "wasmtime-environ",
12779 "wasmtime-fiber",
12780 "wasmtime-jit-icache-coherence",
12781 "wasmtime-slab",
12782 "wasmtime-versioned-export-macros",
12783 "wasmtime-winch",
12784 "windows-sys 0.52.0",
12785]
12786
12787[[package]]
12788name = "wasmtime-asm-macros"
12789version = "21.0.1"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "6dee8679c974a7f258c03d60d3c747c426ed219945b6d08cbc77fd2eab15b2d1"
12792dependencies = [
12793 "cfg-if",
12794]
12795
12796[[package]]
12797name = "wasmtime-c-api-impl"
12798version = "21.0.1"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "76af8b62c8d2814b7d5975c5dc140122e4c086150db6c15d25a4b76f11c929dd"
12801dependencies = [
12802 "anyhow",
12803 "log",
12804 "once_cell",
12805 "tracing",
12806 "wasmtime",
12807 "wasmtime-c-api-macros",
12808]
12809
12810[[package]]
12811name = "wasmtime-c-api-macros"
12812version = "21.0.1"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "d74b92f917c9ced9c6262a00e9cb982ebac183e6900b4d44e2480f936b9495eb"
12815dependencies = [
12816 "proc-macro2",
12817 "quote",
12818]
12819
12820[[package]]
12821name = "wasmtime-component-macro"
12822version = "21.0.1"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "32cae30035f1cf97dcc6657c979cf39f99ce6be93583675eddf4aeaa5548509c"
12825dependencies = [
12826 "anyhow",
12827 "proc-macro2",
12828 "quote",
12829 "syn 2.0.76",
12830 "wasmtime-component-util",
12831 "wasmtime-wit-bindgen",
12832 "wit-parser 0.207.0",
12833]
12834
12835[[package]]
12836name = "wasmtime-component-util"
12837version = "21.0.1"
12838source = "registry+https://github.com/rust-lang/crates.io-index"
12839checksum = "f7ae611f08cea620c67330925be28a96115bf01f8f393a6cbdf4856a86087134"
12840
12841[[package]]
12842name = "wasmtime-cranelift"
12843version = "21.0.1"
12844source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "b2909406a6007e28be964067167890bca4574bd48a9ff18f1fa9f4856d89ea40"
12846dependencies = [
12847 "anyhow",
12848 "cfg-if",
12849 "cranelift-codegen",
12850 "cranelift-control",
12851 "cranelift-entity",
12852 "cranelift-frontend",
12853 "cranelift-native",
12854 "cranelift-wasm",
12855 "gimli 0.28.1",
12856 "log",
12857 "object 0.33.0",
12858 "target-lexicon",
12859 "thiserror",
12860 "wasmparser 0.207.0",
12861 "wasmtime-environ",
12862 "wasmtime-versioned-export-macros",
12863]
12864
12865[[package]]
12866name = "wasmtime-environ"
12867version = "21.0.1"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "40e227f9ed2f5421473723d6c0352b5986e6e6044fde5410a274a394d726108f"
12870dependencies = [
12871 "anyhow",
12872 "cpp_demangle",
12873 "cranelift-entity",
12874 "gimli 0.28.1",
12875 "indexmap 2.4.0",
12876 "log",
12877 "object 0.33.0",
12878 "postcard",
12879 "rustc-demangle",
12880 "serde",
12881 "serde_derive",
12882 "target-lexicon",
12883 "wasm-encoder 0.207.0",
12884 "wasmparser 0.207.0",
12885 "wasmprinter",
12886 "wasmtime-component-util",
12887 "wasmtime-types",
12888]
12889
12890[[package]]
12891name = "wasmtime-fiber"
12892version = "21.0.1"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "42edb392586d07038c1638e854382db916b6ca7845a2e6a7f8dc49e08907acdd"
12895dependencies = [
12896 "anyhow",
12897 "cc",
12898 "cfg-if",
12899 "rustix 0.38.35",
12900 "wasmtime-asm-macros",
12901 "wasmtime-versioned-export-macros",
12902 "windows-sys 0.52.0",
12903]
12904
12905[[package]]
12906name = "wasmtime-jit-icache-coherence"
12907version = "21.0.1"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "afe088f9b56bb353adaf837bf7e10f1c2e1676719dd5be4cac8e37f2ba1ee5bc"
12910dependencies = [
12911 "anyhow",
12912 "cfg-if",
12913 "libc",
12914 "windows-sys 0.52.0",
12915]
12916
12917[[package]]
12918name = "wasmtime-slab"
12919version = "21.0.1"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "4ff75cafffe47b04b036385ce3710f209153525b0ed19d57b0cf44a22d446460"
12922
12923[[package]]
12924name = "wasmtime-types"
12925version = "21.0.1"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "2f2fa462bfea3220711c84e2b549f147e4df89eeb49b8a2a3d89148f6cc4a8b1"
12928dependencies = [
12929 "cranelift-entity",
12930 "serde",
12931 "serde_derive",
12932 "smallvec",
12933 "wasmparser 0.207.0",
12934]
12935
12936[[package]]
12937name = "wasmtime-versioned-export-macros"
12938version = "21.0.1"
12939source = "registry+https://github.com/rust-lang/crates.io-index"
12940checksum = "d4cedc5bfef3db2a85522ee38564b47ef3b7fc7c92e94cacbce99808e63cdd47"
12941dependencies = [
12942 "proc-macro2",
12943 "quote",
12944 "syn 2.0.76",
12945]
12946
12947[[package]]
12948name = "wasmtime-wasi"
12949version = "21.0.1"
12950source = "registry+https://github.com/rust-lang/crates.io-index"
12951checksum = "bdbbe94245904d4c96c7c5f7b55bad896cc27908644efd9442063c0748b631fc"
12952dependencies = [
12953 "anyhow",
12954 "async-trait",
12955 "bitflags 2.6.0",
12956 "bytes 1.7.1",
12957 "cap-fs-ext",
12958 "cap-net-ext",
12959 "cap-rand",
12960 "cap-std",
12961 "cap-time-ext",
12962 "fs-set-times",
12963 "futures 0.3.30",
12964 "io-extras",
12965 "io-lifetimes 2.0.3",
12966 "once_cell",
12967 "rustix 0.38.35",
12968 "system-interface",
12969 "thiserror",
12970 "tokio",
12971 "tracing",
12972 "url",
12973 "wasmtime",
12974 "wiggle",
12975 "windows-sys 0.52.0",
12976]
12977
12978[[package]]
12979name = "wasmtime-winch"
12980version = "21.0.1"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "97b27054fed6be4f3800aba5766f7ef435d4220ce290788f021a08d4fa573108"
12983dependencies = [
12984 "anyhow",
12985 "cranelift-codegen",
12986 "gimli 0.28.1",
12987 "object 0.33.0",
12988 "target-lexicon",
12989 "wasmparser 0.207.0",
12990 "wasmtime-cranelift",
12991 "wasmtime-environ",
12992 "winch-codegen",
12993]
12994
12995[[package]]
12996name = "wasmtime-wit-bindgen"
12997version = "21.0.1"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "c936a52ce69c28de2aa3b5fb4f2dbbb2966df304f04cccb7aca4ba56d915fda0"
13000dependencies = [
13001 "anyhow",
13002 "heck 0.4.1",
13003 "indexmap 2.4.0",
13004 "wit-parser 0.207.0",
13005]
13006
13007[[package]]
13008name = "wast"
13009version = "35.0.2"
13010source = "registry+https://github.com/rust-lang/crates.io-index"
13011checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
13012dependencies = [
13013 "leb128",
13014]
13015
13016[[package]]
13017name = "wayland-backend"
13018version = "0.3.6"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13021dependencies = [
13022 "cc",
13023 "downcast-rs",
13024 "rustix 0.38.35",
13025 "scoped-tls",
13026 "smallvec",
13027 "wayland-sys",
13028]
13029
13030[[package]]
13031name = "wayland-client"
13032version = "0.31.5"
13033source = "registry+https://github.com/rust-lang/crates.io-index"
13034checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
13035dependencies = [
13036 "bitflags 2.6.0",
13037 "rustix 0.38.35",
13038 "wayland-backend",
13039 "wayland-scanner",
13040]
13041
13042[[package]]
13043name = "wayland-cursor"
13044version = "0.31.5"
13045source = "registry+https://github.com/rust-lang/crates.io-index"
13046checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
13047dependencies = [
13048 "rustix 0.38.35",
13049 "wayland-client",
13050 "xcursor",
13051]
13052
13053[[package]]
13054name = "wayland-protocols"
13055version = "0.31.2"
13056source = "registry+https://github.com/rust-lang/crates.io-index"
13057checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
13058dependencies = [
13059 "bitflags 2.6.0",
13060 "wayland-backend",
13061 "wayland-client",
13062 "wayland-scanner",
13063]
13064
13065[[package]]
13066name = "wayland-protocols-plasma"
13067version = "0.2.0"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
13070dependencies = [
13071 "bitflags 2.6.0",
13072 "wayland-backend",
13073 "wayland-client",
13074 "wayland-protocols",
13075 "wayland-scanner",
13076]
13077
13078[[package]]
13079name = "wayland-scanner"
13080version = "0.31.4"
13081source = "registry+https://github.com/rust-lang/crates.io-index"
13082checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
13083dependencies = [
13084 "proc-macro2",
13085 "quick-xml 0.34.0",
13086 "quote",
13087]
13088
13089[[package]]
13090name = "wayland-sys"
13091version = "0.31.4"
13092source = "registry+https://github.com/rust-lang/crates.io-index"
13093checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
13094dependencies = [
13095 "dlib",
13096 "log",
13097 "once_cell",
13098 "pkg-config",
13099]
13100
13101[[package]]
13102name = "web-sys"
13103version = "0.3.70"
13104source = "registry+https://github.com/rust-lang/crates.io-index"
13105checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
13106dependencies = [
13107 "js-sys",
13108 "wasm-bindgen",
13109]
13110
13111[[package]]
13112name = "webpki-roots"
13113version = "0.24.0"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
13116dependencies = [
13117 "rustls-webpki",
13118]
13119
13120[[package]]
13121name = "weezl"
13122version = "0.1.8"
13123source = "registry+https://github.com/rust-lang/crates.io-index"
13124checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
13125
13126[[package]]
13127name = "welcome"
13128version = "0.1.0"
13129dependencies = [
13130 "anyhow",
13131 "client",
13132 "db",
13133 "editor",
13134 "extensions_ui",
13135 "fuzzy",
13136 "gpui",
13137 "inline_completion_button",
13138 "install_cli",
13139 "picker",
13140 "project",
13141 "schemars",
13142 "serde",
13143 "settings",
13144 "theme_selector",
13145 "ui",
13146 "util",
13147 "vim",
13148 "workspace",
13149]
13150
13151[[package]]
13152name = "which"
13153version = "4.4.2"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
13156dependencies = [
13157 "either",
13158 "home",
13159 "once_cell",
13160 "rustix 0.38.35",
13161]
13162
13163[[package]]
13164name = "which"
13165version = "6.0.3"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
13168dependencies = [
13169 "either",
13170 "home",
13171 "rustix 0.38.35",
13172 "winsafe",
13173]
13174
13175[[package]]
13176name = "whoami"
13177version = "1.5.1"
13178source = "registry+https://github.com/rust-lang/crates.io-index"
13179checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
13180dependencies = [
13181 "redox_syscall 0.4.1",
13182 "wasite",
13183]
13184
13185[[package]]
13186name = "wiggle"
13187version = "21.0.1"
13188source = "registry+https://github.com/rust-lang/crates.io-index"
13189checksum = "a89ea6f74ece6d1cfbd089783006b8eb69a0219ca83cad22068f0d9fa9df3f91"
13190dependencies = [
13191 "anyhow",
13192 "async-trait",
13193 "bitflags 2.6.0",
13194 "thiserror",
13195 "tracing",
13196 "wasmtime",
13197 "wiggle-macro",
13198]
13199
13200[[package]]
13201name = "wiggle-generate"
13202version = "21.0.1"
13203source = "registry+https://github.com/rust-lang/crates.io-index"
13204checksum = "36beda94813296ecaf0d91b7ada9da073fd41865ba339bdd3b7764e2e785b8e9"
13205dependencies = [
13206 "anyhow",
13207 "heck 0.4.1",
13208 "proc-macro2",
13209 "quote",
13210 "shellexpand 2.1.2",
13211 "syn 2.0.76",
13212 "witx",
13213]
13214
13215[[package]]
13216name = "wiggle-macro"
13217version = "21.0.1"
13218source = "registry+https://github.com/rust-lang/crates.io-index"
13219checksum = "0b47d2b4442ce93106dba5d1a9c59d5f85b5732878bb3d0598d3c93c0d01b16b"
13220dependencies = [
13221 "proc-macro2",
13222 "quote",
13223 "syn 2.0.76",
13224 "wiggle-generate",
13225]
13226
13227[[package]]
13228name = "winapi"
13229version = "0.3.9"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
13232dependencies = [
13233 "winapi-i686-pc-windows-gnu",
13234 "winapi-x86_64-pc-windows-gnu",
13235]
13236
13237[[package]]
13238name = "winapi-i686-pc-windows-gnu"
13239version = "0.4.0"
13240source = "registry+https://github.com/rust-lang/crates.io-index"
13241checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
13242
13243[[package]]
13244name = "winapi-util"
13245version = "0.1.9"
13246source = "registry+https://github.com/rust-lang/crates.io-index"
13247checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
13248dependencies = [
13249 "windows-sys 0.59.0",
13250]
13251
13252[[package]]
13253name = "winapi-x86_64-pc-windows-gnu"
13254version = "0.4.0"
13255source = "registry+https://github.com/rust-lang/crates.io-index"
13256checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
13257
13258[[package]]
13259name = "winch-codegen"
13260version = "0.19.1"
13261source = "registry+https://github.com/rust-lang/crates.io-index"
13262checksum = "1dc69899ccb2da7daa4df31426dcfd284b104d1a85e1dae35806df0c46187f87"
13263dependencies = [
13264 "anyhow",
13265 "cranelift-codegen",
13266 "gimli 0.28.1",
13267 "regalloc2",
13268 "smallvec",
13269 "target-lexicon",
13270 "wasmparser 0.207.0",
13271 "wasmtime-cranelift",
13272 "wasmtime-environ",
13273]
13274
13275[[package]]
13276name = "windows"
13277version = "0.48.0"
13278source = "registry+https://github.com/rust-lang/crates.io-index"
13279checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
13280dependencies = [
13281 "windows-targets 0.48.5",
13282]
13283
13284[[package]]
13285name = "windows"
13286version = "0.52.0"
13287source = "registry+https://github.com/rust-lang/crates.io-index"
13288checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
13289dependencies = [
13290 "windows-core 0.52.0",
13291 "windows-targets 0.52.6",
13292]
13293
13294[[package]]
13295name = "windows"
13296version = "0.54.0"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
13299dependencies = [
13300 "windows-core 0.54.0",
13301 "windows-targets 0.52.6",
13302]
13303
13304[[package]]
13305name = "windows"
13306version = "0.58.0"
13307source = "registry+https://github.com/rust-lang/crates.io-index"
13308checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
13309dependencies = [
13310 "windows-core 0.58.0",
13311 "windows-targets 0.52.6",
13312]
13313
13314[[package]]
13315name = "windows-core"
13316version = "0.52.0"
13317source = "registry+https://github.com/rust-lang/crates.io-index"
13318checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
13319dependencies = [
13320 "windows-targets 0.52.6",
13321]
13322
13323[[package]]
13324name = "windows-core"
13325version = "0.54.0"
13326source = "registry+https://github.com/rust-lang/crates.io-index"
13327checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
13328dependencies = [
13329 "windows-result 0.1.2",
13330 "windows-targets 0.52.6",
13331]
13332
13333[[package]]
13334name = "windows-core"
13335version = "0.58.0"
13336source = "registry+https://github.com/rust-lang/crates.io-index"
13337checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
13338dependencies = [
13339 "windows-implement",
13340 "windows-interface",
13341 "windows-result 0.2.0",
13342 "windows-strings",
13343 "windows-targets 0.52.6",
13344]
13345
13346[[package]]
13347name = "windows-implement"
13348version = "0.58.0"
13349source = "registry+https://github.com/rust-lang/crates.io-index"
13350checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
13351dependencies = [
13352 "proc-macro2",
13353 "quote",
13354 "syn 2.0.76",
13355]
13356
13357[[package]]
13358name = "windows-interface"
13359version = "0.58.0"
13360source = "registry+https://github.com/rust-lang/crates.io-index"
13361checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
13362dependencies = [
13363 "proc-macro2",
13364 "quote",
13365 "syn 2.0.76",
13366]
13367
13368[[package]]
13369name = "windows-result"
13370version = "0.1.2"
13371source = "registry+https://github.com/rust-lang/crates.io-index"
13372checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
13373dependencies = [
13374 "windows-targets 0.52.6",
13375]
13376
13377[[package]]
13378name = "windows-result"
13379version = "0.2.0"
13380source = "registry+https://github.com/rust-lang/crates.io-index"
13381checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
13382dependencies = [
13383 "windows-targets 0.52.6",
13384]
13385
13386[[package]]
13387name = "windows-strings"
13388version = "0.1.0"
13389source = "registry+https://github.com/rust-lang/crates.io-index"
13390checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
13391dependencies = [
13392 "windows-result 0.2.0",
13393 "windows-targets 0.52.6",
13394]
13395
13396[[package]]
13397name = "windows-sys"
13398version = "0.45.0"
13399source = "registry+https://github.com/rust-lang/crates.io-index"
13400checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
13401dependencies = [
13402 "windows-targets 0.42.2",
13403]
13404
13405[[package]]
13406name = "windows-sys"
13407version = "0.48.0"
13408source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
13410dependencies = [
13411 "windows-targets 0.48.5",
13412]
13413
13414[[package]]
13415name = "windows-sys"
13416version = "0.52.0"
13417source = "registry+https://github.com/rust-lang/crates.io-index"
13418checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
13419dependencies = [
13420 "windows-targets 0.52.6",
13421]
13422
13423[[package]]
13424name = "windows-sys"
13425version = "0.59.0"
13426source = "registry+https://github.com/rust-lang/crates.io-index"
13427checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
13428dependencies = [
13429 "windows-targets 0.52.6",
13430]
13431
13432[[package]]
13433name = "windows-targets"
13434version = "0.42.2"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
13437dependencies = [
13438 "windows_aarch64_gnullvm 0.42.2",
13439 "windows_aarch64_msvc 0.42.2",
13440 "windows_i686_gnu 0.42.2",
13441 "windows_i686_msvc 0.42.2",
13442 "windows_x86_64_gnu 0.42.2",
13443 "windows_x86_64_gnullvm 0.42.2",
13444 "windows_x86_64_msvc 0.42.2",
13445]
13446
13447[[package]]
13448name = "windows-targets"
13449version = "0.48.5"
13450source = "registry+https://github.com/rust-lang/crates.io-index"
13451checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
13452dependencies = [
13453 "windows_aarch64_gnullvm 0.48.5",
13454 "windows_aarch64_msvc 0.48.5",
13455 "windows_i686_gnu 0.48.5",
13456 "windows_i686_msvc 0.48.5",
13457 "windows_x86_64_gnu 0.48.5",
13458 "windows_x86_64_gnullvm 0.48.5",
13459 "windows_x86_64_msvc 0.48.5",
13460]
13461
13462[[package]]
13463name = "windows-targets"
13464version = "0.52.6"
13465source = "registry+https://github.com/rust-lang/crates.io-index"
13466checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
13467dependencies = [
13468 "windows_aarch64_gnullvm 0.52.6",
13469 "windows_aarch64_msvc 0.52.6",
13470 "windows_i686_gnu 0.52.6",
13471 "windows_i686_gnullvm",
13472 "windows_i686_msvc 0.52.6",
13473 "windows_x86_64_gnu 0.52.6",
13474 "windows_x86_64_gnullvm 0.52.6",
13475 "windows_x86_64_msvc 0.52.6",
13476]
13477
13478[[package]]
13479name = "windows_aarch64_gnullvm"
13480version = "0.42.2"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
13483
13484[[package]]
13485name = "windows_aarch64_gnullvm"
13486version = "0.48.5"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
13489
13490[[package]]
13491name = "windows_aarch64_gnullvm"
13492version = "0.52.6"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
13495
13496[[package]]
13497name = "windows_aarch64_msvc"
13498version = "0.42.2"
13499source = "registry+https://github.com/rust-lang/crates.io-index"
13500checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
13501
13502[[package]]
13503name = "windows_aarch64_msvc"
13504version = "0.48.5"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
13507
13508[[package]]
13509name = "windows_aarch64_msvc"
13510version = "0.52.6"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
13513
13514[[package]]
13515name = "windows_i686_gnu"
13516version = "0.42.2"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
13519
13520[[package]]
13521name = "windows_i686_gnu"
13522version = "0.48.5"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
13525
13526[[package]]
13527name = "windows_i686_gnu"
13528version = "0.52.6"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
13531
13532[[package]]
13533name = "windows_i686_gnullvm"
13534version = "0.52.6"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
13537
13538[[package]]
13539name = "windows_i686_msvc"
13540version = "0.42.2"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
13543
13544[[package]]
13545name = "windows_i686_msvc"
13546version = "0.48.5"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
13549
13550[[package]]
13551name = "windows_i686_msvc"
13552version = "0.52.6"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
13555
13556[[package]]
13557name = "windows_x86_64_gnu"
13558version = "0.42.2"
13559source = "registry+https://github.com/rust-lang/crates.io-index"
13560checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
13561
13562[[package]]
13563name = "windows_x86_64_gnu"
13564version = "0.48.5"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
13567
13568[[package]]
13569name = "windows_x86_64_gnu"
13570version = "0.52.6"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
13573
13574[[package]]
13575name = "windows_x86_64_gnullvm"
13576version = "0.42.2"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
13579
13580[[package]]
13581name = "windows_x86_64_gnullvm"
13582version = "0.48.5"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
13585
13586[[package]]
13587name = "windows_x86_64_gnullvm"
13588version = "0.52.6"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
13591
13592[[package]]
13593name = "windows_x86_64_msvc"
13594version = "0.42.2"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
13597
13598[[package]]
13599name = "windows_x86_64_msvc"
13600version = "0.48.5"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
13603
13604[[package]]
13605name = "windows_x86_64_msvc"
13606version = "0.52.6"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
13609
13610[[package]]
13611name = "winnow"
13612version = "0.5.40"
13613source = "registry+https://github.com/rust-lang/crates.io-index"
13614checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
13615dependencies = [
13616 "memchr",
13617]
13618
13619[[package]]
13620name = "winnow"
13621version = "0.6.18"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
13624dependencies = [
13625 "memchr",
13626]
13627
13628[[package]]
13629name = "winreg"
13630version = "0.50.0"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
13633dependencies = [
13634 "cfg-if",
13635 "windows-sys 0.48.0",
13636]
13637
13638[[package]]
13639name = "winreg"
13640version = "0.52.0"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
13643dependencies = [
13644 "cfg-if",
13645 "windows-sys 0.48.0",
13646]
13647
13648[[package]]
13649name = "winresource"
13650version = "0.1.17"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
13653dependencies = [
13654 "toml 0.7.8",
13655 "version_check",
13656]
13657
13658[[package]]
13659name = "winsafe"
13660version = "0.0.19"
13661source = "registry+https://github.com/rust-lang/crates.io-index"
13662checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
13663
13664[[package]]
13665name = "winx"
13666version = "0.36.3"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
13669dependencies = [
13670 "bitflags 2.6.0",
13671 "windows-sys 0.52.0",
13672]
13673
13674[[package]]
13675name = "wio"
13676version = "0.2.2"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
13679dependencies = [
13680 "winapi",
13681]
13682
13683[[package]]
13684name = "wit-bindgen"
13685version = "0.22.0"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
13688dependencies = [
13689 "bitflags 2.6.0",
13690 "wit-bindgen-rt",
13691 "wit-bindgen-rust-macro",
13692]
13693
13694[[package]]
13695name = "wit-bindgen-core"
13696version = "0.22.0"
13697source = "registry+https://github.com/rust-lang/crates.io-index"
13698checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
13699dependencies = [
13700 "anyhow",
13701 "wit-parser 0.201.0",
13702]
13703
13704[[package]]
13705name = "wit-bindgen-rt"
13706version = "0.22.0"
13707source = "registry+https://github.com/rust-lang/crates.io-index"
13708checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
13709
13710[[package]]
13711name = "wit-bindgen-rust"
13712version = "0.22.0"
13713source = "registry+https://github.com/rust-lang/crates.io-index"
13714checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
13715dependencies = [
13716 "anyhow",
13717 "heck 0.4.1",
13718 "indexmap 2.4.0",
13719 "wasm-metadata",
13720 "wit-bindgen-core",
13721 "wit-component",
13722]
13723
13724[[package]]
13725name = "wit-bindgen-rust-macro"
13726version = "0.22.0"
13727source = "registry+https://github.com/rust-lang/crates.io-index"
13728checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
13729dependencies = [
13730 "anyhow",
13731 "proc-macro2",
13732 "quote",
13733 "syn 2.0.76",
13734 "wit-bindgen-core",
13735 "wit-bindgen-rust",
13736]
13737
13738[[package]]
13739name = "wit-component"
13740version = "0.201.0"
13741source = "registry+https://github.com/rust-lang/crates.io-index"
13742checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
13743dependencies = [
13744 "anyhow",
13745 "bitflags 2.6.0",
13746 "indexmap 2.4.0",
13747 "log",
13748 "serde",
13749 "serde_derive",
13750 "serde_json",
13751 "wasm-encoder 0.201.0",
13752 "wasm-metadata",
13753 "wasmparser 0.201.0",
13754 "wit-parser 0.201.0",
13755]
13756
13757[[package]]
13758name = "wit-parser"
13759version = "0.201.0"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
13762dependencies = [
13763 "anyhow",
13764 "id-arena",
13765 "indexmap 2.4.0",
13766 "log",
13767 "semver",
13768 "serde",
13769 "serde_derive",
13770 "serde_json",
13771 "unicode-xid",
13772 "wasmparser 0.201.0",
13773]
13774
13775[[package]]
13776name = "wit-parser"
13777version = "0.207.0"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "78c83dab33a9618d86cfe3563cc864deffd08c17efc5db31a3b7cd1edeffe6e1"
13780dependencies = [
13781 "anyhow",
13782 "id-arena",
13783 "indexmap 2.4.0",
13784 "log",
13785 "semver",
13786 "serde",
13787 "serde_derive",
13788 "serde_json",
13789 "unicode-xid",
13790 "wasmparser 0.207.0",
13791]
13792
13793[[package]]
13794name = "witx"
13795version = "0.9.1"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
13798dependencies = [
13799 "anyhow",
13800 "log",
13801 "thiserror",
13802 "wast",
13803]
13804
13805[[package]]
13806name = "workspace"
13807version = "0.1.0"
13808dependencies = [
13809 "any_vec",
13810 "anyhow",
13811 "async-recursion 1.1.1",
13812 "bincode",
13813 "call",
13814 "client",
13815 "clock",
13816 "collections",
13817 "db",
13818 "derive_more",
13819 "dev_server_projects",
13820 "env_logger",
13821 "fs",
13822 "futures 0.3.30",
13823 "gpui",
13824 "http_client",
13825 "itertools 0.11.0",
13826 "language",
13827 "log",
13828 "node_runtime",
13829 "parking_lot",
13830 "postage",
13831 "project",
13832 "schemars",
13833 "serde",
13834 "serde_json",
13835 "session",
13836 "settings",
13837 "smallvec",
13838 "sqlez",
13839 "task",
13840 "tempfile",
13841 "theme",
13842 "ui",
13843 "util",
13844 "uuid",
13845]
13846
13847[[package]]
13848name = "worktree"
13849version = "0.1.0"
13850dependencies = [
13851 "anyhow",
13852 "clock",
13853 "collections",
13854 "env_logger",
13855 "fs",
13856 "futures 0.3.30",
13857 "fuzzy",
13858 "git",
13859 "git2",
13860 "gpui",
13861 "http_client",
13862 "ignore",
13863 "language",
13864 "log",
13865 "parking_lot",
13866 "paths",
13867 "postage",
13868 "pretty_assertions",
13869 "rand 0.8.5",
13870 "rpc",
13871 "schemars",
13872 "serde",
13873 "serde_json",
13874 "settings",
13875 "smallvec",
13876 "smol",
13877 "sum_tree",
13878 "text",
13879 "util",
13880]
13881
13882[[package]]
13883name = "wyz"
13884version = "0.5.1"
13885source = "registry+https://github.com/rust-lang/crates.io-index"
13886checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
13887dependencies = [
13888 "tap",
13889]
13890
13891[[package]]
13892name = "x11-clipboard"
13893version = "0.9.2"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
13896dependencies = [
13897 "libc",
13898 "x11rb",
13899]
13900
13901[[package]]
13902name = "x11rb"
13903version = "0.13.1"
13904source = "registry+https://github.com/rust-lang/crates.io-index"
13905checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
13906dependencies = [
13907 "as-raw-xcb-connection",
13908 "gethostname",
13909 "libc",
13910 "rustix 0.38.35",
13911 "x11rb-protocol",
13912]
13913
13914[[package]]
13915name = "x11rb-protocol"
13916version = "0.13.1"
13917source = "registry+https://github.com/rust-lang/crates.io-index"
13918checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
13919
13920[[package]]
13921name = "xattr"
13922version = "0.2.3"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
13925dependencies = [
13926 "libc",
13927]
13928
13929[[package]]
13930name = "xcursor"
13931version = "0.3.8"
13932source = "registry+https://github.com/rust-lang/crates.io-index"
13933checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
13934
13935[[package]]
13936name = "xdg-home"
13937version = "1.3.0"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
13940dependencies = [
13941 "libc",
13942 "windows-sys 0.59.0",
13943]
13944
13945[[package]]
13946name = "xim"
13947version = "0.4.0"
13948source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13949dependencies = [
13950 "ahash 0.8.11",
13951 "hashbrown 0.14.5",
13952 "log",
13953 "x11rb",
13954 "xim-ctext",
13955 "xim-parser",
13956]
13957
13958[[package]]
13959name = "xim-ctext"
13960version = "0.3.0"
13961source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13962dependencies = [
13963 "encoding_rs",
13964]
13965
13966[[package]]
13967name = "xim-parser"
13968version = "0.2.1"
13969source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13970dependencies = [
13971 "bitflags 2.6.0",
13972]
13973
13974[[package]]
13975name = "xkbcommon"
13976version = "0.7.0"
13977source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
13978dependencies = [
13979 "as-raw-xcb-connection",
13980 "libc",
13981 "memmap2",
13982 "xkeysym",
13983]
13984
13985[[package]]
13986name = "xkeysym"
13987version = "0.2.1"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
13990
13991[[package]]
13992name = "xml5ever"
13993version = "0.18.1"
13994source = "registry+https://github.com/rust-lang/crates.io-index"
13995checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
13996dependencies = [
13997 "log",
13998 "mac",
13999 "markup5ever",
14000]
14001
14002[[package]]
14003name = "xmlparser"
14004version = "0.13.6"
14005source = "registry+https://github.com/rust-lang/crates.io-index"
14006checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
14007
14008[[package]]
14009name = "xmlwriter"
14010version = "0.1.0"
14011source = "registry+https://github.com/rust-lang/crates.io-index"
14012checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
14013
14014[[package]]
14015name = "xtask"
14016version = "0.1.0"
14017dependencies = [
14018 "anyhow",
14019 "cargo_metadata",
14020 "cargo_toml",
14021 "clap",
14022]
14023
14024[[package]]
14025name = "yansi"
14026version = "0.5.1"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
14029
14030[[package]]
14031name = "yazi"
14032version = "0.1.6"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
14035
14036[[package]]
14037name = "yeslogic-fontconfig-sys"
14038version = "6.0.0"
14039source = "registry+https://github.com/rust-lang/crates.io-index"
14040checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
14041dependencies = [
14042 "dlib",
14043 "once_cell",
14044 "pkg-config",
14045]
14046
14047[[package]]
14048name = "zbus"
14049version = "4.4.0"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
14052dependencies = [
14053 "async-broadcast",
14054 "async-executor",
14055 "async-fs 2.1.2",
14056 "async-io 2.3.4",
14057 "async-lock 3.4.0",
14058 "async-process 2.2.4",
14059 "async-recursion 1.1.1",
14060 "async-task",
14061 "async-trait",
14062 "blocking",
14063 "enumflags2",
14064 "event-listener 5.3.1",
14065 "futures-core",
14066 "futures-sink",
14067 "futures-util",
14068 "hex",
14069 "nix 0.29.0",
14070 "ordered-stream",
14071 "rand 0.8.5",
14072 "serde",
14073 "serde_repr",
14074 "sha1",
14075 "static_assertions",
14076 "tracing",
14077 "uds_windows",
14078 "windows-sys 0.52.0",
14079 "xdg-home",
14080 "zbus_macros",
14081 "zbus_names",
14082 "zvariant",
14083]
14084
14085[[package]]
14086name = "zbus_macros"
14087version = "4.4.0"
14088source = "registry+https://github.com/rust-lang/crates.io-index"
14089checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
14090dependencies = [
14091 "proc-macro-crate",
14092 "proc-macro2",
14093 "quote",
14094 "syn 2.0.76",
14095 "zvariant_utils",
14096]
14097
14098[[package]]
14099name = "zbus_names"
14100version = "3.0.0"
14101source = "registry+https://github.com/rust-lang/crates.io-index"
14102checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
14103dependencies = [
14104 "serde",
14105 "static_assertions",
14106 "zvariant",
14107]
14108
14109[[package]]
14110name = "zed"
14111version = "0.151.1"
14112dependencies = [
14113 "activity_indicator",
14114 "anyhow",
14115 "ashpd",
14116 "assets",
14117 "assistant",
14118 "audio",
14119 "auto_update",
14120 "backtrace",
14121 "breadcrumbs",
14122 "call",
14123 "channel",
14124 "chrono",
14125 "clap",
14126 "cli",
14127 "client",
14128 "collab_ui",
14129 "collections",
14130 "command_palette",
14131 "copilot",
14132 "db",
14133 "dev_server_projects",
14134 "diagnostics",
14135 "editor",
14136 "env_logger",
14137 "extension",
14138 "extensions_ui",
14139 "feedback",
14140 "file_finder",
14141 "file_icons",
14142 "fs",
14143 "futures 0.3.30",
14144 "git",
14145 "git_hosting_providers",
14146 "go_to_line",
14147 "gpui",
14148 "headless",
14149 "http_client",
14150 "image_viewer",
14151 "inline_completion_button",
14152 "install_cli",
14153 "isahc",
14154 "journal",
14155 "language",
14156 "language_model",
14157 "language_selector",
14158 "language_tools",
14159 "languages",
14160 "libc",
14161 "log",
14162 "markdown_preview",
14163 "menu",
14164 "mimalloc",
14165 "nix 0.28.0",
14166 "node_runtime",
14167 "notifications",
14168 "outline",
14169 "outline_panel",
14170 "parking_lot",
14171 "paths",
14172 "performance",
14173 "profiling",
14174 "project",
14175 "project_panel",
14176 "project_symbols",
14177 "quick_action_bar",
14178 "recent_projects",
14179 "release_channel",
14180 "remote",
14181 "repl",
14182 "rope",
14183 "search",
14184 "serde",
14185 "serde_json",
14186 "session",
14187 "settings",
14188 "settings_ui",
14189 "simplelog",
14190 "smol",
14191 "snippet_provider",
14192 "supermaven",
14193 "tab_switcher",
14194 "task",
14195 "tasks_ui",
14196 "telemetry_events",
14197 "terminal_view",
14198 "theme",
14199 "theme_selector",
14200 "time",
14201 "tree-sitter-md",
14202 "tree-sitter-rust",
14203 "ui",
14204 "url",
14205 "urlencoding",
14206 "util",
14207 "uuid",
14208 "vim",
14209 "welcome",
14210 "winresource",
14211 "workspace",
14212 "zed_actions",
14213]
14214
14215[[package]]
14216name = "zed_actions"
14217version = "0.1.0"
14218dependencies = [
14219 "gpui",
14220 "serde",
14221]
14222
14223[[package]]
14224name = "zed_astro"
14225version = "0.1.0"
14226dependencies = [
14227 "serde",
14228 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14229]
14230
14231[[package]]
14232name = "zed_clojure"
14233version = "0.0.3"
14234dependencies = [
14235 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14236]
14237
14238[[package]]
14239name = "zed_csharp"
14240version = "0.0.2"
14241dependencies = [
14242 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14243]
14244
14245[[package]]
14246name = "zed_dart"
14247version = "0.0.3"
14248dependencies = [
14249 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14250]
14251
14252[[package]]
14253name = "zed_deno"
14254version = "0.0.2"
14255dependencies = [
14256 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14257]
14258
14259[[package]]
14260name = "zed_elixir"
14261version = "0.0.9"
14262dependencies = [
14263 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14264]
14265
14266[[package]]
14267name = "zed_elm"
14268version = "0.0.1"
14269dependencies = [
14270 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14271]
14272
14273[[package]]
14274name = "zed_emmet"
14275version = "0.0.3"
14276dependencies = [
14277 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14278]
14279
14280[[package]]
14281name = "zed_erlang"
14282version = "0.0.1"
14283dependencies = [
14284 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14285]
14286
14287[[package]]
14288name = "zed_extension_api"
14289version = "0.1.0"
14290dependencies = [
14291 "serde",
14292 "serde_json",
14293 "wit-bindgen",
14294]
14295
14296[[package]]
14297name = "zed_extension_api"
14298version = "0.1.0"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
14301dependencies = [
14302 "serde",
14303 "serde_json",
14304 "wit-bindgen",
14305]
14306
14307[[package]]
14308name = "zed_gleam"
14309version = "0.2.0"
14310dependencies = [
14311 "html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14312 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14313]
14314
14315[[package]]
14316name = "zed_glsl"
14317version = "0.1.0"
14318dependencies = [
14319 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14320]
14321
14322[[package]]
14323name = "zed_haskell"
14324version = "0.1.1"
14325dependencies = [
14326 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14327]
14328
14329[[package]]
14330name = "zed_html"
14331version = "0.1.2"
14332dependencies = [
14333 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14334]
14335
14336[[package]]
14337name = "zed_lua"
14338version = "0.0.3"
14339dependencies = [
14340 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14341]
14342
14343[[package]]
14344name = "zed_ocaml"
14345version = "0.0.2"
14346dependencies = [
14347 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14348]
14349
14350[[package]]
14351name = "zed_php"
14352version = "0.1.3"
14353dependencies = [
14354 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14355]
14356
14357[[package]]
14358name = "zed_prisma"
14359version = "0.0.3"
14360dependencies = [
14361 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14362]
14363
14364[[package]]
14365name = "zed_purescript"
14366version = "0.0.1"
14367dependencies = [
14368 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14369]
14370
14371[[package]]
14372name = "zed_ruby"
14373version = "0.1.0"
14374dependencies = [
14375 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14376]
14377
14378[[package]]
14379name = "zed_ruff"
14380version = "0.0.2"
14381dependencies = [
14382 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14383]
14384
14385[[package]]
14386name = "zed_snippets"
14387version = "0.0.5"
14388dependencies = [
14389 "serde_json",
14390 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14391]
14392
14393[[package]]
14394name = "zed_svelte"
14395version = "0.0.3"
14396dependencies = [
14397 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14398]
14399
14400[[package]]
14401name = "zed_terraform"
14402version = "0.0.4"
14403dependencies = [
14404 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14405]
14406
14407[[package]]
14408name = "zed_test_extension"
14409version = "0.1.0"
14410dependencies = [
14411 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14412]
14413
14414[[package]]
14415name = "zed_toml"
14416version = "0.1.1"
14417dependencies = [
14418 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14419]
14420
14421[[package]]
14422name = "zed_uiua"
14423version = "0.0.1"
14424dependencies = [
14425 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14426]
14427
14428[[package]]
14429name = "zed_vue"
14430version = "0.1.0"
14431dependencies = [
14432 "serde",
14433 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14434]
14435
14436[[package]]
14437name = "zed_zig"
14438version = "0.3.0"
14439dependencies = [
14440 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14441]
14442
14443[[package]]
14444name = "zeno"
14445version = "0.2.3"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
14448
14449[[package]]
14450name = "zerocopy"
14451version = "0.7.35"
14452source = "registry+https://github.com/rust-lang/crates.io-index"
14453checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
14454dependencies = [
14455 "byteorder",
14456 "zerocopy-derive",
14457]
14458
14459[[package]]
14460name = "zerocopy-derive"
14461version = "0.7.35"
14462source = "registry+https://github.com/rust-lang/crates.io-index"
14463checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
14464dependencies = [
14465 "proc-macro2",
14466 "quote",
14467 "syn 2.0.76",
14468]
14469
14470[[package]]
14471name = "zeroize"
14472version = "1.8.1"
14473source = "registry+https://github.com/rust-lang/crates.io-index"
14474checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
14475dependencies = [
14476 "zeroize_derive",
14477]
14478
14479[[package]]
14480name = "zeroize_derive"
14481version = "1.4.2"
14482source = "registry+https://github.com/rust-lang/crates.io-index"
14483checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
14484dependencies = [
14485 "proc-macro2",
14486 "quote",
14487 "syn 2.0.76",
14488]
14489
14490[[package]]
14491name = "zeromq"
14492version = "0.4.0"
14493source = "registry+https://github.com/rust-lang/crates.io-index"
14494checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
14495dependencies = [
14496 "async-dispatcher",
14497 "async-std",
14498 "async-trait",
14499 "asynchronous-codec",
14500 "bytes 1.7.1",
14501 "crossbeam-queue",
14502 "dashmap 5.5.3",
14503 "futures-channel",
14504 "futures-io",
14505 "futures-task",
14506 "futures-util",
14507 "log",
14508 "num-traits",
14509 "once_cell",
14510 "parking_lot",
14511 "rand 0.8.5",
14512 "regex",
14513 "thiserror",
14514 "uuid",
14515]
14516
14517[[package]]
14518name = "zstd"
14519version = "0.11.2+zstd.1.5.2"
14520source = "registry+https://github.com/rust-lang/crates.io-index"
14521checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
14522dependencies = [
14523 "zstd-safe",
14524]
14525
14526[[package]]
14527name = "zstd-safe"
14528version = "5.0.2+zstd.1.5.2"
14529source = "registry+https://github.com/rust-lang/crates.io-index"
14530checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
14531dependencies = [
14532 "libc",
14533 "zstd-sys",
14534]
14535
14536[[package]]
14537name = "zstd-sys"
14538version = "2.0.13+zstd.1.5.6"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
14541dependencies = [
14542 "cc",
14543 "pkg-config",
14544]
14545
14546[[package]]
14547name = "zune-core"
14548version = "0.4.12"
14549source = "registry+https://github.com/rust-lang/crates.io-index"
14550checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
14551
14552[[package]]
14553name = "zune-inflate"
14554version = "0.2.54"
14555source = "registry+https://github.com/rust-lang/crates.io-index"
14556checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
14557dependencies = [
14558 "simd-adler32",
14559]
14560
14561[[package]]
14562name = "zune-jpeg"
14563version = "0.4.13"
14564source = "registry+https://github.com/rust-lang/crates.io-index"
14565checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
14566dependencies = [
14567 "zune-core",
14568]
14569
14570[[package]]
14571name = "zvariant"
14572version = "4.2.0"
14573source = "registry+https://github.com/rust-lang/crates.io-index"
14574checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
14575dependencies = [
14576 "endi",
14577 "enumflags2",
14578 "serde",
14579 "static_assertions",
14580 "url",
14581 "zvariant_derive",
14582]
14583
14584[[package]]
14585name = "zvariant_derive"
14586version = "4.2.0"
14587source = "registry+https://github.com/rust-lang/crates.io-index"
14588checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
14589dependencies = [
14590 "proc-macro-crate",
14591 "proc-macro2",
14592 "quote",
14593 "syn 2.0.76",
14594 "zvariant_utils",
14595]
14596
14597[[package]]
14598name = "zvariant_utils"
14599version = "2.1.0"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
14602dependencies = [
14603 "proc-macro2",
14604 "quote",
14605 "syn 2.0.76",
14606]