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