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