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 = "evals"
4005version = "0.1.0"
4006dependencies = [
4007 "anyhow",
4008 "clap",
4009 "client",
4010 "clock",
4011 "collections",
4012 "env_logger",
4013 "feature_flags",
4014 "fs",
4015 "git",
4016 "gpui",
4017 "http_client",
4018 "language",
4019 "languages",
4020 "node_runtime",
4021 "open_ai",
4022 "project",
4023 "semantic_index",
4024 "serde",
4025 "serde_json",
4026 "settings",
4027 "smol",
4028]
4029
4030[[package]]
4031name = "event-listener"
4032version = "2.5.3"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4035
4036[[package]]
4037name = "event-listener"
4038version = "3.1.0"
4039source = "registry+https://github.com/rust-lang/crates.io-index"
4040checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4041dependencies = [
4042 "concurrent-queue",
4043 "parking",
4044 "pin-project-lite",
4045]
4046
4047[[package]]
4048name = "event-listener"
4049version = "5.3.1"
4050source = "registry+https://github.com/rust-lang/crates.io-index"
4051checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4052dependencies = [
4053 "concurrent-queue",
4054 "parking",
4055 "pin-project-lite",
4056]
4057
4058[[package]]
4059name = "event-listener-strategy"
4060version = "0.5.2"
4061source = "registry+https://github.com/rust-lang/crates.io-index"
4062checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
4063dependencies = [
4064 "event-listener 5.3.1",
4065 "pin-project-lite",
4066]
4067
4068[[package]]
4069name = "exec"
4070version = "0.3.1"
4071source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4073dependencies = [
4074 "errno 0.2.8",
4075 "libc",
4076]
4077
4078[[package]]
4079name = "exr"
4080version = "1.72.0"
4081source = "registry+https://github.com/rust-lang/crates.io-index"
4082checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
4083dependencies = [
4084 "bit_field",
4085 "flume",
4086 "half",
4087 "lebe",
4088 "miniz_oxide 0.7.4",
4089 "rayon-core",
4090 "smallvec",
4091 "zune-inflate",
4092]
4093
4094[[package]]
4095name = "extension"
4096version = "0.1.0"
4097dependencies = [
4098 "anyhow",
4099 "assistant_slash_command",
4100 "async-compression",
4101 "async-tar",
4102 "async-trait",
4103 "client",
4104 "collections",
4105 "ctor",
4106 "env_logger",
4107 "fs",
4108 "futures 0.3.30",
4109 "gpui",
4110 "http_client",
4111 "indexed_docs",
4112 "isahc",
4113 "language",
4114 "log",
4115 "lsp",
4116 "node_runtime",
4117 "parking_lot",
4118 "paths",
4119 "project",
4120 "release_channel",
4121 "schemars",
4122 "semantic_version",
4123 "serde",
4124 "serde_json",
4125 "serde_json_lenient",
4126 "settings",
4127 "snippet_provider",
4128 "task",
4129 "theme",
4130 "toml 0.8.19",
4131 "ui",
4132 "url",
4133 "util",
4134 "wasm-encoder 0.215.0",
4135 "wasmparser 0.215.0",
4136 "wasmtime",
4137 "wasmtime-wasi",
4138 "wit-component",
4139 "workspace",
4140]
4141
4142[[package]]
4143name = "extension_cli"
4144version = "0.1.0"
4145dependencies = [
4146 "anyhow",
4147 "clap",
4148 "env_logger",
4149 "extension",
4150 "fs",
4151 "http_client",
4152 "language",
4153 "log",
4154 "rpc",
4155 "serde",
4156 "serde_json",
4157 "theme",
4158 "tokio",
4159 "toml 0.8.19",
4160 "tree-sitter",
4161 "wasmtime",
4162]
4163
4164[[package]]
4165name = "extensions_ui"
4166version = "0.1.0"
4167dependencies = [
4168 "anyhow",
4169 "client",
4170 "collections",
4171 "db",
4172 "editor",
4173 "extension",
4174 "fs",
4175 "fuzzy",
4176 "gpui",
4177 "language",
4178 "num-format",
4179 "picker",
4180 "project",
4181 "release_channel",
4182 "semantic_version",
4183 "serde",
4184 "settings",
4185 "smallvec",
4186 "theme",
4187 "theme_selector",
4188 "ui",
4189 "util",
4190 "vim",
4191 "workspace",
4192]
4193
4194[[package]]
4195name = "fallible-iterator"
4196version = "0.3.0"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4199
4200[[package]]
4201name = "fancy-regex"
4202version = "0.12.0"
4203source = "registry+https://github.com/rust-lang/crates.io-index"
4204checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
4205dependencies = [
4206 "bit-set 0.5.3",
4207 "regex",
4208]
4209
4210[[package]]
4211name = "fast-srgb8"
4212version = "1.0.0"
4213source = "registry+https://github.com/rust-lang/crates.io-index"
4214checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4215
4216[[package]]
4217name = "fastrand"
4218version = "1.9.0"
4219source = "registry+https://github.com/rust-lang/crates.io-index"
4220checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4221dependencies = [
4222 "instant",
4223]
4224
4225[[package]]
4226name = "fastrand"
4227version = "2.1.1"
4228source = "registry+https://github.com/rust-lang/crates.io-index"
4229checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
4230
4231[[package]]
4232name = "fd-lock"
4233version = "4.0.2"
4234source = "registry+https://github.com/rust-lang/crates.io-index"
4235checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4236dependencies = [
4237 "cfg-if",
4238 "rustix 0.38.35",
4239 "windows-sys 0.52.0",
4240]
4241
4242[[package]]
4243name = "fdeflate"
4244version = "0.3.4"
4245source = "registry+https://github.com/rust-lang/crates.io-index"
4246checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
4247dependencies = [
4248 "simd-adler32",
4249]
4250
4251[[package]]
4252name = "feature_flags"
4253version = "0.1.0"
4254dependencies = [
4255 "futures 0.3.30",
4256 "gpui",
4257]
4258
4259[[package]]
4260name = "feedback"
4261version = "0.1.0"
4262dependencies = [
4263 "anyhow",
4264 "bitflags 2.6.0",
4265 "client",
4266 "db",
4267 "editor",
4268 "futures 0.3.30",
4269 "gpui",
4270 "http_client",
4271 "human_bytes",
4272 "isahc",
4273 "language",
4274 "log",
4275 "menu",
4276 "project",
4277 "regex",
4278 "release_channel",
4279 "serde",
4280 "serde_derive",
4281 "serde_json",
4282 "smol",
4283 "sysinfo",
4284 "ui",
4285 "urlencoding",
4286 "util",
4287 "workspace",
4288]
4289
4290[[package]]
4291name = "ff"
4292version = "0.12.1"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4295dependencies = [
4296 "rand_core 0.6.4",
4297 "subtle",
4298]
4299
4300[[package]]
4301name = "file_finder"
4302version = "0.1.0"
4303dependencies = [
4304 "anyhow",
4305 "collections",
4306 "ctor",
4307 "editor",
4308 "env_logger",
4309 "futures 0.3.30",
4310 "fuzzy",
4311 "gpui",
4312 "language",
4313 "menu",
4314 "picker",
4315 "project",
4316 "serde",
4317 "serde_json",
4318 "settings",
4319 "text",
4320 "theme",
4321 "ui",
4322 "util",
4323 "workspace",
4324]
4325
4326[[package]]
4327name = "file_icons"
4328version = "0.1.0"
4329dependencies = [
4330 "collections",
4331 "gpui",
4332 "serde",
4333 "serde_derive",
4334 "serde_json",
4335 "util",
4336]
4337
4338[[package]]
4339name = "filedescriptor"
4340version = "0.8.2"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4343dependencies = [
4344 "libc",
4345 "thiserror",
4346 "winapi",
4347]
4348
4349[[package]]
4350name = "filetime"
4351version = "0.2.25"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4354dependencies = [
4355 "cfg-if",
4356 "libc",
4357 "libredox",
4358 "windows-sys 0.59.0",
4359]
4360
4361[[package]]
4362name = "fixedbitset"
4363version = "0.4.2"
4364source = "registry+https://github.com/rust-lang/crates.io-index"
4365checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4366
4367[[package]]
4368name = "flate2"
4369version = "1.0.33"
4370source = "registry+https://github.com/rust-lang/crates.io-index"
4371checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
4372dependencies = [
4373 "crc32fast",
4374 "miniz_oxide 0.8.0",
4375]
4376
4377[[package]]
4378name = "float-cmp"
4379version = "0.9.0"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4382
4383[[package]]
4384name = "float-ord"
4385version = "0.3.2"
4386source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4388
4389[[package]]
4390name = "flume"
4391version = "0.11.0"
4392source = "registry+https://github.com/rust-lang/crates.io-index"
4393checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
4394dependencies = [
4395 "futures-core",
4396 "futures-sink",
4397 "nanorand",
4398 "spin",
4399]
4400
4401[[package]]
4402name = "fnv"
4403version = "1.0.7"
4404source = "registry+https://github.com/rust-lang/crates.io-index"
4405checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4406
4407[[package]]
4408name = "font-kit"
4409version = "0.14.1"
4410source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4411dependencies = [
4412 "bitflags 2.6.0",
4413 "byteorder",
4414 "core-foundation 0.9.4",
4415 "core-graphics 0.23.2",
4416 "core-text",
4417 "dirs 5.0.1",
4418 "dwrote",
4419 "float-ord",
4420 "freetype-sys",
4421 "lazy_static",
4422 "libc",
4423 "log",
4424 "pathfinder_geometry",
4425 "pathfinder_simd",
4426 "walkdir",
4427 "winapi",
4428 "yeslogic-fontconfig-sys",
4429]
4430
4431[[package]]
4432name = "font-types"
4433version = "0.6.0"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60"
4436dependencies = [
4437 "bytemuck",
4438]
4439
4440[[package]]
4441name = "fontconfig-parser"
4442version = "0.5.7"
4443source = "registry+https://github.com/rust-lang/crates.io-index"
4444checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4445dependencies = [
4446 "roxmltree 0.20.0",
4447]
4448
4449[[package]]
4450name = "fontdb"
4451version = "0.18.0"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4454dependencies = [
4455 "fontconfig-parser",
4456 "log",
4457 "memmap2",
4458 "slotmap",
4459 "tinyvec",
4460 "ttf-parser",
4461]
4462
4463[[package]]
4464name = "foreign-types"
4465version = "0.3.2"
4466source = "registry+https://github.com/rust-lang/crates.io-index"
4467checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4468dependencies = [
4469 "foreign-types-shared 0.1.1",
4470]
4471
4472[[package]]
4473name = "foreign-types"
4474version = "0.5.0"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4477dependencies = [
4478 "foreign-types-macros",
4479 "foreign-types-shared 0.3.1",
4480]
4481
4482[[package]]
4483name = "foreign-types-macros"
4484version = "0.2.3"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4487dependencies = [
4488 "proc-macro2",
4489 "quote",
4490 "syn 2.0.76",
4491]
4492
4493[[package]]
4494name = "foreign-types-shared"
4495version = "0.1.1"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4498
4499[[package]]
4500name = "foreign-types-shared"
4501version = "0.3.1"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4504
4505[[package]]
4506name = "fork"
4507version = "0.2.0"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4510dependencies = [
4511 "libc",
4512]
4513
4514[[package]]
4515name = "form_urlencoded"
4516version = "1.2.1"
4517source = "registry+https://github.com/rust-lang/crates.io-index"
4518checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4519dependencies = [
4520 "percent-encoding",
4521]
4522
4523[[package]]
4524name = "freetype-sys"
4525version = "0.20.1"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4528dependencies = [
4529 "cc",
4530 "libc",
4531 "pkg-config",
4532]
4533
4534[[package]]
4535name = "fs"
4536version = "0.1.0"
4537dependencies = [
4538 "anyhow",
4539 "ashpd",
4540 "async-tar",
4541 "async-trait",
4542 "cocoa 0.26.0",
4543 "collections",
4544 "fsevent",
4545 "futures 0.3.30",
4546 "git",
4547 "git2",
4548 "gpui",
4549 "libc",
4550 "notify",
4551 "objc",
4552 "parking_lot",
4553 "paths",
4554 "rope",
4555 "serde",
4556 "serde_json",
4557 "smol",
4558 "tempfile",
4559 "text",
4560 "time",
4561 "util",
4562 "windows 0.58.0",
4563]
4564
4565[[package]]
4566name = "fs-set-times"
4567version = "0.20.1"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
4570dependencies = [
4571 "io-lifetimes 2.0.3",
4572 "rustix 0.38.35",
4573 "windows-sys 0.52.0",
4574]
4575
4576[[package]]
4577name = "fsevent"
4578version = "0.1.0"
4579dependencies = [
4580 "bitflags 2.6.0",
4581 "core-foundation 0.9.4",
4582 "fsevent-sys 3.1.0",
4583 "parking_lot",
4584 "tempfile",
4585]
4586
4587[[package]]
4588name = "fsevent-sys"
4589version = "3.1.0"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4592dependencies = [
4593 "libc",
4594]
4595
4596[[package]]
4597name = "fsevent-sys"
4598version = "4.1.0"
4599source = "registry+https://github.com/rust-lang/crates.io-index"
4600checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4601dependencies = [
4602 "libc",
4603]
4604
4605[[package]]
4606name = "funty"
4607version = "2.0.0"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4610
4611[[package]]
4612name = "futf"
4613version = "0.1.5"
4614source = "registry+https://github.com/rust-lang/crates.io-index"
4615checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4616dependencies = [
4617 "mac",
4618 "new_debug_unreachable",
4619]
4620
4621[[package]]
4622name = "futures"
4623version = "0.1.31"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4626
4627[[package]]
4628name = "futures"
4629version = "0.3.30"
4630source = "registry+https://github.com/rust-lang/crates.io-index"
4631checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
4632dependencies = [
4633 "futures-channel",
4634 "futures-core",
4635 "futures-executor",
4636 "futures-io",
4637 "futures-sink",
4638 "futures-task",
4639 "futures-util",
4640]
4641
4642[[package]]
4643name = "futures-batch"
4644version = "0.6.1"
4645source = "registry+https://github.com/rust-lang/crates.io-index"
4646checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4647dependencies = [
4648 "futures 0.3.30",
4649 "futures-timer",
4650 "pin-utils",
4651]
4652
4653[[package]]
4654name = "futures-channel"
4655version = "0.3.30"
4656source = "registry+https://github.com/rust-lang/crates.io-index"
4657checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
4658dependencies = [
4659 "futures-core",
4660 "futures-sink",
4661]
4662
4663[[package]]
4664name = "futures-core"
4665version = "0.3.30"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
4668
4669[[package]]
4670name = "futures-executor"
4671version = "0.3.30"
4672source = "registry+https://github.com/rust-lang/crates.io-index"
4673checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
4674dependencies = [
4675 "futures-core",
4676 "futures-task",
4677 "futures-util",
4678]
4679
4680[[package]]
4681name = "futures-intrusive"
4682version = "0.5.0"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4685dependencies = [
4686 "futures-core",
4687 "lock_api",
4688 "parking_lot",
4689]
4690
4691[[package]]
4692name = "futures-io"
4693version = "0.3.30"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
4696
4697[[package]]
4698name = "futures-lite"
4699version = "1.13.0"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4702dependencies = [
4703 "fastrand 1.9.0",
4704 "futures-core",
4705 "futures-io",
4706 "memchr",
4707 "parking",
4708 "pin-project-lite",
4709 "waker-fn",
4710]
4711
4712[[package]]
4713name = "futures-lite"
4714version = "2.3.0"
4715source = "registry+https://github.com/rust-lang/crates.io-index"
4716checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
4717dependencies = [
4718 "fastrand 2.1.1",
4719 "futures-core",
4720 "futures-io",
4721 "parking",
4722 "pin-project-lite",
4723]
4724
4725[[package]]
4726name = "futures-macro"
4727version = "0.3.30"
4728source = "registry+https://github.com/rust-lang/crates.io-index"
4729checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
4730dependencies = [
4731 "proc-macro2",
4732 "quote",
4733 "syn 2.0.76",
4734]
4735
4736[[package]]
4737name = "futures-sink"
4738version = "0.3.30"
4739source = "registry+https://github.com/rust-lang/crates.io-index"
4740checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
4741
4742[[package]]
4743name = "futures-task"
4744version = "0.3.30"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
4747
4748[[package]]
4749name = "futures-timer"
4750version = "3.0.3"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4753
4754[[package]]
4755name = "futures-util"
4756version = "0.3.30"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
4759dependencies = [
4760 "futures 0.1.31",
4761 "futures-channel",
4762 "futures-core",
4763 "futures-io",
4764 "futures-macro",
4765 "futures-sink",
4766 "futures-task",
4767 "memchr",
4768 "pin-project-lite",
4769 "pin-utils",
4770 "slab",
4771 "tokio-io",
4772]
4773
4774[[package]]
4775name = "fuzzy"
4776version = "0.1.0"
4777dependencies = [
4778 "gpui",
4779 "util",
4780]
4781
4782[[package]]
4783name = "fuzzy-matcher"
4784version = "0.3.7"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4787dependencies = [
4788 "thread_local",
4789]
4790
4791[[package]]
4792name = "generic-array"
4793version = "0.14.7"
4794source = "registry+https://github.com/rust-lang/crates.io-index"
4795checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4796dependencies = [
4797 "typenum",
4798 "version_check",
4799]
4800
4801[[package]]
4802name = "gethostname"
4803version = "0.4.3"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4806dependencies = [
4807 "libc",
4808 "windows-targets 0.48.5",
4809]
4810
4811[[package]]
4812name = "getrandom"
4813version = "0.1.16"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4816dependencies = [
4817 "cfg-if",
4818 "libc",
4819 "wasi 0.9.0+wasi-snapshot-preview1",
4820]
4821
4822[[package]]
4823name = "getrandom"
4824version = "0.2.15"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
4827dependencies = [
4828 "cfg-if",
4829 "js-sys",
4830 "libc",
4831 "wasi 0.11.0+wasi-snapshot-preview1",
4832 "wasm-bindgen",
4833]
4834
4835[[package]]
4836name = "gif"
4837version = "0.13.1"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
4839checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
4840dependencies = [
4841 "color_quant",
4842 "weezl",
4843]
4844
4845[[package]]
4846name = "gimli"
4847version = "0.29.0"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
4850dependencies = [
4851 "fallible-iterator",
4852 "indexmap 2.4.0",
4853 "stable_deref_trait",
4854]
4855
4856[[package]]
4857name = "git"
4858version = "0.1.0"
4859dependencies = [
4860 "anyhow",
4861 "async-trait",
4862 "clock",
4863 "collections",
4864 "derive_more",
4865 "git2",
4866 "gpui",
4867 "http_client",
4868 "log",
4869 "parking_lot",
4870 "pretty_assertions",
4871 "rope",
4872 "serde",
4873 "serde_json",
4874 "smol",
4875 "sum_tree",
4876 "text",
4877 "time",
4878 "unindent",
4879 "url",
4880 "util",
4881 "windows 0.58.0",
4882]
4883
4884[[package]]
4885name = "git2"
4886version = "0.19.0"
4887source = "registry+https://github.com/rust-lang/crates.io-index"
4888checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
4889dependencies = [
4890 "bitflags 2.6.0",
4891 "libc",
4892 "libgit2-sys",
4893 "log",
4894 "url",
4895]
4896
4897[[package]]
4898name = "git_hosting_providers"
4899version = "0.1.0"
4900dependencies = [
4901 "anyhow",
4902 "async-trait",
4903 "futures 0.3.30",
4904 "git",
4905 "gpui",
4906 "http_client",
4907 "isahc",
4908 "pretty_assertions",
4909 "regex",
4910 "serde",
4911 "serde_json",
4912 "unindent",
4913 "url",
4914]
4915
4916[[package]]
4917name = "glob"
4918version = "0.3.1"
4919source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4921
4922[[package]]
4923name = "globset"
4924version = "0.4.14"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
4927dependencies = [
4928 "aho-corasick",
4929 "bstr",
4930 "log",
4931 "regex-automata 0.4.7",
4932 "regex-syntax 0.8.4",
4933]
4934
4935[[package]]
4936name = "gloo-timers"
4937version = "0.2.6"
4938source = "registry+https://github.com/rust-lang/crates.io-index"
4939checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
4940dependencies = [
4941 "futures-channel",
4942 "futures-core",
4943 "js-sys",
4944 "wasm-bindgen",
4945]
4946
4947[[package]]
4948name = "glow"
4949version = "0.14.0"
4950source = "registry+https://github.com/rust-lang/crates.io-index"
4951checksum = "f865cbd94bd355b89611211e49508da98a1fce0ad755c1e8448fb96711b24528"
4952dependencies = [
4953 "js-sys",
4954 "slotmap",
4955 "wasm-bindgen",
4956 "web-sys",
4957]
4958
4959[[package]]
4960name = "go_to_line"
4961version = "0.1.0"
4962dependencies = [
4963 "anyhow",
4964 "editor",
4965 "gpui",
4966 "indoc",
4967 "language",
4968 "menu",
4969 "project",
4970 "rope",
4971 "schemars",
4972 "serde",
4973 "serde_json",
4974 "settings",
4975 "text",
4976 "theme",
4977 "tree-sitter-rust",
4978 "tree-sitter-typescript",
4979 "ui",
4980 "util",
4981 "workspace",
4982]
4983
4984[[package]]
4985name = "google_ai"
4986version = "0.1.0"
4987dependencies = [
4988 "anyhow",
4989 "futures 0.3.30",
4990 "http_client",
4991 "isahc",
4992 "schemars",
4993 "serde",
4994 "serde_json",
4995 "strum 0.25.0",
4996]
4997
4998[[package]]
4999name = "gpu-alloc"
5000version = "0.6.0"
5001source = "registry+https://github.com/rust-lang/crates.io-index"
5002checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5003dependencies = [
5004 "bitflags 2.6.0",
5005 "gpu-alloc-types",
5006]
5007
5008[[package]]
5009name = "gpu-alloc-ash"
5010version = "0.7.0"
5011source = "registry+https://github.com/rust-lang/crates.io-index"
5012checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5013dependencies = [
5014 "ash",
5015 "gpu-alloc-types",
5016 "tinyvec",
5017]
5018
5019[[package]]
5020name = "gpu-alloc-types"
5021version = "0.3.0"
5022source = "registry+https://github.com/rust-lang/crates.io-index"
5023checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5024dependencies = [
5025 "bitflags 2.6.0",
5026]
5027
5028[[package]]
5029name = "gpui"
5030version = "0.1.0"
5031dependencies = [
5032 "anyhow",
5033 "as-raw-xcb-connection",
5034 "ashpd",
5035 "async-task",
5036 "backtrace",
5037 "bindgen 0.70.1",
5038 "blade-graphics",
5039 "blade-macros",
5040 "blade-util",
5041 "block",
5042 "bytemuck",
5043 "calloop",
5044 "calloop-wayland-source",
5045 "cbindgen",
5046 "cocoa 0.26.0",
5047 "collections",
5048 "core-foundation 0.9.4",
5049 "core-foundation-sys",
5050 "core-graphics 0.23.2",
5051 "core-text",
5052 "cosmic-text",
5053 "ctor",
5054 "derive_more",
5055 "embed-resource",
5056 "env_logger",
5057 "etagere",
5058 "filedescriptor",
5059 "flume",
5060 "font-kit",
5061 "foreign-types 0.5.0",
5062 "futures 0.3.30",
5063 "gpui_macros",
5064 "http_client",
5065 "image",
5066 "itertools 0.13.0",
5067 "linkme",
5068 "log",
5069 "media",
5070 "metal",
5071 "num_cpus",
5072 "objc",
5073 "oo7",
5074 "open",
5075 "parking",
5076 "parking_lot",
5077 "pathfinder_geometry",
5078 "postage",
5079 "profiling",
5080 "rand 0.8.5",
5081 "raw-window-handle",
5082 "refineable",
5083 "resvg",
5084 "schemars",
5085 "seahash",
5086 "semantic_version",
5087 "serde",
5088 "serde_derive",
5089 "serde_json",
5090 "slotmap",
5091 "smallvec",
5092 "smol",
5093 "strum 0.25.0",
5094 "sum_tree",
5095 "taffy",
5096 "thiserror",
5097 "unicode-segmentation",
5098 "usvg",
5099 "util",
5100 "uuid",
5101 "waker-fn",
5102 "wayland-backend",
5103 "wayland-client",
5104 "wayland-cursor",
5105 "wayland-protocols",
5106 "wayland-protocols-plasma",
5107 "windows 0.58.0",
5108 "windows-core 0.58.0",
5109 "x11-clipboard",
5110 "x11rb",
5111 "xim",
5112 "xkbcommon",
5113]
5114
5115[[package]]
5116name = "gpui_macros"
5117version = "0.1.0"
5118dependencies = [
5119 "proc-macro2",
5120 "quote",
5121 "syn 1.0.109",
5122]
5123
5124[[package]]
5125name = "grid"
5126version = "0.13.0"
5127source = "registry+https://github.com/rust-lang/crates.io-index"
5128checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5129
5130[[package]]
5131name = "group"
5132version = "0.12.1"
5133source = "registry+https://github.com/rust-lang/crates.io-index"
5134checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5135dependencies = [
5136 "ff",
5137 "rand_core 0.6.4",
5138 "subtle",
5139]
5140
5141[[package]]
5142name = "h2"
5143version = "0.3.26"
5144source = "registry+https://github.com/rust-lang/crates.io-index"
5145checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5146dependencies = [
5147 "bytes 1.7.1",
5148 "fnv",
5149 "futures-core",
5150 "futures-sink",
5151 "futures-util",
5152 "http 0.2.12",
5153 "indexmap 2.4.0",
5154 "slab",
5155 "tokio",
5156 "tokio-util",
5157 "tracing",
5158]
5159
5160[[package]]
5161name = "half"
5162version = "2.4.1"
5163source = "registry+https://github.com/rust-lang/crates.io-index"
5164checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5165dependencies = [
5166 "cfg-if",
5167 "crunchy",
5168]
5169
5170[[package]]
5171name = "handlebars"
5172version = "4.5.0"
5173source = "registry+https://github.com/rust-lang/crates.io-index"
5174checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5175dependencies = [
5176 "log",
5177 "pest",
5178 "pest_derive",
5179 "serde",
5180 "serde_json",
5181 "thiserror",
5182]
5183
5184[[package]]
5185name = "handlebars"
5186version = "5.1.2"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
5189dependencies = [
5190 "log",
5191 "pest",
5192 "pest_derive",
5193 "serde",
5194 "serde_json",
5195 "thiserror",
5196]
5197
5198[[package]]
5199name = "hashbrown"
5200version = "0.12.3"
5201source = "registry+https://github.com/rust-lang/crates.io-index"
5202checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5203dependencies = [
5204 "ahash 0.7.8",
5205]
5206
5207[[package]]
5208name = "hashbrown"
5209version = "0.13.2"
5210source = "registry+https://github.com/rust-lang/crates.io-index"
5211checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5212dependencies = [
5213 "ahash 0.8.11",
5214]
5215
5216[[package]]
5217name = "hashbrown"
5218version = "0.14.5"
5219source = "registry+https://github.com/rust-lang/crates.io-index"
5220checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5221dependencies = [
5222 "ahash 0.8.11",
5223 "allocator-api2",
5224 "serde",
5225]
5226
5227[[package]]
5228name = "hashlink"
5229version = "0.9.1"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5232dependencies = [
5233 "hashbrown 0.14.5",
5234]
5235
5236[[package]]
5237name = "headers"
5238version = "0.3.9"
5239source = "registry+https://github.com/rust-lang/crates.io-index"
5240checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5241dependencies = [
5242 "base64 0.21.7",
5243 "bytes 1.7.1",
5244 "headers-core",
5245 "http 0.2.12",
5246 "httpdate",
5247 "mime",
5248 "sha1",
5249]
5250
5251[[package]]
5252name = "headers-core"
5253version = "0.2.0"
5254source = "registry+https://github.com/rust-lang/crates.io-index"
5255checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5256dependencies = [
5257 "http 0.2.12",
5258]
5259
5260[[package]]
5261name = "headless"
5262version = "0.1.0"
5263dependencies = [
5264 "anyhow",
5265 "client",
5266 "extension",
5267 "fs",
5268 "futures 0.3.30",
5269 "gpui",
5270 "language",
5271 "log",
5272 "node_runtime",
5273 "postage",
5274 "project",
5275 "rpc",
5276 "settings",
5277 "shellexpand 2.1.2",
5278 "signal-hook",
5279 "util",
5280]
5281
5282[[package]]
5283name = "heck"
5284version = "0.3.3"
5285source = "registry+https://github.com/rust-lang/crates.io-index"
5286checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5287dependencies = [
5288 "unicode-segmentation",
5289]
5290
5291[[package]]
5292name = "heck"
5293version = "0.4.1"
5294source = "registry+https://github.com/rust-lang/crates.io-index"
5295checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5296dependencies = [
5297 "unicode-segmentation",
5298]
5299
5300[[package]]
5301name = "heck"
5302version = "0.5.0"
5303source = "registry+https://github.com/rust-lang/crates.io-index"
5304checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5305
5306[[package]]
5307name = "heed"
5308version = "0.20.5"
5309source = "registry+https://github.com/rust-lang/crates.io-index"
5310checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
5311dependencies = [
5312 "bitflags 2.6.0",
5313 "byteorder",
5314 "heed-traits",
5315 "heed-types",
5316 "libc",
5317 "lmdb-master-sys",
5318 "once_cell",
5319 "page_size",
5320 "serde",
5321 "synchronoise",
5322 "url",
5323]
5324
5325[[package]]
5326name = "heed-traits"
5327version = "0.20.0"
5328source = "registry+https://github.com/rust-lang/crates.io-index"
5329checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5330
5331[[package]]
5332name = "heed-types"
5333version = "0.20.1"
5334source = "registry+https://github.com/rust-lang/crates.io-index"
5335checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
5336dependencies = [
5337 "bincode",
5338 "byteorder",
5339 "heed-traits",
5340 "serde",
5341 "serde_json",
5342]
5343
5344[[package]]
5345name = "hermit-abi"
5346version = "0.3.9"
5347source = "registry+https://github.com/rust-lang/crates.io-index"
5348checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5349
5350[[package]]
5351name = "hermit-abi"
5352version = "0.4.0"
5353source = "registry+https://github.com/rust-lang/crates.io-index"
5354checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5355
5356[[package]]
5357name = "hex"
5358version = "0.4.3"
5359source = "registry+https://github.com/rust-lang/crates.io-index"
5360checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5361
5362[[package]]
5363name = "hexf-parse"
5364version = "0.2.1"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5367
5368[[package]]
5369name = "hidden-trait"
5370version = "0.1.2"
5371source = "registry+https://github.com/rust-lang/crates.io-index"
5372checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5373dependencies = [
5374 "proc-macro2",
5375 "quote",
5376 "syn 1.0.109",
5377]
5378
5379[[package]]
5380name = "hkdf"
5381version = "0.12.4"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5384dependencies = [
5385 "hmac",
5386]
5387
5388[[package]]
5389name = "hmac"
5390version = "0.12.1"
5391source = "registry+https://github.com/rust-lang/crates.io-index"
5392checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5393dependencies = [
5394 "digest",
5395]
5396
5397[[package]]
5398name = "home"
5399version = "0.5.9"
5400source = "registry+https://github.com/rust-lang/crates.io-index"
5401checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5402dependencies = [
5403 "windows-sys 0.52.0",
5404]
5405
5406[[package]]
5407name = "hound"
5408version = "3.5.1"
5409source = "registry+https://github.com/rust-lang/crates.io-index"
5410checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5411
5412[[package]]
5413name = "html5ever"
5414version = "0.27.0"
5415source = "registry+https://github.com/rust-lang/crates.io-index"
5416checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5417dependencies = [
5418 "log",
5419 "mac",
5420 "markup5ever",
5421 "proc-macro2",
5422 "quote",
5423 "syn 2.0.76",
5424]
5425
5426[[package]]
5427name = "html_to_markdown"
5428version = "0.1.0"
5429dependencies = [
5430 "anyhow",
5431 "html5ever",
5432 "indoc",
5433 "markup5ever_rcdom",
5434 "pretty_assertions",
5435 "regex",
5436]
5437
5438[[package]]
5439name = "html_to_markdown"
5440version = "0.1.0"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "e608e8dd0939bfb6b516d96a5919751b835297a02230aecb88d2fc84ebebaa8a"
5443dependencies = [
5444 "anyhow",
5445 "html5ever",
5446 "markup5ever_rcdom",
5447 "regex",
5448]
5449
5450[[package]]
5451name = "http"
5452version = "0.2.12"
5453source = "registry+https://github.com/rust-lang/crates.io-index"
5454checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5455dependencies = [
5456 "bytes 1.7.1",
5457 "fnv",
5458 "itoa",
5459]
5460
5461[[package]]
5462name = "http"
5463version = "1.1.0"
5464source = "registry+https://github.com/rust-lang/crates.io-index"
5465checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
5466dependencies = [
5467 "bytes 1.7.1",
5468 "fnv",
5469 "itoa",
5470]
5471
5472[[package]]
5473name = "http-body"
5474version = "0.4.6"
5475source = "registry+https://github.com/rust-lang/crates.io-index"
5476checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5477dependencies = [
5478 "bytes 1.7.1",
5479 "http 0.2.12",
5480 "pin-project-lite",
5481]
5482
5483[[package]]
5484name = "http-body"
5485version = "1.0.1"
5486source = "registry+https://github.com/rust-lang/crates.io-index"
5487checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5488dependencies = [
5489 "bytes 1.7.1",
5490 "http 1.1.0",
5491]
5492
5493[[package]]
5494name = "http-body-util"
5495version = "0.1.2"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5498dependencies = [
5499 "bytes 1.7.1",
5500 "futures-util",
5501 "http 1.1.0",
5502 "http-body 1.0.1",
5503 "pin-project-lite",
5504]
5505
5506[[package]]
5507name = "http-range-header"
5508version = "0.3.1"
5509source = "registry+https://github.com/rust-lang/crates.io-index"
5510checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5511
5512[[package]]
5513name = "http-types"
5514version = "2.12.0"
5515source = "registry+https://github.com/rust-lang/crates.io-index"
5516checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5517dependencies = [
5518 "anyhow",
5519 "async-channel 1.9.0",
5520 "base64 0.13.1",
5521 "futures-lite 1.13.0",
5522 "http 0.2.12",
5523 "infer",
5524 "pin-project-lite",
5525 "rand 0.7.3",
5526 "serde",
5527 "serde_json",
5528 "serde_qs 0.8.5",
5529 "serde_urlencoded",
5530 "url",
5531]
5532
5533[[package]]
5534name = "http_client"
5535version = "0.1.0"
5536dependencies = [
5537 "anyhow",
5538 "derive_more",
5539 "futures 0.3.30",
5540 "futures-lite 1.13.0",
5541 "http 1.1.0",
5542 "isahc",
5543 "log",
5544 "serde",
5545 "serde_json",
5546 "url",
5547]
5548
5549[[package]]
5550name = "httparse"
5551version = "1.9.4"
5552source = "registry+https://github.com/rust-lang/crates.io-index"
5553checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
5554
5555[[package]]
5556name = "httpdate"
5557version = "1.0.3"
5558source = "registry+https://github.com/rust-lang/crates.io-index"
5559checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5560
5561[[package]]
5562name = "human_bytes"
5563version = "0.4.3"
5564source = "registry+https://github.com/rust-lang/crates.io-index"
5565checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5566
5567[[package]]
5568name = "humantime"
5569version = "2.1.0"
5570source = "registry+https://github.com/rust-lang/crates.io-index"
5571checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5572
5573[[package]]
5574name = "hyper"
5575version = "0.14.30"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
5578dependencies = [
5579 "bytes 1.7.1",
5580 "futures-channel",
5581 "futures-core",
5582 "futures-util",
5583 "h2",
5584 "http 0.2.12",
5585 "http-body 0.4.6",
5586 "httparse",
5587 "httpdate",
5588 "itoa",
5589 "pin-project-lite",
5590 "socket2 0.5.7",
5591 "tokio",
5592 "tower-service",
5593 "tracing",
5594 "want",
5595]
5596
5597[[package]]
5598name = "hyper-rustls"
5599version = "0.24.2"
5600source = "registry+https://github.com/rust-lang/crates.io-index"
5601checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5602dependencies = [
5603 "futures-util",
5604 "http 0.2.12",
5605 "hyper",
5606 "log",
5607 "rustls",
5608 "rustls-native-certs",
5609 "tokio",
5610 "tokio-rustls",
5611]
5612
5613[[package]]
5614name = "hyper-tls"
5615version = "0.5.0"
5616source = "registry+https://github.com/rust-lang/crates.io-index"
5617checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5618dependencies = [
5619 "bytes 1.7.1",
5620 "hyper",
5621 "native-tls",
5622 "tokio",
5623 "tokio-native-tls",
5624]
5625
5626[[package]]
5627name = "iana-time-zone"
5628version = "0.1.60"
5629source = "registry+https://github.com/rust-lang/crates.io-index"
5630checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
5631dependencies = [
5632 "android_system_properties",
5633 "core-foundation-sys",
5634 "iana-time-zone-haiku",
5635 "js-sys",
5636 "wasm-bindgen",
5637 "windows-core 0.52.0",
5638]
5639
5640[[package]]
5641name = "iana-time-zone-haiku"
5642version = "0.1.2"
5643source = "registry+https://github.com/rust-lang/crates.io-index"
5644checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5645dependencies = [
5646 "cc",
5647]
5648
5649[[package]]
5650name = "id-arena"
5651version = "2.2.1"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5654
5655[[package]]
5656name = "idna"
5657version = "0.5.0"
5658source = "registry+https://github.com/rust-lang/crates.io-index"
5659checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5660dependencies = [
5661 "unicode-bidi",
5662 "unicode-normalization",
5663]
5664
5665[[package]]
5666name = "ignore"
5667version = "0.4.22"
5668source = "registry+https://github.com/rust-lang/crates.io-index"
5669checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
5670dependencies = [
5671 "crossbeam-deque",
5672 "globset",
5673 "log",
5674 "memchr",
5675 "regex-automata 0.4.7",
5676 "same-file",
5677 "walkdir",
5678 "winapi-util",
5679]
5680
5681[[package]]
5682name = "image"
5683version = "0.25.2"
5684source = "registry+https://github.com/rust-lang/crates.io-index"
5685checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
5686dependencies = [
5687 "bytemuck",
5688 "byteorder-lite",
5689 "color_quant",
5690 "exr",
5691 "gif",
5692 "image-webp",
5693 "num-traits",
5694 "png",
5695 "qoi",
5696 "ravif",
5697 "rayon",
5698 "rgb",
5699 "tiff",
5700 "zune-core",
5701 "zune-jpeg",
5702]
5703
5704[[package]]
5705name = "image-webp"
5706version = "0.1.3"
5707source = "registry+https://github.com/rust-lang/crates.io-index"
5708checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
5709dependencies = [
5710 "byteorder-lite",
5711 "quick-error",
5712]
5713
5714[[package]]
5715name = "image_viewer"
5716version = "0.1.0"
5717dependencies = [
5718 "anyhow",
5719 "db",
5720 "file_icons",
5721 "gpui",
5722 "project",
5723 "settings",
5724 "ui",
5725 "workspace",
5726]
5727
5728[[package]]
5729name = "imagesize"
5730version = "0.12.0"
5731source = "registry+https://github.com/rust-lang/crates.io-index"
5732checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
5733
5734[[package]]
5735name = "imgref"
5736version = "1.10.1"
5737source = "registry+https://github.com/rust-lang/crates.io-index"
5738checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
5739
5740[[package]]
5741name = "indexed_docs"
5742version = "0.1.0"
5743dependencies = [
5744 "anyhow",
5745 "async-trait",
5746 "cargo_metadata",
5747 "collections",
5748 "derive_more",
5749 "fs",
5750 "futures 0.3.30",
5751 "fuzzy",
5752 "gpui",
5753 "heed",
5754 "html_to_markdown 0.1.0",
5755 "http_client",
5756 "indexmap 1.9.3",
5757 "indoc",
5758 "parking_lot",
5759 "paths",
5760 "pretty_assertions",
5761 "serde",
5762 "strum 0.25.0",
5763 "util",
5764]
5765
5766[[package]]
5767name = "indexmap"
5768version = "1.9.3"
5769source = "registry+https://github.com/rust-lang/crates.io-index"
5770checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
5771dependencies = [
5772 "autocfg",
5773 "hashbrown 0.12.3",
5774 "serde",
5775]
5776
5777[[package]]
5778name = "indexmap"
5779version = "2.4.0"
5780source = "registry+https://github.com/rust-lang/crates.io-index"
5781checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
5782dependencies = [
5783 "equivalent",
5784 "hashbrown 0.14.5",
5785 "serde",
5786]
5787
5788[[package]]
5789name = "indoc"
5790version = "2.0.5"
5791source = "registry+https://github.com/rust-lang/crates.io-index"
5792checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
5793
5794[[package]]
5795name = "infer"
5796version = "0.2.3"
5797source = "registry+https://github.com/rust-lang/crates.io-index"
5798checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
5799
5800[[package]]
5801name = "inherent"
5802version = "1.0.11"
5803source = "registry+https://github.com/rust-lang/crates.io-index"
5804checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
5805dependencies = [
5806 "proc-macro2",
5807 "quote",
5808 "syn 2.0.76",
5809]
5810
5811[[package]]
5812name = "inline_completion_button"
5813version = "0.1.0"
5814dependencies = [
5815 "anyhow",
5816 "copilot",
5817 "editor",
5818 "fs",
5819 "futures 0.3.30",
5820 "gpui",
5821 "indoc",
5822 "language",
5823 "lsp",
5824 "paths",
5825 "project",
5826 "serde_json",
5827 "settings",
5828 "supermaven",
5829 "theme",
5830 "ui",
5831 "util",
5832 "workspace",
5833 "zed_actions",
5834]
5835
5836[[package]]
5837name = "inotify"
5838version = "0.9.6"
5839source = "registry+https://github.com/rust-lang/crates.io-index"
5840checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5841dependencies = [
5842 "bitflags 1.3.2",
5843 "inotify-sys",
5844 "libc",
5845]
5846
5847[[package]]
5848name = "inotify-sys"
5849version = "0.1.5"
5850source = "registry+https://github.com/rust-lang/crates.io-index"
5851checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5852dependencies = [
5853 "libc",
5854]
5855
5856[[package]]
5857name = "inout"
5858version = "0.1.3"
5859source = "registry+https://github.com/rust-lang/crates.io-index"
5860checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
5861dependencies = [
5862 "block-padding",
5863 "generic-array",
5864]
5865
5866[[package]]
5867name = "install_cli"
5868version = "0.1.0"
5869dependencies = [
5870 "anyhow",
5871 "gpui",
5872 "smol",
5873 "util",
5874]
5875
5876[[package]]
5877name = "instant"
5878version = "0.1.13"
5879source = "registry+https://github.com/rust-lang/crates.io-index"
5880checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
5881dependencies = [
5882 "cfg-if",
5883]
5884
5885[[package]]
5886name = "interpolate_name"
5887version = "0.2.4"
5888source = "registry+https://github.com/rust-lang/crates.io-index"
5889checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
5890dependencies = [
5891 "proc-macro2",
5892 "quote",
5893 "syn 2.0.76",
5894]
5895
5896[[package]]
5897name = "io-extras"
5898version = "0.18.2"
5899source = "registry+https://github.com/rust-lang/crates.io-index"
5900checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
5901dependencies = [
5902 "io-lifetimes 2.0.3",
5903 "windows-sys 0.52.0",
5904]
5905
5906[[package]]
5907name = "io-lifetimes"
5908version = "1.0.11"
5909source = "registry+https://github.com/rust-lang/crates.io-index"
5910checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
5911dependencies = [
5912 "hermit-abi 0.3.9",
5913 "libc",
5914 "windows-sys 0.48.0",
5915]
5916
5917[[package]]
5918name = "io-lifetimes"
5919version = "2.0.3"
5920source = "registry+https://github.com/rust-lang/crates.io-index"
5921checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
5922
5923[[package]]
5924name = "iovec"
5925version = "0.1.4"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
5928dependencies = [
5929 "libc",
5930]
5931
5932[[package]]
5933name = "ipc-channel"
5934version = "0.18.2"
5935source = "registry+https://github.com/rust-lang/crates.io-index"
5936checksum = "e46231d1db8ea8f874012b1b87efb9e968f763c577220372a9c7caadce1448da"
5937dependencies = [
5938 "bincode",
5939 "crossbeam-channel",
5940 "fnv",
5941 "lazy_static",
5942 "libc",
5943 "mio 1.0.2",
5944 "rand 0.8.5",
5945 "serde",
5946 "tempfile",
5947 "uuid",
5948 "windows 0.48.0",
5949]
5950
5951[[package]]
5952name = "ipnet"
5953version = "2.9.0"
5954source = "registry+https://github.com/rust-lang/crates.io-index"
5955checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
5956
5957[[package]]
5958name = "is-docker"
5959version = "0.2.0"
5960source = "registry+https://github.com/rust-lang/crates.io-index"
5961checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
5962dependencies = [
5963 "once_cell",
5964]
5965
5966[[package]]
5967name = "is-terminal"
5968version = "0.4.13"
5969source = "registry+https://github.com/rust-lang/crates.io-index"
5970checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
5971dependencies = [
5972 "hermit-abi 0.4.0",
5973 "libc",
5974 "windows-sys 0.52.0",
5975]
5976
5977[[package]]
5978name = "is-wsl"
5979version = "0.4.0"
5980source = "registry+https://github.com/rust-lang/crates.io-index"
5981checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
5982dependencies = [
5983 "is-docker",
5984 "once_cell",
5985]
5986
5987[[package]]
5988name = "is_terminal_polyfill"
5989version = "1.70.1"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
5992
5993[[package]]
5994name = "isahc"
5995version = "1.7.2"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
5998dependencies = [
5999 "async-channel 1.9.0",
6000 "castaway",
6001 "crossbeam-utils",
6002 "curl",
6003 "curl-sys",
6004 "encoding_rs",
6005 "event-listener 2.5.3",
6006 "futures-lite 1.13.0",
6007 "http 0.2.12",
6008 "log",
6009 "mime",
6010 "once_cell",
6011 "polling 2.8.0",
6012 "slab",
6013 "sluice",
6014 "tracing",
6015 "tracing-futures",
6016 "url",
6017 "waker-fn",
6018]
6019
6020[[package]]
6021name = "itertools"
6022version = "0.10.5"
6023source = "registry+https://github.com/rust-lang/crates.io-index"
6024checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6025dependencies = [
6026 "either",
6027]
6028
6029[[package]]
6030name = "itertools"
6031version = "0.12.1"
6032source = "registry+https://github.com/rust-lang/crates.io-index"
6033checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6034dependencies = [
6035 "either",
6036]
6037
6038[[package]]
6039name = "itertools"
6040version = "0.13.0"
6041source = "registry+https://github.com/rust-lang/crates.io-index"
6042checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6043dependencies = [
6044 "either",
6045]
6046
6047[[package]]
6048name = "itoa"
6049version = "1.0.11"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
6052
6053[[package]]
6054name = "jni"
6055version = "0.21.1"
6056source = "registry+https://github.com/rust-lang/crates.io-index"
6057checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6058dependencies = [
6059 "cesu8",
6060 "cfg-if",
6061 "combine",
6062 "jni-sys",
6063 "log",
6064 "thiserror",
6065 "walkdir",
6066 "windows-sys 0.45.0",
6067]
6068
6069[[package]]
6070name = "jni-sys"
6071version = "0.3.0"
6072source = "registry+https://github.com/rust-lang/crates.io-index"
6073checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6074
6075[[package]]
6076name = "jobserver"
6077version = "0.1.32"
6078source = "registry+https://github.com/rust-lang/crates.io-index"
6079checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6080dependencies = [
6081 "libc",
6082]
6083
6084[[package]]
6085name = "journal"
6086version = "0.1.0"
6087dependencies = [
6088 "anyhow",
6089 "chrono",
6090 "editor",
6091 "gpui",
6092 "log",
6093 "schemars",
6094 "serde",
6095 "settings",
6096 "shellexpand 2.1.2",
6097 "workspace",
6098]
6099
6100[[package]]
6101name = "jpeg-decoder"
6102version = "0.3.1"
6103source = "registry+https://github.com/rust-lang/crates.io-index"
6104checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6105
6106[[package]]
6107name = "js-sys"
6108version = "0.3.70"
6109source = "registry+https://github.com/rust-lang/crates.io-index"
6110checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
6111dependencies = [
6112 "wasm-bindgen",
6113]
6114
6115[[package]]
6116name = "jsonwebtoken"
6117version = "9.3.0"
6118source = "registry+https://github.com/rust-lang/crates.io-index"
6119checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6120dependencies = [
6121 "base64 0.21.7",
6122 "js-sys",
6123 "pem",
6124 "ring",
6125 "serde",
6126 "serde_json",
6127 "simple_asn1",
6128]
6129
6130[[package]]
6131name = "khronos-egl"
6132version = "6.0.0"
6133source = "registry+https://github.com/rust-lang/crates.io-index"
6134checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6135dependencies = [
6136 "libc",
6137 "libloading",
6138]
6139
6140[[package]]
6141name = "kqueue"
6142version = "1.0.8"
6143source = "registry+https://github.com/rust-lang/crates.io-index"
6144checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6145dependencies = [
6146 "kqueue-sys",
6147 "libc",
6148]
6149
6150[[package]]
6151name = "kqueue-sys"
6152version = "1.0.4"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6155dependencies = [
6156 "bitflags 1.3.2",
6157 "libc",
6158]
6159
6160[[package]]
6161name = "kurbo"
6162version = "0.11.0"
6163source = "registry+https://github.com/rust-lang/crates.io-index"
6164checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
6165dependencies = [
6166 "arrayvec",
6167 "smallvec",
6168]
6169
6170[[package]]
6171name = "kv-log-macro"
6172version = "1.0.7"
6173source = "registry+https://github.com/rust-lang/crates.io-index"
6174checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6175dependencies = [
6176 "log",
6177]
6178
6179[[package]]
6180name = "language"
6181version = "0.1.0"
6182dependencies = [
6183 "anyhow",
6184 "async-trait",
6185 "async-watch",
6186 "clock",
6187 "collections",
6188 "ctor",
6189 "env_logger",
6190 "futures 0.3.30",
6191 "fuzzy",
6192 "git",
6193 "globset",
6194 "gpui",
6195 "http_client",
6196 "indoc",
6197 "itertools 0.13.0",
6198 "log",
6199 "lsp",
6200 "parking_lot",
6201 "postage",
6202 "pulldown-cmark 0.12.1",
6203 "rand 0.8.5",
6204 "regex",
6205 "rpc",
6206 "schemars",
6207 "serde",
6208 "serde_json",
6209 "settings",
6210 "similar",
6211 "smallvec",
6212 "smol",
6213 "strsim",
6214 "sum_tree",
6215 "task",
6216 "text",
6217 "theme",
6218 "tree-sitter",
6219 "tree-sitter-elixir",
6220 "tree-sitter-embedded-template",
6221 "tree-sitter-heex",
6222 "tree-sitter-html",
6223 "tree-sitter-json",
6224 "tree-sitter-md",
6225 "tree-sitter-ruby",
6226 "tree-sitter-rust",
6227 "tree-sitter-typescript",
6228 "unicase",
6229 "unindent",
6230 "util",
6231]
6232
6233[[package]]
6234name = "language_model"
6235version = "0.1.0"
6236dependencies = [
6237 "anthropic",
6238 "anyhow",
6239 "base64 0.22.1",
6240 "client",
6241 "collections",
6242 "copilot",
6243 "ctor",
6244 "editor",
6245 "env_logger",
6246 "feature_flags",
6247 "futures 0.3.30",
6248 "google_ai",
6249 "gpui",
6250 "http_client",
6251 "image",
6252 "inline_completion_button",
6253 "language",
6254 "log",
6255 "menu",
6256 "ollama",
6257 "open_ai",
6258 "parking_lot",
6259 "project",
6260 "proto",
6261 "rand 0.8.5",
6262 "schemars",
6263 "serde",
6264 "serde_json",
6265 "settings",
6266 "smol",
6267 "strum 0.25.0",
6268 "text",
6269 "theme",
6270 "tiktoken-rs",
6271 "ui",
6272 "unindent",
6273 "util",
6274]
6275
6276[[package]]
6277name = "language_selector"
6278version = "0.1.0"
6279dependencies = [
6280 "anyhow",
6281 "editor",
6282 "fuzzy",
6283 "gpui",
6284 "language",
6285 "picker",
6286 "project",
6287 "ui",
6288 "util",
6289 "workspace",
6290]
6291
6292[[package]]
6293name = "language_tools"
6294version = "0.1.0"
6295dependencies = [
6296 "anyhow",
6297 "client",
6298 "collections",
6299 "copilot",
6300 "editor",
6301 "env_logger",
6302 "futures 0.3.30",
6303 "gpui",
6304 "language",
6305 "lsp",
6306 "project",
6307 "release_channel",
6308 "serde_json",
6309 "settings",
6310 "theme",
6311 "tree-sitter",
6312 "ui",
6313 "util",
6314 "workspace",
6315]
6316
6317[[package]]
6318name = "languages"
6319version = "0.1.0"
6320dependencies = [
6321 "anyhow",
6322 "async-compression",
6323 "async-tar",
6324 "async-trait",
6325 "collections",
6326 "feature_flags",
6327 "futures 0.3.30",
6328 "gpui",
6329 "http_client",
6330 "language",
6331 "log",
6332 "lsp",
6333 "node_runtime",
6334 "paths",
6335 "project",
6336 "protols-tree-sitter-proto",
6337 "regex",
6338 "rope",
6339 "rust-embed",
6340 "serde",
6341 "serde_json",
6342 "settings",
6343 "smol",
6344 "task",
6345 "text",
6346 "theme",
6347 "toml 0.8.19",
6348 "tree-sitter",
6349 "tree-sitter-bash",
6350 "tree-sitter-c",
6351 "tree-sitter-cpp",
6352 "tree-sitter-css",
6353 "tree-sitter-go",
6354 "tree-sitter-gomod",
6355 "tree-sitter-gowork",
6356 "tree-sitter-jsdoc",
6357 "tree-sitter-json",
6358 "tree-sitter-md",
6359 "tree-sitter-python",
6360 "tree-sitter-regex",
6361 "tree-sitter-rust",
6362 "tree-sitter-typescript",
6363 "tree-sitter-yaml",
6364 "unindent",
6365 "util",
6366 "workspace",
6367]
6368
6369[[package]]
6370name = "lazy_static"
6371version = "1.5.0"
6372source = "registry+https://github.com/rust-lang/crates.io-index"
6373checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6374dependencies = [
6375 "spin",
6376]
6377
6378[[package]]
6379name = "lazycell"
6380version = "1.3.0"
6381source = "registry+https://github.com/rust-lang/crates.io-index"
6382checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
6383
6384[[package]]
6385name = "leb128"
6386version = "0.2.5"
6387source = "registry+https://github.com/rust-lang/crates.io-index"
6388checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6389
6390[[package]]
6391name = "lebe"
6392version = "0.5.2"
6393source = "registry+https://github.com/rust-lang/crates.io-index"
6394checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6395
6396[[package]]
6397name = "libc"
6398version = "0.2.158"
6399source = "registry+https://github.com/rust-lang/crates.io-index"
6400checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
6401
6402[[package]]
6403name = "libdbus-sys"
6404version = "0.2.5"
6405source = "registry+https://github.com/rust-lang/crates.io-index"
6406checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6407dependencies = [
6408 "cc",
6409 "pkg-config",
6410]
6411
6412[[package]]
6413name = "libfuzzer-sys"
6414version = "0.4.7"
6415source = "registry+https://github.com/rust-lang/crates.io-index"
6416checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
6417dependencies = [
6418 "arbitrary",
6419 "cc",
6420 "once_cell",
6421]
6422
6423[[package]]
6424name = "libgit2-sys"
6425version = "0.17.0+1.8.1"
6426source = "registry+https://github.com/rust-lang/crates.io-index"
6427checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6428dependencies = [
6429 "cc",
6430 "libc",
6431 "libz-sys",
6432 "pkg-config",
6433]
6434
6435[[package]]
6436name = "libloading"
6437version = "0.8.5"
6438source = "registry+https://github.com/rust-lang/crates.io-index"
6439checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
6440dependencies = [
6441 "cfg-if",
6442 "windows-targets 0.52.6",
6443]
6444
6445[[package]]
6446name = "libm"
6447version = "0.2.8"
6448source = "registry+https://github.com/rust-lang/crates.io-index"
6449checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
6450
6451[[package]]
6452name = "libmimalloc-sys"
6453version = "0.1.39"
6454source = "registry+https://github.com/rust-lang/crates.io-index"
6455checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6456dependencies = [
6457 "cc",
6458 "libc",
6459]
6460
6461[[package]]
6462name = "libredox"
6463version = "0.1.3"
6464source = "registry+https://github.com/rust-lang/crates.io-index"
6465checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6466dependencies = [
6467 "bitflags 2.6.0",
6468 "libc",
6469 "redox_syscall 0.5.3",
6470]
6471
6472[[package]]
6473name = "libsqlite3-sys"
6474version = "0.28.0"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
6477dependencies = [
6478 "cc",
6479 "pkg-config",
6480 "vcpkg",
6481]
6482
6483[[package]]
6484name = "libz-sys"
6485version = "1.1.20"
6486source = "registry+https://github.com/rust-lang/crates.io-index"
6487checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6488dependencies = [
6489 "cc",
6490 "libc",
6491 "pkg-config",
6492 "vcpkg",
6493]
6494
6495[[package]]
6496name = "linkify"
6497version = "0.10.0"
6498source = "registry+https://github.com/rust-lang/crates.io-index"
6499checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
6500dependencies = [
6501 "memchr",
6502]
6503
6504[[package]]
6505name = "linkme"
6506version = "0.3.28"
6507source = "registry+https://github.com/rust-lang/crates.io-index"
6508checksum = "3c943daedff228392b791b33bba32e75737756e80a613e32e246c6ce9cbab20a"
6509dependencies = [
6510 "linkme-impl",
6511]
6512
6513[[package]]
6514name = "linkme-impl"
6515version = "0.3.28"
6516source = "registry+https://github.com/rust-lang/crates.io-index"
6517checksum = "cb26336e6dc7cc76e7927d2c9e7e3bb376d7af65a6f56a0b16c47d18a9b1abc5"
6518dependencies = [
6519 "proc-macro2",
6520 "quote",
6521 "syn 2.0.76",
6522]
6523
6524[[package]]
6525name = "linux-raw-sys"
6526version = "0.3.8"
6527source = "registry+https://github.com/rust-lang/crates.io-index"
6528checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6529
6530[[package]]
6531name = "linux-raw-sys"
6532version = "0.4.14"
6533source = "registry+https://github.com/rust-lang/crates.io-index"
6534checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
6535
6536[[package]]
6537name = "live_kit_client"
6538version = "0.1.0"
6539dependencies = [
6540 "anyhow",
6541 "async-broadcast",
6542 "async-trait",
6543 "collections",
6544 "core-foundation 0.9.4",
6545 "futures 0.3.30",
6546 "gpui",
6547 "live_kit_server",
6548 "log",
6549 "media",
6550 "nanoid",
6551 "parking_lot",
6552 "postage",
6553 "serde",
6554 "serde_json",
6555 "sha2",
6556 "simplelog",
6557]
6558
6559[[package]]
6560name = "live_kit_server"
6561version = "0.1.0"
6562dependencies = [
6563 "anyhow",
6564 "async-trait",
6565 "jsonwebtoken",
6566 "log",
6567 "prost",
6568 "prost-build",
6569 "prost-types",
6570 "reqwest",
6571 "serde",
6572]
6573
6574[[package]]
6575name = "lmdb-master-sys"
6576version = "0.2.4"
6577source = "registry+https://github.com/rust-lang/crates.io-index"
6578checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6579dependencies = [
6580 "cc",
6581 "doxygen-rs",
6582 "libc",
6583]
6584
6585[[package]]
6586name = "lock_api"
6587version = "0.4.12"
6588source = "registry+https://github.com/rust-lang/crates.io-index"
6589checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6590dependencies = [
6591 "autocfg",
6592 "scopeguard",
6593]
6594
6595[[package]]
6596name = "log"
6597version = "0.4.22"
6598source = "registry+https://github.com/rust-lang/crates.io-index"
6599checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6600dependencies = [
6601 "serde",
6602 "value-bag",
6603]
6604
6605[[package]]
6606name = "loop9"
6607version = "0.1.5"
6608source = "registry+https://github.com/rust-lang/crates.io-index"
6609checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6610dependencies = [
6611 "imgref",
6612]
6613
6614[[package]]
6615name = "lru"
6616version = "0.12.4"
6617source = "registry+https://github.com/rust-lang/crates.io-index"
6618checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6619dependencies = [
6620 "hashbrown 0.14.5",
6621]
6622
6623[[package]]
6624name = "lsp"
6625version = "0.1.0"
6626dependencies = [
6627 "anyhow",
6628 "async-pipe",
6629 "collections",
6630 "ctor",
6631 "env_logger",
6632 "futures 0.3.30",
6633 "gpui",
6634 "log",
6635 "lsp-types",
6636 "parking_lot",
6637 "postage",
6638 "release_channel",
6639 "serde",
6640 "serde_json",
6641 "smol",
6642 "util",
6643 "windows 0.58.0",
6644]
6645
6646[[package]]
6647name = "lsp-types"
6648version = "0.95.1"
6649source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
6650dependencies = [
6651 "bitflags 1.3.2",
6652 "serde",
6653 "serde_json",
6654 "serde_repr",
6655 "url",
6656]
6657
6658[[package]]
6659name = "lz4"
6660version = "1.26.0"
6661source = "registry+https://github.com/rust-lang/crates.io-index"
6662checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
6663dependencies = [
6664 "libc",
6665 "lz4-sys",
6666]
6667
6668[[package]]
6669name = "lz4-sys"
6670version = "1.10.0"
6671source = "registry+https://github.com/rust-lang/crates.io-index"
6672checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
6673dependencies = [
6674 "cc",
6675 "libc",
6676]
6677
6678[[package]]
6679name = "mac"
6680version = "0.1.1"
6681source = "registry+https://github.com/rust-lang/crates.io-index"
6682checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6683
6684[[package]]
6685name = "mach2"
6686version = "0.4.2"
6687source = "registry+https://github.com/rust-lang/crates.io-index"
6688checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
6689dependencies = [
6690 "libc",
6691]
6692
6693[[package]]
6694name = "malloc_buf"
6695version = "0.0.6"
6696source = "registry+https://github.com/rust-lang/crates.io-index"
6697checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6698dependencies = [
6699 "libc",
6700]
6701
6702[[package]]
6703name = "maplit"
6704version = "1.0.2"
6705source = "registry+https://github.com/rust-lang/crates.io-index"
6706checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
6707
6708[[package]]
6709name = "markdown"
6710version = "0.1.0"
6711dependencies = [
6712 "anyhow",
6713 "assets",
6714 "env_logger",
6715 "futures 0.3.30",
6716 "gpui",
6717 "language",
6718 "languages",
6719 "linkify",
6720 "log",
6721 "node_runtime",
6722 "pulldown-cmark 0.12.1",
6723 "settings",
6724 "theme",
6725 "ui",
6726 "util",
6727]
6728
6729[[package]]
6730name = "markdown_preview"
6731version = "0.1.0"
6732dependencies = [
6733 "anyhow",
6734 "async-recursion 1.1.1",
6735 "collections",
6736 "editor",
6737 "gpui",
6738 "language",
6739 "linkify",
6740 "log",
6741 "pretty_assertions",
6742 "pulldown-cmark 0.12.1",
6743 "settings",
6744 "theme",
6745 "ui",
6746 "workspace",
6747]
6748
6749[[package]]
6750name = "markup5ever"
6751version = "0.12.1"
6752source = "registry+https://github.com/rust-lang/crates.io-index"
6753checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
6754dependencies = [
6755 "log",
6756 "phf",
6757 "phf_codegen",
6758 "string_cache",
6759 "string_cache_codegen",
6760 "tendril",
6761]
6762
6763[[package]]
6764name = "markup5ever_rcdom"
6765version = "0.3.0"
6766source = "registry+https://github.com/rust-lang/crates.io-index"
6767checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
6768dependencies = [
6769 "html5ever",
6770 "markup5ever",
6771 "tendril",
6772 "xml5ever",
6773]
6774
6775[[package]]
6776name = "matchers"
6777version = "0.1.0"
6778source = "registry+https://github.com/rust-lang/crates.io-index"
6779checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6780dependencies = [
6781 "regex-automata 0.1.10",
6782]
6783
6784[[package]]
6785name = "matchit"
6786version = "0.7.3"
6787source = "registry+https://github.com/rust-lang/crates.io-index"
6788checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6789
6790[[package]]
6791name = "maybe-owned"
6792version = "0.3.4"
6793source = "registry+https://github.com/rust-lang/crates.io-index"
6794checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6795
6796[[package]]
6797name = "maybe-rayon"
6798version = "0.1.1"
6799source = "registry+https://github.com/rust-lang/crates.io-index"
6800checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
6801dependencies = [
6802 "cfg-if",
6803]
6804
6805[[package]]
6806name = "md-5"
6807version = "0.10.6"
6808source = "registry+https://github.com/rust-lang/crates.io-index"
6809checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
6810dependencies = [
6811 "cfg-if",
6812 "digest",
6813]
6814
6815[[package]]
6816name = "mdbook"
6817version = "0.4.40"
6818source = "registry+https://github.com/rust-lang/crates.io-index"
6819checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
6820dependencies = [
6821 "ammonia",
6822 "anyhow",
6823 "chrono",
6824 "clap",
6825 "clap_complete",
6826 "elasticlunr-rs",
6827 "env_logger",
6828 "futures-util",
6829 "handlebars 5.1.2",
6830 "ignore",
6831 "log",
6832 "memchr",
6833 "notify",
6834 "notify-debouncer-mini",
6835 "once_cell",
6836 "opener",
6837 "pathdiff",
6838 "pulldown-cmark 0.10.3",
6839 "regex",
6840 "serde",
6841 "serde_json",
6842 "shlex",
6843 "tempfile",
6844 "tokio",
6845 "toml 0.5.11",
6846 "topological-sort",
6847 "walkdir",
6848 "warp",
6849]
6850
6851[[package]]
6852name = "media"
6853version = "0.1.0"
6854dependencies = [
6855 "anyhow",
6856 "bindgen 0.70.1",
6857 "core-foundation 0.9.4",
6858 "foreign-types 0.5.0",
6859 "metal",
6860 "objc",
6861]
6862
6863[[package]]
6864name = "memchr"
6865version = "2.7.4"
6866source = "registry+https://github.com/rust-lang/crates.io-index"
6867checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
6868
6869[[package]]
6870name = "memfd"
6871version = "0.6.4"
6872source = "registry+https://github.com/rust-lang/crates.io-index"
6873checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6874dependencies = [
6875 "rustix 0.38.35",
6876]
6877
6878[[package]]
6879name = "memmap2"
6880version = "0.9.4"
6881source = "registry+https://github.com/rust-lang/crates.io-index"
6882checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6883dependencies = [
6884 "libc",
6885]
6886
6887[[package]]
6888name = "memoffset"
6889version = "0.9.1"
6890source = "registry+https://github.com/rust-lang/crates.io-index"
6891checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
6892dependencies = [
6893 "autocfg",
6894]
6895
6896[[package]]
6897name = "menu"
6898version = "0.1.0"
6899dependencies = [
6900 "gpui",
6901 "serde",
6902]
6903
6904[[package]]
6905name = "metal"
6906version = "0.29.0"
6907source = "registry+https://github.com/rust-lang/crates.io-index"
6908checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
6909dependencies = [
6910 "bitflags 2.6.0",
6911 "block",
6912 "core-graphics-types 0.1.3",
6913 "foreign-types 0.5.0",
6914 "log",
6915 "objc",
6916 "paste",
6917]
6918
6919[[package]]
6920name = "mimalloc"
6921version = "0.1.43"
6922source = "registry+https://github.com/rust-lang/crates.io-index"
6923checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
6924dependencies = [
6925 "libmimalloc-sys",
6926]
6927
6928[[package]]
6929name = "mime"
6930version = "0.3.17"
6931source = "registry+https://github.com/rust-lang/crates.io-index"
6932checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
6933
6934[[package]]
6935name = "mime_guess"
6936version = "2.0.5"
6937source = "registry+https://github.com/rust-lang/crates.io-index"
6938checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
6939dependencies = [
6940 "mime",
6941 "unicase",
6942]
6943
6944[[package]]
6945name = "minimal-lexical"
6946version = "0.2.1"
6947source = "registry+https://github.com/rust-lang/crates.io-index"
6948checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
6949
6950[[package]]
6951name = "miniz_oxide"
6952version = "0.7.4"
6953source = "registry+https://github.com/rust-lang/crates.io-index"
6954checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
6955dependencies = [
6956 "adler",
6957 "simd-adler32",
6958]
6959
6960[[package]]
6961name = "miniz_oxide"
6962version = "0.8.0"
6963source = "registry+https://github.com/rust-lang/crates.io-index"
6964checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
6965dependencies = [
6966 "adler2",
6967]
6968
6969[[package]]
6970name = "mint"
6971version = "0.5.9"
6972source = "registry+https://github.com/rust-lang/crates.io-index"
6973checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
6974
6975[[package]]
6976name = "mio"
6977version = "0.8.11"
6978source = "registry+https://github.com/rust-lang/crates.io-index"
6979checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
6980dependencies = [
6981 "libc",
6982 "log",
6983 "wasi 0.11.0+wasi-snapshot-preview1",
6984 "windows-sys 0.48.0",
6985]
6986
6987[[package]]
6988name = "mio"
6989version = "1.0.2"
6990source = "registry+https://github.com/rust-lang/crates.io-index"
6991checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
6992dependencies = [
6993 "hermit-abi 0.3.9",
6994 "libc",
6995 "log",
6996 "wasi 0.11.0+wasi-snapshot-preview1",
6997 "windows-sys 0.52.0",
6998]
6999
7000[[package]]
7001name = "miow"
7002version = "0.6.0"
7003source = "registry+https://github.com/rust-lang/crates.io-index"
7004checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7005dependencies = [
7006 "windows-sys 0.48.0",
7007]
7008
7009[[package]]
7010name = "multi_buffer"
7011version = "0.1.0"
7012dependencies = [
7013 "anyhow",
7014 "clock",
7015 "collections",
7016 "ctor",
7017 "env_logger",
7018 "futures 0.3.30",
7019 "git",
7020 "gpui",
7021 "itertools 0.13.0",
7022 "language",
7023 "log",
7024 "parking_lot",
7025 "rand 0.8.5",
7026 "serde",
7027 "settings",
7028 "smallvec",
7029 "sum_tree",
7030 "text",
7031 "theme",
7032 "util",
7033]
7034
7035[[package]]
7036name = "multimap"
7037version = "0.8.3"
7038source = "registry+https://github.com/rust-lang/crates.io-index"
7039checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7040
7041[[package]]
7042name = "naga"
7043version = "22.1.0"
7044source = "registry+https://github.com/rust-lang/crates.io-index"
7045checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
7046dependencies = [
7047 "arrayvec",
7048 "bit-set 0.6.0",
7049 "bitflags 2.6.0",
7050 "cfg_aliases 0.1.1",
7051 "codespan-reporting",
7052 "hexf-parse",
7053 "indexmap 2.4.0",
7054 "log",
7055 "rustc-hash",
7056 "spirv",
7057 "termcolor",
7058 "thiserror",
7059 "unicode-xid",
7060]
7061
7062[[package]]
7063name = "nanoid"
7064version = "0.4.0"
7065source = "registry+https://github.com/rust-lang/crates.io-index"
7066checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7067dependencies = [
7068 "rand 0.8.5",
7069]
7070
7071[[package]]
7072name = "nanorand"
7073version = "0.7.0"
7074source = "registry+https://github.com/rust-lang/crates.io-index"
7075checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7076dependencies = [
7077 "getrandom 0.2.15",
7078]
7079
7080[[package]]
7081name = "native-tls"
7082version = "0.2.12"
7083source = "registry+https://github.com/rust-lang/crates.io-index"
7084checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7085dependencies = [
7086 "libc",
7087 "log",
7088 "openssl",
7089 "openssl-probe",
7090 "openssl-sys",
7091 "schannel",
7092 "security-framework",
7093 "security-framework-sys",
7094 "tempfile",
7095]
7096
7097[[package]]
7098name = "ndk"
7099version = "0.8.0"
7100source = "registry+https://github.com/rust-lang/crates.io-index"
7101checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7102dependencies = [
7103 "bitflags 2.6.0",
7104 "jni-sys",
7105 "log",
7106 "ndk-sys",
7107 "num_enum",
7108 "thiserror",
7109]
7110
7111[[package]]
7112name = "ndk-context"
7113version = "0.1.1"
7114source = "registry+https://github.com/rust-lang/crates.io-index"
7115checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7116
7117[[package]]
7118name = "ndk-sys"
7119version = "0.5.0+25.2.9519653"
7120source = "registry+https://github.com/rust-lang/crates.io-index"
7121checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7122dependencies = [
7123 "jni-sys",
7124]
7125
7126[[package]]
7127name = "new_debug_unreachable"
7128version = "1.0.6"
7129source = "registry+https://github.com/rust-lang/crates.io-index"
7130checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7131
7132[[package]]
7133name = "nix"
7134version = "0.29.0"
7135source = "registry+https://github.com/rust-lang/crates.io-index"
7136checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7137dependencies = [
7138 "bitflags 2.6.0",
7139 "cfg-if",
7140 "cfg_aliases 0.2.1",
7141 "libc",
7142 "memoffset",
7143]
7144
7145[[package]]
7146name = "node_runtime"
7147version = "0.1.0"
7148dependencies = [
7149 "anyhow",
7150 "async-compression",
7151 "async-std",
7152 "async-tar",
7153 "async-trait",
7154 "async_zip",
7155 "futures 0.3.30",
7156 "http_client",
7157 "log",
7158 "paths",
7159 "semver",
7160 "serde",
7161 "serde_json",
7162 "smol",
7163 "tempfile",
7164 "util",
7165 "walkdir",
7166 "windows 0.58.0",
7167]
7168
7169[[package]]
7170name = "nom"
7171version = "7.1.3"
7172source = "registry+https://github.com/rust-lang/crates.io-index"
7173checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7174dependencies = [
7175 "memchr",
7176 "minimal-lexical",
7177]
7178
7179[[package]]
7180name = "noop_proc_macro"
7181version = "0.3.0"
7182source = "registry+https://github.com/rust-lang/crates.io-index"
7183checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7184
7185[[package]]
7186name = "normpath"
7187version = "1.3.0"
7188source = "registry+https://github.com/rust-lang/crates.io-index"
7189checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7190dependencies = [
7191 "windows-sys 0.59.0",
7192]
7193
7194[[package]]
7195name = "notifications"
7196version = "0.1.0"
7197dependencies = [
7198 "anyhow",
7199 "channel",
7200 "client",
7201 "collections",
7202 "db",
7203 "gpui",
7204 "rpc",
7205 "settings",
7206 "sum_tree",
7207 "time",
7208 "util",
7209]
7210
7211[[package]]
7212name = "notify"
7213version = "6.1.1"
7214source = "registry+https://github.com/rust-lang/crates.io-index"
7215checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7216dependencies = [
7217 "bitflags 2.6.0",
7218 "crossbeam-channel",
7219 "filetime",
7220 "fsevent-sys 4.1.0",
7221 "inotify",
7222 "kqueue",
7223 "libc",
7224 "log",
7225 "mio 0.8.11",
7226 "walkdir",
7227 "windows-sys 0.48.0",
7228]
7229
7230[[package]]
7231name = "notify-debouncer-mini"
7232version = "0.4.1"
7233source = "registry+https://github.com/rust-lang/crates.io-index"
7234checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7235dependencies = [
7236 "crossbeam-channel",
7237 "log",
7238 "notify",
7239]
7240
7241[[package]]
7242name = "ntapi"
7243version = "0.4.1"
7244source = "registry+https://github.com/rust-lang/crates.io-index"
7245checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7246dependencies = [
7247 "winapi",
7248]
7249
7250[[package]]
7251name = "nu-ansi-term"
7252version = "0.46.0"
7253source = "registry+https://github.com/rust-lang/crates.io-index"
7254checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7255dependencies = [
7256 "overload",
7257 "winapi",
7258]
7259
7260[[package]]
7261name = "num"
7262version = "0.4.3"
7263source = "registry+https://github.com/rust-lang/crates.io-index"
7264checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7265dependencies = [
7266 "num-bigint",
7267 "num-complex",
7268 "num-integer",
7269 "num-iter",
7270 "num-rational",
7271 "num-traits",
7272]
7273
7274[[package]]
7275name = "num-bigint"
7276version = "0.4.6"
7277source = "registry+https://github.com/rust-lang/crates.io-index"
7278checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7279dependencies = [
7280 "num-integer",
7281 "num-traits",
7282]
7283
7284[[package]]
7285name = "num-bigint-dig"
7286version = "0.8.4"
7287source = "registry+https://github.com/rust-lang/crates.io-index"
7288checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7289dependencies = [
7290 "byteorder",
7291 "lazy_static",
7292 "libm",
7293 "num-integer",
7294 "num-iter",
7295 "num-traits",
7296 "rand 0.8.5",
7297 "serde",
7298 "smallvec",
7299 "zeroize",
7300]
7301
7302[[package]]
7303name = "num-complex"
7304version = "0.4.6"
7305source = "registry+https://github.com/rust-lang/crates.io-index"
7306checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7307dependencies = [
7308 "num-traits",
7309]
7310
7311[[package]]
7312name = "num-conv"
7313version = "0.1.0"
7314source = "registry+https://github.com/rust-lang/crates.io-index"
7315checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7316
7317[[package]]
7318name = "num-derive"
7319version = "0.4.2"
7320source = "registry+https://github.com/rust-lang/crates.io-index"
7321checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7322dependencies = [
7323 "proc-macro2",
7324 "quote",
7325 "syn 2.0.76",
7326]
7327
7328[[package]]
7329name = "num-format"
7330version = "0.4.4"
7331source = "registry+https://github.com/rust-lang/crates.io-index"
7332checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7333dependencies = [
7334 "arrayvec",
7335 "itoa",
7336]
7337
7338[[package]]
7339name = "num-integer"
7340version = "0.1.46"
7341source = "registry+https://github.com/rust-lang/crates.io-index"
7342checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7343dependencies = [
7344 "num-traits",
7345]
7346
7347[[package]]
7348name = "num-iter"
7349version = "0.1.45"
7350source = "registry+https://github.com/rust-lang/crates.io-index"
7351checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7352dependencies = [
7353 "autocfg",
7354 "num-integer",
7355 "num-traits",
7356]
7357
7358[[package]]
7359name = "num-rational"
7360version = "0.4.2"
7361source = "registry+https://github.com/rust-lang/crates.io-index"
7362checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7363dependencies = [
7364 "num-bigint",
7365 "num-integer",
7366 "num-traits",
7367]
7368
7369[[package]]
7370name = "num-traits"
7371version = "0.2.19"
7372source = "registry+https://github.com/rust-lang/crates.io-index"
7373checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7374dependencies = [
7375 "autocfg",
7376 "libm",
7377]
7378
7379[[package]]
7380name = "num_cpus"
7381version = "1.16.0"
7382source = "registry+https://github.com/rust-lang/crates.io-index"
7383checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7384dependencies = [
7385 "hermit-abi 0.3.9",
7386 "libc",
7387]
7388
7389[[package]]
7390name = "num_enum"
7391version = "0.7.3"
7392source = "registry+https://github.com/rust-lang/crates.io-index"
7393checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7394dependencies = [
7395 "num_enum_derive",
7396]
7397
7398[[package]]
7399name = "num_enum_derive"
7400version = "0.7.3"
7401source = "registry+https://github.com/rust-lang/crates.io-index"
7402checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7403dependencies = [
7404 "proc-macro-crate",
7405 "proc-macro2",
7406 "quote",
7407 "syn 2.0.76",
7408]
7409
7410[[package]]
7411name = "num_threads"
7412version = "0.1.7"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7415dependencies = [
7416 "libc",
7417]
7418
7419[[package]]
7420name = "nvim-rs"
7421version = "0.8.0-pre"
7422source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7423dependencies = [
7424 "async-trait",
7425 "futures 0.3.30",
7426 "log",
7427 "parity-tokio-ipc",
7428 "rmp",
7429 "rmpv",
7430 "tokio",
7431 "tokio-util",
7432 "winapi",
7433]
7434
7435[[package]]
7436name = "objc"
7437version = "0.2.7"
7438source = "registry+https://github.com/rust-lang/crates.io-index"
7439checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7440dependencies = [
7441 "malloc_buf",
7442]
7443
7444[[package]]
7445name = "object"
7446version = "0.36.4"
7447source = "registry+https://github.com/rust-lang/crates.io-index"
7448checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
7449dependencies = [
7450 "crc32fast",
7451 "hashbrown 0.14.5",
7452 "indexmap 2.4.0",
7453 "memchr",
7454]
7455
7456[[package]]
7457name = "oboe"
7458version = "0.6.1"
7459source = "registry+https://github.com/rust-lang/crates.io-index"
7460checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7461dependencies = [
7462 "jni",
7463 "ndk",
7464 "ndk-context",
7465 "num-derive",
7466 "num-traits",
7467 "oboe-sys",
7468]
7469
7470[[package]]
7471name = "oboe-sys"
7472version = "0.6.1"
7473source = "registry+https://github.com/rust-lang/crates.io-index"
7474checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7475dependencies = [
7476 "cc",
7477]
7478
7479[[package]]
7480name = "ollama"
7481version = "0.1.0"
7482dependencies = [
7483 "anyhow",
7484 "futures 0.3.30",
7485 "http_client",
7486 "isahc",
7487 "schemars",
7488 "serde",
7489 "serde_json",
7490]
7491
7492[[package]]
7493name = "once_cell"
7494version = "1.19.0"
7495source = "registry+https://github.com/rust-lang/crates.io-index"
7496checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7497
7498[[package]]
7499name = "oo7"
7500version = "0.3.3"
7501source = "registry+https://github.com/rust-lang/crates.io-index"
7502checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7503dependencies = [
7504 "aes",
7505 "async-fs 2.1.2",
7506 "async-io 2.3.4",
7507 "async-lock 3.4.0",
7508 "async-net 2.0.0",
7509 "blocking",
7510 "cbc",
7511 "cipher",
7512 "digest",
7513 "endi",
7514 "futures-lite 2.3.0",
7515 "futures-util",
7516 "hkdf",
7517 "hmac",
7518 "md-5",
7519 "num",
7520 "num-bigint-dig",
7521 "pbkdf2",
7522 "rand 0.8.5",
7523 "serde",
7524 "sha2",
7525 "subtle",
7526 "zbus",
7527 "zeroize",
7528 "zvariant",
7529]
7530
7531[[package]]
7532name = "oorandom"
7533version = "11.1.4"
7534source = "registry+https://github.com/rust-lang/crates.io-index"
7535checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7536
7537[[package]]
7538name = "open"
7539version = "5.3.0"
7540source = "registry+https://github.com/rust-lang/crates.io-index"
7541checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7542dependencies = [
7543 "is-wsl",
7544 "libc",
7545 "pathdiff",
7546]
7547
7548[[package]]
7549name = "open_ai"
7550version = "0.1.0"
7551dependencies = [
7552 "anyhow",
7553 "futures 0.3.30",
7554 "http_client",
7555 "isahc",
7556 "schemars",
7557 "serde",
7558 "serde_json",
7559 "strum 0.25.0",
7560]
7561
7562[[package]]
7563name = "opener"
7564version = "0.7.2"
7565source = "registry+https://github.com/rust-lang/crates.io-index"
7566checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
7567dependencies = [
7568 "bstr",
7569 "dbus",
7570 "normpath",
7571 "windows-sys 0.59.0",
7572]
7573
7574[[package]]
7575name = "openssl"
7576version = "0.10.66"
7577source = "registry+https://github.com/rust-lang/crates.io-index"
7578checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7579dependencies = [
7580 "bitflags 2.6.0",
7581 "cfg-if",
7582 "foreign-types 0.3.2",
7583 "libc",
7584 "once_cell",
7585 "openssl-macros",
7586 "openssl-sys",
7587]
7588
7589[[package]]
7590name = "openssl-macros"
7591version = "0.1.1"
7592source = "registry+https://github.com/rust-lang/crates.io-index"
7593checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7594dependencies = [
7595 "proc-macro2",
7596 "quote",
7597 "syn 2.0.76",
7598]
7599
7600[[package]]
7601name = "openssl-probe"
7602version = "0.1.5"
7603source = "registry+https://github.com/rust-lang/crates.io-index"
7604checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7605
7606[[package]]
7607name = "openssl-src"
7608version = "300.3.1+3.3.1"
7609source = "registry+https://github.com/rust-lang/crates.io-index"
7610checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
7611dependencies = [
7612 "cc",
7613]
7614
7615[[package]]
7616name = "openssl-sys"
7617version = "0.9.103"
7618source = "registry+https://github.com/rust-lang/crates.io-index"
7619checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
7620dependencies = [
7621 "cc",
7622 "libc",
7623 "openssl-src",
7624 "pkg-config",
7625 "vcpkg",
7626]
7627
7628[[package]]
7629name = "option-ext"
7630version = "0.2.0"
7631source = "registry+https://github.com/rust-lang/crates.io-index"
7632checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7633
7634[[package]]
7635name = "ordered-float"
7636version = "2.10.1"
7637source = "registry+https://github.com/rust-lang/crates.io-index"
7638checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
7639dependencies = [
7640 "num-traits",
7641]
7642
7643[[package]]
7644name = "ordered-float"
7645version = "3.9.2"
7646source = "registry+https://github.com/rust-lang/crates.io-index"
7647checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
7648dependencies = [
7649 "num-traits",
7650]
7651
7652[[package]]
7653name = "ordered-stream"
7654version = "0.2.0"
7655source = "registry+https://github.com/rust-lang/crates.io-index"
7656checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7657dependencies = [
7658 "futures-core",
7659 "pin-project-lite",
7660]
7661
7662[[package]]
7663name = "ouroboros"
7664version = "0.17.2"
7665source = "registry+https://github.com/rust-lang/crates.io-index"
7666checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7667dependencies = [
7668 "aliasable",
7669 "ouroboros_macro",
7670 "static_assertions",
7671]
7672
7673[[package]]
7674name = "ouroboros_macro"
7675version = "0.17.2"
7676source = "registry+https://github.com/rust-lang/crates.io-index"
7677checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7678dependencies = [
7679 "heck 0.4.1",
7680 "proc-macro-error",
7681 "proc-macro2",
7682 "quote",
7683 "syn 2.0.76",
7684]
7685
7686[[package]]
7687name = "outline"
7688version = "0.1.0"
7689dependencies = [
7690 "editor",
7691 "fuzzy",
7692 "gpui",
7693 "indoc",
7694 "language",
7695 "menu",
7696 "ordered-float 2.10.1",
7697 "picker",
7698 "project",
7699 "rope",
7700 "serde_json",
7701 "smol",
7702 "theme",
7703 "tree-sitter-rust",
7704 "tree-sitter-typescript",
7705 "ui",
7706 "util",
7707 "workspace",
7708]
7709
7710[[package]]
7711name = "outline_panel"
7712version = "0.1.0"
7713dependencies = [
7714 "anyhow",
7715 "collections",
7716 "db",
7717 "editor",
7718 "file_icons",
7719 "fuzzy",
7720 "gpui",
7721 "itertools 0.13.0",
7722 "language",
7723 "log",
7724 "menu",
7725 "pretty_assertions",
7726 "project",
7727 "schemars",
7728 "search",
7729 "serde",
7730 "serde_json",
7731 "settings",
7732 "smol",
7733 "theme",
7734 "util",
7735 "workspace",
7736 "worktree",
7737]
7738
7739[[package]]
7740name = "outref"
7741version = "0.5.1"
7742source = "registry+https://github.com/rust-lang/crates.io-index"
7743checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7744
7745[[package]]
7746name = "overload"
7747version = "0.1.1"
7748source = "registry+https://github.com/rust-lang/crates.io-index"
7749checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7750
7751[[package]]
7752name = "p256"
7753version = "0.11.1"
7754source = "registry+https://github.com/rust-lang/crates.io-index"
7755checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7756dependencies = [
7757 "ecdsa",
7758 "elliptic-curve",
7759 "sha2",
7760]
7761
7762[[package]]
7763name = "page_size"
7764version = "0.6.0"
7765source = "registry+https://github.com/rust-lang/crates.io-index"
7766checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7767dependencies = [
7768 "libc",
7769 "winapi",
7770]
7771
7772[[package]]
7773name = "palette"
7774version = "0.7.6"
7775source = "registry+https://github.com/rust-lang/crates.io-index"
7776checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
7777dependencies = [
7778 "approx",
7779 "fast-srgb8",
7780 "palette_derive",
7781]
7782
7783[[package]]
7784name = "palette_derive"
7785version = "0.7.6"
7786source = "registry+https://github.com/rust-lang/crates.io-index"
7787checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
7788dependencies = [
7789 "by_address",
7790 "proc-macro2",
7791 "quote",
7792 "syn 2.0.76",
7793]
7794
7795[[package]]
7796name = "parity-tokio-ipc"
7797version = "0.9.0"
7798source = "registry+https://github.com/rust-lang/crates.io-index"
7799checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7800dependencies = [
7801 "futures 0.3.30",
7802 "libc",
7803 "log",
7804 "rand 0.7.3",
7805 "tokio",
7806 "winapi",
7807]
7808
7809[[package]]
7810name = "parking"
7811version = "2.2.0"
7812source = "registry+https://github.com/rust-lang/crates.io-index"
7813checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
7814
7815[[package]]
7816name = "parking_lot"
7817version = "0.12.3"
7818source = "registry+https://github.com/rust-lang/crates.io-index"
7819checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
7820dependencies = [
7821 "lock_api",
7822 "parking_lot_core",
7823]
7824
7825[[package]]
7826name = "parking_lot_core"
7827version = "0.9.10"
7828source = "registry+https://github.com/rust-lang/crates.io-index"
7829checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
7830dependencies = [
7831 "cfg-if",
7832 "libc",
7833 "redox_syscall 0.5.3",
7834 "smallvec",
7835 "windows-targets 0.52.6",
7836]
7837
7838[[package]]
7839name = "password-hash"
7840version = "0.5.0"
7841source = "registry+https://github.com/rust-lang/crates.io-index"
7842checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
7843dependencies = [
7844 "base64ct",
7845 "rand_core 0.6.4",
7846 "subtle",
7847]
7848
7849[[package]]
7850name = "paste"
7851version = "1.0.15"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
7854
7855[[package]]
7856name = "pathdiff"
7857version = "0.2.1"
7858source = "registry+https://github.com/rust-lang/crates.io-index"
7859checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
7860
7861[[package]]
7862name = "pathfinder_geometry"
7863version = "0.5.1"
7864source = "registry+https://github.com/rust-lang/crates.io-index"
7865checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
7866dependencies = [
7867 "log",
7868 "pathfinder_simd",
7869]
7870
7871[[package]]
7872name = "pathfinder_simd"
7873version = "0.5.4"
7874source = "registry+https://github.com/rust-lang/crates.io-index"
7875checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
7876dependencies = [
7877 "rustc_version",
7878]
7879
7880[[package]]
7881name = "paths"
7882version = "0.1.0"
7883dependencies = [
7884 "dirs 4.0.0",
7885 "util",
7886]
7887
7888[[package]]
7889name = "pbkdf2"
7890version = "0.12.2"
7891source = "registry+https://github.com/rust-lang/crates.io-index"
7892checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7893dependencies = [
7894 "digest",
7895 "hmac",
7896]
7897
7898[[package]]
7899name = "pem"
7900version = "3.0.4"
7901source = "registry+https://github.com/rust-lang/crates.io-index"
7902checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
7903dependencies = [
7904 "base64 0.22.1",
7905 "serde",
7906]
7907
7908[[package]]
7909name = "pem-rfc7468"
7910version = "0.7.0"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
7913dependencies = [
7914 "base64ct",
7915]
7916
7917[[package]]
7918name = "percent-encoding"
7919version = "2.3.1"
7920source = "registry+https://github.com/rust-lang/crates.io-index"
7921checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
7922
7923[[package]]
7924name = "perplexity"
7925version = "0.1.0"
7926dependencies = [
7927 "serde",
7928 "zed_extension_api 0.2.0",
7929]
7930
7931[[package]]
7932name = "pest"
7933version = "2.7.11"
7934source = "registry+https://github.com/rust-lang/crates.io-index"
7935checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
7936dependencies = [
7937 "memchr",
7938 "thiserror",
7939 "ucd-trie",
7940]
7941
7942[[package]]
7943name = "pest_derive"
7944version = "2.7.11"
7945source = "registry+https://github.com/rust-lang/crates.io-index"
7946checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
7947dependencies = [
7948 "pest",
7949 "pest_generator",
7950]
7951
7952[[package]]
7953name = "pest_generator"
7954version = "2.7.11"
7955source = "registry+https://github.com/rust-lang/crates.io-index"
7956checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
7957dependencies = [
7958 "pest",
7959 "pest_meta",
7960 "proc-macro2",
7961 "quote",
7962 "syn 2.0.76",
7963]
7964
7965[[package]]
7966name = "pest_meta"
7967version = "2.7.11"
7968source = "registry+https://github.com/rust-lang/crates.io-index"
7969checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
7970dependencies = [
7971 "once_cell",
7972 "pest",
7973 "sha2",
7974]
7975
7976[[package]]
7977name = "petgraph"
7978version = "0.6.5"
7979source = "registry+https://github.com/rust-lang/crates.io-index"
7980checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
7981dependencies = [
7982 "fixedbitset",
7983 "indexmap 2.4.0",
7984]
7985
7986[[package]]
7987name = "phf"
7988version = "0.11.2"
7989source = "registry+https://github.com/rust-lang/crates.io-index"
7990checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
7991dependencies = [
7992 "phf_macros",
7993 "phf_shared 0.11.2",
7994]
7995
7996[[package]]
7997name = "phf_codegen"
7998version = "0.11.2"
7999source = "registry+https://github.com/rust-lang/crates.io-index"
8000checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
8001dependencies = [
8002 "phf_generator 0.11.2",
8003 "phf_shared 0.11.2",
8004]
8005
8006[[package]]
8007name = "phf_generator"
8008version = "0.10.0"
8009source = "registry+https://github.com/rust-lang/crates.io-index"
8010checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
8011dependencies = [
8012 "phf_shared 0.10.0",
8013 "rand 0.8.5",
8014]
8015
8016[[package]]
8017name = "phf_generator"
8018version = "0.11.2"
8019source = "registry+https://github.com/rust-lang/crates.io-index"
8020checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
8021dependencies = [
8022 "phf_shared 0.11.2",
8023 "rand 0.8.5",
8024]
8025
8026[[package]]
8027name = "phf_macros"
8028version = "0.11.2"
8029source = "registry+https://github.com/rust-lang/crates.io-index"
8030checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
8031dependencies = [
8032 "phf_generator 0.11.2",
8033 "phf_shared 0.11.2",
8034 "proc-macro2",
8035 "quote",
8036 "syn 2.0.76",
8037]
8038
8039[[package]]
8040name = "phf_shared"
8041version = "0.10.0"
8042source = "registry+https://github.com/rust-lang/crates.io-index"
8043checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
8044dependencies = [
8045 "siphasher 0.3.11",
8046]
8047
8048[[package]]
8049name = "phf_shared"
8050version = "0.11.2"
8051source = "registry+https://github.com/rust-lang/crates.io-index"
8052checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
8053dependencies = [
8054 "siphasher 0.3.11",
8055]
8056
8057[[package]]
8058name = "picker"
8059version = "0.1.0"
8060dependencies = [
8061 "anyhow",
8062 "ctor",
8063 "editor",
8064 "env_logger",
8065 "gpui",
8066 "menu",
8067 "serde",
8068 "serde_json",
8069 "ui",
8070 "workspace",
8071]
8072
8073[[package]]
8074name = "pico-args"
8075version = "0.5.0"
8076source = "registry+https://github.com/rust-lang/crates.io-index"
8077checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
8078
8079[[package]]
8080name = "pin-project"
8081version = "1.1.5"
8082source = "registry+https://github.com/rust-lang/crates.io-index"
8083checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
8084dependencies = [
8085 "pin-project-internal",
8086]
8087
8088[[package]]
8089name = "pin-project-internal"
8090version = "1.1.5"
8091source = "registry+https://github.com/rust-lang/crates.io-index"
8092checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
8093dependencies = [
8094 "proc-macro2",
8095 "quote",
8096 "syn 2.0.76",
8097]
8098
8099[[package]]
8100name = "pin-project-lite"
8101version = "0.2.14"
8102source = "registry+https://github.com/rust-lang/crates.io-index"
8103checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
8104
8105[[package]]
8106name = "pin-utils"
8107version = "0.1.0"
8108source = "registry+https://github.com/rust-lang/crates.io-index"
8109checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8110
8111[[package]]
8112name = "piper"
8113version = "0.2.4"
8114source = "registry+https://github.com/rust-lang/crates.io-index"
8115checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
8116dependencies = [
8117 "atomic-waker",
8118 "fastrand 2.1.1",
8119 "futures-io",
8120]
8121
8122[[package]]
8123name = "pkcs1"
8124version = "0.7.5"
8125source = "registry+https://github.com/rust-lang/crates.io-index"
8126checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8127dependencies = [
8128 "der 0.7.9",
8129 "pkcs8 0.10.2",
8130 "spki 0.7.3",
8131]
8132
8133[[package]]
8134name = "pkcs8"
8135version = "0.9.0"
8136source = "registry+https://github.com/rust-lang/crates.io-index"
8137checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
8138dependencies = [
8139 "der 0.6.1",
8140 "spki 0.6.0",
8141]
8142
8143[[package]]
8144name = "pkcs8"
8145version = "0.10.2"
8146source = "registry+https://github.com/rust-lang/crates.io-index"
8147checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8148dependencies = [
8149 "der 0.7.9",
8150 "spki 0.7.3",
8151]
8152
8153[[package]]
8154name = "pkg-config"
8155version = "0.3.30"
8156source = "registry+https://github.com/rust-lang/crates.io-index"
8157checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8158
8159[[package]]
8160name = "plist"
8161version = "1.7.0"
8162source = "registry+https://github.com/rust-lang/crates.io-index"
8163checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8164dependencies = [
8165 "base64 0.22.1",
8166 "indexmap 2.4.0",
8167 "quick-xml 0.32.0",
8168 "serde",
8169 "time",
8170]
8171
8172[[package]]
8173name = "plotters"
8174version = "0.3.6"
8175source = "registry+https://github.com/rust-lang/crates.io-index"
8176checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8177dependencies = [
8178 "num-traits",
8179 "plotters-backend",
8180 "plotters-svg",
8181 "wasm-bindgen",
8182 "web-sys",
8183]
8184
8185[[package]]
8186name = "plotters-backend"
8187version = "0.3.6"
8188source = "registry+https://github.com/rust-lang/crates.io-index"
8189checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
8190
8191[[package]]
8192name = "plotters-svg"
8193version = "0.3.6"
8194source = "registry+https://github.com/rust-lang/crates.io-index"
8195checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
8196dependencies = [
8197 "plotters-backend",
8198]
8199
8200[[package]]
8201name = "png"
8202version = "0.17.13"
8203source = "registry+https://github.com/rust-lang/crates.io-index"
8204checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
8205dependencies = [
8206 "bitflags 1.3.2",
8207 "crc32fast",
8208 "fdeflate",
8209 "flate2",
8210 "miniz_oxide 0.7.4",
8211]
8212
8213[[package]]
8214name = "polling"
8215version = "2.8.0"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8218dependencies = [
8219 "autocfg",
8220 "bitflags 1.3.2",
8221 "cfg-if",
8222 "concurrent-queue",
8223 "libc",
8224 "log",
8225 "pin-project-lite",
8226 "windows-sys 0.48.0",
8227]
8228
8229[[package]]
8230name = "polling"
8231version = "3.7.3"
8232source = "registry+https://github.com/rust-lang/crates.io-index"
8233checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
8234dependencies = [
8235 "cfg-if",
8236 "concurrent-queue",
8237 "hermit-abi 0.4.0",
8238 "pin-project-lite",
8239 "rustix 0.38.35",
8240 "tracing",
8241 "windows-sys 0.59.0",
8242]
8243
8244[[package]]
8245name = "pollster"
8246version = "0.2.5"
8247source = "registry+https://github.com/rust-lang/crates.io-index"
8248checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
8249
8250[[package]]
8251name = "postage"
8252version = "0.5.0"
8253source = "registry+https://github.com/rust-lang/crates.io-index"
8254checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
8255dependencies = [
8256 "atomic",
8257 "crossbeam-queue",
8258 "futures 0.3.30",
8259 "log",
8260 "parking_lot",
8261 "pin-project",
8262 "pollster",
8263 "static_assertions",
8264 "thiserror",
8265]
8266
8267[[package]]
8268name = "postcard"
8269version = "1.0.10"
8270source = "registry+https://github.com/rust-lang/crates.io-index"
8271checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
8272dependencies = [
8273 "cobs",
8274 "embedded-io 0.4.0",
8275 "embedded-io 0.6.1",
8276 "serde",
8277]
8278
8279[[package]]
8280name = "powerfmt"
8281version = "0.2.0"
8282source = "registry+https://github.com/rust-lang/crates.io-index"
8283checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8284
8285[[package]]
8286name = "ppv-lite86"
8287version = "0.2.20"
8288source = "registry+https://github.com/rust-lang/crates.io-index"
8289checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
8290dependencies = [
8291 "zerocopy",
8292]
8293
8294[[package]]
8295name = "precomputed-hash"
8296version = "0.1.1"
8297source = "registry+https://github.com/rust-lang/crates.io-index"
8298checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8299
8300[[package]]
8301name = "prettier"
8302version = "0.1.0"
8303dependencies = [
8304 "anyhow",
8305 "collections",
8306 "fs",
8307 "gpui",
8308 "language",
8309 "log",
8310 "lsp",
8311 "node_runtime",
8312 "parking_lot",
8313 "paths",
8314 "serde",
8315 "serde_json",
8316 "util",
8317]
8318
8319[[package]]
8320name = "pretty_assertions"
8321version = "1.4.0"
8322source = "registry+https://github.com/rust-lang/crates.io-index"
8323checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
8324dependencies = [
8325 "diff",
8326 "yansi",
8327]
8328
8329[[package]]
8330name = "prettyplease"
8331version = "0.2.22"
8332source = "registry+https://github.com/rust-lang/crates.io-index"
8333checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
8334dependencies = [
8335 "proc-macro2",
8336 "syn 2.0.76",
8337]
8338
8339[[package]]
8340name = "proc-macro-crate"
8341version = "3.2.0"
8342source = "registry+https://github.com/rust-lang/crates.io-index"
8343checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
8344dependencies = [
8345 "toml_edit 0.22.20",
8346]
8347
8348[[package]]
8349name = "proc-macro-error"
8350version = "1.0.4"
8351source = "registry+https://github.com/rust-lang/crates.io-index"
8352checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8353dependencies = [
8354 "proc-macro-error-attr",
8355 "proc-macro2",
8356 "quote",
8357 "syn 1.0.109",
8358 "version_check",
8359]
8360
8361[[package]]
8362name = "proc-macro-error-attr"
8363version = "1.0.4"
8364source = "registry+https://github.com/rust-lang/crates.io-index"
8365checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8366dependencies = [
8367 "proc-macro2",
8368 "quote",
8369 "version_check",
8370]
8371
8372[[package]]
8373name = "proc-macro2"
8374version = "1.0.86"
8375source = "registry+https://github.com/rust-lang/crates.io-index"
8376checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
8377dependencies = [
8378 "unicode-ident",
8379]
8380
8381[[package]]
8382name = "profiling"
8383version = "1.0.15"
8384source = "registry+https://github.com/rust-lang/crates.io-index"
8385checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
8386dependencies = [
8387 "profiling-procmacros",
8388]
8389
8390[[package]]
8391name = "profiling-procmacros"
8392version = "1.0.15"
8393source = "registry+https://github.com/rust-lang/crates.io-index"
8394checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
8395dependencies = [
8396 "quote",
8397 "syn 2.0.76",
8398]
8399
8400[[package]]
8401name = "project"
8402version = "0.1.0"
8403dependencies = [
8404 "aho-corasick",
8405 "anyhow",
8406 "async-trait",
8407 "client",
8408 "clock",
8409 "collections",
8410 "dev_server_projects",
8411 "env_logger",
8412 "fs",
8413 "futures 0.3.30",
8414 "fuzzy",
8415 "git",
8416 "git2",
8417 "globset",
8418 "gpui",
8419 "http_client",
8420 "itertools 0.13.0",
8421 "language",
8422 "log",
8423 "lsp",
8424 "node_runtime",
8425 "parking_lot",
8426 "pathdiff",
8427 "paths",
8428 "postage",
8429 "prettier",
8430 "pretty_assertions",
8431 "rand 0.8.5",
8432 "regex",
8433 "release_channel",
8434 "remote",
8435 "rpc",
8436 "schemars",
8437 "serde",
8438 "serde_json",
8439 "settings",
8440 "sha2",
8441 "shellexpand 2.1.2",
8442 "shlex",
8443 "similar",
8444 "smol",
8445 "snippet",
8446 "snippet_provider",
8447 "task",
8448 "tempfile",
8449 "terminal",
8450 "text",
8451 "unindent",
8452 "util",
8453 "which 6.0.3",
8454 "windows 0.58.0",
8455 "worktree",
8456]
8457
8458[[package]]
8459name = "project_panel"
8460version = "0.1.0"
8461dependencies = [
8462 "anyhow",
8463 "client",
8464 "collections",
8465 "db",
8466 "editor",
8467 "file_icons",
8468 "git",
8469 "gpui",
8470 "indexmap 1.9.3",
8471 "language",
8472 "menu",
8473 "pretty_assertions",
8474 "project",
8475 "schemars",
8476 "search",
8477 "serde",
8478 "serde_derive",
8479 "serde_json",
8480 "settings",
8481 "theme",
8482 "ui",
8483 "util",
8484 "workspace",
8485 "worktree",
8486]
8487
8488[[package]]
8489name = "project_symbols"
8490version = "0.1.0"
8491dependencies = [
8492 "anyhow",
8493 "editor",
8494 "futures 0.3.30",
8495 "fuzzy",
8496 "gpui",
8497 "language",
8498 "lsp",
8499 "ordered-float 2.10.1",
8500 "picker",
8501 "project",
8502 "release_channel",
8503 "serde_json",
8504 "settings",
8505 "theme",
8506 "util",
8507 "workspace",
8508]
8509
8510[[package]]
8511name = "prometheus"
8512version = "0.13.4"
8513source = "registry+https://github.com/rust-lang/crates.io-index"
8514checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
8515dependencies = [
8516 "cfg-if",
8517 "fnv",
8518 "lazy_static",
8519 "memchr",
8520 "parking_lot",
8521 "protobuf",
8522 "thiserror",
8523]
8524
8525[[package]]
8526name = "prost"
8527version = "0.9.0"
8528source = "registry+https://github.com/rust-lang/crates.io-index"
8529checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
8530dependencies = [
8531 "bytes 1.7.1",
8532 "prost-derive",
8533]
8534
8535[[package]]
8536name = "prost-build"
8537version = "0.9.0"
8538source = "registry+https://github.com/rust-lang/crates.io-index"
8539checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
8540dependencies = [
8541 "bytes 1.7.1",
8542 "heck 0.3.3",
8543 "itertools 0.10.5",
8544 "lazy_static",
8545 "log",
8546 "multimap",
8547 "petgraph",
8548 "prost",
8549 "prost-types",
8550 "regex",
8551 "tempfile",
8552 "which 4.4.2",
8553]
8554
8555[[package]]
8556name = "prost-derive"
8557version = "0.9.0"
8558source = "registry+https://github.com/rust-lang/crates.io-index"
8559checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
8560dependencies = [
8561 "anyhow",
8562 "itertools 0.10.5",
8563 "proc-macro2",
8564 "quote",
8565 "syn 1.0.109",
8566]
8567
8568[[package]]
8569name = "prost-types"
8570version = "0.9.0"
8571source = "registry+https://github.com/rust-lang/crates.io-index"
8572checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
8573dependencies = [
8574 "bytes 1.7.1",
8575 "prost",
8576]
8577
8578[[package]]
8579name = "proto"
8580version = "0.1.0"
8581dependencies = [
8582 "anyhow",
8583 "collections",
8584 "prost",
8585 "prost-build",
8586 "serde",
8587]
8588
8589[[package]]
8590name = "protobuf"
8591version = "2.28.0"
8592source = "registry+https://github.com/rust-lang/crates.io-index"
8593checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
8594
8595[[package]]
8596name = "protols-tree-sitter-proto"
8597version = "0.2.0"
8598source = "git+https://github.com/zed-industries/tree-sitter-proto?rev=0848bd30a64be48772e15fbb9d5ba8c0cc5772ad#0848bd30a64be48772e15fbb9d5ba8c0cc5772ad"
8599dependencies = [
8600 "cc",
8601 "tree-sitter-language",
8602]
8603
8604[[package]]
8605name = "psm"
8606version = "0.1.21"
8607source = "registry+https://github.com/rust-lang/crates.io-index"
8608checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
8609dependencies = [
8610 "cc",
8611]
8612
8613[[package]]
8614name = "ptr_meta"
8615version = "0.1.4"
8616source = "registry+https://github.com/rust-lang/crates.io-index"
8617checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
8618dependencies = [
8619 "ptr_meta_derive",
8620]
8621
8622[[package]]
8623name = "ptr_meta_derive"
8624version = "0.1.4"
8625source = "registry+https://github.com/rust-lang/crates.io-index"
8626checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
8627dependencies = [
8628 "proc-macro2",
8629 "quote",
8630 "syn 1.0.109",
8631]
8632
8633[[package]]
8634name = "pulldown-cmark"
8635version = "0.10.3"
8636source = "registry+https://github.com/rust-lang/crates.io-index"
8637checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
8638dependencies = [
8639 "bitflags 2.6.0",
8640 "memchr",
8641 "pulldown-cmark-escape",
8642 "unicase",
8643]
8644
8645[[package]]
8646name = "pulldown-cmark"
8647version = "0.12.1"
8648source = "registry+https://github.com/rust-lang/crates.io-index"
8649checksum = "666f0f59e259aea2d72e6012290c09877a780935cc3c18b1ceded41f3890d59c"
8650dependencies = [
8651 "bitflags 2.6.0",
8652 "memchr",
8653 "unicase",
8654]
8655
8656[[package]]
8657name = "pulldown-cmark-escape"
8658version = "0.10.1"
8659source = "registry+https://github.com/rust-lang/crates.io-index"
8660checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
8661
8662[[package]]
8663name = "qoi"
8664version = "0.4.1"
8665source = "registry+https://github.com/rust-lang/crates.io-index"
8666checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
8667dependencies = [
8668 "bytemuck",
8669]
8670
8671[[package]]
8672name = "quick-error"
8673version = "2.0.1"
8674source = "registry+https://github.com/rust-lang/crates.io-index"
8675checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
8676
8677[[package]]
8678name = "quick-xml"
8679version = "0.32.0"
8680source = "registry+https://github.com/rust-lang/crates.io-index"
8681checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
8682dependencies = [
8683 "memchr",
8684]
8685
8686[[package]]
8687name = "quick-xml"
8688version = "0.34.0"
8689source = "registry+https://github.com/rust-lang/crates.io-index"
8690checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
8691dependencies = [
8692 "memchr",
8693]
8694
8695[[package]]
8696name = "quick_action_bar"
8697version = "0.1.0"
8698dependencies = [
8699 "assistant",
8700 "editor",
8701 "gpui",
8702 "markdown_preview",
8703 "repl",
8704 "search",
8705 "settings",
8706 "ui",
8707 "util",
8708 "workspace",
8709 "zed_actions",
8710]
8711
8712[[package]]
8713name = "quote"
8714version = "1.0.37"
8715source = "registry+https://github.com/rust-lang/crates.io-index"
8716checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
8717dependencies = [
8718 "proc-macro2",
8719]
8720
8721[[package]]
8722name = "radium"
8723version = "0.7.0"
8724source = "registry+https://github.com/rust-lang/crates.io-index"
8725checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
8726
8727[[package]]
8728name = "rand"
8729version = "0.7.3"
8730source = "registry+https://github.com/rust-lang/crates.io-index"
8731checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
8732dependencies = [
8733 "getrandom 0.1.16",
8734 "libc",
8735 "rand_chacha 0.2.2",
8736 "rand_core 0.5.1",
8737 "rand_hc",
8738]
8739
8740[[package]]
8741name = "rand"
8742version = "0.8.5"
8743source = "registry+https://github.com/rust-lang/crates.io-index"
8744checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
8745dependencies = [
8746 "libc",
8747 "rand_chacha 0.3.1",
8748 "rand_core 0.6.4",
8749]
8750
8751[[package]]
8752name = "rand_chacha"
8753version = "0.2.2"
8754source = "registry+https://github.com/rust-lang/crates.io-index"
8755checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
8756dependencies = [
8757 "ppv-lite86",
8758 "rand_core 0.5.1",
8759]
8760
8761[[package]]
8762name = "rand_chacha"
8763version = "0.3.1"
8764source = "registry+https://github.com/rust-lang/crates.io-index"
8765checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
8766dependencies = [
8767 "ppv-lite86",
8768 "rand_core 0.6.4",
8769]
8770
8771[[package]]
8772name = "rand_core"
8773version = "0.5.1"
8774source = "registry+https://github.com/rust-lang/crates.io-index"
8775checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
8776dependencies = [
8777 "getrandom 0.1.16",
8778]
8779
8780[[package]]
8781name = "rand_core"
8782version = "0.6.4"
8783source = "registry+https://github.com/rust-lang/crates.io-index"
8784checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
8785dependencies = [
8786 "getrandom 0.2.15",
8787]
8788
8789[[package]]
8790name = "rand_hc"
8791version = "0.2.0"
8792source = "registry+https://github.com/rust-lang/crates.io-index"
8793checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
8794dependencies = [
8795 "rand_core 0.5.1",
8796]
8797
8798[[package]]
8799name = "rangemap"
8800version = "1.5.1"
8801source = "registry+https://github.com/rust-lang/crates.io-index"
8802checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
8803
8804[[package]]
8805name = "rav1e"
8806version = "0.7.1"
8807source = "registry+https://github.com/rust-lang/crates.io-index"
8808checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
8809dependencies = [
8810 "arbitrary",
8811 "arg_enum_proc_macro",
8812 "arrayvec",
8813 "av1-grain",
8814 "bitstream-io",
8815 "built",
8816 "cfg-if",
8817 "interpolate_name",
8818 "itertools 0.12.1",
8819 "libc",
8820 "libfuzzer-sys",
8821 "log",
8822 "maybe-rayon",
8823 "new_debug_unreachable",
8824 "noop_proc_macro",
8825 "num-derive",
8826 "num-traits",
8827 "once_cell",
8828 "paste",
8829 "profiling",
8830 "rand 0.8.5",
8831 "rand_chacha 0.3.1",
8832 "simd_helpers",
8833 "system-deps",
8834 "thiserror",
8835 "v_frame",
8836 "wasm-bindgen",
8837]
8838
8839[[package]]
8840name = "ravif"
8841version = "0.11.10"
8842source = "registry+https://github.com/rust-lang/crates.io-index"
8843checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
8844dependencies = [
8845 "avif-serialize",
8846 "imgref",
8847 "loop9",
8848 "quick-error",
8849 "rav1e",
8850 "rgb",
8851]
8852
8853[[package]]
8854name = "raw-window-handle"
8855version = "0.6.2"
8856source = "registry+https://github.com/rust-lang/crates.io-index"
8857checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
8858
8859[[package]]
8860name = "raw-window-metal"
8861version = "0.4.0"
8862source = "registry+https://github.com/rust-lang/crates.io-index"
8863checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
8864dependencies = [
8865 "cocoa 0.25.0",
8866 "core-graphics 0.23.2",
8867 "objc",
8868 "raw-window-handle",
8869]
8870
8871[[package]]
8872name = "rayon"
8873version = "1.10.0"
8874source = "registry+https://github.com/rust-lang/crates.io-index"
8875checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
8876dependencies = [
8877 "either",
8878 "rayon-core",
8879]
8880
8881[[package]]
8882name = "rayon-core"
8883version = "1.12.1"
8884source = "registry+https://github.com/rust-lang/crates.io-index"
8885checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
8886dependencies = [
8887 "crossbeam-deque",
8888 "crossbeam-utils",
8889]
8890
8891[[package]]
8892name = "read-fonts"
8893version = "0.20.0"
8894source = "registry+https://github.com/rust-lang/crates.io-index"
8895checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
8896dependencies = [
8897 "bytemuck",
8898 "font-types",
8899]
8900
8901[[package]]
8902name = "recent_projects"
8903version = "0.1.0"
8904dependencies = [
8905 "anyhow",
8906 "auto_update",
8907 "client",
8908 "dev_server_projects",
8909 "editor",
8910 "futures 0.3.30",
8911 "fuzzy",
8912 "gpui",
8913 "language",
8914 "log",
8915 "markdown",
8916 "menu",
8917 "ordered-float 2.10.1",
8918 "picker",
8919 "project",
8920 "release_channel",
8921 "remote",
8922 "rpc",
8923 "schemars",
8924 "serde",
8925 "serde_json",
8926 "settings",
8927 "smol",
8928 "task",
8929 "terminal_view",
8930 "ui",
8931 "ui_input",
8932 "util",
8933 "workspace",
8934]
8935
8936[[package]]
8937name = "redox_syscall"
8938version = "0.2.16"
8939source = "registry+https://github.com/rust-lang/crates.io-index"
8940checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
8941dependencies = [
8942 "bitflags 1.3.2",
8943]
8944
8945[[package]]
8946name = "redox_syscall"
8947version = "0.4.1"
8948source = "registry+https://github.com/rust-lang/crates.io-index"
8949checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
8950dependencies = [
8951 "bitflags 1.3.2",
8952]
8953
8954[[package]]
8955name = "redox_syscall"
8956version = "0.5.3"
8957source = "registry+https://github.com/rust-lang/crates.io-index"
8958checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
8959dependencies = [
8960 "bitflags 2.6.0",
8961]
8962
8963[[package]]
8964name = "redox_users"
8965version = "0.4.6"
8966source = "registry+https://github.com/rust-lang/crates.io-index"
8967checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
8968dependencies = [
8969 "getrandom 0.2.15",
8970 "libredox",
8971 "thiserror",
8972]
8973
8974[[package]]
8975name = "refineable"
8976version = "0.1.0"
8977dependencies = [
8978 "derive_refineable",
8979]
8980
8981[[package]]
8982name = "regalloc2"
8983version = "0.9.3"
8984source = "registry+https://github.com/rust-lang/crates.io-index"
8985checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
8986dependencies = [
8987 "hashbrown 0.13.2",
8988 "log",
8989 "rustc-hash",
8990 "slice-group-by",
8991 "smallvec",
8992]
8993
8994[[package]]
8995name = "regex"
8996version = "1.10.6"
8997source = "registry+https://github.com/rust-lang/crates.io-index"
8998checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
8999dependencies = [
9000 "aho-corasick",
9001 "memchr",
9002 "regex-automata 0.4.7",
9003 "regex-syntax 0.8.4",
9004]
9005
9006[[package]]
9007name = "regex-automata"
9008version = "0.1.10"
9009source = "registry+https://github.com/rust-lang/crates.io-index"
9010checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
9011dependencies = [
9012 "regex-syntax 0.6.29",
9013]
9014
9015[[package]]
9016name = "regex-automata"
9017version = "0.4.7"
9018source = "registry+https://github.com/rust-lang/crates.io-index"
9019checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
9020dependencies = [
9021 "aho-corasick",
9022 "memchr",
9023 "regex-syntax 0.8.4",
9024]
9025
9026[[package]]
9027name = "regex-lite"
9028version = "0.1.6"
9029source = "registry+https://github.com/rust-lang/crates.io-index"
9030checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
9031
9032[[package]]
9033name = "regex-syntax"
9034version = "0.6.29"
9035source = "registry+https://github.com/rust-lang/crates.io-index"
9036checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
9037
9038[[package]]
9039name = "regex-syntax"
9040version = "0.8.4"
9041source = "registry+https://github.com/rust-lang/crates.io-index"
9042checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
9043
9044[[package]]
9045name = "release_channel"
9046version = "0.1.0"
9047dependencies = [
9048 "gpui",
9049 "once_cell",
9050]
9051
9052[[package]]
9053name = "remote"
9054version = "0.1.0"
9055dependencies = [
9056 "anyhow",
9057 "collections",
9058 "fs",
9059 "futures 0.3.30",
9060 "gpui",
9061 "log",
9062 "parking_lot",
9063 "prost",
9064 "rpc",
9065 "serde",
9066 "serde_json",
9067 "smol",
9068 "tempfile",
9069 "util",
9070]
9071
9072[[package]]
9073name = "remote_server"
9074version = "0.1.0"
9075dependencies = [
9076 "anyhow",
9077 "cargo_toml",
9078 "client",
9079 "clock",
9080 "env_logger",
9081 "fs",
9082 "futures 0.3.30",
9083 "gpui",
9084 "http_client",
9085 "language",
9086 "log",
9087 "lsp",
9088 "node_runtime",
9089 "project",
9090 "remote",
9091 "rpc",
9092 "serde",
9093 "serde_json",
9094 "settings",
9095 "shellexpand 2.1.2",
9096 "smol",
9097 "toml 0.8.19",
9098 "util",
9099 "worktree",
9100]
9101
9102[[package]]
9103name = "rend"
9104version = "0.4.2"
9105source = "registry+https://github.com/rust-lang/crates.io-index"
9106checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
9107dependencies = [
9108 "bytecheck",
9109]
9110
9111[[package]]
9112name = "repl"
9113version = "0.1.0"
9114dependencies = [
9115 "alacritty_terminal",
9116 "anyhow",
9117 "async-dispatcher",
9118 "base64 0.22.1",
9119 "client",
9120 "collections",
9121 "command_palette_hooks",
9122 "editor",
9123 "env_logger",
9124 "futures 0.3.30",
9125 "gpui",
9126 "http_client",
9127 "image",
9128 "indoc",
9129 "language",
9130 "languages",
9131 "log",
9132 "markdown_preview",
9133 "multi_buffer",
9134 "project",
9135 "runtimelib",
9136 "schemars",
9137 "serde",
9138 "serde_json",
9139 "settings",
9140 "smol",
9141 "terminal",
9142 "terminal_view",
9143 "theme",
9144 "tree-sitter-md",
9145 "tree-sitter-python",
9146 "tree-sitter-typescript",
9147 "ui",
9148 "util",
9149 "uuid",
9150 "windows 0.58.0",
9151 "workspace",
9152]
9153
9154[[package]]
9155name = "reqwest"
9156version = "0.11.27"
9157source = "registry+https://github.com/rust-lang/crates.io-index"
9158checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9159dependencies = [
9160 "base64 0.21.7",
9161 "bytes 1.7.1",
9162 "encoding_rs",
9163 "futures-core",
9164 "futures-util",
9165 "h2",
9166 "http 0.2.12",
9167 "http-body 0.4.6",
9168 "hyper",
9169 "hyper-tls",
9170 "ipnet",
9171 "js-sys",
9172 "log",
9173 "mime",
9174 "native-tls",
9175 "once_cell",
9176 "percent-encoding",
9177 "pin-project-lite",
9178 "rustls-pemfile",
9179 "serde",
9180 "serde_json",
9181 "serde_urlencoded",
9182 "sync_wrapper",
9183 "system-configuration",
9184 "tokio",
9185 "tokio-native-tls",
9186 "tower-service",
9187 "url",
9188 "wasm-bindgen",
9189 "wasm-bindgen-futures",
9190 "web-sys",
9191 "winreg 0.50.0",
9192]
9193
9194[[package]]
9195name = "resvg"
9196version = "0.41.0"
9197source = "registry+https://github.com/rust-lang/crates.io-index"
9198checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
9199dependencies = [
9200 "log",
9201 "pico-args",
9202 "rgb",
9203 "svgtypes",
9204 "tiny-skia",
9205 "usvg",
9206]
9207
9208[[package]]
9209name = "rfc6979"
9210version = "0.3.1"
9211source = "registry+https://github.com/rust-lang/crates.io-index"
9212checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9213dependencies = [
9214 "crypto-bigint 0.4.9",
9215 "hmac",
9216 "zeroize",
9217]
9218
9219[[package]]
9220name = "rgb"
9221version = "0.8.49"
9222source = "registry+https://github.com/rust-lang/crates.io-index"
9223checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
9224dependencies = [
9225 "bytemuck",
9226]
9227
9228[[package]]
9229name = "rich_text"
9230version = "0.1.0"
9231dependencies = [
9232 "futures 0.3.30",
9233 "gpui",
9234 "language",
9235 "linkify",
9236 "pulldown-cmark 0.12.1",
9237 "theme",
9238 "ui",
9239 "util",
9240]
9241
9242[[package]]
9243name = "ring"
9244version = "0.17.8"
9245source = "registry+https://github.com/rust-lang/crates.io-index"
9246checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9247dependencies = [
9248 "cc",
9249 "cfg-if",
9250 "getrandom 0.2.15",
9251 "libc",
9252 "spin",
9253 "untrusted",
9254 "windows-sys 0.52.0",
9255]
9256
9257[[package]]
9258name = "rkyv"
9259version = "0.7.45"
9260source = "registry+https://github.com/rust-lang/crates.io-index"
9261checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9262dependencies = [
9263 "bitvec",
9264 "bytecheck",
9265 "bytes 1.7.1",
9266 "hashbrown 0.12.3",
9267 "ptr_meta",
9268 "rend",
9269 "rkyv_derive",
9270 "seahash",
9271 "tinyvec",
9272 "uuid",
9273]
9274
9275[[package]]
9276name = "rkyv_derive"
9277version = "0.7.45"
9278source = "registry+https://github.com/rust-lang/crates.io-index"
9279checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9280dependencies = [
9281 "proc-macro2",
9282 "quote",
9283 "syn 1.0.109",
9284]
9285
9286[[package]]
9287name = "rmp"
9288version = "0.8.14"
9289source = "registry+https://github.com/rust-lang/crates.io-index"
9290checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9291dependencies = [
9292 "byteorder",
9293 "num-traits",
9294 "paste",
9295]
9296
9297[[package]]
9298name = "rmpv"
9299version = "1.3.0"
9300source = "registry+https://github.com/rust-lang/crates.io-index"
9301checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9302dependencies = [
9303 "num-traits",
9304 "rmp",
9305]
9306
9307[[package]]
9308name = "rodio"
9309version = "0.19.0"
9310source = "registry+https://github.com/rust-lang/crates.io-index"
9311checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
9312dependencies = [
9313 "cpal",
9314 "hound",
9315 "thiserror",
9316]
9317
9318[[package]]
9319name = "rope"
9320version = "0.1.0"
9321dependencies = [
9322 "arrayvec",
9323 "criterion",
9324 "ctor",
9325 "env_logger",
9326 "gpui",
9327 "log",
9328 "rand 0.8.5",
9329 "smallvec",
9330 "sum_tree",
9331 "unicode-segmentation",
9332 "util",
9333]
9334
9335[[package]]
9336name = "roxmltree"
9337version = "0.19.0"
9338source = "registry+https://github.com/rust-lang/crates.io-index"
9339checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
9340
9341[[package]]
9342name = "roxmltree"
9343version = "0.20.0"
9344source = "registry+https://github.com/rust-lang/crates.io-index"
9345checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9346
9347[[package]]
9348name = "rpc"
9349version = "0.1.0"
9350dependencies = [
9351 "anyhow",
9352 "async-tungstenite",
9353 "base64 0.22.1",
9354 "chrono",
9355 "collections",
9356 "env_logger",
9357 "futures 0.3.30",
9358 "gpui",
9359 "parking_lot",
9360 "proto",
9361 "rand 0.8.5",
9362 "rsa",
9363 "serde",
9364 "serde_json",
9365 "sha2",
9366 "strum 0.25.0",
9367 "tracing",
9368 "util",
9369 "zstd",
9370]
9371
9372[[package]]
9373name = "rsa"
9374version = "0.9.6"
9375source = "registry+https://github.com/rust-lang/crates.io-index"
9376checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
9377dependencies = [
9378 "const-oid",
9379 "digest",
9380 "num-bigint-dig",
9381 "num-integer",
9382 "num-traits",
9383 "pkcs1",
9384 "pkcs8 0.10.2",
9385 "rand_core 0.6.4",
9386 "signature 2.2.0",
9387 "spki 0.7.3",
9388 "subtle",
9389 "zeroize",
9390]
9391
9392[[package]]
9393name = "runtimelib"
9394version = "0.15.0"
9395source = "registry+https://github.com/rust-lang/crates.io-index"
9396checksum = "a7d76d28b882a7b889ebb04e79bc2b160b3061821ea596ff0f4a838fc7a76db0"
9397dependencies = [
9398 "anyhow",
9399 "async-dispatcher",
9400 "async-std",
9401 "base64 0.22.1",
9402 "bytes 1.7.1",
9403 "chrono",
9404 "data-encoding",
9405 "dirs 5.0.1",
9406 "futures 0.3.30",
9407 "glob",
9408 "rand 0.8.5",
9409 "ring",
9410 "serde",
9411 "serde_json",
9412 "shellexpand 3.1.0",
9413 "smol",
9414 "uuid",
9415 "zeromq",
9416]
9417
9418[[package]]
9419name = "rust-embed"
9420version = "8.5.0"
9421source = "registry+https://github.com/rust-lang/crates.io-index"
9422checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
9423dependencies = [
9424 "rust-embed-impl",
9425 "rust-embed-utils",
9426 "walkdir",
9427]
9428
9429[[package]]
9430name = "rust-embed-impl"
9431version = "8.5.0"
9432source = "registry+https://github.com/rust-lang/crates.io-index"
9433checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
9434dependencies = [
9435 "proc-macro2",
9436 "quote",
9437 "rust-embed-utils",
9438 "syn 2.0.76",
9439 "walkdir",
9440]
9441
9442[[package]]
9443name = "rust-embed-utils"
9444version = "8.5.0"
9445source = "registry+https://github.com/rust-lang/crates.io-index"
9446checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
9447dependencies = [
9448 "globset",
9449 "sha2",
9450 "walkdir",
9451]
9452
9453[[package]]
9454name = "rust_decimal"
9455version = "1.36.0"
9456source = "registry+https://github.com/rust-lang/crates.io-index"
9457checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
9458dependencies = [
9459 "arrayvec",
9460 "borsh",
9461 "bytes 1.7.1",
9462 "num-traits",
9463 "rand 0.8.5",
9464 "rkyv",
9465 "serde",
9466 "serde_json",
9467]
9468
9469[[package]]
9470name = "rustc-demangle"
9471version = "0.1.24"
9472source = "registry+https://github.com/rust-lang/crates.io-index"
9473checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
9474
9475[[package]]
9476name = "rustc-hash"
9477version = "1.1.0"
9478source = "registry+https://github.com/rust-lang/crates.io-index"
9479checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
9480
9481[[package]]
9482name = "rustc_version"
9483version = "0.4.1"
9484source = "registry+https://github.com/rust-lang/crates.io-index"
9485checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
9486dependencies = [
9487 "semver",
9488]
9489
9490[[package]]
9491name = "rustix"
9492version = "0.37.27"
9493source = "registry+https://github.com/rust-lang/crates.io-index"
9494checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
9495dependencies = [
9496 "bitflags 1.3.2",
9497 "errno 0.3.9",
9498 "io-lifetimes 1.0.11",
9499 "libc",
9500 "linux-raw-sys 0.3.8",
9501 "windows-sys 0.48.0",
9502]
9503
9504[[package]]
9505name = "rustix"
9506version = "0.38.35"
9507source = "registry+https://github.com/rust-lang/crates.io-index"
9508checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
9509dependencies = [
9510 "bitflags 2.6.0",
9511 "errno 0.3.9",
9512 "itoa",
9513 "libc",
9514 "linux-raw-sys 0.4.14",
9515 "once_cell",
9516 "windows-sys 0.52.0",
9517]
9518
9519[[package]]
9520name = "rustix-openpty"
9521version = "0.1.1"
9522source = "registry+https://github.com/rust-lang/crates.io-index"
9523checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
9524dependencies = [
9525 "errno 0.3.9",
9526 "libc",
9527 "rustix 0.38.35",
9528]
9529
9530[[package]]
9531name = "rustls"
9532version = "0.21.12"
9533source = "registry+https://github.com/rust-lang/crates.io-index"
9534checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
9535dependencies = [
9536 "log",
9537 "ring",
9538 "rustls-webpki",
9539 "sct",
9540]
9541
9542[[package]]
9543name = "rustls-native-certs"
9544version = "0.6.3"
9545source = "registry+https://github.com/rust-lang/crates.io-index"
9546checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
9547dependencies = [
9548 "openssl-probe",
9549 "rustls-pemfile",
9550 "schannel",
9551 "security-framework",
9552]
9553
9554[[package]]
9555name = "rustls-pemfile"
9556version = "1.0.4"
9557source = "registry+https://github.com/rust-lang/crates.io-index"
9558checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
9559dependencies = [
9560 "base64 0.21.7",
9561]
9562
9563[[package]]
9564name = "rustls-webpki"
9565version = "0.101.7"
9566source = "registry+https://github.com/rust-lang/crates.io-index"
9567checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
9568dependencies = [
9569 "ring",
9570 "untrusted",
9571]
9572
9573[[package]]
9574name = "rustversion"
9575version = "1.0.17"
9576source = "registry+https://github.com/rust-lang/crates.io-index"
9577checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
9578
9579[[package]]
9580name = "rustybuzz"
9581version = "0.14.1"
9582source = "registry+https://github.com/rust-lang/crates.io-index"
9583checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
9584dependencies = [
9585 "bitflags 2.6.0",
9586 "bytemuck",
9587 "libm",
9588 "smallvec",
9589 "ttf-parser",
9590 "unicode-bidi-mirroring",
9591 "unicode-ccc",
9592 "unicode-properties",
9593 "unicode-script",
9594]
9595
9596[[package]]
9597name = "ryu"
9598version = "1.0.18"
9599source = "registry+https://github.com/rust-lang/crates.io-index"
9600checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
9601
9602[[package]]
9603name = "salsa20"
9604version = "0.10.2"
9605source = "registry+https://github.com/rust-lang/crates.io-index"
9606checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
9607dependencies = [
9608 "cipher",
9609]
9610
9611[[package]]
9612name = "same-file"
9613version = "1.0.6"
9614source = "registry+https://github.com/rust-lang/crates.io-index"
9615checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
9616dependencies = [
9617 "winapi-util",
9618]
9619
9620[[package]]
9621name = "schannel"
9622version = "0.1.23"
9623source = "registry+https://github.com/rust-lang/crates.io-index"
9624checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
9625dependencies = [
9626 "windows-sys 0.52.0",
9627]
9628
9629[[package]]
9630name = "schemars"
9631version = "0.8.21"
9632source = "registry+https://github.com/rust-lang/crates.io-index"
9633checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
9634dependencies = [
9635 "dyn-clone",
9636 "indexmap 1.9.3",
9637 "schemars_derive",
9638 "serde",
9639 "serde_json",
9640]
9641
9642[[package]]
9643name = "schemars_derive"
9644version = "0.8.21"
9645source = "registry+https://github.com/rust-lang/crates.io-index"
9646checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
9647dependencies = [
9648 "proc-macro2",
9649 "quote",
9650 "serde_derive_internals 0.29.1",
9651 "syn 2.0.76",
9652]
9653
9654[[package]]
9655name = "scoped-tls"
9656version = "1.0.1"
9657source = "registry+https://github.com/rust-lang/crates.io-index"
9658checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
9659
9660[[package]]
9661name = "scopeguard"
9662version = "1.2.0"
9663source = "registry+https://github.com/rust-lang/crates.io-index"
9664checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
9665
9666[[package]]
9667name = "scrypt"
9668version = "0.11.0"
9669source = "registry+https://github.com/rust-lang/crates.io-index"
9670checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
9671dependencies = [
9672 "password-hash",
9673 "pbkdf2",
9674 "salsa20",
9675 "sha2",
9676]
9677
9678[[package]]
9679name = "sct"
9680version = "0.7.1"
9681source = "registry+https://github.com/rust-lang/crates.io-index"
9682checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
9683dependencies = [
9684 "ring",
9685 "untrusted",
9686]
9687
9688[[package]]
9689name = "sea-bae"
9690version = "0.2.0"
9691source = "registry+https://github.com/rust-lang/crates.io-index"
9692checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
9693dependencies = [
9694 "heck 0.4.1",
9695 "proc-macro-error",
9696 "proc-macro2",
9697 "quote",
9698 "syn 2.0.76",
9699]
9700
9701[[package]]
9702name = "sea-orm"
9703version = "1.1.0-rc.1"
9704source = "registry+https://github.com/rust-lang/crates.io-index"
9705checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
9706dependencies = [
9707 "async-stream",
9708 "async-trait",
9709 "bigdecimal",
9710 "chrono",
9711 "futures 0.3.30",
9712 "log",
9713 "ouroboros",
9714 "rust_decimal",
9715 "sea-orm-macros",
9716 "sea-query",
9717 "sea-query-binder",
9718 "serde",
9719 "serde_json",
9720 "sqlx",
9721 "strum 0.26.3",
9722 "thiserror",
9723 "time",
9724 "tracing",
9725 "url",
9726 "uuid",
9727]
9728
9729[[package]]
9730name = "sea-orm-macros"
9731version = "1.1.0-rc.1"
9732source = "registry+https://github.com/rust-lang/crates.io-index"
9733checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
9734dependencies = [
9735 "heck 0.4.1",
9736 "proc-macro2",
9737 "quote",
9738 "sea-bae",
9739 "syn 2.0.76",
9740 "unicode-ident",
9741]
9742
9743[[package]]
9744name = "sea-query"
9745version = "0.32.0-rc.1"
9746source = "registry+https://github.com/rust-lang/crates.io-index"
9747checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
9748dependencies = [
9749 "bigdecimal",
9750 "chrono",
9751 "educe",
9752 "inherent",
9753 "ordered-float 3.9.2",
9754 "rust_decimal",
9755 "serde_json",
9756 "time",
9757 "uuid",
9758]
9759
9760[[package]]
9761name = "sea-query-binder"
9762version = "0.7.0-rc.1"
9763source = "registry+https://github.com/rust-lang/crates.io-index"
9764checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
9765dependencies = [
9766 "bigdecimal",
9767 "chrono",
9768 "rust_decimal",
9769 "sea-query",
9770 "serde_json",
9771 "sqlx",
9772 "time",
9773 "uuid",
9774]
9775
9776[[package]]
9777name = "seahash"
9778version = "4.1.0"
9779source = "registry+https://github.com/rust-lang/crates.io-index"
9780checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
9781
9782[[package]]
9783name = "sealed"
9784version = "0.4.0"
9785source = "registry+https://github.com/rust-lang/crates.io-index"
9786checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
9787dependencies = [
9788 "heck 0.3.3",
9789 "proc-macro2",
9790 "quote",
9791 "syn 1.0.109",
9792]
9793
9794[[package]]
9795name = "search"
9796version = "0.1.0"
9797dependencies = [
9798 "any_vec",
9799 "anyhow",
9800 "bitflags 2.6.0",
9801 "client",
9802 "collections",
9803 "editor",
9804 "futures 0.3.30",
9805 "gpui",
9806 "language",
9807 "menu",
9808 "project",
9809 "serde",
9810 "serde_json",
9811 "settings",
9812 "smol",
9813 "theme",
9814 "ui",
9815 "unindent",
9816 "util",
9817 "workspace",
9818]
9819
9820[[package]]
9821name = "sec1"
9822version = "0.3.0"
9823source = "registry+https://github.com/rust-lang/crates.io-index"
9824checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
9825dependencies = [
9826 "base16ct",
9827 "der 0.6.1",
9828 "generic-array",
9829 "pkcs8 0.9.0",
9830 "subtle",
9831 "zeroize",
9832]
9833
9834[[package]]
9835name = "security-framework"
9836version = "2.11.1"
9837source = "registry+https://github.com/rust-lang/crates.io-index"
9838checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
9839dependencies = [
9840 "bitflags 2.6.0",
9841 "core-foundation 0.9.4",
9842 "core-foundation-sys",
9843 "libc",
9844 "security-framework-sys",
9845]
9846
9847[[package]]
9848name = "security-framework-sys"
9849version = "2.11.1"
9850source = "registry+https://github.com/rust-lang/crates.io-index"
9851checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
9852dependencies = [
9853 "core-foundation-sys",
9854 "libc",
9855]
9856
9857[[package]]
9858name = "self_cell"
9859version = "1.0.4"
9860source = "registry+https://github.com/rust-lang/crates.io-index"
9861checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
9862
9863[[package]]
9864name = "semantic_index"
9865version = "0.1.0"
9866dependencies = [
9867 "anyhow",
9868 "arrayvec",
9869 "blake3",
9870 "client",
9871 "clock",
9872 "collections",
9873 "env_logger",
9874 "feature_flags",
9875 "fs",
9876 "futures 0.3.30",
9877 "futures-batch",
9878 "gpui",
9879 "heed",
9880 "http_client",
9881 "language",
9882 "language_model",
9883 "languages",
9884 "log",
9885 "open_ai",
9886 "parking_lot",
9887 "project",
9888 "serde",
9889 "serde_json",
9890 "settings",
9891 "sha2",
9892 "smol",
9893 "tempfile",
9894 "theme",
9895 "tree-sitter",
9896 "ui",
9897 "unindent",
9898 "util",
9899 "workspace",
9900 "worktree",
9901]
9902
9903[[package]]
9904name = "semantic_version"
9905version = "0.1.0"
9906dependencies = [
9907 "anyhow",
9908 "serde",
9909]
9910
9911[[package]]
9912name = "semver"
9913version = "1.0.23"
9914source = "registry+https://github.com/rust-lang/crates.io-index"
9915checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
9916dependencies = [
9917 "serde",
9918]
9919
9920[[package]]
9921name = "serde"
9922version = "1.0.209"
9923source = "registry+https://github.com/rust-lang/crates.io-index"
9924checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
9925dependencies = [
9926 "serde_derive",
9927]
9928
9929[[package]]
9930name = "serde_derive"
9931version = "1.0.209"
9932source = "registry+https://github.com/rust-lang/crates.io-index"
9933checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
9934dependencies = [
9935 "proc-macro2",
9936 "quote",
9937 "syn 2.0.76",
9938]
9939
9940[[package]]
9941name = "serde_derive_internals"
9942version = "0.26.0"
9943source = "registry+https://github.com/rust-lang/crates.io-index"
9944checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
9945dependencies = [
9946 "proc-macro2",
9947 "quote",
9948 "syn 1.0.109",
9949]
9950
9951[[package]]
9952name = "serde_derive_internals"
9953version = "0.29.1"
9954source = "registry+https://github.com/rust-lang/crates.io-index"
9955checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
9956dependencies = [
9957 "proc-macro2",
9958 "quote",
9959 "syn 2.0.76",
9960]
9961
9962[[package]]
9963name = "serde_fmt"
9964version = "1.0.3"
9965source = "registry+https://github.com/rust-lang/crates.io-index"
9966checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
9967dependencies = [
9968 "serde",
9969]
9970
9971[[package]]
9972name = "serde_json"
9973version = "1.0.127"
9974source = "registry+https://github.com/rust-lang/crates.io-index"
9975checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
9976dependencies = [
9977 "indexmap 2.4.0",
9978 "itoa",
9979 "memchr",
9980 "ryu",
9981 "serde",
9982]
9983
9984[[package]]
9985name = "serde_json_lenient"
9986version = "0.2.1"
9987source = "registry+https://github.com/rust-lang/crates.io-index"
9988checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
9989dependencies = [
9990 "indexmap 2.4.0",
9991 "itoa",
9992 "ryu",
9993 "serde",
9994]
9995
9996[[package]]
9997name = "serde_path_to_error"
9998version = "0.1.16"
9999source = "registry+https://github.com/rust-lang/crates.io-index"
10000checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
10001dependencies = [
10002 "itoa",
10003 "serde",
10004]
10005
10006[[package]]
10007name = "serde_qs"
10008version = "0.8.5"
10009source = "registry+https://github.com/rust-lang/crates.io-index"
10010checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
10011dependencies = [
10012 "percent-encoding",
10013 "serde",
10014 "thiserror",
10015]
10016
10017[[package]]
10018name = "serde_qs"
10019version = "0.10.1"
10020source = "registry+https://github.com/rust-lang/crates.io-index"
10021checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
10022dependencies = [
10023 "percent-encoding",
10024 "serde",
10025 "thiserror",
10026]
10027
10028[[package]]
10029name = "serde_repr"
10030version = "0.1.19"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
10033dependencies = [
10034 "proc-macro2",
10035 "quote",
10036 "syn 2.0.76",
10037]
10038
10039[[package]]
10040name = "serde_spanned"
10041version = "0.6.7"
10042source = "registry+https://github.com/rust-lang/crates.io-index"
10043checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
10044dependencies = [
10045 "serde",
10046]
10047
10048[[package]]
10049name = "serde_urlencoded"
10050version = "0.7.1"
10051source = "registry+https://github.com/rust-lang/crates.io-index"
10052checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
10053dependencies = [
10054 "form_urlencoded",
10055 "itoa",
10056 "ryu",
10057 "serde",
10058]
10059
10060[[package]]
10061name = "session"
10062version = "0.1.0"
10063dependencies = [
10064 "db",
10065 "gpui",
10066 "serde_json",
10067 "util",
10068 "uuid",
10069]
10070
10071[[package]]
10072name = "settings"
10073version = "0.1.0"
10074dependencies = [
10075 "anyhow",
10076 "collections",
10077 "fs",
10078 "futures 0.3.30",
10079 "gpui",
10080 "indoc",
10081 "log",
10082 "paths",
10083 "pretty_assertions",
10084 "release_channel",
10085 "rust-embed",
10086 "schemars",
10087 "serde",
10088 "serde_derive",
10089 "serde_json",
10090 "serde_json_lenient",
10091 "smallvec",
10092 "tree-sitter",
10093 "tree-sitter-json",
10094 "unindent",
10095 "util",
10096]
10097
10098[[package]]
10099name = "settings_ui"
10100version = "0.1.0"
10101dependencies = [
10102 "command_palette_hooks",
10103 "editor",
10104 "feature_flags",
10105 "gpui",
10106 "settings",
10107 "theme",
10108 "ui",
10109 "workspace",
10110]
10111
10112[[package]]
10113name = "sha1"
10114version = "0.10.6"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10117dependencies = [
10118 "cfg-if",
10119 "cpufeatures",
10120 "digest",
10121]
10122
10123[[package]]
10124name = "sha1_smol"
10125version = "1.0.1"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
10128
10129[[package]]
10130name = "sha2"
10131version = "0.10.8"
10132source = "registry+https://github.com/rust-lang/crates.io-index"
10133checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
10134dependencies = [
10135 "cfg-if",
10136 "cpufeatures",
10137 "digest",
10138]
10139
10140[[package]]
10141name = "sharded-slab"
10142version = "0.1.7"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
10145dependencies = [
10146 "lazy_static",
10147]
10148
10149[[package]]
10150name = "shell-words"
10151version = "1.1.0"
10152source = "registry+https://github.com/rust-lang/crates.io-index"
10153checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
10154
10155[[package]]
10156name = "shellexpand"
10157version = "2.1.2"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10160dependencies = [
10161 "dirs 4.0.0",
10162]
10163
10164[[package]]
10165name = "shellexpand"
10166version = "3.1.0"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10169dependencies = [
10170 "dirs 5.0.1",
10171]
10172
10173[[package]]
10174name = "shlex"
10175version = "1.3.0"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10178
10179[[package]]
10180name = "signal-hook"
10181version = "0.3.17"
10182source = "registry+https://github.com/rust-lang/crates.io-index"
10183checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10184dependencies = [
10185 "libc",
10186 "signal-hook-registry",
10187]
10188
10189[[package]]
10190name = "signal-hook-registry"
10191version = "1.4.2"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10194dependencies = [
10195 "libc",
10196]
10197
10198[[package]]
10199name = "signature"
10200version = "1.6.4"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10203dependencies = [
10204 "digest",
10205 "rand_core 0.6.4",
10206]
10207
10208[[package]]
10209name = "signature"
10210version = "2.2.0"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10213dependencies = [
10214 "digest",
10215 "rand_core 0.6.4",
10216]
10217
10218[[package]]
10219name = "simd-adler32"
10220version = "0.3.7"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10223
10224[[package]]
10225name = "simd_helpers"
10226version = "0.1.0"
10227source = "registry+https://github.com/rust-lang/crates.io-index"
10228checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10229dependencies = [
10230 "quote",
10231]
10232
10233[[package]]
10234name = "simdutf8"
10235version = "0.1.4"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10238
10239[[package]]
10240name = "similar"
10241version = "1.3.0"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10244
10245[[package]]
10246name = "simple_asn1"
10247version = "0.6.2"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10250dependencies = [
10251 "num-bigint",
10252 "num-traits",
10253 "thiserror",
10254 "time",
10255]
10256
10257[[package]]
10258name = "simplecss"
10259version = "0.2.1"
10260source = "registry+https://github.com/rust-lang/crates.io-index"
10261checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10262dependencies = [
10263 "log",
10264]
10265
10266[[package]]
10267name = "simplelog"
10268version = "0.12.2"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10271dependencies = [
10272 "log",
10273 "termcolor",
10274 "time",
10275]
10276
10277[[package]]
10278name = "siphasher"
10279version = "0.3.11"
10280source = "registry+https://github.com/rust-lang/crates.io-index"
10281checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10282
10283[[package]]
10284name = "siphasher"
10285version = "1.0.1"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
10288
10289[[package]]
10290name = "skrifa"
10291version = "0.20.0"
10292source = "registry+https://github.com/rust-lang/crates.io-index"
10293checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
10294dependencies = [
10295 "bytemuck",
10296 "read-fonts",
10297]
10298
10299[[package]]
10300name = "slab"
10301version = "0.4.9"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
10304dependencies = [
10305 "autocfg",
10306]
10307
10308[[package]]
10309name = "slash_commands_example"
10310version = "0.1.0"
10311dependencies = [
10312 "zed_extension_api 0.1.0",
10313]
10314
10315[[package]]
10316name = "slice-group-by"
10317version = "0.3.1"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
10320
10321[[package]]
10322name = "slotmap"
10323version = "1.0.7"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
10326dependencies = [
10327 "version_check",
10328]
10329
10330[[package]]
10331name = "sluice"
10332version = "0.5.5"
10333source = "registry+https://github.com/rust-lang/crates.io-index"
10334checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
10335dependencies = [
10336 "async-channel 1.9.0",
10337 "futures-core",
10338 "futures-io",
10339]
10340
10341[[package]]
10342name = "smallvec"
10343version = "1.13.2"
10344source = "registry+https://github.com/rust-lang/crates.io-index"
10345checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
10346dependencies = [
10347 "serde",
10348]
10349
10350[[package]]
10351name = "smart-default"
10352version = "0.6.0"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
10355dependencies = [
10356 "proc-macro2",
10357 "quote",
10358 "syn 1.0.109",
10359]
10360
10361[[package]]
10362name = "smol"
10363version = "1.3.0"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
10366dependencies = [
10367 "async-channel 1.9.0",
10368 "async-executor",
10369 "async-fs 1.6.0",
10370 "async-io 1.13.0",
10371 "async-lock 2.8.0",
10372 "async-net 1.8.0",
10373 "async-process 1.8.1",
10374 "blocking",
10375 "futures-lite 1.13.0",
10376]
10377
10378[[package]]
10379name = "smol_str"
10380version = "0.1.24"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
10383dependencies = [
10384 "serde",
10385]
10386
10387[[package]]
10388name = "snippet"
10389version = "0.1.0"
10390dependencies = [
10391 "anyhow",
10392 "smallvec",
10393]
10394
10395[[package]]
10396name = "snippet_provider"
10397version = "0.1.0"
10398dependencies = [
10399 "anyhow",
10400 "collections",
10401 "fs",
10402 "futures 0.3.30",
10403 "gpui",
10404 "parking_lot",
10405 "serde",
10406 "serde_json",
10407 "snippet",
10408 "util",
10409]
10410
10411[[package]]
10412name = "socket2"
10413version = "0.4.10"
10414source = "registry+https://github.com/rust-lang/crates.io-index"
10415checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
10416dependencies = [
10417 "libc",
10418 "winapi",
10419]
10420
10421[[package]]
10422name = "socket2"
10423version = "0.5.7"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
10426dependencies = [
10427 "libc",
10428 "windows-sys 0.52.0",
10429]
10430
10431[[package]]
10432name = "spdx"
10433version = "0.10.6"
10434source = "registry+https://github.com/rust-lang/crates.io-index"
10435checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
10436dependencies = [
10437 "smallvec",
10438]
10439
10440[[package]]
10441name = "spin"
10442version = "0.9.8"
10443source = "registry+https://github.com/rust-lang/crates.io-index"
10444checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
10445dependencies = [
10446 "lock_api",
10447]
10448
10449[[package]]
10450name = "spirv"
10451version = "0.3.0+sdk-1.3.268.0"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
10454dependencies = [
10455 "bitflags 2.6.0",
10456]
10457
10458[[package]]
10459name = "spki"
10460version = "0.6.0"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
10463dependencies = [
10464 "base64ct",
10465 "der 0.6.1",
10466]
10467
10468[[package]]
10469name = "spki"
10470version = "0.7.3"
10471source = "registry+https://github.com/rust-lang/crates.io-index"
10472checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
10473dependencies = [
10474 "base64ct",
10475 "der 0.7.9",
10476]
10477
10478[[package]]
10479name = "sptr"
10480version = "0.3.2"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
10483
10484[[package]]
10485name = "sqlez"
10486version = "0.1.0"
10487dependencies = [
10488 "anyhow",
10489 "collections",
10490 "futures 0.3.30",
10491 "indoc",
10492 "libsqlite3-sys",
10493 "parking_lot",
10494 "smol",
10495 "thread_local",
10496 "util",
10497 "uuid",
10498]
10499
10500[[package]]
10501name = "sqlez_macros"
10502version = "0.1.0"
10503dependencies = [
10504 "sqlez",
10505 "sqlformat",
10506 "syn 1.0.109",
10507]
10508
10509[[package]]
10510name = "sqlformat"
10511version = "0.2.4"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f"
10514dependencies = [
10515 "nom",
10516 "unicode_categories",
10517]
10518
10519[[package]]
10520name = "sqlx"
10521version = "0.8.0"
10522source = "registry+https://github.com/rust-lang/crates.io-index"
10523checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
10524dependencies = [
10525 "sqlx-core",
10526 "sqlx-macros",
10527 "sqlx-mysql",
10528 "sqlx-postgres",
10529 "sqlx-sqlite",
10530]
10531
10532[[package]]
10533name = "sqlx-core"
10534version = "0.8.0"
10535source = "registry+https://github.com/rust-lang/crates.io-index"
10536checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
10537dependencies = [
10538 "atoi",
10539 "bigdecimal",
10540 "byteorder",
10541 "bytes 1.7.1",
10542 "chrono",
10543 "crc",
10544 "crossbeam-queue",
10545 "either",
10546 "event-listener 5.3.1",
10547 "futures-channel",
10548 "futures-core",
10549 "futures-intrusive",
10550 "futures-io",
10551 "futures-util",
10552 "hashbrown 0.14.5",
10553 "hashlink",
10554 "hex",
10555 "indexmap 2.4.0",
10556 "log",
10557 "memchr",
10558 "once_cell",
10559 "paste",
10560 "percent-encoding",
10561 "rust_decimal",
10562 "rustls",
10563 "rustls-pemfile",
10564 "serde",
10565 "serde_json",
10566 "sha2",
10567 "smallvec",
10568 "sqlformat",
10569 "thiserror",
10570 "time",
10571 "tokio",
10572 "tokio-stream",
10573 "tracing",
10574 "url",
10575 "uuid",
10576 "webpki-roots",
10577]
10578
10579[[package]]
10580name = "sqlx-macros"
10581version = "0.8.0"
10582source = "registry+https://github.com/rust-lang/crates.io-index"
10583checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
10584dependencies = [
10585 "proc-macro2",
10586 "quote",
10587 "sqlx-core",
10588 "sqlx-macros-core",
10589 "syn 2.0.76",
10590]
10591
10592[[package]]
10593name = "sqlx-macros-core"
10594version = "0.8.0"
10595source = "registry+https://github.com/rust-lang/crates.io-index"
10596checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
10597dependencies = [
10598 "dotenvy",
10599 "either",
10600 "heck 0.5.0",
10601 "hex",
10602 "once_cell",
10603 "proc-macro2",
10604 "quote",
10605 "serde",
10606 "serde_json",
10607 "sha2",
10608 "sqlx-core",
10609 "sqlx-mysql",
10610 "sqlx-postgres",
10611 "sqlx-sqlite",
10612 "syn 2.0.76",
10613 "tempfile",
10614 "tokio",
10615 "url",
10616]
10617
10618[[package]]
10619name = "sqlx-mysql"
10620version = "0.8.0"
10621source = "registry+https://github.com/rust-lang/crates.io-index"
10622checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
10623dependencies = [
10624 "atoi",
10625 "base64 0.22.1",
10626 "bigdecimal",
10627 "bitflags 2.6.0",
10628 "byteorder",
10629 "bytes 1.7.1",
10630 "chrono",
10631 "crc",
10632 "digest",
10633 "dotenvy",
10634 "either",
10635 "futures-channel",
10636 "futures-core",
10637 "futures-io",
10638 "futures-util",
10639 "generic-array",
10640 "hex",
10641 "hkdf",
10642 "hmac",
10643 "itoa",
10644 "log",
10645 "md-5",
10646 "memchr",
10647 "once_cell",
10648 "percent-encoding",
10649 "rand 0.8.5",
10650 "rsa",
10651 "rust_decimal",
10652 "serde",
10653 "sha1",
10654 "sha2",
10655 "smallvec",
10656 "sqlx-core",
10657 "stringprep",
10658 "thiserror",
10659 "time",
10660 "tracing",
10661 "uuid",
10662 "whoami",
10663]
10664
10665[[package]]
10666name = "sqlx-postgres"
10667version = "0.8.0"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
10670dependencies = [
10671 "atoi",
10672 "base64 0.22.1",
10673 "bigdecimal",
10674 "bitflags 2.6.0",
10675 "byteorder",
10676 "chrono",
10677 "crc",
10678 "dotenvy",
10679 "etcetera",
10680 "futures-channel",
10681 "futures-core",
10682 "futures-io",
10683 "futures-util",
10684 "hex",
10685 "hkdf",
10686 "hmac",
10687 "home",
10688 "itoa",
10689 "log",
10690 "md-5",
10691 "memchr",
10692 "num-bigint",
10693 "once_cell",
10694 "rand 0.8.5",
10695 "rust_decimal",
10696 "serde",
10697 "serde_json",
10698 "sha2",
10699 "smallvec",
10700 "sqlx-core",
10701 "stringprep",
10702 "thiserror",
10703 "time",
10704 "tracing",
10705 "uuid",
10706 "whoami",
10707]
10708
10709[[package]]
10710name = "sqlx-sqlite"
10711version = "0.8.0"
10712source = "registry+https://github.com/rust-lang/crates.io-index"
10713checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
10714dependencies = [
10715 "atoi",
10716 "chrono",
10717 "flume",
10718 "futures-channel",
10719 "futures-core",
10720 "futures-executor",
10721 "futures-intrusive",
10722 "futures-util",
10723 "libsqlite3-sys",
10724 "log",
10725 "percent-encoding",
10726 "serde",
10727 "serde_urlencoded",
10728 "sqlx-core",
10729 "time",
10730 "tracing",
10731 "url",
10732 "uuid",
10733]
10734
10735[[package]]
10736name = "stable_deref_trait"
10737version = "1.2.0"
10738source = "registry+https://github.com/rust-lang/crates.io-index"
10739checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
10740
10741[[package]]
10742name = "static_assertions"
10743version = "1.1.0"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
10746
10747[[package]]
10748name = "story"
10749version = "0.1.0"
10750dependencies = [
10751 "gpui",
10752 "itertools 0.13.0",
10753 "smallvec",
10754]
10755
10756[[package]]
10757name = "storybook"
10758version = "0.1.0"
10759dependencies = [
10760 "anyhow",
10761 "clap",
10762 "collab_ui",
10763 "ctrlc",
10764 "dialoguer",
10765 "editor",
10766 "fuzzy",
10767 "gpui",
10768 "indoc",
10769 "language",
10770 "log",
10771 "menu",
10772 "picker",
10773 "project",
10774 "rust-embed",
10775 "settings",
10776 "simplelog",
10777 "story",
10778 "strum 0.25.0",
10779 "theme",
10780 "title_bar",
10781 "ui",
10782]
10783
10784[[package]]
10785name = "strict-num"
10786version = "0.1.1"
10787source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
10789dependencies = [
10790 "float-cmp",
10791]
10792
10793[[package]]
10794name = "string_cache"
10795version = "0.8.7"
10796source = "registry+https://github.com/rust-lang/crates.io-index"
10797checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
10798dependencies = [
10799 "new_debug_unreachable",
10800 "once_cell",
10801 "parking_lot",
10802 "phf_shared 0.10.0",
10803 "precomputed-hash",
10804 "serde",
10805]
10806
10807[[package]]
10808name = "string_cache_codegen"
10809version = "0.5.2"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
10812dependencies = [
10813 "phf_generator 0.10.0",
10814 "phf_shared 0.10.0",
10815 "proc-macro2",
10816 "quote",
10817]
10818
10819[[package]]
10820name = "stringprep"
10821version = "0.1.5"
10822source = "registry+https://github.com/rust-lang/crates.io-index"
10823checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
10824dependencies = [
10825 "unicode-bidi",
10826 "unicode-normalization",
10827 "unicode-properties",
10828]
10829
10830[[package]]
10831name = "strsim"
10832version = "0.11.1"
10833source = "registry+https://github.com/rust-lang/crates.io-index"
10834checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
10835
10836[[package]]
10837name = "strum"
10838version = "0.25.0"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
10841dependencies = [
10842 "strum_macros",
10843]
10844
10845[[package]]
10846name = "strum"
10847version = "0.26.3"
10848source = "registry+https://github.com/rust-lang/crates.io-index"
10849checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
10850
10851[[package]]
10852name = "strum_macros"
10853version = "0.25.3"
10854source = "registry+https://github.com/rust-lang/crates.io-index"
10855checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
10856dependencies = [
10857 "heck 0.4.1",
10858 "proc-macro2",
10859 "quote",
10860 "rustversion",
10861 "syn 2.0.76",
10862]
10863
10864[[package]]
10865name = "subtle"
10866version = "2.6.1"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
10869
10870[[package]]
10871name = "sum_tree"
10872version = "0.1.0"
10873dependencies = [
10874 "arrayvec",
10875 "ctor",
10876 "env_logger",
10877 "log",
10878 "rand 0.8.5",
10879 "rayon",
10880]
10881
10882[[package]]
10883name = "supermaven"
10884version = "0.1.0"
10885dependencies = [
10886 "anyhow",
10887 "client",
10888 "collections",
10889 "editor",
10890 "env_logger",
10891 "futures 0.3.30",
10892 "gpui",
10893 "http_client",
10894 "language",
10895 "log",
10896 "postage",
10897 "project",
10898 "serde",
10899 "serde_json",
10900 "settings",
10901 "smol",
10902 "supermaven_api",
10903 "text",
10904 "theme",
10905 "ui",
10906 "util",
10907 "windows 0.58.0",
10908]
10909
10910[[package]]
10911name = "supermaven_api"
10912version = "0.1.0"
10913dependencies = [
10914 "anyhow",
10915 "futures 0.3.30",
10916 "http_client",
10917 "paths",
10918 "serde",
10919 "serde_json",
10920 "smol",
10921]
10922
10923[[package]]
10924name = "sval"
10925version = "2.13.0"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
10928
10929[[package]]
10930name = "sval_buffer"
10931version = "2.13.0"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
10934dependencies = [
10935 "sval",
10936 "sval_ref",
10937]
10938
10939[[package]]
10940name = "sval_dynamic"
10941version = "2.13.0"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
10944dependencies = [
10945 "sval",
10946]
10947
10948[[package]]
10949name = "sval_fmt"
10950version = "2.13.0"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
10953dependencies = [
10954 "itoa",
10955 "ryu",
10956 "sval",
10957]
10958
10959[[package]]
10960name = "sval_json"
10961version = "2.13.0"
10962source = "registry+https://github.com/rust-lang/crates.io-index"
10963checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
10964dependencies = [
10965 "itoa",
10966 "ryu",
10967 "sval",
10968]
10969
10970[[package]]
10971name = "sval_nested"
10972version = "2.13.0"
10973source = "registry+https://github.com/rust-lang/crates.io-index"
10974checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
10975dependencies = [
10976 "sval",
10977 "sval_buffer",
10978 "sval_ref",
10979]
10980
10981[[package]]
10982name = "sval_ref"
10983version = "2.13.0"
10984source = "registry+https://github.com/rust-lang/crates.io-index"
10985checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
10986dependencies = [
10987 "sval",
10988]
10989
10990[[package]]
10991name = "sval_serde"
10992version = "2.13.0"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
10995dependencies = [
10996 "serde",
10997 "sval",
10998 "sval_nested",
10999]
11000
11001[[package]]
11002name = "svg_fmt"
11003version = "0.4.3"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
11006
11007[[package]]
11008name = "svgtypes"
11009version = "0.15.2"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
11012dependencies = [
11013 "kurbo",
11014 "siphasher 1.0.1",
11015]
11016
11017[[package]]
11018name = "swash"
11019version = "0.1.18"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
11022dependencies = [
11023 "skrifa",
11024 "yazi",
11025 "zeno",
11026]
11027
11028[[package]]
11029name = "syn"
11030version = "1.0.109"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
11033dependencies = [
11034 "proc-macro2",
11035 "quote",
11036 "unicode-ident",
11037]
11038
11039[[package]]
11040name = "syn"
11041version = "2.0.76"
11042source = "registry+https://github.com/rust-lang/crates.io-index"
11043checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
11044dependencies = [
11045 "proc-macro2",
11046 "quote",
11047 "unicode-ident",
11048]
11049
11050[[package]]
11051name = "syn_derive"
11052version = "0.1.8"
11053source = "registry+https://github.com/rust-lang/crates.io-index"
11054checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
11055dependencies = [
11056 "proc-macro-error",
11057 "proc-macro2",
11058 "quote",
11059 "syn 2.0.76",
11060]
11061
11062[[package]]
11063name = "sync_wrapper"
11064version = "0.1.2"
11065source = "registry+https://github.com/rust-lang/crates.io-index"
11066checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
11067
11068[[package]]
11069name = "synchronoise"
11070version = "1.0.1"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
11073dependencies = [
11074 "crossbeam-queue",
11075]
11076
11077[[package]]
11078name = "sys-locale"
11079version = "0.3.1"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
11082dependencies = [
11083 "libc",
11084]
11085
11086[[package]]
11087name = "sysinfo"
11088version = "0.31.4"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
11091dependencies = [
11092 "core-foundation-sys",
11093 "libc",
11094 "memchr",
11095 "ntapi",
11096 "rayon",
11097 "windows 0.54.0",
11098]
11099
11100[[package]]
11101name = "system-configuration"
11102version = "0.5.1"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
11105dependencies = [
11106 "bitflags 1.3.2",
11107 "core-foundation 0.9.4",
11108 "system-configuration-sys",
11109]
11110
11111[[package]]
11112name = "system-configuration-sys"
11113version = "0.5.0"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
11116dependencies = [
11117 "core-foundation-sys",
11118 "libc",
11119]
11120
11121[[package]]
11122name = "system-deps"
11123version = "6.2.2"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
11126dependencies = [
11127 "cfg-expr",
11128 "heck 0.5.0",
11129 "pkg-config",
11130 "toml 0.8.19",
11131 "version-compare",
11132]
11133
11134[[package]]
11135name = "system-interface"
11136version = "0.27.2"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
11139dependencies = [
11140 "bitflags 2.6.0",
11141 "cap-fs-ext",
11142 "cap-std",
11143 "fd-lock",
11144 "io-lifetimes 2.0.3",
11145 "rustix 0.38.35",
11146 "windows-sys 0.52.0",
11147 "winx",
11148]
11149
11150[[package]]
11151name = "tab_switcher"
11152version = "0.1.0"
11153dependencies = [
11154 "anyhow",
11155 "collections",
11156 "ctor",
11157 "editor",
11158 "env_logger",
11159 "gpui",
11160 "language",
11161 "menu",
11162 "picker",
11163 "project",
11164 "serde",
11165 "serde_json",
11166 "theme",
11167 "ui",
11168 "util",
11169 "workspace",
11170]
11171
11172[[package]]
11173name = "taffy"
11174version = "0.4.4"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11177dependencies = [
11178 "arrayvec",
11179 "grid",
11180 "num-traits",
11181 "serde",
11182 "slotmap",
11183]
11184
11185[[package]]
11186name = "take-until"
11187version = "0.2.0"
11188source = "registry+https://github.com/rust-lang/crates.io-index"
11189checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11190
11191[[package]]
11192name = "tap"
11193version = "1.0.1"
11194source = "registry+https://github.com/rust-lang/crates.io-index"
11195checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11196
11197[[package]]
11198name = "target-lexicon"
11199version = "0.12.16"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11202
11203[[package]]
11204name = "task"
11205version = "0.1.0"
11206dependencies = [
11207 "anyhow",
11208 "collections",
11209 "futures 0.3.30",
11210 "gpui",
11211 "hex",
11212 "parking_lot",
11213 "schemars",
11214 "serde",
11215 "serde_json_lenient",
11216 "sha2",
11217 "shellexpand 2.1.2",
11218 "util",
11219]
11220
11221[[package]]
11222name = "tasks_ui"
11223version = "0.1.0"
11224dependencies = [
11225 "anyhow",
11226 "editor",
11227 "file_icons",
11228 "fuzzy",
11229 "gpui",
11230 "language",
11231 "menu",
11232 "picker",
11233 "project",
11234 "schemars",
11235 "serde",
11236 "serde_json",
11237 "settings",
11238 "task",
11239 "tree-sitter-rust",
11240 "tree-sitter-typescript",
11241 "ui",
11242 "util",
11243 "workspace",
11244]
11245
11246[[package]]
11247name = "telemetry_events"
11248version = "0.1.0"
11249dependencies = [
11250 "semantic_version",
11251 "serde",
11252]
11253
11254[[package]]
11255name = "tempfile"
11256version = "3.12.0"
11257source = "registry+https://github.com/rust-lang/crates.io-index"
11258checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
11259dependencies = [
11260 "cfg-if",
11261 "fastrand 2.1.1",
11262 "once_cell",
11263 "rustix 0.38.35",
11264 "windows-sys 0.59.0",
11265]
11266
11267[[package]]
11268name = "tendril"
11269version = "0.4.3"
11270source = "registry+https://github.com/rust-lang/crates.io-index"
11271checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
11272dependencies = [
11273 "futf",
11274 "mac",
11275 "utf-8",
11276]
11277
11278[[package]]
11279name = "termcolor"
11280version = "1.4.1"
11281source = "registry+https://github.com/rust-lang/crates.io-index"
11282checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
11283dependencies = [
11284 "winapi-util",
11285]
11286
11287[[package]]
11288name = "terminal"
11289version = "0.1.0"
11290dependencies = [
11291 "alacritty_terminal",
11292 "anyhow",
11293 "collections",
11294 "dirs 4.0.0",
11295 "futures 0.3.30",
11296 "gpui",
11297 "libc",
11298 "rand 0.8.5",
11299 "release_channel",
11300 "schemars",
11301 "serde",
11302 "serde_derive",
11303 "settings",
11304 "smol",
11305 "sysinfo",
11306 "task",
11307 "theme",
11308 "thiserror",
11309 "util",
11310 "windows 0.58.0",
11311]
11312
11313[[package]]
11314name = "terminal_size"
11315version = "0.3.0"
11316source = "registry+https://github.com/rust-lang/crates.io-index"
11317checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
11318dependencies = [
11319 "rustix 0.38.35",
11320 "windows-sys 0.48.0",
11321]
11322
11323[[package]]
11324name = "terminal_view"
11325version = "0.1.0"
11326dependencies = [
11327 "anyhow",
11328 "client",
11329 "collections",
11330 "db",
11331 "dirs 4.0.0",
11332 "editor",
11333 "futures 0.3.30",
11334 "gpui",
11335 "itertools 0.13.0",
11336 "language",
11337 "project",
11338 "rand 0.8.5",
11339 "search",
11340 "serde",
11341 "serde_json",
11342 "settings",
11343 "shellexpand 2.1.2",
11344 "smol",
11345 "task",
11346 "tasks_ui",
11347 "terminal",
11348 "theme",
11349 "ui",
11350 "util",
11351 "workspace",
11352 "zed_actions",
11353]
11354
11355[[package]]
11356name = "text"
11357version = "0.1.0"
11358dependencies = [
11359 "anyhow",
11360 "clock",
11361 "collections",
11362 "ctor",
11363 "env_logger",
11364 "gpui",
11365 "http_client",
11366 "log",
11367 "parking_lot",
11368 "postage",
11369 "rand 0.8.5",
11370 "regex",
11371 "rope",
11372 "smallvec",
11373 "sum_tree",
11374 "util",
11375]
11376
11377[[package]]
11378name = "theme"
11379version = "0.1.0"
11380dependencies = [
11381 "anyhow",
11382 "collections",
11383 "derive_more",
11384 "fs",
11385 "futures 0.3.30",
11386 "gpui",
11387 "indexmap 1.9.3",
11388 "log",
11389 "palette",
11390 "parking_lot",
11391 "refineable",
11392 "schemars",
11393 "serde",
11394 "serde_derive",
11395 "serde_json",
11396 "serde_json_lenient",
11397 "serde_repr",
11398 "settings",
11399 "story",
11400 "util",
11401 "uuid",
11402]
11403
11404[[package]]
11405name = "theme_importer"
11406version = "0.1.0"
11407dependencies = [
11408 "anyhow",
11409 "clap",
11410 "gpui",
11411 "indexmap 1.9.3",
11412 "log",
11413 "palette",
11414 "rust-embed",
11415 "schemars",
11416 "serde",
11417 "serde_json",
11418 "serde_json_lenient",
11419 "simplelog",
11420 "strum 0.25.0",
11421 "theme",
11422 "vscode_theme",
11423]
11424
11425[[package]]
11426name = "theme_selector"
11427version = "0.1.0"
11428dependencies = [
11429 "client",
11430 "feature_flags",
11431 "fs",
11432 "fuzzy",
11433 "gpui",
11434 "log",
11435 "picker",
11436 "serde",
11437 "settings",
11438 "theme",
11439 "ui",
11440 "util",
11441 "workspace",
11442]
11443
11444[[package]]
11445name = "thiserror"
11446version = "1.0.63"
11447source = "registry+https://github.com/rust-lang/crates.io-index"
11448checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
11449dependencies = [
11450 "thiserror-impl",
11451]
11452
11453[[package]]
11454name = "thiserror-impl"
11455version = "1.0.63"
11456source = "registry+https://github.com/rust-lang/crates.io-index"
11457checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
11458dependencies = [
11459 "proc-macro2",
11460 "quote",
11461 "syn 2.0.76",
11462]
11463
11464[[package]]
11465name = "thread_local"
11466version = "1.1.8"
11467source = "registry+https://github.com/rust-lang/crates.io-index"
11468checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
11469dependencies = [
11470 "cfg-if",
11471 "once_cell",
11472]
11473
11474[[package]]
11475name = "tiff"
11476version = "0.9.1"
11477source = "registry+https://github.com/rust-lang/crates.io-index"
11478checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
11479dependencies = [
11480 "flate2",
11481 "jpeg-decoder",
11482 "weezl",
11483]
11484
11485[[package]]
11486name = "tiktoken-rs"
11487version = "0.5.9"
11488source = "registry+https://github.com/rust-lang/crates.io-index"
11489checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
11490dependencies = [
11491 "anyhow",
11492 "base64 0.21.7",
11493 "bstr",
11494 "fancy-regex",
11495 "lazy_static",
11496 "parking_lot",
11497 "rustc-hash",
11498]
11499
11500[[package]]
11501name = "time"
11502version = "0.3.36"
11503source = "registry+https://github.com/rust-lang/crates.io-index"
11504checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
11505dependencies = [
11506 "deranged",
11507 "itoa",
11508 "libc",
11509 "num-conv",
11510 "num_threads",
11511 "powerfmt",
11512 "serde",
11513 "time-core",
11514 "time-macros",
11515]
11516
11517[[package]]
11518name = "time-core"
11519version = "0.1.2"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
11522
11523[[package]]
11524name = "time-macros"
11525version = "0.2.18"
11526source = "registry+https://github.com/rust-lang/crates.io-index"
11527checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
11528dependencies = [
11529 "num-conv",
11530 "time-core",
11531]
11532
11533[[package]]
11534name = "time_format"
11535version = "0.1.0"
11536dependencies = [
11537 "core-foundation 0.9.4",
11538 "core-foundation-sys",
11539 "sys-locale",
11540 "time",
11541]
11542
11543[[package]]
11544name = "tiny-keccak"
11545version = "2.0.2"
11546source = "registry+https://github.com/rust-lang/crates.io-index"
11547checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
11548dependencies = [
11549 "crunchy",
11550]
11551
11552[[package]]
11553name = "tiny-skia"
11554version = "0.11.4"
11555source = "registry+https://github.com/rust-lang/crates.io-index"
11556checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
11557dependencies = [
11558 "arrayref",
11559 "arrayvec",
11560 "bytemuck",
11561 "cfg-if",
11562 "log",
11563 "png",
11564 "tiny-skia-path",
11565]
11566
11567[[package]]
11568name = "tiny-skia-path"
11569version = "0.11.4"
11570source = "registry+https://github.com/rust-lang/crates.io-index"
11571checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
11572dependencies = [
11573 "arrayref",
11574 "bytemuck",
11575 "strict-num",
11576]
11577
11578[[package]]
11579name = "tiny_http"
11580version = "0.8.2"
11581source = "registry+https://github.com/rust-lang/crates.io-index"
11582checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
11583dependencies = [
11584 "ascii",
11585 "chrono",
11586 "chunked_transfer",
11587 "log",
11588 "url",
11589]
11590
11591[[package]]
11592name = "tinytemplate"
11593version = "1.2.1"
11594source = "registry+https://github.com/rust-lang/crates.io-index"
11595checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
11596dependencies = [
11597 "serde",
11598 "serde_json",
11599]
11600
11601[[package]]
11602name = "tinyvec"
11603version = "1.8.0"
11604source = "registry+https://github.com/rust-lang/crates.io-index"
11605checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
11606dependencies = [
11607 "tinyvec_macros",
11608]
11609
11610[[package]]
11611name = "tinyvec_macros"
11612version = "0.1.1"
11613source = "registry+https://github.com/rust-lang/crates.io-index"
11614checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
11615
11616[[package]]
11617name = "title_bar"
11618version = "0.1.0"
11619dependencies = [
11620 "auto_update",
11621 "call",
11622 "client",
11623 "collections",
11624 "command_palette",
11625 "dev_server_projects",
11626 "editor",
11627 "extensions_ui",
11628 "feature_flags",
11629 "feedback",
11630 "gpui",
11631 "http_client",
11632 "notifications",
11633 "pretty_assertions",
11634 "project",
11635 "recent_projects",
11636 "rpc",
11637 "serde",
11638 "settings",
11639 "smallvec",
11640 "story",
11641 "theme",
11642 "theme_selector",
11643 "tree-sitter-md",
11644 "ui",
11645 "util",
11646 "vcs_menu",
11647 "windows 0.58.0",
11648 "workspace",
11649 "zed_actions",
11650]
11651
11652[[package]]
11653name = "tokio"
11654version = "1.40.0"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
11657dependencies = [
11658 "backtrace",
11659 "bytes 1.7.1",
11660 "libc",
11661 "mio 1.0.2",
11662 "parking_lot",
11663 "pin-project-lite",
11664 "signal-hook-registry",
11665 "socket2 0.5.7",
11666 "tokio-macros",
11667 "windows-sys 0.52.0",
11668]
11669
11670[[package]]
11671name = "tokio-io"
11672version = "0.1.13"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
11675dependencies = [
11676 "bytes 0.4.12",
11677 "futures 0.1.31",
11678 "log",
11679]
11680
11681[[package]]
11682name = "tokio-macros"
11683version = "2.4.0"
11684source = "registry+https://github.com/rust-lang/crates.io-index"
11685checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
11686dependencies = [
11687 "proc-macro2",
11688 "quote",
11689 "syn 2.0.76",
11690]
11691
11692[[package]]
11693name = "tokio-native-tls"
11694version = "0.3.1"
11695source = "registry+https://github.com/rust-lang/crates.io-index"
11696checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
11697dependencies = [
11698 "native-tls",
11699 "tokio",
11700]
11701
11702[[package]]
11703name = "tokio-rustls"
11704version = "0.24.1"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
11707dependencies = [
11708 "rustls",
11709 "tokio",
11710]
11711
11712[[package]]
11713name = "tokio-socks"
11714version = "0.5.2"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
11717dependencies = [
11718 "either",
11719 "futures-io",
11720 "futures-util",
11721 "thiserror",
11722]
11723
11724[[package]]
11725name = "tokio-stream"
11726version = "0.1.15"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
11729dependencies = [
11730 "futures-core",
11731 "pin-project-lite",
11732 "tokio",
11733]
11734
11735[[package]]
11736name = "tokio-tungstenite"
11737version = "0.20.1"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
11740dependencies = [
11741 "futures-util",
11742 "log",
11743 "tokio",
11744 "tungstenite 0.20.1",
11745]
11746
11747[[package]]
11748name = "tokio-tungstenite"
11749version = "0.21.0"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
11752dependencies = [
11753 "futures-util",
11754 "log",
11755 "tokio",
11756 "tungstenite 0.21.0",
11757]
11758
11759[[package]]
11760name = "tokio-util"
11761version = "0.7.11"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
11764dependencies = [
11765 "bytes 1.7.1",
11766 "futures-core",
11767 "futures-io",
11768 "futures-sink",
11769 "pin-project-lite",
11770 "tokio",
11771]
11772
11773[[package]]
11774name = "toml"
11775version = "0.5.11"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
11778dependencies = [
11779 "serde",
11780]
11781
11782[[package]]
11783name = "toml"
11784version = "0.7.8"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
11787dependencies = [
11788 "serde",
11789 "serde_spanned",
11790 "toml_datetime",
11791 "toml_edit 0.19.15",
11792]
11793
11794[[package]]
11795name = "toml"
11796version = "0.8.19"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
11799dependencies = [
11800 "serde",
11801 "serde_spanned",
11802 "toml_datetime",
11803 "toml_edit 0.22.20",
11804]
11805
11806[[package]]
11807name = "toml_datetime"
11808version = "0.6.8"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
11811dependencies = [
11812 "serde",
11813]
11814
11815[[package]]
11816name = "toml_edit"
11817version = "0.19.15"
11818source = "registry+https://github.com/rust-lang/crates.io-index"
11819checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
11820dependencies = [
11821 "indexmap 2.4.0",
11822 "serde",
11823 "serde_spanned",
11824 "toml_datetime",
11825 "winnow 0.5.40",
11826]
11827
11828[[package]]
11829name = "toml_edit"
11830version = "0.22.20"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
11833dependencies = [
11834 "indexmap 2.4.0",
11835 "serde",
11836 "serde_spanned",
11837 "toml_datetime",
11838 "winnow 0.6.18",
11839]
11840
11841[[package]]
11842name = "topological-sort"
11843version = "0.2.2"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
11846
11847[[package]]
11848name = "tower"
11849version = "0.4.13"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
11852dependencies = [
11853 "futures-core",
11854 "futures-util",
11855 "pin-project",
11856 "pin-project-lite",
11857 "tokio",
11858 "tower-layer",
11859 "tower-service",
11860 "tracing",
11861]
11862
11863[[package]]
11864name = "tower-http"
11865version = "0.3.5"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
11868dependencies = [
11869 "bitflags 1.3.2",
11870 "bytes 1.7.1",
11871 "futures-core",
11872 "futures-util",
11873 "http 0.2.12",
11874 "http-body 0.4.6",
11875 "http-range-header",
11876 "pin-project-lite",
11877 "tower-layer",
11878 "tower-service",
11879]
11880
11881[[package]]
11882name = "tower-http"
11883version = "0.4.4"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
11886dependencies = [
11887 "bitflags 2.6.0",
11888 "bytes 1.7.1",
11889 "futures-core",
11890 "futures-util",
11891 "http 0.2.12",
11892 "http-body 0.4.6",
11893 "http-range-header",
11894 "pin-project-lite",
11895 "tower-layer",
11896 "tower-service",
11897 "tracing",
11898]
11899
11900[[package]]
11901name = "tower-layer"
11902version = "0.3.3"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
11905
11906[[package]]
11907name = "tower-service"
11908version = "0.3.3"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
11911
11912[[package]]
11913name = "tracing"
11914version = "0.1.40"
11915source = "registry+https://github.com/rust-lang/crates.io-index"
11916checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
11917dependencies = [
11918 "log",
11919 "pin-project-lite",
11920 "tracing-attributes",
11921 "tracing-core",
11922]
11923
11924[[package]]
11925name = "tracing-attributes"
11926version = "0.1.27"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
11929dependencies = [
11930 "proc-macro2",
11931 "quote",
11932 "syn 2.0.76",
11933]
11934
11935[[package]]
11936name = "tracing-core"
11937version = "0.1.32"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
11940dependencies = [
11941 "once_cell",
11942 "valuable",
11943]
11944
11945[[package]]
11946name = "tracing-futures"
11947version = "0.2.5"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
11950dependencies = [
11951 "pin-project",
11952 "tracing",
11953]
11954
11955[[package]]
11956name = "tracing-log"
11957version = "0.2.0"
11958source = "registry+https://github.com/rust-lang/crates.io-index"
11959checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
11960dependencies = [
11961 "log",
11962 "once_cell",
11963 "tracing-core",
11964]
11965
11966[[package]]
11967name = "tracing-serde"
11968version = "0.1.3"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
11971dependencies = [
11972 "serde",
11973 "tracing-core",
11974]
11975
11976[[package]]
11977name = "tracing-subscriber"
11978version = "0.3.18"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
11981dependencies = [
11982 "matchers",
11983 "nu-ansi-term",
11984 "once_cell",
11985 "regex",
11986 "serde",
11987 "serde_json",
11988 "sharded-slab",
11989 "smallvec",
11990 "thread_local",
11991 "tracing",
11992 "tracing-core",
11993 "tracing-log",
11994 "tracing-serde",
11995]
11996
11997[[package]]
11998name = "tree-sitter"
11999version = "0.23.0"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff"
12002dependencies = [
12003 "cc",
12004 "regex",
12005 "regex-syntax 0.8.4",
12006 "tree-sitter-language",
12007 "wasmtime-c-api-impl",
12008]
12009
12010[[package]]
12011name = "tree-sitter-bash"
12012version = "0.23.1"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
12015dependencies = [
12016 "cc",
12017 "tree-sitter-language",
12018]
12019
12020[[package]]
12021name = "tree-sitter-c"
12022version = "0.23.0"
12023source = "registry+https://github.com/rust-lang/crates.io-index"
12024checksum = "e795ad541f7ae6a80d22975296340a75a12a29afd3a7089f4368021613728e17"
12025dependencies = [
12026 "cc",
12027 "tree-sitter-language",
12028]
12029
12030[[package]]
12031name = "tree-sitter-cpp"
12032version = "0.23.0"
12033source = "registry+https://github.com/rust-lang/crates.io-index"
12034checksum = "c0a588a816017469b69f2e3544742e34a5a59dddfb4b9457b657a6052e2ea39c"
12035dependencies = [
12036 "cc",
12037 "tree-sitter-language",
12038]
12039
12040[[package]]
12041name = "tree-sitter-css"
12042version = "0.23.0"
12043source = "registry+https://github.com/rust-lang/crates.io-index"
12044checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292"
12045dependencies = [
12046 "cc",
12047 "tree-sitter-language",
12048]
12049
12050[[package]]
12051name = "tree-sitter-elixir"
12052version = "0.3.0"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "6174acad8a059851f6f768d7893f4b25eedc80eb6643283d545dd71bbb38222a"
12055dependencies = [
12056 "cc",
12057 "tree-sitter-language",
12058]
12059
12060[[package]]
12061name = "tree-sitter-embedded-template"
12062version = "0.23.0"
12063source = "registry+https://github.com/rust-lang/crates.io-index"
12064checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495"
12065dependencies = [
12066 "cc",
12067 "tree-sitter-language",
12068]
12069
12070[[package]]
12071name = "tree-sitter-go"
12072version = "0.23.1"
12073source = "registry+https://github.com/rust-lang/crates.io-index"
12074checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e"
12075dependencies = [
12076 "cc",
12077 "tree-sitter-language",
12078]
12079
12080[[package]]
12081name = "tree-sitter-gomod"
12082version = "1.0.2"
12083source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
12084dependencies = [
12085 "cc",
12086 "tree-sitter-language",
12087]
12088
12089[[package]]
12090name = "tree-sitter-gowork"
12091version = "0.0.1"
12092source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
12093dependencies = [
12094 "cc",
12095 "tree-sitter-language",
12096]
12097
12098[[package]]
12099name = "tree-sitter-heex"
12100version = "0.0.1"
12101source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
12102dependencies = [
12103 "cc",
12104 "tree-sitter-language",
12105]
12106
12107[[package]]
12108name = "tree-sitter-html"
12109version = "0.20.4"
12110source = "registry+https://github.com/rust-lang/crates.io-index"
12111checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
12112dependencies = [
12113 "cc",
12114 "tree-sitter",
12115]
12116
12117[[package]]
12118name = "tree-sitter-jsdoc"
12119version = "0.23.0"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8"
12122dependencies = [
12123 "cc",
12124 "tree-sitter-language",
12125]
12126
12127[[package]]
12128name = "tree-sitter-json"
12129version = "0.23.0"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
12132dependencies = [
12133 "cc",
12134 "tree-sitter-language",
12135]
12136
12137[[package]]
12138name = "tree-sitter-language"
12139version = "0.1.0"
12140source = "registry+https://github.com/rust-lang/crates.io-index"
12141checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57"
12142
12143[[package]]
12144name = "tree-sitter-md"
12145version = "0.3.2"
12146source = "git+https://github.com/zed-industries/tree-sitter-markdown?rev=4cfa6aad6b75052a5077c80fd934757d9267d81b#4cfa6aad6b75052a5077c80fd934757d9267d81b"
12147dependencies = [
12148 "cc",
12149 "tree-sitter-language",
12150]
12151
12152[[package]]
12153name = "tree-sitter-python"
12154version = "0.23.2"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb"
12157dependencies = [
12158 "cc",
12159 "tree-sitter-language",
12160]
12161
12162[[package]]
12163name = "tree-sitter-regex"
12164version = "0.23.0"
12165source = "registry+https://github.com/rust-lang/crates.io-index"
12166checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
12167dependencies = [
12168 "cc",
12169 "tree-sitter-language",
12170]
12171
12172[[package]]
12173name = "tree-sitter-ruby"
12174version = "0.23.0"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0"
12177dependencies = [
12178 "cc",
12179 "tree-sitter-language",
12180]
12181
12182[[package]]
12183name = "tree-sitter-rust"
12184version = "0.23.0"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8"
12187dependencies = [
12188 "cc",
12189 "tree-sitter-language",
12190]
12191
12192[[package]]
12193name = "tree-sitter-typescript"
12194version = "0.23.0"
12195source = "registry+https://github.com/rust-lang/crates.io-index"
12196checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685"
12197dependencies = [
12198 "cc",
12199 "tree-sitter-language",
12200]
12201
12202[[package]]
12203name = "tree-sitter-yaml"
12204version = "0.6.1"
12205source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
12206dependencies = [
12207 "cc",
12208 "tree-sitter-language",
12209]
12210
12211[[package]]
12212name = "try-lock"
12213version = "0.2.5"
12214source = "registry+https://github.com/rust-lang/crates.io-index"
12215checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12216
12217[[package]]
12218name = "ttf-parser"
12219version = "0.21.1"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
12222
12223[[package]]
12224name = "tungstenite"
12225version = "0.20.1"
12226source = "registry+https://github.com/rust-lang/crates.io-index"
12227checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12228dependencies = [
12229 "byteorder",
12230 "bytes 1.7.1",
12231 "data-encoding",
12232 "http 0.2.12",
12233 "httparse",
12234 "log",
12235 "native-tls",
12236 "rand 0.8.5",
12237 "sha1",
12238 "thiserror",
12239 "url",
12240 "utf-8",
12241]
12242
12243[[package]]
12244name = "tungstenite"
12245version = "0.21.0"
12246source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
12248dependencies = [
12249 "byteorder",
12250 "bytes 1.7.1",
12251 "data-encoding",
12252 "http 1.1.0",
12253 "httparse",
12254 "log",
12255 "rand 0.8.5",
12256 "sha1",
12257 "thiserror",
12258 "url",
12259 "utf-8",
12260]
12261
12262[[package]]
12263name = "typeid"
12264version = "1.0.2"
12265source = "registry+https://github.com/rust-lang/crates.io-index"
12266checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
12267
12268[[package]]
12269name = "typenum"
12270version = "1.17.0"
12271source = "registry+https://github.com/rust-lang/crates.io-index"
12272checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
12273
12274[[package]]
12275name = "ucd-trie"
12276version = "0.1.6"
12277source = "registry+https://github.com/rust-lang/crates.io-index"
12278checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
12279
12280[[package]]
12281name = "uds_windows"
12282version = "1.1.0"
12283source = "registry+https://github.com/rust-lang/crates.io-index"
12284checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
12285dependencies = [
12286 "memoffset",
12287 "tempfile",
12288 "winapi",
12289]
12290
12291[[package]]
12292name = "ui"
12293version = "0.1.0"
12294dependencies = [
12295 "chrono",
12296 "gpui",
12297 "itertools 0.13.0",
12298 "menu",
12299 "serde",
12300 "settings",
12301 "smallvec",
12302 "story",
12303 "strum 0.25.0",
12304 "theme",
12305 "ui_macros",
12306 "windows 0.58.0",
12307]
12308
12309[[package]]
12310name = "ui_input"
12311version = "0.1.0"
12312dependencies = [
12313 "editor",
12314 "gpui",
12315 "settings",
12316 "theme",
12317 "ui",
12318]
12319
12320[[package]]
12321name = "ui_macros"
12322version = "0.1.0"
12323dependencies = [
12324 "convert_case 0.6.0",
12325 "proc-macro2",
12326 "quote",
12327 "syn 1.0.109",
12328]
12329
12330[[package]]
12331name = "unicase"
12332version = "2.7.0"
12333source = "registry+https://github.com/rust-lang/crates.io-index"
12334checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
12335dependencies = [
12336 "version_check",
12337]
12338
12339[[package]]
12340name = "unicode-bidi"
12341version = "0.3.15"
12342source = "registry+https://github.com/rust-lang/crates.io-index"
12343checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
12344
12345[[package]]
12346name = "unicode-bidi-mirroring"
12347version = "0.2.0"
12348source = "registry+https://github.com/rust-lang/crates.io-index"
12349checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
12350
12351[[package]]
12352name = "unicode-ccc"
12353version = "0.2.0"
12354source = "registry+https://github.com/rust-lang/crates.io-index"
12355checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
12356
12357[[package]]
12358name = "unicode-ident"
12359version = "1.0.12"
12360source = "registry+https://github.com/rust-lang/crates.io-index"
12361checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
12362
12363[[package]]
12364name = "unicode-linebreak"
12365version = "0.1.5"
12366source = "registry+https://github.com/rust-lang/crates.io-index"
12367checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
12368
12369[[package]]
12370name = "unicode-normalization"
12371version = "0.1.23"
12372source = "registry+https://github.com/rust-lang/crates.io-index"
12373checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
12374dependencies = [
12375 "tinyvec",
12376]
12377
12378[[package]]
12379name = "unicode-properties"
12380version = "0.1.2"
12381source = "registry+https://github.com/rust-lang/crates.io-index"
12382checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
12383
12384[[package]]
12385name = "unicode-script"
12386version = "0.5.6"
12387source = "registry+https://github.com/rust-lang/crates.io-index"
12388checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
12389
12390[[package]]
12391name = "unicode-segmentation"
12392version = "1.11.0"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
12395
12396[[package]]
12397name = "unicode-width"
12398version = "0.1.13"
12399source = "registry+https://github.com/rust-lang/crates.io-index"
12400checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
12401
12402[[package]]
12403name = "unicode-xid"
12404version = "0.2.5"
12405source = "registry+https://github.com/rust-lang/crates.io-index"
12406checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
12407
12408[[package]]
12409name = "unicode_categories"
12410version = "0.1.1"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
12413
12414[[package]]
12415name = "unindent"
12416version = "0.1.11"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
12419
12420[[package]]
12421name = "untrusted"
12422version = "0.9.0"
12423source = "registry+https://github.com/rust-lang/crates.io-index"
12424checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
12425
12426[[package]]
12427name = "url"
12428version = "2.5.2"
12429source = "registry+https://github.com/rust-lang/crates.io-index"
12430checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
12431dependencies = [
12432 "form_urlencoded",
12433 "idna",
12434 "percent-encoding",
12435 "serde",
12436]
12437
12438[[package]]
12439name = "urlencoding"
12440version = "2.1.3"
12441source = "registry+https://github.com/rust-lang/crates.io-index"
12442checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
12443
12444[[package]]
12445name = "usvg"
12446version = "0.41.0"
12447source = "registry+https://github.com/rust-lang/crates.io-index"
12448checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
12449dependencies = [
12450 "base64 0.22.1",
12451 "data-url",
12452 "flate2",
12453 "imagesize",
12454 "kurbo",
12455 "log",
12456 "pico-args",
12457 "roxmltree 0.19.0",
12458 "simplecss",
12459 "siphasher 1.0.1",
12460 "strict-num",
12461 "svgtypes",
12462 "tiny-skia-path",
12463 "xmlwriter",
12464]
12465
12466[[package]]
12467name = "utf-8"
12468version = "0.7.6"
12469source = "registry+https://github.com/rust-lang/crates.io-index"
12470checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
12471
12472[[package]]
12473name = "utf8parse"
12474version = "0.2.2"
12475source = "registry+https://github.com/rust-lang/crates.io-index"
12476checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
12477
12478[[package]]
12479name = "util"
12480version = "0.1.0"
12481dependencies = [
12482 "anyhow",
12483 "async-fs 1.6.0",
12484 "collections",
12485 "dirs 4.0.0",
12486 "futures 0.3.30",
12487 "futures-lite 1.13.0",
12488 "git2",
12489 "globset",
12490 "log",
12491 "rand 0.8.5",
12492 "regex",
12493 "rust-embed",
12494 "serde",
12495 "serde_json",
12496 "take-until",
12497 "tempfile",
12498 "tendril",
12499 "unicase",
12500]
12501
12502[[package]]
12503name = "uuid"
12504version = "1.10.0"
12505source = "registry+https://github.com/rust-lang/crates.io-index"
12506checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
12507dependencies = [
12508 "getrandom 0.2.15",
12509 "serde",
12510 "sha1_smol",
12511]
12512
12513[[package]]
12514name = "v_frame"
12515version = "0.3.8"
12516source = "registry+https://github.com/rust-lang/crates.io-index"
12517checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
12518dependencies = [
12519 "aligned-vec",
12520 "num-traits",
12521 "wasm-bindgen",
12522]
12523
12524[[package]]
12525name = "valuable"
12526version = "0.1.0"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
12529
12530[[package]]
12531name = "value-bag"
12532version = "1.9.0"
12533source = "registry+https://github.com/rust-lang/crates.io-index"
12534checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
12535dependencies = [
12536 "value-bag-serde1",
12537 "value-bag-sval2",
12538]
12539
12540[[package]]
12541name = "value-bag-serde1"
12542version = "1.9.0"
12543source = "registry+https://github.com/rust-lang/crates.io-index"
12544checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
12545dependencies = [
12546 "erased-serde",
12547 "serde",
12548 "serde_fmt",
12549]
12550
12551[[package]]
12552name = "value-bag-sval2"
12553version = "1.9.0"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
12556dependencies = [
12557 "sval",
12558 "sval_buffer",
12559 "sval_dynamic",
12560 "sval_fmt",
12561 "sval_json",
12562 "sval_ref",
12563 "sval_serde",
12564]
12565
12566[[package]]
12567name = "vcpkg"
12568version = "0.2.15"
12569source = "registry+https://github.com/rust-lang/crates.io-index"
12570checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
12571
12572[[package]]
12573name = "vcs_menu"
12574version = "0.1.0"
12575dependencies = [
12576 "anyhow",
12577 "fuzzy",
12578 "git",
12579 "gpui",
12580 "picker",
12581 "ui",
12582 "util",
12583 "workspace",
12584]
12585
12586[[package]]
12587name = "version-compare"
12588version = "0.2.0"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
12591
12592[[package]]
12593name = "version_check"
12594version = "0.9.5"
12595source = "registry+https://github.com/rust-lang/crates.io-index"
12596checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
12597
12598[[package]]
12599name = "vim"
12600version = "0.1.0"
12601dependencies = [
12602 "anyhow",
12603 "async-compat",
12604 "async-trait",
12605 "collections",
12606 "command_palette",
12607 "command_palette_hooks",
12608 "editor",
12609 "futures 0.3.30",
12610 "gpui",
12611 "indoc",
12612 "itertools 0.13.0",
12613 "language",
12614 "log",
12615 "lsp",
12616 "multi_buffer",
12617 "nvim-rs",
12618 "parking_lot",
12619 "regex",
12620 "release_channel",
12621 "schemars",
12622 "search",
12623 "serde",
12624 "serde_derive",
12625 "serde_json",
12626 "settings",
12627 "tokio",
12628 "ui",
12629 "util",
12630 "workspace",
12631 "zed_actions",
12632]
12633
12634[[package]]
12635name = "vscode_theme"
12636version = "0.2.0"
12637source = "registry+https://github.com/rust-lang/crates.io-index"
12638checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
12639dependencies = [
12640 "serde",
12641]
12642
12643[[package]]
12644name = "vsimd"
12645version = "0.8.0"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
12648
12649[[package]]
12650name = "vswhom"
12651version = "0.1.0"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
12654dependencies = [
12655 "libc",
12656 "vswhom-sys",
12657]
12658
12659[[package]]
12660name = "vswhom-sys"
12661version = "0.1.2"
12662source = "registry+https://github.com/rust-lang/crates.io-index"
12663checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
12664dependencies = [
12665 "cc",
12666 "libc",
12667]
12668
12669[[package]]
12670name = "vte"
12671version = "0.13.0"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
12674dependencies = [
12675 "bitflags 2.6.0",
12676 "cursor-icon",
12677 "log",
12678 "serde",
12679 "utf8parse",
12680 "vte_generate_state_changes",
12681]
12682
12683[[package]]
12684name = "vte_generate_state_changes"
12685version = "0.1.2"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
12688dependencies = [
12689 "proc-macro2",
12690 "quote",
12691]
12692
12693[[package]]
12694name = "waker-fn"
12695version = "1.2.0"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
12698
12699[[package]]
12700name = "walkdir"
12701version = "2.5.0"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
12704dependencies = [
12705 "same-file",
12706 "winapi-util",
12707]
12708
12709[[package]]
12710name = "want"
12711version = "0.3.1"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
12714dependencies = [
12715 "try-lock",
12716]
12717
12718[[package]]
12719name = "warp"
12720version = "0.3.7"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
12723dependencies = [
12724 "bytes 1.7.1",
12725 "futures-channel",
12726 "futures-util",
12727 "headers",
12728 "http 0.2.12",
12729 "hyper",
12730 "log",
12731 "mime",
12732 "mime_guess",
12733 "percent-encoding",
12734 "pin-project",
12735 "scoped-tls",
12736 "serde",
12737 "serde_json",
12738 "serde_urlencoded",
12739 "tokio",
12740 "tokio-tungstenite 0.21.0",
12741 "tokio-util",
12742 "tower-service",
12743 "tracing",
12744]
12745
12746[[package]]
12747name = "wasi"
12748version = "0.9.0+wasi-snapshot-preview1"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
12751
12752[[package]]
12753name = "wasi"
12754version = "0.11.0+wasi-snapshot-preview1"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
12757
12758[[package]]
12759name = "wasite"
12760version = "0.1.0"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
12763
12764[[package]]
12765name = "wasm-bindgen"
12766version = "0.2.93"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
12769dependencies = [
12770 "cfg-if",
12771 "once_cell",
12772 "wasm-bindgen-macro",
12773]
12774
12775[[package]]
12776name = "wasm-bindgen-backend"
12777version = "0.2.93"
12778source = "registry+https://github.com/rust-lang/crates.io-index"
12779checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
12780dependencies = [
12781 "bumpalo",
12782 "log",
12783 "once_cell",
12784 "proc-macro2",
12785 "quote",
12786 "syn 2.0.76",
12787 "wasm-bindgen-shared",
12788]
12789
12790[[package]]
12791name = "wasm-bindgen-futures"
12792version = "0.4.43"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
12795dependencies = [
12796 "cfg-if",
12797 "js-sys",
12798 "wasm-bindgen",
12799 "web-sys",
12800]
12801
12802[[package]]
12803name = "wasm-bindgen-macro"
12804version = "0.2.93"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
12807dependencies = [
12808 "quote",
12809 "wasm-bindgen-macro-support",
12810]
12811
12812[[package]]
12813name = "wasm-bindgen-macro-support"
12814version = "0.2.93"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
12817dependencies = [
12818 "proc-macro2",
12819 "quote",
12820 "syn 2.0.76",
12821 "wasm-bindgen-backend",
12822 "wasm-bindgen-shared",
12823]
12824
12825[[package]]
12826name = "wasm-bindgen-shared"
12827version = "0.2.93"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
12830
12831[[package]]
12832name = "wasm-encoder"
12833version = "0.201.0"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
12836dependencies = [
12837 "leb128",
12838]
12839
12840[[package]]
12841name = "wasm-encoder"
12842version = "0.215.0"
12843source = "registry+https://github.com/rust-lang/crates.io-index"
12844checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
12845dependencies = [
12846 "leb128",
12847]
12848
12849[[package]]
12850name = "wasm-metadata"
12851version = "0.201.0"
12852source = "registry+https://github.com/rust-lang/crates.io-index"
12853checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
12854dependencies = [
12855 "anyhow",
12856 "indexmap 2.4.0",
12857 "serde",
12858 "serde_derive",
12859 "serde_json",
12860 "spdx",
12861 "wasm-encoder 0.201.0",
12862 "wasmparser 0.201.0",
12863]
12864
12865[[package]]
12866name = "wasmparser"
12867version = "0.201.0"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
12870dependencies = [
12871 "bitflags 2.6.0",
12872 "indexmap 2.4.0",
12873 "semver",
12874]
12875
12876[[package]]
12877name = "wasmparser"
12878version = "0.215.0"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
12881dependencies = [
12882 "ahash 0.8.11",
12883 "bitflags 2.6.0",
12884 "hashbrown 0.14.5",
12885 "indexmap 2.4.0",
12886 "semver",
12887 "serde",
12888]
12889
12890[[package]]
12891name = "wasmprinter"
12892version = "0.215.0"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
12895dependencies = [
12896 "anyhow",
12897 "termcolor",
12898 "wasmparser 0.215.0",
12899]
12900
12901[[package]]
12902name = "wasmtime"
12903version = "24.0.0"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "9a5883d64dfc8423c56e3d8df27cffc44db25336aa468e8e0724fddf30a333d7"
12906dependencies = [
12907 "anyhow",
12908 "async-trait",
12909 "bitflags 2.6.0",
12910 "bumpalo",
12911 "cc",
12912 "cfg-if",
12913 "encoding_rs",
12914 "hashbrown 0.14.5",
12915 "indexmap 2.4.0",
12916 "libc",
12917 "libm",
12918 "log",
12919 "mach2",
12920 "memfd",
12921 "object",
12922 "once_cell",
12923 "paste",
12924 "postcard",
12925 "psm",
12926 "rustix 0.38.35",
12927 "semver",
12928 "serde",
12929 "serde_derive",
12930 "smallvec",
12931 "sptr",
12932 "target-lexicon",
12933 "wasmparser 0.215.0",
12934 "wasmtime-asm-macros",
12935 "wasmtime-component-macro",
12936 "wasmtime-component-util",
12937 "wasmtime-cranelift",
12938 "wasmtime-environ",
12939 "wasmtime-fiber",
12940 "wasmtime-jit-icache-coherence",
12941 "wasmtime-slab",
12942 "wasmtime-versioned-export-macros",
12943 "wasmtime-winch",
12944 "windows-sys 0.52.0",
12945]
12946
12947[[package]]
12948name = "wasmtime-asm-macros"
12949version = "24.0.0"
12950source = "registry+https://github.com/rust-lang/crates.io-index"
12951checksum = "1c4dc7e2a379c0dd6be5b55857d14c4b277f43a9c429a9e14403eb61776ae3be"
12952dependencies = [
12953 "cfg-if",
12954]
12955
12956[[package]]
12957name = "wasmtime-c-api-impl"
12958version = "24.0.0"
12959source = "registry+https://github.com/rust-lang/crates.io-index"
12960checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
12961dependencies = [
12962 "anyhow",
12963 "log",
12964 "once_cell",
12965 "tracing",
12966 "wasmtime",
12967 "wasmtime-c-api-macros",
12968]
12969
12970[[package]]
12971name = "wasmtime-c-api-macros"
12972version = "24.0.0"
12973source = "registry+https://github.com/rust-lang/crates.io-index"
12974checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
12975dependencies = [
12976 "proc-macro2",
12977 "quote",
12978]
12979
12980[[package]]
12981name = "wasmtime-component-macro"
12982version = "24.0.0"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "4b07773d1c3dab5f014ec61316ee317aa424033e17e70a63abdf7c3a47e58fcf"
12985dependencies = [
12986 "anyhow",
12987 "proc-macro2",
12988 "quote",
12989 "syn 2.0.76",
12990 "wasmtime-component-util",
12991 "wasmtime-wit-bindgen",
12992 "wit-parser 0.215.0",
12993]
12994
12995[[package]]
12996name = "wasmtime-component-util"
12997version = "24.0.0"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "e38d735320f4e83478369ce649ad8fe87c6b893220902e798547a225fc0c5874"
13000
13001[[package]]
13002name = "wasmtime-cranelift"
13003version = "24.0.0"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "e570d831d0785d93d7d8c722b1eb9a34e0d0c1534317666f65892818358a2da9"
13006dependencies = [
13007 "anyhow",
13008 "cfg-if",
13009 "cranelift-codegen",
13010 "cranelift-control",
13011 "cranelift-entity",
13012 "cranelift-frontend",
13013 "cranelift-native",
13014 "cranelift-wasm",
13015 "gimli",
13016 "log",
13017 "object",
13018 "target-lexicon",
13019 "thiserror",
13020 "wasmparser 0.215.0",
13021 "wasmtime-environ",
13022 "wasmtime-versioned-export-macros",
13023]
13024
13025[[package]]
13026name = "wasmtime-environ"
13027version = "24.0.0"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "c5fe80dfbd81687431a7d4f25929fae1ae96894786d5c96b14ae41164ee97377"
13030dependencies = [
13031 "anyhow",
13032 "cpp_demangle",
13033 "cranelift-bitset",
13034 "cranelift-entity",
13035 "gimli",
13036 "indexmap 2.4.0",
13037 "log",
13038 "object",
13039 "postcard",
13040 "rustc-demangle",
13041 "semver",
13042 "serde",
13043 "serde_derive",
13044 "target-lexicon",
13045 "wasm-encoder 0.215.0",
13046 "wasmparser 0.215.0",
13047 "wasmprinter",
13048 "wasmtime-component-util",
13049 "wasmtime-types",
13050]
13051
13052[[package]]
13053name = "wasmtime-fiber"
13054version = "24.0.0"
13055source = "registry+https://github.com/rust-lang/crates.io-index"
13056checksum = "0f39043d13c7b58db69dc9a0feb191a961e75a9ec2402aebf42de183c022bb8a"
13057dependencies = [
13058 "anyhow",
13059 "cc",
13060 "cfg-if",
13061 "rustix 0.38.35",
13062 "wasmtime-asm-macros",
13063 "wasmtime-versioned-export-macros",
13064 "windows-sys 0.52.0",
13065]
13066
13067[[package]]
13068name = "wasmtime-jit-icache-coherence"
13069version = "24.0.0"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "d15de8429db996f0d17a4163a35eccc3f874cbfb50f29c379951ea1bbb39452e"
13072dependencies = [
13073 "anyhow",
13074 "cfg-if",
13075 "libc",
13076 "windows-sys 0.52.0",
13077]
13078
13079[[package]]
13080name = "wasmtime-slab"
13081version = "24.0.0"
13082source = "registry+https://github.com/rust-lang/crates.io-index"
13083checksum = "1f68d38fa6b30c5e1fc7d608263062997306f79e577ebd197ddcd6b0f55d87d1"
13084
13085[[package]]
13086name = "wasmtime-types"
13087version = "24.0.0"
13088source = "registry+https://github.com/rust-lang/crates.io-index"
13089checksum = "6634e7079d9c5cfc81af8610ed59b488cc5b7f9777a2f4c1667a2565c2e45249"
13090dependencies = [
13091 "anyhow",
13092 "cranelift-entity",
13093 "serde",
13094 "serde_derive",
13095 "smallvec",
13096 "wasmparser 0.215.0",
13097]
13098
13099[[package]]
13100name = "wasmtime-versioned-export-macros"
13101version = "24.0.0"
13102source = "registry+https://github.com/rust-lang/crates.io-index"
13103checksum = "3850e3511d6c7f11a72d571890b0ed5f6204681f7f050b9de2690e7f13123fed"
13104dependencies = [
13105 "proc-macro2",
13106 "quote",
13107 "syn 2.0.76",
13108]
13109
13110[[package]]
13111name = "wasmtime-wasi"
13112version = "24.0.0"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "545ae8298ffce025604f7480f9c7d6948c985bef7ce9aee249ef79307813e83c"
13115dependencies = [
13116 "anyhow",
13117 "async-trait",
13118 "bitflags 2.6.0",
13119 "bytes 1.7.1",
13120 "cap-fs-ext",
13121 "cap-net-ext",
13122 "cap-rand",
13123 "cap-std",
13124 "cap-time-ext",
13125 "fs-set-times",
13126 "futures 0.3.30",
13127 "io-extras",
13128 "io-lifetimes 2.0.3",
13129 "once_cell",
13130 "rustix 0.38.35",
13131 "system-interface",
13132 "thiserror",
13133 "tokio",
13134 "tracing",
13135 "url",
13136 "wasmtime",
13137 "wiggle",
13138 "windows-sys 0.52.0",
13139]
13140
13141[[package]]
13142name = "wasmtime-winch"
13143version = "24.0.0"
13144source = "registry+https://github.com/rust-lang/crates.io-index"
13145checksum = "2a25199625effa4c13dd790d64bd56884b014c69829431bfe43991c740bd5bc1"
13146dependencies = [
13147 "anyhow",
13148 "cranelift-codegen",
13149 "gimli",
13150 "object",
13151 "target-lexicon",
13152 "wasmparser 0.215.0",
13153 "wasmtime-cranelift",
13154 "wasmtime-environ",
13155 "winch-codegen",
13156]
13157
13158[[package]]
13159name = "wasmtime-wit-bindgen"
13160version = "24.0.0"
13161source = "registry+https://github.com/rust-lang/crates.io-index"
13162checksum = "3cb331ac7ed1d5ba49cddcdb6b11973752a857148858bb308777d2fc5584121f"
13163dependencies = [
13164 "anyhow",
13165 "heck 0.4.1",
13166 "indexmap 2.4.0",
13167 "wit-parser 0.215.0",
13168]
13169
13170[[package]]
13171name = "wast"
13172version = "35.0.2"
13173source = "registry+https://github.com/rust-lang/crates.io-index"
13174checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
13175dependencies = [
13176 "leb128",
13177]
13178
13179[[package]]
13180name = "wayland-backend"
13181version = "0.3.6"
13182source = "registry+https://github.com/rust-lang/crates.io-index"
13183checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13184dependencies = [
13185 "cc",
13186 "downcast-rs",
13187 "rustix 0.38.35",
13188 "scoped-tls",
13189 "smallvec",
13190 "wayland-sys",
13191]
13192
13193[[package]]
13194name = "wayland-client"
13195version = "0.31.5"
13196source = "registry+https://github.com/rust-lang/crates.io-index"
13197checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
13198dependencies = [
13199 "bitflags 2.6.0",
13200 "rustix 0.38.35",
13201 "wayland-backend",
13202 "wayland-scanner",
13203]
13204
13205[[package]]
13206name = "wayland-cursor"
13207version = "0.31.5"
13208source = "registry+https://github.com/rust-lang/crates.io-index"
13209checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
13210dependencies = [
13211 "rustix 0.38.35",
13212 "wayland-client",
13213 "xcursor",
13214]
13215
13216[[package]]
13217name = "wayland-protocols"
13218version = "0.31.2"
13219source = "registry+https://github.com/rust-lang/crates.io-index"
13220checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
13221dependencies = [
13222 "bitflags 2.6.0",
13223 "wayland-backend",
13224 "wayland-client",
13225 "wayland-scanner",
13226]
13227
13228[[package]]
13229name = "wayland-protocols-plasma"
13230version = "0.2.0"
13231source = "registry+https://github.com/rust-lang/crates.io-index"
13232checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
13233dependencies = [
13234 "bitflags 2.6.0",
13235 "wayland-backend",
13236 "wayland-client",
13237 "wayland-protocols",
13238 "wayland-scanner",
13239]
13240
13241[[package]]
13242name = "wayland-scanner"
13243version = "0.31.4"
13244source = "registry+https://github.com/rust-lang/crates.io-index"
13245checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
13246dependencies = [
13247 "proc-macro2",
13248 "quick-xml 0.34.0",
13249 "quote",
13250]
13251
13252[[package]]
13253name = "wayland-sys"
13254version = "0.31.4"
13255source = "registry+https://github.com/rust-lang/crates.io-index"
13256checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
13257dependencies = [
13258 "dlib",
13259 "log",
13260 "once_cell",
13261 "pkg-config",
13262]
13263
13264[[package]]
13265name = "web-sys"
13266version = "0.3.70"
13267source = "registry+https://github.com/rust-lang/crates.io-index"
13268checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
13269dependencies = [
13270 "js-sys",
13271 "wasm-bindgen",
13272]
13273
13274[[package]]
13275name = "webpki-roots"
13276version = "0.25.4"
13277source = "registry+https://github.com/rust-lang/crates.io-index"
13278checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
13279
13280[[package]]
13281name = "weezl"
13282version = "0.1.8"
13283source = "registry+https://github.com/rust-lang/crates.io-index"
13284checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
13285
13286[[package]]
13287name = "welcome"
13288version = "0.1.0"
13289dependencies = [
13290 "anyhow",
13291 "client",
13292 "db",
13293 "editor",
13294 "extensions_ui",
13295 "fuzzy",
13296 "gpui",
13297 "inline_completion_button",
13298 "install_cli",
13299 "picker",
13300 "project",
13301 "schemars",
13302 "serde",
13303 "settings",
13304 "theme_selector",
13305 "ui",
13306 "util",
13307 "vim",
13308 "workspace",
13309 "zed_actions",
13310]
13311
13312[[package]]
13313name = "which"
13314version = "4.4.2"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
13317dependencies = [
13318 "either",
13319 "home",
13320 "once_cell",
13321 "rustix 0.38.35",
13322]
13323
13324[[package]]
13325name = "which"
13326version = "6.0.3"
13327source = "registry+https://github.com/rust-lang/crates.io-index"
13328checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
13329dependencies = [
13330 "either",
13331 "home",
13332 "rustix 0.38.35",
13333 "winsafe",
13334]
13335
13336[[package]]
13337name = "whoami"
13338version = "1.5.1"
13339source = "registry+https://github.com/rust-lang/crates.io-index"
13340checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
13341dependencies = [
13342 "redox_syscall 0.4.1",
13343 "wasite",
13344]
13345
13346[[package]]
13347name = "wiggle"
13348version = "24.0.0"
13349source = "registry+https://github.com/rust-lang/crates.io-index"
13350checksum = "cc850ca3c02c5835934d23f28cec4c5a3fb66fe0b4ecd968bbb35609dda5ddc0"
13351dependencies = [
13352 "anyhow",
13353 "async-trait",
13354 "bitflags 2.6.0",
13355 "thiserror",
13356 "tracing",
13357 "wasmtime",
13358 "wiggle-macro",
13359]
13360
13361[[package]]
13362name = "wiggle-generate"
13363version = "24.0.0"
13364source = "registry+https://github.com/rust-lang/crates.io-index"
13365checksum = "634b8804a67200bcb43ea8af5f7c53e862439a086b68b16fd333454bc74d5aab"
13366dependencies = [
13367 "anyhow",
13368 "heck 0.4.1",
13369 "proc-macro2",
13370 "quote",
13371 "shellexpand 2.1.2",
13372 "syn 2.0.76",
13373 "witx",
13374]
13375
13376[[package]]
13377name = "wiggle-macro"
13378version = "24.0.0"
13379source = "registry+https://github.com/rust-lang/crates.io-index"
13380checksum = "474b7cbdb942c74031e619d66c600bba7f73867c5800fc2c2306cf307649be2f"
13381dependencies = [
13382 "proc-macro2",
13383 "quote",
13384 "syn 2.0.76",
13385 "wiggle-generate",
13386]
13387
13388[[package]]
13389name = "winapi"
13390version = "0.3.9"
13391source = "registry+https://github.com/rust-lang/crates.io-index"
13392checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
13393dependencies = [
13394 "winapi-i686-pc-windows-gnu",
13395 "winapi-x86_64-pc-windows-gnu",
13396]
13397
13398[[package]]
13399name = "winapi-i686-pc-windows-gnu"
13400version = "0.4.0"
13401source = "registry+https://github.com/rust-lang/crates.io-index"
13402checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
13403
13404[[package]]
13405name = "winapi-util"
13406version = "0.1.9"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
13409dependencies = [
13410 "windows-sys 0.59.0",
13411]
13412
13413[[package]]
13414name = "winapi-x86_64-pc-windows-gnu"
13415version = "0.4.0"
13416source = "registry+https://github.com/rust-lang/crates.io-index"
13417checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
13418
13419[[package]]
13420name = "winch-codegen"
13421version = "0.22.0"
13422source = "registry+https://github.com/rust-lang/crates.io-index"
13423checksum = "073efe897d9ead7fc609874f94580afc831114af5149b6a90ee0a3a39b497fe0"
13424dependencies = [
13425 "anyhow",
13426 "cranelift-codegen",
13427 "gimli",
13428 "regalloc2",
13429 "smallvec",
13430 "target-lexicon",
13431 "wasmparser 0.215.0",
13432 "wasmtime-cranelift",
13433 "wasmtime-environ",
13434]
13435
13436[[package]]
13437name = "windows"
13438version = "0.48.0"
13439source = "registry+https://github.com/rust-lang/crates.io-index"
13440checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
13441dependencies = [
13442 "windows-targets 0.48.5",
13443]
13444
13445[[package]]
13446name = "windows"
13447version = "0.54.0"
13448source = "registry+https://github.com/rust-lang/crates.io-index"
13449checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
13450dependencies = [
13451 "windows-core 0.54.0",
13452 "windows-targets 0.52.6",
13453]
13454
13455[[package]]
13456name = "windows"
13457version = "0.58.0"
13458source = "registry+https://github.com/rust-lang/crates.io-index"
13459checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
13460dependencies = [
13461 "windows-core 0.58.0",
13462 "windows-targets 0.52.6",
13463]
13464
13465[[package]]
13466name = "windows-core"
13467version = "0.52.0"
13468source = "registry+https://github.com/rust-lang/crates.io-index"
13469checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
13470dependencies = [
13471 "windows-targets 0.52.6",
13472]
13473
13474[[package]]
13475name = "windows-core"
13476version = "0.54.0"
13477source = "registry+https://github.com/rust-lang/crates.io-index"
13478checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
13479dependencies = [
13480 "windows-result 0.1.2",
13481 "windows-targets 0.52.6",
13482]
13483
13484[[package]]
13485name = "windows-core"
13486version = "0.58.0"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
13489dependencies = [
13490 "windows-implement",
13491 "windows-interface",
13492 "windows-result 0.2.0",
13493 "windows-strings",
13494 "windows-targets 0.52.6",
13495]
13496
13497[[package]]
13498name = "windows-implement"
13499version = "0.58.0"
13500source = "registry+https://github.com/rust-lang/crates.io-index"
13501checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
13502dependencies = [
13503 "proc-macro2",
13504 "quote",
13505 "syn 2.0.76",
13506]
13507
13508[[package]]
13509name = "windows-interface"
13510version = "0.58.0"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
13513dependencies = [
13514 "proc-macro2",
13515 "quote",
13516 "syn 2.0.76",
13517]
13518
13519[[package]]
13520name = "windows-result"
13521version = "0.1.2"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
13524dependencies = [
13525 "windows-targets 0.52.6",
13526]
13527
13528[[package]]
13529name = "windows-result"
13530version = "0.2.0"
13531source = "registry+https://github.com/rust-lang/crates.io-index"
13532checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
13533dependencies = [
13534 "windows-targets 0.52.6",
13535]
13536
13537[[package]]
13538name = "windows-strings"
13539version = "0.1.0"
13540source = "registry+https://github.com/rust-lang/crates.io-index"
13541checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
13542dependencies = [
13543 "windows-result 0.2.0",
13544 "windows-targets 0.52.6",
13545]
13546
13547[[package]]
13548name = "windows-sys"
13549version = "0.45.0"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
13552dependencies = [
13553 "windows-targets 0.42.2",
13554]
13555
13556[[package]]
13557name = "windows-sys"
13558version = "0.48.0"
13559source = "registry+https://github.com/rust-lang/crates.io-index"
13560checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
13561dependencies = [
13562 "windows-targets 0.48.5",
13563]
13564
13565[[package]]
13566name = "windows-sys"
13567version = "0.52.0"
13568source = "registry+https://github.com/rust-lang/crates.io-index"
13569checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
13570dependencies = [
13571 "windows-targets 0.52.6",
13572]
13573
13574[[package]]
13575name = "windows-sys"
13576version = "0.59.0"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
13579dependencies = [
13580 "windows-targets 0.52.6",
13581]
13582
13583[[package]]
13584name = "windows-targets"
13585version = "0.42.2"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
13588dependencies = [
13589 "windows_aarch64_gnullvm 0.42.2",
13590 "windows_aarch64_msvc 0.42.2",
13591 "windows_i686_gnu 0.42.2",
13592 "windows_i686_msvc 0.42.2",
13593 "windows_x86_64_gnu 0.42.2",
13594 "windows_x86_64_gnullvm 0.42.2",
13595 "windows_x86_64_msvc 0.42.2",
13596]
13597
13598[[package]]
13599name = "windows-targets"
13600version = "0.48.5"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
13603dependencies = [
13604 "windows_aarch64_gnullvm 0.48.5",
13605 "windows_aarch64_msvc 0.48.5",
13606 "windows_i686_gnu 0.48.5",
13607 "windows_i686_msvc 0.48.5",
13608 "windows_x86_64_gnu 0.48.5",
13609 "windows_x86_64_gnullvm 0.48.5",
13610 "windows_x86_64_msvc 0.48.5",
13611]
13612
13613[[package]]
13614name = "windows-targets"
13615version = "0.52.6"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
13618dependencies = [
13619 "windows_aarch64_gnullvm 0.52.6",
13620 "windows_aarch64_msvc 0.52.6",
13621 "windows_i686_gnu 0.52.6",
13622 "windows_i686_gnullvm",
13623 "windows_i686_msvc 0.52.6",
13624 "windows_x86_64_gnu 0.52.6",
13625 "windows_x86_64_gnullvm 0.52.6",
13626 "windows_x86_64_msvc 0.52.6",
13627]
13628
13629[[package]]
13630name = "windows_aarch64_gnullvm"
13631version = "0.42.2"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
13634
13635[[package]]
13636name = "windows_aarch64_gnullvm"
13637version = "0.48.5"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
13640
13641[[package]]
13642name = "windows_aarch64_gnullvm"
13643version = "0.52.6"
13644source = "registry+https://github.com/rust-lang/crates.io-index"
13645checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
13646
13647[[package]]
13648name = "windows_aarch64_msvc"
13649version = "0.42.2"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
13652
13653[[package]]
13654name = "windows_aarch64_msvc"
13655version = "0.48.5"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
13658
13659[[package]]
13660name = "windows_aarch64_msvc"
13661version = "0.52.6"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
13664
13665[[package]]
13666name = "windows_i686_gnu"
13667version = "0.42.2"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
13670
13671[[package]]
13672name = "windows_i686_gnu"
13673version = "0.48.5"
13674source = "registry+https://github.com/rust-lang/crates.io-index"
13675checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
13676
13677[[package]]
13678name = "windows_i686_gnu"
13679version = "0.52.6"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
13682
13683[[package]]
13684name = "windows_i686_gnullvm"
13685version = "0.52.6"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
13688
13689[[package]]
13690name = "windows_i686_msvc"
13691version = "0.42.2"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
13694
13695[[package]]
13696name = "windows_i686_msvc"
13697version = "0.48.5"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
13700
13701[[package]]
13702name = "windows_i686_msvc"
13703version = "0.52.6"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
13706
13707[[package]]
13708name = "windows_x86_64_gnu"
13709version = "0.42.2"
13710source = "registry+https://github.com/rust-lang/crates.io-index"
13711checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
13712
13713[[package]]
13714name = "windows_x86_64_gnu"
13715version = "0.48.5"
13716source = "registry+https://github.com/rust-lang/crates.io-index"
13717checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
13718
13719[[package]]
13720name = "windows_x86_64_gnu"
13721version = "0.52.6"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
13724
13725[[package]]
13726name = "windows_x86_64_gnullvm"
13727version = "0.42.2"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
13730
13731[[package]]
13732name = "windows_x86_64_gnullvm"
13733version = "0.48.5"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
13736
13737[[package]]
13738name = "windows_x86_64_gnullvm"
13739version = "0.52.6"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
13742
13743[[package]]
13744name = "windows_x86_64_msvc"
13745version = "0.42.2"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
13748
13749[[package]]
13750name = "windows_x86_64_msvc"
13751version = "0.48.5"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
13754
13755[[package]]
13756name = "windows_x86_64_msvc"
13757version = "0.52.6"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
13760
13761[[package]]
13762name = "winnow"
13763version = "0.5.40"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
13766dependencies = [
13767 "memchr",
13768]
13769
13770[[package]]
13771name = "winnow"
13772version = "0.6.18"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
13775dependencies = [
13776 "memchr",
13777]
13778
13779[[package]]
13780name = "winreg"
13781version = "0.50.0"
13782source = "registry+https://github.com/rust-lang/crates.io-index"
13783checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
13784dependencies = [
13785 "cfg-if",
13786 "windows-sys 0.48.0",
13787]
13788
13789[[package]]
13790name = "winreg"
13791version = "0.52.0"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
13794dependencies = [
13795 "cfg-if",
13796 "windows-sys 0.48.0",
13797]
13798
13799[[package]]
13800name = "winresource"
13801version = "0.1.17"
13802source = "registry+https://github.com/rust-lang/crates.io-index"
13803checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
13804dependencies = [
13805 "toml 0.7.8",
13806 "version_check",
13807]
13808
13809[[package]]
13810name = "winsafe"
13811version = "0.0.19"
13812source = "registry+https://github.com/rust-lang/crates.io-index"
13813checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
13814
13815[[package]]
13816name = "winx"
13817version = "0.36.3"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
13820dependencies = [
13821 "bitflags 2.6.0",
13822 "windows-sys 0.52.0",
13823]
13824
13825[[package]]
13826name = "wio"
13827version = "0.2.2"
13828source = "registry+https://github.com/rust-lang/crates.io-index"
13829checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
13830dependencies = [
13831 "winapi",
13832]
13833
13834[[package]]
13835name = "wit-bindgen"
13836version = "0.22.0"
13837source = "registry+https://github.com/rust-lang/crates.io-index"
13838checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
13839dependencies = [
13840 "bitflags 2.6.0",
13841 "wit-bindgen-rt",
13842 "wit-bindgen-rust-macro",
13843]
13844
13845[[package]]
13846name = "wit-bindgen-core"
13847version = "0.22.0"
13848source = "registry+https://github.com/rust-lang/crates.io-index"
13849checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
13850dependencies = [
13851 "anyhow",
13852 "wit-parser 0.201.0",
13853]
13854
13855[[package]]
13856name = "wit-bindgen-rt"
13857version = "0.22.0"
13858source = "registry+https://github.com/rust-lang/crates.io-index"
13859checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
13860
13861[[package]]
13862name = "wit-bindgen-rust"
13863version = "0.22.0"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
13866dependencies = [
13867 "anyhow",
13868 "heck 0.4.1",
13869 "indexmap 2.4.0",
13870 "wasm-metadata",
13871 "wit-bindgen-core",
13872 "wit-component",
13873]
13874
13875[[package]]
13876name = "wit-bindgen-rust-macro"
13877version = "0.22.0"
13878source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
13880dependencies = [
13881 "anyhow",
13882 "proc-macro2",
13883 "quote",
13884 "syn 2.0.76",
13885 "wit-bindgen-core",
13886 "wit-bindgen-rust",
13887]
13888
13889[[package]]
13890name = "wit-component"
13891version = "0.201.0"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
13894dependencies = [
13895 "anyhow",
13896 "bitflags 2.6.0",
13897 "indexmap 2.4.0",
13898 "log",
13899 "serde",
13900 "serde_derive",
13901 "serde_json",
13902 "wasm-encoder 0.201.0",
13903 "wasm-metadata",
13904 "wasmparser 0.201.0",
13905 "wit-parser 0.201.0",
13906]
13907
13908[[package]]
13909name = "wit-parser"
13910version = "0.201.0"
13911source = "registry+https://github.com/rust-lang/crates.io-index"
13912checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
13913dependencies = [
13914 "anyhow",
13915 "id-arena",
13916 "indexmap 2.4.0",
13917 "log",
13918 "semver",
13919 "serde",
13920 "serde_derive",
13921 "serde_json",
13922 "unicode-xid",
13923 "wasmparser 0.201.0",
13924]
13925
13926[[package]]
13927name = "wit-parser"
13928version = "0.215.0"
13929source = "registry+https://github.com/rust-lang/crates.io-index"
13930checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
13931dependencies = [
13932 "anyhow",
13933 "id-arena",
13934 "indexmap 2.4.0",
13935 "log",
13936 "semver",
13937 "serde",
13938 "serde_derive",
13939 "serde_json",
13940 "unicode-xid",
13941 "wasmparser 0.215.0",
13942]
13943
13944[[package]]
13945name = "witx"
13946version = "0.9.1"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
13949dependencies = [
13950 "anyhow",
13951 "log",
13952 "thiserror",
13953 "wast",
13954]
13955
13956[[package]]
13957name = "workspace"
13958version = "0.1.0"
13959dependencies = [
13960 "any_vec",
13961 "anyhow",
13962 "async-recursion 1.1.1",
13963 "bincode",
13964 "call",
13965 "client",
13966 "clock",
13967 "collections",
13968 "db",
13969 "derive_more",
13970 "dev_server_projects",
13971 "env_logger",
13972 "fs",
13973 "futures 0.3.30",
13974 "git",
13975 "gpui",
13976 "http_client",
13977 "itertools 0.13.0",
13978 "language",
13979 "log",
13980 "node_runtime",
13981 "parking_lot",
13982 "postage",
13983 "project",
13984 "schemars",
13985 "serde",
13986 "serde_json",
13987 "session",
13988 "settings",
13989 "smallvec",
13990 "sqlez",
13991 "task",
13992 "tempfile",
13993 "theme",
13994 "ui",
13995 "util",
13996 "uuid",
13997]
13998
13999[[package]]
14000name = "worktree"
14001version = "0.1.0"
14002dependencies = [
14003 "anyhow",
14004 "clock",
14005 "collections",
14006 "env_logger",
14007 "fs",
14008 "futures 0.3.30",
14009 "fuzzy",
14010 "git",
14011 "git2",
14012 "gpui",
14013 "http_client",
14014 "ignore",
14015 "language",
14016 "log",
14017 "parking_lot",
14018 "paths",
14019 "postage",
14020 "pretty_assertions",
14021 "rand 0.8.5",
14022 "rpc",
14023 "schemars",
14024 "serde",
14025 "serde_json",
14026 "settings",
14027 "smallvec",
14028 "smol",
14029 "sum_tree",
14030 "text",
14031 "util",
14032]
14033
14034[[package]]
14035name = "wyz"
14036version = "0.5.1"
14037source = "registry+https://github.com/rust-lang/crates.io-index"
14038checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
14039dependencies = [
14040 "tap",
14041]
14042
14043[[package]]
14044name = "x11-clipboard"
14045version = "0.9.2"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
14048dependencies = [
14049 "libc",
14050 "x11rb",
14051]
14052
14053[[package]]
14054name = "x11rb"
14055version = "0.13.1"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
14058dependencies = [
14059 "as-raw-xcb-connection",
14060 "gethostname",
14061 "libc",
14062 "rustix 0.38.35",
14063 "x11rb-protocol",
14064]
14065
14066[[package]]
14067name = "x11rb-protocol"
14068version = "0.13.1"
14069source = "registry+https://github.com/rust-lang/crates.io-index"
14070checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
14071
14072[[package]]
14073name = "xattr"
14074version = "0.2.3"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
14077dependencies = [
14078 "libc",
14079]
14080
14081[[package]]
14082name = "xcursor"
14083version = "0.3.8"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
14086
14087[[package]]
14088name = "xdg-home"
14089version = "1.3.0"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
14092dependencies = [
14093 "libc",
14094 "windows-sys 0.59.0",
14095]
14096
14097[[package]]
14098name = "xim"
14099version = "0.4.0"
14100source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14101dependencies = [
14102 "ahash 0.8.11",
14103 "hashbrown 0.14.5",
14104 "log",
14105 "x11rb",
14106 "xim-ctext",
14107 "xim-parser",
14108]
14109
14110[[package]]
14111name = "xim-ctext"
14112version = "0.3.0"
14113source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14114dependencies = [
14115 "encoding_rs",
14116]
14117
14118[[package]]
14119name = "xim-parser"
14120version = "0.2.1"
14121source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14122dependencies = [
14123 "bitflags 2.6.0",
14124]
14125
14126[[package]]
14127name = "xkbcommon"
14128version = "0.7.0"
14129source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
14130dependencies = [
14131 "as-raw-xcb-connection",
14132 "libc",
14133 "memmap2",
14134 "xkeysym",
14135]
14136
14137[[package]]
14138name = "xkeysym"
14139version = "0.2.1"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
14142
14143[[package]]
14144name = "xml5ever"
14145version = "0.18.1"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
14148dependencies = [
14149 "log",
14150 "mac",
14151 "markup5ever",
14152]
14153
14154[[package]]
14155name = "xmlparser"
14156version = "0.13.6"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
14159
14160[[package]]
14161name = "xmlwriter"
14162version = "0.1.0"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
14165
14166[[package]]
14167name = "xtask"
14168version = "0.1.0"
14169dependencies = [
14170 "anyhow",
14171 "cargo_metadata",
14172 "cargo_toml",
14173 "clap",
14174]
14175
14176[[package]]
14177name = "yansi"
14178version = "0.5.1"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
14181
14182[[package]]
14183name = "yazi"
14184version = "0.1.6"
14185source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
14187
14188[[package]]
14189name = "yeslogic-fontconfig-sys"
14190version = "6.0.0"
14191source = "registry+https://github.com/rust-lang/crates.io-index"
14192checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
14193dependencies = [
14194 "dlib",
14195 "once_cell",
14196 "pkg-config",
14197]
14198
14199[[package]]
14200name = "zbus"
14201version = "4.4.0"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
14204dependencies = [
14205 "async-broadcast",
14206 "async-executor",
14207 "async-fs 2.1.2",
14208 "async-io 2.3.4",
14209 "async-lock 3.4.0",
14210 "async-process 2.2.4",
14211 "async-recursion 1.1.1",
14212 "async-task",
14213 "async-trait",
14214 "blocking",
14215 "enumflags2",
14216 "event-listener 5.3.1",
14217 "futures-core",
14218 "futures-sink",
14219 "futures-util",
14220 "hex",
14221 "nix",
14222 "ordered-stream",
14223 "rand 0.8.5",
14224 "serde",
14225 "serde_repr",
14226 "sha1",
14227 "static_assertions",
14228 "tracing",
14229 "uds_windows",
14230 "windows-sys 0.52.0",
14231 "xdg-home",
14232 "zbus_macros",
14233 "zbus_names",
14234 "zvariant",
14235]
14236
14237[[package]]
14238name = "zbus_macros"
14239version = "4.4.0"
14240source = "registry+https://github.com/rust-lang/crates.io-index"
14241checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
14242dependencies = [
14243 "proc-macro-crate",
14244 "proc-macro2",
14245 "quote",
14246 "syn 2.0.76",
14247 "zvariant_utils",
14248]
14249
14250[[package]]
14251name = "zbus_names"
14252version = "3.0.0"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
14255dependencies = [
14256 "serde",
14257 "static_assertions",
14258 "zvariant",
14259]
14260
14261[[package]]
14262name = "zed"
14263version = "0.154.0"
14264dependencies = [
14265 "activity_indicator",
14266 "anyhow",
14267 "ashpd",
14268 "assets",
14269 "assistant",
14270 "audio",
14271 "auto_update",
14272 "backtrace",
14273 "breadcrumbs",
14274 "call",
14275 "channel",
14276 "chrono",
14277 "clap",
14278 "cli",
14279 "client",
14280 "collab_ui",
14281 "collections",
14282 "command_palette",
14283 "command_palette_hooks",
14284 "copilot",
14285 "db",
14286 "dev_server_projects",
14287 "diagnostics",
14288 "editor",
14289 "env_logger",
14290 "extension",
14291 "extensions_ui",
14292 "feature_flags",
14293 "feedback",
14294 "file_finder",
14295 "file_icons",
14296 "fs",
14297 "futures 0.3.30",
14298 "git",
14299 "git_hosting_providers",
14300 "go_to_line",
14301 "gpui",
14302 "headless",
14303 "http_client",
14304 "image_viewer",
14305 "inline_completion_button",
14306 "install_cli",
14307 "isahc",
14308 "journal",
14309 "language",
14310 "language_model",
14311 "language_selector",
14312 "language_tools",
14313 "languages",
14314 "libc",
14315 "log",
14316 "markdown_preview",
14317 "menu",
14318 "mimalloc",
14319 "nix",
14320 "node_runtime",
14321 "notifications",
14322 "outline",
14323 "outline_panel",
14324 "parking_lot",
14325 "paths",
14326 "profiling",
14327 "project",
14328 "project_panel",
14329 "project_symbols",
14330 "quick_action_bar",
14331 "recent_projects",
14332 "release_channel",
14333 "remote",
14334 "repl",
14335 "rope",
14336 "search",
14337 "serde",
14338 "serde_json",
14339 "session",
14340 "settings",
14341 "settings_ui",
14342 "simplelog",
14343 "smol",
14344 "snippet_provider",
14345 "supermaven",
14346 "sysinfo",
14347 "tab_switcher",
14348 "task",
14349 "tasks_ui",
14350 "telemetry_events",
14351 "terminal_view",
14352 "theme",
14353 "theme_selector",
14354 "time",
14355 "tree-sitter-md",
14356 "tree-sitter-rust",
14357 "ui",
14358 "url",
14359 "urlencoding",
14360 "util",
14361 "uuid",
14362 "vim",
14363 "welcome",
14364 "windows 0.58.0",
14365 "winresource",
14366 "workspace",
14367 "zed_actions",
14368]
14369
14370[[package]]
14371name = "zed_actions"
14372version = "0.1.0"
14373dependencies = [
14374 "gpui",
14375 "serde",
14376]
14377
14378[[package]]
14379name = "zed_astro"
14380version = "0.1.0"
14381dependencies = [
14382 "serde",
14383 "zed_extension_api 0.1.0",
14384]
14385
14386[[package]]
14387name = "zed_clojure"
14388version = "0.0.3"
14389dependencies = [
14390 "zed_extension_api 0.1.0",
14391]
14392
14393[[package]]
14394name = "zed_csharp"
14395version = "0.0.2"
14396dependencies = [
14397 "zed_extension_api 0.1.0",
14398]
14399
14400[[package]]
14401name = "zed_dart"
14402version = "0.1.0"
14403dependencies = [
14404 "zed_extension_api 0.1.0",
14405]
14406
14407[[package]]
14408name = "zed_deno"
14409version = "0.0.2"
14410dependencies = [
14411 "zed_extension_api 0.1.0",
14412]
14413
14414[[package]]
14415name = "zed_elixir"
14416version = "0.0.9"
14417dependencies = [
14418 "zed_extension_api 0.1.0",
14419]
14420
14421[[package]]
14422name = "zed_elm"
14423version = "0.0.1"
14424dependencies = [
14425 "zed_extension_api 0.1.0",
14426]
14427
14428[[package]]
14429name = "zed_emmet"
14430version = "0.0.3"
14431dependencies = [
14432 "zed_extension_api 0.1.0",
14433]
14434
14435[[package]]
14436name = "zed_erlang"
14437version = "0.1.0"
14438dependencies = [
14439 "zed_extension_api 0.1.0",
14440]
14441
14442[[package]]
14443name = "zed_extension_api"
14444version = "0.1.0"
14445source = "registry+https://github.com/rust-lang/crates.io-index"
14446checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
14447dependencies = [
14448 "serde",
14449 "serde_json",
14450 "wit-bindgen",
14451]
14452
14453[[package]]
14454name = "zed_extension_api"
14455version = "0.2.0"
14456dependencies = [
14457 "serde",
14458 "serde_json",
14459 "wit-bindgen",
14460]
14461
14462[[package]]
14463name = "zed_gleam"
14464version = "0.2.0"
14465dependencies = [
14466 "html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14467 "zed_extension_api 0.1.0",
14468]
14469
14470[[package]]
14471name = "zed_glsl"
14472version = "0.1.0"
14473dependencies = [
14474 "zed_extension_api 0.1.0",
14475]
14476
14477[[package]]
14478name = "zed_haskell"
14479version = "0.1.1"
14480dependencies = [
14481 "zed_extension_api 0.1.0",
14482]
14483
14484[[package]]
14485name = "zed_html"
14486version = "0.1.2"
14487dependencies = [
14488 "zed_extension_api 0.1.0",
14489]
14490
14491[[package]]
14492name = "zed_lua"
14493version = "0.0.3"
14494dependencies = [
14495 "zed_extension_api 0.1.0",
14496]
14497
14498[[package]]
14499name = "zed_ocaml"
14500version = "0.1.0"
14501dependencies = [
14502 "zed_extension_api 0.1.0",
14503]
14504
14505[[package]]
14506name = "zed_php"
14507version = "0.2.0"
14508dependencies = [
14509 "zed_extension_api 0.1.0",
14510]
14511
14512[[package]]
14513name = "zed_prisma"
14514version = "0.0.3"
14515dependencies = [
14516 "zed_extension_api 0.1.0",
14517]
14518
14519[[package]]
14520name = "zed_purescript"
14521version = "0.0.1"
14522dependencies = [
14523 "zed_extension_api 0.1.0",
14524]
14525
14526[[package]]
14527name = "zed_ruby"
14528version = "0.2.0"
14529dependencies = [
14530 "zed_extension_api 0.1.0",
14531]
14532
14533[[package]]
14534name = "zed_ruff"
14535version = "0.1.0"
14536dependencies = [
14537 "zed_extension_api 0.1.0",
14538]
14539
14540[[package]]
14541name = "zed_snippets"
14542version = "0.0.5"
14543dependencies = [
14544 "serde_json",
14545 "zed_extension_api 0.1.0",
14546]
14547
14548[[package]]
14549name = "zed_svelte"
14550version = "0.2.0"
14551dependencies = [
14552 "zed_extension_api 0.1.0",
14553]
14554
14555[[package]]
14556name = "zed_terraform"
14557version = "0.1.0"
14558dependencies = [
14559 "zed_extension_api 0.1.0",
14560]
14561
14562[[package]]
14563name = "zed_test_extension"
14564version = "0.1.0"
14565dependencies = [
14566 "zed_extension_api 0.2.0",
14567]
14568
14569[[package]]
14570name = "zed_toml"
14571version = "0.1.1"
14572dependencies = [
14573 "zed_extension_api 0.1.0",
14574]
14575
14576[[package]]
14577name = "zed_uiua"
14578version = "0.0.1"
14579dependencies = [
14580 "zed_extension_api 0.1.0",
14581]
14582
14583[[package]]
14584name = "zed_vue"
14585version = "0.1.0"
14586dependencies = [
14587 "serde",
14588 "zed_extension_api 0.1.0",
14589]
14590
14591[[package]]
14592name = "zed_zig"
14593version = "0.3.0"
14594dependencies = [
14595 "zed_extension_api 0.1.0",
14596]
14597
14598[[package]]
14599name = "zeno"
14600version = "0.2.3"
14601source = "registry+https://github.com/rust-lang/crates.io-index"
14602checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
14603
14604[[package]]
14605name = "zerocopy"
14606version = "0.7.35"
14607source = "registry+https://github.com/rust-lang/crates.io-index"
14608checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
14609dependencies = [
14610 "byteorder",
14611 "zerocopy-derive",
14612]
14613
14614[[package]]
14615name = "zerocopy-derive"
14616version = "0.7.35"
14617source = "registry+https://github.com/rust-lang/crates.io-index"
14618checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
14619dependencies = [
14620 "proc-macro2",
14621 "quote",
14622 "syn 2.0.76",
14623]
14624
14625[[package]]
14626name = "zeroize"
14627version = "1.8.1"
14628source = "registry+https://github.com/rust-lang/crates.io-index"
14629checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
14630dependencies = [
14631 "zeroize_derive",
14632]
14633
14634[[package]]
14635name = "zeroize_derive"
14636version = "1.4.2"
14637source = "registry+https://github.com/rust-lang/crates.io-index"
14638checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
14639dependencies = [
14640 "proc-macro2",
14641 "quote",
14642 "syn 2.0.76",
14643]
14644
14645[[package]]
14646name = "zeromq"
14647version = "0.4.0"
14648source = "registry+https://github.com/rust-lang/crates.io-index"
14649checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
14650dependencies = [
14651 "async-dispatcher",
14652 "async-std",
14653 "async-trait",
14654 "asynchronous-codec",
14655 "bytes 1.7.1",
14656 "crossbeam-queue",
14657 "dashmap 5.5.3",
14658 "futures-channel",
14659 "futures-io",
14660 "futures-task",
14661 "futures-util",
14662 "log",
14663 "num-traits",
14664 "once_cell",
14665 "parking_lot",
14666 "rand 0.8.5",
14667 "regex",
14668 "thiserror",
14669 "uuid",
14670]
14671
14672[[package]]
14673name = "zstd"
14674version = "0.11.2+zstd.1.5.2"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
14677dependencies = [
14678 "zstd-safe",
14679]
14680
14681[[package]]
14682name = "zstd-safe"
14683version = "5.0.2+zstd.1.5.2"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
14686dependencies = [
14687 "libc",
14688 "zstd-sys",
14689]
14690
14691[[package]]
14692name = "zstd-sys"
14693version = "2.0.13+zstd.1.5.6"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
14696dependencies = [
14697 "cc",
14698 "pkg-config",
14699]
14700
14701[[package]]
14702name = "zune-core"
14703version = "0.4.12"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
14706
14707[[package]]
14708name = "zune-inflate"
14709version = "0.2.54"
14710source = "registry+https://github.com/rust-lang/crates.io-index"
14711checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
14712dependencies = [
14713 "simd-adler32",
14714]
14715
14716[[package]]
14717name = "zune-jpeg"
14718version = "0.4.13"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
14721dependencies = [
14722 "zune-core",
14723]
14724
14725[[package]]
14726name = "zvariant"
14727version = "4.2.0"
14728source = "registry+https://github.com/rust-lang/crates.io-index"
14729checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
14730dependencies = [
14731 "endi",
14732 "enumflags2",
14733 "serde",
14734 "static_assertions",
14735 "url",
14736 "zvariant_derive",
14737]
14738
14739[[package]]
14740name = "zvariant_derive"
14741version = "4.2.0"
14742source = "registry+https://github.com/rust-lang/crates.io-index"
14743checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
14744dependencies = [
14745 "proc-macro-crate",
14746 "proc-macro2",
14747 "quote",
14748 "syn 2.0.76",
14749 "zvariant_utils",
14750]
14751
14752[[package]]
14753name = "zvariant_utils"
14754version = "2.1.0"
14755source = "registry+https://github.com/rust-lang/crates.io-index"
14756checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
14757dependencies = [
14758 "proc-macro2",
14759 "quote",
14760 "syn 2.0.76",
14761]