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