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