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