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