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