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 "lsp",
9062 "node_runtime",
9063 "project",
9064 "remote",
9065 "rpc",
9066 "serde",
9067 "serde_json",
9068 "settings",
9069 "shellexpand 2.1.2",
9070 "smol",
9071 "toml 0.8.19",
9072 "worktree",
9073]
9074
9075[[package]]
9076name = "rend"
9077version = "0.4.2"
9078source = "registry+https://github.com/rust-lang/crates.io-index"
9079checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
9080dependencies = [
9081 "bytecheck",
9082]
9083
9084[[package]]
9085name = "repl"
9086version = "0.1.0"
9087dependencies = [
9088 "alacritty_terminal",
9089 "anyhow",
9090 "async-dispatcher",
9091 "base64 0.22.1",
9092 "client",
9093 "collections",
9094 "command_palette_hooks",
9095 "editor",
9096 "env_logger",
9097 "futures 0.3.30",
9098 "gpui",
9099 "http_client",
9100 "image",
9101 "indoc",
9102 "language",
9103 "languages",
9104 "log",
9105 "markdown_preview",
9106 "multi_buffer",
9107 "project",
9108 "runtimelib",
9109 "schemars",
9110 "serde",
9111 "serde_json",
9112 "settings",
9113 "smol",
9114 "terminal",
9115 "terminal_view",
9116 "theme",
9117 "tree-sitter-md",
9118 "tree-sitter-python",
9119 "tree-sitter-typescript",
9120 "ui",
9121 "util",
9122 "uuid",
9123 "windows 0.58.0",
9124 "workspace",
9125]
9126
9127[[package]]
9128name = "reqwest"
9129version = "0.11.27"
9130source = "registry+https://github.com/rust-lang/crates.io-index"
9131checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9132dependencies = [
9133 "base64 0.21.7",
9134 "bytes 1.7.1",
9135 "encoding_rs",
9136 "futures-core",
9137 "futures-util",
9138 "h2",
9139 "http 0.2.12",
9140 "http-body 0.4.6",
9141 "hyper",
9142 "hyper-tls",
9143 "ipnet",
9144 "js-sys",
9145 "log",
9146 "mime",
9147 "native-tls",
9148 "once_cell",
9149 "percent-encoding",
9150 "pin-project-lite",
9151 "rustls-pemfile",
9152 "serde",
9153 "serde_json",
9154 "serde_urlencoded",
9155 "sync_wrapper",
9156 "system-configuration",
9157 "tokio",
9158 "tokio-native-tls",
9159 "tower-service",
9160 "url",
9161 "wasm-bindgen",
9162 "wasm-bindgen-futures",
9163 "web-sys",
9164 "winreg 0.50.0",
9165]
9166
9167[[package]]
9168name = "resvg"
9169version = "0.41.0"
9170source = "registry+https://github.com/rust-lang/crates.io-index"
9171checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
9172dependencies = [
9173 "log",
9174 "pico-args",
9175 "rgb",
9176 "svgtypes",
9177 "tiny-skia",
9178 "usvg",
9179]
9180
9181[[package]]
9182name = "rfc6979"
9183version = "0.3.1"
9184source = "registry+https://github.com/rust-lang/crates.io-index"
9185checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9186dependencies = [
9187 "crypto-bigint 0.4.9",
9188 "hmac",
9189 "zeroize",
9190]
9191
9192[[package]]
9193name = "rgb"
9194version = "0.8.49"
9195source = "registry+https://github.com/rust-lang/crates.io-index"
9196checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
9197dependencies = [
9198 "bytemuck",
9199]
9200
9201[[package]]
9202name = "rich_text"
9203version = "0.1.0"
9204dependencies = [
9205 "futures 0.3.30",
9206 "gpui",
9207 "language",
9208 "linkify",
9209 "pulldown-cmark 0.12.1",
9210 "theme",
9211 "ui",
9212 "util",
9213]
9214
9215[[package]]
9216name = "ring"
9217version = "0.17.8"
9218source = "registry+https://github.com/rust-lang/crates.io-index"
9219checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9220dependencies = [
9221 "cc",
9222 "cfg-if",
9223 "getrandom 0.2.15",
9224 "libc",
9225 "spin",
9226 "untrusted",
9227 "windows-sys 0.52.0",
9228]
9229
9230[[package]]
9231name = "rkyv"
9232version = "0.7.45"
9233source = "registry+https://github.com/rust-lang/crates.io-index"
9234checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9235dependencies = [
9236 "bitvec",
9237 "bytecheck",
9238 "bytes 1.7.1",
9239 "hashbrown 0.12.3",
9240 "ptr_meta",
9241 "rend",
9242 "rkyv_derive",
9243 "seahash",
9244 "tinyvec",
9245 "uuid",
9246]
9247
9248[[package]]
9249name = "rkyv_derive"
9250version = "0.7.45"
9251source = "registry+https://github.com/rust-lang/crates.io-index"
9252checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9253dependencies = [
9254 "proc-macro2",
9255 "quote",
9256 "syn 1.0.109",
9257]
9258
9259[[package]]
9260name = "rmp"
9261version = "0.8.14"
9262source = "registry+https://github.com/rust-lang/crates.io-index"
9263checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9264dependencies = [
9265 "byteorder",
9266 "num-traits",
9267 "paste",
9268]
9269
9270[[package]]
9271name = "rmpv"
9272version = "1.3.0"
9273source = "registry+https://github.com/rust-lang/crates.io-index"
9274checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9275dependencies = [
9276 "num-traits",
9277 "rmp",
9278]
9279
9280[[package]]
9281name = "rodio"
9282version = "0.17.3"
9283source = "registry+https://github.com/rust-lang/crates.io-index"
9284checksum = "3b1bb7b48ee48471f55da122c0044fcc7600cfcc85db88240b89cb832935e611"
9285dependencies = [
9286 "cpal",
9287 "hound",
9288]
9289
9290[[package]]
9291name = "rope"
9292version = "0.1.0"
9293dependencies = [
9294 "arrayvec",
9295 "criterion",
9296 "ctor",
9297 "env_logger",
9298 "gpui",
9299 "log",
9300 "rand 0.8.5",
9301 "smallvec",
9302 "sum_tree",
9303 "unicode-segmentation",
9304 "util",
9305]
9306
9307[[package]]
9308name = "roxmltree"
9309version = "0.19.0"
9310source = "registry+https://github.com/rust-lang/crates.io-index"
9311checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
9312
9313[[package]]
9314name = "roxmltree"
9315version = "0.20.0"
9316source = "registry+https://github.com/rust-lang/crates.io-index"
9317checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9318
9319[[package]]
9320name = "rpc"
9321version = "0.1.0"
9322dependencies = [
9323 "anyhow",
9324 "async-tungstenite",
9325 "base64 0.22.1",
9326 "chrono",
9327 "collections",
9328 "env_logger",
9329 "futures 0.3.30",
9330 "gpui",
9331 "parking_lot",
9332 "proto",
9333 "rand 0.8.5",
9334 "rsa",
9335 "serde",
9336 "serde_json",
9337 "sha2",
9338 "strum 0.25.0",
9339 "tracing",
9340 "util",
9341 "zstd",
9342]
9343
9344[[package]]
9345name = "rsa"
9346version = "0.9.6"
9347source = "registry+https://github.com/rust-lang/crates.io-index"
9348checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
9349dependencies = [
9350 "const-oid",
9351 "digest",
9352 "num-bigint-dig",
9353 "num-integer",
9354 "num-traits",
9355 "pkcs1",
9356 "pkcs8 0.10.2",
9357 "rand_core 0.6.4",
9358 "signature 2.2.0",
9359 "spki 0.7.3",
9360 "subtle",
9361 "zeroize",
9362]
9363
9364[[package]]
9365name = "runtimelib"
9366version = "0.15.0"
9367source = "registry+https://github.com/rust-lang/crates.io-index"
9368checksum = "a7d76d28b882a7b889ebb04e79bc2b160b3061821ea596ff0f4a838fc7a76db0"
9369dependencies = [
9370 "anyhow",
9371 "async-dispatcher",
9372 "async-std",
9373 "base64 0.22.1",
9374 "bytes 1.7.1",
9375 "chrono",
9376 "data-encoding",
9377 "dirs 5.0.1",
9378 "futures 0.3.30",
9379 "glob",
9380 "rand 0.8.5",
9381 "ring",
9382 "serde",
9383 "serde_json",
9384 "shellexpand 3.1.0",
9385 "smol",
9386 "uuid",
9387 "zeromq",
9388]
9389
9390[[package]]
9391name = "rust-embed"
9392version = "8.5.0"
9393source = "registry+https://github.com/rust-lang/crates.io-index"
9394checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
9395dependencies = [
9396 "rust-embed-impl",
9397 "rust-embed-utils",
9398 "walkdir",
9399]
9400
9401[[package]]
9402name = "rust-embed-impl"
9403version = "8.5.0"
9404source = "registry+https://github.com/rust-lang/crates.io-index"
9405checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
9406dependencies = [
9407 "proc-macro2",
9408 "quote",
9409 "rust-embed-utils",
9410 "syn 2.0.76",
9411 "walkdir",
9412]
9413
9414[[package]]
9415name = "rust-embed-utils"
9416version = "8.5.0"
9417source = "registry+https://github.com/rust-lang/crates.io-index"
9418checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
9419dependencies = [
9420 "globset",
9421 "sha2",
9422 "walkdir",
9423]
9424
9425[[package]]
9426name = "rust_decimal"
9427version = "1.36.0"
9428source = "registry+https://github.com/rust-lang/crates.io-index"
9429checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
9430dependencies = [
9431 "arrayvec",
9432 "borsh",
9433 "bytes 1.7.1",
9434 "num-traits",
9435 "rand 0.8.5",
9436 "rkyv",
9437 "serde",
9438 "serde_json",
9439]
9440
9441[[package]]
9442name = "rustc-demangle"
9443version = "0.1.24"
9444source = "registry+https://github.com/rust-lang/crates.io-index"
9445checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
9446
9447[[package]]
9448name = "rustc-hash"
9449version = "1.1.0"
9450source = "registry+https://github.com/rust-lang/crates.io-index"
9451checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
9452
9453[[package]]
9454name = "rustc_version"
9455version = "0.4.1"
9456source = "registry+https://github.com/rust-lang/crates.io-index"
9457checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
9458dependencies = [
9459 "semver",
9460]
9461
9462[[package]]
9463name = "rustix"
9464version = "0.37.27"
9465source = "registry+https://github.com/rust-lang/crates.io-index"
9466checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
9467dependencies = [
9468 "bitflags 1.3.2",
9469 "errno 0.3.9",
9470 "io-lifetimes 1.0.11",
9471 "libc",
9472 "linux-raw-sys 0.3.8",
9473 "windows-sys 0.48.0",
9474]
9475
9476[[package]]
9477name = "rustix"
9478version = "0.38.35"
9479source = "registry+https://github.com/rust-lang/crates.io-index"
9480checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
9481dependencies = [
9482 "bitflags 2.6.0",
9483 "errno 0.3.9",
9484 "itoa",
9485 "libc",
9486 "linux-raw-sys 0.4.14",
9487 "once_cell",
9488 "windows-sys 0.52.0",
9489]
9490
9491[[package]]
9492name = "rustix-openpty"
9493version = "0.1.1"
9494source = "registry+https://github.com/rust-lang/crates.io-index"
9495checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
9496dependencies = [
9497 "errno 0.3.9",
9498 "libc",
9499 "rustix 0.38.35",
9500]
9501
9502[[package]]
9503name = "rustls"
9504version = "0.21.12"
9505source = "registry+https://github.com/rust-lang/crates.io-index"
9506checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
9507dependencies = [
9508 "log",
9509 "ring",
9510 "rustls-webpki",
9511 "sct",
9512]
9513
9514[[package]]
9515name = "rustls-native-certs"
9516version = "0.6.3"
9517source = "registry+https://github.com/rust-lang/crates.io-index"
9518checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
9519dependencies = [
9520 "openssl-probe",
9521 "rustls-pemfile",
9522 "schannel",
9523 "security-framework",
9524]
9525
9526[[package]]
9527name = "rustls-pemfile"
9528version = "1.0.4"
9529source = "registry+https://github.com/rust-lang/crates.io-index"
9530checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
9531dependencies = [
9532 "base64 0.21.7",
9533]
9534
9535[[package]]
9536name = "rustls-webpki"
9537version = "0.101.7"
9538source = "registry+https://github.com/rust-lang/crates.io-index"
9539checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
9540dependencies = [
9541 "ring",
9542 "untrusted",
9543]
9544
9545[[package]]
9546name = "rustversion"
9547version = "1.0.17"
9548source = "registry+https://github.com/rust-lang/crates.io-index"
9549checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
9550
9551[[package]]
9552name = "rustybuzz"
9553version = "0.14.1"
9554source = "registry+https://github.com/rust-lang/crates.io-index"
9555checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
9556dependencies = [
9557 "bitflags 2.6.0",
9558 "bytemuck",
9559 "libm",
9560 "smallvec",
9561 "ttf-parser",
9562 "unicode-bidi-mirroring",
9563 "unicode-ccc",
9564 "unicode-properties",
9565 "unicode-script",
9566]
9567
9568[[package]]
9569name = "ryu"
9570version = "1.0.18"
9571source = "registry+https://github.com/rust-lang/crates.io-index"
9572checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
9573
9574[[package]]
9575name = "salsa20"
9576version = "0.10.2"
9577source = "registry+https://github.com/rust-lang/crates.io-index"
9578checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
9579dependencies = [
9580 "cipher",
9581]
9582
9583[[package]]
9584name = "same-file"
9585version = "1.0.6"
9586source = "registry+https://github.com/rust-lang/crates.io-index"
9587checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
9588dependencies = [
9589 "winapi-util",
9590]
9591
9592[[package]]
9593name = "schannel"
9594version = "0.1.23"
9595source = "registry+https://github.com/rust-lang/crates.io-index"
9596checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
9597dependencies = [
9598 "windows-sys 0.52.0",
9599]
9600
9601[[package]]
9602name = "schemars"
9603version = "0.8.21"
9604source = "registry+https://github.com/rust-lang/crates.io-index"
9605checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
9606dependencies = [
9607 "dyn-clone",
9608 "indexmap 1.9.3",
9609 "schemars_derive",
9610 "serde",
9611 "serde_json",
9612]
9613
9614[[package]]
9615name = "schemars_derive"
9616version = "0.8.21"
9617source = "registry+https://github.com/rust-lang/crates.io-index"
9618checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
9619dependencies = [
9620 "proc-macro2",
9621 "quote",
9622 "serde_derive_internals 0.29.1",
9623 "syn 2.0.76",
9624]
9625
9626[[package]]
9627name = "scoped-tls"
9628version = "1.0.1"
9629source = "registry+https://github.com/rust-lang/crates.io-index"
9630checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
9631
9632[[package]]
9633name = "scopeguard"
9634version = "1.2.0"
9635source = "registry+https://github.com/rust-lang/crates.io-index"
9636checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
9637
9638[[package]]
9639name = "scrypt"
9640version = "0.11.0"
9641source = "registry+https://github.com/rust-lang/crates.io-index"
9642checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
9643dependencies = [
9644 "password-hash",
9645 "pbkdf2",
9646 "salsa20",
9647 "sha2",
9648]
9649
9650[[package]]
9651name = "sct"
9652version = "0.7.1"
9653source = "registry+https://github.com/rust-lang/crates.io-index"
9654checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
9655dependencies = [
9656 "ring",
9657 "untrusted",
9658]
9659
9660[[package]]
9661name = "sea-bae"
9662version = "0.2.0"
9663source = "registry+https://github.com/rust-lang/crates.io-index"
9664checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
9665dependencies = [
9666 "heck 0.4.1",
9667 "proc-macro-error",
9668 "proc-macro2",
9669 "quote",
9670 "syn 2.0.76",
9671]
9672
9673[[package]]
9674name = "sea-orm"
9675version = "1.1.0-rc.1"
9676source = "registry+https://github.com/rust-lang/crates.io-index"
9677checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
9678dependencies = [
9679 "async-stream",
9680 "async-trait",
9681 "bigdecimal",
9682 "chrono",
9683 "futures 0.3.30",
9684 "log",
9685 "ouroboros",
9686 "rust_decimal",
9687 "sea-orm-macros",
9688 "sea-query",
9689 "sea-query-binder",
9690 "serde",
9691 "serde_json",
9692 "sqlx",
9693 "strum 0.26.3",
9694 "thiserror",
9695 "time",
9696 "tracing",
9697 "url",
9698 "uuid",
9699]
9700
9701[[package]]
9702name = "sea-orm-macros"
9703version = "1.1.0-rc.1"
9704source = "registry+https://github.com/rust-lang/crates.io-index"
9705checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
9706dependencies = [
9707 "heck 0.4.1",
9708 "proc-macro2",
9709 "quote",
9710 "sea-bae",
9711 "syn 2.0.76",
9712 "unicode-ident",
9713]
9714
9715[[package]]
9716name = "sea-query"
9717version = "0.32.0-rc.1"
9718source = "registry+https://github.com/rust-lang/crates.io-index"
9719checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
9720dependencies = [
9721 "bigdecimal",
9722 "chrono",
9723 "educe",
9724 "inherent",
9725 "ordered-float 3.9.2",
9726 "rust_decimal",
9727 "serde_json",
9728 "time",
9729 "uuid",
9730]
9731
9732[[package]]
9733name = "sea-query-binder"
9734version = "0.7.0-rc.1"
9735source = "registry+https://github.com/rust-lang/crates.io-index"
9736checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
9737dependencies = [
9738 "bigdecimal",
9739 "chrono",
9740 "rust_decimal",
9741 "sea-query",
9742 "serde_json",
9743 "sqlx",
9744 "time",
9745 "uuid",
9746]
9747
9748[[package]]
9749name = "seahash"
9750version = "4.1.0"
9751source = "registry+https://github.com/rust-lang/crates.io-index"
9752checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
9753
9754[[package]]
9755name = "sealed"
9756version = "0.4.0"
9757source = "registry+https://github.com/rust-lang/crates.io-index"
9758checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
9759dependencies = [
9760 "heck 0.3.3",
9761 "proc-macro2",
9762 "quote",
9763 "syn 1.0.109",
9764]
9765
9766[[package]]
9767name = "search"
9768version = "0.1.0"
9769dependencies = [
9770 "any_vec",
9771 "anyhow",
9772 "bitflags 2.6.0",
9773 "client",
9774 "collections",
9775 "editor",
9776 "futures 0.3.30",
9777 "gpui",
9778 "language",
9779 "menu",
9780 "project",
9781 "serde",
9782 "serde_json",
9783 "settings",
9784 "smol",
9785 "theme",
9786 "ui",
9787 "unindent",
9788 "util",
9789 "workspace",
9790]
9791
9792[[package]]
9793name = "sec1"
9794version = "0.3.0"
9795source = "registry+https://github.com/rust-lang/crates.io-index"
9796checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
9797dependencies = [
9798 "base16ct",
9799 "der 0.6.1",
9800 "generic-array",
9801 "pkcs8 0.9.0",
9802 "subtle",
9803 "zeroize",
9804]
9805
9806[[package]]
9807name = "security-framework"
9808version = "2.11.1"
9809source = "registry+https://github.com/rust-lang/crates.io-index"
9810checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
9811dependencies = [
9812 "bitflags 2.6.0",
9813 "core-foundation 0.9.4",
9814 "core-foundation-sys",
9815 "libc",
9816 "security-framework-sys",
9817]
9818
9819[[package]]
9820name = "security-framework-sys"
9821version = "2.11.1"
9822source = "registry+https://github.com/rust-lang/crates.io-index"
9823checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
9824dependencies = [
9825 "core-foundation-sys",
9826 "libc",
9827]
9828
9829[[package]]
9830name = "self_cell"
9831version = "1.0.4"
9832source = "registry+https://github.com/rust-lang/crates.io-index"
9833checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
9834
9835[[package]]
9836name = "semantic_index"
9837version = "0.1.0"
9838dependencies = [
9839 "anyhow",
9840 "arrayvec",
9841 "blake3",
9842 "client",
9843 "clock",
9844 "collections",
9845 "env_logger",
9846 "feature_flags",
9847 "fs",
9848 "futures 0.3.30",
9849 "futures-batch",
9850 "gpui",
9851 "heed",
9852 "http_client",
9853 "language",
9854 "language_model",
9855 "languages",
9856 "log",
9857 "open_ai",
9858 "parking_lot",
9859 "project",
9860 "serde",
9861 "serde_json",
9862 "settings",
9863 "sha2",
9864 "smol",
9865 "tempfile",
9866 "theme",
9867 "tree-sitter",
9868 "ui",
9869 "unindent",
9870 "util",
9871 "workspace",
9872 "worktree",
9873]
9874
9875[[package]]
9876name = "semantic_version"
9877version = "0.1.0"
9878dependencies = [
9879 "anyhow",
9880 "serde",
9881]
9882
9883[[package]]
9884name = "semver"
9885version = "1.0.23"
9886source = "registry+https://github.com/rust-lang/crates.io-index"
9887checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
9888dependencies = [
9889 "serde",
9890]
9891
9892[[package]]
9893name = "serde"
9894version = "1.0.209"
9895source = "registry+https://github.com/rust-lang/crates.io-index"
9896checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
9897dependencies = [
9898 "serde_derive",
9899]
9900
9901[[package]]
9902name = "serde_derive"
9903version = "1.0.209"
9904source = "registry+https://github.com/rust-lang/crates.io-index"
9905checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
9906dependencies = [
9907 "proc-macro2",
9908 "quote",
9909 "syn 2.0.76",
9910]
9911
9912[[package]]
9913name = "serde_derive_internals"
9914version = "0.26.0"
9915source = "registry+https://github.com/rust-lang/crates.io-index"
9916checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
9917dependencies = [
9918 "proc-macro2",
9919 "quote",
9920 "syn 1.0.109",
9921]
9922
9923[[package]]
9924name = "serde_derive_internals"
9925version = "0.29.1"
9926source = "registry+https://github.com/rust-lang/crates.io-index"
9927checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
9928dependencies = [
9929 "proc-macro2",
9930 "quote",
9931 "syn 2.0.76",
9932]
9933
9934[[package]]
9935name = "serde_fmt"
9936version = "1.0.3"
9937source = "registry+https://github.com/rust-lang/crates.io-index"
9938checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
9939dependencies = [
9940 "serde",
9941]
9942
9943[[package]]
9944name = "serde_json"
9945version = "1.0.127"
9946source = "registry+https://github.com/rust-lang/crates.io-index"
9947checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
9948dependencies = [
9949 "indexmap 2.4.0",
9950 "itoa",
9951 "memchr",
9952 "ryu",
9953 "serde",
9954]
9955
9956[[package]]
9957name = "serde_json_lenient"
9958version = "0.2.1"
9959source = "registry+https://github.com/rust-lang/crates.io-index"
9960checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
9961dependencies = [
9962 "indexmap 2.4.0",
9963 "itoa",
9964 "ryu",
9965 "serde",
9966]
9967
9968[[package]]
9969name = "serde_path_to_error"
9970version = "0.1.16"
9971source = "registry+https://github.com/rust-lang/crates.io-index"
9972checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
9973dependencies = [
9974 "itoa",
9975 "serde",
9976]
9977
9978[[package]]
9979name = "serde_qs"
9980version = "0.8.5"
9981source = "registry+https://github.com/rust-lang/crates.io-index"
9982checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
9983dependencies = [
9984 "percent-encoding",
9985 "serde",
9986 "thiserror",
9987]
9988
9989[[package]]
9990name = "serde_qs"
9991version = "0.10.1"
9992source = "registry+https://github.com/rust-lang/crates.io-index"
9993checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
9994dependencies = [
9995 "percent-encoding",
9996 "serde",
9997 "thiserror",
9998]
9999
10000[[package]]
10001name = "serde_repr"
10002version = "0.1.19"
10003source = "registry+https://github.com/rust-lang/crates.io-index"
10004checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
10005dependencies = [
10006 "proc-macro2",
10007 "quote",
10008 "syn 2.0.76",
10009]
10010
10011[[package]]
10012name = "serde_spanned"
10013version = "0.6.7"
10014source = "registry+https://github.com/rust-lang/crates.io-index"
10015checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
10016dependencies = [
10017 "serde",
10018]
10019
10020[[package]]
10021name = "serde_urlencoded"
10022version = "0.7.1"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
10025dependencies = [
10026 "form_urlencoded",
10027 "itoa",
10028 "ryu",
10029 "serde",
10030]
10031
10032[[package]]
10033name = "session"
10034version = "0.1.0"
10035dependencies = [
10036 "db",
10037 "gpui",
10038 "serde_json",
10039 "util",
10040 "uuid",
10041]
10042
10043[[package]]
10044name = "settings"
10045version = "0.1.0"
10046dependencies = [
10047 "anyhow",
10048 "collections",
10049 "fs",
10050 "futures 0.3.30",
10051 "gpui",
10052 "indoc",
10053 "log",
10054 "paths",
10055 "pretty_assertions",
10056 "release_channel",
10057 "rust-embed",
10058 "schemars",
10059 "serde",
10060 "serde_derive",
10061 "serde_json",
10062 "serde_json_lenient",
10063 "smallvec",
10064 "tree-sitter",
10065 "tree-sitter-json",
10066 "unindent",
10067 "util",
10068]
10069
10070[[package]]
10071name = "settings_ui"
10072version = "0.1.0"
10073dependencies = [
10074 "command_palette_hooks",
10075 "editor",
10076 "feature_flags",
10077 "gpui",
10078 "settings",
10079 "theme",
10080 "ui",
10081 "workspace",
10082]
10083
10084[[package]]
10085name = "sha1"
10086version = "0.10.6"
10087source = "registry+https://github.com/rust-lang/crates.io-index"
10088checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10089dependencies = [
10090 "cfg-if",
10091 "cpufeatures",
10092 "digest",
10093]
10094
10095[[package]]
10096name = "sha1_smol"
10097version = "1.0.1"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
10100
10101[[package]]
10102name = "sha2"
10103version = "0.10.8"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
10106dependencies = [
10107 "cfg-if",
10108 "cpufeatures",
10109 "digest",
10110]
10111
10112[[package]]
10113name = "sharded-slab"
10114version = "0.1.7"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
10117dependencies = [
10118 "lazy_static",
10119]
10120
10121[[package]]
10122name = "shell-words"
10123version = "1.1.0"
10124source = "registry+https://github.com/rust-lang/crates.io-index"
10125checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
10126
10127[[package]]
10128name = "shellexpand"
10129version = "2.1.2"
10130source = "registry+https://github.com/rust-lang/crates.io-index"
10131checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10132dependencies = [
10133 "dirs 4.0.0",
10134]
10135
10136[[package]]
10137name = "shellexpand"
10138version = "3.1.0"
10139source = "registry+https://github.com/rust-lang/crates.io-index"
10140checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10141dependencies = [
10142 "dirs 5.0.1",
10143]
10144
10145[[package]]
10146name = "shlex"
10147version = "1.3.0"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10150
10151[[package]]
10152name = "signal-hook"
10153version = "0.3.17"
10154source = "registry+https://github.com/rust-lang/crates.io-index"
10155checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10156dependencies = [
10157 "libc",
10158 "signal-hook-registry",
10159]
10160
10161[[package]]
10162name = "signal-hook-registry"
10163version = "1.4.2"
10164source = "registry+https://github.com/rust-lang/crates.io-index"
10165checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10166dependencies = [
10167 "libc",
10168]
10169
10170[[package]]
10171name = "signature"
10172version = "1.6.4"
10173source = "registry+https://github.com/rust-lang/crates.io-index"
10174checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10175dependencies = [
10176 "digest",
10177 "rand_core 0.6.4",
10178]
10179
10180[[package]]
10181name = "signature"
10182version = "2.2.0"
10183source = "registry+https://github.com/rust-lang/crates.io-index"
10184checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10185dependencies = [
10186 "digest",
10187 "rand_core 0.6.4",
10188]
10189
10190[[package]]
10191name = "simd-adler32"
10192version = "0.3.7"
10193source = "registry+https://github.com/rust-lang/crates.io-index"
10194checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10195
10196[[package]]
10197name = "simd_helpers"
10198version = "0.1.0"
10199source = "registry+https://github.com/rust-lang/crates.io-index"
10200checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10201dependencies = [
10202 "quote",
10203]
10204
10205[[package]]
10206name = "simdutf8"
10207version = "0.1.4"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10210
10211[[package]]
10212name = "similar"
10213version = "1.3.0"
10214source = "registry+https://github.com/rust-lang/crates.io-index"
10215checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10216
10217[[package]]
10218name = "simple_asn1"
10219version = "0.6.2"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10222dependencies = [
10223 "num-bigint",
10224 "num-traits",
10225 "thiserror",
10226 "time",
10227]
10228
10229[[package]]
10230name = "simplecss"
10231version = "0.2.1"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10234dependencies = [
10235 "log",
10236]
10237
10238[[package]]
10239name = "simplelog"
10240version = "0.12.2"
10241source = "registry+https://github.com/rust-lang/crates.io-index"
10242checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10243dependencies = [
10244 "log",
10245 "termcolor",
10246 "time",
10247]
10248
10249[[package]]
10250name = "siphasher"
10251version = "0.3.11"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10254
10255[[package]]
10256name = "siphasher"
10257version = "1.0.1"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
10260
10261[[package]]
10262name = "skrifa"
10263version = "0.20.0"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
10266dependencies = [
10267 "bytemuck",
10268 "read-fonts",
10269]
10270
10271[[package]]
10272name = "slab"
10273version = "0.4.9"
10274source = "registry+https://github.com/rust-lang/crates.io-index"
10275checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
10276dependencies = [
10277 "autocfg",
10278]
10279
10280[[package]]
10281name = "slash_commands_example"
10282version = "0.1.0"
10283dependencies = [
10284 "zed_extension_api 0.1.0",
10285]
10286
10287[[package]]
10288name = "slice-group-by"
10289version = "0.3.1"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
10292
10293[[package]]
10294name = "slotmap"
10295version = "1.0.7"
10296source = "registry+https://github.com/rust-lang/crates.io-index"
10297checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
10298dependencies = [
10299 "version_check",
10300]
10301
10302[[package]]
10303name = "sluice"
10304version = "0.5.5"
10305source = "registry+https://github.com/rust-lang/crates.io-index"
10306checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
10307dependencies = [
10308 "async-channel 1.9.0",
10309 "futures-core",
10310 "futures-io",
10311]
10312
10313[[package]]
10314name = "smallvec"
10315version = "1.13.2"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
10318dependencies = [
10319 "serde",
10320]
10321
10322[[package]]
10323name = "smart-default"
10324version = "0.6.0"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
10327dependencies = [
10328 "proc-macro2",
10329 "quote",
10330 "syn 1.0.109",
10331]
10332
10333[[package]]
10334name = "smol"
10335version = "1.3.0"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
10338dependencies = [
10339 "async-channel 1.9.0",
10340 "async-executor",
10341 "async-fs 1.6.0",
10342 "async-io 1.13.0",
10343 "async-lock 2.8.0",
10344 "async-net 1.8.0",
10345 "async-process 1.8.1",
10346 "blocking",
10347 "futures-lite 1.13.0",
10348]
10349
10350[[package]]
10351name = "smol_str"
10352version = "0.1.24"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
10355dependencies = [
10356 "serde",
10357]
10358
10359[[package]]
10360name = "snippet"
10361version = "0.1.0"
10362dependencies = [
10363 "anyhow",
10364 "smallvec",
10365]
10366
10367[[package]]
10368name = "snippet_provider"
10369version = "0.1.0"
10370dependencies = [
10371 "anyhow",
10372 "collections",
10373 "fs",
10374 "futures 0.3.30",
10375 "gpui",
10376 "parking_lot",
10377 "serde",
10378 "serde_json",
10379 "snippet",
10380 "util",
10381]
10382
10383[[package]]
10384name = "socket2"
10385version = "0.4.10"
10386source = "registry+https://github.com/rust-lang/crates.io-index"
10387checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
10388dependencies = [
10389 "libc",
10390 "winapi",
10391]
10392
10393[[package]]
10394name = "socket2"
10395version = "0.5.7"
10396source = "registry+https://github.com/rust-lang/crates.io-index"
10397checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
10398dependencies = [
10399 "libc",
10400 "windows-sys 0.52.0",
10401]
10402
10403[[package]]
10404name = "spdx"
10405version = "0.10.6"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
10408dependencies = [
10409 "smallvec",
10410]
10411
10412[[package]]
10413name = "spin"
10414version = "0.9.8"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
10417dependencies = [
10418 "lock_api",
10419]
10420
10421[[package]]
10422name = "spirv"
10423version = "0.3.0+sdk-1.3.268.0"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
10426dependencies = [
10427 "bitflags 2.6.0",
10428]
10429
10430[[package]]
10431name = "spki"
10432version = "0.6.0"
10433source = "registry+https://github.com/rust-lang/crates.io-index"
10434checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
10435dependencies = [
10436 "base64ct",
10437 "der 0.6.1",
10438]
10439
10440[[package]]
10441name = "spki"
10442version = "0.7.3"
10443source = "registry+https://github.com/rust-lang/crates.io-index"
10444checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
10445dependencies = [
10446 "base64ct",
10447 "der 0.7.9",
10448]
10449
10450[[package]]
10451name = "sptr"
10452version = "0.3.2"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
10455
10456[[package]]
10457name = "sqlez"
10458version = "0.1.0"
10459dependencies = [
10460 "anyhow",
10461 "collections",
10462 "futures 0.3.30",
10463 "indoc",
10464 "libsqlite3-sys",
10465 "parking_lot",
10466 "smol",
10467 "thread_local",
10468 "util",
10469 "uuid",
10470]
10471
10472[[package]]
10473name = "sqlez_macros"
10474version = "0.1.0"
10475dependencies = [
10476 "sqlez",
10477 "sqlformat",
10478 "syn 1.0.109",
10479]
10480
10481[[package]]
10482name = "sqlformat"
10483version = "0.2.4"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f"
10486dependencies = [
10487 "nom",
10488 "unicode_categories",
10489]
10490
10491[[package]]
10492name = "sqlx"
10493version = "0.8.0"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
10496dependencies = [
10497 "sqlx-core",
10498 "sqlx-macros",
10499 "sqlx-mysql",
10500 "sqlx-postgres",
10501 "sqlx-sqlite",
10502]
10503
10504[[package]]
10505name = "sqlx-core"
10506version = "0.8.0"
10507source = "registry+https://github.com/rust-lang/crates.io-index"
10508checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
10509dependencies = [
10510 "atoi",
10511 "bigdecimal",
10512 "byteorder",
10513 "bytes 1.7.1",
10514 "chrono",
10515 "crc",
10516 "crossbeam-queue",
10517 "either",
10518 "event-listener 5.3.1",
10519 "futures-channel",
10520 "futures-core",
10521 "futures-intrusive",
10522 "futures-io",
10523 "futures-util",
10524 "hashbrown 0.14.5",
10525 "hashlink",
10526 "hex",
10527 "indexmap 2.4.0",
10528 "log",
10529 "memchr",
10530 "once_cell",
10531 "paste",
10532 "percent-encoding",
10533 "rust_decimal",
10534 "rustls",
10535 "rustls-pemfile",
10536 "serde",
10537 "serde_json",
10538 "sha2",
10539 "smallvec",
10540 "sqlformat",
10541 "thiserror",
10542 "time",
10543 "tokio",
10544 "tokio-stream",
10545 "tracing",
10546 "url",
10547 "uuid",
10548 "webpki-roots",
10549]
10550
10551[[package]]
10552name = "sqlx-macros"
10553version = "0.8.0"
10554source = "registry+https://github.com/rust-lang/crates.io-index"
10555checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
10556dependencies = [
10557 "proc-macro2",
10558 "quote",
10559 "sqlx-core",
10560 "sqlx-macros-core",
10561 "syn 2.0.76",
10562]
10563
10564[[package]]
10565name = "sqlx-macros-core"
10566version = "0.8.0"
10567source = "registry+https://github.com/rust-lang/crates.io-index"
10568checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
10569dependencies = [
10570 "dotenvy",
10571 "either",
10572 "heck 0.5.0",
10573 "hex",
10574 "once_cell",
10575 "proc-macro2",
10576 "quote",
10577 "serde",
10578 "serde_json",
10579 "sha2",
10580 "sqlx-core",
10581 "sqlx-mysql",
10582 "sqlx-postgres",
10583 "sqlx-sqlite",
10584 "syn 2.0.76",
10585 "tempfile",
10586 "tokio",
10587 "url",
10588]
10589
10590[[package]]
10591name = "sqlx-mysql"
10592version = "0.8.0"
10593source = "registry+https://github.com/rust-lang/crates.io-index"
10594checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
10595dependencies = [
10596 "atoi",
10597 "base64 0.22.1",
10598 "bigdecimal",
10599 "bitflags 2.6.0",
10600 "byteorder",
10601 "bytes 1.7.1",
10602 "chrono",
10603 "crc",
10604 "digest",
10605 "dotenvy",
10606 "either",
10607 "futures-channel",
10608 "futures-core",
10609 "futures-io",
10610 "futures-util",
10611 "generic-array",
10612 "hex",
10613 "hkdf",
10614 "hmac",
10615 "itoa",
10616 "log",
10617 "md-5",
10618 "memchr",
10619 "once_cell",
10620 "percent-encoding",
10621 "rand 0.8.5",
10622 "rsa",
10623 "rust_decimal",
10624 "serde",
10625 "sha1",
10626 "sha2",
10627 "smallvec",
10628 "sqlx-core",
10629 "stringprep",
10630 "thiserror",
10631 "time",
10632 "tracing",
10633 "uuid",
10634 "whoami",
10635]
10636
10637[[package]]
10638name = "sqlx-postgres"
10639version = "0.8.0"
10640source = "registry+https://github.com/rust-lang/crates.io-index"
10641checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
10642dependencies = [
10643 "atoi",
10644 "base64 0.22.1",
10645 "bigdecimal",
10646 "bitflags 2.6.0",
10647 "byteorder",
10648 "chrono",
10649 "crc",
10650 "dotenvy",
10651 "etcetera",
10652 "futures-channel",
10653 "futures-core",
10654 "futures-io",
10655 "futures-util",
10656 "hex",
10657 "hkdf",
10658 "hmac",
10659 "home",
10660 "itoa",
10661 "log",
10662 "md-5",
10663 "memchr",
10664 "num-bigint",
10665 "once_cell",
10666 "rand 0.8.5",
10667 "rust_decimal",
10668 "serde",
10669 "serde_json",
10670 "sha2",
10671 "smallvec",
10672 "sqlx-core",
10673 "stringprep",
10674 "thiserror",
10675 "time",
10676 "tracing",
10677 "uuid",
10678 "whoami",
10679]
10680
10681[[package]]
10682name = "sqlx-sqlite"
10683version = "0.8.0"
10684source = "registry+https://github.com/rust-lang/crates.io-index"
10685checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
10686dependencies = [
10687 "atoi",
10688 "chrono",
10689 "flume",
10690 "futures-channel",
10691 "futures-core",
10692 "futures-executor",
10693 "futures-intrusive",
10694 "futures-util",
10695 "libsqlite3-sys",
10696 "log",
10697 "percent-encoding",
10698 "serde",
10699 "serde_urlencoded",
10700 "sqlx-core",
10701 "time",
10702 "tracing",
10703 "url",
10704 "uuid",
10705]
10706
10707[[package]]
10708name = "stable_deref_trait"
10709version = "1.2.0"
10710source = "registry+https://github.com/rust-lang/crates.io-index"
10711checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
10712
10713[[package]]
10714name = "static_assertions"
10715version = "1.1.0"
10716source = "registry+https://github.com/rust-lang/crates.io-index"
10717checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
10718
10719[[package]]
10720name = "story"
10721version = "0.1.0"
10722dependencies = [
10723 "gpui",
10724 "itertools 0.13.0",
10725 "smallvec",
10726]
10727
10728[[package]]
10729name = "storybook"
10730version = "0.1.0"
10731dependencies = [
10732 "anyhow",
10733 "clap",
10734 "collab_ui",
10735 "ctrlc",
10736 "dialoguer",
10737 "editor",
10738 "fuzzy",
10739 "gpui",
10740 "indoc",
10741 "language",
10742 "log",
10743 "menu",
10744 "picker",
10745 "project",
10746 "rust-embed",
10747 "settings",
10748 "simplelog",
10749 "story",
10750 "strum 0.25.0",
10751 "theme",
10752 "title_bar",
10753 "ui",
10754]
10755
10756[[package]]
10757name = "strict-num"
10758version = "0.1.1"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
10761dependencies = [
10762 "float-cmp",
10763]
10764
10765[[package]]
10766name = "string_cache"
10767version = "0.8.7"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
10770dependencies = [
10771 "new_debug_unreachable",
10772 "once_cell",
10773 "parking_lot",
10774 "phf_shared 0.10.0",
10775 "precomputed-hash",
10776 "serde",
10777]
10778
10779[[package]]
10780name = "string_cache_codegen"
10781version = "0.5.2"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
10784dependencies = [
10785 "phf_generator 0.10.0",
10786 "phf_shared 0.10.0",
10787 "proc-macro2",
10788 "quote",
10789]
10790
10791[[package]]
10792name = "stringprep"
10793version = "0.1.5"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
10796dependencies = [
10797 "unicode-bidi",
10798 "unicode-normalization",
10799 "unicode-properties",
10800]
10801
10802[[package]]
10803name = "strsim"
10804version = "0.11.1"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
10807
10808[[package]]
10809name = "strum"
10810version = "0.25.0"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
10813dependencies = [
10814 "strum_macros",
10815]
10816
10817[[package]]
10818name = "strum"
10819version = "0.26.3"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
10822
10823[[package]]
10824name = "strum_macros"
10825version = "0.25.3"
10826source = "registry+https://github.com/rust-lang/crates.io-index"
10827checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
10828dependencies = [
10829 "heck 0.4.1",
10830 "proc-macro2",
10831 "quote",
10832 "rustversion",
10833 "syn 2.0.76",
10834]
10835
10836[[package]]
10837name = "subtle"
10838version = "2.6.1"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
10841
10842[[package]]
10843name = "sum_tree"
10844version = "0.1.0"
10845dependencies = [
10846 "arrayvec",
10847 "ctor",
10848 "env_logger",
10849 "log",
10850 "rand 0.8.5",
10851 "rayon",
10852]
10853
10854[[package]]
10855name = "supermaven"
10856version = "0.1.0"
10857dependencies = [
10858 "anyhow",
10859 "client",
10860 "collections",
10861 "editor",
10862 "env_logger",
10863 "futures 0.3.30",
10864 "gpui",
10865 "http_client",
10866 "language",
10867 "log",
10868 "postage",
10869 "project",
10870 "serde",
10871 "serde_json",
10872 "settings",
10873 "smol",
10874 "supermaven_api",
10875 "text",
10876 "theme",
10877 "ui",
10878 "util",
10879 "windows 0.58.0",
10880]
10881
10882[[package]]
10883name = "supermaven_api"
10884version = "0.1.0"
10885dependencies = [
10886 "anyhow",
10887 "futures 0.3.30",
10888 "http_client",
10889 "paths",
10890 "serde",
10891 "serde_json",
10892 "smol",
10893]
10894
10895[[package]]
10896name = "sval"
10897version = "2.13.0"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
10900
10901[[package]]
10902name = "sval_buffer"
10903version = "2.13.0"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
10906dependencies = [
10907 "sval",
10908 "sval_ref",
10909]
10910
10911[[package]]
10912name = "sval_dynamic"
10913version = "2.13.0"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
10916dependencies = [
10917 "sval",
10918]
10919
10920[[package]]
10921name = "sval_fmt"
10922version = "2.13.0"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
10925dependencies = [
10926 "itoa",
10927 "ryu",
10928 "sval",
10929]
10930
10931[[package]]
10932name = "sval_json"
10933version = "2.13.0"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
10936dependencies = [
10937 "itoa",
10938 "ryu",
10939 "sval",
10940]
10941
10942[[package]]
10943name = "sval_nested"
10944version = "2.13.0"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
10947dependencies = [
10948 "sval",
10949 "sval_buffer",
10950 "sval_ref",
10951]
10952
10953[[package]]
10954name = "sval_ref"
10955version = "2.13.0"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
10958dependencies = [
10959 "sval",
10960]
10961
10962[[package]]
10963name = "sval_serde"
10964version = "2.13.0"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
10967dependencies = [
10968 "serde",
10969 "sval",
10970 "sval_nested",
10971]
10972
10973[[package]]
10974name = "svg_fmt"
10975version = "0.4.3"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
10978
10979[[package]]
10980name = "svgtypes"
10981version = "0.15.2"
10982source = "registry+https://github.com/rust-lang/crates.io-index"
10983checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
10984dependencies = [
10985 "kurbo",
10986 "siphasher 1.0.1",
10987]
10988
10989[[package]]
10990name = "swash"
10991version = "0.1.18"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
10994dependencies = [
10995 "skrifa",
10996 "yazi",
10997 "zeno",
10998]
10999
11000[[package]]
11001name = "syn"
11002version = "1.0.109"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
11005dependencies = [
11006 "proc-macro2",
11007 "quote",
11008 "unicode-ident",
11009]
11010
11011[[package]]
11012name = "syn"
11013version = "2.0.76"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
11016dependencies = [
11017 "proc-macro2",
11018 "quote",
11019 "unicode-ident",
11020]
11021
11022[[package]]
11023name = "syn_derive"
11024version = "0.1.8"
11025source = "registry+https://github.com/rust-lang/crates.io-index"
11026checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
11027dependencies = [
11028 "proc-macro-error",
11029 "proc-macro2",
11030 "quote",
11031 "syn 2.0.76",
11032]
11033
11034[[package]]
11035name = "sync_wrapper"
11036version = "0.1.2"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
11039
11040[[package]]
11041name = "synchronoise"
11042version = "1.0.1"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
11045dependencies = [
11046 "crossbeam-queue",
11047]
11048
11049[[package]]
11050name = "sys-locale"
11051version = "0.3.1"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
11054dependencies = [
11055 "libc",
11056]
11057
11058[[package]]
11059name = "sysinfo"
11060version = "0.30.13"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3"
11063dependencies = [
11064 "cfg-if",
11065 "core-foundation-sys",
11066 "libc",
11067 "ntapi",
11068 "once_cell",
11069 "rayon",
11070 "windows 0.52.0",
11071]
11072
11073[[package]]
11074name = "system-configuration"
11075version = "0.5.1"
11076source = "registry+https://github.com/rust-lang/crates.io-index"
11077checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
11078dependencies = [
11079 "bitflags 1.3.2",
11080 "core-foundation 0.9.4",
11081 "system-configuration-sys",
11082]
11083
11084[[package]]
11085name = "system-configuration-sys"
11086version = "0.5.0"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
11089dependencies = [
11090 "core-foundation-sys",
11091 "libc",
11092]
11093
11094[[package]]
11095name = "system-deps"
11096version = "6.2.2"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
11099dependencies = [
11100 "cfg-expr",
11101 "heck 0.5.0",
11102 "pkg-config",
11103 "toml 0.8.19",
11104 "version-compare",
11105]
11106
11107[[package]]
11108name = "system-interface"
11109version = "0.27.2"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
11112dependencies = [
11113 "bitflags 2.6.0",
11114 "cap-fs-ext",
11115 "cap-std",
11116 "fd-lock",
11117 "io-lifetimes 2.0.3",
11118 "rustix 0.38.35",
11119 "windows-sys 0.52.0",
11120 "winx",
11121]
11122
11123[[package]]
11124name = "tab_switcher"
11125version = "0.1.0"
11126dependencies = [
11127 "anyhow",
11128 "collections",
11129 "ctor",
11130 "editor",
11131 "env_logger",
11132 "gpui",
11133 "language",
11134 "menu",
11135 "picker",
11136 "project",
11137 "serde",
11138 "serde_json",
11139 "theme",
11140 "ui",
11141 "util",
11142 "workspace",
11143]
11144
11145[[package]]
11146name = "taffy"
11147version = "0.4.4"
11148source = "registry+https://github.com/rust-lang/crates.io-index"
11149checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11150dependencies = [
11151 "arrayvec",
11152 "grid",
11153 "num-traits",
11154 "serde",
11155 "slotmap",
11156]
11157
11158[[package]]
11159name = "take-until"
11160version = "0.2.0"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11163
11164[[package]]
11165name = "tap"
11166version = "1.0.1"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11169
11170[[package]]
11171name = "target-lexicon"
11172version = "0.12.16"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11175
11176[[package]]
11177name = "task"
11178version = "0.1.0"
11179dependencies = [
11180 "anyhow",
11181 "collections",
11182 "futures 0.3.30",
11183 "gpui",
11184 "hex",
11185 "parking_lot",
11186 "schemars",
11187 "serde",
11188 "serde_json_lenient",
11189 "sha2",
11190 "shellexpand 2.1.2",
11191 "util",
11192]
11193
11194[[package]]
11195name = "tasks_ui"
11196version = "0.1.0"
11197dependencies = [
11198 "anyhow",
11199 "editor",
11200 "file_icons",
11201 "fuzzy",
11202 "gpui",
11203 "language",
11204 "menu",
11205 "picker",
11206 "project",
11207 "schemars",
11208 "serde",
11209 "serde_json",
11210 "settings",
11211 "task",
11212 "tree-sitter-rust",
11213 "tree-sitter-typescript",
11214 "ui",
11215 "util",
11216 "workspace",
11217]
11218
11219[[package]]
11220name = "telemetry_events"
11221version = "0.1.0"
11222dependencies = [
11223 "semantic_version",
11224 "serde",
11225]
11226
11227[[package]]
11228name = "tempfile"
11229version = "3.12.0"
11230source = "registry+https://github.com/rust-lang/crates.io-index"
11231checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
11232dependencies = [
11233 "cfg-if",
11234 "fastrand 2.1.1",
11235 "once_cell",
11236 "rustix 0.38.35",
11237 "windows-sys 0.59.0",
11238]
11239
11240[[package]]
11241name = "tendril"
11242version = "0.4.3"
11243source = "registry+https://github.com/rust-lang/crates.io-index"
11244checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
11245dependencies = [
11246 "futf",
11247 "mac",
11248 "utf-8",
11249]
11250
11251[[package]]
11252name = "termcolor"
11253version = "1.4.1"
11254source = "registry+https://github.com/rust-lang/crates.io-index"
11255checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
11256dependencies = [
11257 "winapi-util",
11258]
11259
11260[[package]]
11261name = "terminal"
11262version = "0.1.0"
11263dependencies = [
11264 "alacritty_terminal",
11265 "anyhow",
11266 "collections",
11267 "dirs 4.0.0",
11268 "futures 0.3.30",
11269 "gpui",
11270 "libc",
11271 "rand 0.8.5",
11272 "release_channel",
11273 "schemars",
11274 "serde",
11275 "serde_derive",
11276 "settings",
11277 "smol",
11278 "sysinfo",
11279 "task",
11280 "theme",
11281 "thiserror",
11282 "util",
11283 "windows 0.58.0",
11284]
11285
11286[[package]]
11287name = "terminal_size"
11288version = "0.3.0"
11289source = "registry+https://github.com/rust-lang/crates.io-index"
11290checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
11291dependencies = [
11292 "rustix 0.38.35",
11293 "windows-sys 0.48.0",
11294]
11295
11296[[package]]
11297name = "terminal_view"
11298version = "0.1.0"
11299dependencies = [
11300 "anyhow",
11301 "client",
11302 "collections",
11303 "db",
11304 "dirs 4.0.0",
11305 "editor",
11306 "futures 0.3.30",
11307 "gpui",
11308 "itertools 0.13.0",
11309 "language",
11310 "project",
11311 "rand 0.8.5",
11312 "search",
11313 "serde",
11314 "serde_json",
11315 "settings",
11316 "shellexpand 2.1.2",
11317 "smol",
11318 "task",
11319 "tasks_ui",
11320 "terminal",
11321 "theme",
11322 "ui",
11323 "util",
11324 "workspace",
11325 "zed_actions",
11326]
11327
11328[[package]]
11329name = "text"
11330version = "0.1.0"
11331dependencies = [
11332 "anyhow",
11333 "clock",
11334 "collections",
11335 "ctor",
11336 "env_logger",
11337 "gpui",
11338 "http_client",
11339 "log",
11340 "parking_lot",
11341 "postage",
11342 "rand 0.8.5",
11343 "regex",
11344 "rope",
11345 "smallvec",
11346 "sum_tree",
11347 "util",
11348]
11349
11350[[package]]
11351name = "theme"
11352version = "0.1.0"
11353dependencies = [
11354 "anyhow",
11355 "collections",
11356 "derive_more",
11357 "fs",
11358 "futures 0.3.30",
11359 "gpui",
11360 "indexmap 1.9.3",
11361 "log",
11362 "palette",
11363 "parking_lot",
11364 "refineable",
11365 "schemars",
11366 "serde",
11367 "serde_derive",
11368 "serde_json",
11369 "serde_json_lenient",
11370 "serde_repr",
11371 "settings",
11372 "story",
11373 "util",
11374 "uuid",
11375]
11376
11377[[package]]
11378name = "theme_importer"
11379version = "0.1.0"
11380dependencies = [
11381 "anyhow",
11382 "clap",
11383 "gpui",
11384 "indexmap 1.9.3",
11385 "log",
11386 "palette",
11387 "rust-embed",
11388 "schemars",
11389 "serde",
11390 "serde_json",
11391 "serde_json_lenient",
11392 "simplelog",
11393 "strum 0.25.0",
11394 "theme",
11395 "vscode_theme",
11396]
11397
11398[[package]]
11399name = "theme_selector"
11400version = "0.1.0"
11401dependencies = [
11402 "client",
11403 "feature_flags",
11404 "fs",
11405 "fuzzy",
11406 "gpui",
11407 "log",
11408 "picker",
11409 "serde",
11410 "settings",
11411 "theme",
11412 "ui",
11413 "util",
11414 "workspace",
11415]
11416
11417[[package]]
11418name = "thiserror"
11419version = "1.0.63"
11420source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
11422dependencies = [
11423 "thiserror-impl",
11424]
11425
11426[[package]]
11427name = "thiserror-impl"
11428version = "1.0.63"
11429source = "registry+https://github.com/rust-lang/crates.io-index"
11430checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
11431dependencies = [
11432 "proc-macro2",
11433 "quote",
11434 "syn 2.0.76",
11435]
11436
11437[[package]]
11438name = "thread_local"
11439version = "1.1.8"
11440source = "registry+https://github.com/rust-lang/crates.io-index"
11441checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
11442dependencies = [
11443 "cfg-if",
11444 "once_cell",
11445]
11446
11447[[package]]
11448name = "tiff"
11449version = "0.9.1"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
11452dependencies = [
11453 "flate2",
11454 "jpeg-decoder",
11455 "weezl",
11456]
11457
11458[[package]]
11459name = "tiktoken-rs"
11460version = "0.5.9"
11461source = "registry+https://github.com/rust-lang/crates.io-index"
11462checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
11463dependencies = [
11464 "anyhow",
11465 "base64 0.21.7",
11466 "bstr",
11467 "fancy-regex",
11468 "lazy_static",
11469 "parking_lot",
11470 "rustc-hash",
11471]
11472
11473[[package]]
11474name = "time"
11475version = "0.3.36"
11476source = "registry+https://github.com/rust-lang/crates.io-index"
11477checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
11478dependencies = [
11479 "deranged",
11480 "itoa",
11481 "libc",
11482 "num-conv",
11483 "num_threads",
11484 "powerfmt",
11485 "serde",
11486 "time-core",
11487 "time-macros",
11488]
11489
11490[[package]]
11491name = "time-core"
11492version = "0.1.2"
11493source = "registry+https://github.com/rust-lang/crates.io-index"
11494checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
11495
11496[[package]]
11497name = "time-macros"
11498version = "0.2.18"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
11501dependencies = [
11502 "num-conv",
11503 "time-core",
11504]
11505
11506[[package]]
11507name = "time_format"
11508version = "0.1.0"
11509dependencies = [
11510 "core-foundation 0.9.4",
11511 "core-foundation-sys",
11512 "sys-locale",
11513 "time",
11514]
11515
11516[[package]]
11517name = "tiny-keccak"
11518version = "2.0.2"
11519source = "registry+https://github.com/rust-lang/crates.io-index"
11520checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
11521dependencies = [
11522 "crunchy",
11523]
11524
11525[[package]]
11526name = "tiny-skia"
11527version = "0.11.4"
11528source = "registry+https://github.com/rust-lang/crates.io-index"
11529checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
11530dependencies = [
11531 "arrayref",
11532 "arrayvec",
11533 "bytemuck",
11534 "cfg-if",
11535 "log",
11536 "png",
11537 "tiny-skia-path",
11538]
11539
11540[[package]]
11541name = "tiny-skia-path"
11542version = "0.11.4"
11543source = "registry+https://github.com/rust-lang/crates.io-index"
11544checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
11545dependencies = [
11546 "arrayref",
11547 "bytemuck",
11548 "strict-num",
11549]
11550
11551[[package]]
11552name = "tiny_http"
11553version = "0.8.2"
11554source = "registry+https://github.com/rust-lang/crates.io-index"
11555checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
11556dependencies = [
11557 "ascii",
11558 "chrono",
11559 "chunked_transfer",
11560 "log",
11561 "url",
11562]
11563
11564[[package]]
11565name = "tinytemplate"
11566version = "1.2.1"
11567source = "registry+https://github.com/rust-lang/crates.io-index"
11568checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
11569dependencies = [
11570 "serde",
11571 "serde_json",
11572]
11573
11574[[package]]
11575name = "tinyvec"
11576version = "1.8.0"
11577source = "registry+https://github.com/rust-lang/crates.io-index"
11578checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
11579dependencies = [
11580 "tinyvec_macros",
11581]
11582
11583[[package]]
11584name = "tinyvec_macros"
11585version = "0.1.1"
11586source = "registry+https://github.com/rust-lang/crates.io-index"
11587checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
11588
11589[[package]]
11590name = "title_bar"
11591version = "0.1.0"
11592dependencies = [
11593 "auto_update",
11594 "call",
11595 "client",
11596 "collections",
11597 "command_palette",
11598 "dev_server_projects",
11599 "editor",
11600 "extensions_ui",
11601 "feature_flags",
11602 "feedback",
11603 "gpui",
11604 "http_client",
11605 "notifications",
11606 "pretty_assertions",
11607 "project",
11608 "recent_projects",
11609 "rpc",
11610 "serde",
11611 "settings",
11612 "smallvec",
11613 "story",
11614 "theme",
11615 "theme_selector",
11616 "tree-sitter-md",
11617 "ui",
11618 "util",
11619 "vcs_menu",
11620 "windows 0.58.0",
11621 "workspace",
11622 "zed_actions",
11623]
11624
11625[[package]]
11626name = "tokio"
11627version = "1.40.0"
11628source = "registry+https://github.com/rust-lang/crates.io-index"
11629checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
11630dependencies = [
11631 "backtrace",
11632 "bytes 1.7.1",
11633 "libc",
11634 "mio 1.0.2",
11635 "parking_lot",
11636 "pin-project-lite",
11637 "signal-hook-registry",
11638 "socket2 0.5.7",
11639 "tokio-macros",
11640 "windows-sys 0.52.0",
11641]
11642
11643[[package]]
11644name = "tokio-io"
11645version = "0.1.13"
11646source = "registry+https://github.com/rust-lang/crates.io-index"
11647checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
11648dependencies = [
11649 "bytes 0.4.12",
11650 "futures 0.1.31",
11651 "log",
11652]
11653
11654[[package]]
11655name = "tokio-macros"
11656version = "2.4.0"
11657source = "registry+https://github.com/rust-lang/crates.io-index"
11658checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
11659dependencies = [
11660 "proc-macro2",
11661 "quote",
11662 "syn 2.0.76",
11663]
11664
11665[[package]]
11666name = "tokio-native-tls"
11667version = "0.3.1"
11668source = "registry+https://github.com/rust-lang/crates.io-index"
11669checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
11670dependencies = [
11671 "native-tls",
11672 "tokio",
11673]
11674
11675[[package]]
11676name = "tokio-rustls"
11677version = "0.24.1"
11678source = "registry+https://github.com/rust-lang/crates.io-index"
11679checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
11680dependencies = [
11681 "rustls",
11682 "tokio",
11683]
11684
11685[[package]]
11686name = "tokio-socks"
11687version = "0.5.2"
11688source = "registry+https://github.com/rust-lang/crates.io-index"
11689checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
11690dependencies = [
11691 "either",
11692 "futures-io",
11693 "futures-util",
11694 "thiserror",
11695]
11696
11697[[package]]
11698name = "tokio-stream"
11699version = "0.1.15"
11700source = "registry+https://github.com/rust-lang/crates.io-index"
11701checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
11702dependencies = [
11703 "futures-core",
11704 "pin-project-lite",
11705 "tokio",
11706]
11707
11708[[package]]
11709name = "tokio-tungstenite"
11710version = "0.20.1"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
11713dependencies = [
11714 "futures-util",
11715 "log",
11716 "tokio",
11717 "tungstenite 0.20.1",
11718]
11719
11720[[package]]
11721name = "tokio-tungstenite"
11722version = "0.21.0"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
11725dependencies = [
11726 "futures-util",
11727 "log",
11728 "tokio",
11729 "tungstenite 0.21.0",
11730]
11731
11732[[package]]
11733name = "tokio-util"
11734version = "0.7.11"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
11737dependencies = [
11738 "bytes 1.7.1",
11739 "futures-core",
11740 "futures-io",
11741 "futures-sink",
11742 "pin-project-lite",
11743 "tokio",
11744]
11745
11746[[package]]
11747name = "toml"
11748version = "0.5.11"
11749source = "registry+https://github.com/rust-lang/crates.io-index"
11750checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
11751dependencies = [
11752 "serde",
11753]
11754
11755[[package]]
11756name = "toml"
11757version = "0.7.8"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
11760dependencies = [
11761 "serde",
11762 "serde_spanned",
11763 "toml_datetime",
11764 "toml_edit 0.19.15",
11765]
11766
11767[[package]]
11768name = "toml"
11769version = "0.8.19"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
11772dependencies = [
11773 "serde",
11774 "serde_spanned",
11775 "toml_datetime",
11776 "toml_edit 0.22.20",
11777]
11778
11779[[package]]
11780name = "toml_datetime"
11781version = "0.6.8"
11782source = "registry+https://github.com/rust-lang/crates.io-index"
11783checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
11784dependencies = [
11785 "serde",
11786]
11787
11788[[package]]
11789name = "toml_edit"
11790version = "0.19.15"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
11793dependencies = [
11794 "indexmap 2.4.0",
11795 "serde",
11796 "serde_spanned",
11797 "toml_datetime",
11798 "winnow 0.5.40",
11799]
11800
11801[[package]]
11802name = "toml_edit"
11803version = "0.22.20"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
11806dependencies = [
11807 "indexmap 2.4.0",
11808 "serde",
11809 "serde_spanned",
11810 "toml_datetime",
11811 "winnow 0.6.18",
11812]
11813
11814[[package]]
11815name = "topological-sort"
11816version = "0.2.2"
11817source = "registry+https://github.com/rust-lang/crates.io-index"
11818checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
11819
11820[[package]]
11821name = "tower"
11822version = "0.4.13"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
11825dependencies = [
11826 "futures-core",
11827 "futures-util",
11828 "pin-project",
11829 "pin-project-lite",
11830 "tokio",
11831 "tower-layer",
11832 "tower-service",
11833 "tracing",
11834]
11835
11836[[package]]
11837name = "tower-http"
11838version = "0.3.5"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
11841dependencies = [
11842 "bitflags 1.3.2",
11843 "bytes 1.7.1",
11844 "futures-core",
11845 "futures-util",
11846 "http 0.2.12",
11847 "http-body 0.4.6",
11848 "http-range-header",
11849 "pin-project-lite",
11850 "tower-layer",
11851 "tower-service",
11852]
11853
11854[[package]]
11855name = "tower-http"
11856version = "0.4.4"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
11859dependencies = [
11860 "bitflags 2.6.0",
11861 "bytes 1.7.1",
11862 "futures-core",
11863 "futures-util",
11864 "http 0.2.12",
11865 "http-body 0.4.6",
11866 "http-range-header",
11867 "pin-project-lite",
11868 "tower-layer",
11869 "tower-service",
11870 "tracing",
11871]
11872
11873[[package]]
11874name = "tower-layer"
11875version = "0.3.3"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
11878
11879[[package]]
11880name = "tower-service"
11881version = "0.3.3"
11882source = "registry+https://github.com/rust-lang/crates.io-index"
11883checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
11884
11885[[package]]
11886name = "tracing"
11887version = "0.1.40"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
11890dependencies = [
11891 "log",
11892 "pin-project-lite",
11893 "tracing-attributes",
11894 "tracing-core",
11895]
11896
11897[[package]]
11898name = "tracing-attributes"
11899version = "0.1.27"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
11902dependencies = [
11903 "proc-macro2",
11904 "quote",
11905 "syn 2.0.76",
11906]
11907
11908[[package]]
11909name = "tracing-core"
11910version = "0.1.32"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
11913dependencies = [
11914 "once_cell",
11915 "valuable",
11916]
11917
11918[[package]]
11919name = "tracing-futures"
11920version = "0.2.5"
11921source = "registry+https://github.com/rust-lang/crates.io-index"
11922checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
11923dependencies = [
11924 "pin-project",
11925 "tracing",
11926]
11927
11928[[package]]
11929name = "tracing-log"
11930version = "0.2.0"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
11933dependencies = [
11934 "log",
11935 "once_cell",
11936 "tracing-core",
11937]
11938
11939[[package]]
11940name = "tracing-serde"
11941version = "0.1.3"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
11944dependencies = [
11945 "serde",
11946 "tracing-core",
11947]
11948
11949[[package]]
11950name = "tracing-subscriber"
11951version = "0.3.18"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
11954dependencies = [
11955 "matchers",
11956 "nu-ansi-term",
11957 "once_cell",
11958 "regex",
11959 "serde",
11960 "serde_json",
11961 "sharded-slab",
11962 "smallvec",
11963 "thread_local",
11964 "tracing",
11965 "tracing-core",
11966 "tracing-log",
11967 "tracing-serde",
11968]
11969
11970[[package]]
11971name = "tree-sitter"
11972version = "0.22.6"
11973source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
11974dependencies = [
11975 "cc",
11976 "regex",
11977 "tree-sitter-language",
11978 "wasmtime-c-api-impl",
11979]
11980
11981[[package]]
11982name = "tree-sitter-bash"
11983version = "0.21.0"
11984source = "registry+https://github.com/rust-lang/crates.io-index"
11985checksum = "b5244703ad2e08a616d859a0557d7aa290adcd5e0990188a692e628ffe9dce40"
11986dependencies = [
11987 "cc",
11988 "tree-sitter",
11989]
11990
11991[[package]]
11992name = "tree-sitter-c"
11993version = "0.21.4"
11994source = "registry+https://github.com/rust-lang/crates.io-index"
11995checksum = "f956d5351d62652864a4ff3ae861747e7a1940dc96c9998ae400ac0d3ce30427"
11996dependencies = [
11997 "cc",
11998 "tree-sitter",
11999]
12000
12001[[package]]
12002name = "tree-sitter-cpp"
12003version = "0.22.3"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "1d509a22a992790d38f2c291961ff8a1ff016c437c7ec6befc9220b8eec8918c"
12006dependencies = [
12007 "cc",
12008 "tree-sitter",
12009]
12010
12011[[package]]
12012name = "tree-sitter-css"
12013version = "0.21.1"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "5e08e324b1cf60fd3291774b49724c66de2ce8fcf4d358d0b4b82e37b41b1c9b"
12016dependencies = [
12017 "cc",
12018 "tree-sitter",
12019]
12020
12021[[package]]
12022name = "tree-sitter-elixir"
12023version = "0.2.0"
12024source = "registry+https://github.com/rust-lang/crates.io-index"
12025checksum = "df94bf7f057768b1cab2ee1f14812ed4ae33f9e04d09254043eeaa797db4ef70"
12026dependencies = [
12027 "cc",
12028 "tree-sitter",
12029]
12030
12031[[package]]
12032name = "tree-sitter-embedded-template"
12033version = "0.20.0"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
12036dependencies = [
12037 "cc",
12038 "tree-sitter",
12039]
12040
12041[[package]]
12042name = "tree-sitter-go"
12043version = "0.21.2"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "b8d702a98d3c7e70e466456e58ff2b1ac550bf1e29b97e5770676d2fdabec00d"
12046dependencies = [
12047 "cc",
12048 "tree-sitter",
12049]
12050
12051[[package]]
12052name = "tree-sitter-gomod"
12053version = "1.0.2"
12054source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=1f55029bacd0a6a11f6eb894c4312d429dcf735c#1f55029bacd0a6a11f6eb894c4312d429dcf735c"
12055dependencies = [
12056 "cc",
12057 "tree-sitter",
12058]
12059
12060[[package]]
12061name = "tree-sitter-gowork"
12062version = "0.0.1"
12063source = "git+https://github.com/d1y/tree-sitter-go-work?rev=dcbabff454703c3a4bc98a23cf8778d4be46fd22#dcbabff454703c3a4bc98a23cf8778d4be46fd22"
12064dependencies = [
12065 "cc",
12066 "tree-sitter",
12067]
12068
12069[[package]]
12070name = "tree-sitter-heex"
12071version = "0.0.1"
12072source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=6dd0303acf7138dd2b9b432a229e16539581c701#6dd0303acf7138dd2b9b432a229e16539581c701"
12073dependencies = [
12074 "cc",
12075 "tree-sitter",
12076]
12077
12078[[package]]
12079name = "tree-sitter-html"
12080version = "0.20.4"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
12083dependencies = [
12084 "cc",
12085 "tree-sitter",
12086]
12087
12088[[package]]
12089name = "tree-sitter-jsdoc"
12090version = "0.21.0"
12091source = "registry+https://github.com/rust-lang/crates.io-index"
12092checksum = "8d07920101ff12a59574890318a37fa7e18d9c06d9aa4be334aa24adbb480f18"
12093dependencies = [
12094 "cc",
12095 "tree-sitter",
12096]
12097
12098[[package]]
12099name = "tree-sitter-json"
12100version = "0.21.0"
12101source = "registry+https://github.com/rust-lang/crates.io-index"
12102checksum = "5b737dcb73c35d74b7d64a5f3dde158113c86a012bf3cee2bfdf2150d23b05db"
12103dependencies = [
12104 "cc",
12105 "tree-sitter",
12106]
12107
12108[[package]]
12109name = "tree-sitter-language"
12110version = "0.1.0"
12111source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
12112
12113[[package]]
12114name = "tree-sitter-md"
12115version = "0.2.3"
12116source = "git+https://github.com/zed-industries/tree-sitter-markdown?rev=e3855e37f8f2c71aa7513c18a9c95fb7461b1b10#e3855e37f8f2c71aa7513c18a9c95fb7461b1b10"
12117dependencies = [
12118 "cc",
12119 "tree-sitter",
12120]
12121
12122[[package]]
12123name = "tree-sitter-python"
12124version = "0.21.0"
12125source = "registry+https://github.com/rust-lang/crates.io-index"
12126checksum = "b4066c6cf678f962f8c2c4561f205945c84834cce73d981e71392624fdc390a9"
12127dependencies = [
12128 "cc",
12129 "tree-sitter",
12130]
12131
12132[[package]]
12133name = "tree-sitter-regex"
12134version = "0.21.0"
12135source = "registry+https://github.com/rust-lang/crates.io-index"
12136checksum = "5ff1286fe9651b2797484839ffa37aa76c8618d4ccb6836d7e31765dfd60c0d5"
12137dependencies = [
12138 "cc",
12139 "tree-sitter",
12140]
12141
12142[[package]]
12143name = "tree-sitter-ruby"
12144version = "0.21.0"
12145source = "registry+https://github.com/rust-lang/crates.io-index"
12146checksum = "c0031f687c0772f2dad7b77104c43428611099a1804c81244ada21560f41f0b1"
12147dependencies = [
12148 "cc",
12149 "tree-sitter",
12150]
12151
12152[[package]]
12153name = "tree-sitter-rust"
12154version = "0.21.2"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "277690f420bf90741dea984f3da038ace46c4fe6047cba57a66822226cde1c93"
12157dependencies = [
12158 "cc",
12159 "tree-sitter",
12160]
12161
12162[[package]]
12163name = "tree-sitter-typescript"
12164version = "0.21.2"
12165source = "registry+https://github.com/rust-lang/crates.io-index"
12166checksum = "ecb35d98a688378e56c18c9c159824fd16f730ccbea19aacf4f206e5d5438ed9"
12167dependencies = [
12168 "cc",
12169 "tree-sitter",
12170]
12171
12172[[package]]
12173name = "tree-sitter-yaml"
12174version = "0.6.1"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "aad27ec46ad343d8b514f64dd3fdffb478c592ece561b6c935d90ef55589c6b6"
12177dependencies = [
12178 "cc",
12179 "tree-sitter",
12180]
12181
12182[[package]]
12183name = "try-lock"
12184version = "0.2.5"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12187
12188[[package]]
12189name = "ttf-parser"
12190version = "0.21.1"
12191source = "registry+https://github.com/rust-lang/crates.io-index"
12192checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
12193
12194[[package]]
12195name = "tungstenite"
12196version = "0.20.1"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12199dependencies = [
12200 "byteorder",
12201 "bytes 1.7.1",
12202 "data-encoding",
12203 "http 0.2.12",
12204 "httparse",
12205 "log",
12206 "native-tls",
12207 "rand 0.8.5",
12208 "sha1",
12209 "thiserror",
12210 "url",
12211 "utf-8",
12212]
12213
12214[[package]]
12215name = "tungstenite"
12216version = "0.21.0"
12217source = "registry+https://github.com/rust-lang/crates.io-index"
12218checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
12219dependencies = [
12220 "byteorder",
12221 "bytes 1.7.1",
12222 "data-encoding",
12223 "http 1.1.0",
12224 "httparse",
12225 "log",
12226 "rand 0.8.5",
12227 "sha1",
12228 "thiserror",
12229 "url",
12230 "utf-8",
12231]
12232
12233[[package]]
12234name = "typeid"
12235version = "1.0.2"
12236source = "registry+https://github.com/rust-lang/crates.io-index"
12237checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
12238
12239[[package]]
12240name = "typenum"
12241version = "1.17.0"
12242source = "registry+https://github.com/rust-lang/crates.io-index"
12243checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
12244
12245[[package]]
12246name = "ucd-trie"
12247version = "0.1.6"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
12250
12251[[package]]
12252name = "uds_windows"
12253version = "1.1.0"
12254source = "registry+https://github.com/rust-lang/crates.io-index"
12255checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
12256dependencies = [
12257 "memoffset",
12258 "tempfile",
12259 "winapi",
12260]
12261
12262[[package]]
12263name = "ui"
12264version = "0.1.0"
12265dependencies = [
12266 "chrono",
12267 "gpui",
12268 "itertools 0.13.0",
12269 "menu",
12270 "serde",
12271 "settings",
12272 "smallvec",
12273 "story",
12274 "strum 0.25.0",
12275 "theme",
12276 "ui_macros",
12277 "windows 0.58.0",
12278]
12279
12280[[package]]
12281name = "ui_input"
12282version = "0.1.0"
12283dependencies = [
12284 "editor",
12285 "gpui",
12286 "settings",
12287 "theme",
12288 "ui",
12289]
12290
12291[[package]]
12292name = "ui_macros"
12293version = "0.1.0"
12294dependencies = [
12295 "convert_case 0.6.0",
12296 "proc-macro2",
12297 "quote",
12298 "syn 1.0.109",
12299]
12300
12301[[package]]
12302name = "unicase"
12303version = "2.7.0"
12304source = "registry+https://github.com/rust-lang/crates.io-index"
12305checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
12306dependencies = [
12307 "version_check",
12308]
12309
12310[[package]]
12311name = "unicode-bidi"
12312version = "0.3.15"
12313source = "registry+https://github.com/rust-lang/crates.io-index"
12314checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
12315
12316[[package]]
12317name = "unicode-bidi-mirroring"
12318version = "0.2.0"
12319source = "registry+https://github.com/rust-lang/crates.io-index"
12320checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
12321
12322[[package]]
12323name = "unicode-ccc"
12324version = "0.2.0"
12325source = "registry+https://github.com/rust-lang/crates.io-index"
12326checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
12327
12328[[package]]
12329name = "unicode-ident"
12330version = "1.0.12"
12331source = "registry+https://github.com/rust-lang/crates.io-index"
12332checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
12333
12334[[package]]
12335name = "unicode-linebreak"
12336version = "0.1.5"
12337source = "registry+https://github.com/rust-lang/crates.io-index"
12338checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
12339
12340[[package]]
12341name = "unicode-normalization"
12342version = "0.1.23"
12343source = "registry+https://github.com/rust-lang/crates.io-index"
12344checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
12345dependencies = [
12346 "tinyvec",
12347]
12348
12349[[package]]
12350name = "unicode-properties"
12351version = "0.1.2"
12352source = "registry+https://github.com/rust-lang/crates.io-index"
12353checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
12354
12355[[package]]
12356name = "unicode-script"
12357version = "0.5.6"
12358source = "registry+https://github.com/rust-lang/crates.io-index"
12359checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
12360
12361[[package]]
12362name = "unicode-segmentation"
12363version = "1.11.0"
12364source = "registry+https://github.com/rust-lang/crates.io-index"
12365checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
12366
12367[[package]]
12368name = "unicode-width"
12369version = "0.1.13"
12370source = "registry+https://github.com/rust-lang/crates.io-index"
12371checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
12372
12373[[package]]
12374name = "unicode-xid"
12375version = "0.2.5"
12376source = "registry+https://github.com/rust-lang/crates.io-index"
12377checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
12378
12379[[package]]
12380name = "unicode_categories"
12381version = "0.1.1"
12382source = "registry+https://github.com/rust-lang/crates.io-index"
12383checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
12384
12385[[package]]
12386name = "unindent"
12387version = "0.1.11"
12388source = "registry+https://github.com/rust-lang/crates.io-index"
12389checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
12390
12391[[package]]
12392name = "untrusted"
12393version = "0.9.0"
12394source = "registry+https://github.com/rust-lang/crates.io-index"
12395checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
12396
12397[[package]]
12398name = "url"
12399version = "2.5.2"
12400source = "registry+https://github.com/rust-lang/crates.io-index"
12401checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
12402dependencies = [
12403 "form_urlencoded",
12404 "idna",
12405 "percent-encoding",
12406 "serde",
12407]
12408
12409[[package]]
12410name = "urlencoding"
12411version = "2.1.3"
12412source = "registry+https://github.com/rust-lang/crates.io-index"
12413checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
12414
12415[[package]]
12416name = "usvg"
12417version = "0.41.0"
12418source = "registry+https://github.com/rust-lang/crates.io-index"
12419checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
12420dependencies = [
12421 "base64 0.22.1",
12422 "data-url",
12423 "flate2",
12424 "imagesize",
12425 "kurbo",
12426 "log",
12427 "pico-args",
12428 "roxmltree 0.19.0",
12429 "simplecss",
12430 "siphasher 1.0.1",
12431 "strict-num",
12432 "svgtypes",
12433 "tiny-skia-path",
12434 "xmlwriter",
12435]
12436
12437[[package]]
12438name = "utf-8"
12439version = "0.7.6"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
12442
12443[[package]]
12444name = "utf8parse"
12445version = "0.2.2"
12446source = "registry+https://github.com/rust-lang/crates.io-index"
12447checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
12448
12449[[package]]
12450name = "util"
12451version = "0.1.0"
12452dependencies = [
12453 "anyhow",
12454 "async-fs 1.6.0",
12455 "collections",
12456 "dirs 4.0.0",
12457 "futures 0.3.30",
12458 "futures-lite 1.13.0",
12459 "git2",
12460 "globset",
12461 "log",
12462 "rand 0.8.5",
12463 "regex",
12464 "rust-embed",
12465 "serde",
12466 "serde_json",
12467 "take-until",
12468 "tempfile",
12469 "tendril",
12470 "unicase",
12471]
12472
12473[[package]]
12474name = "uuid"
12475version = "1.10.0"
12476source = "registry+https://github.com/rust-lang/crates.io-index"
12477checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
12478dependencies = [
12479 "getrandom 0.2.15",
12480 "serde",
12481 "sha1_smol",
12482]
12483
12484[[package]]
12485name = "v_frame"
12486version = "0.3.8"
12487source = "registry+https://github.com/rust-lang/crates.io-index"
12488checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
12489dependencies = [
12490 "aligned-vec",
12491 "num-traits",
12492 "wasm-bindgen",
12493]
12494
12495[[package]]
12496name = "valuable"
12497version = "0.1.0"
12498source = "registry+https://github.com/rust-lang/crates.io-index"
12499checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
12500
12501[[package]]
12502name = "value-bag"
12503version = "1.9.0"
12504source = "registry+https://github.com/rust-lang/crates.io-index"
12505checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
12506dependencies = [
12507 "value-bag-serde1",
12508 "value-bag-sval2",
12509]
12510
12511[[package]]
12512name = "value-bag-serde1"
12513version = "1.9.0"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
12516dependencies = [
12517 "erased-serde",
12518 "serde",
12519 "serde_fmt",
12520]
12521
12522[[package]]
12523name = "value-bag-sval2"
12524version = "1.9.0"
12525source = "registry+https://github.com/rust-lang/crates.io-index"
12526checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
12527dependencies = [
12528 "sval",
12529 "sval_buffer",
12530 "sval_dynamic",
12531 "sval_fmt",
12532 "sval_json",
12533 "sval_ref",
12534 "sval_serde",
12535]
12536
12537[[package]]
12538name = "vcpkg"
12539version = "0.2.15"
12540source = "registry+https://github.com/rust-lang/crates.io-index"
12541checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
12542
12543[[package]]
12544name = "vcs_menu"
12545version = "0.1.0"
12546dependencies = [
12547 "anyhow",
12548 "fuzzy",
12549 "git",
12550 "gpui",
12551 "picker",
12552 "ui",
12553 "util",
12554 "workspace",
12555]
12556
12557[[package]]
12558name = "version-compare"
12559version = "0.2.0"
12560source = "registry+https://github.com/rust-lang/crates.io-index"
12561checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
12562
12563[[package]]
12564name = "version_check"
12565version = "0.9.5"
12566source = "registry+https://github.com/rust-lang/crates.io-index"
12567checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
12568
12569[[package]]
12570name = "vim"
12571version = "0.1.0"
12572dependencies = [
12573 "anyhow",
12574 "async-compat",
12575 "async-trait",
12576 "collections",
12577 "command_palette",
12578 "command_palette_hooks",
12579 "editor",
12580 "futures 0.3.30",
12581 "gpui",
12582 "indoc",
12583 "itertools 0.13.0",
12584 "language",
12585 "log",
12586 "lsp",
12587 "multi_buffer",
12588 "nvim-rs",
12589 "parking_lot",
12590 "regex",
12591 "release_channel",
12592 "schemars",
12593 "search",
12594 "serde",
12595 "serde_derive",
12596 "serde_json",
12597 "settings",
12598 "tokio",
12599 "ui",
12600 "util",
12601 "workspace",
12602 "zed_actions",
12603]
12604
12605[[package]]
12606name = "vscode_theme"
12607version = "0.2.0"
12608source = "registry+https://github.com/rust-lang/crates.io-index"
12609checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
12610dependencies = [
12611 "serde",
12612]
12613
12614[[package]]
12615name = "vsimd"
12616version = "0.8.0"
12617source = "registry+https://github.com/rust-lang/crates.io-index"
12618checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
12619
12620[[package]]
12621name = "vswhom"
12622version = "0.1.0"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
12625dependencies = [
12626 "libc",
12627 "vswhom-sys",
12628]
12629
12630[[package]]
12631name = "vswhom-sys"
12632version = "0.1.2"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
12635dependencies = [
12636 "cc",
12637 "libc",
12638]
12639
12640[[package]]
12641name = "vte"
12642version = "0.13.0"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
12645dependencies = [
12646 "bitflags 2.6.0",
12647 "cursor-icon",
12648 "log",
12649 "serde",
12650 "utf8parse",
12651 "vte_generate_state_changes",
12652]
12653
12654[[package]]
12655name = "vte_generate_state_changes"
12656version = "0.1.2"
12657source = "registry+https://github.com/rust-lang/crates.io-index"
12658checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
12659dependencies = [
12660 "proc-macro2",
12661 "quote",
12662]
12663
12664[[package]]
12665name = "waker-fn"
12666version = "1.2.0"
12667source = "registry+https://github.com/rust-lang/crates.io-index"
12668checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
12669
12670[[package]]
12671name = "walkdir"
12672version = "2.5.0"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
12675dependencies = [
12676 "same-file",
12677 "winapi-util",
12678]
12679
12680[[package]]
12681name = "want"
12682version = "0.3.1"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
12685dependencies = [
12686 "try-lock",
12687]
12688
12689[[package]]
12690name = "warp"
12691version = "0.3.7"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
12694dependencies = [
12695 "bytes 1.7.1",
12696 "futures-channel",
12697 "futures-util",
12698 "headers",
12699 "http 0.2.12",
12700 "hyper",
12701 "log",
12702 "mime",
12703 "mime_guess",
12704 "percent-encoding",
12705 "pin-project",
12706 "scoped-tls",
12707 "serde",
12708 "serde_json",
12709 "serde_urlencoded",
12710 "tokio",
12711 "tokio-tungstenite 0.21.0",
12712 "tokio-util",
12713 "tower-service",
12714 "tracing",
12715]
12716
12717[[package]]
12718name = "wasi"
12719version = "0.9.0+wasi-snapshot-preview1"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
12722
12723[[package]]
12724name = "wasi"
12725version = "0.11.0+wasi-snapshot-preview1"
12726source = "registry+https://github.com/rust-lang/crates.io-index"
12727checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
12728
12729[[package]]
12730name = "wasite"
12731version = "0.1.0"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
12734
12735[[package]]
12736name = "wasm-bindgen"
12737version = "0.2.93"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
12740dependencies = [
12741 "cfg-if",
12742 "once_cell",
12743 "wasm-bindgen-macro",
12744]
12745
12746[[package]]
12747name = "wasm-bindgen-backend"
12748version = "0.2.93"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
12751dependencies = [
12752 "bumpalo",
12753 "log",
12754 "once_cell",
12755 "proc-macro2",
12756 "quote",
12757 "syn 2.0.76",
12758 "wasm-bindgen-shared",
12759]
12760
12761[[package]]
12762name = "wasm-bindgen-futures"
12763version = "0.4.43"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
12766dependencies = [
12767 "cfg-if",
12768 "js-sys",
12769 "wasm-bindgen",
12770 "web-sys",
12771]
12772
12773[[package]]
12774name = "wasm-bindgen-macro"
12775version = "0.2.93"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
12778dependencies = [
12779 "quote",
12780 "wasm-bindgen-macro-support",
12781]
12782
12783[[package]]
12784name = "wasm-bindgen-macro-support"
12785version = "0.2.93"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
12788dependencies = [
12789 "proc-macro2",
12790 "quote",
12791 "syn 2.0.76",
12792 "wasm-bindgen-backend",
12793 "wasm-bindgen-shared",
12794]
12795
12796[[package]]
12797name = "wasm-bindgen-shared"
12798version = "0.2.93"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
12801
12802[[package]]
12803name = "wasm-encoder"
12804version = "0.201.0"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
12807dependencies = [
12808 "leb128",
12809]
12810
12811[[package]]
12812name = "wasm-encoder"
12813version = "0.207.0"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "d996306fb3aeaee0d9157adbe2f670df0236caf19f6728b221e92d0f27b3fe17"
12816dependencies = [
12817 "leb128",
12818]
12819
12820[[package]]
12821name = "wasm-metadata"
12822version = "0.201.0"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
12825dependencies = [
12826 "anyhow",
12827 "indexmap 2.4.0",
12828 "serde",
12829 "serde_derive",
12830 "serde_json",
12831 "spdx",
12832 "wasm-encoder 0.201.0",
12833 "wasmparser 0.201.0",
12834]
12835
12836[[package]]
12837name = "wasmparser"
12838version = "0.201.0"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
12841dependencies = [
12842 "bitflags 2.6.0",
12843 "indexmap 2.4.0",
12844 "semver",
12845]
12846
12847[[package]]
12848name = "wasmparser"
12849version = "0.207.0"
12850source = "registry+https://github.com/rust-lang/crates.io-index"
12851checksum = "e19bb9f8ab07616da582ef8adb24c54f1424c7ec876720b7da9db8ec0626c92c"
12852dependencies = [
12853 "ahash 0.8.11",
12854 "bitflags 2.6.0",
12855 "hashbrown 0.14.5",
12856 "indexmap 2.4.0",
12857 "semver",
12858]
12859
12860[[package]]
12861name = "wasmprinter"
12862version = "0.207.0"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "9c2d8a7b4dabb460208e6b4334d9db5766e84505038b2529e69c3d07ac619115"
12865dependencies = [
12866 "anyhow",
12867 "wasmparser 0.207.0",
12868]
12869
12870[[package]]
12871name = "wasmtime"
12872version = "21.0.1"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "f92a1370c66a0022e6d92dcc277e2c84f5dece19569670b8ce7db8162560d8b6"
12875dependencies = [
12876 "anyhow",
12877 "async-trait",
12878 "bumpalo",
12879 "cc",
12880 "cfg-if",
12881 "encoding_rs",
12882 "hashbrown 0.14.5",
12883 "indexmap 2.4.0",
12884 "libc",
12885 "libm",
12886 "log",
12887 "mach2",
12888 "memfd",
12889 "memoffset",
12890 "object 0.33.0",
12891 "once_cell",
12892 "paste",
12893 "postcard",
12894 "psm",
12895 "rustix 0.38.35",
12896 "semver",
12897 "serde",
12898 "serde_derive",
12899 "smallvec",
12900 "sptr",
12901 "target-lexicon",
12902 "wasmparser 0.207.0",
12903 "wasmtime-asm-macros",
12904 "wasmtime-component-macro",
12905 "wasmtime-component-util",
12906 "wasmtime-cranelift",
12907 "wasmtime-environ",
12908 "wasmtime-fiber",
12909 "wasmtime-jit-icache-coherence",
12910 "wasmtime-slab",
12911 "wasmtime-versioned-export-macros",
12912 "wasmtime-winch",
12913 "windows-sys 0.52.0",
12914]
12915
12916[[package]]
12917name = "wasmtime-asm-macros"
12918version = "21.0.1"
12919source = "registry+https://github.com/rust-lang/crates.io-index"
12920checksum = "6dee8679c974a7f258c03d60d3c747c426ed219945b6d08cbc77fd2eab15b2d1"
12921dependencies = [
12922 "cfg-if",
12923]
12924
12925[[package]]
12926name = "wasmtime-c-api-impl"
12927version = "21.0.1"
12928source = "registry+https://github.com/rust-lang/crates.io-index"
12929checksum = "76af8b62c8d2814b7d5975c5dc140122e4c086150db6c15d25a4b76f11c929dd"
12930dependencies = [
12931 "anyhow",
12932 "log",
12933 "once_cell",
12934 "tracing",
12935 "wasmtime",
12936 "wasmtime-c-api-macros",
12937]
12938
12939[[package]]
12940name = "wasmtime-c-api-macros"
12941version = "21.0.1"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "d74b92f917c9ced9c6262a00e9cb982ebac183e6900b4d44e2480f936b9495eb"
12944dependencies = [
12945 "proc-macro2",
12946 "quote",
12947]
12948
12949[[package]]
12950name = "wasmtime-component-macro"
12951version = "21.0.1"
12952source = "registry+https://github.com/rust-lang/crates.io-index"
12953checksum = "32cae30035f1cf97dcc6657c979cf39f99ce6be93583675eddf4aeaa5548509c"
12954dependencies = [
12955 "anyhow",
12956 "proc-macro2",
12957 "quote",
12958 "syn 2.0.76",
12959 "wasmtime-component-util",
12960 "wasmtime-wit-bindgen",
12961 "wit-parser 0.207.0",
12962]
12963
12964[[package]]
12965name = "wasmtime-component-util"
12966version = "21.0.1"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "f7ae611f08cea620c67330925be28a96115bf01f8f393a6cbdf4856a86087134"
12969
12970[[package]]
12971name = "wasmtime-cranelift"
12972version = "21.0.1"
12973source = "registry+https://github.com/rust-lang/crates.io-index"
12974checksum = "b2909406a6007e28be964067167890bca4574bd48a9ff18f1fa9f4856d89ea40"
12975dependencies = [
12976 "anyhow",
12977 "cfg-if",
12978 "cranelift-codegen",
12979 "cranelift-control",
12980 "cranelift-entity",
12981 "cranelift-frontend",
12982 "cranelift-native",
12983 "cranelift-wasm",
12984 "gimli 0.28.1",
12985 "log",
12986 "object 0.33.0",
12987 "target-lexicon",
12988 "thiserror",
12989 "wasmparser 0.207.0",
12990 "wasmtime-environ",
12991 "wasmtime-versioned-export-macros",
12992]
12993
12994[[package]]
12995name = "wasmtime-environ"
12996version = "21.0.1"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "40e227f9ed2f5421473723d6c0352b5986e6e6044fde5410a274a394d726108f"
12999dependencies = [
13000 "anyhow",
13001 "cpp_demangle",
13002 "cranelift-entity",
13003 "gimli 0.28.1",
13004 "indexmap 2.4.0",
13005 "log",
13006 "object 0.33.0",
13007 "postcard",
13008 "rustc-demangle",
13009 "serde",
13010 "serde_derive",
13011 "target-lexicon",
13012 "wasm-encoder 0.207.0",
13013 "wasmparser 0.207.0",
13014 "wasmprinter",
13015 "wasmtime-component-util",
13016 "wasmtime-types",
13017]
13018
13019[[package]]
13020name = "wasmtime-fiber"
13021version = "21.0.1"
13022source = "registry+https://github.com/rust-lang/crates.io-index"
13023checksum = "42edb392586d07038c1638e854382db916b6ca7845a2e6a7f8dc49e08907acdd"
13024dependencies = [
13025 "anyhow",
13026 "cc",
13027 "cfg-if",
13028 "rustix 0.38.35",
13029 "wasmtime-asm-macros",
13030 "wasmtime-versioned-export-macros",
13031 "windows-sys 0.52.0",
13032]
13033
13034[[package]]
13035name = "wasmtime-jit-icache-coherence"
13036version = "21.0.1"
13037source = "registry+https://github.com/rust-lang/crates.io-index"
13038checksum = "afe088f9b56bb353adaf837bf7e10f1c2e1676719dd5be4cac8e37f2ba1ee5bc"
13039dependencies = [
13040 "anyhow",
13041 "cfg-if",
13042 "libc",
13043 "windows-sys 0.52.0",
13044]
13045
13046[[package]]
13047name = "wasmtime-slab"
13048version = "21.0.1"
13049source = "registry+https://github.com/rust-lang/crates.io-index"
13050checksum = "4ff75cafffe47b04b036385ce3710f209153525b0ed19d57b0cf44a22d446460"
13051
13052[[package]]
13053name = "wasmtime-types"
13054version = "21.0.1"
13055source = "registry+https://github.com/rust-lang/crates.io-index"
13056checksum = "2f2fa462bfea3220711c84e2b549f147e4df89eeb49b8a2a3d89148f6cc4a8b1"
13057dependencies = [
13058 "cranelift-entity",
13059 "serde",
13060 "serde_derive",
13061 "smallvec",
13062 "wasmparser 0.207.0",
13063]
13064
13065[[package]]
13066name = "wasmtime-versioned-export-macros"
13067version = "21.0.1"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "d4cedc5bfef3db2a85522ee38564b47ef3b7fc7c92e94cacbce99808e63cdd47"
13070dependencies = [
13071 "proc-macro2",
13072 "quote",
13073 "syn 2.0.76",
13074]
13075
13076[[package]]
13077name = "wasmtime-wasi"
13078version = "21.0.1"
13079source = "registry+https://github.com/rust-lang/crates.io-index"
13080checksum = "bdbbe94245904d4c96c7c5f7b55bad896cc27908644efd9442063c0748b631fc"
13081dependencies = [
13082 "anyhow",
13083 "async-trait",
13084 "bitflags 2.6.0",
13085 "bytes 1.7.1",
13086 "cap-fs-ext",
13087 "cap-net-ext",
13088 "cap-rand",
13089 "cap-std",
13090 "cap-time-ext",
13091 "fs-set-times",
13092 "futures 0.3.30",
13093 "io-extras",
13094 "io-lifetimes 2.0.3",
13095 "once_cell",
13096 "rustix 0.38.35",
13097 "system-interface",
13098 "thiserror",
13099 "tokio",
13100 "tracing",
13101 "url",
13102 "wasmtime",
13103 "wiggle",
13104 "windows-sys 0.52.0",
13105]
13106
13107[[package]]
13108name = "wasmtime-winch"
13109version = "21.0.1"
13110source = "registry+https://github.com/rust-lang/crates.io-index"
13111checksum = "97b27054fed6be4f3800aba5766f7ef435d4220ce290788f021a08d4fa573108"
13112dependencies = [
13113 "anyhow",
13114 "cranelift-codegen",
13115 "gimli 0.28.1",
13116 "object 0.33.0",
13117 "target-lexicon",
13118 "wasmparser 0.207.0",
13119 "wasmtime-cranelift",
13120 "wasmtime-environ",
13121 "winch-codegen",
13122]
13123
13124[[package]]
13125name = "wasmtime-wit-bindgen"
13126version = "21.0.1"
13127source = "registry+https://github.com/rust-lang/crates.io-index"
13128checksum = "c936a52ce69c28de2aa3b5fb4f2dbbb2966df304f04cccb7aca4ba56d915fda0"
13129dependencies = [
13130 "anyhow",
13131 "heck 0.4.1",
13132 "indexmap 2.4.0",
13133 "wit-parser 0.207.0",
13134]
13135
13136[[package]]
13137name = "wast"
13138version = "35.0.2"
13139source = "registry+https://github.com/rust-lang/crates.io-index"
13140checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
13141dependencies = [
13142 "leb128",
13143]
13144
13145[[package]]
13146name = "wayland-backend"
13147version = "0.3.6"
13148source = "registry+https://github.com/rust-lang/crates.io-index"
13149checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13150dependencies = [
13151 "cc",
13152 "downcast-rs",
13153 "rustix 0.38.35",
13154 "scoped-tls",
13155 "smallvec",
13156 "wayland-sys",
13157]
13158
13159[[package]]
13160name = "wayland-client"
13161version = "0.31.5"
13162source = "registry+https://github.com/rust-lang/crates.io-index"
13163checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
13164dependencies = [
13165 "bitflags 2.6.0",
13166 "rustix 0.38.35",
13167 "wayland-backend",
13168 "wayland-scanner",
13169]
13170
13171[[package]]
13172name = "wayland-cursor"
13173version = "0.31.5"
13174source = "registry+https://github.com/rust-lang/crates.io-index"
13175checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
13176dependencies = [
13177 "rustix 0.38.35",
13178 "wayland-client",
13179 "xcursor",
13180]
13181
13182[[package]]
13183name = "wayland-protocols"
13184version = "0.31.2"
13185source = "registry+https://github.com/rust-lang/crates.io-index"
13186checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
13187dependencies = [
13188 "bitflags 2.6.0",
13189 "wayland-backend",
13190 "wayland-client",
13191 "wayland-scanner",
13192]
13193
13194[[package]]
13195name = "wayland-protocols-plasma"
13196version = "0.2.0"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
13199dependencies = [
13200 "bitflags 2.6.0",
13201 "wayland-backend",
13202 "wayland-client",
13203 "wayland-protocols",
13204 "wayland-scanner",
13205]
13206
13207[[package]]
13208name = "wayland-scanner"
13209version = "0.31.4"
13210source = "registry+https://github.com/rust-lang/crates.io-index"
13211checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
13212dependencies = [
13213 "proc-macro2",
13214 "quick-xml 0.34.0",
13215 "quote",
13216]
13217
13218[[package]]
13219name = "wayland-sys"
13220version = "0.31.4"
13221source = "registry+https://github.com/rust-lang/crates.io-index"
13222checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
13223dependencies = [
13224 "dlib",
13225 "log",
13226 "once_cell",
13227 "pkg-config",
13228]
13229
13230[[package]]
13231name = "web-sys"
13232version = "0.3.70"
13233source = "registry+https://github.com/rust-lang/crates.io-index"
13234checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
13235dependencies = [
13236 "js-sys",
13237 "wasm-bindgen",
13238]
13239
13240[[package]]
13241name = "webpki-roots"
13242version = "0.25.4"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
13245
13246[[package]]
13247name = "weezl"
13248version = "0.1.8"
13249source = "registry+https://github.com/rust-lang/crates.io-index"
13250checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
13251
13252[[package]]
13253name = "welcome"
13254version = "0.1.0"
13255dependencies = [
13256 "anyhow",
13257 "client",
13258 "db",
13259 "editor",
13260 "extensions_ui",
13261 "fuzzy",
13262 "gpui",
13263 "inline_completion_button",
13264 "install_cli",
13265 "picker",
13266 "project",
13267 "schemars",
13268 "serde",
13269 "settings",
13270 "theme_selector",
13271 "ui",
13272 "util",
13273 "vim",
13274 "workspace",
13275 "zed_actions",
13276]
13277
13278[[package]]
13279name = "which"
13280version = "4.4.2"
13281source = "registry+https://github.com/rust-lang/crates.io-index"
13282checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
13283dependencies = [
13284 "either",
13285 "home",
13286 "once_cell",
13287 "rustix 0.38.35",
13288]
13289
13290[[package]]
13291name = "which"
13292version = "6.0.3"
13293source = "registry+https://github.com/rust-lang/crates.io-index"
13294checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
13295dependencies = [
13296 "either",
13297 "home",
13298 "rustix 0.38.35",
13299 "winsafe",
13300]
13301
13302[[package]]
13303name = "whoami"
13304version = "1.5.1"
13305source = "registry+https://github.com/rust-lang/crates.io-index"
13306checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
13307dependencies = [
13308 "redox_syscall 0.4.1",
13309 "wasite",
13310]
13311
13312[[package]]
13313name = "wiggle"
13314version = "21.0.1"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "a89ea6f74ece6d1cfbd089783006b8eb69a0219ca83cad22068f0d9fa9df3f91"
13317dependencies = [
13318 "anyhow",
13319 "async-trait",
13320 "bitflags 2.6.0",
13321 "thiserror",
13322 "tracing",
13323 "wasmtime",
13324 "wiggle-macro",
13325]
13326
13327[[package]]
13328name = "wiggle-generate"
13329version = "21.0.1"
13330source = "registry+https://github.com/rust-lang/crates.io-index"
13331checksum = "36beda94813296ecaf0d91b7ada9da073fd41865ba339bdd3b7764e2e785b8e9"
13332dependencies = [
13333 "anyhow",
13334 "heck 0.4.1",
13335 "proc-macro2",
13336 "quote",
13337 "shellexpand 2.1.2",
13338 "syn 2.0.76",
13339 "witx",
13340]
13341
13342[[package]]
13343name = "wiggle-macro"
13344version = "21.0.1"
13345source = "registry+https://github.com/rust-lang/crates.io-index"
13346checksum = "0b47d2b4442ce93106dba5d1a9c59d5f85b5732878bb3d0598d3c93c0d01b16b"
13347dependencies = [
13348 "proc-macro2",
13349 "quote",
13350 "syn 2.0.76",
13351 "wiggle-generate",
13352]
13353
13354[[package]]
13355name = "winapi"
13356version = "0.3.9"
13357source = "registry+https://github.com/rust-lang/crates.io-index"
13358checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
13359dependencies = [
13360 "winapi-i686-pc-windows-gnu",
13361 "winapi-x86_64-pc-windows-gnu",
13362]
13363
13364[[package]]
13365name = "winapi-i686-pc-windows-gnu"
13366version = "0.4.0"
13367source = "registry+https://github.com/rust-lang/crates.io-index"
13368checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
13369
13370[[package]]
13371name = "winapi-util"
13372version = "0.1.9"
13373source = "registry+https://github.com/rust-lang/crates.io-index"
13374checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
13375dependencies = [
13376 "windows-sys 0.59.0",
13377]
13378
13379[[package]]
13380name = "winapi-x86_64-pc-windows-gnu"
13381version = "0.4.0"
13382source = "registry+https://github.com/rust-lang/crates.io-index"
13383checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
13384
13385[[package]]
13386name = "winch-codegen"
13387version = "0.19.1"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "1dc69899ccb2da7daa4df31426dcfd284b104d1a85e1dae35806df0c46187f87"
13390dependencies = [
13391 "anyhow",
13392 "cranelift-codegen",
13393 "gimli 0.28.1",
13394 "regalloc2",
13395 "smallvec",
13396 "target-lexicon",
13397 "wasmparser 0.207.0",
13398 "wasmtime-cranelift",
13399 "wasmtime-environ",
13400]
13401
13402[[package]]
13403name = "windows"
13404version = "0.48.0"
13405source = "registry+https://github.com/rust-lang/crates.io-index"
13406checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
13407dependencies = [
13408 "windows-targets 0.48.5",
13409]
13410
13411[[package]]
13412name = "windows"
13413version = "0.52.0"
13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
13416dependencies = [
13417 "windows-core 0.52.0",
13418 "windows-targets 0.52.6",
13419]
13420
13421[[package]]
13422name = "windows"
13423version = "0.54.0"
13424source = "registry+https://github.com/rust-lang/crates.io-index"
13425checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
13426dependencies = [
13427 "windows-core 0.54.0",
13428 "windows-targets 0.52.6",
13429]
13430
13431[[package]]
13432name = "windows"
13433version = "0.58.0"
13434source = "registry+https://github.com/rust-lang/crates.io-index"
13435checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
13436dependencies = [
13437 "windows-core 0.58.0",
13438 "windows-targets 0.52.6",
13439]
13440
13441[[package]]
13442name = "windows-core"
13443version = "0.52.0"
13444source = "registry+https://github.com/rust-lang/crates.io-index"
13445checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
13446dependencies = [
13447 "windows-targets 0.52.6",
13448]
13449
13450[[package]]
13451name = "windows-core"
13452version = "0.54.0"
13453source = "registry+https://github.com/rust-lang/crates.io-index"
13454checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
13455dependencies = [
13456 "windows-result 0.1.2",
13457 "windows-targets 0.52.6",
13458]
13459
13460[[package]]
13461name = "windows-core"
13462version = "0.58.0"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
13465dependencies = [
13466 "windows-implement",
13467 "windows-interface",
13468 "windows-result 0.2.0",
13469 "windows-strings",
13470 "windows-targets 0.52.6",
13471]
13472
13473[[package]]
13474name = "windows-implement"
13475version = "0.58.0"
13476source = "registry+https://github.com/rust-lang/crates.io-index"
13477checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
13478dependencies = [
13479 "proc-macro2",
13480 "quote",
13481 "syn 2.0.76",
13482]
13483
13484[[package]]
13485name = "windows-interface"
13486version = "0.58.0"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
13489dependencies = [
13490 "proc-macro2",
13491 "quote",
13492 "syn 2.0.76",
13493]
13494
13495[[package]]
13496name = "windows-result"
13497version = "0.1.2"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
13500dependencies = [
13501 "windows-targets 0.52.6",
13502]
13503
13504[[package]]
13505name = "windows-result"
13506version = "0.2.0"
13507source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
13509dependencies = [
13510 "windows-targets 0.52.6",
13511]
13512
13513[[package]]
13514name = "windows-strings"
13515version = "0.1.0"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
13518dependencies = [
13519 "windows-result 0.2.0",
13520 "windows-targets 0.52.6",
13521]
13522
13523[[package]]
13524name = "windows-sys"
13525version = "0.45.0"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
13528dependencies = [
13529 "windows-targets 0.42.2",
13530]
13531
13532[[package]]
13533name = "windows-sys"
13534version = "0.48.0"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
13537dependencies = [
13538 "windows-targets 0.48.5",
13539]
13540
13541[[package]]
13542name = "windows-sys"
13543version = "0.52.0"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
13546dependencies = [
13547 "windows-targets 0.52.6",
13548]
13549
13550[[package]]
13551name = "windows-sys"
13552version = "0.59.0"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
13555dependencies = [
13556 "windows-targets 0.52.6",
13557]
13558
13559[[package]]
13560name = "windows-targets"
13561version = "0.42.2"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
13564dependencies = [
13565 "windows_aarch64_gnullvm 0.42.2",
13566 "windows_aarch64_msvc 0.42.2",
13567 "windows_i686_gnu 0.42.2",
13568 "windows_i686_msvc 0.42.2",
13569 "windows_x86_64_gnu 0.42.2",
13570 "windows_x86_64_gnullvm 0.42.2",
13571 "windows_x86_64_msvc 0.42.2",
13572]
13573
13574[[package]]
13575name = "windows-targets"
13576version = "0.48.5"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
13579dependencies = [
13580 "windows_aarch64_gnullvm 0.48.5",
13581 "windows_aarch64_msvc 0.48.5",
13582 "windows_i686_gnu 0.48.5",
13583 "windows_i686_msvc 0.48.5",
13584 "windows_x86_64_gnu 0.48.5",
13585 "windows_x86_64_gnullvm 0.48.5",
13586 "windows_x86_64_msvc 0.48.5",
13587]
13588
13589[[package]]
13590name = "windows-targets"
13591version = "0.52.6"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
13594dependencies = [
13595 "windows_aarch64_gnullvm 0.52.6",
13596 "windows_aarch64_msvc 0.52.6",
13597 "windows_i686_gnu 0.52.6",
13598 "windows_i686_gnullvm",
13599 "windows_i686_msvc 0.52.6",
13600 "windows_x86_64_gnu 0.52.6",
13601 "windows_x86_64_gnullvm 0.52.6",
13602 "windows_x86_64_msvc 0.52.6",
13603]
13604
13605[[package]]
13606name = "windows_aarch64_gnullvm"
13607version = "0.42.2"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
13610
13611[[package]]
13612name = "windows_aarch64_gnullvm"
13613version = "0.48.5"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
13616
13617[[package]]
13618name = "windows_aarch64_gnullvm"
13619version = "0.52.6"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
13622
13623[[package]]
13624name = "windows_aarch64_msvc"
13625version = "0.42.2"
13626source = "registry+https://github.com/rust-lang/crates.io-index"
13627checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
13628
13629[[package]]
13630name = "windows_aarch64_msvc"
13631version = "0.48.5"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
13634
13635[[package]]
13636name = "windows_aarch64_msvc"
13637version = "0.52.6"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
13640
13641[[package]]
13642name = "windows_i686_gnu"
13643version = "0.42.2"
13644source = "registry+https://github.com/rust-lang/crates.io-index"
13645checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
13646
13647[[package]]
13648name = "windows_i686_gnu"
13649version = "0.48.5"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
13652
13653[[package]]
13654name = "windows_i686_gnu"
13655version = "0.52.6"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
13658
13659[[package]]
13660name = "windows_i686_gnullvm"
13661version = "0.52.6"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
13664
13665[[package]]
13666name = "windows_i686_msvc"
13667version = "0.42.2"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
13670
13671[[package]]
13672name = "windows_i686_msvc"
13673version = "0.48.5"
13674source = "registry+https://github.com/rust-lang/crates.io-index"
13675checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
13676
13677[[package]]
13678name = "windows_i686_msvc"
13679version = "0.52.6"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
13682
13683[[package]]
13684name = "windows_x86_64_gnu"
13685version = "0.42.2"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
13688
13689[[package]]
13690name = "windows_x86_64_gnu"
13691version = "0.48.5"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
13694
13695[[package]]
13696name = "windows_x86_64_gnu"
13697version = "0.52.6"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
13700
13701[[package]]
13702name = "windows_x86_64_gnullvm"
13703version = "0.42.2"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
13706
13707[[package]]
13708name = "windows_x86_64_gnullvm"
13709version = "0.48.5"
13710source = "registry+https://github.com/rust-lang/crates.io-index"
13711checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
13712
13713[[package]]
13714name = "windows_x86_64_gnullvm"
13715version = "0.52.6"
13716source = "registry+https://github.com/rust-lang/crates.io-index"
13717checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
13718
13719[[package]]
13720name = "windows_x86_64_msvc"
13721version = "0.42.2"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
13724
13725[[package]]
13726name = "windows_x86_64_msvc"
13727version = "0.48.5"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
13730
13731[[package]]
13732name = "windows_x86_64_msvc"
13733version = "0.52.6"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
13736
13737[[package]]
13738name = "winnow"
13739version = "0.5.40"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
13742dependencies = [
13743 "memchr",
13744]
13745
13746[[package]]
13747name = "winnow"
13748version = "0.6.18"
13749source = "registry+https://github.com/rust-lang/crates.io-index"
13750checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
13751dependencies = [
13752 "memchr",
13753]
13754
13755[[package]]
13756name = "winreg"
13757version = "0.50.0"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
13760dependencies = [
13761 "cfg-if",
13762 "windows-sys 0.48.0",
13763]
13764
13765[[package]]
13766name = "winreg"
13767version = "0.52.0"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
13770dependencies = [
13771 "cfg-if",
13772 "windows-sys 0.48.0",
13773]
13774
13775[[package]]
13776name = "winresource"
13777version = "0.1.17"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
13780dependencies = [
13781 "toml 0.7.8",
13782 "version_check",
13783]
13784
13785[[package]]
13786name = "winsafe"
13787version = "0.0.19"
13788source = "registry+https://github.com/rust-lang/crates.io-index"
13789checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
13790
13791[[package]]
13792name = "winx"
13793version = "0.36.3"
13794source = "registry+https://github.com/rust-lang/crates.io-index"
13795checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
13796dependencies = [
13797 "bitflags 2.6.0",
13798 "windows-sys 0.52.0",
13799]
13800
13801[[package]]
13802name = "wio"
13803version = "0.2.2"
13804source = "registry+https://github.com/rust-lang/crates.io-index"
13805checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
13806dependencies = [
13807 "winapi",
13808]
13809
13810[[package]]
13811name = "wit-bindgen"
13812version = "0.22.0"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
13815dependencies = [
13816 "bitflags 2.6.0",
13817 "wit-bindgen-rt",
13818 "wit-bindgen-rust-macro",
13819]
13820
13821[[package]]
13822name = "wit-bindgen-core"
13823version = "0.22.0"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
13826dependencies = [
13827 "anyhow",
13828 "wit-parser 0.201.0",
13829]
13830
13831[[package]]
13832name = "wit-bindgen-rt"
13833version = "0.22.0"
13834source = "registry+https://github.com/rust-lang/crates.io-index"
13835checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
13836
13837[[package]]
13838name = "wit-bindgen-rust"
13839version = "0.22.0"
13840source = "registry+https://github.com/rust-lang/crates.io-index"
13841checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
13842dependencies = [
13843 "anyhow",
13844 "heck 0.4.1",
13845 "indexmap 2.4.0",
13846 "wasm-metadata",
13847 "wit-bindgen-core",
13848 "wit-component",
13849]
13850
13851[[package]]
13852name = "wit-bindgen-rust-macro"
13853version = "0.22.0"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
13856dependencies = [
13857 "anyhow",
13858 "proc-macro2",
13859 "quote",
13860 "syn 2.0.76",
13861 "wit-bindgen-core",
13862 "wit-bindgen-rust",
13863]
13864
13865[[package]]
13866name = "wit-component"
13867version = "0.201.0"
13868source = "registry+https://github.com/rust-lang/crates.io-index"
13869checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
13870dependencies = [
13871 "anyhow",
13872 "bitflags 2.6.0",
13873 "indexmap 2.4.0",
13874 "log",
13875 "serde",
13876 "serde_derive",
13877 "serde_json",
13878 "wasm-encoder 0.201.0",
13879 "wasm-metadata",
13880 "wasmparser 0.201.0",
13881 "wit-parser 0.201.0",
13882]
13883
13884[[package]]
13885name = "wit-parser"
13886version = "0.201.0"
13887source = "registry+https://github.com/rust-lang/crates.io-index"
13888checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
13889dependencies = [
13890 "anyhow",
13891 "id-arena",
13892 "indexmap 2.4.0",
13893 "log",
13894 "semver",
13895 "serde",
13896 "serde_derive",
13897 "serde_json",
13898 "unicode-xid",
13899 "wasmparser 0.201.0",
13900]
13901
13902[[package]]
13903name = "wit-parser"
13904version = "0.207.0"
13905source = "registry+https://github.com/rust-lang/crates.io-index"
13906checksum = "78c83dab33a9618d86cfe3563cc864deffd08c17efc5db31a3b7cd1edeffe6e1"
13907dependencies = [
13908 "anyhow",
13909 "id-arena",
13910 "indexmap 2.4.0",
13911 "log",
13912 "semver",
13913 "serde",
13914 "serde_derive",
13915 "serde_json",
13916 "unicode-xid",
13917 "wasmparser 0.207.0",
13918]
13919
13920[[package]]
13921name = "witx"
13922version = "0.9.1"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
13925dependencies = [
13926 "anyhow",
13927 "log",
13928 "thiserror",
13929 "wast",
13930]
13931
13932[[package]]
13933name = "workspace"
13934version = "0.1.0"
13935dependencies = [
13936 "any_vec",
13937 "anyhow",
13938 "async-recursion 1.1.1",
13939 "bincode",
13940 "call",
13941 "client",
13942 "clock",
13943 "collections",
13944 "db",
13945 "derive_more",
13946 "dev_server_projects",
13947 "env_logger",
13948 "fs",
13949 "futures 0.3.30",
13950 "git",
13951 "gpui",
13952 "http_client",
13953 "itertools 0.13.0",
13954 "language",
13955 "log",
13956 "node_runtime",
13957 "parking_lot",
13958 "postage",
13959 "project",
13960 "schemars",
13961 "serde",
13962 "serde_json",
13963 "session",
13964 "settings",
13965 "smallvec",
13966 "sqlez",
13967 "task",
13968 "tempfile",
13969 "theme",
13970 "ui",
13971 "util",
13972 "uuid",
13973]
13974
13975[[package]]
13976name = "worktree"
13977version = "0.1.0"
13978dependencies = [
13979 "anyhow",
13980 "clock",
13981 "collections",
13982 "env_logger",
13983 "fs",
13984 "futures 0.3.30",
13985 "fuzzy",
13986 "git",
13987 "git2",
13988 "gpui",
13989 "http_client",
13990 "ignore",
13991 "language",
13992 "log",
13993 "parking_lot",
13994 "paths",
13995 "postage",
13996 "pretty_assertions",
13997 "rand 0.8.5",
13998 "rpc",
13999 "schemars",
14000 "serde",
14001 "serde_json",
14002 "settings",
14003 "smallvec",
14004 "smol",
14005 "sum_tree",
14006 "text",
14007 "util",
14008]
14009
14010[[package]]
14011name = "wyz"
14012version = "0.5.1"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
14015dependencies = [
14016 "tap",
14017]
14018
14019[[package]]
14020name = "x11-clipboard"
14021version = "0.9.2"
14022source = "registry+https://github.com/rust-lang/crates.io-index"
14023checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
14024dependencies = [
14025 "libc",
14026 "x11rb",
14027]
14028
14029[[package]]
14030name = "x11rb"
14031version = "0.13.1"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
14034dependencies = [
14035 "as-raw-xcb-connection",
14036 "gethostname",
14037 "libc",
14038 "rustix 0.38.35",
14039 "x11rb-protocol",
14040]
14041
14042[[package]]
14043name = "x11rb-protocol"
14044version = "0.13.1"
14045source = "registry+https://github.com/rust-lang/crates.io-index"
14046checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
14047
14048[[package]]
14049name = "xattr"
14050version = "0.2.3"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
14053dependencies = [
14054 "libc",
14055]
14056
14057[[package]]
14058name = "xcursor"
14059version = "0.3.8"
14060source = "registry+https://github.com/rust-lang/crates.io-index"
14061checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
14062
14063[[package]]
14064name = "xdg-home"
14065version = "1.3.0"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
14068dependencies = [
14069 "libc",
14070 "windows-sys 0.59.0",
14071]
14072
14073[[package]]
14074name = "xim"
14075version = "0.4.0"
14076source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
14077dependencies = [
14078 "ahash 0.8.11",
14079 "hashbrown 0.14.5",
14080 "log",
14081 "x11rb",
14082 "xim-ctext",
14083 "xim-parser",
14084]
14085
14086[[package]]
14087name = "xim-ctext"
14088version = "0.3.0"
14089source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
14090dependencies = [
14091 "encoding_rs",
14092]
14093
14094[[package]]
14095name = "xim-parser"
14096version = "0.2.1"
14097source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
14098dependencies = [
14099 "bitflags 2.6.0",
14100]
14101
14102[[package]]
14103name = "xkbcommon"
14104version = "0.7.0"
14105source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
14106dependencies = [
14107 "as-raw-xcb-connection",
14108 "libc",
14109 "memmap2",
14110 "xkeysym",
14111]
14112
14113[[package]]
14114name = "xkeysym"
14115version = "0.2.1"
14116source = "registry+https://github.com/rust-lang/crates.io-index"
14117checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
14118
14119[[package]]
14120name = "xml5ever"
14121version = "0.18.1"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
14124dependencies = [
14125 "log",
14126 "mac",
14127 "markup5ever",
14128]
14129
14130[[package]]
14131name = "xmlparser"
14132version = "0.13.6"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
14135
14136[[package]]
14137name = "xmlwriter"
14138version = "0.1.0"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
14141
14142[[package]]
14143name = "xtask"
14144version = "0.1.0"
14145dependencies = [
14146 "anyhow",
14147 "cargo_metadata",
14148 "cargo_toml",
14149 "clap",
14150]
14151
14152[[package]]
14153name = "yansi"
14154version = "0.5.1"
14155source = "registry+https://github.com/rust-lang/crates.io-index"
14156checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
14157
14158[[package]]
14159name = "yazi"
14160version = "0.1.6"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
14163
14164[[package]]
14165name = "yeslogic-fontconfig-sys"
14166version = "6.0.0"
14167source = "registry+https://github.com/rust-lang/crates.io-index"
14168checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
14169dependencies = [
14170 "dlib",
14171 "once_cell",
14172 "pkg-config",
14173]
14174
14175[[package]]
14176name = "zbus"
14177version = "4.4.0"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
14180dependencies = [
14181 "async-broadcast",
14182 "async-executor",
14183 "async-fs 2.1.2",
14184 "async-io 2.3.4",
14185 "async-lock 3.4.0",
14186 "async-process 2.2.4",
14187 "async-recursion 1.1.1",
14188 "async-task",
14189 "async-trait",
14190 "blocking",
14191 "enumflags2",
14192 "event-listener 5.3.1",
14193 "futures-core",
14194 "futures-sink",
14195 "futures-util",
14196 "hex",
14197 "nix",
14198 "ordered-stream",
14199 "rand 0.8.5",
14200 "serde",
14201 "serde_repr",
14202 "sha1",
14203 "static_assertions",
14204 "tracing",
14205 "uds_windows",
14206 "windows-sys 0.52.0",
14207 "xdg-home",
14208 "zbus_macros",
14209 "zbus_names",
14210 "zvariant",
14211]
14212
14213[[package]]
14214name = "zbus_macros"
14215version = "4.4.0"
14216source = "registry+https://github.com/rust-lang/crates.io-index"
14217checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
14218dependencies = [
14219 "proc-macro-crate",
14220 "proc-macro2",
14221 "quote",
14222 "syn 2.0.76",
14223 "zvariant_utils",
14224]
14225
14226[[package]]
14227name = "zbus_names"
14228version = "3.0.0"
14229source = "registry+https://github.com/rust-lang/crates.io-index"
14230checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
14231dependencies = [
14232 "serde",
14233 "static_assertions",
14234 "zvariant",
14235]
14236
14237[[package]]
14238name = "zed"
14239version = "0.154.0"
14240dependencies = [
14241 "activity_indicator",
14242 "anyhow",
14243 "ashpd",
14244 "assets",
14245 "assistant",
14246 "audio",
14247 "auto_update",
14248 "backtrace",
14249 "breadcrumbs",
14250 "call",
14251 "channel",
14252 "chrono",
14253 "clap",
14254 "cli",
14255 "client",
14256 "collab_ui",
14257 "collections",
14258 "command_palette",
14259 "command_palette_hooks",
14260 "copilot",
14261 "db",
14262 "dev_server_projects",
14263 "diagnostics",
14264 "editor",
14265 "env_logger",
14266 "extension",
14267 "extensions_ui",
14268 "feature_flags",
14269 "feedback",
14270 "file_finder",
14271 "file_icons",
14272 "fs",
14273 "futures 0.3.30",
14274 "git",
14275 "git_hosting_providers",
14276 "go_to_line",
14277 "gpui",
14278 "headless",
14279 "http_client",
14280 "image_viewer",
14281 "inline_completion_button",
14282 "install_cli",
14283 "isahc",
14284 "journal",
14285 "language",
14286 "language_model",
14287 "language_selector",
14288 "language_tools",
14289 "languages",
14290 "libc",
14291 "log",
14292 "markdown_preview",
14293 "menu",
14294 "mimalloc",
14295 "nix",
14296 "node_runtime",
14297 "notifications",
14298 "outline",
14299 "outline_panel",
14300 "parking_lot",
14301 "paths",
14302 "profiling",
14303 "project",
14304 "project_panel",
14305 "project_symbols",
14306 "quick_action_bar",
14307 "recent_projects",
14308 "release_channel",
14309 "remote",
14310 "repl",
14311 "rope",
14312 "search",
14313 "serde",
14314 "serde_json",
14315 "session",
14316 "settings",
14317 "settings_ui",
14318 "simplelog",
14319 "smol",
14320 "snippet_provider",
14321 "supermaven",
14322 "sysinfo",
14323 "tab_switcher",
14324 "task",
14325 "tasks_ui",
14326 "telemetry_events",
14327 "terminal_view",
14328 "theme",
14329 "theme_selector",
14330 "time",
14331 "tree-sitter-md",
14332 "tree-sitter-rust",
14333 "ui",
14334 "url",
14335 "urlencoding",
14336 "util",
14337 "uuid",
14338 "vim",
14339 "welcome",
14340 "windows 0.58.0",
14341 "winresource",
14342 "workspace",
14343 "zed_actions",
14344]
14345
14346[[package]]
14347name = "zed_actions"
14348version = "0.1.0"
14349dependencies = [
14350 "gpui",
14351 "serde",
14352]
14353
14354[[package]]
14355name = "zed_astro"
14356version = "0.1.0"
14357dependencies = [
14358 "serde",
14359 "zed_extension_api 0.1.0",
14360]
14361
14362[[package]]
14363name = "zed_clojure"
14364version = "0.0.3"
14365dependencies = [
14366 "zed_extension_api 0.1.0",
14367]
14368
14369[[package]]
14370name = "zed_csharp"
14371version = "0.0.2"
14372dependencies = [
14373 "zed_extension_api 0.1.0",
14374]
14375
14376[[package]]
14377name = "zed_dart"
14378version = "0.1.0"
14379dependencies = [
14380 "zed_extension_api 0.1.0",
14381]
14382
14383[[package]]
14384name = "zed_deno"
14385version = "0.0.2"
14386dependencies = [
14387 "zed_extension_api 0.1.0",
14388]
14389
14390[[package]]
14391name = "zed_elixir"
14392version = "0.0.9"
14393dependencies = [
14394 "zed_extension_api 0.1.0",
14395]
14396
14397[[package]]
14398name = "zed_elm"
14399version = "0.0.1"
14400dependencies = [
14401 "zed_extension_api 0.1.0",
14402]
14403
14404[[package]]
14405name = "zed_emmet"
14406version = "0.0.3"
14407dependencies = [
14408 "zed_extension_api 0.1.0",
14409]
14410
14411[[package]]
14412name = "zed_erlang"
14413version = "0.1.0"
14414dependencies = [
14415 "zed_extension_api 0.1.0",
14416]
14417
14418[[package]]
14419name = "zed_extension_api"
14420version = "0.1.0"
14421source = "registry+https://github.com/rust-lang/crates.io-index"
14422checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
14423dependencies = [
14424 "serde",
14425 "serde_json",
14426 "wit-bindgen",
14427]
14428
14429[[package]]
14430name = "zed_extension_api"
14431version = "0.2.0"
14432dependencies = [
14433 "serde",
14434 "serde_json",
14435 "wit-bindgen",
14436]
14437
14438[[package]]
14439name = "zed_gleam"
14440version = "0.2.0"
14441dependencies = [
14442 "html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14443 "zed_extension_api 0.1.0",
14444]
14445
14446[[package]]
14447name = "zed_glsl"
14448version = "0.1.0"
14449dependencies = [
14450 "zed_extension_api 0.1.0",
14451]
14452
14453[[package]]
14454name = "zed_haskell"
14455version = "0.1.1"
14456dependencies = [
14457 "zed_extension_api 0.1.0",
14458]
14459
14460[[package]]
14461name = "zed_html"
14462version = "0.1.2"
14463dependencies = [
14464 "zed_extension_api 0.1.0",
14465]
14466
14467[[package]]
14468name = "zed_lua"
14469version = "0.0.3"
14470dependencies = [
14471 "zed_extension_api 0.1.0",
14472]
14473
14474[[package]]
14475name = "zed_ocaml"
14476version = "0.0.2"
14477dependencies = [
14478 "zed_extension_api 0.1.0",
14479]
14480
14481[[package]]
14482name = "zed_php"
14483version = "0.2.0"
14484dependencies = [
14485 "zed_extension_api 0.1.0",
14486]
14487
14488[[package]]
14489name = "zed_prisma"
14490version = "0.0.3"
14491dependencies = [
14492 "zed_extension_api 0.1.0",
14493]
14494
14495[[package]]
14496name = "zed_purescript"
14497version = "0.0.1"
14498dependencies = [
14499 "zed_extension_api 0.1.0",
14500]
14501
14502[[package]]
14503name = "zed_ruby"
14504version = "0.2.0"
14505dependencies = [
14506 "zed_extension_api 0.1.0",
14507]
14508
14509[[package]]
14510name = "zed_ruff"
14511version = "0.0.2"
14512dependencies = [
14513 "zed_extension_api 0.1.0",
14514]
14515
14516[[package]]
14517name = "zed_snippets"
14518version = "0.0.5"
14519dependencies = [
14520 "serde_json",
14521 "zed_extension_api 0.1.0",
14522]
14523
14524[[package]]
14525name = "zed_svelte"
14526version = "0.1.1"
14527dependencies = [
14528 "zed_extension_api 0.1.0",
14529]
14530
14531[[package]]
14532name = "zed_terraform"
14533version = "0.1.0"
14534dependencies = [
14535 "zed_extension_api 0.1.0",
14536]
14537
14538[[package]]
14539name = "zed_test_extension"
14540version = "0.1.0"
14541dependencies = [
14542 "zed_extension_api 0.2.0",
14543]
14544
14545[[package]]
14546name = "zed_toml"
14547version = "0.1.1"
14548dependencies = [
14549 "zed_extension_api 0.1.0",
14550]
14551
14552[[package]]
14553name = "zed_uiua"
14554version = "0.0.1"
14555dependencies = [
14556 "zed_extension_api 0.1.0",
14557]
14558
14559[[package]]
14560name = "zed_vue"
14561version = "0.1.0"
14562dependencies = [
14563 "serde",
14564 "zed_extension_api 0.1.0",
14565]
14566
14567[[package]]
14568name = "zed_zig"
14569version = "0.3.0"
14570dependencies = [
14571 "zed_extension_api 0.1.0",
14572]
14573
14574[[package]]
14575name = "zeno"
14576version = "0.2.3"
14577source = "registry+https://github.com/rust-lang/crates.io-index"
14578checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
14579
14580[[package]]
14581name = "zerocopy"
14582version = "0.7.35"
14583source = "registry+https://github.com/rust-lang/crates.io-index"
14584checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
14585dependencies = [
14586 "byteorder",
14587 "zerocopy-derive",
14588]
14589
14590[[package]]
14591name = "zerocopy-derive"
14592version = "0.7.35"
14593source = "registry+https://github.com/rust-lang/crates.io-index"
14594checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
14595dependencies = [
14596 "proc-macro2",
14597 "quote",
14598 "syn 2.0.76",
14599]
14600
14601[[package]]
14602name = "zeroize"
14603version = "1.8.1"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
14606dependencies = [
14607 "zeroize_derive",
14608]
14609
14610[[package]]
14611name = "zeroize_derive"
14612version = "1.4.2"
14613source = "registry+https://github.com/rust-lang/crates.io-index"
14614checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
14615dependencies = [
14616 "proc-macro2",
14617 "quote",
14618 "syn 2.0.76",
14619]
14620
14621[[package]]
14622name = "zeromq"
14623version = "0.4.0"
14624source = "registry+https://github.com/rust-lang/crates.io-index"
14625checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
14626dependencies = [
14627 "async-dispatcher",
14628 "async-std",
14629 "async-trait",
14630 "asynchronous-codec",
14631 "bytes 1.7.1",
14632 "crossbeam-queue",
14633 "dashmap 5.5.3",
14634 "futures-channel",
14635 "futures-io",
14636 "futures-task",
14637 "futures-util",
14638 "log",
14639 "num-traits",
14640 "once_cell",
14641 "parking_lot",
14642 "rand 0.8.5",
14643 "regex",
14644 "thiserror",
14645 "uuid",
14646]
14647
14648[[package]]
14649name = "zstd"
14650version = "0.11.2+zstd.1.5.2"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
14653dependencies = [
14654 "zstd-safe",
14655]
14656
14657[[package]]
14658name = "zstd-safe"
14659version = "5.0.2+zstd.1.5.2"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
14662dependencies = [
14663 "libc",
14664 "zstd-sys",
14665]
14666
14667[[package]]
14668name = "zstd-sys"
14669version = "2.0.13+zstd.1.5.6"
14670source = "registry+https://github.com/rust-lang/crates.io-index"
14671checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
14672dependencies = [
14673 "cc",
14674 "pkg-config",
14675]
14676
14677[[package]]
14678name = "zune-core"
14679version = "0.4.12"
14680source = "registry+https://github.com/rust-lang/crates.io-index"
14681checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
14682
14683[[package]]
14684name = "zune-inflate"
14685version = "0.2.54"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
14688dependencies = [
14689 "simd-adler32",
14690]
14691
14692[[package]]
14693name = "zune-jpeg"
14694version = "0.4.13"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
14697dependencies = [
14698 "zune-core",
14699]
14700
14701[[package]]
14702name = "zvariant"
14703version = "4.2.0"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
14706dependencies = [
14707 "endi",
14708 "enumflags2",
14709 "serde",
14710 "static_assertions",
14711 "url",
14712 "zvariant_derive",
14713]
14714
14715[[package]]
14716name = "zvariant_derive"
14717version = "4.2.0"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
14720dependencies = [
14721 "proc-macro-crate",
14722 "proc-macro2",
14723 "quote",
14724 "syn 2.0.76",
14725 "zvariant_utils",
14726]
14727
14728[[package]]
14729name = "zvariant_utils"
14730version = "2.1.0"
14731source = "registry+https://github.com/rust-lang/crates.io-index"
14732checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
14733dependencies = [
14734 "proc-macro2",
14735 "quote",
14736 "syn 2.0.76",
14737]