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