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