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