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