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