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