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