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