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_host",
13 "futures 0.3.30",
14 "gpui",
15 "language",
16 "project",
17 "smallvec",
18 "ui",
19 "util",
20 "workspace",
21]
22
23[[package]]
24name = "addr2line"
25version = "0.24.1"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
28dependencies = [
29 "gimli 0.31.0",
30]
31
32[[package]]
33name = "adler"
34version = "1.0.2"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
37
38[[package]]
39name = "adler2"
40version = "2.0.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
43
44[[package]]
45name = "aes"
46version = "0.8.4"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
49dependencies = [
50 "cfg-if",
51 "cipher",
52 "cpufeatures",
53 "zeroize",
54]
55
56[[package]]
57name = "ahash"
58version = "0.7.8"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
61dependencies = [
62 "getrandom 0.2.15",
63 "once_cell",
64 "version_check",
65]
66
67[[package]]
68name = "ahash"
69version = "0.8.11"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
72dependencies = [
73 "cfg-if",
74 "const-random",
75 "once_cell",
76 "version_check",
77 "zerocopy",
78]
79
80[[package]]
81name = "aho-corasick"
82version = "1.1.3"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
85dependencies = [
86 "memchr",
87]
88
89[[package]]
90name = "alacritty_terminal"
91version = "0.24.1-dev"
92source = "git+https://github.com/alacritty/alacritty?rev=91d034ff8b53867143c005acfaa14609147c9a2c#91d034ff8b53867143c005acfaa14609147c9a2c"
93dependencies = [
94 "base64 0.22.1",
95 "bitflags 2.6.0",
96 "home",
97 "libc",
98 "log",
99 "miow",
100 "parking_lot",
101 "piper",
102 "polling 3.7.3",
103 "regex-automata 0.4.7",
104 "rustix-openpty",
105 "serde",
106 "signal-hook",
107 "unicode-width",
108 "vte",
109 "windows-sys 0.52.0",
110]
111
112[[package]]
113name = "aliasable"
114version = "0.1.3"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
117
118[[package]]
119name = "aligned-vec"
120version = "0.5.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
123
124[[package]]
125name = "allocator-api2"
126version = "0.2.18"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
129
130[[package]]
131name = "alsa"
132version = "0.9.1"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
135dependencies = [
136 "alsa-sys",
137 "bitflags 2.6.0",
138 "cfg-if",
139 "libc",
140]
141
142[[package]]
143name = "alsa-sys"
144version = "0.3.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
147dependencies = [
148 "libc",
149 "pkg-config",
150]
151
152[[package]]
153name = "ambient-authority"
154version = "0.0.2"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
157
158[[package]]
159name = "ammonia"
160version = "4.0.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
163dependencies = [
164 "html5ever",
165 "maplit",
166 "once_cell",
167 "tendril",
168 "url",
169]
170
171[[package]]
172name = "android-tzdata"
173version = "0.1.1"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
176
177[[package]]
178name = "android_system_properties"
179version = "0.1.5"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
182dependencies = [
183 "libc",
184]
185
186[[package]]
187name = "anes"
188version = "0.1.6"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
191
192[[package]]
193name = "anstream"
194version = "0.6.15"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
197dependencies = [
198 "anstyle",
199 "anstyle-parse",
200 "anstyle-query",
201 "anstyle-wincon",
202 "colorchoice",
203 "is_terminal_polyfill",
204 "utf8parse",
205]
206
207[[package]]
208name = "anstyle"
209version = "1.0.8"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
212
213[[package]]
214name = "anstyle-parse"
215version = "0.2.5"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
218dependencies = [
219 "utf8parse",
220]
221
222[[package]]
223name = "anstyle-query"
224version = "1.1.1"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
227dependencies = [
228 "windows-sys 0.52.0",
229]
230
231[[package]]
232name = "anstyle-wincon"
233version = "3.0.4"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
236dependencies = [
237 "anstyle",
238 "windows-sys 0.52.0",
239]
240
241[[package]]
242name = "anthropic"
243version = "0.1.0"
244dependencies = [
245 "anyhow",
246 "chrono",
247 "futures 0.3.30",
248 "http_client",
249 "schemars",
250 "serde",
251 "serde_json",
252 "strum 0.25.0",
253 "thiserror",
254 "util",
255]
256
257[[package]]
258name = "any_vec"
259version = "0.14.0"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
262
263[[package]]
264name = "anyhow"
265version = "1.0.93"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
268
269[[package]]
270name = "approx"
271version = "0.5.1"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
274dependencies = [
275 "num-traits",
276]
277
278[[package]]
279name = "arbitrary"
280version = "1.3.2"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
283
284[[package]]
285name = "arg_enum_proc_macro"
286version = "0.3.4"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
289dependencies = [
290 "proc-macro2",
291 "quote",
292 "syn 2.0.87",
293]
294
295[[package]]
296name = "arraydeque"
297version = "0.5.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
300
301[[package]]
302name = "arrayref"
303version = "0.3.8"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a"
306
307[[package]]
308name = "arrayvec"
309version = "0.7.6"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
312dependencies = [
313 "serde",
314]
315
316[[package]]
317name = "as-raw-xcb-connection"
318version = "1.0.1"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
321
322[[package]]
323name = "ascii"
324version = "1.1.0"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
327
328[[package]]
329name = "ash"
330version = "0.38.0+1.3.281"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
333dependencies = [
334 "libloading",
335]
336
337[[package]]
338name = "ash-window"
339version = "0.13.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
342dependencies = [
343 "ash",
344 "raw-window-handle",
345 "raw-window-metal",
346]
347
348[[package]]
349name = "ashpd"
350version = "0.9.2"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "4d43c03d9e36dd40cab48435be0b09646da362c278223ca535493877b2c1dee9"
353dependencies = [
354 "async-fs 2.1.2",
355 "async-net 2.0.0",
356 "enumflags2",
357 "futures-channel",
358 "futures-util",
359 "rand 0.8.5",
360 "serde",
361 "serde_repr",
362 "url",
363 "zbus",
364]
365
366[[package]]
367name = "assets"
368version = "0.1.0"
369dependencies = [
370 "anyhow",
371 "gpui",
372 "rust-embed",
373]
374
375[[package]]
376name = "assistant"
377version = "0.1.0"
378dependencies = [
379 "anthropic",
380 "anyhow",
381 "assets",
382 "assistant_slash_command",
383 "assistant_tool",
384 "async-watch",
385 "cargo_toml",
386 "chrono",
387 "client",
388 "clock",
389 "collections",
390 "command_palette_hooks",
391 "context_servers",
392 "ctor",
393 "db",
394 "editor",
395 "env_logger 0.11.5",
396 "feature_flags",
397 "fs",
398 "futures 0.3.30",
399 "fuzzy",
400 "globset",
401 "gpui",
402 "handlebars 4.5.0",
403 "heed",
404 "html_to_markdown",
405 "http_client",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "languages",
411 "log",
412 "lsp",
413 "markdown",
414 "menu",
415 "multi_buffer",
416 "ollama",
417 "open_ai",
418 "ordered-float 2.10.1",
419 "parking_lot",
420 "paths",
421 "picker",
422 "pretty_assertions",
423 "project",
424 "proto",
425 "rand 0.8.5",
426 "regex",
427 "release_channel",
428 "rope",
429 "rpc",
430 "schemars",
431 "search",
432 "semantic_index",
433 "serde",
434 "serde_json",
435 "serde_json_lenient",
436 "settings",
437 "similar",
438 "smallvec",
439 "smol",
440 "strum 0.25.0",
441 "telemetry_events",
442 "terminal",
443 "terminal_view",
444 "text",
445 "theme",
446 "toml 0.8.19",
447 "tree-sitter-md",
448 "ui",
449 "unindent",
450 "util",
451 "uuid",
452 "workspace",
453 "zed_actions",
454]
455
456[[package]]
457name = "assistant_slash_command"
458version = "0.1.0"
459dependencies = [
460 "anyhow",
461 "collections",
462 "derive_more",
463 "futures 0.3.30",
464 "gpui",
465 "language",
466 "language_model",
467 "parking_lot",
468 "pretty_assertions",
469 "serde",
470 "serde_json",
471 "workspace",
472]
473
474[[package]]
475name = "assistant_tool"
476version = "0.1.0"
477dependencies = [
478 "anyhow",
479 "collections",
480 "derive_more",
481 "gpui",
482 "parking_lot",
483 "serde",
484 "serde_json",
485 "workspace",
486]
487
488[[package]]
489name = "async-attributes"
490version = "1.1.2"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
493dependencies = [
494 "quote",
495 "syn 1.0.109",
496]
497
498[[package]]
499name = "async-broadcast"
500version = "0.7.1"
501source = "registry+https://github.com/rust-lang/crates.io-index"
502checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
503dependencies = [
504 "event-listener 5.3.1",
505 "event-listener-strategy",
506 "futures-core",
507 "pin-project-lite",
508]
509
510[[package]]
511name = "async-channel"
512version = "1.9.0"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
515dependencies = [
516 "concurrent-queue",
517 "event-listener 2.5.3",
518 "futures-core",
519]
520
521[[package]]
522name = "async-channel"
523version = "2.3.1"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
526dependencies = [
527 "concurrent-queue",
528 "event-listener-strategy",
529 "futures-core",
530 "pin-project-lite",
531]
532
533[[package]]
534name = "async-compat"
535version = "0.2.4"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
538dependencies = [
539 "futures-core",
540 "futures-io",
541 "once_cell",
542 "pin-project-lite",
543 "tokio",
544]
545
546[[package]]
547name = "async-compression"
548version = "0.4.17"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857"
551dependencies = [
552 "deflate64",
553 "flate2",
554 "futures-core",
555 "futures-io",
556 "memchr",
557 "pin-project-lite",
558]
559
560[[package]]
561name = "async-dispatcher"
562version = "0.1.2"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
565dependencies = [
566 "async-task",
567 "futures-lite 1.13.0",
568]
569
570[[package]]
571name = "async-executor"
572version = "1.13.0"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
575dependencies = [
576 "async-task",
577 "concurrent-queue",
578 "fastrand 2.1.1",
579 "futures-lite 2.3.0",
580 "slab",
581]
582
583[[package]]
584name = "async-fs"
585version = "1.6.0"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
588dependencies = [
589 "async-lock 2.8.0",
590 "autocfg",
591 "blocking",
592 "futures-lite 1.13.0",
593]
594
595[[package]]
596name = "async-fs"
597version = "2.1.2"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
600dependencies = [
601 "async-lock 3.4.0",
602 "blocking",
603 "futures-lite 2.3.0",
604]
605
606[[package]]
607name = "async-global-executor"
608version = "2.4.1"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
611dependencies = [
612 "async-channel 2.3.1",
613 "async-executor",
614 "async-io 2.3.4",
615 "async-lock 3.4.0",
616 "blocking",
617 "futures-lite 2.3.0",
618 "once_cell",
619]
620
621[[package]]
622name = "async-io"
623version = "1.13.0"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
626dependencies = [
627 "async-lock 2.8.0",
628 "autocfg",
629 "cfg-if",
630 "concurrent-queue",
631 "futures-lite 1.13.0",
632 "log",
633 "parking",
634 "polling 2.8.0",
635 "rustix 0.37.27",
636 "slab",
637 "socket2 0.4.10",
638 "waker-fn",
639]
640
641[[package]]
642name = "async-io"
643version = "2.3.4"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
646dependencies = [
647 "async-lock 3.4.0",
648 "cfg-if",
649 "concurrent-queue",
650 "futures-io",
651 "futures-lite 2.3.0",
652 "parking",
653 "polling 3.7.3",
654 "rustix 0.38.39",
655 "slab",
656 "tracing",
657 "windows-sys 0.59.0",
658]
659
660[[package]]
661name = "async-lock"
662version = "2.8.0"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
665dependencies = [
666 "event-listener 2.5.3",
667]
668
669[[package]]
670name = "async-lock"
671version = "3.4.0"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
674dependencies = [
675 "event-listener 5.3.1",
676 "event-listener-strategy",
677 "pin-project-lite",
678]
679
680[[package]]
681name = "async-native-tls"
682version = "0.5.0"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
685dependencies = [
686 "futures-util",
687 "native-tls",
688 "thiserror",
689 "url",
690]
691
692[[package]]
693name = "async-net"
694version = "1.8.0"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
697dependencies = [
698 "async-io 1.13.0",
699 "blocking",
700 "futures-lite 1.13.0",
701]
702
703[[package]]
704name = "async-net"
705version = "2.0.0"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
708dependencies = [
709 "async-io 2.3.4",
710 "blocking",
711 "futures-lite 2.3.0",
712]
713
714[[package]]
715name = "async-pipe"
716version = "0.1.3"
717source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
718dependencies = [
719 "futures 0.3.30",
720 "log",
721]
722
723[[package]]
724name = "async-process"
725version = "1.8.1"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
728dependencies = [
729 "async-io 1.13.0",
730 "async-lock 2.8.0",
731 "async-signal",
732 "blocking",
733 "cfg-if",
734 "event-listener 3.1.0",
735 "futures-lite 1.13.0",
736 "rustix 0.38.39",
737 "windows-sys 0.48.0",
738]
739
740[[package]]
741name = "async-process"
742version = "2.2.4"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "a8a07789659a4d385b79b18b9127fc27e1a59e1e89117c78c5ea3b806f016374"
745dependencies = [
746 "async-channel 2.3.1",
747 "async-io 2.3.4",
748 "async-lock 3.4.0",
749 "async-signal",
750 "async-task",
751 "blocking",
752 "cfg-if",
753 "event-listener 5.3.1",
754 "futures-lite 2.3.0",
755 "rustix 0.38.39",
756 "tracing",
757 "windows-sys 0.59.0",
758]
759
760[[package]]
761name = "async-recursion"
762version = "0.3.2"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
765dependencies = [
766 "proc-macro2",
767 "quote",
768 "syn 1.0.109",
769]
770
771[[package]]
772name = "async-recursion"
773version = "1.1.1"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
776dependencies = [
777 "proc-macro2",
778 "quote",
779 "syn 2.0.87",
780]
781
782[[package]]
783name = "async-signal"
784version = "0.2.10"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
787dependencies = [
788 "async-io 2.3.4",
789 "async-lock 3.4.0",
790 "atomic-waker",
791 "cfg-if",
792 "futures-core",
793 "futures-io",
794 "rustix 0.38.39",
795 "signal-hook-registry",
796 "slab",
797 "windows-sys 0.59.0",
798]
799
800[[package]]
801name = "async-std"
802version = "1.12.0"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
805dependencies = [
806 "async-attributes",
807 "async-channel 1.9.0",
808 "async-global-executor",
809 "async-io 1.13.0",
810 "async-lock 2.8.0",
811 "async-process 1.8.1",
812 "crossbeam-utils",
813 "futures-channel",
814 "futures-core",
815 "futures-io",
816 "futures-lite 1.13.0",
817 "gloo-timers",
818 "kv-log-macro",
819 "log",
820 "memchr",
821 "once_cell",
822 "pin-project-lite",
823 "pin-utils",
824 "slab",
825 "wasm-bindgen-futures",
826]
827
828[[package]]
829name = "async-stream"
830version = "0.3.5"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
833dependencies = [
834 "async-stream-impl",
835 "futures-core",
836 "pin-project-lite",
837]
838
839[[package]]
840name = "async-stream-impl"
841version = "0.3.5"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
844dependencies = [
845 "proc-macro2",
846 "quote",
847 "syn 2.0.87",
848]
849
850[[package]]
851name = "async-stripe"
852version = "0.40.0"
853source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
854dependencies = [
855 "chrono",
856 "futures-util",
857 "http-types",
858 "hyper 0.14.31",
859 "hyper-rustls 0.24.2",
860 "serde",
861 "serde_json",
862 "serde_path_to_error",
863 "serde_qs 0.10.1",
864 "smart-default",
865 "smol_str",
866 "thiserror",
867 "tokio",
868]
869
870[[package]]
871name = "async-tar"
872version = "0.5.0"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
875dependencies = [
876 "async-std",
877 "filetime",
878 "libc",
879 "pin-project",
880 "redox_syscall 0.2.16",
881 "xattr",
882]
883
884[[package]]
885name = "async-task"
886version = "4.7.1"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
889
890[[package]]
891name = "async-tls"
892version = "0.12.0"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "cfeefd0ca297cbbb3bd34fd6b228401c2a5177038257afd751bc29f0a2da4795"
895dependencies = [
896 "futures-core",
897 "futures-io",
898 "rustls 0.20.9",
899 "rustls-pemfile 1.0.4",
900 "webpki",
901 "webpki-roots 0.22.6",
902]
903
904[[package]]
905name = "async-trait"
906version = "0.1.83"
907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
909dependencies = [
910 "proc-macro2",
911 "quote",
912 "syn 2.0.87",
913]
914
915[[package]]
916name = "async-tungstenite"
917version = "0.24.0"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "3609af4bbf701ddaf1f6bb4e6257dff4ff8932327d0e685d3f653724c258b1ac"
920dependencies = [
921 "async-std",
922 "async-tls",
923 "futures-io",
924 "futures-util",
925 "log",
926 "pin-project-lite",
927 "tungstenite 0.21.0",
928]
929
930[[package]]
931name = "async-watch"
932version = "0.3.1"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
935dependencies = [
936 "event-listener 2.5.3",
937]
938
939[[package]]
940name = "async_zip"
941version = "0.0.17"
942source = "registry+https://github.com/rust-lang/crates.io-index"
943checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
944dependencies = [
945 "async-compression",
946 "crc32fast",
947 "futures-lite 2.3.0",
948 "pin-project",
949 "thiserror",
950]
951
952[[package]]
953name = "asynchronous-codec"
954version = "0.7.0"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
957dependencies = [
958 "bytes 1.7.2",
959 "futures-sink",
960 "futures-util",
961 "memchr",
962 "pin-project-lite",
963]
964
965[[package]]
966name = "atoi"
967version = "2.0.0"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
970dependencies = [
971 "num-traits",
972]
973
974[[package]]
975name = "atomic"
976version = "0.5.3"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
979
980[[package]]
981name = "atomic-waker"
982version = "1.1.2"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
985
986[[package]]
987name = "audio"
988version = "0.1.0"
989dependencies = [
990 "anyhow",
991 "collections",
992 "derive_more",
993 "gpui",
994 "parking_lot",
995 "rodio",
996 "util",
997]
998
999[[package]]
1000name = "auto_update"
1001version = "0.1.0"
1002dependencies = [
1003 "anyhow",
1004 "client",
1005 "db",
1006 "editor",
1007 "gpui",
1008 "http_client",
1009 "log",
1010 "markdown_preview",
1011 "menu",
1012 "paths",
1013 "release_channel",
1014 "schemars",
1015 "serde",
1016 "serde_derive",
1017 "serde_json",
1018 "settings",
1019 "smol",
1020 "tempfile",
1021 "util",
1022 "which 6.0.3",
1023 "workspace",
1024]
1025
1026[[package]]
1027name = "autocfg"
1028version = "1.3.0"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
1031
1032[[package]]
1033name = "av1-grain"
1034version = "0.2.3"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1037dependencies = [
1038 "anyhow",
1039 "arrayvec",
1040 "log",
1041 "nom",
1042 "num-rational",
1043 "v_frame",
1044]
1045
1046[[package]]
1047name = "avif-serialize"
1048version = "0.8.1"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
1051dependencies = [
1052 "arrayvec",
1053]
1054
1055[[package]]
1056name = "aws-config"
1057version = "1.5.5"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "4e95816a168520d72c0e7680c405a5a8c1fb6a035b4bc4b9d7b0de8e1a941697"
1060dependencies = [
1061 "aws-credential-types",
1062 "aws-runtime",
1063 "aws-sdk-sso",
1064 "aws-sdk-ssooidc",
1065 "aws-sdk-sts",
1066 "aws-smithy-async",
1067 "aws-smithy-http",
1068 "aws-smithy-json",
1069 "aws-smithy-runtime",
1070 "aws-smithy-runtime-api",
1071 "aws-smithy-types",
1072 "aws-types",
1073 "bytes 1.7.2",
1074 "fastrand 2.1.1",
1075 "hex",
1076 "http 0.2.12",
1077 "ring 0.17.8",
1078 "time",
1079 "tokio",
1080 "tracing",
1081 "url",
1082 "zeroize",
1083]
1084
1085[[package]]
1086name = "aws-credential-types"
1087version = "1.2.1"
1088source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1090dependencies = [
1091 "aws-smithy-async",
1092 "aws-smithy-runtime-api",
1093 "aws-smithy-types",
1094 "zeroize",
1095]
1096
1097[[package]]
1098name = "aws-runtime"
1099version = "1.4.2"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "2424565416eef55906f9f8cece2072b6b6a76075e3ff81483ebe938a89a4c05f"
1102dependencies = [
1103 "aws-credential-types",
1104 "aws-sigv4",
1105 "aws-smithy-async",
1106 "aws-smithy-eventstream",
1107 "aws-smithy-http",
1108 "aws-smithy-runtime",
1109 "aws-smithy-runtime-api",
1110 "aws-smithy-types",
1111 "aws-types",
1112 "bytes 1.7.2",
1113 "fastrand 2.1.1",
1114 "http 0.2.12",
1115 "http-body 0.4.6",
1116 "once_cell",
1117 "percent-encoding",
1118 "pin-project-lite",
1119 "tracing",
1120 "uuid",
1121]
1122
1123[[package]]
1124name = "aws-sdk-s3"
1125version = "1.47.0"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "cca49303c05d2a740b8a4552fac63a4db6ead84f7e7eeed04761fd3014c26f25"
1128dependencies = [
1129 "ahash 0.8.11",
1130 "aws-credential-types",
1131 "aws-runtime",
1132 "aws-sigv4",
1133 "aws-smithy-async",
1134 "aws-smithy-checksums",
1135 "aws-smithy-eventstream",
1136 "aws-smithy-http",
1137 "aws-smithy-json",
1138 "aws-smithy-runtime",
1139 "aws-smithy-runtime-api",
1140 "aws-smithy-types",
1141 "aws-smithy-xml",
1142 "aws-types",
1143 "bytes 1.7.2",
1144 "fastrand 2.1.1",
1145 "hex",
1146 "hmac",
1147 "http 0.2.12",
1148 "http-body 0.4.6",
1149 "lru",
1150 "once_cell",
1151 "percent-encoding",
1152 "regex-lite",
1153 "sha2",
1154 "tracing",
1155 "url",
1156]
1157
1158[[package]]
1159name = "aws-sdk-sso"
1160version = "1.40.0"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "e5879bec6e74b648ce12f6085e7245417bc5f6d672781028384d2e494be3eb6d"
1163dependencies = [
1164 "aws-credential-types",
1165 "aws-runtime",
1166 "aws-smithy-async",
1167 "aws-smithy-http",
1168 "aws-smithy-json",
1169 "aws-smithy-runtime",
1170 "aws-smithy-runtime-api",
1171 "aws-smithy-types",
1172 "aws-types",
1173 "bytes 1.7.2",
1174 "http 0.2.12",
1175 "once_cell",
1176 "regex-lite",
1177 "tracing",
1178]
1179
1180[[package]]
1181name = "aws-sdk-ssooidc"
1182version = "1.41.0"
1183source = "registry+https://github.com/rust-lang/crates.io-index"
1184checksum = "4ef4cd9362f638c22a3b959fd8df292e7e47fdf170270f86246b97109b5f2f7d"
1185dependencies = [
1186 "aws-credential-types",
1187 "aws-runtime",
1188 "aws-smithy-async",
1189 "aws-smithy-http",
1190 "aws-smithy-json",
1191 "aws-smithy-runtime",
1192 "aws-smithy-runtime-api",
1193 "aws-smithy-types",
1194 "aws-types",
1195 "bytes 1.7.2",
1196 "http 0.2.12",
1197 "once_cell",
1198 "regex-lite",
1199 "tracing",
1200]
1201
1202[[package]]
1203name = "aws-sdk-sts"
1204version = "1.40.0"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "0b1e2735d2ab28b35ecbb5496c9d41857f52a0d6a0075bbf6a8af306045ea6f6"
1207dependencies = [
1208 "aws-credential-types",
1209 "aws-runtime",
1210 "aws-smithy-async",
1211 "aws-smithy-http",
1212 "aws-smithy-json",
1213 "aws-smithy-query",
1214 "aws-smithy-runtime",
1215 "aws-smithy-runtime-api",
1216 "aws-smithy-types",
1217 "aws-smithy-xml",
1218 "aws-types",
1219 "http 0.2.12",
1220 "once_cell",
1221 "regex-lite",
1222 "tracing",
1223]
1224
1225[[package]]
1226name = "aws-sigv4"
1227version = "1.2.3"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be"
1230dependencies = [
1231 "aws-credential-types",
1232 "aws-smithy-eventstream",
1233 "aws-smithy-http",
1234 "aws-smithy-runtime-api",
1235 "aws-smithy-types",
1236 "bytes 1.7.2",
1237 "crypto-bigint 0.5.5",
1238 "form_urlencoded",
1239 "hex",
1240 "hmac",
1241 "http 0.2.12",
1242 "http 1.1.0",
1243 "once_cell",
1244 "p256",
1245 "percent-encoding",
1246 "ring 0.17.8",
1247 "sha2",
1248 "subtle",
1249 "time",
1250 "tracing",
1251 "zeroize",
1252]
1253
1254[[package]]
1255name = "aws-smithy-async"
1256version = "1.2.1"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
1259dependencies = [
1260 "futures-util",
1261 "pin-project-lite",
1262 "tokio",
1263]
1264
1265[[package]]
1266name = "aws-smithy-checksums"
1267version = "0.60.12"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23"
1270dependencies = [
1271 "aws-smithy-http",
1272 "aws-smithy-types",
1273 "bytes 1.7.2",
1274 "crc32c",
1275 "crc32fast",
1276 "hex",
1277 "http 0.2.12",
1278 "http-body 0.4.6",
1279 "md-5",
1280 "pin-project-lite",
1281 "sha1",
1282 "sha2",
1283 "tracing",
1284]
1285
1286[[package]]
1287name = "aws-smithy-eventstream"
1288version = "0.60.4"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
1291dependencies = [
1292 "aws-smithy-types",
1293 "bytes 1.7.2",
1294 "crc32fast",
1295]
1296
1297[[package]]
1298name = "aws-smithy-http"
1299version = "0.60.10"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "01dbcb6e2588fd64cfb6d7529661b06466419e4c54ed1c62d6510d2d0350a728"
1302dependencies = [
1303 "aws-smithy-eventstream",
1304 "aws-smithy-runtime-api",
1305 "aws-smithy-types",
1306 "bytes 1.7.2",
1307 "bytes-utils",
1308 "futures-core",
1309 "http 0.2.12",
1310 "http-body 0.4.6",
1311 "once_cell",
1312 "percent-encoding",
1313 "pin-project-lite",
1314 "pin-utils",
1315 "tracing",
1316]
1317
1318[[package]]
1319name = "aws-smithy-json"
1320version = "0.60.7"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
1323dependencies = [
1324 "aws-smithy-types",
1325]
1326
1327[[package]]
1328name = "aws-smithy-query"
1329version = "0.60.7"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1332dependencies = [
1333 "aws-smithy-types",
1334 "urlencoding",
1335]
1336
1337[[package]]
1338name = "aws-smithy-runtime"
1339version = "1.7.1"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87"
1342dependencies = [
1343 "aws-smithy-async",
1344 "aws-smithy-http",
1345 "aws-smithy-runtime-api",
1346 "aws-smithy-types",
1347 "bytes 1.7.2",
1348 "fastrand 2.1.1",
1349 "h2 0.3.26",
1350 "http 0.2.12",
1351 "http-body 0.4.6",
1352 "http-body 1.0.1",
1353 "httparse",
1354 "hyper 0.14.31",
1355 "hyper-rustls 0.24.2",
1356 "once_cell",
1357 "pin-project-lite",
1358 "pin-utils",
1359 "rustls 0.21.12",
1360 "tokio",
1361 "tracing",
1362]
1363
1364[[package]]
1365name = "aws-smithy-runtime-api"
1366version = "1.7.2"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
1369dependencies = [
1370 "aws-smithy-async",
1371 "aws-smithy-types",
1372 "bytes 1.7.2",
1373 "http 0.2.12",
1374 "http 1.1.0",
1375 "pin-project-lite",
1376 "tokio",
1377 "tracing",
1378 "zeroize",
1379]
1380
1381[[package]]
1382name = "aws-smithy-types"
1383version = "1.2.4"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "273dcdfd762fae3e1650b8024624e7cd50e484e37abdab73a7a706188ad34543"
1386dependencies = [
1387 "base64-simd",
1388 "bytes 1.7.2",
1389 "bytes-utils",
1390 "futures-core",
1391 "http 0.2.12",
1392 "http 1.1.0",
1393 "http-body 0.4.6",
1394 "http-body 1.0.1",
1395 "http-body-util",
1396 "itoa",
1397 "num-integer",
1398 "pin-project-lite",
1399 "pin-utils",
1400 "ryu",
1401 "serde",
1402 "time",
1403 "tokio",
1404 "tokio-util",
1405]
1406
1407[[package]]
1408name = "aws-smithy-xml"
1409version = "0.60.8"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
1412dependencies = [
1413 "xmlparser",
1414]
1415
1416[[package]]
1417name = "aws-types"
1418version = "1.3.3"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1421dependencies = [
1422 "aws-credential-types",
1423 "aws-smithy-async",
1424 "aws-smithy-runtime-api",
1425 "aws-smithy-types",
1426 "rustc_version",
1427 "tracing",
1428]
1429
1430[[package]]
1431name = "axum"
1432version = "0.6.20"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1435dependencies = [
1436 "async-trait",
1437 "axum-core",
1438 "base64 0.21.7",
1439 "bitflags 1.3.2",
1440 "bytes 1.7.2",
1441 "futures-util",
1442 "headers",
1443 "http 0.2.12",
1444 "http-body 0.4.6",
1445 "hyper 0.14.31",
1446 "itoa",
1447 "matchit",
1448 "memchr",
1449 "mime",
1450 "percent-encoding",
1451 "pin-project-lite",
1452 "rustversion",
1453 "serde",
1454 "serde_json",
1455 "serde_path_to_error",
1456 "serde_urlencoded",
1457 "sha1",
1458 "sync_wrapper 0.1.2",
1459 "tokio",
1460 "tokio-tungstenite 0.20.1",
1461 "tower",
1462 "tower-layer",
1463 "tower-service",
1464]
1465
1466[[package]]
1467name = "axum-core"
1468version = "0.3.4"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1471dependencies = [
1472 "async-trait",
1473 "bytes 1.7.2",
1474 "futures-util",
1475 "http 0.2.12",
1476 "http-body 0.4.6",
1477 "mime",
1478 "rustversion",
1479 "tower-layer",
1480 "tower-service",
1481]
1482
1483[[package]]
1484name = "axum-extra"
1485version = "0.4.2"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1488dependencies = [
1489 "axum",
1490 "bytes 1.7.2",
1491 "futures-util",
1492 "http 0.2.12",
1493 "mime",
1494 "pin-project-lite",
1495 "serde",
1496 "serde_json",
1497 "tokio",
1498 "tower",
1499 "tower-http 0.3.5",
1500 "tower-layer",
1501 "tower-service",
1502]
1503
1504[[package]]
1505name = "backtrace"
1506version = "0.3.74"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1509dependencies = [
1510 "addr2line",
1511 "cfg-if",
1512 "libc",
1513 "miniz_oxide 0.8.0",
1514 "object",
1515 "rustc-demangle",
1516 "windows-targets 0.52.6",
1517]
1518
1519[[package]]
1520name = "base16ct"
1521version = "0.1.1"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1524
1525[[package]]
1526name = "base64"
1527version = "0.13.1"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1530
1531[[package]]
1532name = "base64"
1533version = "0.21.7"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1536
1537[[package]]
1538name = "base64"
1539version = "0.22.1"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1542
1543[[package]]
1544name = "base64-simd"
1545version = "0.8.0"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1548dependencies = [
1549 "outref",
1550 "vsimd",
1551]
1552
1553[[package]]
1554name = "base64ct"
1555version = "1.6.0"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1558
1559[[package]]
1560name = "bigdecimal"
1561version = "0.4.5"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee"
1564dependencies = [
1565 "autocfg",
1566 "libm",
1567 "num-bigint",
1568 "num-integer",
1569 "num-traits",
1570 "serde",
1571]
1572
1573[[package]]
1574name = "bincode"
1575version = "1.3.3"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1578dependencies = [
1579 "serde",
1580]
1581
1582[[package]]
1583name = "bindgen"
1584version = "0.69.4"
1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
1587dependencies = [
1588 "bitflags 2.6.0",
1589 "cexpr",
1590 "clang-sys",
1591 "itertools 0.12.1",
1592 "lazy_static",
1593 "lazycell",
1594 "proc-macro2",
1595 "quote",
1596 "regex",
1597 "rustc-hash 1.1.0",
1598 "shlex",
1599 "syn 2.0.87",
1600]
1601
1602[[package]]
1603name = "bindgen"
1604version = "0.70.1"
1605source = "registry+https://github.com/rust-lang/crates.io-index"
1606checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1607dependencies = [
1608 "bitflags 2.6.0",
1609 "cexpr",
1610 "clang-sys",
1611 "itertools 0.13.0",
1612 "log",
1613 "prettyplease",
1614 "proc-macro2",
1615 "quote",
1616 "regex",
1617 "rustc-hash 1.1.0",
1618 "shlex",
1619 "syn 2.0.87",
1620]
1621
1622[[package]]
1623name = "bit-set"
1624version = "0.5.3"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1627dependencies = [
1628 "bit-vec 0.6.3",
1629]
1630
1631[[package]]
1632name = "bit-set"
1633version = "0.6.0"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
1636dependencies = [
1637 "bit-vec 0.7.0",
1638]
1639
1640[[package]]
1641name = "bit-set"
1642version = "0.8.0"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1645dependencies = [
1646 "bit-vec 0.8.0",
1647]
1648
1649[[package]]
1650name = "bit-vec"
1651version = "0.6.3"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1654
1655[[package]]
1656name = "bit-vec"
1657version = "0.7.0"
1658source = "registry+https://github.com/rust-lang/crates.io-index"
1659checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
1660
1661[[package]]
1662name = "bit-vec"
1663version = "0.8.0"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1666
1667[[package]]
1668name = "bit_field"
1669version = "0.10.2"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1672
1673[[package]]
1674name = "bitflags"
1675version = "1.3.2"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1678
1679[[package]]
1680name = "bitflags"
1681version = "2.6.0"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1684dependencies = [
1685 "serde",
1686]
1687
1688[[package]]
1689name = "bitstream-io"
1690version = "2.5.3"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452"
1693
1694[[package]]
1695name = "bitvec"
1696version = "1.0.1"
1697source = "registry+https://github.com/rust-lang/crates.io-index"
1698checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1699dependencies = [
1700 "funty",
1701 "radium",
1702 "tap",
1703 "wyz",
1704]
1705
1706[[package]]
1707name = "blade-graphics"
1708version = "0.5.0"
1709source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1710dependencies = [
1711 "ash",
1712 "ash-window",
1713 "bitflags 2.6.0",
1714 "block",
1715 "bytemuck",
1716 "codespan-reporting",
1717 "core-graphics-types 0.1.3",
1718 "glow",
1719 "gpu-alloc",
1720 "gpu-alloc-ash",
1721 "hidden-trait",
1722 "js-sys",
1723 "khronos-egl",
1724 "libloading",
1725 "log",
1726 "metal",
1727 "mint",
1728 "naga",
1729 "objc",
1730 "raw-window-handle",
1731 "slab",
1732 "wasm-bindgen",
1733 "web-sys",
1734]
1735
1736[[package]]
1737name = "blade-macros"
1738version = "0.3.0"
1739source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1740dependencies = [
1741 "proc-macro2",
1742 "quote",
1743 "syn 2.0.87",
1744]
1745
1746[[package]]
1747name = "blade-util"
1748version = "0.1.0"
1749source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1750dependencies = [
1751 "blade-graphics",
1752 "bytemuck",
1753 "log",
1754 "profiling",
1755]
1756
1757[[package]]
1758name = "blake3"
1759version = "1.5.4"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
1762dependencies = [
1763 "arrayref",
1764 "arrayvec",
1765 "cc",
1766 "cfg-if",
1767 "constant_time_eq",
1768]
1769
1770[[package]]
1771name = "block"
1772version = "0.1.6"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1775
1776[[package]]
1777name = "block-buffer"
1778version = "0.10.4"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1781dependencies = [
1782 "generic-array",
1783]
1784
1785[[package]]
1786name = "block-padding"
1787version = "0.3.3"
1788source = "registry+https://github.com/rust-lang/crates.io-index"
1789checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1790dependencies = [
1791 "generic-array",
1792]
1793
1794[[package]]
1795name = "blocking"
1796version = "1.6.1"
1797source = "registry+https://github.com/rust-lang/crates.io-index"
1798checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1799dependencies = [
1800 "async-channel 2.3.1",
1801 "async-task",
1802 "futures-io",
1803 "futures-lite 2.3.0",
1804 "piper",
1805]
1806
1807[[package]]
1808name = "borsh"
1809version = "1.5.1"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
1812dependencies = [
1813 "borsh-derive",
1814 "cfg_aliases 0.2.1",
1815]
1816
1817[[package]]
1818name = "borsh-derive"
1819version = "1.5.1"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
1822dependencies = [
1823 "once_cell",
1824 "proc-macro-crate",
1825 "proc-macro2",
1826 "quote",
1827 "syn 2.0.87",
1828 "syn_derive",
1829]
1830
1831[[package]]
1832name = "breadcrumbs"
1833version = "0.1.0"
1834dependencies = [
1835 "editor",
1836 "gpui",
1837 "itertools 0.13.0",
1838 "outline",
1839 "theme",
1840 "ui",
1841 "workspace",
1842]
1843
1844[[package]]
1845name = "bstr"
1846version = "1.10.0"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
1849dependencies = [
1850 "memchr",
1851 "regex-automata 0.4.7",
1852 "serde",
1853]
1854
1855[[package]]
1856name = "built"
1857version = "0.7.4"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4"
1860
1861[[package]]
1862name = "bumpalo"
1863version = "3.16.0"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1866
1867[[package]]
1868name = "by_address"
1869version = "1.2.1"
1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1872
1873[[package]]
1874name = "bytecheck"
1875version = "0.6.12"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1878dependencies = [
1879 "bytecheck_derive",
1880 "ptr_meta",
1881 "simdutf8",
1882]
1883
1884[[package]]
1885name = "bytecheck_derive"
1886version = "0.6.12"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1889dependencies = [
1890 "proc-macro2",
1891 "quote",
1892 "syn 1.0.109",
1893]
1894
1895[[package]]
1896name = "bytemuck"
1897version = "1.17.1"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2"
1900dependencies = [
1901 "bytemuck_derive",
1902]
1903
1904[[package]]
1905name = "bytemuck_derive"
1906version = "1.7.1"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26"
1909dependencies = [
1910 "proc-macro2",
1911 "quote",
1912 "syn 2.0.87",
1913]
1914
1915[[package]]
1916name = "byteorder"
1917version = "1.5.0"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1920
1921[[package]]
1922name = "byteorder-lite"
1923version = "0.1.0"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1926
1927[[package]]
1928name = "bytes"
1929version = "0.4.12"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1932dependencies = [
1933 "byteorder",
1934 "iovec",
1935]
1936
1937[[package]]
1938name = "bytes"
1939version = "1.7.2"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
1942
1943[[package]]
1944name = "bytes-utils"
1945version = "0.1.4"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1948dependencies = [
1949 "bytes 1.7.2",
1950 "either",
1951]
1952
1953[[package]]
1954name = "call"
1955version = "0.1.0"
1956dependencies = [
1957 "anyhow",
1958 "audio",
1959 "client",
1960 "collections",
1961 "fs",
1962 "futures 0.3.30",
1963 "gpui",
1964 "http_client",
1965 "language",
1966 "live_kit_client",
1967 "log",
1968 "postage",
1969 "project",
1970 "schemars",
1971 "serde",
1972 "serde_derive",
1973 "settings",
1974 "util",
1975]
1976
1977[[package]]
1978name = "calloop"
1979version = "0.13.0"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
1982dependencies = [
1983 "bitflags 2.6.0",
1984 "log",
1985 "polling 3.7.3",
1986 "rustix 0.38.39",
1987 "slab",
1988 "thiserror",
1989]
1990
1991[[package]]
1992name = "calloop-wayland-source"
1993version = "0.3.0"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
1996dependencies = [
1997 "calloop",
1998 "rustix 0.38.39",
1999 "wayland-backend",
2000 "wayland-client",
2001]
2002
2003[[package]]
2004name = "camino"
2005version = "1.1.9"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2008dependencies = [
2009 "serde",
2010]
2011
2012[[package]]
2013name = "cap-fs-ext"
2014version = "3.4.1"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "e16619ada836f12897a72011fe99b03f0025b87a8dbbea4f3c9f89b458a23bf3"
2017dependencies = [
2018 "cap-primitives",
2019 "cap-std",
2020 "io-lifetimes 2.0.3",
2021 "windows-sys 0.52.0",
2022]
2023
2024[[package]]
2025name = "cap-net-ext"
2026version = "3.4.1"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "710b0eb776410a22c89a98f2f80b2187c2ac3a8206b99f3412332e63c9b09de0"
2029dependencies = [
2030 "cap-primitives",
2031 "cap-std",
2032 "rustix 0.38.39",
2033 "smallvec",
2034]
2035
2036[[package]]
2037name = "cap-primitives"
2038version = "3.4.1"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "82fa6c3f9773feab88d844aa50035a33fb6e7e7426105d2f4bb7aadc42a5f89a"
2041dependencies = [
2042 "ambient-authority",
2043 "fs-set-times",
2044 "io-extras",
2045 "io-lifetimes 2.0.3",
2046 "ipnet",
2047 "maybe-owned",
2048 "rustix 0.38.39",
2049 "windows-sys 0.52.0",
2050 "winx",
2051]
2052
2053[[package]]
2054name = "cap-rand"
2055version = "3.4.1"
2056source = "registry+https://github.com/rust-lang/crates.io-index"
2057checksum = "53774d49369892b70184f8312e50c1b87edccb376691de4485b0ff554b27c36c"
2058dependencies = [
2059 "ambient-authority",
2060 "rand 0.8.5",
2061]
2062
2063[[package]]
2064name = "cap-std"
2065version = "3.4.1"
2066source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "7f71b70818556b4fe2a10c7c30baac3f5f45e973f49fc2673d7c75c39d0baf5b"
2068dependencies = [
2069 "cap-primitives",
2070 "io-extras",
2071 "io-lifetimes 2.0.3",
2072 "rustix 0.38.39",
2073]
2074
2075[[package]]
2076name = "cap-time-ext"
2077version = "3.4.1"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "69dd48afa2363f746c93f961c211f6f099fb594a3446b8097bc5f79db51b6816"
2080dependencies = [
2081 "ambient-authority",
2082 "cap-primitives",
2083 "iana-time-zone",
2084 "once_cell",
2085 "rustix 0.38.39",
2086 "winx",
2087]
2088
2089[[package]]
2090name = "cargo-platform"
2091version = "0.1.8"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2094dependencies = [
2095 "serde",
2096]
2097
2098[[package]]
2099name = "cargo_metadata"
2100version = "0.18.1"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
2103dependencies = [
2104 "camino",
2105 "cargo-platform",
2106 "semver",
2107 "serde",
2108 "serde_json",
2109 "thiserror",
2110]
2111
2112[[package]]
2113name = "cargo_toml"
2114version = "0.20.5"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "88da5a13c620b4ca0078845707ea9c3faf11edbc3ffd8497d11d686211cd1ac0"
2117dependencies = [
2118 "serde",
2119 "toml 0.8.19",
2120]
2121
2122[[package]]
2123name = "cast"
2124version = "0.3.0"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2127
2128[[package]]
2129name = "cbc"
2130version = "0.1.2"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2133dependencies = [
2134 "cipher",
2135]
2136
2137[[package]]
2138name = "cbindgen"
2139version = "0.27.0"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2142dependencies = [
2143 "heck 0.4.1",
2144 "indexmap 2.4.0",
2145 "log",
2146 "proc-macro2",
2147 "quote",
2148 "serde",
2149 "serde_json",
2150 "syn 2.0.87",
2151 "tempfile",
2152 "toml 0.8.19",
2153]
2154
2155[[package]]
2156name = "cc"
2157version = "1.1.15"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
2160dependencies = [
2161 "jobserver",
2162 "libc",
2163 "shlex",
2164]
2165
2166[[package]]
2167name = "cesu8"
2168version = "1.1.0"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2171
2172[[package]]
2173name = "cexpr"
2174version = "0.6.0"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2177dependencies = [
2178 "nom",
2179]
2180
2181[[package]]
2182name = "cfg-expr"
2183version = "0.15.8"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2186dependencies = [
2187 "smallvec",
2188 "target-lexicon",
2189]
2190
2191[[package]]
2192name = "cfg-if"
2193version = "1.0.0"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2196
2197[[package]]
2198name = "cfg_aliases"
2199version = "0.1.1"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2202
2203[[package]]
2204name = "cfg_aliases"
2205version = "0.2.1"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2208
2209[[package]]
2210name = "channel"
2211version = "0.1.0"
2212dependencies = [
2213 "anyhow",
2214 "client",
2215 "clock",
2216 "collections",
2217 "futures 0.3.30",
2218 "gpui",
2219 "http_client",
2220 "language",
2221 "log",
2222 "rand 0.8.5",
2223 "release_channel",
2224 "rpc",
2225 "settings",
2226 "sum_tree",
2227 "text",
2228 "time",
2229 "util",
2230]
2231
2232[[package]]
2233name = "chrono"
2234version = "0.4.38"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2237dependencies = [
2238 "android-tzdata",
2239 "iana-time-zone",
2240 "js-sys",
2241 "num-traits",
2242 "serde",
2243 "wasm-bindgen",
2244 "windows-targets 0.52.6",
2245]
2246
2247[[package]]
2248name = "chunked_transfer"
2249version = "1.5.0"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2252
2253[[package]]
2254name = "ciborium"
2255version = "0.2.2"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2258dependencies = [
2259 "ciborium-io",
2260 "ciborium-ll",
2261 "serde",
2262]
2263
2264[[package]]
2265name = "ciborium-io"
2266version = "0.2.2"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2269
2270[[package]]
2271name = "ciborium-ll"
2272version = "0.2.2"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2275dependencies = [
2276 "ciborium-io",
2277 "half",
2278]
2279
2280[[package]]
2281name = "cipher"
2282version = "0.4.4"
2283source = "registry+https://github.com/rust-lang/crates.io-index"
2284checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2285dependencies = [
2286 "crypto-common",
2287 "inout",
2288 "zeroize",
2289]
2290
2291[[package]]
2292name = "clang-sys"
2293version = "1.8.1"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2296dependencies = [
2297 "glob",
2298 "libc",
2299 "libloading",
2300]
2301
2302[[package]]
2303name = "clap"
2304version = "4.5.20"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
2307dependencies = [
2308 "clap_builder",
2309 "clap_derive",
2310]
2311
2312[[package]]
2313name = "clap_builder"
2314version = "4.5.20"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
2317dependencies = [
2318 "anstream",
2319 "anstyle",
2320 "clap_lex",
2321 "strsim",
2322 "terminal_size",
2323]
2324
2325[[package]]
2326name = "clap_complete"
2327version = "4.5.24"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b"
2330dependencies = [
2331 "clap",
2332]
2333
2334[[package]]
2335name = "clap_derive"
2336version = "4.5.18"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2339dependencies = [
2340 "heck 0.5.0",
2341 "proc-macro2",
2342 "quote",
2343 "syn 2.0.87",
2344]
2345
2346[[package]]
2347name = "clap_lex"
2348version = "0.7.2"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2351
2352[[package]]
2353name = "cli"
2354version = "0.1.0"
2355dependencies = [
2356 "anyhow",
2357 "clap",
2358 "collections",
2359 "core-foundation 0.9.4",
2360 "core-services",
2361 "exec",
2362 "fork",
2363 "ipc-channel",
2364 "once_cell",
2365 "parking_lot",
2366 "paths",
2367 "plist",
2368 "release_channel",
2369 "serde",
2370 "tempfile",
2371 "util",
2372]
2373
2374[[package]]
2375name = "clickhouse"
2376version = "0.11.6"
2377source = "registry+https://github.com/rust-lang/crates.io-index"
2378checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
2379dependencies = [
2380 "bstr",
2381 "bytes 1.7.2",
2382 "clickhouse-derive",
2383 "clickhouse-rs-cityhash-sys",
2384 "futures 0.3.30",
2385 "hyper 0.14.31",
2386 "hyper-tls",
2387 "lz4",
2388 "sealed",
2389 "serde",
2390 "static_assertions",
2391 "thiserror",
2392 "tokio",
2393 "url",
2394]
2395
2396[[package]]
2397name = "clickhouse-derive"
2398version = "0.1.1"
2399source = "registry+https://github.com/rust-lang/crates.io-index"
2400checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
2401dependencies = [
2402 "proc-macro2",
2403 "quote",
2404 "serde_derive_internals 0.26.0",
2405 "syn 1.0.109",
2406]
2407
2408[[package]]
2409name = "clickhouse-rs-cityhash-sys"
2410version = "0.1.2"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
2413dependencies = [
2414 "cc",
2415]
2416
2417[[package]]
2418name = "client"
2419version = "0.1.0"
2420dependencies = [
2421 "anyhow",
2422 "async-native-tls",
2423 "async-recursion 0.3.2",
2424 "async-tungstenite",
2425 "chrono",
2426 "clock",
2427 "cocoa 0.26.0",
2428 "collections",
2429 "feature_flags",
2430 "futures 0.3.30",
2431 "gpui",
2432 "http_client",
2433 "log",
2434 "once_cell",
2435 "parking_lot",
2436 "paths",
2437 "postage",
2438 "rand 0.8.5",
2439 "release_channel",
2440 "rpc",
2441 "rustls 0.20.9",
2442 "rustls-native-certs 0.8.0",
2443 "schemars",
2444 "serde",
2445 "serde_json",
2446 "settings",
2447 "sha2",
2448 "smol",
2449 "sysinfo",
2450 "telemetry_events",
2451 "text",
2452 "thiserror",
2453 "time",
2454 "tiny_http",
2455 "tokio-socks",
2456 "url",
2457 "util",
2458 "windows 0.58.0",
2459 "worktree",
2460]
2461
2462[[package]]
2463name = "clock"
2464version = "0.1.0"
2465dependencies = [
2466 "chrono",
2467 "parking_lot",
2468 "serde",
2469 "smallvec",
2470]
2471
2472[[package]]
2473name = "cobs"
2474version = "0.2.3"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2477
2478[[package]]
2479name = "cocoa"
2480version = "0.25.0"
2481source = "registry+https://github.com/rust-lang/crates.io-index"
2482checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2483dependencies = [
2484 "bitflags 1.3.2",
2485 "block",
2486 "cocoa-foundation 0.1.2",
2487 "core-foundation 0.9.4",
2488 "core-graphics 0.23.2",
2489 "foreign-types 0.5.0",
2490 "libc",
2491 "objc",
2492]
2493
2494[[package]]
2495name = "cocoa"
2496version = "0.26.0"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2499dependencies = [
2500 "bitflags 2.6.0",
2501 "block",
2502 "cocoa-foundation 0.2.0",
2503 "core-foundation 0.10.0",
2504 "core-graphics 0.24.0",
2505 "foreign-types 0.5.0",
2506 "libc",
2507 "objc",
2508]
2509
2510[[package]]
2511name = "cocoa-foundation"
2512version = "0.1.2"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2515dependencies = [
2516 "bitflags 1.3.2",
2517 "block",
2518 "core-foundation 0.9.4",
2519 "core-graphics-types 0.1.3",
2520 "libc",
2521 "objc",
2522]
2523
2524[[package]]
2525name = "cocoa-foundation"
2526version = "0.2.0"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2529dependencies = [
2530 "bitflags 2.6.0",
2531 "block",
2532 "core-foundation 0.10.0",
2533 "core-graphics-types 0.2.0",
2534 "libc",
2535 "objc",
2536]
2537
2538[[package]]
2539name = "codespan-reporting"
2540version = "0.11.1"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2543dependencies = [
2544 "termcolor",
2545 "unicode-width",
2546]
2547
2548[[package]]
2549name = "collab"
2550version = "0.44.0"
2551dependencies = [
2552 "anthropic",
2553 "anyhow",
2554 "assistant",
2555 "async-stripe",
2556 "async-trait",
2557 "async-tungstenite",
2558 "audio",
2559 "aws-config",
2560 "aws-sdk-s3",
2561 "axum",
2562 "axum-extra",
2563 "base64 0.22.1",
2564 "call",
2565 "channel",
2566 "chrono",
2567 "clickhouse",
2568 "client",
2569 "clock",
2570 "collab_ui",
2571 "collections",
2572 "ctor",
2573 "dashmap 6.0.1",
2574 "derive_more",
2575 "editor",
2576 "env_logger 0.11.5",
2577 "envy",
2578 "file_finder",
2579 "fs",
2580 "futures 0.3.30",
2581 "git",
2582 "git_hosting_providers",
2583 "google_ai",
2584 "gpui",
2585 "hex",
2586 "http_client",
2587 "hyper 0.14.31",
2588 "indoc",
2589 "jsonwebtoken",
2590 "language",
2591 "language_model",
2592 "live_kit_client",
2593 "live_kit_server",
2594 "log",
2595 "lsp",
2596 "menu",
2597 "multi_buffer",
2598 "nanoid",
2599 "node_runtime",
2600 "notifications",
2601 "open_ai",
2602 "parking_lot",
2603 "pretty_assertions",
2604 "project",
2605 "prometheus",
2606 "prost",
2607 "rand 0.8.5",
2608 "recent_projects",
2609 "release_channel",
2610 "remote",
2611 "remote_server",
2612 "reqwest 0.11.27",
2613 "reqwest_client",
2614 "rpc",
2615 "rustc-demangle",
2616 "scrypt",
2617 "sea-orm",
2618 "semantic_version",
2619 "semver",
2620 "serde",
2621 "serde_derive",
2622 "serde_json",
2623 "session",
2624 "settings",
2625 "sha2",
2626 "sqlx",
2627 "strum 0.25.0",
2628 "subtle",
2629 "supermaven_api",
2630 "telemetry_events",
2631 "text",
2632 "theme",
2633 "thiserror",
2634 "time",
2635 "tokio",
2636 "toml 0.8.19",
2637 "tower",
2638 "tower-http 0.4.4",
2639 "tracing",
2640 "tracing-subscriber",
2641 "unindent",
2642 "util",
2643 "uuid",
2644 "workspace",
2645 "worktree",
2646]
2647
2648[[package]]
2649name = "collab_ui"
2650version = "0.1.0"
2651dependencies = [
2652 "anyhow",
2653 "call",
2654 "channel",
2655 "chrono",
2656 "client",
2657 "collections",
2658 "db",
2659 "editor",
2660 "emojis",
2661 "futures 0.3.30",
2662 "fuzzy",
2663 "gpui",
2664 "http_client",
2665 "language",
2666 "menu",
2667 "notifications",
2668 "parking_lot",
2669 "picker",
2670 "pretty_assertions",
2671 "project",
2672 "release_channel",
2673 "rich_text",
2674 "rpc",
2675 "schemars",
2676 "serde",
2677 "serde_derive",
2678 "serde_json",
2679 "settings",
2680 "smallvec",
2681 "story",
2682 "theme",
2683 "time",
2684 "time_format",
2685 "title_bar",
2686 "tree-sitter-md",
2687 "ui",
2688 "util",
2689 "vcs_menu",
2690 "workspace",
2691]
2692
2693[[package]]
2694name = "collections"
2695version = "0.1.0"
2696dependencies = [
2697 "rustc-hash 1.1.0",
2698]
2699
2700[[package]]
2701name = "color_quant"
2702version = "1.1.0"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2705
2706[[package]]
2707name = "colorchoice"
2708version = "1.0.2"
2709source = "registry+https://github.com/rust-lang/crates.io-index"
2710checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2711
2712[[package]]
2713name = "combine"
2714version = "4.6.7"
2715source = "registry+https://github.com/rust-lang/crates.io-index"
2716checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2717dependencies = [
2718 "bytes 1.7.2",
2719 "memchr",
2720]
2721
2722[[package]]
2723name = "command_palette"
2724version = "0.1.0"
2725dependencies = [
2726 "client",
2727 "collections",
2728 "command_palette_hooks",
2729 "ctor",
2730 "editor",
2731 "env_logger 0.11.5",
2732 "fuzzy",
2733 "go_to_line",
2734 "gpui",
2735 "language",
2736 "menu",
2737 "picker",
2738 "postage",
2739 "project",
2740 "serde",
2741 "serde_json",
2742 "settings",
2743 "theme",
2744 "ui",
2745 "util",
2746 "workspace",
2747 "zed_actions",
2748]
2749
2750[[package]]
2751name = "command_palette_hooks"
2752version = "0.1.0"
2753dependencies = [
2754 "collections",
2755 "derive_more",
2756 "gpui",
2757]
2758
2759[[package]]
2760name = "concurrent-queue"
2761version = "2.5.0"
2762source = "registry+https://github.com/rust-lang/crates.io-index"
2763checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2764dependencies = [
2765 "crossbeam-utils",
2766]
2767
2768[[package]]
2769name = "console"
2770version = "0.15.8"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2773dependencies = [
2774 "encode_unicode",
2775 "lazy_static",
2776 "libc",
2777 "unicode-width",
2778 "windows-sys 0.52.0",
2779]
2780
2781[[package]]
2782name = "const-oid"
2783version = "0.9.6"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2786
2787[[package]]
2788name = "const-random"
2789version = "0.1.18"
2790source = "registry+https://github.com/rust-lang/crates.io-index"
2791checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2792dependencies = [
2793 "const-random-macro",
2794]
2795
2796[[package]]
2797name = "const-random-macro"
2798version = "0.1.16"
2799source = "registry+https://github.com/rust-lang/crates.io-index"
2800checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2801dependencies = [
2802 "getrandom 0.2.15",
2803 "once_cell",
2804 "tiny-keccak",
2805]
2806
2807[[package]]
2808name = "constant_time_eq"
2809version = "0.3.1"
2810source = "registry+https://github.com/rust-lang/crates.io-index"
2811checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2812
2813[[package]]
2814name = "context_servers"
2815version = "0.1.0"
2816dependencies = [
2817 "anyhow",
2818 "collections",
2819 "command_palette_hooks",
2820 "futures 0.3.30",
2821 "gpui",
2822 "log",
2823 "parking_lot",
2824 "postage",
2825 "schemars",
2826 "serde",
2827 "serde_json",
2828 "settings",
2829 "smol",
2830 "url",
2831 "util",
2832]
2833
2834[[package]]
2835name = "convert_case"
2836version = "0.4.0"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2839
2840[[package]]
2841name = "convert_case"
2842version = "0.6.0"
2843source = "registry+https://github.com/rust-lang/crates.io-index"
2844checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2845dependencies = [
2846 "unicode-segmentation",
2847]
2848
2849[[package]]
2850name = "copilot"
2851version = "0.1.0"
2852dependencies = [
2853 "anyhow",
2854 "async-compression",
2855 "async-std",
2856 "async-tar",
2857 "chrono",
2858 "client",
2859 "clock",
2860 "collections",
2861 "command_palette_hooks",
2862 "editor",
2863 "fs",
2864 "futures 0.3.30",
2865 "gpui",
2866 "http_client",
2867 "indoc",
2868 "language",
2869 "lsp",
2870 "menu",
2871 "node_runtime",
2872 "parking_lot",
2873 "paths",
2874 "project",
2875 "rpc",
2876 "schemars",
2877 "serde",
2878 "serde_json",
2879 "settings",
2880 "smol",
2881 "strum 0.25.0",
2882 "task",
2883 "theme",
2884 "ui",
2885 "util",
2886 "workspace",
2887]
2888
2889[[package]]
2890name = "core-foundation"
2891version = "0.9.4"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2894dependencies = [
2895 "core-foundation-sys",
2896 "libc",
2897]
2898
2899[[package]]
2900name = "core-foundation"
2901version = "0.10.0"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2904dependencies = [
2905 "core-foundation-sys",
2906 "libc",
2907]
2908
2909[[package]]
2910name = "core-foundation-sys"
2911version = "0.8.7"
2912source = "registry+https://github.com/rust-lang/crates.io-index"
2913checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2914
2915[[package]]
2916name = "core-graphics"
2917version = "0.23.2"
2918source = "registry+https://github.com/rust-lang/crates.io-index"
2919checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2920dependencies = [
2921 "bitflags 1.3.2",
2922 "core-foundation 0.9.4",
2923 "core-graphics-types 0.1.3",
2924 "foreign-types 0.5.0",
2925 "libc",
2926]
2927
2928[[package]]
2929name = "core-graphics"
2930version = "0.24.0"
2931source = "registry+https://github.com/rust-lang/crates.io-index"
2932checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
2933dependencies = [
2934 "bitflags 2.6.0",
2935 "core-foundation 0.10.0",
2936 "core-graphics-types 0.2.0",
2937 "foreign-types 0.5.0",
2938 "libc",
2939]
2940
2941[[package]]
2942name = "core-graphics-types"
2943version = "0.1.3"
2944source = "registry+https://github.com/rust-lang/crates.io-index"
2945checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2946dependencies = [
2947 "bitflags 1.3.2",
2948 "core-foundation 0.9.4",
2949 "libc",
2950]
2951
2952[[package]]
2953name = "core-graphics-types"
2954version = "0.2.0"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
2957dependencies = [
2958 "bitflags 2.6.0",
2959 "core-foundation 0.10.0",
2960 "libc",
2961]
2962
2963[[package]]
2964name = "core-services"
2965version = "0.2.1"
2966source = "registry+https://github.com/rust-lang/crates.io-index"
2967checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
2968dependencies = [
2969 "core-foundation 0.9.4",
2970]
2971
2972[[package]]
2973name = "core-text"
2974version = "20.1.0"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
2977dependencies = [
2978 "core-foundation 0.9.4",
2979 "core-graphics 0.23.2",
2980 "foreign-types 0.5.0",
2981 "libc",
2982]
2983
2984[[package]]
2985name = "coreaudio-rs"
2986version = "0.11.3"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
2989dependencies = [
2990 "bitflags 1.3.2",
2991 "core-foundation-sys",
2992 "coreaudio-sys",
2993]
2994
2995[[package]]
2996name = "coreaudio-sys"
2997version = "0.2.15"
2998source = "registry+https://github.com/rust-lang/crates.io-index"
2999checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9"
3000dependencies = [
3001 "bindgen 0.69.4",
3002]
3003
3004[[package]]
3005name = "cosmic-text"
3006version = "0.11.2"
3007source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3008dependencies = [
3009 "bitflags 2.6.0",
3010 "fontdb",
3011 "log",
3012 "rangemap",
3013 "rayon",
3014 "rustc-hash 1.1.0",
3015 "rustybuzz",
3016 "self_cell",
3017 "swash",
3018 "sys-locale",
3019 "ttf-parser",
3020 "unicode-bidi",
3021 "unicode-linebreak",
3022 "unicode-script",
3023 "unicode-segmentation",
3024]
3025
3026[[package]]
3027name = "cpal"
3028version = "0.15.3"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
3030checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
3031dependencies = [
3032 "alsa",
3033 "core-foundation-sys",
3034 "coreaudio-rs",
3035 "dasp_sample",
3036 "jni",
3037 "js-sys",
3038 "libc",
3039 "mach2",
3040 "ndk",
3041 "ndk-context",
3042 "oboe",
3043 "wasm-bindgen",
3044 "wasm-bindgen-futures",
3045 "web-sys",
3046 "windows 0.54.0",
3047]
3048
3049[[package]]
3050name = "cpp_demangle"
3051version = "0.4.4"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3054dependencies = [
3055 "cfg-if",
3056]
3057
3058[[package]]
3059name = "cpufeatures"
3060version = "0.2.13"
3061source = "registry+https://github.com/rust-lang/crates.io-index"
3062checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
3063dependencies = [
3064 "libc",
3065]
3066
3067[[package]]
3068name = "cranelift-bforest"
3069version = "0.111.2"
3070source = "registry+https://github.com/rust-lang/crates.io-index"
3071checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3072dependencies = [
3073 "cranelift-entity",
3074]
3075
3076[[package]]
3077name = "cranelift-bitset"
3078version = "0.111.2"
3079source = "registry+https://github.com/rust-lang/crates.io-index"
3080checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3081dependencies = [
3082 "serde",
3083 "serde_derive",
3084]
3085
3086[[package]]
3087name = "cranelift-codegen"
3088version = "0.111.2"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3091dependencies = [
3092 "bumpalo",
3093 "cranelift-bforest",
3094 "cranelift-bitset",
3095 "cranelift-codegen-meta",
3096 "cranelift-codegen-shared",
3097 "cranelift-control",
3098 "cranelift-entity",
3099 "cranelift-isle",
3100 "gimli 0.29.0",
3101 "hashbrown 0.14.5",
3102 "log",
3103 "regalloc2",
3104 "rustc-hash 1.1.0",
3105 "smallvec",
3106 "target-lexicon",
3107]
3108
3109[[package]]
3110name = "cranelift-codegen-meta"
3111version = "0.111.2"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3114dependencies = [
3115 "cranelift-codegen-shared",
3116]
3117
3118[[package]]
3119name = "cranelift-codegen-shared"
3120version = "0.111.2"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3123
3124[[package]]
3125name = "cranelift-control"
3126version = "0.111.2"
3127source = "registry+https://github.com/rust-lang/crates.io-index"
3128checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3129dependencies = [
3130 "arbitrary",
3131]
3132
3133[[package]]
3134name = "cranelift-entity"
3135version = "0.111.2"
3136source = "registry+https://github.com/rust-lang/crates.io-index"
3137checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3138dependencies = [
3139 "cranelift-bitset",
3140 "serde",
3141 "serde_derive",
3142]
3143
3144[[package]]
3145name = "cranelift-frontend"
3146version = "0.111.2"
3147source = "registry+https://github.com/rust-lang/crates.io-index"
3148checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3149dependencies = [
3150 "cranelift-codegen",
3151 "log",
3152 "smallvec",
3153 "target-lexicon",
3154]
3155
3156[[package]]
3157name = "cranelift-isle"
3158version = "0.111.2"
3159source = "registry+https://github.com/rust-lang/crates.io-index"
3160checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3161
3162[[package]]
3163name = "cranelift-native"
3164version = "0.111.2"
3165source = "registry+https://github.com/rust-lang/crates.io-index"
3166checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3167dependencies = [
3168 "cranelift-codegen",
3169 "libc",
3170 "target-lexicon",
3171]
3172
3173[[package]]
3174name = "cranelift-wasm"
3175version = "0.111.2"
3176source = "registry+https://github.com/rust-lang/crates.io-index"
3177checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3178dependencies = [
3179 "cranelift-codegen",
3180 "cranelift-entity",
3181 "cranelift-frontend",
3182 "itertools 0.12.1",
3183 "log",
3184 "smallvec",
3185 "wasmparser 0.215.0",
3186 "wasmtime-types",
3187]
3188
3189[[package]]
3190name = "crc"
3191version = "3.2.1"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3194dependencies = [
3195 "crc-catalog",
3196]
3197
3198[[package]]
3199name = "crc-catalog"
3200version = "2.4.0"
3201source = "registry+https://github.com/rust-lang/crates.io-index"
3202checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3203
3204[[package]]
3205name = "crc32c"
3206version = "0.6.8"
3207source = "registry+https://github.com/rust-lang/crates.io-index"
3208checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3209dependencies = [
3210 "rustc_version",
3211]
3212
3213[[package]]
3214name = "crc32fast"
3215version = "1.4.2"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3218dependencies = [
3219 "cfg-if",
3220]
3221
3222[[package]]
3223name = "criterion"
3224version = "0.5.1"
3225source = "registry+https://github.com/rust-lang/crates.io-index"
3226checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3227dependencies = [
3228 "anes",
3229 "cast",
3230 "ciborium",
3231 "clap",
3232 "criterion-plot",
3233 "is-terminal",
3234 "itertools 0.10.5",
3235 "num-traits",
3236 "once_cell",
3237 "oorandom",
3238 "plotters",
3239 "rayon",
3240 "regex",
3241 "serde",
3242 "serde_derive",
3243 "serde_json",
3244 "tinytemplate",
3245 "walkdir",
3246]
3247
3248[[package]]
3249name = "criterion-plot"
3250version = "0.5.0"
3251source = "registry+https://github.com/rust-lang/crates.io-index"
3252checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3253dependencies = [
3254 "cast",
3255 "itertools 0.10.5",
3256]
3257
3258[[package]]
3259name = "crossbeam-channel"
3260version = "0.5.13"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3263dependencies = [
3264 "crossbeam-utils",
3265]
3266
3267[[package]]
3268name = "crossbeam-deque"
3269version = "0.8.5"
3270source = "registry+https://github.com/rust-lang/crates.io-index"
3271checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3272dependencies = [
3273 "crossbeam-epoch",
3274 "crossbeam-utils",
3275]
3276
3277[[package]]
3278name = "crossbeam-epoch"
3279version = "0.9.18"
3280source = "registry+https://github.com/rust-lang/crates.io-index"
3281checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3282dependencies = [
3283 "crossbeam-utils",
3284]
3285
3286[[package]]
3287name = "crossbeam-queue"
3288version = "0.3.11"
3289source = "registry+https://github.com/rust-lang/crates.io-index"
3290checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3291dependencies = [
3292 "crossbeam-utils",
3293]
3294
3295[[package]]
3296name = "crossbeam-utils"
3297version = "0.8.20"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3300
3301[[package]]
3302name = "crunchy"
3303version = "0.2.2"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3306
3307[[package]]
3308name = "crypto-bigint"
3309version = "0.4.9"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3312dependencies = [
3313 "generic-array",
3314 "rand_core 0.6.4",
3315 "subtle",
3316 "zeroize",
3317]
3318
3319[[package]]
3320name = "crypto-bigint"
3321version = "0.5.5"
3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3324dependencies = [
3325 "rand_core 0.6.4",
3326 "subtle",
3327]
3328
3329[[package]]
3330name = "crypto-common"
3331version = "0.1.6"
3332source = "registry+https://github.com/rust-lang/crates.io-index"
3333checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3334dependencies = [
3335 "generic-array",
3336 "rand_core 0.6.4",
3337 "typenum",
3338]
3339
3340[[package]]
3341name = "ctor"
3342version = "0.2.8"
3343source = "registry+https://github.com/rust-lang/crates.io-index"
3344checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
3345dependencies = [
3346 "quote",
3347 "syn 2.0.87",
3348]
3349
3350[[package]]
3351name = "ctrlc"
3352version = "3.4.5"
3353source = "registry+https://github.com/rust-lang/crates.io-index"
3354checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3355dependencies = [
3356 "nix",
3357 "windows-sys 0.59.0",
3358]
3359
3360[[package]]
3361name = "cursor-icon"
3362version = "1.1.0"
3363source = "registry+https://github.com/rust-lang/crates.io-index"
3364checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3365
3366[[package]]
3367name = "dashmap"
3368version = "5.5.3"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3371dependencies = [
3372 "cfg-if",
3373 "hashbrown 0.14.5",
3374 "lock_api",
3375 "once_cell",
3376 "parking_lot_core",
3377]
3378
3379[[package]]
3380name = "dashmap"
3381version = "6.0.1"
3382source = "registry+https://github.com/rust-lang/crates.io-index"
3383checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
3384dependencies = [
3385 "cfg-if",
3386 "crossbeam-utils",
3387 "hashbrown 0.14.5",
3388 "lock_api",
3389 "once_cell",
3390 "parking_lot_core",
3391]
3392
3393[[package]]
3394name = "dasp_sample"
3395version = "0.11.0"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3398
3399[[package]]
3400name = "data-encoding"
3401version = "2.6.0"
3402source = "registry+https://github.com/rust-lang/crates.io-index"
3403checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3404
3405[[package]]
3406name = "data-url"
3407version = "0.3.1"
3408source = "registry+https://github.com/rust-lang/crates.io-index"
3409checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3410
3411[[package]]
3412name = "db"
3413version = "0.1.0"
3414dependencies = [
3415 "anyhow",
3416 "gpui",
3417 "indoc",
3418 "log",
3419 "paths",
3420 "release_channel",
3421 "smol",
3422 "sqlez",
3423 "sqlez_macros",
3424 "tempfile",
3425 "util",
3426]
3427
3428[[package]]
3429name = "dbus"
3430version = "0.9.7"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3433dependencies = [
3434 "libc",
3435 "libdbus-sys",
3436 "winapi",
3437]
3438
3439[[package]]
3440name = "deflate64"
3441version = "0.1.9"
3442source = "registry+https://github.com/rust-lang/crates.io-index"
3443checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3444
3445[[package]]
3446name = "der"
3447version = "0.6.1"
3448source = "registry+https://github.com/rust-lang/crates.io-index"
3449checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3450dependencies = [
3451 "const-oid",
3452 "zeroize",
3453]
3454
3455[[package]]
3456name = "der"
3457version = "0.7.9"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3460dependencies = [
3461 "const-oid",
3462 "pem-rfc7468",
3463 "zeroize",
3464]
3465
3466[[package]]
3467name = "deranged"
3468version = "0.3.11"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3471dependencies = [
3472 "powerfmt",
3473 "serde",
3474]
3475
3476[[package]]
3477name = "derive_more"
3478version = "0.99.18"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3481dependencies = [
3482 "convert_case 0.4.0",
3483 "proc-macro2",
3484 "quote",
3485 "rustc_version",
3486 "syn 2.0.87",
3487]
3488
3489[[package]]
3490name = "derive_refineable"
3491version = "0.1.0"
3492dependencies = [
3493 "proc-macro2",
3494 "quote",
3495 "syn 1.0.109",
3496]
3497
3498[[package]]
3499name = "diagnostics"
3500version = "0.1.0"
3501dependencies = [
3502 "anyhow",
3503 "client",
3504 "collections",
3505 "ctor",
3506 "editor",
3507 "env_logger 0.11.5",
3508 "gpui",
3509 "language",
3510 "log",
3511 "lsp",
3512 "pretty_assertions",
3513 "project",
3514 "rand 0.8.5",
3515 "schemars",
3516 "serde",
3517 "serde_json",
3518 "settings",
3519 "theme",
3520 "ui",
3521 "unindent",
3522 "util",
3523 "workspace",
3524]
3525
3526[[package]]
3527name = "dialoguer"
3528version = "0.11.0"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3531dependencies = [
3532 "console",
3533 "fuzzy-matcher",
3534 "shell-words",
3535 "tempfile",
3536 "thiserror",
3537 "zeroize",
3538]
3539
3540[[package]]
3541name = "diff"
3542version = "0.1.13"
3543source = "registry+https://github.com/rust-lang/crates.io-index"
3544checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3545
3546[[package]]
3547name = "digest"
3548version = "0.10.7"
3549source = "registry+https://github.com/rust-lang/crates.io-index"
3550checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3551dependencies = [
3552 "block-buffer",
3553 "const-oid",
3554 "crypto-common",
3555 "subtle",
3556]
3557
3558[[package]]
3559name = "dirs"
3560version = "4.0.0"
3561source = "registry+https://github.com/rust-lang/crates.io-index"
3562checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3563dependencies = [
3564 "dirs-sys 0.3.7",
3565]
3566
3567[[package]]
3568name = "dirs"
3569version = "5.0.1"
3570source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3572dependencies = [
3573 "dirs-sys 0.4.1",
3574]
3575
3576[[package]]
3577name = "dirs-sys"
3578version = "0.3.7"
3579source = "registry+https://github.com/rust-lang/crates.io-index"
3580checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3581dependencies = [
3582 "libc",
3583 "redox_users",
3584 "winapi",
3585]
3586
3587[[package]]
3588name = "dirs-sys"
3589version = "0.4.1"
3590source = "registry+https://github.com/rust-lang/crates.io-index"
3591checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3592dependencies = [
3593 "libc",
3594 "option-ext",
3595 "redox_users",
3596 "windows-sys 0.48.0",
3597]
3598
3599[[package]]
3600name = "displaydoc"
3601version = "0.2.5"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3604dependencies = [
3605 "proc-macro2",
3606 "quote",
3607 "syn 2.0.87",
3608]
3609
3610[[package]]
3611name = "dlib"
3612version = "0.5.2"
3613source = "registry+https://github.com/rust-lang/crates.io-index"
3614checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3615dependencies = [
3616 "libloading",
3617]
3618
3619[[package]]
3620name = "docs_preprocessor"
3621version = "0.1.0"
3622dependencies = [
3623 "anyhow",
3624 "clap",
3625 "mdbook",
3626 "regex",
3627 "serde",
3628 "serde_json",
3629 "settings",
3630 "util",
3631]
3632
3633[[package]]
3634name = "dotenvy"
3635version = "0.15.7"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3638
3639[[package]]
3640name = "downcast-rs"
3641version = "1.2.1"
3642source = "registry+https://github.com/rust-lang/crates.io-index"
3643checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3644
3645[[package]]
3646name = "doxygen-rs"
3647version = "0.4.2"
3648source = "registry+https://github.com/rust-lang/crates.io-index"
3649checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3650dependencies = [
3651 "phf",
3652]
3653
3654[[package]]
3655name = "dwrote"
3656version = "0.11.1"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c"
3659dependencies = [
3660 "lazy_static",
3661 "libc",
3662 "winapi",
3663 "wio",
3664]
3665
3666[[package]]
3667name = "dyn-clone"
3668version = "1.0.17"
3669source = "registry+https://github.com/rust-lang/crates.io-index"
3670checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3671
3672[[package]]
3673name = "ec4rs"
3674version = "1.1.1"
3675source = "registry+https://github.com/rust-lang/crates.io-index"
3676checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3677
3678[[package]]
3679name = "ecdsa"
3680version = "0.14.8"
3681source = "registry+https://github.com/rust-lang/crates.io-index"
3682checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3683dependencies = [
3684 "der 0.6.1",
3685 "elliptic-curve",
3686 "rfc6979",
3687 "signature 1.6.4",
3688]
3689
3690[[package]]
3691name = "editor"
3692version = "0.1.0"
3693dependencies = [
3694 "aho-corasick",
3695 "anyhow",
3696 "assets",
3697 "chrono",
3698 "client",
3699 "clock",
3700 "collections",
3701 "convert_case 0.6.0",
3702 "ctor",
3703 "db",
3704 "emojis",
3705 "env_logger 0.11.5",
3706 "file_icons",
3707 "futures 0.3.30",
3708 "fuzzy",
3709 "git",
3710 "gpui",
3711 "http_client",
3712 "indoc",
3713 "itertools 0.13.0",
3714 "language",
3715 "linkify",
3716 "log",
3717 "lsp",
3718 "markdown",
3719 "multi_buffer",
3720 "ordered-float 2.10.1",
3721 "parking_lot",
3722 "pretty_assertions",
3723 "project",
3724 "rand 0.8.5",
3725 "release_channel",
3726 "rpc",
3727 "schemars",
3728 "serde",
3729 "serde_json",
3730 "settings",
3731 "similar",
3732 "smallvec",
3733 "smol",
3734 "snippet",
3735 "sum_tree",
3736 "task",
3737 "text",
3738 "theme",
3739 "time",
3740 "time_format",
3741 "tree-sitter-html",
3742 "tree-sitter-rust",
3743 "tree-sitter-typescript",
3744 "ui",
3745 "unicode-script",
3746 "unicode-segmentation",
3747 "unindent",
3748 "url",
3749 "util",
3750 "workspace",
3751]
3752
3753[[package]]
3754name = "educe"
3755version = "0.5.11"
3756source = "registry+https://github.com/rust-lang/crates.io-index"
3757checksum = "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8"
3758dependencies = [
3759 "enum-ordinalize",
3760 "proc-macro2",
3761 "quote",
3762 "syn 2.0.87",
3763]
3764
3765[[package]]
3766name = "either"
3767version = "1.13.0"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3770dependencies = [
3771 "serde",
3772]
3773
3774[[package]]
3775name = "elasticlunr-rs"
3776version = "3.0.2"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3779dependencies = [
3780 "regex",
3781 "serde",
3782 "serde_derive",
3783 "serde_json",
3784]
3785
3786[[package]]
3787name = "elliptic-curve"
3788version = "0.12.3"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3791dependencies = [
3792 "base16ct",
3793 "crypto-bigint 0.4.9",
3794 "der 0.6.1",
3795 "digest",
3796 "ff",
3797 "generic-array",
3798 "group",
3799 "pkcs8 0.9.0",
3800 "rand_core 0.6.4",
3801 "sec1",
3802 "subtle",
3803 "zeroize",
3804]
3805
3806[[package]]
3807name = "embed-resource"
3808version = "2.4.3"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602"
3811dependencies = [
3812 "cc",
3813 "memchr",
3814 "rustc_version",
3815 "toml 0.8.19",
3816 "vswhom",
3817 "winreg 0.52.0",
3818]
3819
3820[[package]]
3821name = "embedded-io"
3822version = "0.4.0"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3825
3826[[package]]
3827name = "embedded-io"
3828version = "0.6.1"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3831
3832[[package]]
3833name = "emojis"
3834version = "0.6.4"
3835source = "registry+https://github.com/rust-lang/crates.io-index"
3836checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3837dependencies = [
3838 "phf",
3839]
3840
3841[[package]]
3842name = "encode_unicode"
3843version = "0.3.6"
3844source = "registry+https://github.com/rust-lang/crates.io-index"
3845checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3846
3847[[package]]
3848name = "encoding_rs"
3849version = "0.8.34"
3850source = "registry+https://github.com/rust-lang/crates.io-index"
3851checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
3852dependencies = [
3853 "cfg-if",
3854]
3855
3856[[package]]
3857name = "endi"
3858version = "1.1.0"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3861
3862[[package]]
3863name = "enum-ordinalize"
3864version = "4.3.0"
3865source = "registry+https://github.com/rust-lang/crates.io-index"
3866checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
3867dependencies = [
3868 "enum-ordinalize-derive",
3869]
3870
3871[[package]]
3872name = "enum-ordinalize-derive"
3873version = "4.3.1"
3874source = "registry+https://github.com/rust-lang/crates.io-index"
3875checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
3876dependencies = [
3877 "proc-macro2",
3878 "quote",
3879 "syn 2.0.87",
3880]
3881
3882[[package]]
3883name = "enumflags2"
3884version = "0.7.10"
3885source = "registry+https://github.com/rust-lang/crates.io-index"
3886checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
3887dependencies = [
3888 "enumflags2_derive",
3889 "serde",
3890]
3891
3892[[package]]
3893name = "enumflags2_derive"
3894version = "0.7.10"
3895source = "registry+https://github.com/rust-lang/crates.io-index"
3896checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
3897dependencies = [
3898 "proc-macro2",
3899 "quote",
3900 "syn 2.0.87",
3901]
3902
3903[[package]]
3904name = "env_filter"
3905version = "0.1.2"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
3908dependencies = [
3909 "log",
3910 "regex",
3911]
3912
3913[[package]]
3914name = "env_logger"
3915version = "0.10.2"
3916source = "registry+https://github.com/rust-lang/crates.io-index"
3917checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
3918dependencies = [
3919 "humantime",
3920 "is-terminal",
3921 "log",
3922 "regex",
3923 "termcolor",
3924]
3925
3926[[package]]
3927name = "env_logger"
3928version = "0.11.5"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
3931dependencies = [
3932 "anstream",
3933 "anstyle",
3934 "env_filter",
3935 "humantime",
3936 "log",
3937]
3938
3939[[package]]
3940name = "envy"
3941version = "0.4.2"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
3944dependencies = [
3945 "serde",
3946]
3947
3948[[package]]
3949name = "equivalent"
3950version = "1.0.1"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
3953
3954[[package]]
3955name = "erased-serde"
3956version = "0.4.5"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
3959dependencies = [
3960 "serde",
3961 "typeid",
3962]
3963
3964[[package]]
3965name = "errno"
3966version = "0.2.8"
3967source = "registry+https://github.com/rust-lang/crates.io-index"
3968checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
3969dependencies = [
3970 "errno-dragonfly",
3971 "libc",
3972 "winapi",
3973]
3974
3975[[package]]
3976name = "errno"
3977version = "0.3.9"
3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
3980dependencies = [
3981 "libc",
3982 "windows-sys 0.52.0",
3983]
3984
3985[[package]]
3986name = "errno-dragonfly"
3987version = "0.1.2"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
3990dependencies = [
3991 "cc",
3992 "libc",
3993]
3994
3995[[package]]
3996name = "etagere"
3997version = "0.2.13"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4000dependencies = [
4001 "euclid",
4002 "svg_fmt",
4003]
4004
4005[[package]]
4006name = "etcetera"
4007version = "0.8.0"
4008source = "registry+https://github.com/rust-lang/crates.io-index"
4009checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4010dependencies = [
4011 "cfg-if",
4012 "home",
4013 "windows-sys 0.48.0",
4014]
4015
4016[[package]]
4017name = "euclid"
4018version = "0.22.11"
4019source = "registry+https://github.com/rust-lang/crates.io-index"
4020checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4021dependencies = [
4022 "num-traits",
4023]
4024
4025[[package]]
4026name = "evals"
4027version = "0.1.0"
4028dependencies = [
4029 "anyhow",
4030 "clap",
4031 "client",
4032 "clock",
4033 "collections",
4034 "env_logger 0.11.5",
4035 "feature_flags",
4036 "fs",
4037 "git",
4038 "gpui",
4039 "http_client",
4040 "language",
4041 "languages",
4042 "node_runtime",
4043 "open_ai",
4044 "project",
4045 "reqwest_client",
4046 "semantic_index",
4047 "serde",
4048 "serde_json",
4049 "settings",
4050 "smol",
4051]
4052
4053[[package]]
4054name = "event-listener"
4055version = "2.5.3"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4058
4059[[package]]
4060name = "event-listener"
4061version = "3.1.0"
4062source = "registry+https://github.com/rust-lang/crates.io-index"
4063checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4064dependencies = [
4065 "concurrent-queue",
4066 "parking",
4067 "pin-project-lite",
4068]
4069
4070[[package]]
4071name = "event-listener"
4072version = "5.3.1"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4075dependencies = [
4076 "concurrent-queue",
4077 "parking",
4078 "pin-project-lite",
4079]
4080
4081[[package]]
4082name = "event-listener-strategy"
4083version = "0.5.2"
4084source = "registry+https://github.com/rust-lang/crates.io-index"
4085checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
4086dependencies = [
4087 "event-listener 5.3.1",
4088 "pin-project-lite",
4089]
4090
4091[[package]]
4092name = "exec"
4093version = "0.3.1"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4096dependencies = [
4097 "errno 0.2.8",
4098 "libc",
4099]
4100
4101[[package]]
4102name = "exr"
4103version = "1.72.0"
4104source = "registry+https://github.com/rust-lang/crates.io-index"
4105checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
4106dependencies = [
4107 "bit_field",
4108 "flume",
4109 "half",
4110 "lebe",
4111 "miniz_oxide 0.7.4",
4112 "rayon-core",
4113 "smallvec",
4114 "zune-inflate",
4115]
4116
4117[[package]]
4118name = "extension"
4119version = "0.1.0"
4120dependencies = [
4121 "anyhow",
4122 "async-compression",
4123 "async-tar",
4124 "collections",
4125 "fs",
4126 "futures 0.3.30",
4127 "http_client",
4128 "language",
4129 "log",
4130 "lsp",
4131 "semantic_version",
4132 "serde",
4133 "serde_json",
4134 "toml 0.8.19",
4135 "wasm-encoder 0.215.0",
4136 "wasmparser 0.215.0",
4137 "wit-component",
4138]
4139
4140[[package]]
4141name = "extension_cli"
4142version = "0.1.0"
4143dependencies = [
4144 "anyhow",
4145 "clap",
4146 "env_logger 0.11.5",
4147 "extension",
4148 "fs",
4149 "language",
4150 "log",
4151 "reqwest_client",
4152 "rpc",
4153 "serde",
4154 "serde_json",
4155 "theme",
4156 "tokio",
4157 "toml 0.8.19",
4158 "tree-sitter",
4159 "wasmtime",
4160]
4161
4162[[package]]
4163name = "extension_host"
4164version = "0.1.0"
4165dependencies = [
4166 "anyhow",
4167 "async-compression",
4168 "async-tar",
4169 "async-trait",
4170 "client",
4171 "collections",
4172 "ctor",
4173 "env_logger 0.11.5",
4174 "extension",
4175 "fs",
4176 "futures 0.3.30",
4177 "gpui",
4178 "http_client",
4179 "language",
4180 "log",
4181 "lsp",
4182 "node_runtime",
4183 "parking_lot",
4184 "paths",
4185 "project",
4186 "release_channel",
4187 "reqwest_client",
4188 "schemars",
4189 "semantic_version",
4190 "serde",
4191 "serde_json",
4192 "serde_json_lenient",
4193 "settings",
4194 "task",
4195 "toml 0.8.19",
4196 "url",
4197 "util",
4198 "wasmparser 0.215.0",
4199 "wasmtime",
4200 "wasmtime-wasi",
4201]
4202
4203[[package]]
4204name = "extensions_ui"
4205version = "0.1.0"
4206dependencies = [
4207 "anyhow",
4208 "assistant_slash_command",
4209 "async-compression",
4210 "async-tar",
4211 "async-trait",
4212 "client",
4213 "collections",
4214 "ctor",
4215 "db",
4216 "editor",
4217 "env_logger 0.11.5",
4218 "extension_host",
4219 "fs",
4220 "futures 0.3.30",
4221 "fuzzy",
4222 "gpui",
4223 "http_client",
4224 "indexed_docs",
4225 "language",
4226 "lsp",
4227 "node_runtime",
4228 "num-format",
4229 "parking_lot",
4230 "picker",
4231 "project",
4232 "release_channel",
4233 "reqwest_client",
4234 "semantic_version",
4235 "serde",
4236 "serde_json",
4237 "settings",
4238 "smallvec",
4239 "snippet_provider",
4240 "theme",
4241 "theme_selector",
4242 "ui",
4243 "util",
4244 "vim",
4245 "wasmtime-wasi",
4246 "workspace",
4247]
4248
4249[[package]]
4250name = "fallible-iterator"
4251version = "0.3.0"
4252source = "registry+https://github.com/rust-lang/crates.io-index"
4253checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4254
4255[[package]]
4256name = "fancy-regex"
4257version = "0.12.0"
4258source = "registry+https://github.com/rust-lang/crates.io-index"
4259checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
4260dependencies = [
4261 "bit-set 0.5.3",
4262 "regex",
4263]
4264
4265[[package]]
4266name = "fancy-regex"
4267version = "0.14.0"
4268source = "registry+https://github.com/rust-lang/crates.io-index"
4269checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4270dependencies = [
4271 "bit-set 0.8.0",
4272 "regex-automata 0.4.7",
4273 "regex-syntax 0.8.4",
4274]
4275
4276[[package]]
4277name = "fast-srgb8"
4278version = "1.0.0"
4279source = "registry+https://github.com/rust-lang/crates.io-index"
4280checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4281
4282[[package]]
4283name = "fastrand"
4284version = "1.9.0"
4285source = "registry+https://github.com/rust-lang/crates.io-index"
4286checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4287dependencies = [
4288 "instant",
4289]
4290
4291[[package]]
4292name = "fastrand"
4293version = "2.1.1"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
4296
4297[[package]]
4298name = "fd-lock"
4299version = "4.0.2"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4302dependencies = [
4303 "cfg-if",
4304 "rustix 0.38.39",
4305 "windows-sys 0.52.0",
4306]
4307
4308[[package]]
4309name = "fdeflate"
4310version = "0.3.4"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
4313dependencies = [
4314 "simd-adler32",
4315]
4316
4317[[package]]
4318name = "feature_flags"
4319version = "0.1.0"
4320dependencies = [
4321 "futures 0.3.30",
4322 "gpui",
4323]
4324
4325[[package]]
4326name = "feedback"
4327version = "0.1.0"
4328dependencies = [
4329 "anyhow",
4330 "bitflags 2.6.0",
4331 "client",
4332 "db",
4333 "editor",
4334 "futures 0.3.30",
4335 "gpui",
4336 "http_client",
4337 "human_bytes",
4338 "language",
4339 "log",
4340 "menu",
4341 "project",
4342 "regex",
4343 "release_channel",
4344 "serde",
4345 "serde_derive",
4346 "serde_json",
4347 "smol",
4348 "sysinfo",
4349 "ui",
4350 "urlencoding",
4351 "util",
4352 "workspace",
4353]
4354
4355[[package]]
4356name = "ff"
4357version = "0.12.1"
4358source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4360dependencies = [
4361 "rand_core 0.6.4",
4362 "subtle",
4363]
4364
4365[[package]]
4366name = "file_finder"
4367version = "0.1.0"
4368dependencies = [
4369 "anyhow",
4370 "collections",
4371 "ctor",
4372 "editor",
4373 "env_logger 0.11.5",
4374 "file_icons",
4375 "futures 0.3.30",
4376 "fuzzy",
4377 "gpui",
4378 "language",
4379 "menu",
4380 "picker",
4381 "project",
4382 "schemars",
4383 "serde",
4384 "serde_derive",
4385 "serde_json",
4386 "settings",
4387 "text",
4388 "theme",
4389 "ui",
4390 "util",
4391 "workspace",
4392]
4393
4394[[package]]
4395name = "file_icons"
4396version = "0.1.0"
4397dependencies = [
4398 "collections",
4399 "gpui",
4400 "serde",
4401 "serde_derive",
4402 "serde_json",
4403 "util",
4404]
4405
4406[[package]]
4407name = "filedescriptor"
4408version = "0.8.2"
4409source = "registry+https://github.com/rust-lang/crates.io-index"
4410checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4411dependencies = [
4412 "libc",
4413 "thiserror",
4414 "winapi",
4415]
4416
4417[[package]]
4418name = "filetime"
4419version = "0.2.25"
4420source = "registry+https://github.com/rust-lang/crates.io-index"
4421checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4422dependencies = [
4423 "cfg-if",
4424 "libc",
4425 "libredox",
4426 "windows-sys 0.59.0",
4427]
4428
4429[[package]]
4430name = "fixedbitset"
4431version = "0.4.2"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4434
4435[[package]]
4436name = "flate2"
4437version = "1.0.33"
4438source = "registry+https://github.com/rust-lang/crates.io-index"
4439checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
4440dependencies = [
4441 "crc32fast",
4442 "miniz_oxide 0.8.0",
4443]
4444
4445[[package]]
4446name = "float-cmp"
4447version = "0.9.0"
4448source = "registry+https://github.com/rust-lang/crates.io-index"
4449checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4450
4451[[package]]
4452name = "float-ord"
4453version = "0.3.2"
4454source = "registry+https://github.com/rust-lang/crates.io-index"
4455checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4456
4457[[package]]
4458name = "flume"
4459version = "0.11.1"
4460source = "registry+https://github.com/rust-lang/crates.io-index"
4461checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4462dependencies = [
4463 "futures-core",
4464 "futures-sink",
4465 "nanorand",
4466 "spin 0.9.8",
4467]
4468
4469[[package]]
4470name = "fnv"
4471version = "1.0.7"
4472source = "registry+https://github.com/rust-lang/crates.io-index"
4473checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4474
4475[[package]]
4476name = "font-kit"
4477version = "0.14.1"
4478source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4479dependencies = [
4480 "bitflags 2.6.0",
4481 "byteorder",
4482 "core-foundation 0.9.4",
4483 "core-graphics 0.23.2",
4484 "core-text",
4485 "dirs 5.0.1",
4486 "dwrote",
4487 "float-ord",
4488 "freetype-sys",
4489 "lazy_static",
4490 "libc",
4491 "log",
4492 "pathfinder_geometry",
4493 "pathfinder_simd",
4494 "walkdir",
4495 "winapi",
4496 "yeslogic-fontconfig-sys",
4497]
4498
4499[[package]]
4500name = "font-types"
4501version = "0.6.0"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60"
4504dependencies = [
4505 "bytemuck",
4506]
4507
4508[[package]]
4509name = "fontconfig-parser"
4510version = "0.5.7"
4511source = "registry+https://github.com/rust-lang/crates.io-index"
4512checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4513dependencies = [
4514 "roxmltree",
4515]
4516
4517[[package]]
4518name = "fontdb"
4519version = "0.18.0"
4520source = "registry+https://github.com/rust-lang/crates.io-index"
4521checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4522dependencies = [
4523 "fontconfig-parser",
4524 "log",
4525 "memmap2",
4526 "slotmap",
4527 "tinyvec",
4528 "ttf-parser",
4529]
4530
4531[[package]]
4532name = "foreign-types"
4533version = "0.3.2"
4534source = "registry+https://github.com/rust-lang/crates.io-index"
4535checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4536dependencies = [
4537 "foreign-types-shared 0.1.1",
4538]
4539
4540[[package]]
4541name = "foreign-types"
4542version = "0.5.0"
4543source = "registry+https://github.com/rust-lang/crates.io-index"
4544checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4545dependencies = [
4546 "foreign-types-macros",
4547 "foreign-types-shared 0.3.1",
4548]
4549
4550[[package]]
4551name = "foreign-types-macros"
4552version = "0.2.3"
4553source = "registry+https://github.com/rust-lang/crates.io-index"
4554checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4555dependencies = [
4556 "proc-macro2",
4557 "quote",
4558 "syn 2.0.87",
4559]
4560
4561[[package]]
4562name = "foreign-types-shared"
4563version = "0.1.1"
4564source = "registry+https://github.com/rust-lang/crates.io-index"
4565checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4566
4567[[package]]
4568name = "foreign-types-shared"
4569version = "0.3.1"
4570source = "registry+https://github.com/rust-lang/crates.io-index"
4571checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4572
4573[[package]]
4574name = "fork"
4575version = "0.2.0"
4576source = "registry+https://github.com/rust-lang/crates.io-index"
4577checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4578dependencies = [
4579 "libc",
4580]
4581
4582[[package]]
4583name = "form_urlencoded"
4584version = "1.2.1"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4587dependencies = [
4588 "percent-encoding",
4589]
4590
4591[[package]]
4592name = "freetype-sys"
4593version = "0.20.1"
4594source = "registry+https://github.com/rust-lang/crates.io-index"
4595checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4596dependencies = [
4597 "cc",
4598 "libc",
4599 "pkg-config",
4600]
4601
4602[[package]]
4603name = "fs"
4604version = "0.1.0"
4605dependencies = [
4606 "anyhow",
4607 "ashpd",
4608 "async-tar",
4609 "async-trait",
4610 "cocoa 0.26.0",
4611 "collections",
4612 "fsevent",
4613 "futures 0.3.30",
4614 "git",
4615 "git2",
4616 "gpui",
4617 "libc",
4618 "notify",
4619 "objc",
4620 "parking_lot",
4621 "paths",
4622 "rope",
4623 "serde",
4624 "serde_json",
4625 "smol",
4626 "tempfile",
4627 "text",
4628 "time",
4629 "util",
4630 "windows 0.58.0",
4631]
4632
4633[[package]]
4634name = "fs-set-times"
4635version = "0.20.1"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
4638dependencies = [
4639 "io-lifetimes 2.0.3",
4640 "rustix 0.38.39",
4641 "windows-sys 0.52.0",
4642]
4643
4644[[package]]
4645name = "fsevent"
4646version = "0.1.0"
4647dependencies = [
4648 "bitflags 2.6.0",
4649 "core-foundation 0.9.4",
4650 "fsevent-sys 3.1.0",
4651 "parking_lot",
4652 "tempfile",
4653]
4654
4655[[package]]
4656name = "fsevent-sys"
4657version = "3.1.0"
4658source = "registry+https://github.com/rust-lang/crates.io-index"
4659checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4660dependencies = [
4661 "libc",
4662]
4663
4664[[package]]
4665name = "fsevent-sys"
4666version = "4.1.0"
4667source = "registry+https://github.com/rust-lang/crates.io-index"
4668checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4669dependencies = [
4670 "libc",
4671]
4672
4673[[package]]
4674name = "funty"
4675version = "2.0.0"
4676source = "registry+https://github.com/rust-lang/crates.io-index"
4677checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4678
4679[[package]]
4680name = "futf"
4681version = "0.1.5"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4684dependencies = [
4685 "mac",
4686 "new_debug_unreachable",
4687]
4688
4689[[package]]
4690name = "futures"
4691version = "0.1.31"
4692source = "registry+https://github.com/rust-lang/crates.io-index"
4693checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4694
4695[[package]]
4696name = "futures"
4697version = "0.3.30"
4698source = "registry+https://github.com/rust-lang/crates.io-index"
4699checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
4700dependencies = [
4701 "futures-channel",
4702 "futures-core",
4703 "futures-executor",
4704 "futures-io",
4705 "futures-sink",
4706 "futures-task",
4707 "futures-util",
4708]
4709
4710[[package]]
4711name = "futures-batch"
4712version = "0.6.1"
4713source = "registry+https://github.com/rust-lang/crates.io-index"
4714checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4715dependencies = [
4716 "futures 0.3.30",
4717 "futures-timer",
4718 "pin-utils",
4719]
4720
4721[[package]]
4722name = "futures-channel"
4723version = "0.3.30"
4724source = "registry+https://github.com/rust-lang/crates.io-index"
4725checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
4726dependencies = [
4727 "futures-core",
4728 "futures-sink",
4729]
4730
4731[[package]]
4732name = "futures-core"
4733version = "0.3.30"
4734source = "registry+https://github.com/rust-lang/crates.io-index"
4735checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
4736
4737[[package]]
4738name = "futures-executor"
4739version = "0.3.30"
4740source = "registry+https://github.com/rust-lang/crates.io-index"
4741checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
4742dependencies = [
4743 "futures-core",
4744 "futures-task",
4745 "futures-util",
4746]
4747
4748[[package]]
4749name = "futures-intrusive"
4750version = "0.5.0"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4753dependencies = [
4754 "futures-core",
4755 "lock_api",
4756 "parking_lot",
4757]
4758
4759[[package]]
4760name = "futures-io"
4761version = "0.3.30"
4762source = "registry+https://github.com/rust-lang/crates.io-index"
4763checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
4764
4765[[package]]
4766name = "futures-lite"
4767version = "1.13.0"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4770dependencies = [
4771 "fastrand 1.9.0",
4772 "futures-core",
4773 "futures-io",
4774 "memchr",
4775 "parking",
4776 "pin-project-lite",
4777 "waker-fn",
4778]
4779
4780[[package]]
4781name = "futures-lite"
4782version = "2.3.0"
4783source = "registry+https://github.com/rust-lang/crates.io-index"
4784checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
4785dependencies = [
4786 "fastrand 2.1.1",
4787 "futures-core",
4788 "futures-io",
4789 "parking",
4790 "pin-project-lite",
4791]
4792
4793[[package]]
4794name = "futures-macro"
4795version = "0.3.30"
4796source = "registry+https://github.com/rust-lang/crates.io-index"
4797checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
4798dependencies = [
4799 "proc-macro2",
4800 "quote",
4801 "syn 2.0.87",
4802]
4803
4804[[package]]
4805name = "futures-sink"
4806version = "0.3.30"
4807source = "registry+https://github.com/rust-lang/crates.io-index"
4808checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
4809
4810[[package]]
4811name = "futures-task"
4812version = "0.3.30"
4813source = "registry+https://github.com/rust-lang/crates.io-index"
4814checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
4815
4816[[package]]
4817name = "futures-timer"
4818version = "3.0.3"
4819source = "registry+https://github.com/rust-lang/crates.io-index"
4820checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4821
4822[[package]]
4823name = "futures-util"
4824version = "0.3.30"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
4827dependencies = [
4828 "futures 0.1.31",
4829 "futures-channel",
4830 "futures-core",
4831 "futures-io",
4832 "futures-macro",
4833 "futures-sink",
4834 "futures-task",
4835 "memchr",
4836 "pin-project-lite",
4837 "pin-utils",
4838 "slab",
4839 "tokio-io",
4840]
4841
4842[[package]]
4843name = "fuzzy"
4844version = "0.1.0"
4845dependencies = [
4846 "gpui",
4847 "util",
4848]
4849
4850[[package]]
4851name = "fuzzy-matcher"
4852version = "0.3.7"
4853source = "registry+https://github.com/rust-lang/crates.io-index"
4854checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4855dependencies = [
4856 "thread_local",
4857]
4858
4859[[package]]
4860name = "generic-array"
4861version = "0.14.7"
4862source = "registry+https://github.com/rust-lang/crates.io-index"
4863checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4864dependencies = [
4865 "typenum",
4866 "version_check",
4867]
4868
4869[[package]]
4870name = "gethostname"
4871version = "0.4.3"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4874dependencies = [
4875 "libc",
4876 "windows-targets 0.48.5",
4877]
4878
4879[[package]]
4880name = "getrandom"
4881version = "0.1.16"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4884dependencies = [
4885 "cfg-if",
4886 "libc",
4887 "wasi 0.9.0+wasi-snapshot-preview1",
4888]
4889
4890[[package]]
4891name = "getrandom"
4892version = "0.2.15"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
4895dependencies = [
4896 "cfg-if",
4897 "js-sys",
4898 "libc",
4899 "wasi 0.11.0+wasi-snapshot-preview1",
4900 "wasm-bindgen",
4901]
4902
4903[[package]]
4904name = "gif"
4905version = "0.13.1"
4906source = "registry+https://github.com/rust-lang/crates.io-index"
4907checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
4908dependencies = [
4909 "color_quant",
4910 "weezl",
4911]
4912
4913[[package]]
4914name = "gimli"
4915version = "0.29.0"
4916source = "registry+https://github.com/rust-lang/crates.io-index"
4917checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
4918dependencies = [
4919 "fallible-iterator",
4920 "indexmap 2.4.0",
4921 "stable_deref_trait",
4922]
4923
4924[[package]]
4925name = "gimli"
4926version = "0.31.0"
4927source = "registry+https://github.com/rust-lang/crates.io-index"
4928checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
4929
4930[[package]]
4931name = "git"
4932version = "0.1.0"
4933dependencies = [
4934 "anyhow",
4935 "async-trait",
4936 "clock",
4937 "collections",
4938 "derive_more",
4939 "git2",
4940 "gpui",
4941 "http_client",
4942 "log",
4943 "parking_lot",
4944 "pretty_assertions",
4945 "rope",
4946 "serde",
4947 "serde_json",
4948 "smol",
4949 "sum_tree",
4950 "text",
4951 "time",
4952 "unindent",
4953 "url",
4954 "util",
4955 "windows 0.58.0",
4956]
4957
4958[[package]]
4959name = "git2"
4960version = "0.19.0"
4961source = "registry+https://github.com/rust-lang/crates.io-index"
4962checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
4963dependencies = [
4964 "bitflags 2.6.0",
4965 "libc",
4966 "libgit2-sys",
4967 "log",
4968 "url",
4969]
4970
4971[[package]]
4972name = "git_hosting_providers"
4973version = "0.1.0"
4974dependencies = [
4975 "anyhow",
4976 "async-trait",
4977 "futures 0.3.30",
4978 "git",
4979 "gpui",
4980 "http_client",
4981 "indoc",
4982 "pretty_assertions",
4983 "regex",
4984 "serde",
4985 "serde_json",
4986 "url",
4987 "util",
4988]
4989
4990[[package]]
4991name = "glob"
4992version = "0.3.1"
4993source = "registry+https://github.com/rust-lang/crates.io-index"
4994checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4995
4996[[package]]
4997name = "globset"
4998version = "0.4.15"
4999source = "registry+https://github.com/rust-lang/crates.io-index"
5000checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5001dependencies = [
5002 "aho-corasick",
5003 "bstr",
5004 "log",
5005 "regex-automata 0.4.7",
5006 "regex-syntax 0.8.4",
5007]
5008
5009[[package]]
5010name = "gloo-timers"
5011version = "0.2.6"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
5013checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
5014dependencies = [
5015 "futures-channel",
5016 "futures-core",
5017 "js-sys",
5018 "wasm-bindgen",
5019]
5020
5021[[package]]
5022name = "glow"
5023version = "0.14.0"
5024source = "registry+https://github.com/rust-lang/crates.io-index"
5025checksum = "f865cbd94bd355b89611211e49508da98a1fce0ad755c1e8448fb96711b24528"
5026dependencies = [
5027 "js-sys",
5028 "slotmap",
5029 "wasm-bindgen",
5030 "web-sys",
5031]
5032
5033[[package]]
5034name = "go_to_line"
5035version = "0.1.0"
5036dependencies = [
5037 "anyhow",
5038 "editor",
5039 "gpui",
5040 "indoc",
5041 "language",
5042 "menu",
5043 "project",
5044 "rope",
5045 "schemars",
5046 "serde",
5047 "serde_json",
5048 "settings",
5049 "text",
5050 "theme",
5051 "tree-sitter-rust",
5052 "tree-sitter-typescript",
5053 "ui",
5054 "util",
5055 "workspace",
5056]
5057
5058[[package]]
5059name = "google_ai"
5060version = "0.1.0"
5061dependencies = [
5062 "anyhow",
5063 "futures 0.3.30",
5064 "http_client",
5065 "schemars",
5066 "serde",
5067 "serde_json",
5068 "strum 0.25.0",
5069]
5070
5071[[package]]
5072name = "gpu-alloc"
5073version = "0.6.0"
5074source = "registry+https://github.com/rust-lang/crates.io-index"
5075checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5076dependencies = [
5077 "bitflags 2.6.0",
5078 "gpu-alloc-types",
5079]
5080
5081[[package]]
5082name = "gpu-alloc-ash"
5083version = "0.7.0"
5084source = "registry+https://github.com/rust-lang/crates.io-index"
5085checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5086dependencies = [
5087 "ash",
5088 "gpu-alloc-types",
5089 "tinyvec",
5090]
5091
5092[[package]]
5093name = "gpu-alloc-types"
5094version = "0.3.0"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5097dependencies = [
5098 "bitflags 2.6.0",
5099]
5100
5101[[package]]
5102name = "gpui"
5103version = "0.1.0"
5104dependencies = [
5105 "anyhow",
5106 "as-raw-xcb-connection",
5107 "ashpd",
5108 "async-task",
5109 "backtrace",
5110 "bindgen 0.70.1",
5111 "blade-graphics",
5112 "blade-macros",
5113 "blade-util",
5114 "block",
5115 "bytemuck",
5116 "calloop",
5117 "calloop-wayland-source",
5118 "cbindgen",
5119 "cocoa 0.26.0",
5120 "collections",
5121 "core-foundation 0.9.4",
5122 "core-foundation-sys",
5123 "core-graphics 0.23.2",
5124 "core-text",
5125 "cosmic-text",
5126 "ctor",
5127 "derive_more",
5128 "embed-resource",
5129 "env_logger 0.11.5",
5130 "etagere",
5131 "filedescriptor",
5132 "flume",
5133 "font-kit",
5134 "foreign-types 0.5.0",
5135 "futures 0.3.30",
5136 "gpui_macros",
5137 "http_client",
5138 "image",
5139 "itertools 0.13.0",
5140 "linkme",
5141 "log",
5142 "media",
5143 "metal",
5144 "num_cpus",
5145 "objc",
5146 "oo7",
5147 "open",
5148 "parking",
5149 "parking_lot",
5150 "pathfinder_geometry",
5151 "postage",
5152 "profiling",
5153 "rand 0.8.5",
5154 "raw-window-handle",
5155 "refineable",
5156 "resvg",
5157 "schemars",
5158 "seahash",
5159 "semantic_version",
5160 "serde",
5161 "serde_derive",
5162 "serde_json",
5163 "slotmap",
5164 "smallvec",
5165 "smol",
5166 "strum 0.25.0",
5167 "sum_tree",
5168 "taffy",
5169 "thiserror",
5170 "unicode-segmentation",
5171 "usvg",
5172 "util",
5173 "uuid",
5174 "waker-fn",
5175 "wayland-backend",
5176 "wayland-client",
5177 "wayland-cursor",
5178 "wayland-protocols",
5179 "wayland-protocols-plasma",
5180 "windows 0.58.0",
5181 "windows-core 0.58.0",
5182 "x11-clipboard",
5183 "x11rb",
5184 "xim",
5185 "xkbcommon",
5186]
5187
5188[[package]]
5189name = "gpui_macros"
5190version = "0.1.0"
5191dependencies = [
5192 "proc-macro2",
5193 "quote",
5194 "syn 1.0.109",
5195]
5196
5197[[package]]
5198name = "grid"
5199version = "0.13.0"
5200source = "registry+https://github.com/rust-lang/crates.io-index"
5201checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5202
5203[[package]]
5204name = "group"
5205version = "0.12.1"
5206source = "registry+https://github.com/rust-lang/crates.io-index"
5207checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5208dependencies = [
5209 "ff",
5210 "rand_core 0.6.4",
5211 "subtle",
5212]
5213
5214[[package]]
5215name = "h2"
5216version = "0.3.26"
5217source = "registry+https://github.com/rust-lang/crates.io-index"
5218checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5219dependencies = [
5220 "bytes 1.7.2",
5221 "fnv",
5222 "futures-core",
5223 "futures-sink",
5224 "futures-util",
5225 "http 0.2.12",
5226 "indexmap 2.4.0",
5227 "slab",
5228 "tokio",
5229 "tokio-util",
5230 "tracing",
5231]
5232
5233[[package]]
5234name = "h2"
5235version = "0.4.6"
5236source = "registry+https://github.com/rust-lang/crates.io-index"
5237checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
5238dependencies = [
5239 "atomic-waker",
5240 "bytes 1.7.2",
5241 "fnv",
5242 "futures-core",
5243 "futures-sink",
5244 "http 1.1.0",
5245 "indexmap 2.4.0",
5246 "slab",
5247 "tokio",
5248 "tokio-util",
5249 "tracing",
5250]
5251
5252[[package]]
5253name = "half"
5254version = "2.4.1"
5255source = "registry+https://github.com/rust-lang/crates.io-index"
5256checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5257dependencies = [
5258 "cfg-if",
5259 "crunchy",
5260]
5261
5262[[package]]
5263name = "handlebars"
5264version = "4.5.0"
5265source = "registry+https://github.com/rust-lang/crates.io-index"
5266checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5267dependencies = [
5268 "log",
5269 "pest",
5270 "pest_derive",
5271 "serde",
5272 "serde_json",
5273 "thiserror",
5274]
5275
5276[[package]]
5277name = "handlebars"
5278version = "6.2.0"
5279source = "registry+https://github.com/rust-lang/crates.io-index"
5280checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5281dependencies = [
5282 "log",
5283 "num-order",
5284 "pest",
5285 "pest_derive",
5286 "serde",
5287 "serde_json",
5288 "thiserror",
5289]
5290
5291[[package]]
5292name = "hashbrown"
5293version = "0.12.3"
5294source = "registry+https://github.com/rust-lang/crates.io-index"
5295checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5296dependencies = [
5297 "ahash 0.7.8",
5298]
5299
5300[[package]]
5301name = "hashbrown"
5302version = "0.13.2"
5303source = "registry+https://github.com/rust-lang/crates.io-index"
5304checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5305dependencies = [
5306 "ahash 0.8.11",
5307]
5308
5309[[package]]
5310name = "hashbrown"
5311version = "0.14.5"
5312source = "registry+https://github.com/rust-lang/crates.io-index"
5313checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5314dependencies = [
5315 "ahash 0.8.11",
5316 "allocator-api2",
5317 "serde",
5318]
5319
5320[[package]]
5321name = "hashlink"
5322version = "0.8.4"
5323source = "registry+https://github.com/rust-lang/crates.io-index"
5324checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5325dependencies = [
5326 "hashbrown 0.14.5",
5327]
5328
5329[[package]]
5330name = "hashlink"
5331version = "0.9.1"
5332source = "registry+https://github.com/rust-lang/crates.io-index"
5333checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5334dependencies = [
5335 "hashbrown 0.14.5",
5336]
5337
5338[[package]]
5339name = "headers"
5340version = "0.3.9"
5341source = "registry+https://github.com/rust-lang/crates.io-index"
5342checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5343dependencies = [
5344 "base64 0.21.7",
5345 "bytes 1.7.2",
5346 "headers-core",
5347 "http 0.2.12",
5348 "httpdate",
5349 "mime",
5350 "sha1",
5351]
5352
5353[[package]]
5354name = "headers-core"
5355version = "0.2.0"
5356source = "registry+https://github.com/rust-lang/crates.io-index"
5357checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5358dependencies = [
5359 "http 0.2.12",
5360]
5361
5362[[package]]
5363name = "heck"
5364version = "0.3.3"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5367dependencies = [
5368 "unicode-segmentation",
5369]
5370
5371[[package]]
5372name = "heck"
5373version = "0.4.1"
5374source = "registry+https://github.com/rust-lang/crates.io-index"
5375checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5376dependencies = [
5377 "unicode-segmentation",
5378]
5379
5380[[package]]
5381name = "heck"
5382version = "0.5.0"
5383source = "registry+https://github.com/rust-lang/crates.io-index"
5384checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5385
5386[[package]]
5387name = "heed"
5388version = "0.20.5"
5389source = "registry+https://github.com/rust-lang/crates.io-index"
5390checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
5391dependencies = [
5392 "bitflags 2.6.0",
5393 "byteorder",
5394 "heed-traits",
5395 "heed-types",
5396 "libc",
5397 "lmdb-master-sys",
5398 "once_cell",
5399 "page_size",
5400 "serde",
5401 "synchronoise",
5402 "url",
5403]
5404
5405[[package]]
5406name = "heed-traits"
5407version = "0.20.0"
5408source = "registry+https://github.com/rust-lang/crates.io-index"
5409checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5410
5411[[package]]
5412name = "heed-types"
5413version = "0.20.1"
5414source = "registry+https://github.com/rust-lang/crates.io-index"
5415checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
5416dependencies = [
5417 "bincode",
5418 "byteorder",
5419 "heed-traits",
5420 "serde",
5421 "serde_json",
5422]
5423
5424[[package]]
5425name = "hermit-abi"
5426version = "0.3.9"
5427source = "registry+https://github.com/rust-lang/crates.io-index"
5428checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5429
5430[[package]]
5431name = "hermit-abi"
5432version = "0.4.0"
5433source = "registry+https://github.com/rust-lang/crates.io-index"
5434checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5435
5436[[package]]
5437name = "hex"
5438version = "0.4.3"
5439source = "registry+https://github.com/rust-lang/crates.io-index"
5440checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5441
5442[[package]]
5443name = "hexf-parse"
5444version = "0.2.1"
5445source = "registry+https://github.com/rust-lang/crates.io-index"
5446checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5447
5448[[package]]
5449name = "hidden-trait"
5450version = "0.1.2"
5451source = "registry+https://github.com/rust-lang/crates.io-index"
5452checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5453dependencies = [
5454 "proc-macro2",
5455 "quote",
5456 "syn 1.0.109",
5457]
5458
5459[[package]]
5460name = "hkdf"
5461version = "0.12.4"
5462source = "registry+https://github.com/rust-lang/crates.io-index"
5463checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5464dependencies = [
5465 "hmac",
5466]
5467
5468[[package]]
5469name = "hmac"
5470version = "0.12.1"
5471source = "registry+https://github.com/rust-lang/crates.io-index"
5472checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5473dependencies = [
5474 "digest",
5475]
5476
5477[[package]]
5478name = "home"
5479version = "0.5.9"
5480source = "registry+https://github.com/rust-lang/crates.io-index"
5481checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5482dependencies = [
5483 "windows-sys 0.52.0",
5484]
5485
5486[[package]]
5487name = "hound"
5488version = "3.5.1"
5489source = "registry+https://github.com/rust-lang/crates.io-index"
5490checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5491
5492[[package]]
5493name = "html5ever"
5494version = "0.27.0"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5497dependencies = [
5498 "log",
5499 "mac",
5500 "markup5ever",
5501 "proc-macro2",
5502 "quote",
5503 "syn 2.0.87",
5504]
5505
5506[[package]]
5507name = "html_to_markdown"
5508version = "0.1.0"
5509dependencies = [
5510 "anyhow",
5511 "html5ever",
5512 "indoc",
5513 "markup5ever_rcdom",
5514 "pretty_assertions",
5515 "regex",
5516]
5517
5518[[package]]
5519name = "http"
5520version = "0.2.12"
5521source = "registry+https://github.com/rust-lang/crates.io-index"
5522checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5523dependencies = [
5524 "bytes 1.7.2",
5525 "fnv",
5526 "itoa",
5527]
5528
5529[[package]]
5530name = "http"
5531version = "1.1.0"
5532source = "registry+https://github.com/rust-lang/crates.io-index"
5533checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
5534dependencies = [
5535 "bytes 1.7.2",
5536 "fnv",
5537 "itoa",
5538]
5539
5540[[package]]
5541name = "http-body"
5542version = "0.4.6"
5543source = "registry+https://github.com/rust-lang/crates.io-index"
5544checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5545dependencies = [
5546 "bytes 1.7.2",
5547 "http 0.2.12",
5548 "pin-project-lite",
5549]
5550
5551[[package]]
5552name = "http-body"
5553version = "1.0.1"
5554source = "registry+https://github.com/rust-lang/crates.io-index"
5555checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5556dependencies = [
5557 "bytes 1.7.2",
5558 "http 1.1.0",
5559]
5560
5561[[package]]
5562name = "http-body-util"
5563version = "0.1.2"
5564source = "registry+https://github.com/rust-lang/crates.io-index"
5565checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5566dependencies = [
5567 "bytes 1.7.2",
5568 "futures-util",
5569 "http 1.1.0",
5570 "http-body 1.0.1",
5571 "pin-project-lite",
5572]
5573
5574[[package]]
5575name = "http-range-header"
5576version = "0.3.1"
5577source = "registry+https://github.com/rust-lang/crates.io-index"
5578checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5579
5580[[package]]
5581name = "http-types"
5582version = "2.12.0"
5583source = "registry+https://github.com/rust-lang/crates.io-index"
5584checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5585dependencies = [
5586 "anyhow",
5587 "async-channel 1.9.0",
5588 "base64 0.13.1",
5589 "futures-lite 1.13.0",
5590 "http 0.2.12",
5591 "infer",
5592 "pin-project-lite",
5593 "rand 0.7.3",
5594 "serde",
5595 "serde_json",
5596 "serde_qs 0.8.5",
5597 "serde_urlencoded",
5598 "url",
5599]
5600
5601[[package]]
5602name = "http_client"
5603version = "0.1.0"
5604dependencies = [
5605 "anyhow",
5606 "bytes 1.7.2",
5607 "derive_more",
5608 "futures 0.3.30",
5609 "http 1.1.0",
5610 "log",
5611 "serde",
5612 "serde_json",
5613 "url",
5614]
5615
5616[[package]]
5617name = "httparse"
5618version = "1.9.4"
5619source = "registry+https://github.com/rust-lang/crates.io-index"
5620checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
5621
5622[[package]]
5623name = "httpdate"
5624version = "1.0.3"
5625source = "registry+https://github.com/rust-lang/crates.io-index"
5626checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5627
5628[[package]]
5629name = "human_bytes"
5630version = "0.4.3"
5631source = "registry+https://github.com/rust-lang/crates.io-index"
5632checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5633
5634[[package]]
5635name = "humantime"
5636version = "2.1.0"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5639
5640[[package]]
5641name = "hyper"
5642version = "0.14.31"
5643source = "registry+https://github.com/rust-lang/crates.io-index"
5644checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
5645dependencies = [
5646 "bytes 1.7.2",
5647 "futures-channel",
5648 "futures-core",
5649 "futures-util",
5650 "h2 0.3.26",
5651 "http 0.2.12",
5652 "http-body 0.4.6",
5653 "httparse",
5654 "httpdate",
5655 "itoa",
5656 "pin-project-lite",
5657 "socket2 0.4.10",
5658 "tokio",
5659 "tower-service",
5660 "tracing",
5661 "want",
5662]
5663
5664[[package]]
5665name = "hyper"
5666version = "1.4.1"
5667source = "registry+https://github.com/rust-lang/crates.io-index"
5668checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
5669dependencies = [
5670 "bytes 1.7.2",
5671 "futures-channel",
5672 "futures-util",
5673 "h2 0.4.6",
5674 "http 1.1.0",
5675 "http-body 1.0.1",
5676 "httparse",
5677 "itoa",
5678 "pin-project-lite",
5679 "smallvec",
5680 "tokio",
5681 "want",
5682]
5683
5684[[package]]
5685name = "hyper-rustls"
5686version = "0.24.2"
5687source = "registry+https://github.com/rust-lang/crates.io-index"
5688checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5689dependencies = [
5690 "futures-util",
5691 "http 0.2.12",
5692 "hyper 0.14.31",
5693 "log",
5694 "rustls 0.21.12",
5695 "rustls-native-certs 0.6.3",
5696 "tokio",
5697 "tokio-rustls 0.24.1",
5698]
5699
5700[[package]]
5701name = "hyper-rustls"
5702version = "0.27.3"
5703source = "registry+https://github.com/rust-lang/crates.io-index"
5704checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5705dependencies = [
5706 "futures-util",
5707 "http 1.1.0",
5708 "hyper 1.4.1",
5709 "hyper-util",
5710 "rustls 0.23.13",
5711 "rustls-native-certs 0.8.0",
5712 "rustls-pki-types",
5713 "tokio",
5714 "tokio-rustls 0.26.0",
5715 "tower-service",
5716]
5717
5718[[package]]
5719name = "hyper-tls"
5720version = "0.5.0"
5721source = "registry+https://github.com/rust-lang/crates.io-index"
5722checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5723dependencies = [
5724 "bytes 1.7.2",
5725 "hyper 0.14.31",
5726 "native-tls",
5727 "tokio",
5728 "tokio-native-tls",
5729]
5730
5731[[package]]
5732name = "hyper-util"
5733version = "0.1.9"
5734source = "registry+https://github.com/rust-lang/crates.io-index"
5735checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
5736dependencies = [
5737 "bytes 1.7.2",
5738 "futures-channel",
5739 "futures-util",
5740 "http 1.1.0",
5741 "http-body 1.0.1",
5742 "hyper 1.4.1",
5743 "pin-project-lite",
5744 "socket2 0.5.7",
5745 "tokio",
5746 "tower-service",
5747 "tracing",
5748]
5749
5750[[package]]
5751name = "iana-time-zone"
5752version = "0.1.60"
5753source = "registry+https://github.com/rust-lang/crates.io-index"
5754checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
5755dependencies = [
5756 "android_system_properties",
5757 "core-foundation-sys",
5758 "iana-time-zone-haiku",
5759 "js-sys",
5760 "wasm-bindgen",
5761 "windows-core 0.52.0",
5762]
5763
5764[[package]]
5765name = "iana-time-zone-haiku"
5766version = "0.1.2"
5767source = "registry+https://github.com/rust-lang/crates.io-index"
5768checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5769dependencies = [
5770 "cc",
5771]
5772
5773[[package]]
5774name = "icu_collections"
5775version = "1.5.0"
5776source = "registry+https://github.com/rust-lang/crates.io-index"
5777checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
5778dependencies = [
5779 "displaydoc",
5780 "yoke",
5781 "zerofrom",
5782 "zerovec",
5783]
5784
5785[[package]]
5786name = "icu_locid"
5787version = "1.5.0"
5788source = "registry+https://github.com/rust-lang/crates.io-index"
5789checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
5790dependencies = [
5791 "displaydoc",
5792 "litemap",
5793 "tinystr",
5794 "writeable",
5795 "zerovec",
5796]
5797
5798[[package]]
5799name = "icu_locid_transform"
5800version = "1.5.0"
5801source = "registry+https://github.com/rust-lang/crates.io-index"
5802checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
5803dependencies = [
5804 "displaydoc",
5805 "icu_locid",
5806 "icu_locid_transform_data",
5807 "icu_provider",
5808 "tinystr",
5809 "zerovec",
5810]
5811
5812[[package]]
5813name = "icu_locid_transform_data"
5814version = "1.5.0"
5815source = "registry+https://github.com/rust-lang/crates.io-index"
5816checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
5817
5818[[package]]
5819name = "icu_normalizer"
5820version = "1.5.0"
5821source = "registry+https://github.com/rust-lang/crates.io-index"
5822checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
5823dependencies = [
5824 "displaydoc",
5825 "icu_collections",
5826 "icu_normalizer_data",
5827 "icu_properties",
5828 "icu_provider",
5829 "smallvec",
5830 "utf16_iter",
5831 "utf8_iter",
5832 "write16",
5833 "zerovec",
5834]
5835
5836[[package]]
5837name = "icu_normalizer_data"
5838version = "1.5.0"
5839source = "registry+https://github.com/rust-lang/crates.io-index"
5840checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
5841
5842[[package]]
5843name = "icu_properties"
5844version = "1.5.1"
5845source = "registry+https://github.com/rust-lang/crates.io-index"
5846checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
5847dependencies = [
5848 "displaydoc",
5849 "icu_collections",
5850 "icu_locid_transform",
5851 "icu_properties_data",
5852 "icu_provider",
5853 "tinystr",
5854 "zerovec",
5855]
5856
5857[[package]]
5858name = "icu_properties_data"
5859version = "1.5.0"
5860source = "registry+https://github.com/rust-lang/crates.io-index"
5861checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
5862
5863[[package]]
5864name = "icu_provider"
5865version = "1.5.0"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
5868dependencies = [
5869 "displaydoc",
5870 "icu_locid",
5871 "icu_provider_macros",
5872 "stable_deref_trait",
5873 "tinystr",
5874 "writeable",
5875 "yoke",
5876 "zerofrom",
5877 "zerovec",
5878]
5879
5880[[package]]
5881name = "icu_provider_macros"
5882version = "1.5.0"
5883source = "registry+https://github.com/rust-lang/crates.io-index"
5884checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
5885dependencies = [
5886 "proc-macro2",
5887 "quote",
5888 "syn 2.0.87",
5889]
5890
5891[[package]]
5892name = "id-arena"
5893version = "2.2.1"
5894source = "registry+https://github.com/rust-lang/crates.io-index"
5895checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5896
5897[[package]]
5898name = "idna"
5899version = "1.0.3"
5900source = "registry+https://github.com/rust-lang/crates.io-index"
5901checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
5902dependencies = [
5903 "idna_adapter",
5904 "smallvec",
5905 "utf8_iter",
5906]
5907
5908[[package]]
5909name = "idna_adapter"
5910version = "1.2.0"
5911source = "registry+https://github.com/rust-lang/crates.io-index"
5912checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
5913dependencies = [
5914 "icu_normalizer",
5915 "icu_properties",
5916]
5917
5918[[package]]
5919name = "ignore"
5920version = "0.4.23"
5921source = "registry+https://github.com/rust-lang/crates.io-index"
5922checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
5923dependencies = [
5924 "crossbeam-deque",
5925 "globset",
5926 "log",
5927 "memchr",
5928 "regex-automata 0.4.7",
5929 "same-file",
5930 "walkdir",
5931 "winapi-util",
5932]
5933
5934[[package]]
5935name = "image"
5936version = "0.25.2"
5937source = "registry+https://github.com/rust-lang/crates.io-index"
5938checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
5939dependencies = [
5940 "bytemuck",
5941 "byteorder-lite",
5942 "color_quant",
5943 "exr",
5944 "gif",
5945 "image-webp",
5946 "num-traits",
5947 "png",
5948 "qoi",
5949 "ravif",
5950 "rayon",
5951 "rgb",
5952 "tiff",
5953 "zune-core",
5954 "zune-jpeg",
5955]
5956
5957[[package]]
5958name = "image-webp"
5959version = "0.1.3"
5960source = "registry+https://github.com/rust-lang/crates.io-index"
5961checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
5962dependencies = [
5963 "byteorder-lite",
5964 "quick-error",
5965]
5966
5967[[package]]
5968name = "image_viewer"
5969version = "0.1.0"
5970dependencies = [
5971 "anyhow",
5972 "db",
5973 "file_icons",
5974 "gpui",
5975 "project",
5976 "settings",
5977 "theme",
5978 "ui",
5979 "workspace",
5980]
5981
5982[[package]]
5983name = "imagesize"
5984version = "0.13.0"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
5987
5988[[package]]
5989name = "imgref"
5990version = "1.10.1"
5991source = "registry+https://github.com/rust-lang/crates.io-index"
5992checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
5993
5994[[package]]
5995name = "indexed_docs"
5996version = "0.1.0"
5997dependencies = [
5998 "anyhow",
5999 "async-trait",
6000 "cargo_metadata",
6001 "collections",
6002 "derive_more",
6003 "extension_host",
6004 "fs",
6005 "futures 0.3.30",
6006 "fuzzy",
6007 "gpui",
6008 "heed",
6009 "html_to_markdown",
6010 "http_client",
6011 "indexmap 1.9.3",
6012 "indoc",
6013 "parking_lot",
6014 "paths",
6015 "pretty_assertions",
6016 "serde",
6017 "strum 0.25.0",
6018 "util",
6019]
6020
6021[[package]]
6022name = "indexmap"
6023version = "1.9.3"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
6026dependencies = [
6027 "autocfg",
6028 "hashbrown 0.12.3",
6029 "serde",
6030]
6031
6032[[package]]
6033name = "indexmap"
6034version = "2.4.0"
6035source = "registry+https://github.com/rust-lang/crates.io-index"
6036checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
6037dependencies = [
6038 "equivalent",
6039 "hashbrown 0.14.5",
6040 "serde",
6041]
6042
6043[[package]]
6044name = "indoc"
6045version = "2.0.5"
6046source = "registry+https://github.com/rust-lang/crates.io-index"
6047checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6048
6049[[package]]
6050name = "infer"
6051version = "0.2.3"
6052source = "registry+https://github.com/rust-lang/crates.io-index"
6053checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6054
6055[[package]]
6056name = "inherent"
6057version = "1.0.11"
6058source = "registry+https://github.com/rust-lang/crates.io-index"
6059checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6060dependencies = [
6061 "proc-macro2",
6062 "quote",
6063 "syn 2.0.87",
6064]
6065
6066[[package]]
6067name = "inline_completion_button"
6068version = "0.1.0"
6069dependencies = [
6070 "anyhow",
6071 "copilot",
6072 "editor",
6073 "fs",
6074 "futures 0.3.30",
6075 "gpui",
6076 "indoc",
6077 "language",
6078 "lsp",
6079 "paths",
6080 "project",
6081 "serde_json",
6082 "settings",
6083 "supermaven",
6084 "theme",
6085 "ui",
6086 "util",
6087 "workspace",
6088 "zed_actions",
6089]
6090
6091[[package]]
6092name = "inotify"
6093version = "0.9.6"
6094source = "registry+https://github.com/rust-lang/crates.io-index"
6095checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6096dependencies = [
6097 "bitflags 1.3.2",
6098 "inotify-sys",
6099 "libc",
6100]
6101
6102[[package]]
6103name = "inotify-sys"
6104version = "0.1.5"
6105source = "registry+https://github.com/rust-lang/crates.io-index"
6106checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6107dependencies = [
6108 "libc",
6109]
6110
6111[[package]]
6112name = "inout"
6113version = "0.1.3"
6114source = "registry+https://github.com/rust-lang/crates.io-index"
6115checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6116dependencies = [
6117 "block-padding",
6118 "generic-array",
6119]
6120
6121[[package]]
6122name = "install_cli"
6123version = "0.1.0"
6124dependencies = [
6125 "anyhow",
6126 "gpui",
6127 "smol",
6128 "util",
6129]
6130
6131[[package]]
6132name = "instant"
6133version = "0.1.13"
6134source = "registry+https://github.com/rust-lang/crates.io-index"
6135checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6136dependencies = [
6137 "cfg-if",
6138]
6139
6140[[package]]
6141name = "interpolate_name"
6142version = "0.2.4"
6143source = "registry+https://github.com/rust-lang/crates.io-index"
6144checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6145dependencies = [
6146 "proc-macro2",
6147 "quote",
6148 "syn 2.0.87",
6149]
6150
6151[[package]]
6152name = "io-extras"
6153version = "0.18.3"
6154source = "registry+https://github.com/rust-lang/crates.io-index"
6155checksum = "7d45fd7584f9b67ac37bc041212d06bfac0700b36456b05890d36a3b626260eb"
6156dependencies = [
6157 "io-lifetimes 2.0.3",
6158 "windows-sys 0.52.0",
6159]
6160
6161[[package]]
6162name = "io-lifetimes"
6163version = "1.0.11"
6164source = "registry+https://github.com/rust-lang/crates.io-index"
6165checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
6166dependencies = [
6167 "hermit-abi 0.3.9",
6168 "libc",
6169 "windows-sys 0.48.0",
6170]
6171
6172[[package]]
6173name = "io-lifetimes"
6174version = "2.0.3"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
6177
6178[[package]]
6179name = "iovec"
6180version = "0.1.4"
6181source = "registry+https://github.com/rust-lang/crates.io-index"
6182checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6183dependencies = [
6184 "libc",
6185]
6186
6187[[package]]
6188name = "ipc-channel"
6189version = "0.18.3"
6190source = "registry+https://github.com/rust-lang/crates.io-index"
6191checksum = "c7f4c80f2df4fc64fb7fc2cff69fc034af26e6e6617ea9f1313131af464b9ca0"
6192dependencies = [
6193 "bincode",
6194 "crossbeam-channel",
6195 "fnv",
6196 "lazy_static",
6197 "libc",
6198 "mio 1.0.2",
6199 "rand 0.8.5",
6200 "serde",
6201 "tempfile",
6202 "uuid",
6203 "windows 0.58.0",
6204]
6205
6206[[package]]
6207name = "ipnet"
6208version = "2.9.0"
6209source = "registry+https://github.com/rust-lang/crates.io-index"
6210checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
6211
6212[[package]]
6213name = "is-docker"
6214version = "0.2.0"
6215source = "registry+https://github.com/rust-lang/crates.io-index"
6216checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6217dependencies = [
6218 "once_cell",
6219]
6220
6221[[package]]
6222name = "is-terminal"
6223version = "0.4.13"
6224source = "registry+https://github.com/rust-lang/crates.io-index"
6225checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6226dependencies = [
6227 "hermit-abi 0.4.0",
6228 "libc",
6229 "windows-sys 0.52.0",
6230]
6231
6232[[package]]
6233name = "is-wsl"
6234version = "0.4.0"
6235source = "registry+https://github.com/rust-lang/crates.io-index"
6236checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6237dependencies = [
6238 "is-docker",
6239 "once_cell",
6240]
6241
6242[[package]]
6243name = "is_terminal_polyfill"
6244version = "1.70.1"
6245source = "registry+https://github.com/rust-lang/crates.io-index"
6246checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6247
6248[[package]]
6249name = "itertools"
6250version = "0.10.5"
6251source = "registry+https://github.com/rust-lang/crates.io-index"
6252checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6253dependencies = [
6254 "either",
6255]
6256
6257[[package]]
6258name = "itertools"
6259version = "0.12.1"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6262dependencies = [
6263 "either",
6264]
6265
6266[[package]]
6267name = "itertools"
6268version = "0.13.0"
6269source = "registry+https://github.com/rust-lang/crates.io-index"
6270checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6271dependencies = [
6272 "either",
6273]
6274
6275[[package]]
6276name = "itoa"
6277version = "1.0.11"
6278source = "registry+https://github.com/rust-lang/crates.io-index"
6279checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
6280
6281[[package]]
6282name = "jni"
6283version = "0.21.1"
6284source = "registry+https://github.com/rust-lang/crates.io-index"
6285checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6286dependencies = [
6287 "cesu8",
6288 "cfg-if",
6289 "combine",
6290 "jni-sys",
6291 "log",
6292 "thiserror",
6293 "walkdir",
6294 "windows-sys 0.45.0",
6295]
6296
6297[[package]]
6298name = "jni-sys"
6299version = "0.3.0"
6300source = "registry+https://github.com/rust-lang/crates.io-index"
6301checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6302
6303[[package]]
6304name = "jobserver"
6305version = "0.1.32"
6306source = "registry+https://github.com/rust-lang/crates.io-index"
6307checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6308dependencies = [
6309 "libc",
6310]
6311
6312[[package]]
6313name = "journal"
6314version = "0.1.0"
6315dependencies = [
6316 "anyhow",
6317 "chrono",
6318 "editor",
6319 "gpui",
6320 "log",
6321 "schemars",
6322 "serde",
6323 "settings",
6324 "shellexpand 2.1.2",
6325 "workspace",
6326]
6327
6328[[package]]
6329name = "jpeg-decoder"
6330version = "0.3.1"
6331source = "registry+https://github.com/rust-lang/crates.io-index"
6332checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6333
6334[[package]]
6335name = "js-sys"
6336version = "0.3.70"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
6339dependencies = [
6340 "wasm-bindgen",
6341]
6342
6343[[package]]
6344name = "jsonwebtoken"
6345version = "9.3.0"
6346source = "registry+https://github.com/rust-lang/crates.io-index"
6347checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6348dependencies = [
6349 "base64 0.21.7",
6350 "js-sys",
6351 "pem",
6352 "ring 0.17.8",
6353 "serde",
6354 "serde_json",
6355 "simple_asn1",
6356]
6357
6358[[package]]
6359name = "jupyter-serde"
6360version = "0.2.1"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "77b96de099fc23d5c21e05de32cc087c8326983895b7f6c242562af01f7d4c81"
6363dependencies = [
6364 "anyhow",
6365 "chrono",
6366 "serde",
6367 "serde_json",
6368 "thiserror",
6369 "uuid",
6370]
6371
6372[[package]]
6373name = "khronos-egl"
6374version = "6.0.0"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6377dependencies = [
6378 "libc",
6379 "libloading",
6380]
6381
6382[[package]]
6383name = "kqueue"
6384version = "1.0.8"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6387dependencies = [
6388 "kqueue-sys",
6389 "libc",
6390]
6391
6392[[package]]
6393name = "kqueue-sys"
6394version = "1.0.4"
6395source = "registry+https://github.com/rust-lang/crates.io-index"
6396checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6397dependencies = [
6398 "bitflags 1.3.2",
6399 "libc",
6400]
6401
6402[[package]]
6403name = "kurbo"
6404version = "0.11.0"
6405source = "registry+https://github.com/rust-lang/crates.io-index"
6406checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
6407dependencies = [
6408 "arrayvec",
6409 "smallvec",
6410]
6411
6412[[package]]
6413name = "kv-log-macro"
6414version = "1.0.7"
6415source = "registry+https://github.com/rust-lang/crates.io-index"
6416checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6417dependencies = [
6418 "log",
6419]
6420
6421[[package]]
6422name = "language"
6423version = "0.1.0"
6424dependencies = [
6425 "anyhow",
6426 "async-trait",
6427 "async-watch",
6428 "clock",
6429 "collections",
6430 "ctor",
6431 "ec4rs",
6432 "env_logger 0.11.5",
6433 "futures 0.3.30",
6434 "fuzzy",
6435 "git",
6436 "globset",
6437 "gpui",
6438 "http_client",
6439 "indoc",
6440 "itertools 0.13.0",
6441 "log",
6442 "lsp",
6443 "parking_lot",
6444 "postage",
6445 "pretty_assertions",
6446 "pulldown-cmark 0.12.2",
6447 "rand 0.8.5",
6448 "regex",
6449 "rpc",
6450 "schemars",
6451 "serde",
6452 "serde_json",
6453 "settings",
6454 "similar",
6455 "smallvec",
6456 "smol",
6457 "strsim",
6458 "sum_tree",
6459 "task",
6460 "text",
6461 "theme",
6462 "tree-sitter",
6463 "tree-sitter-elixir",
6464 "tree-sitter-embedded-template",
6465 "tree-sitter-heex",
6466 "tree-sitter-html",
6467 "tree-sitter-json",
6468 "tree-sitter-md",
6469 "tree-sitter-ruby",
6470 "tree-sitter-rust",
6471 "tree-sitter-typescript",
6472 "unicase",
6473 "unindent",
6474 "util",
6475]
6476
6477[[package]]
6478name = "language_model"
6479version = "0.1.0"
6480dependencies = [
6481 "anthropic",
6482 "anyhow",
6483 "base64 0.22.1",
6484 "client",
6485 "collections",
6486 "copilot",
6487 "ctor",
6488 "editor",
6489 "env_logger 0.11.5",
6490 "feature_flags",
6491 "futures 0.3.30",
6492 "google_ai",
6493 "gpui",
6494 "http_client",
6495 "image",
6496 "inline_completion_button",
6497 "language",
6498 "log",
6499 "menu",
6500 "ollama",
6501 "open_ai",
6502 "parking_lot",
6503 "project",
6504 "proto",
6505 "rand 0.8.5",
6506 "schemars",
6507 "serde",
6508 "serde_json",
6509 "settings",
6510 "smol",
6511 "strum 0.25.0",
6512 "telemetry_events",
6513 "text",
6514 "theme",
6515 "thiserror",
6516 "tiktoken-rs",
6517 "ui",
6518 "unindent",
6519 "util",
6520]
6521
6522[[package]]
6523name = "language_selector"
6524version = "0.1.0"
6525dependencies = [
6526 "anyhow",
6527 "editor",
6528 "fuzzy",
6529 "gpui",
6530 "language",
6531 "picker",
6532 "project",
6533 "ui",
6534 "util",
6535 "workspace",
6536]
6537
6538[[package]]
6539name = "language_tools"
6540version = "0.1.0"
6541dependencies = [
6542 "anyhow",
6543 "client",
6544 "collections",
6545 "copilot",
6546 "editor",
6547 "env_logger 0.11.5",
6548 "futures 0.3.30",
6549 "gpui",
6550 "itertools 0.13.0",
6551 "language",
6552 "lsp",
6553 "project",
6554 "release_channel",
6555 "serde_json",
6556 "settings",
6557 "theme",
6558 "tree-sitter",
6559 "ui",
6560 "util",
6561 "workspace",
6562 "zed_actions",
6563]
6564
6565[[package]]
6566name = "languages"
6567version = "0.1.0"
6568dependencies = [
6569 "anyhow",
6570 "async-compression",
6571 "async-tar",
6572 "async-trait",
6573 "collections",
6574 "futures 0.3.30",
6575 "gpui",
6576 "http_client",
6577 "language",
6578 "log",
6579 "lsp",
6580 "node_runtime",
6581 "paths",
6582 "pet",
6583 "pet-conda",
6584 "pet-core",
6585 "pet-fs",
6586 "pet-poetry",
6587 "pet-reporter",
6588 "project",
6589 "regex",
6590 "rope",
6591 "rust-embed",
6592 "serde",
6593 "serde_json",
6594 "settings",
6595 "smol",
6596 "task",
6597 "text",
6598 "theme",
6599 "toml 0.8.19",
6600 "tree-sitter",
6601 "tree-sitter-bash",
6602 "tree-sitter-c",
6603 "tree-sitter-cpp",
6604 "tree-sitter-css",
6605 "tree-sitter-diff",
6606 "tree-sitter-go",
6607 "tree-sitter-gomod",
6608 "tree-sitter-gowork",
6609 "tree-sitter-jsdoc",
6610 "tree-sitter-json",
6611 "tree-sitter-md",
6612 "tree-sitter-python",
6613 "tree-sitter-regex",
6614 "tree-sitter-rust",
6615 "tree-sitter-typescript",
6616 "tree-sitter-yaml",
6617 "unindent",
6618 "util",
6619 "workspace",
6620]
6621
6622[[package]]
6623name = "lazy_static"
6624version = "1.5.0"
6625source = "registry+https://github.com/rust-lang/crates.io-index"
6626checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6627dependencies = [
6628 "spin 0.9.8",
6629]
6630
6631[[package]]
6632name = "lazycell"
6633version = "1.3.0"
6634source = "registry+https://github.com/rust-lang/crates.io-index"
6635checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
6636
6637[[package]]
6638name = "leb128"
6639version = "0.2.5"
6640source = "registry+https://github.com/rust-lang/crates.io-index"
6641checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6642
6643[[package]]
6644name = "lebe"
6645version = "0.5.2"
6646source = "registry+https://github.com/rust-lang/crates.io-index"
6647checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6648
6649[[package]]
6650name = "libc"
6651version = "0.2.161"
6652source = "registry+https://github.com/rust-lang/crates.io-index"
6653checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
6654
6655[[package]]
6656name = "libdbus-sys"
6657version = "0.2.5"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6660dependencies = [
6661 "cc",
6662 "pkg-config",
6663]
6664
6665[[package]]
6666name = "libfuzzer-sys"
6667version = "0.4.7"
6668source = "registry+https://github.com/rust-lang/crates.io-index"
6669checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
6670dependencies = [
6671 "arbitrary",
6672 "cc",
6673 "once_cell",
6674]
6675
6676[[package]]
6677name = "libgit2-sys"
6678version = "0.17.0+1.8.1"
6679source = "registry+https://github.com/rust-lang/crates.io-index"
6680checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6681dependencies = [
6682 "cc",
6683 "libc",
6684 "libz-sys",
6685 "pkg-config",
6686]
6687
6688[[package]]
6689name = "libloading"
6690version = "0.8.5"
6691source = "registry+https://github.com/rust-lang/crates.io-index"
6692checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
6693dependencies = [
6694 "cfg-if",
6695 "windows-targets 0.52.6",
6696]
6697
6698[[package]]
6699name = "libm"
6700version = "0.2.8"
6701source = "registry+https://github.com/rust-lang/crates.io-index"
6702checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
6703
6704[[package]]
6705name = "libmimalloc-sys"
6706version = "0.1.39"
6707source = "registry+https://github.com/rust-lang/crates.io-index"
6708checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6709dependencies = [
6710 "cc",
6711 "libc",
6712]
6713
6714[[package]]
6715name = "libredox"
6716version = "0.1.3"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6719dependencies = [
6720 "bitflags 2.6.0",
6721 "libc",
6722 "redox_syscall 0.5.3",
6723]
6724
6725[[package]]
6726name = "libsqlite3-sys"
6727version = "0.28.0"
6728source = "registry+https://github.com/rust-lang/crates.io-index"
6729checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
6730dependencies = [
6731 "cc",
6732 "pkg-config",
6733 "vcpkg",
6734]
6735
6736[[package]]
6737name = "libz-sys"
6738version = "1.1.20"
6739source = "registry+https://github.com/rust-lang/crates.io-index"
6740checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6741dependencies = [
6742 "cc",
6743 "libc",
6744 "pkg-config",
6745 "vcpkg",
6746]
6747
6748[[package]]
6749name = "linkify"
6750version = "0.10.0"
6751source = "registry+https://github.com/rust-lang/crates.io-index"
6752checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
6753dependencies = [
6754 "memchr",
6755]
6756
6757[[package]]
6758name = "linkme"
6759version = "0.3.29"
6760source = "registry+https://github.com/rust-lang/crates.io-index"
6761checksum = "70fe496a7af8c406f877635cbf3cd6a9fac9d6f443f58691cd8afe6ce0971af4"
6762dependencies = [
6763 "linkme-impl",
6764]
6765
6766[[package]]
6767name = "linkme-impl"
6768version = "0.3.29"
6769source = "registry+https://github.com/rust-lang/crates.io-index"
6770checksum = "b01f197a15988fb5b2ec0a5a9800c97e70771499c456ad757d63b3c5e9b96e75"
6771dependencies = [
6772 "proc-macro2",
6773 "quote",
6774 "syn 2.0.87",
6775]
6776
6777[[package]]
6778name = "linux-raw-sys"
6779version = "0.3.8"
6780source = "registry+https://github.com/rust-lang/crates.io-index"
6781checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6782
6783[[package]]
6784name = "linux-raw-sys"
6785version = "0.4.14"
6786source = "registry+https://github.com/rust-lang/crates.io-index"
6787checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
6788
6789[[package]]
6790name = "litemap"
6791version = "0.7.3"
6792source = "registry+https://github.com/rust-lang/crates.io-index"
6793checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
6794
6795[[package]]
6796name = "live_kit_client"
6797version = "0.1.0"
6798dependencies = [
6799 "anyhow",
6800 "async-broadcast",
6801 "async-trait",
6802 "collections",
6803 "core-foundation 0.9.4",
6804 "futures 0.3.30",
6805 "gpui",
6806 "live_kit_server",
6807 "log",
6808 "media",
6809 "nanoid",
6810 "parking_lot",
6811 "postage",
6812 "serde",
6813 "serde_json",
6814 "sha2",
6815 "simplelog",
6816]
6817
6818[[package]]
6819name = "live_kit_server"
6820version = "0.1.0"
6821dependencies = [
6822 "anyhow",
6823 "async-trait",
6824 "jsonwebtoken",
6825 "log",
6826 "prost",
6827 "prost-build",
6828 "prost-types",
6829 "reqwest 0.12.8",
6830 "serde",
6831]
6832
6833[[package]]
6834name = "lmdb-master-sys"
6835version = "0.2.4"
6836source = "registry+https://github.com/rust-lang/crates.io-index"
6837checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6838dependencies = [
6839 "cc",
6840 "doxygen-rs",
6841 "libc",
6842]
6843
6844[[package]]
6845name = "lock_api"
6846version = "0.4.12"
6847source = "registry+https://github.com/rust-lang/crates.io-index"
6848checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6849dependencies = [
6850 "autocfg",
6851 "scopeguard",
6852]
6853
6854[[package]]
6855name = "log"
6856version = "0.4.22"
6857source = "registry+https://github.com/rust-lang/crates.io-index"
6858checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6859dependencies = [
6860 "serde",
6861 "value-bag",
6862]
6863
6864[[package]]
6865name = "loop9"
6866version = "0.1.5"
6867source = "registry+https://github.com/rust-lang/crates.io-index"
6868checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6869dependencies = [
6870 "imgref",
6871]
6872
6873[[package]]
6874name = "lru"
6875version = "0.12.4"
6876source = "registry+https://github.com/rust-lang/crates.io-index"
6877checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6878dependencies = [
6879 "hashbrown 0.14.5",
6880]
6881
6882[[package]]
6883name = "lsp"
6884version = "0.1.0"
6885dependencies = [
6886 "anyhow",
6887 "async-pipe",
6888 "collections",
6889 "ctor",
6890 "env_logger 0.11.5",
6891 "futures 0.3.30",
6892 "gpui",
6893 "log",
6894 "lsp-types",
6895 "parking_lot",
6896 "postage",
6897 "release_channel",
6898 "serde",
6899 "serde_json",
6900 "smol",
6901 "util",
6902 "windows 0.58.0",
6903]
6904
6905[[package]]
6906name = "lsp-types"
6907version = "0.95.1"
6908source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
6909dependencies = [
6910 "bitflags 1.3.2",
6911 "serde",
6912 "serde_json",
6913 "serde_repr",
6914 "url",
6915]
6916
6917[[package]]
6918name = "lz4"
6919version = "1.26.0"
6920source = "registry+https://github.com/rust-lang/crates.io-index"
6921checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
6922dependencies = [
6923 "libc",
6924 "lz4-sys",
6925]
6926
6927[[package]]
6928name = "lz4-sys"
6929version = "1.10.0"
6930source = "registry+https://github.com/rust-lang/crates.io-index"
6931checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
6932dependencies = [
6933 "cc",
6934 "libc",
6935]
6936
6937[[package]]
6938name = "mac"
6939version = "0.1.1"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6942
6943[[package]]
6944name = "mach2"
6945version = "0.4.2"
6946source = "registry+https://github.com/rust-lang/crates.io-index"
6947checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
6948dependencies = [
6949 "libc",
6950]
6951
6952[[package]]
6953name = "malloc_buf"
6954version = "0.0.6"
6955source = "registry+https://github.com/rust-lang/crates.io-index"
6956checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6957dependencies = [
6958 "libc",
6959]
6960
6961[[package]]
6962name = "maplit"
6963version = "1.0.2"
6964source = "registry+https://github.com/rust-lang/crates.io-index"
6965checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
6966
6967[[package]]
6968name = "markdown"
6969version = "0.1.0"
6970dependencies = [
6971 "anyhow",
6972 "assets",
6973 "env_logger 0.11.5",
6974 "futures 0.3.30",
6975 "gpui",
6976 "language",
6977 "languages",
6978 "linkify",
6979 "log",
6980 "node_runtime",
6981 "pulldown-cmark 0.12.2",
6982 "settings",
6983 "theme",
6984 "ui",
6985 "util",
6986]
6987
6988[[package]]
6989name = "markdown_preview"
6990version = "0.1.0"
6991dependencies = [
6992 "anyhow",
6993 "async-recursion 1.1.1",
6994 "collections",
6995 "editor",
6996 "gpui",
6997 "language",
6998 "linkify",
6999 "log",
7000 "pretty_assertions",
7001 "pulldown-cmark 0.12.2",
7002 "settings",
7003 "theme",
7004 "ui",
7005 "workspace",
7006]
7007
7008[[package]]
7009name = "markup5ever"
7010version = "0.12.1"
7011source = "registry+https://github.com/rust-lang/crates.io-index"
7012checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7013dependencies = [
7014 "log",
7015 "phf",
7016 "phf_codegen",
7017 "string_cache",
7018 "string_cache_codegen",
7019 "tendril",
7020]
7021
7022[[package]]
7023name = "markup5ever_rcdom"
7024version = "0.3.0"
7025source = "registry+https://github.com/rust-lang/crates.io-index"
7026checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7027dependencies = [
7028 "html5ever",
7029 "markup5ever",
7030 "tendril",
7031 "xml5ever",
7032]
7033
7034[[package]]
7035name = "matchers"
7036version = "0.1.0"
7037source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7039dependencies = [
7040 "regex-automata 0.1.10",
7041]
7042
7043[[package]]
7044name = "matchit"
7045version = "0.7.3"
7046source = "registry+https://github.com/rust-lang/crates.io-index"
7047checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7048
7049[[package]]
7050name = "maybe-owned"
7051version = "0.3.4"
7052source = "registry+https://github.com/rust-lang/crates.io-index"
7053checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7054
7055[[package]]
7056name = "maybe-rayon"
7057version = "0.1.1"
7058source = "registry+https://github.com/rust-lang/crates.io-index"
7059checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7060dependencies = [
7061 "cfg-if",
7062]
7063
7064[[package]]
7065name = "md-5"
7066version = "0.10.6"
7067source = "registry+https://github.com/rust-lang/crates.io-index"
7068checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7069dependencies = [
7070 "cfg-if",
7071 "digest",
7072]
7073
7074[[package]]
7075name = "mdbook"
7076version = "0.4.41"
7077source = "registry+https://github.com/rust-lang/crates.io-index"
7078checksum = "5c57953fbe900c241a7879c8fd81c5a6bebc583dc8a4338582c63b58b49014d7"
7079dependencies = [
7080 "ammonia",
7081 "anyhow",
7082 "chrono",
7083 "clap",
7084 "clap_complete",
7085 "elasticlunr-rs",
7086 "env_logger 0.11.5",
7087 "futures-util",
7088 "handlebars 6.2.0",
7089 "ignore",
7090 "log",
7091 "memchr",
7092 "notify",
7093 "notify-debouncer-mini",
7094 "once_cell",
7095 "opener",
7096 "pathdiff",
7097 "pulldown-cmark 0.10.3",
7098 "regex",
7099 "serde",
7100 "serde_json",
7101 "shlex",
7102 "tempfile",
7103 "tokio",
7104 "toml 0.5.11",
7105 "topological-sort",
7106 "walkdir",
7107 "warp",
7108]
7109
7110[[package]]
7111name = "media"
7112version = "0.1.0"
7113dependencies = [
7114 "anyhow",
7115 "bindgen 0.70.1",
7116 "core-foundation 0.9.4",
7117 "foreign-types 0.5.0",
7118 "metal",
7119 "objc",
7120]
7121
7122[[package]]
7123name = "memchr"
7124version = "2.7.4"
7125source = "registry+https://github.com/rust-lang/crates.io-index"
7126checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7127
7128[[package]]
7129name = "memfd"
7130version = "0.6.4"
7131source = "registry+https://github.com/rust-lang/crates.io-index"
7132checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7133dependencies = [
7134 "rustix 0.38.39",
7135]
7136
7137[[package]]
7138name = "memmap2"
7139version = "0.9.4"
7140source = "registry+https://github.com/rust-lang/crates.io-index"
7141checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
7142dependencies = [
7143 "libc",
7144]
7145
7146[[package]]
7147name = "memoffset"
7148version = "0.9.1"
7149source = "registry+https://github.com/rust-lang/crates.io-index"
7150checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7151dependencies = [
7152 "autocfg",
7153]
7154
7155[[package]]
7156name = "menu"
7157version = "0.1.0"
7158dependencies = [
7159 "gpui",
7160 "serde",
7161]
7162
7163[[package]]
7164name = "metal"
7165version = "0.29.0"
7166source = "registry+https://github.com/rust-lang/crates.io-index"
7167checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
7168dependencies = [
7169 "bitflags 2.6.0",
7170 "block",
7171 "core-graphics-types 0.1.3",
7172 "foreign-types 0.5.0",
7173 "log",
7174 "objc",
7175 "paste",
7176]
7177
7178[[package]]
7179name = "mimalloc"
7180version = "0.1.43"
7181source = "registry+https://github.com/rust-lang/crates.io-index"
7182checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7183dependencies = [
7184 "libmimalloc-sys",
7185]
7186
7187[[package]]
7188name = "mime"
7189version = "0.3.17"
7190source = "registry+https://github.com/rust-lang/crates.io-index"
7191checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7192
7193[[package]]
7194name = "mime_guess"
7195version = "2.0.5"
7196source = "registry+https://github.com/rust-lang/crates.io-index"
7197checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7198dependencies = [
7199 "mime",
7200 "unicase",
7201]
7202
7203[[package]]
7204name = "minimal-lexical"
7205version = "0.2.1"
7206source = "registry+https://github.com/rust-lang/crates.io-index"
7207checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7208
7209[[package]]
7210name = "miniz_oxide"
7211version = "0.7.4"
7212source = "registry+https://github.com/rust-lang/crates.io-index"
7213checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
7214dependencies = [
7215 "adler",
7216 "simd-adler32",
7217]
7218
7219[[package]]
7220name = "miniz_oxide"
7221version = "0.8.0"
7222source = "registry+https://github.com/rust-lang/crates.io-index"
7223checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7224dependencies = [
7225 "adler2",
7226]
7227
7228[[package]]
7229name = "mint"
7230version = "0.5.9"
7231source = "registry+https://github.com/rust-lang/crates.io-index"
7232checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7233
7234[[package]]
7235name = "mio"
7236version = "0.8.11"
7237source = "registry+https://github.com/rust-lang/crates.io-index"
7238checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7239dependencies = [
7240 "libc",
7241 "log",
7242 "wasi 0.11.0+wasi-snapshot-preview1",
7243 "windows-sys 0.48.0",
7244]
7245
7246[[package]]
7247name = "mio"
7248version = "1.0.2"
7249source = "registry+https://github.com/rust-lang/crates.io-index"
7250checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
7251dependencies = [
7252 "hermit-abi 0.3.9",
7253 "libc",
7254 "log",
7255 "wasi 0.11.0+wasi-snapshot-preview1",
7256 "windows-sys 0.52.0",
7257]
7258
7259[[package]]
7260name = "miow"
7261version = "0.6.0"
7262source = "registry+https://github.com/rust-lang/crates.io-index"
7263checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7264dependencies = [
7265 "windows-sys 0.48.0",
7266]
7267
7268[[package]]
7269name = "msvc_spectre_libs"
7270version = "0.1.2"
7271source = "registry+https://github.com/rust-lang/crates.io-index"
7272checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7273dependencies = [
7274 "cc",
7275]
7276
7277[[package]]
7278name = "multi_buffer"
7279version = "0.1.0"
7280dependencies = [
7281 "anyhow",
7282 "clock",
7283 "collections",
7284 "ctor",
7285 "env_logger 0.11.5",
7286 "futures 0.3.30",
7287 "gpui",
7288 "itertools 0.13.0",
7289 "language",
7290 "log",
7291 "parking_lot",
7292 "rand 0.8.5",
7293 "serde",
7294 "settings",
7295 "smallvec",
7296 "sum_tree",
7297 "text",
7298 "theme",
7299 "util",
7300]
7301
7302[[package]]
7303name = "multimap"
7304version = "0.8.3"
7305source = "registry+https://github.com/rust-lang/crates.io-index"
7306checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7307
7308[[package]]
7309name = "naga"
7310version = "22.1.0"
7311source = "registry+https://github.com/rust-lang/crates.io-index"
7312checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
7313dependencies = [
7314 "arrayvec",
7315 "bit-set 0.6.0",
7316 "bitflags 2.6.0",
7317 "cfg_aliases 0.1.1",
7318 "codespan-reporting",
7319 "hexf-parse",
7320 "indexmap 2.4.0",
7321 "log",
7322 "rustc-hash 1.1.0",
7323 "spirv",
7324 "termcolor",
7325 "thiserror",
7326 "unicode-xid",
7327]
7328
7329[[package]]
7330name = "nanoid"
7331version = "0.4.0"
7332source = "registry+https://github.com/rust-lang/crates.io-index"
7333checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7334dependencies = [
7335 "rand 0.8.5",
7336]
7337
7338[[package]]
7339name = "nanorand"
7340version = "0.7.0"
7341source = "registry+https://github.com/rust-lang/crates.io-index"
7342checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7343dependencies = [
7344 "getrandom 0.2.15",
7345]
7346
7347[[package]]
7348name = "native-tls"
7349version = "0.2.12"
7350source = "registry+https://github.com/rust-lang/crates.io-index"
7351checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7352dependencies = [
7353 "libc",
7354 "log",
7355 "openssl",
7356 "openssl-probe",
7357 "openssl-sys",
7358 "schannel",
7359 "security-framework",
7360 "security-framework-sys",
7361 "tempfile",
7362]
7363
7364[[package]]
7365name = "nbformat"
7366version = "0.3.2"
7367source = "registry+https://github.com/rust-lang/crates.io-index"
7368checksum = "84f8a9ab08b34237c2c1d0504b794c2ff01c08dfc46a060d160f004a7f479c31"
7369dependencies = [
7370 "anyhow",
7371 "chrono",
7372 "jupyter-serde",
7373 "serde",
7374 "serde_json",
7375 "thiserror",
7376 "uuid",
7377]
7378
7379[[package]]
7380name = "ndk"
7381version = "0.8.0"
7382source = "registry+https://github.com/rust-lang/crates.io-index"
7383checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7384dependencies = [
7385 "bitflags 2.6.0",
7386 "jni-sys",
7387 "log",
7388 "ndk-sys",
7389 "num_enum",
7390 "thiserror",
7391]
7392
7393[[package]]
7394name = "ndk-context"
7395version = "0.1.1"
7396source = "registry+https://github.com/rust-lang/crates.io-index"
7397checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7398
7399[[package]]
7400name = "ndk-sys"
7401version = "0.5.0+25.2.9519653"
7402source = "registry+https://github.com/rust-lang/crates.io-index"
7403checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7404dependencies = [
7405 "jni-sys",
7406]
7407
7408[[package]]
7409name = "new_debug_unreachable"
7410version = "1.0.6"
7411source = "registry+https://github.com/rust-lang/crates.io-index"
7412checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7413
7414[[package]]
7415name = "nix"
7416version = "0.29.0"
7417source = "registry+https://github.com/rust-lang/crates.io-index"
7418checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7419dependencies = [
7420 "bitflags 2.6.0",
7421 "cfg-if",
7422 "cfg_aliases 0.2.1",
7423 "libc",
7424 "memoffset",
7425]
7426
7427[[package]]
7428name = "node_runtime"
7429version = "0.1.0"
7430dependencies = [
7431 "anyhow",
7432 "async-compression",
7433 "async-std",
7434 "async-tar",
7435 "async-trait",
7436 "async-watch",
7437 "async_zip",
7438 "futures 0.3.30",
7439 "http_client",
7440 "log",
7441 "paths",
7442 "semver",
7443 "serde",
7444 "serde_json",
7445 "smol",
7446 "tempfile",
7447 "util",
7448 "walkdir",
7449 "which 6.0.3",
7450 "windows 0.58.0",
7451]
7452
7453[[package]]
7454name = "nom"
7455version = "7.1.3"
7456source = "registry+https://github.com/rust-lang/crates.io-index"
7457checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7458dependencies = [
7459 "memchr",
7460 "minimal-lexical",
7461]
7462
7463[[package]]
7464name = "noop_proc_macro"
7465version = "0.3.0"
7466source = "registry+https://github.com/rust-lang/crates.io-index"
7467checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7468
7469[[package]]
7470name = "normpath"
7471version = "1.3.0"
7472source = "registry+https://github.com/rust-lang/crates.io-index"
7473checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7474dependencies = [
7475 "windows-sys 0.59.0",
7476]
7477
7478[[package]]
7479name = "notifications"
7480version = "0.1.0"
7481dependencies = [
7482 "anyhow",
7483 "channel",
7484 "client",
7485 "collections",
7486 "db",
7487 "gpui",
7488 "rpc",
7489 "settings",
7490 "sum_tree",
7491 "time",
7492 "util",
7493]
7494
7495[[package]]
7496name = "notify"
7497version = "6.1.1"
7498source = "registry+https://github.com/rust-lang/crates.io-index"
7499checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7500dependencies = [
7501 "bitflags 2.6.0",
7502 "crossbeam-channel",
7503 "filetime",
7504 "fsevent-sys 4.1.0",
7505 "inotify",
7506 "kqueue",
7507 "libc",
7508 "log",
7509 "mio 0.8.11",
7510 "walkdir",
7511 "windows-sys 0.48.0",
7512]
7513
7514[[package]]
7515name = "notify-debouncer-mini"
7516version = "0.4.1"
7517source = "registry+https://github.com/rust-lang/crates.io-index"
7518checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7519dependencies = [
7520 "crossbeam-channel",
7521 "log",
7522 "notify",
7523]
7524
7525[[package]]
7526name = "ntapi"
7527version = "0.4.1"
7528source = "registry+https://github.com/rust-lang/crates.io-index"
7529checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7530dependencies = [
7531 "winapi",
7532]
7533
7534[[package]]
7535name = "nu-ansi-term"
7536version = "0.46.0"
7537source = "registry+https://github.com/rust-lang/crates.io-index"
7538checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7539dependencies = [
7540 "overload",
7541 "winapi",
7542]
7543
7544[[package]]
7545name = "num"
7546version = "0.4.3"
7547source = "registry+https://github.com/rust-lang/crates.io-index"
7548checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7549dependencies = [
7550 "num-bigint",
7551 "num-complex",
7552 "num-integer",
7553 "num-iter",
7554 "num-rational",
7555 "num-traits",
7556]
7557
7558[[package]]
7559name = "num-bigint"
7560version = "0.4.6"
7561source = "registry+https://github.com/rust-lang/crates.io-index"
7562checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7563dependencies = [
7564 "num-integer",
7565 "num-traits",
7566]
7567
7568[[package]]
7569name = "num-bigint-dig"
7570version = "0.8.4"
7571source = "registry+https://github.com/rust-lang/crates.io-index"
7572checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7573dependencies = [
7574 "byteorder",
7575 "lazy_static",
7576 "libm",
7577 "num-integer",
7578 "num-iter",
7579 "num-traits",
7580 "rand 0.8.5",
7581 "serde",
7582 "smallvec",
7583 "zeroize",
7584]
7585
7586[[package]]
7587name = "num-complex"
7588version = "0.4.6"
7589source = "registry+https://github.com/rust-lang/crates.io-index"
7590checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7591dependencies = [
7592 "num-traits",
7593]
7594
7595[[package]]
7596name = "num-conv"
7597version = "0.1.0"
7598source = "registry+https://github.com/rust-lang/crates.io-index"
7599checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7600
7601[[package]]
7602name = "num-derive"
7603version = "0.4.2"
7604source = "registry+https://github.com/rust-lang/crates.io-index"
7605checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7606dependencies = [
7607 "proc-macro2",
7608 "quote",
7609 "syn 2.0.87",
7610]
7611
7612[[package]]
7613name = "num-format"
7614version = "0.4.4"
7615source = "registry+https://github.com/rust-lang/crates.io-index"
7616checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7617dependencies = [
7618 "arrayvec",
7619 "itoa",
7620]
7621
7622[[package]]
7623name = "num-integer"
7624version = "0.1.46"
7625source = "registry+https://github.com/rust-lang/crates.io-index"
7626checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7627dependencies = [
7628 "num-traits",
7629]
7630
7631[[package]]
7632name = "num-iter"
7633version = "0.1.45"
7634source = "registry+https://github.com/rust-lang/crates.io-index"
7635checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7636dependencies = [
7637 "autocfg",
7638 "num-integer",
7639 "num-traits",
7640]
7641
7642[[package]]
7643name = "num-modular"
7644version = "0.6.1"
7645source = "registry+https://github.com/rust-lang/crates.io-index"
7646checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
7647
7648[[package]]
7649name = "num-order"
7650version = "1.2.0"
7651source = "registry+https://github.com/rust-lang/crates.io-index"
7652checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
7653dependencies = [
7654 "num-modular",
7655]
7656
7657[[package]]
7658name = "num-rational"
7659version = "0.4.2"
7660source = "registry+https://github.com/rust-lang/crates.io-index"
7661checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7662dependencies = [
7663 "num-bigint",
7664 "num-integer",
7665 "num-traits",
7666]
7667
7668[[package]]
7669name = "num-traits"
7670version = "0.2.19"
7671source = "registry+https://github.com/rust-lang/crates.io-index"
7672checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7673dependencies = [
7674 "autocfg",
7675 "libm",
7676]
7677
7678[[package]]
7679name = "num_cpus"
7680version = "1.16.0"
7681source = "registry+https://github.com/rust-lang/crates.io-index"
7682checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7683dependencies = [
7684 "hermit-abi 0.3.9",
7685 "libc",
7686]
7687
7688[[package]]
7689name = "num_enum"
7690version = "0.7.3"
7691source = "registry+https://github.com/rust-lang/crates.io-index"
7692checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7693dependencies = [
7694 "num_enum_derive",
7695]
7696
7697[[package]]
7698name = "num_enum_derive"
7699version = "0.7.3"
7700source = "registry+https://github.com/rust-lang/crates.io-index"
7701checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7702dependencies = [
7703 "proc-macro-crate",
7704 "proc-macro2",
7705 "quote",
7706 "syn 2.0.87",
7707]
7708
7709[[package]]
7710name = "num_threads"
7711version = "0.1.7"
7712source = "registry+https://github.com/rust-lang/crates.io-index"
7713checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7714dependencies = [
7715 "libc",
7716]
7717
7718[[package]]
7719name = "nvim-rs"
7720version = "0.8.0-pre"
7721source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7722dependencies = [
7723 "async-trait",
7724 "futures 0.3.30",
7725 "log",
7726 "parity-tokio-ipc",
7727 "rmp",
7728 "rmpv",
7729 "tokio",
7730 "tokio-util",
7731 "winapi",
7732]
7733
7734[[package]]
7735name = "objc"
7736version = "0.2.7"
7737source = "registry+https://github.com/rust-lang/crates.io-index"
7738checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7739dependencies = [
7740 "malloc_buf",
7741]
7742
7743[[package]]
7744name = "object"
7745version = "0.36.4"
7746source = "registry+https://github.com/rust-lang/crates.io-index"
7747checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
7748dependencies = [
7749 "crc32fast",
7750 "hashbrown 0.14.5",
7751 "indexmap 2.4.0",
7752 "memchr",
7753]
7754
7755[[package]]
7756name = "oboe"
7757version = "0.6.1"
7758source = "registry+https://github.com/rust-lang/crates.io-index"
7759checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7760dependencies = [
7761 "jni",
7762 "ndk",
7763 "ndk-context",
7764 "num-derive",
7765 "num-traits",
7766 "oboe-sys",
7767]
7768
7769[[package]]
7770name = "oboe-sys"
7771version = "0.6.1"
7772source = "registry+https://github.com/rust-lang/crates.io-index"
7773checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7774dependencies = [
7775 "cc",
7776]
7777
7778[[package]]
7779name = "ollama"
7780version = "0.1.0"
7781dependencies = [
7782 "anyhow",
7783 "futures 0.3.30",
7784 "http_client",
7785 "schemars",
7786 "serde",
7787 "serde_json",
7788]
7789
7790[[package]]
7791name = "once_cell"
7792version = "1.19.0"
7793source = "registry+https://github.com/rust-lang/crates.io-index"
7794checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7795
7796[[package]]
7797name = "oo7"
7798version = "0.3.3"
7799source = "registry+https://github.com/rust-lang/crates.io-index"
7800checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7801dependencies = [
7802 "aes",
7803 "async-fs 2.1.2",
7804 "async-io 2.3.4",
7805 "async-lock 3.4.0",
7806 "async-net 2.0.0",
7807 "blocking",
7808 "cbc",
7809 "cipher",
7810 "digest",
7811 "endi",
7812 "futures-lite 2.3.0",
7813 "futures-util",
7814 "hkdf",
7815 "hmac",
7816 "md-5",
7817 "num",
7818 "num-bigint-dig",
7819 "pbkdf2",
7820 "rand 0.8.5",
7821 "serde",
7822 "sha2",
7823 "subtle",
7824 "zbus",
7825 "zeroize",
7826 "zvariant",
7827]
7828
7829[[package]]
7830name = "oorandom"
7831version = "11.1.4"
7832source = "registry+https://github.com/rust-lang/crates.io-index"
7833checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7834
7835[[package]]
7836name = "open"
7837version = "5.3.0"
7838source = "registry+https://github.com/rust-lang/crates.io-index"
7839checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7840dependencies = [
7841 "is-wsl",
7842 "libc",
7843 "pathdiff",
7844]
7845
7846[[package]]
7847name = "open_ai"
7848version = "0.1.0"
7849dependencies = [
7850 "anyhow",
7851 "futures 0.3.30",
7852 "http_client",
7853 "schemars",
7854 "serde",
7855 "serde_json",
7856 "strum 0.25.0",
7857]
7858
7859[[package]]
7860name = "opener"
7861version = "0.7.2"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
7864dependencies = [
7865 "bstr",
7866 "dbus",
7867 "normpath",
7868 "windows-sys 0.59.0",
7869]
7870
7871[[package]]
7872name = "openssl"
7873version = "0.10.66"
7874source = "registry+https://github.com/rust-lang/crates.io-index"
7875checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7876dependencies = [
7877 "bitflags 2.6.0",
7878 "cfg-if",
7879 "foreign-types 0.3.2",
7880 "libc",
7881 "once_cell",
7882 "openssl-macros",
7883 "openssl-sys",
7884]
7885
7886[[package]]
7887name = "openssl-macros"
7888version = "0.1.1"
7889source = "registry+https://github.com/rust-lang/crates.io-index"
7890checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7891dependencies = [
7892 "proc-macro2",
7893 "quote",
7894 "syn 2.0.87",
7895]
7896
7897[[package]]
7898name = "openssl-probe"
7899version = "0.1.5"
7900source = "registry+https://github.com/rust-lang/crates.io-index"
7901checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7902
7903[[package]]
7904name = "openssl-src"
7905version = "300.3.1+3.3.1"
7906source = "registry+https://github.com/rust-lang/crates.io-index"
7907checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
7908dependencies = [
7909 "cc",
7910]
7911
7912[[package]]
7913name = "openssl-sys"
7914version = "0.9.103"
7915source = "registry+https://github.com/rust-lang/crates.io-index"
7916checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
7917dependencies = [
7918 "cc",
7919 "libc",
7920 "openssl-src",
7921 "pkg-config",
7922 "vcpkg",
7923]
7924
7925[[package]]
7926name = "option-ext"
7927version = "0.2.0"
7928source = "registry+https://github.com/rust-lang/crates.io-index"
7929checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7930
7931[[package]]
7932name = "ordered-float"
7933version = "2.10.1"
7934source = "registry+https://github.com/rust-lang/crates.io-index"
7935checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
7936dependencies = [
7937 "num-traits",
7938]
7939
7940[[package]]
7941name = "ordered-float"
7942version = "3.9.2"
7943source = "registry+https://github.com/rust-lang/crates.io-index"
7944checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
7945dependencies = [
7946 "num-traits",
7947]
7948
7949[[package]]
7950name = "ordered-stream"
7951version = "0.2.0"
7952source = "registry+https://github.com/rust-lang/crates.io-index"
7953checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7954dependencies = [
7955 "futures-core",
7956 "pin-project-lite",
7957]
7958
7959[[package]]
7960name = "ouroboros"
7961version = "0.17.2"
7962source = "registry+https://github.com/rust-lang/crates.io-index"
7963checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7964dependencies = [
7965 "aliasable",
7966 "ouroboros_macro",
7967 "static_assertions",
7968]
7969
7970[[package]]
7971name = "ouroboros_macro"
7972version = "0.17.2"
7973source = "registry+https://github.com/rust-lang/crates.io-index"
7974checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7975dependencies = [
7976 "heck 0.4.1",
7977 "proc-macro-error",
7978 "proc-macro2",
7979 "quote",
7980 "syn 2.0.87",
7981]
7982
7983[[package]]
7984name = "outline"
7985version = "0.1.0"
7986dependencies = [
7987 "editor",
7988 "fuzzy",
7989 "gpui",
7990 "indoc",
7991 "language",
7992 "menu",
7993 "ordered-float 2.10.1",
7994 "picker",
7995 "project",
7996 "rope",
7997 "serde_json",
7998 "settings",
7999 "smol",
8000 "theme",
8001 "tree-sitter-rust",
8002 "tree-sitter-typescript",
8003 "ui",
8004 "util",
8005 "workspace",
8006]
8007
8008[[package]]
8009name = "outline_panel"
8010version = "0.1.0"
8011dependencies = [
8012 "anyhow",
8013 "collections",
8014 "db",
8015 "editor",
8016 "file_icons",
8017 "fuzzy",
8018 "gpui",
8019 "itertools 0.13.0",
8020 "language",
8021 "log",
8022 "menu",
8023 "outline",
8024 "pretty_assertions",
8025 "project",
8026 "schemars",
8027 "search",
8028 "serde",
8029 "serde_json",
8030 "settings",
8031 "smallvec",
8032 "smol",
8033 "theme",
8034 "ui",
8035 "util",
8036 "workspace",
8037 "worktree",
8038]
8039
8040[[package]]
8041name = "outref"
8042version = "0.5.1"
8043source = "registry+https://github.com/rust-lang/crates.io-index"
8044checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8045
8046[[package]]
8047name = "overload"
8048version = "0.1.1"
8049source = "registry+https://github.com/rust-lang/crates.io-index"
8050checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8051
8052[[package]]
8053name = "p256"
8054version = "0.11.1"
8055source = "registry+https://github.com/rust-lang/crates.io-index"
8056checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8057dependencies = [
8058 "ecdsa",
8059 "elliptic-curve",
8060 "sha2",
8061]
8062
8063[[package]]
8064name = "page_size"
8065version = "0.6.0"
8066source = "registry+https://github.com/rust-lang/crates.io-index"
8067checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8068dependencies = [
8069 "libc",
8070 "winapi",
8071]
8072
8073[[package]]
8074name = "palette"
8075version = "0.7.6"
8076source = "registry+https://github.com/rust-lang/crates.io-index"
8077checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8078dependencies = [
8079 "approx",
8080 "fast-srgb8",
8081 "palette_derive",
8082]
8083
8084[[package]]
8085name = "palette_derive"
8086version = "0.7.6"
8087source = "registry+https://github.com/rust-lang/crates.io-index"
8088checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8089dependencies = [
8090 "by_address",
8091 "proc-macro2",
8092 "quote",
8093 "syn 2.0.87",
8094]
8095
8096[[package]]
8097name = "parity-tokio-ipc"
8098version = "0.9.0"
8099source = "registry+https://github.com/rust-lang/crates.io-index"
8100checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8101dependencies = [
8102 "futures 0.3.30",
8103 "libc",
8104 "log",
8105 "rand 0.7.3",
8106 "tokio",
8107 "winapi",
8108]
8109
8110[[package]]
8111name = "parking"
8112version = "2.2.1"
8113source = "registry+https://github.com/rust-lang/crates.io-index"
8114checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8115
8116[[package]]
8117name = "parking_lot"
8118version = "0.12.3"
8119source = "registry+https://github.com/rust-lang/crates.io-index"
8120checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8121dependencies = [
8122 "lock_api",
8123 "parking_lot_core",
8124]
8125
8126[[package]]
8127name = "parking_lot_core"
8128version = "0.9.10"
8129source = "registry+https://github.com/rust-lang/crates.io-index"
8130checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8131dependencies = [
8132 "cfg-if",
8133 "libc",
8134 "redox_syscall 0.5.3",
8135 "smallvec",
8136 "windows-targets 0.52.6",
8137]
8138
8139[[package]]
8140name = "password-hash"
8141version = "0.5.0"
8142source = "registry+https://github.com/rust-lang/crates.io-index"
8143checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8144dependencies = [
8145 "base64ct",
8146 "rand_core 0.6.4",
8147 "subtle",
8148]
8149
8150[[package]]
8151name = "paste"
8152version = "1.0.15"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8155
8156[[package]]
8157name = "pathdiff"
8158version = "0.2.2"
8159source = "registry+https://github.com/rust-lang/crates.io-index"
8160checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
8161
8162[[package]]
8163name = "pathfinder_geometry"
8164version = "0.5.1"
8165source = "registry+https://github.com/rust-lang/crates.io-index"
8166checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8167dependencies = [
8168 "log",
8169 "pathfinder_simd",
8170]
8171
8172[[package]]
8173name = "pathfinder_simd"
8174version = "0.5.4"
8175source = "registry+https://github.com/rust-lang/crates.io-index"
8176checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8177dependencies = [
8178 "rustc_version",
8179]
8180
8181[[package]]
8182name = "paths"
8183version = "0.1.0"
8184dependencies = [
8185 "dirs 4.0.0",
8186 "util",
8187]
8188
8189[[package]]
8190name = "pbkdf2"
8191version = "0.12.2"
8192source = "registry+https://github.com/rust-lang/crates.io-index"
8193checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8194dependencies = [
8195 "digest",
8196 "hmac",
8197]
8198
8199[[package]]
8200name = "pem"
8201version = "3.0.4"
8202source = "registry+https://github.com/rust-lang/crates.io-index"
8203checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8204dependencies = [
8205 "base64 0.22.1",
8206 "serde",
8207]
8208
8209[[package]]
8210name = "pem-rfc7468"
8211version = "0.7.0"
8212source = "registry+https://github.com/rust-lang/crates.io-index"
8213checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8214dependencies = [
8215 "base64ct",
8216]
8217
8218[[package]]
8219name = "percent-encoding"
8220version = "2.3.1"
8221source = "registry+https://github.com/rust-lang/crates.io-index"
8222checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8223
8224[[package]]
8225name = "perplexity"
8226version = "0.1.0"
8227dependencies = [
8228 "serde",
8229 "zed_extension_api 0.2.0",
8230]
8231
8232[[package]]
8233name = "pest"
8234version = "2.7.11"
8235source = "registry+https://github.com/rust-lang/crates.io-index"
8236checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
8237dependencies = [
8238 "memchr",
8239 "thiserror",
8240 "ucd-trie",
8241]
8242
8243[[package]]
8244name = "pest_derive"
8245version = "2.7.11"
8246source = "registry+https://github.com/rust-lang/crates.io-index"
8247checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
8248dependencies = [
8249 "pest",
8250 "pest_generator",
8251]
8252
8253[[package]]
8254name = "pest_generator"
8255version = "2.7.11"
8256source = "registry+https://github.com/rust-lang/crates.io-index"
8257checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
8258dependencies = [
8259 "pest",
8260 "pest_meta",
8261 "proc-macro2",
8262 "quote",
8263 "syn 2.0.87",
8264]
8265
8266[[package]]
8267name = "pest_meta"
8268version = "2.7.11"
8269source = "registry+https://github.com/rust-lang/crates.io-index"
8270checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
8271dependencies = [
8272 "once_cell",
8273 "pest",
8274 "sha2",
8275]
8276
8277[[package]]
8278name = "pet"
8279version = "0.1.0"
8280source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8281dependencies = [
8282 "clap",
8283 "env_logger 0.10.2",
8284 "lazy_static",
8285 "log",
8286 "msvc_spectre_libs",
8287 "pet-conda",
8288 "pet-core",
8289 "pet-env-var-path",
8290 "pet-fs",
8291 "pet-global-virtualenvs",
8292 "pet-homebrew",
8293 "pet-jsonrpc",
8294 "pet-linux-global-python",
8295 "pet-mac-commandlinetools",
8296 "pet-mac-python-org",
8297 "pet-mac-xcode",
8298 "pet-pipenv",
8299 "pet-poetry",
8300 "pet-pyenv",
8301 "pet-python-utils",
8302 "pet-reporter",
8303 "pet-telemetry",
8304 "pet-venv",
8305 "pet-virtualenv",
8306 "pet-virtualenvwrapper",
8307 "pet-windows-registry",
8308 "pet-windows-store",
8309 "serde",
8310 "serde_json",
8311]
8312
8313[[package]]
8314name = "pet-conda"
8315version = "0.1.0"
8316source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8317dependencies = [
8318 "env_logger 0.10.2",
8319 "lazy_static",
8320 "log",
8321 "msvc_spectre_libs",
8322 "pet-core",
8323 "pet-fs",
8324 "pet-python-utils",
8325 "pet-reporter",
8326 "regex",
8327 "serde",
8328 "serde_json",
8329 "yaml-rust2",
8330]
8331
8332[[package]]
8333name = "pet-core"
8334version = "0.1.0"
8335source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8336dependencies = [
8337 "clap",
8338 "lazy_static",
8339 "log",
8340 "msvc_spectre_libs",
8341 "pet-fs",
8342 "regex",
8343 "serde",
8344 "serde_json",
8345]
8346
8347[[package]]
8348name = "pet-env-var-path"
8349version = "0.1.0"
8350source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8351dependencies = [
8352 "lazy_static",
8353 "log",
8354 "msvc_spectre_libs",
8355 "pet-conda",
8356 "pet-core",
8357 "pet-fs",
8358 "pet-python-utils",
8359 "pet-virtualenv",
8360 "regex",
8361]
8362
8363[[package]]
8364name = "pet-fs"
8365version = "0.1.0"
8366source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8367dependencies = [
8368 "log",
8369 "msvc_spectre_libs",
8370]
8371
8372[[package]]
8373name = "pet-global-virtualenvs"
8374version = "0.1.0"
8375source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8376dependencies = [
8377 "log",
8378 "msvc_spectre_libs",
8379 "pet-conda",
8380 "pet-core",
8381 "pet-fs",
8382 "pet-virtualenv",
8383]
8384
8385[[package]]
8386name = "pet-homebrew"
8387version = "0.1.0"
8388source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8389dependencies = [
8390 "lazy_static",
8391 "log",
8392 "msvc_spectre_libs",
8393 "pet-conda",
8394 "pet-core",
8395 "pet-fs",
8396 "pet-python-utils",
8397 "pet-virtualenv",
8398 "regex",
8399 "serde",
8400 "serde_json",
8401]
8402
8403[[package]]
8404name = "pet-jsonrpc"
8405version = "0.1.0"
8406source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8407dependencies = [
8408 "env_logger 0.10.2",
8409 "log",
8410 "msvc_spectre_libs",
8411 "pet-core",
8412 "serde",
8413 "serde_json",
8414]
8415
8416[[package]]
8417name = "pet-linux-global-python"
8418version = "0.1.0"
8419source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8420dependencies = [
8421 "log",
8422 "msvc_spectre_libs",
8423 "pet-core",
8424 "pet-fs",
8425 "pet-python-utils",
8426 "pet-virtualenv",
8427]
8428
8429[[package]]
8430name = "pet-mac-commandlinetools"
8431version = "0.1.0"
8432source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8433dependencies = [
8434 "log",
8435 "msvc_spectre_libs",
8436 "pet-core",
8437 "pet-fs",
8438 "pet-python-utils",
8439 "pet-virtualenv",
8440]
8441
8442[[package]]
8443name = "pet-mac-python-org"
8444version = "0.1.0"
8445source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8446dependencies = [
8447 "log",
8448 "msvc_spectre_libs",
8449 "pet-core",
8450 "pet-fs",
8451 "pet-python-utils",
8452 "pet-virtualenv",
8453]
8454
8455[[package]]
8456name = "pet-mac-xcode"
8457version = "0.1.0"
8458source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8459dependencies = [
8460 "log",
8461 "msvc_spectre_libs",
8462 "pet-core",
8463 "pet-fs",
8464 "pet-python-utils",
8465 "pet-virtualenv",
8466]
8467
8468[[package]]
8469name = "pet-pipenv"
8470version = "0.1.0"
8471source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8472dependencies = [
8473 "log",
8474 "msvc_spectre_libs",
8475 "pet-core",
8476 "pet-fs",
8477 "pet-python-utils",
8478 "pet-virtualenv",
8479]
8480
8481[[package]]
8482name = "pet-poetry"
8483version = "0.1.0"
8484source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8485dependencies = [
8486 "base64 0.22.1",
8487 "lazy_static",
8488 "log",
8489 "msvc_spectre_libs",
8490 "pet-core",
8491 "pet-fs",
8492 "pet-python-utils",
8493 "pet-reporter",
8494 "pet-virtualenv",
8495 "regex",
8496 "serde",
8497 "serde_json",
8498 "sha2",
8499 "toml 0.8.19",
8500]
8501
8502[[package]]
8503name = "pet-pyenv"
8504version = "0.1.0"
8505source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8506dependencies = [
8507 "lazy_static",
8508 "log",
8509 "msvc_spectre_libs",
8510 "pet-conda",
8511 "pet-core",
8512 "pet-fs",
8513 "pet-python-utils",
8514 "pet-reporter",
8515 "regex",
8516 "serde",
8517 "serde_json",
8518]
8519
8520[[package]]
8521name = "pet-python-utils"
8522version = "0.1.0"
8523source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8524dependencies = [
8525 "env_logger 0.10.2",
8526 "lazy_static",
8527 "log",
8528 "msvc_spectre_libs",
8529 "pet-core",
8530 "pet-fs",
8531 "regex",
8532 "serde",
8533 "serde_json",
8534 "sha2",
8535]
8536
8537[[package]]
8538name = "pet-reporter"
8539version = "0.1.0"
8540source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8541dependencies = [
8542 "env_logger 0.10.2",
8543 "log",
8544 "msvc_spectre_libs",
8545 "pet-core",
8546 "pet-jsonrpc",
8547 "serde",
8548 "serde_json",
8549]
8550
8551[[package]]
8552name = "pet-telemetry"
8553version = "0.1.0"
8554source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8555dependencies = [
8556 "env_logger 0.10.2",
8557 "lazy_static",
8558 "log",
8559 "msvc_spectre_libs",
8560 "pet-core",
8561 "pet-fs",
8562 "pet-python-utils",
8563 "regex",
8564]
8565
8566[[package]]
8567name = "pet-venv"
8568version = "0.1.0"
8569source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8570dependencies = [
8571 "log",
8572 "msvc_spectre_libs",
8573 "pet-core",
8574 "pet-python-utils",
8575 "pet-virtualenv",
8576]
8577
8578[[package]]
8579name = "pet-virtualenv"
8580version = "0.1.0"
8581source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8582dependencies = [
8583 "log",
8584 "msvc_spectre_libs",
8585 "pet-core",
8586 "pet-fs",
8587 "pet-python-utils",
8588]
8589
8590[[package]]
8591name = "pet-virtualenvwrapper"
8592version = "0.1.0"
8593source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8594dependencies = [
8595 "log",
8596 "msvc_spectre_libs",
8597 "pet-core",
8598 "pet-fs",
8599 "pet-python-utils",
8600 "pet-virtualenv",
8601]
8602
8603[[package]]
8604name = "pet-windows-registry"
8605version = "0.1.0"
8606source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8607dependencies = [
8608 "lazy_static",
8609 "log",
8610 "msvc_spectre_libs",
8611 "pet-conda",
8612 "pet-core",
8613 "pet-fs",
8614 "pet-python-utils",
8615 "pet-virtualenv",
8616 "pet-windows-store",
8617 "regex",
8618 "winreg 0.52.0",
8619]
8620
8621[[package]]
8622name = "pet-windows-store"
8623version = "0.1.0"
8624source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8625dependencies = [
8626 "lazy_static",
8627 "log",
8628 "msvc_spectre_libs",
8629 "pet-core",
8630 "pet-fs",
8631 "pet-python-utils",
8632 "pet-virtualenv",
8633 "regex",
8634 "winreg 0.52.0",
8635]
8636
8637[[package]]
8638name = "petgraph"
8639version = "0.6.5"
8640source = "registry+https://github.com/rust-lang/crates.io-index"
8641checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
8642dependencies = [
8643 "fixedbitset",
8644 "indexmap 2.4.0",
8645]
8646
8647[[package]]
8648name = "phf"
8649version = "0.11.2"
8650source = "registry+https://github.com/rust-lang/crates.io-index"
8651checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
8652dependencies = [
8653 "phf_macros",
8654 "phf_shared 0.11.2",
8655]
8656
8657[[package]]
8658name = "phf_codegen"
8659version = "0.11.2"
8660source = "registry+https://github.com/rust-lang/crates.io-index"
8661checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
8662dependencies = [
8663 "phf_generator 0.11.2",
8664 "phf_shared 0.11.2",
8665]
8666
8667[[package]]
8668name = "phf_generator"
8669version = "0.10.0"
8670source = "registry+https://github.com/rust-lang/crates.io-index"
8671checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
8672dependencies = [
8673 "phf_shared 0.10.0",
8674 "rand 0.8.5",
8675]
8676
8677[[package]]
8678name = "phf_generator"
8679version = "0.11.2"
8680source = "registry+https://github.com/rust-lang/crates.io-index"
8681checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
8682dependencies = [
8683 "phf_shared 0.11.2",
8684 "rand 0.8.5",
8685]
8686
8687[[package]]
8688name = "phf_macros"
8689version = "0.11.2"
8690source = "registry+https://github.com/rust-lang/crates.io-index"
8691checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
8692dependencies = [
8693 "phf_generator 0.11.2",
8694 "phf_shared 0.11.2",
8695 "proc-macro2",
8696 "quote",
8697 "syn 2.0.87",
8698]
8699
8700[[package]]
8701name = "phf_shared"
8702version = "0.10.0"
8703source = "registry+https://github.com/rust-lang/crates.io-index"
8704checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
8705dependencies = [
8706 "siphasher 0.3.11",
8707]
8708
8709[[package]]
8710name = "phf_shared"
8711version = "0.11.2"
8712source = "registry+https://github.com/rust-lang/crates.io-index"
8713checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
8714dependencies = [
8715 "siphasher 0.3.11",
8716]
8717
8718[[package]]
8719name = "picker"
8720version = "0.1.0"
8721dependencies = [
8722 "anyhow",
8723 "ctor",
8724 "editor",
8725 "env_logger 0.11.5",
8726 "gpui",
8727 "menu",
8728 "serde",
8729 "serde_json",
8730 "ui",
8731 "workspace",
8732]
8733
8734[[package]]
8735name = "pico-args"
8736version = "0.5.0"
8737source = "registry+https://github.com/rust-lang/crates.io-index"
8738checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
8739
8740[[package]]
8741name = "pin-project"
8742version = "1.1.5"
8743source = "registry+https://github.com/rust-lang/crates.io-index"
8744checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
8745dependencies = [
8746 "pin-project-internal",
8747]
8748
8749[[package]]
8750name = "pin-project-internal"
8751version = "1.1.5"
8752source = "registry+https://github.com/rust-lang/crates.io-index"
8753checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
8754dependencies = [
8755 "proc-macro2",
8756 "quote",
8757 "syn 2.0.87",
8758]
8759
8760[[package]]
8761name = "pin-project-lite"
8762version = "0.2.14"
8763source = "registry+https://github.com/rust-lang/crates.io-index"
8764checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
8765
8766[[package]]
8767name = "pin-utils"
8768version = "0.1.0"
8769source = "registry+https://github.com/rust-lang/crates.io-index"
8770checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8771
8772[[package]]
8773name = "piper"
8774version = "0.2.4"
8775source = "registry+https://github.com/rust-lang/crates.io-index"
8776checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
8777dependencies = [
8778 "atomic-waker",
8779 "fastrand 2.1.1",
8780 "futures-io",
8781]
8782
8783[[package]]
8784name = "pkcs1"
8785version = "0.7.5"
8786source = "registry+https://github.com/rust-lang/crates.io-index"
8787checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8788dependencies = [
8789 "der 0.7.9",
8790 "pkcs8 0.10.2",
8791 "spki 0.7.3",
8792]
8793
8794[[package]]
8795name = "pkcs8"
8796version = "0.9.0"
8797source = "registry+https://github.com/rust-lang/crates.io-index"
8798checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
8799dependencies = [
8800 "der 0.6.1",
8801 "spki 0.6.0",
8802]
8803
8804[[package]]
8805name = "pkcs8"
8806version = "0.10.2"
8807source = "registry+https://github.com/rust-lang/crates.io-index"
8808checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8809dependencies = [
8810 "der 0.7.9",
8811 "spki 0.7.3",
8812]
8813
8814[[package]]
8815name = "pkg-config"
8816version = "0.3.30"
8817source = "registry+https://github.com/rust-lang/crates.io-index"
8818checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8819
8820[[package]]
8821name = "plist"
8822version = "1.7.0"
8823source = "registry+https://github.com/rust-lang/crates.io-index"
8824checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8825dependencies = [
8826 "base64 0.22.1",
8827 "indexmap 2.4.0",
8828 "quick-xml 0.32.0",
8829 "serde",
8830 "time",
8831]
8832
8833[[package]]
8834name = "plotters"
8835version = "0.3.6"
8836source = "registry+https://github.com/rust-lang/crates.io-index"
8837checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8838dependencies = [
8839 "num-traits",
8840 "plotters-backend",
8841 "plotters-svg",
8842 "wasm-bindgen",
8843 "web-sys",
8844]
8845
8846[[package]]
8847name = "plotters-backend"
8848version = "0.3.6"
8849source = "registry+https://github.com/rust-lang/crates.io-index"
8850checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
8851
8852[[package]]
8853name = "plotters-svg"
8854version = "0.3.6"
8855source = "registry+https://github.com/rust-lang/crates.io-index"
8856checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
8857dependencies = [
8858 "plotters-backend",
8859]
8860
8861[[package]]
8862name = "png"
8863version = "0.17.13"
8864source = "registry+https://github.com/rust-lang/crates.io-index"
8865checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
8866dependencies = [
8867 "bitflags 1.3.2",
8868 "crc32fast",
8869 "fdeflate",
8870 "flate2",
8871 "miniz_oxide 0.7.4",
8872]
8873
8874[[package]]
8875name = "polling"
8876version = "2.8.0"
8877source = "registry+https://github.com/rust-lang/crates.io-index"
8878checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8879dependencies = [
8880 "autocfg",
8881 "bitflags 1.3.2",
8882 "cfg-if",
8883 "concurrent-queue",
8884 "libc",
8885 "log",
8886 "pin-project-lite",
8887 "windows-sys 0.48.0",
8888]
8889
8890[[package]]
8891name = "polling"
8892version = "3.7.3"
8893source = "registry+https://github.com/rust-lang/crates.io-index"
8894checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
8895dependencies = [
8896 "cfg-if",
8897 "concurrent-queue",
8898 "hermit-abi 0.4.0",
8899 "pin-project-lite",
8900 "rustix 0.38.39",
8901 "tracing",
8902 "windows-sys 0.59.0",
8903]
8904
8905[[package]]
8906name = "pollster"
8907version = "0.2.5"
8908source = "registry+https://github.com/rust-lang/crates.io-index"
8909checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
8910
8911[[package]]
8912name = "postage"
8913version = "0.5.0"
8914source = "registry+https://github.com/rust-lang/crates.io-index"
8915checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
8916dependencies = [
8917 "atomic",
8918 "crossbeam-queue",
8919 "futures 0.3.30",
8920 "log",
8921 "parking_lot",
8922 "pin-project",
8923 "pollster",
8924 "static_assertions",
8925 "thiserror",
8926]
8927
8928[[package]]
8929name = "postcard"
8930version = "1.0.10"
8931source = "registry+https://github.com/rust-lang/crates.io-index"
8932checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
8933dependencies = [
8934 "cobs",
8935 "embedded-io 0.4.0",
8936 "embedded-io 0.6.1",
8937 "serde",
8938]
8939
8940[[package]]
8941name = "powerfmt"
8942version = "0.2.0"
8943source = "registry+https://github.com/rust-lang/crates.io-index"
8944checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8945
8946[[package]]
8947name = "ppv-lite86"
8948version = "0.2.20"
8949source = "registry+https://github.com/rust-lang/crates.io-index"
8950checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
8951dependencies = [
8952 "zerocopy",
8953]
8954
8955[[package]]
8956name = "precomputed-hash"
8957version = "0.1.1"
8958source = "registry+https://github.com/rust-lang/crates.io-index"
8959checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8960
8961[[package]]
8962name = "prettier"
8963version = "0.1.0"
8964dependencies = [
8965 "anyhow",
8966 "collections",
8967 "fs",
8968 "gpui",
8969 "language",
8970 "log",
8971 "lsp",
8972 "node_runtime",
8973 "parking_lot",
8974 "paths",
8975 "serde",
8976 "serde_json",
8977 "util",
8978]
8979
8980[[package]]
8981name = "pretty_assertions"
8982version = "1.4.1"
8983source = "registry+https://github.com/rust-lang/crates.io-index"
8984checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
8985dependencies = [
8986 "diff",
8987 "yansi",
8988]
8989
8990[[package]]
8991name = "prettyplease"
8992version = "0.2.22"
8993source = "registry+https://github.com/rust-lang/crates.io-index"
8994checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
8995dependencies = [
8996 "proc-macro2",
8997 "syn 2.0.87",
8998]
8999
9000[[package]]
9001name = "proc-macro-crate"
9002version = "3.2.0"
9003source = "registry+https://github.com/rust-lang/crates.io-index"
9004checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9005dependencies = [
9006 "toml_edit 0.22.20",
9007]
9008
9009[[package]]
9010name = "proc-macro-error"
9011version = "1.0.4"
9012source = "registry+https://github.com/rust-lang/crates.io-index"
9013checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
9014dependencies = [
9015 "proc-macro-error-attr",
9016 "proc-macro2",
9017 "quote",
9018 "syn 1.0.109",
9019 "version_check",
9020]
9021
9022[[package]]
9023name = "proc-macro-error-attr"
9024version = "1.0.4"
9025source = "registry+https://github.com/rust-lang/crates.io-index"
9026checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
9027dependencies = [
9028 "proc-macro2",
9029 "quote",
9030 "version_check",
9031]
9032
9033[[package]]
9034name = "proc-macro2"
9035version = "1.0.89"
9036source = "registry+https://github.com/rust-lang/crates.io-index"
9037checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
9038dependencies = [
9039 "unicode-ident",
9040]
9041
9042[[package]]
9043name = "profiling"
9044version = "1.0.16"
9045source = "registry+https://github.com/rust-lang/crates.io-index"
9046checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9047dependencies = [
9048 "profiling-procmacros",
9049]
9050
9051[[package]]
9052name = "profiling-procmacros"
9053version = "1.0.16"
9054source = "registry+https://github.com/rust-lang/crates.io-index"
9055checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9056dependencies = [
9057 "quote",
9058 "syn 2.0.87",
9059]
9060
9061[[package]]
9062name = "project"
9063version = "0.1.0"
9064dependencies = [
9065 "aho-corasick",
9066 "anyhow",
9067 "async-trait",
9068 "client",
9069 "clock",
9070 "collections",
9071 "env_logger 0.11.5",
9072 "fancy-regex 0.14.0",
9073 "fs",
9074 "futures 0.3.30",
9075 "fuzzy",
9076 "git",
9077 "git2",
9078 "globset",
9079 "gpui",
9080 "http_client",
9081 "itertools 0.13.0",
9082 "language",
9083 "log",
9084 "lsp",
9085 "node_runtime",
9086 "parking_lot",
9087 "pathdiff",
9088 "paths",
9089 "postage",
9090 "prettier",
9091 "pretty_assertions",
9092 "rand 0.8.5",
9093 "regex",
9094 "release_channel",
9095 "remote",
9096 "rpc",
9097 "schemars",
9098 "serde",
9099 "serde_json",
9100 "settings",
9101 "sha2",
9102 "shellexpand 2.1.2",
9103 "shlex",
9104 "similar",
9105 "smol",
9106 "snippet",
9107 "snippet_provider",
9108 "task",
9109 "tempfile",
9110 "terminal",
9111 "text",
9112 "unindent",
9113 "url",
9114 "util",
9115 "which 6.0.3",
9116 "windows 0.58.0",
9117 "worktree",
9118]
9119
9120[[package]]
9121name = "project_panel"
9122version = "0.1.0"
9123dependencies = [
9124 "anyhow",
9125 "client",
9126 "collections",
9127 "db",
9128 "editor",
9129 "file_icons",
9130 "git",
9131 "gpui",
9132 "indexmap 1.9.3",
9133 "language",
9134 "menu",
9135 "pretty_assertions",
9136 "project",
9137 "schemars",
9138 "search",
9139 "serde",
9140 "serde_derive",
9141 "serde_json",
9142 "settings",
9143 "smallvec",
9144 "theme",
9145 "ui",
9146 "util",
9147 "workspace",
9148 "worktree",
9149]
9150
9151[[package]]
9152name = "project_symbols"
9153version = "0.1.0"
9154dependencies = [
9155 "anyhow",
9156 "editor",
9157 "futures 0.3.30",
9158 "fuzzy",
9159 "gpui",
9160 "language",
9161 "lsp",
9162 "ordered-float 2.10.1",
9163 "picker",
9164 "project",
9165 "release_channel",
9166 "serde_json",
9167 "settings",
9168 "theme",
9169 "util",
9170 "workspace",
9171]
9172
9173[[package]]
9174name = "prometheus"
9175version = "0.13.4"
9176source = "registry+https://github.com/rust-lang/crates.io-index"
9177checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9178dependencies = [
9179 "cfg-if",
9180 "fnv",
9181 "lazy_static",
9182 "memchr",
9183 "parking_lot",
9184 "protobuf",
9185 "thiserror",
9186]
9187
9188[[package]]
9189name = "prost"
9190version = "0.9.0"
9191source = "registry+https://github.com/rust-lang/crates.io-index"
9192checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9193dependencies = [
9194 "bytes 1.7.2",
9195 "prost-derive",
9196]
9197
9198[[package]]
9199name = "prost-build"
9200version = "0.9.0"
9201source = "registry+https://github.com/rust-lang/crates.io-index"
9202checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9203dependencies = [
9204 "bytes 1.7.2",
9205 "heck 0.3.3",
9206 "itertools 0.10.5",
9207 "lazy_static",
9208 "log",
9209 "multimap",
9210 "petgraph",
9211 "prost",
9212 "prost-types",
9213 "regex",
9214 "tempfile",
9215 "which 4.4.2",
9216]
9217
9218[[package]]
9219name = "prost-derive"
9220version = "0.9.0"
9221source = "registry+https://github.com/rust-lang/crates.io-index"
9222checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9223dependencies = [
9224 "anyhow",
9225 "itertools 0.10.5",
9226 "proc-macro2",
9227 "quote",
9228 "syn 1.0.109",
9229]
9230
9231[[package]]
9232name = "prost-types"
9233version = "0.9.0"
9234source = "registry+https://github.com/rust-lang/crates.io-index"
9235checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9236dependencies = [
9237 "bytes 1.7.2",
9238 "prost",
9239]
9240
9241[[package]]
9242name = "proto"
9243version = "0.1.0"
9244dependencies = [
9245 "anyhow",
9246 "collections",
9247 "prost",
9248 "prost-build",
9249 "serde",
9250]
9251
9252[[package]]
9253name = "protobuf"
9254version = "2.28.0"
9255source = "registry+https://github.com/rust-lang/crates.io-index"
9256checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9257
9258[[package]]
9259name = "psm"
9260version = "0.1.21"
9261source = "registry+https://github.com/rust-lang/crates.io-index"
9262checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
9263dependencies = [
9264 "cc",
9265]
9266
9267[[package]]
9268name = "ptr_meta"
9269version = "0.1.4"
9270source = "registry+https://github.com/rust-lang/crates.io-index"
9271checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9272dependencies = [
9273 "ptr_meta_derive",
9274]
9275
9276[[package]]
9277name = "ptr_meta_derive"
9278version = "0.1.4"
9279source = "registry+https://github.com/rust-lang/crates.io-index"
9280checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9281dependencies = [
9282 "proc-macro2",
9283 "quote",
9284 "syn 1.0.109",
9285]
9286
9287[[package]]
9288name = "pulldown-cmark"
9289version = "0.10.3"
9290source = "registry+https://github.com/rust-lang/crates.io-index"
9291checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9292dependencies = [
9293 "bitflags 2.6.0",
9294 "memchr",
9295 "pulldown-cmark-escape",
9296 "unicase",
9297]
9298
9299[[package]]
9300name = "pulldown-cmark"
9301version = "0.12.2"
9302source = "registry+https://github.com/rust-lang/crates.io-index"
9303checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
9304dependencies = [
9305 "bitflags 2.6.0",
9306 "memchr",
9307 "unicase",
9308]
9309
9310[[package]]
9311name = "pulldown-cmark-escape"
9312version = "0.10.1"
9313source = "registry+https://github.com/rust-lang/crates.io-index"
9314checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9315
9316[[package]]
9317name = "qoi"
9318version = "0.4.1"
9319source = "registry+https://github.com/rust-lang/crates.io-index"
9320checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9321dependencies = [
9322 "bytemuck",
9323]
9324
9325[[package]]
9326name = "quick-error"
9327version = "2.0.1"
9328source = "registry+https://github.com/rust-lang/crates.io-index"
9329checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
9330
9331[[package]]
9332name = "quick-xml"
9333version = "0.32.0"
9334source = "registry+https://github.com/rust-lang/crates.io-index"
9335checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
9336dependencies = [
9337 "memchr",
9338]
9339
9340[[package]]
9341name = "quick-xml"
9342version = "0.34.0"
9343source = "registry+https://github.com/rust-lang/crates.io-index"
9344checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
9345dependencies = [
9346 "memchr",
9347]
9348
9349[[package]]
9350name = "quick_action_bar"
9351version = "0.1.0"
9352dependencies = [
9353 "assistant",
9354 "editor",
9355 "gpui",
9356 "markdown_preview",
9357 "repl",
9358 "search",
9359 "settings",
9360 "ui",
9361 "util",
9362 "workspace",
9363 "zed_actions",
9364]
9365
9366[[package]]
9367name = "quinn"
9368version = "0.11.5"
9369source = "registry+https://github.com/rust-lang/crates.io-index"
9370checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
9371dependencies = [
9372 "bytes 1.7.2",
9373 "pin-project-lite",
9374 "quinn-proto",
9375 "quinn-udp",
9376 "rustc-hash 2.0.0",
9377 "rustls 0.23.13",
9378 "socket2 0.5.7",
9379 "thiserror",
9380 "tokio",
9381 "tracing",
9382]
9383
9384[[package]]
9385name = "quinn-proto"
9386version = "0.11.8"
9387source = "registry+https://github.com/rust-lang/crates.io-index"
9388checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
9389dependencies = [
9390 "bytes 1.7.2",
9391 "rand 0.8.5",
9392 "ring 0.17.8",
9393 "rustc-hash 2.0.0",
9394 "rustls 0.23.13",
9395 "slab",
9396 "thiserror",
9397 "tinyvec",
9398 "tracing",
9399]
9400
9401[[package]]
9402name = "quinn-udp"
9403version = "0.5.5"
9404source = "registry+https://github.com/rust-lang/crates.io-index"
9405checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
9406dependencies = [
9407 "libc",
9408 "once_cell",
9409 "socket2 0.5.7",
9410 "tracing",
9411 "windows-sys 0.59.0",
9412]
9413
9414[[package]]
9415name = "quote"
9416version = "1.0.37"
9417source = "registry+https://github.com/rust-lang/crates.io-index"
9418checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
9419dependencies = [
9420 "proc-macro2",
9421]
9422
9423[[package]]
9424name = "radium"
9425version = "0.7.0"
9426source = "registry+https://github.com/rust-lang/crates.io-index"
9427checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
9428
9429[[package]]
9430name = "rand"
9431version = "0.7.3"
9432source = "registry+https://github.com/rust-lang/crates.io-index"
9433checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
9434dependencies = [
9435 "getrandom 0.1.16",
9436 "libc",
9437 "rand_chacha 0.2.2",
9438 "rand_core 0.5.1",
9439 "rand_hc",
9440]
9441
9442[[package]]
9443name = "rand"
9444version = "0.8.5"
9445source = "registry+https://github.com/rust-lang/crates.io-index"
9446checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
9447dependencies = [
9448 "libc",
9449 "rand_chacha 0.3.1",
9450 "rand_core 0.6.4",
9451]
9452
9453[[package]]
9454name = "rand_chacha"
9455version = "0.2.2"
9456source = "registry+https://github.com/rust-lang/crates.io-index"
9457checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
9458dependencies = [
9459 "ppv-lite86",
9460 "rand_core 0.5.1",
9461]
9462
9463[[package]]
9464name = "rand_chacha"
9465version = "0.3.1"
9466source = "registry+https://github.com/rust-lang/crates.io-index"
9467checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
9468dependencies = [
9469 "ppv-lite86",
9470 "rand_core 0.6.4",
9471]
9472
9473[[package]]
9474name = "rand_core"
9475version = "0.5.1"
9476source = "registry+https://github.com/rust-lang/crates.io-index"
9477checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
9478dependencies = [
9479 "getrandom 0.1.16",
9480]
9481
9482[[package]]
9483name = "rand_core"
9484version = "0.6.4"
9485source = "registry+https://github.com/rust-lang/crates.io-index"
9486checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
9487dependencies = [
9488 "getrandom 0.2.15",
9489]
9490
9491[[package]]
9492name = "rand_hc"
9493version = "0.2.0"
9494source = "registry+https://github.com/rust-lang/crates.io-index"
9495checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
9496dependencies = [
9497 "rand_core 0.5.1",
9498]
9499
9500[[package]]
9501name = "rangemap"
9502version = "1.5.1"
9503source = "registry+https://github.com/rust-lang/crates.io-index"
9504checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
9505
9506[[package]]
9507name = "rav1e"
9508version = "0.7.1"
9509source = "registry+https://github.com/rust-lang/crates.io-index"
9510checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
9511dependencies = [
9512 "arbitrary",
9513 "arg_enum_proc_macro",
9514 "arrayvec",
9515 "av1-grain",
9516 "bitstream-io",
9517 "built",
9518 "cfg-if",
9519 "interpolate_name",
9520 "itertools 0.12.1",
9521 "libc",
9522 "libfuzzer-sys",
9523 "log",
9524 "maybe-rayon",
9525 "new_debug_unreachable",
9526 "noop_proc_macro",
9527 "num-derive",
9528 "num-traits",
9529 "once_cell",
9530 "paste",
9531 "profiling",
9532 "rand 0.8.5",
9533 "rand_chacha 0.3.1",
9534 "simd_helpers",
9535 "system-deps",
9536 "thiserror",
9537 "v_frame",
9538 "wasm-bindgen",
9539]
9540
9541[[package]]
9542name = "ravif"
9543version = "0.11.10"
9544source = "registry+https://github.com/rust-lang/crates.io-index"
9545checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
9546dependencies = [
9547 "avif-serialize",
9548 "imgref",
9549 "loop9",
9550 "quick-error",
9551 "rav1e",
9552 "rgb",
9553]
9554
9555[[package]]
9556name = "raw-window-handle"
9557version = "0.6.2"
9558source = "registry+https://github.com/rust-lang/crates.io-index"
9559checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
9560
9561[[package]]
9562name = "raw-window-metal"
9563version = "0.4.0"
9564source = "registry+https://github.com/rust-lang/crates.io-index"
9565checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
9566dependencies = [
9567 "cocoa 0.25.0",
9568 "core-graphics 0.23.2",
9569 "objc",
9570 "raw-window-handle",
9571]
9572
9573[[package]]
9574name = "rayon"
9575version = "1.10.0"
9576source = "registry+https://github.com/rust-lang/crates.io-index"
9577checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
9578dependencies = [
9579 "either",
9580 "rayon-core",
9581]
9582
9583[[package]]
9584name = "rayon-core"
9585version = "1.12.1"
9586source = "registry+https://github.com/rust-lang/crates.io-index"
9587checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
9588dependencies = [
9589 "crossbeam-deque",
9590 "crossbeam-utils",
9591]
9592
9593[[package]]
9594name = "read-fonts"
9595version = "0.20.0"
9596source = "registry+https://github.com/rust-lang/crates.io-index"
9597checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
9598dependencies = [
9599 "bytemuck",
9600 "font-types",
9601]
9602
9603[[package]]
9604name = "recent_projects"
9605version = "0.1.0"
9606dependencies = [
9607 "anyhow",
9608 "auto_update",
9609 "editor",
9610 "file_finder",
9611 "futures 0.3.30",
9612 "fuzzy",
9613 "gpui",
9614 "itertools 0.13.0",
9615 "language",
9616 "log",
9617 "markdown",
9618 "menu",
9619 "ordered-float 2.10.1",
9620 "paths",
9621 "picker",
9622 "project",
9623 "release_channel",
9624 "remote",
9625 "schemars",
9626 "serde",
9627 "serde_json",
9628 "settings",
9629 "smol",
9630 "task",
9631 "theme",
9632 "ui",
9633 "util",
9634 "workspace",
9635]
9636
9637[[package]]
9638name = "redox_syscall"
9639version = "0.2.16"
9640source = "registry+https://github.com/rust-lang/crates.io-index"
9641checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
9642dependencies = [
9643 "bitflags 1.3.2",
9644]
9645
9646[[package]]
9647name = "redox_syscall"
9648version = "0.4.1"
9649source = "registry+https://github.com/rust-lang/crates.io-index"
9650checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
9651dependencies = [
9652 "bitflags 1.3.2",
9653]
9654
9655[[package]]
9656name = "redox_syscall"
9657version = "0.5.3"
9658source = "registry+https://github.com/rust-lang/crates.io-index"
9659checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
9660dependencies = [
9661 "bitflags 2.6.0",
9662]
9663
9664[[package]]
9665name = "redox_users"
9666version = "0.4.6"
9667source = "registry+https://github.com/rust-lang/crates.io-index"
9668checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
9669dependencies = [
9670 "getrandom 0.2.15",
9671 "libredox",
9672 "thiserror",
9673]
9674
9675[[package]]
9676name = "refineable"
9677version = "0.1.0"
9678dependencies = [
9679 "derive_refineable",
9680]
9681
9682[[package]]
9683name = "regalloc2"
9684version = "0.9.3"
9685source = "registry+https://github.com/rust-lang/crates.io-index"
9686checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
9687dependencies = [
9688 "hashbrown 0.13.2",
9689 "log",
9690 "rustc-hash 1.1.0",
9691 "slice-group-by",
9692 "smallvec",
9693]
9694
9695[[package]]
9696name = "regex"
9697version = "1.10.6"
9698source = "registry+https://github.com/rust-lang/crates.io-index"
9699checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
9700dependencies = [
9701 "aho-corasick",
9702 "memchr",
9703 "regex-automata 0.4.7",
9704 "regex-syntax 0.8.4",
9705]
9706
9707[[package]]
9708name = "regex-automata"
9709version = "0.1.10"
9710source = "registry+https://github.com/rust-lang/crates.io-index"
9711checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
9712dependencies = [
9713 "regex-syntax 0.6.29",
9714]
9715
9716[[package]]
9717name = "regex-automata"
9718version = "0.4.7"
9719source = "registry+https://github.com/rust-lang/crates.io-index"
9720checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
9721dependencies = [
9722 "aho-corasick",
9723 "memchr",
9724 "regex-syntax 0.8.4",
9725]
9726
9727[[package]]
9728name = "regex-lite"
9729version = "0.1.6"
9730source = "registry+https://github.com/rust-lang/crates.io-index"
9731checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
9732
9733[[package]]
9734name = "regex-syntax"
9735version = "0.6.29"
9736source = "registry+https://github.com/rust-lang/crates.io-index"
9737checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
9738
9739[[package]]
9740name = "regex-syntax"
9741version = "0.8.4"
9742source = "registry+https://github.com/rust-lang/crates.io-index"
9743checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
9744
9745[[package]]
9746name = "release_channel"
9747version = "0.1.0"
9748dependencies = [
9749 "gpui",
9750 "once_cell",
9751]
9752
9753[[package]]
9754name = "remote"
9755version = "0.1.0"
9756dependencies = [
9757 "anyhow",
9758 "async-trait",
9759 "collections",
9760 "fs",
9761 "futures 0.3.30",
9762 "gpui",
9763 "itertools 0.13.0",
9764 "log",
9765 "parking_lot",
9766 "paths",
9767 "prost",
9768 "release_channel",
9769 "rpc",
9770 "serde",
9771 "serde_json",
9772 "shlex",
9773 "smol",
9774 "tempfile",
9775 "thiserror",
9776 "util",
9777]
9778
9779[[package]]
9780name = "remote_server"
9781version = "0.1.0"
9782dependencies = [
9783 "anyhow",
9784 "async-watch",
9785 "backtrace",
9786 "cargo_toml",
9787 "chrono",
9788 "clap",
9789 "client",
9790 "clock",
9791 "env_logger 0.11.5",
9792 "fork",
9793 "fs",
9794 "futures 0.3.30",
9795 "git",
9796 "git_hosting_providers",
9797 "gpui",
9798 "http_client",
9799 "language",
9800 "languages",
9801 "libc",
9802 "log",
9803 "lsp",
9804 "node_runtime",
9805 "paths",
9806 "project",
9807 "proto",
9808 "release_channel",
9809 "remote",
9810 "reqwest_client",
9811 "rpc",
9812 "rust-embed",
9813 "serde",
9814 "serde_json",
9815 "settings",
9816 "shellexpand 2.1.2",
9817 "smol",
9818 "sysinfo",
9819 "telemetry_events",
9820 "toml 0.8.19",
9821 "util",
9822 "worktree",
9823]
9824
9825[[package]]
9826name = "rend"
9827version = "0.4.2"
9828source = "registry+https://github.com/rust-lang/crates.io-index"
9829checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
9830dependencies = [
9831 "bytecheck",
9832]
9833
9834[[package]]
9835name = "repl"
9836version = "0.1.0"
9837dependencies = [
9838 "alacritty_terminal",
9839 "anyhow",
9840 "async-dispatcher",
9841 "base64 0.22.1",
9842 "client",
9843 "collections",
9844 "command_palette_hooks",
9845 "editor",
9846 "env_logger 0.11.5",
9847 "feature_flags",
9848 "futures 0.3.30",
9849 "gpui",
9850 "http_client",
9851 "image",
9852 "indoc",
9853 "language",
9854 "languages",
9855 "log",
9856 "markdown_preview",
9857 "menu",
9858 "multi_buffer",
9859 "nbformat",
9860 "project",
9861 "runtimelib",
9862 "schemars",
9863 "serde",
9864 "serde_json",
9865 "settings",
9866 "smol",
9867 "terminal",
9868 "terminal_view",
9869 "theme",
9870 "tree-sitter-md",
9871 "tree-sitter-python",
9872 "tree-sitter-typescript",
9873 "ui",
9874 "util",
9875 "uuid",
9876 "windows 0.58.0",
9877 "workspace",
9878]
9879
9880[[package]]
9881name = "reqwest"
9882version = "0.11.27"
9883source = "registry+https://github.com/rust-lang/crates.io-index"
9884checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9885dependencies = [
9886 "base64 0.21.7",
9887 "bytes 1.7.2",
9888 "encoding_rs",
9889 "futures-core",
9890 "futures-util",
9891 "h2 0.3.26",
9892 "http 0.2.12",
9893 "http-body 0.4.6",
9894 "hyper 0.14.31",
9895 "hyper-tls",
9896 "ipnet",
9897 "js-sys",
9898 "log",
9899 "mime",
9900 "native-tls",
9901 "once_cell",
9902 "percent-encoding",
9903 "pin-project-lite",
9904 "rustls-pemfile 1.0.4",
9905 "serde",
9906 "serde_json",
9907 "serde_urlencoded",
9908 "sync_wrapper 0.1.2",
9909 "system-configuration 0.5.1",
9910 "tokio",
9911 "tokio-native-tls",
9912 "tower-service",
9913 "url",
9914 "wasm-bindgen",
9915 "wasm-bindgen-futures",
9916 "web-sys",
9917 "winreg 0.50.0",
9918]
9919
9920[[package]]
9921name = "reqwest"
9922version = "0.12.8"
9923source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
9924dependencies = [
9925 "base64 0.22.1",
9926 "bytes 1.7.2",
9927 "encoding_rs",
9928 "futures-core",
9929 "futures-util",
9930 "h2 0.4.6",
9931 "http 1.1.0",
9932 "http-body 1.0.1",
9933 "http-body-util",
9934 "hyper 1.4.1",
9935 "hyper-rustls 0.27.3",
9936 "hyper-util",
9937 "ipnet",
9938 "js-sys",
9939 "log",
9940 "mime",
9941 "once_cell",
9942 "percent-encoding",
9943 "pin-project-lite",
9944 "quinn",
9945 "rustls 0.23.13",
9946 "rustls-native-certs 0.8.0",
9947 "rustls-pemfile 2.1.3",
9948 "rustls-pki-types",
9949 "serde",
9950 "serde_json",
9951 "serde_urlencoded",
9952 "sync_wrapper 1.0.1",
9953 "system-configuration 0.6.1",
9954 "tokio",
9955 "tokio-rustls 0.26.0",
9956 "tokio-socks",
9957 "tokio-util",
9958 "tower-service",
9959 "url",
9960 "wasm-bindgen",
9961 "wasm-bindgen-futures",
9962 "wasm-streams",
9963 "web-sys",
9964 "windows-registry",
9965]
9966
9967[[package]]
9968name = "reqwest_client"
9969version = "0.1.0"
9970dependencies = [
9971 "anyhow",
9972 "bytes 1.7.2",
9973 "futures 0.3.30",
9974 "gpui",
9975 "http_client",
9976 "log",
9977 "reqwest 0.12.8",
9978 "serde",
9979 "smol",
9980 "tokio",
9981]
9982
9983[[package]]
9984name = "resvg"
9985version = "0.44.0"
9986source = "registry+https://github.com/rust-lang/crates.io-index"
9987checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
9988dependencies = [
9989 "log",
9990 "pico-args",
9991 "rgb",
9992 "svgtypes",
9993 "tiny-skia",
9994 "usvg",
9995]
9996
9997[[package]]
9998name = "rfc6979"
9999version = "0.3.1"
10000source = "registry+https://github.com/rust-lang/crates.io-index"
10001checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10002dependencies = [
10003 "crypto-bigint 0.4.9",
10004 "hmac",
10005 "zeroize",
10006]
10007
10008[[package]]
10009name = "rgb"
10010version = "0.8.49"
10011source = "registry+https://github.com/rust-lang/crates.io-index"
10012checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
10013dependencies = [
10014 "bytemuck",
10015]
10016
10017[[package]]
10018name = "rich_text"
10019version = "0.1.0"
10020dependencies = [
10021 "futures 0.3.30",
10022 "gpui",
10023 "language",
10024 "linkify",
10025 "pulldown-cmark 0.12.2",
10026 "theme",
10027 "ui",
10028 "util",
10029]
10030
10031[[package]]
10032name = "ring"
10033version = "0.16.20"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
10036dependencies = [
10037 "cc",
10038 "libc",
10039 "once_cell",
10040 "spin 0.5.2",
10041 "untrusted 0.7.1",
10042 "web-sys",
10043 "winapi",
10044]
10045
10046[[package]]
10047name = "ring"
10048version = "0.17.8"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10051dependencies = [
10052 "cc",
10053 "cfg-if",
10054 "getrandom 0.2.15",
10055 "libc",
10056 "spin 0.9.8",
10057 "untrusted 0.9.0",
10058 "windows-sys 0.52.0",
10059]
10060
10061[[package]]
10062name = "rkyv"
10063version = "0.7.45"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10066dependencies = [
10067 "bitvec",
10068 "bytecheck",
10069 "bytes 1.7.2",
10070 "hashbrown 0.12.3",
10071 "ptr_meta",
10072 "rend",
10073 "rkyv_derive",
10074 "seahash",
10075 "tinyvec",
10076 "uuid",
10077]
10078
10079[[package]]
10080name = "rkyv_derive"
10081version = "0.7.45"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10084dependencies = [
10085 "proc-macro2",
10086 "quote",
10087 "syn 1.0.109",
10088]
10089
10090[[package]]
10091name = "rmp"
10092version = "0.8.14"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10095dependencies = [
10096 "byteorder",
10097 "num-traits",
10098 "paste",
10099]
10100
10101[[package]]
10102name = "rmpv"
10103version = "1.3.0"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10106dependencies = [
10107 "num-traits",
10108 "rmp",
10109]
10110
10111[[package]]
10112name = "rodio"
10113version = "0.19.0"
10114source = "registry+https://github.com/rust-lang/crates.io-index"
10115checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
10116dependencies = [
10117 "cpal",
10118 "hound",
10119 "thiserror",
10120]
10121
10122[[package]]
10123name = "rope"
10124version = "0.1.0"
10125dependencies = [
10126 "arrayvec",
10127 "criterion",
10128 "ctor",
10129 "env_logger 0.11.5",
10130 "gpui",
10131 "log",
10132 "rand 0.8.5",
10133 "rayon",
10134 "smallvec",
10135 "sum_tree",
10136 "unicode-segmentation",
10137 "util",
10138]
10139
10140[[package]]
10141name = "roxmltree"
10142version = "0.20.0"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10145
10146[[package]]
10147name = "rpc"
10148version = "0.1.0"
10149dependencies = [
10150 "anyhow",
10151 "async-tungstenite",
10152 "base64 0.22.1",
10153 "chrono",
10154 "collections",
10155 "env_logger 0.11.5",
10156 "futures 0.3.30",
10157 "gpui",
10158 "parking_lot",
10159 "proto",
10160 "rand 0.8.5",
10161 "rsa",
10162 "serde",
10163 "serde_json",
10164 "sha2",
10165 "strum 0.25.0",
10166 "tracing",
10167 "util",
10168 "zstd",
10169]
10170
10171[[package]]
10172name = "rsa"
10173version = "0.9.6"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
10176dependencies = [
10177 "const-oid",
10178 "digest",
10179 "num-bigint-dig",
10180 "num-integer",
10181 "num-traits",
10182 "pkcs1",
10183 "pkcs8 0.10.2",
10184 "rand_core 0.6.4",
10185 "signature 2.2.0",
10186 "spki 0.7.3",
10187 "subtle",
10188 "zeroize",
10189]
10190
10191[[package]]
10192name = "runtimelib"
10193version = "0.16.1"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "bc7fe3c17675445fe89de68d130be00b7115104924fbcf53a9b0a84b0283fc81"
10196dependencies = [
10197 "anyhow",
10198 "async-dispatcher",
10199 "async-std",
10200 "base64 0.22.1",
10201 "bytes 1.7.2",
10202 "chrono",
10203 "data-encoding",
10204 "dirs 5.0.1",
10205 "futures 0.3.30",
10206 "glob",
10207 "jupyter-serde",
10208 "rand 0.8.5",
10209 "ring 0.17.8",
10210 "serde",
10211 "serde_json",
10212 "shellexpand 3.1.0",
10213 "smol",
10214 "uuid",
10215 "zeromq",
10216]
10217
10218[[package]]
10219name = "rust-embed"
10220version = "8.5.0"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10223dependencies = [
10224 "rust-embed-impl",
10225 "rust-embed-utils",
10226 "walkdir",
10227]
10228
10229[[package]]
10230name = "rust-embed-impl"
10231version = "8.5.0"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10234dependencies = [
10235 "proc-macro2",
10236 "quote",
10237 "rust-embed-utils",
10238 "syn 2.0.87",
10239 "walkdir",
10240]
10241
10242[[package]]
10243name = "rust-embed-utils"
10244version = "8.5.0"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10247dependencies = [
10248 "globset",
10249 "sha2",
10250 "walkdir",
10251]
10252
10253[[package]]
10254name = "rust_decimal"
10255version = "1.36.0"
10256source = "registry+https://github.com/rust-lang/crates.io-index"
10257checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10258dependencies = [
10259 "arrayvec",
10260 "borsh",
10261 "bytes 1.7.2",
10262 "num-traits",
10263 "rand 0.8.5",
10264 "rkyv",
10265 "serde",
10266 "serde_json",
10267]
10268
10269[[package]]
10270name = "rustc-demangle"
10271version = "0.1.24"
10272source = "registry+https://github.com/rust-lang/crates.io-index"
10273checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10274
10275[[package]]
10276name = "rustc-hash"
10277version = "1.1.0"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10280
10281[[package]]
10282name = "rustc-hash"
10283version = "2.0.0"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
10286
10287[[package]]
10288name = "rustc_version"
10289version = "0.4.1"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10292dependencies = [
10293 "semver",
10294]
10295
10296[[package]]
10297name = "rustix"
10298version = "0.37.27"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
10301dependencies = [
10302 "bitflags 1.3.2",
10303 "errno 0.3.9",
10304 "io-lifetimes 1.0.11",
10305 "libc",
10306 "linux-raw-sys 0.3.8",
10307 "windows-sys 0.48.0",
10308]
10309
10310[[package]]
10311name = "rustix"
10312version = "0.38.39"
10313source = "registry+https://github.com/rust-lang/crates.io-index"
10314checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
10315dependencies = [
10316 "bitflags 2.6.0",
10317 "errno 0.3.9",
10318 "itoa",
10319 "libc",
10320 "linux-raw-sys 0.4.14",
10321 "once_cell",
10322 "windows-sys 0.52.0",
10323]
10324
10325[[package]]
10326name = "rustix-openpty"
10327version = "0.1.1"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10330dependencies = [
10331 "errno 0.3.9",
10332 "libc",
10333 "rustix 0.38.39",
10334]
10335
10336[[package]]
10337name = "rustls"
10338version = "0.20.9"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
10341dependencies = [
10342 "log",
10343 "ring 0.16.20",
10344 "sct",
10345 "webpki",
10346]
10347
10348[[package]]
10349name = "rustls"
10350version = "0.21.12"
10351source = "registry+https://github.com/rust-lang/crates.io-index"
10352checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10353dependencies = [
10354 "log",
10355 "ring 0.17.8",
10356 "rustls-webpki 0.101.7",
10357 "sct",
10358]
10359
10360[[package]]
10361name = "rustls"
10362version = "0.23.13"
10363source = "registry+https://github.com/rust-lang/crates.io-index"
10364checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
10365dependencies = [
10366 "once_cell",
10367 "ring 0.17.8",
10368 "rustls-pki-types",
10369 "rustls-webpki 0.102.8",
10370 "subtle",
10371 "zeroize",
10372]
10373
10374[[package]]
10375name = "rustls-native-certs"
10376version = "0.6.3"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
10379dependencies = [
10380 "openssl-probe",
10381 "rustls-pemfile 1.0.4",
10382 "schannel",
10383 "security-framework",
10384]
10385
10386[[package]]
10387name = "rustls-native-certs"
10388version = "0.8.0"
10389source = "registry+https://github.com/rust-lang/crates.io-index"
10390checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
10391dependencies = [
10392 "openssl-probe",
10393 "rustls-pemfile 2.1.3",
10394 "rustls-pki-types",
10395 "schannel",
10396 "security-framework",
10397]
10398
10399[[package]]
10400name = "rustls-pemfile"
10401version = "1.0.4"
10402source = "registry+https://github.com/rust-lang/crates.io-index"
10403checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
10404dependencies = [
10405 "base64 0.21.7",
10406]
10407
10408[[package]]
10409name = "rustls-pemfile"
10410version = "2.1.3"
10411source = "registry+https://github.com/rust-lang/crates.io-index"
10412checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
10413dependencies = [
10414 "base64 0.22.1",
10415 "rustls-pki-types",
10416]
10417
10418[[package]]
10419name = "rustls-pki-types"
10420version = "1.8.0"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
10423
10424[[package]]
10425name = "rustls-webpki"
10426version = "0.101.7"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
10429dependencies = [
10430 "ring 0.17.8",
10431 "untrusted 0.9.0",
10432]
10433
10434[[package]]
10435name = "rustls-webpki"
10436version = "0.102.8"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
10439dependencies = [
10440 "ring 0.17.8",
10441 "rustls-pki-types",
10442 "untrusted 0.9.0",
10443]
10444
10445[[package]]
10446name = "rustversion"
10447version = "1.0.17"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
10450
10451[[package]]
10452name = "rustybuzz"
10453version = "0.14.1"
10454source = "registry+https://github.com/rust-lang/crates.io-index"
10455checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
10456dependencies = [
10457 "bitflags 2.6.0",
10458 "bytemuck",
10459 "libm",
10460 "smallvec",
10461 "ttf-parser",
10462 "unicode-bidi-mirroring",
10463 "unicode-ccc",
10464 "unicode-properties",
10465 "unicode-script",
10466]
10467
10468[[package]]
10469name = "ryu"
10470version = "1.0.18"
10471source = "registry+https://github.com/rust-lang/crates.io-index"
10472checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
10473
10474[[package]]
10475name = "salsa20"
10476version = "0.10.2"
10477source = "registry+https://github.com/rust-lang/crates.io-index"
10478checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
10479dependencies = [
10480 "cipher",
10481]
10482
10483[[package]]
10484name = "same-file"
10485version = "1.0.6"
10486source = "registry+https://github.com/rust-lang/crates.io-index"
10487checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
10488dependencies = [
10489 "winapi-util",
10490]
10491
10492[[package]]
10493name = "schannel"
10494version = "0.1.23"
10495source = "registry+https://github.com/rust-lang/crates.io-index"
10496checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
10497dependencies = [
10498 "windows-sys 0.52.0",
10499]
10500
10501[[package]]
10502name = "schemars"
10503version = "0.8.21"
10504source = "registry+https://github.com/rust-lang/crates.io-index"
10505checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
10506dependencies = [
10507 "dyn-clone",
10508 "indexmap 1.9.3",
10509 "schemars_derive",
10510 "serde",
10511 "serde_json",
10512]
10513
10514[[package]]
10515name = "schemars_derive"
10516version = "0.8.21"
10517source = "registry+https://github.com/rust-lang/crates.io-index"
10518checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
10519dependencies = [
10520 "proc-macro2",
10521 "quote",
10522 "serde_derive_internals 0.29.1",
10523 "syn 2.0.87",
10524]
10525
10526[[package]]
10527name = "scoped-tls"
10528version = "1.0.1"
10529source = "registry+https://github.com/rust-lang/crates.io-index"
10530checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
10531
10532[[package]]
10533name = "scopeguard"
10534version = "1.2.0"
10535source = "registry+https://github.com/rust-lang/crates.io-index"
10536checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
10537
10538[[package]]
10539name = "scrypt"
10540version = "0.11.0"
10541source = "registry+https://github.com/rust-lang/crates.io-index"
10542checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
10543dependencies = [
10544 "password-hash",
10545 "pbkdf2",
10546 "salsa20",
10547 "sha2",
10548]
10549
10550[[package]]
10551name = "sct"
10552version = "0.7.1"
10553source = "registry+https://github.com/rust-lang/crates.io-index"
10554checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
10555dependencies = [
10556 "ring 0.17.8",
10557 "untrusted 0.9.0",
10558]
10559
10560[[package]]
10561name = "sea-bae"
10562version = "0.2.0"
10563source = "registry+https://github.com/rust-lang/crates.io-index"
10564checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
10565dependencies = [
10566 "heck 0.4.1",
10567 "proc-macro-error",
10568 "proc-macro2",
10569 "quote",
10570 "syn 2.0.87",
10571]
10572
10573[[package]]
10574name = "sea-orm"
10575version = "1.1.0-rc.1"
10576source = "registry+https://github.com/rust-lang/crates.io-index"
10577checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
10578dependencies = [
10579 "async-stream",
10580 "async-trait",
10581 "bigdecimal",
10582 "chrono",
10583 "futures 0.3.30",
10584 "log",
10585 "ouroboros",
10586 "rust_decimal",
10587 "sea-orm-macros",
10588 "sea-query",
10589 "sea-query-binder",
10590 "serde",
10591 "serde_json",
10592 "sqlx",
10593 "strum 0.26.3",
10594 "thiserror",
10595 "time",
10596 "tracing",
10597 "url",
10598 "uuid",
10599]
10600
10601[[package]]
10602name = "sea-orm-macros"
10603version = "1.1.0-rc.1"
10604source = "registry+https://github.com/rust-lang/crates.io-index"
10605checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
10606dependencies = [
10607 "heck 0.4.1",
10608 "proc-macro2",
10609 "quote",
10610 "sea-bae",
10611 "syn 2.0.87",
10612 "unicode-ident",
10613]
10614
10615[[package]]
10616name = "sea-query"
10617version = "0.32.0-rc.1"
10618source = "registry+https://github.com/rust-lang/crates.io-index"
10619checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
10620dependencies = [
10621 "bigdecimal",
10622 "chrono",
10623 "educe",
10624 "inherent",
10625 "ordered-float 3.9.2",
10626 "rust_decimal",
10627 "serde_json",
10628 "time",
10629 "uuid",
10630]
10631
10632[[package]]
10633name = "sea-query-binder"
10634version = "0.7.0-rc.1"
10635source = "registry+https://github.com/rust-lang/crates.io-index"
10636checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
10637dependencies = [
10638 "bigdecimal",
10639 "chrono",
10640 "rust_decimal",
10641 "sea-query",
10642 "serde_json",
10643 "sqlx",
10644 "time",
10645 "uuid",
10646]
10647
10648[[package]]
10649name = "seahash"
10650version = "4.1.0"
10651source = "registry+https://github.com/rust-lang/crates.io-index"
10652checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
10653
10654[[package]]
10655name = "sealed"
10656version = "0.4.0"
10657source = "registry+https://github.com/rust-lang/crates.io-index"
10658checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
10659dependencies = [
10660 "heck 0.3.3",
10661 "proc-macro2",
10662 "quote",
10663 "syn 1.0.109",
10664]
10665
10666[[package]]
10667name = "search"
10668version = "0.1.0"
10669dependencies = [
10670 "any_vec",
10671 "anyhow",
10672 "bitflags 2.6.0",
10673 "client",
10674 "collections",
10675 "editor",
10676 "futures 0.3.30",
10677 "gpui",
10678 "language",
10679 "menu",
10680 "project",
10681 "serde",
10682 "serde_json",
10683 "settings",
10684 "smol",
10685 "theme",
10686 "ui",
10687 "unindent",
10688 "util",
10689 "workspace",
10690]
10691
10692[[package]]
10693name = "sec1"
10694version = "0.3.0"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
10697dependencies = [
10698 "base16ct",
10699 "der 0.6.1",
10700 "generic-array",
10701 "pkcs8 0.9.0",
10702 "subtle",
10703 "zeroize",
10704]
10705
10706[[package]]
10707name = "security-framework"
10708version = "2.11.1"
10709source = "registry+https://github.com/rust-lang/crates.io-index"
10710checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
10711dependencies = [
10712 "bitflags 2.6.0",
10713 "core-foundation 0.9.4",
10714 "core-foundation-sys",
10715 "libc",
10716 "security-framework-sys",
10717]
10718
10719[[package]]
10720name = "security-framework-sys"
10721version = "2.11.1"
10722source = "registry+https://github.com/rust-lang/crates.io-index"
10723checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
10724dependencies = [
10725 "core-foundation-sys",
10726 "libc",
10727]
10728
10729[[package]]
10730name = "self_cell"
10731version = "1.0.4"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
10734
10735[[package]]
10736name = "semantic_index"
10737version = "0.1.0"
10738dependencies = [
10739 "anyhow",
10740 "arrayvec",
10741 "blake3",
10742 "client",
10743 "clock",
10744 "collections",
10745 "env_logger 0.11.5",
10746 "feature_flags",
10747 "fs",
10748 "futures 0.3.30",
10749 "futures-batch",
10750 "gpui",
10751 "heed",
10752 "http_client",
10753 "language",
10754 "language_model",
10755 "languages",
10756 "log",
10757 "open_ai",
10758 "parking_lot",
10759 "project",
10760 "reqwest_client",
10761 "serde",
10762 "serde_json",
10763 "settings",
10764 "sha2",
10765 "smol",
10766 "tempfile",
10767 "theme",
10768 "tree-sitter",
10769 "ui",
10770 "unindent",
10771 "util",
10772 "workspace",
10773 "worktree",
10774]
10775
10776[[package]]
10777name = "semantic_version"
10778version = "0.1.0"
10779dependencies = [
10780 "anyhow",
10781 "serde",
10782]
10783
10784[[package]]
10785name = "semver"
10786version = "1.0.23"
10787source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
10789dependencies = [
10790 "serde",
10791]
10792
10793[[package]]
10794name = "serde"
10795version = "1.0.209"
10796source = "registry+https://github.com/rust-lang/crates.io-index"
10797checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
10798dependencies = [
10799 "serde_derive",
10800]
10801
10802[[package]]
10803name = "serde_derive"
10804version = "1.0.209"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
10807dependencies = [
10808 "proc-macro2",
10809 "quote",
10810 "syn 2.0.87",
10811]
10812
10813[[package]]
10814name = "serde_derive_internals"
10815version = "0.26.0"
10816source = "registry+https://github.com/rust-lang/crates.io-index"
10817checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
10818dependencies = [
10819 "proc-macro2",
10820 "quote",
10821 "syn 1.0.109",
10822]
10823
10824[[package]]
10825name = "serde_derive_internals"
10826version = "0.29.1"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
10829dependencies = [
10830 "proc-macro2",
10831 "quote",
10832 "syn 2.0.87",
10833]
10834
10835[[package]]
10836name = "serde_fmt"
10837version = "1.0.3"
10838source = "registry+https://github.com/rust-lang/crates.io-index"
10839checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
10840dependencies = [
10841 "serde",
10842]
10843
10844[[package]]
10845name = "serde_json"
10846version = "1.0.132"
10847source = "registry+https://github.com/rust-lang/crates.io-index"
10848checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
10849dependencies = [
10850 "indexmap 2.4.0",
10851 "itoa",
10852 "memchr",
10853 "ryu",
10854 "serde",
10855]
10856
10857[[package]]
10858name = "serde_json_lenient"
10859version = "0.2.1"
10860source = "registry+https://github.com/rust-lang/crates.io-index"
10861checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
10862dependencies = [
10863 "indexmap 2.4.0",
10864 "itoa",
10865 "ryu",
10866 "serde",
10867]
10868
10869[[package]]
10870name = "serde_path_to_error"
10871version = "0.1.16"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
10874dependencies = [
10875 "itoa",
10876 "serde",
10877]
10878
10879[[package]]
10880name = "serde_qs"
10881version = "0.8.5"
10882source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
10884dependencies = [
10885 "percent-encoding",
10886 "serde",
10887 "thiserror",
10888]
10889
10890[[package]]
10891name = "serde_qs"
10892version = "0.10.1"
10893source = "registry+https://github.com/rust-lang/crates.io-index"
10894checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
10895dependencies = [
10896 "percent-encoding",
10897 "serde",
10898 "thiserror",
10899]
10900
10901[[package]]
10902name = "serde_repr"
10903version = "0.1.19"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
10906dependencies = [
10907 "proc-macro2",
10908 "quote",
10909 "syn 2.0.87",
10910]
10911
10912[[package]]
10913name = "serde_spanned"
10914version = "0.6.7"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
10917dependencies = [
10918 "serde",
10919]
10920
10921[[package]]
10922name = "serde_urlencoded"
10923version = "0.7.1"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
10926dependencies = [
10927 "form_urlencoded",
10928 "itoa",
10929 "ryu",
10930 "serde",
10931]
10932
10933[[package]]
10934name = "session"
10935version = "0.1.0"
10936dependencies = [
10937 "db",
10938 "gpui",
10939 "serde_json",
10940 "util",
10941 "uuid",
10942]
10943
10944[[package]]
10945name = "settings"
10946version = "0.1.0"
10947dependencies = [
10948 "anyhow",
10949 "collections",
10950 "ec4rs",
10951 "fs",
10952 "futures 0.3.30",
10953 "gpui",
10954 "indoc",
10955 "log",
10956 "paths",
10957 "pretty_assertions",
10958 "release_channel",
10959 "rust-embed",
10960 "schemars",
10961 "serde",
10962 "serde_derive",
10963 "serde_json",
10964 "serde_json_lenient",
10965 "smallvec",
10966 "tree-sitter",
10967 "tree-sitter-json",
10968 "unindent",
10969 "util",
10970]
10971
10972[[package]]
10973name = "settings_ui"
10974version = "0.1.0"
10975dependencies = [
10976 "command_palette_hooks",
10977 "editor",
10978 "feature_flags",
10979 "gpui",
10980 "settings",
10981 "theme",
10982 "ui",
10983 "workspace",
10984]
10985
10986[[package]]
10987name = "sha1"
10988version = "0.10.6"
10989source = "registry+https://github.com/rust-lang/crates.io-index"
10990checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10991dependencies = [
10992 "cfg-if",
10993 "cpufeatures",
10994 "digest",
10995]
10996
10997[[package]]
10998name = "sha1_smol"
10999version = "1.0.1"
11000source = "registry+https://github.com/rust-lang/crates.io-index"
11001checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11002
11003[[package]]
11004name = "sha2"
11005version = "0.10.8"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11008dependencies = [
11009 "cfg-if",
11010 "cpufeatures",
11011 "digest",
11012]
11013
11014[[package]]
11015name = "sharded-slab"
11016version = "0.1.7"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11019dependencies = [
11020 "lazy_static",
11021]
11022
11023[[package]]
11024name = "shell-words"
11025version = "1.1.0"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11028
11029[[package]]
11030name = "shellexpand"
11031version = "2.1.2"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11034dependencies = [
11035 "dirs 4.0.0",
11036]
11037
11038[[package]]
11039name = "shellexpand"
11040version = "3.1.0"
11041source = "registry+https://github.com/rust-lang/crates.io-index"
11042checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11043dependencies = [
11044 "dirs 5.0.1",
11045]
11046
11047[[package]]
11048name = "shlex"
11049version = "1.3.0"
11050source = "registry+https://github.com/rust-lang/crates.io-index"
11051checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11052
11053[[package]]
11054name = "signal-hook"
11055version = "0.3.17"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11058dependencies = [
11059 "libc",
11060 "signal-hook-registry",
11061]
11062
11063[[package]]
11064name = "signal-hook-registry"
11065version = "1.4.2"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11068dependencies = [
11069 "libc",
11070]
11071
11072[[package]]
11073name = "signature"
11074version = "1.6.4"
11075source = "registry+https://github.com/rust-lang/crates.io-index"
11076checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11077dependencies = [
11078 "digest",
11079 "rand_core 0.6.4",
11080]
11081
11082[[package]]
11083name = "signature"
11084version = "2.2.0"
11085source = "registry+https://github.com/rust-lang/crates.io-index"
11086checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11087dependencies = [
11088 "digest",
11089 "rand_core 0.6.4",
11090]
11091
11092[[package]]
11093name = "simd-adler32"
11094version = "0.3.7"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11097
11098[[package]]
11099name = "simd_helpers"
11100version = "0.1.0"
11101source = "registry+https://github.com/rust-lang/crates.io-index"
11102checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11103dependencies = [
11104 "quote",
11105]
11106
11107[[package]]
11108name = "simdutf8"
11109version = "0.1.4"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
11112
11113[[package]]
11114name = "similar"
11115version = "1.3.0"
11116source = "registry+https://github.com/rust-lang/crates.io-index"
11117checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11118
11119[[package]]
11120name = "simple_asn1"
11121version = "0.6.2"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11124dependencies = [
11125 "num-bigint",
11126 "num-traits",
11127 "thiserror",
11128 "time",
11129]
11130
11131[[package]]
11132name = "simplecss"
11133version = "0.2.1"
11134source = "registry+https://github.com/rust-lang/crates.io-index"
11135checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11136dependencies = [
11137 "log",
11138]
11139
11140[[package]]
11141name = "simplelog"
11142version = "0.12.2"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11145dependencies = [
11146 "log",
11147 "termcolor",
11148 "time",
11149]
11150
11151[[package]]
11152name = "siphasher"
11153version = "0.3.11"
11154source = "registry+https://github.com/rust-lang/crates.io-index"
11155checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11156
11157[[package]]
11158name = "siphasher"
11159version = "1.0.1"
11160source = "registry+https://github.com/rust-lang/crates.io-index"
11161checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11162
11163[[package]]
11164name = "skrifa"
11165version = "0.20.0"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
11168dependencies = [
11169 "bytemuck",
11170 "read-fonts",
11171]
11172
11173[[package]]
11174name = "slab"
11175version = "0.4.9"
11176source = "registry+https://github.com/rust-lang/crates.io-index"
11177checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11178dependencies = [
11179 "autocfg",
11180]
11181
11182[[package]]
11183name = "slash_commands_example"
11184version = "0.1.0"
11185dependencies = [
11186 "zed_extension_api 0.1.0",
11187]
11188
11189[[package]]
11190name = "slice-group-by"
11191version = "0.3.1"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11194
11195[[package]]
11196name = "slotmap"
11197version = "1.0.7"
11198source = "registry+https://github.com/rust-lang/crates.io-index"
11199checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11200dependencies = [
11201 "version_check",
11202]
11203
11204[[package]]
11205name = "smallvec"
11206version = "1.13.2"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11209dependencies = [
11210 "serde",
11211]
11212
11213[[package]]
11214name = "smart-default"
11215version = "0.6.0"
11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11218dependencies = [
11219 "proc-macro2",
11220 "quote",
11221 "syn 1.0.109",
11222]
11223
11224[[package]]
11225name = "smol"
11226version = "1.3.0"
11227source = "registry+https://github.com/rust-lang/crates.io-index"
11228checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11229dependencies = [
11230 "async-channel 1.9.0",
11231 "async-executor",
11232 "async-fs 1.6.0",
11233 "async-io 1.13.0",
11234 "async-lock 2.8.0",
11235 "async-net 1.8.0",
11236 "async-process 1.8.1",
11237 "blocking",
11238 "futures-lite 1.13.0",
11239]
11240
11241[[package]]
11242name = "smol_str"
11243version = "0.1.24"
11244source = "registry+https://github.com/rust-lang/crates.io-index"
11245checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11246dependencies = [
11247 "serde",
11248]
11249
11250[[package]]
11251name = "snippet"
11252version = "0.1.0"
11253dependencies = [
11254 "anyhow",
11255 "smallvec",
11256]
11257
11258[[package]]
11259name = "snippet_provider"
11260version = "0.1.0"
11261dependencies = [
11262 "anyhow",
11263 "collections",
11264 "fs",
11265 "futures 0.3.30",
11266 "gpui",
11267 "parking_lot",
11268 "paths",
11269 "serde",
11270 "serde_json",
11271 "snippet",
11272 "util",
11273]
11274
11275[[package]]
11276name = "snippets_ui"
11277version = "0.1.0"
11278dependencies = [
11279 "fuzzy",
11280 "gpui",
11281 "language",
11282 "paths",
11283 "picker",
11284 "ui",
11285 "util",
11286 "workspace",
11287]
11288
11289[[package]]
11290name = "socket2"
11291version = "0.4.10"
11292source = "registry+https://github.com/rust-lang/crates.io-index"
11293checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
11294dependencies = [
11295 "libc",
11296 "winapi",
11297]
11298
11299[[package]]
11300name = "socket2"
11301version = "0.5.7"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
11304dependencies = [
11305 "libc",
11306 "windows-sys 0.52.0",
11307]
11308
11309[[package]]
11310name = "spdx"
11311version = "0.10.6"
11312source = "registry+https://github.com/rust-lang/crates.io-index"
11313checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
11314dependencies = [
11315 "smallvec",
11316]
11317
11318[[package]]
11319name = "spin"
11320version = "0.5.2"
11321source = "registry+https://github.com/rust-lang/crates.io-index"
11322checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
11323
11324[[package]]
11325name = "spin"
11326version = "0.9.8"
11327source = "registry+https://github.com/rust-lang/crates.io-index"
11328checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11329dependencies = [
11330 "lock_api",
11331]
11332
11333[[package]]
11334name = "spirv"
11335version = "0.3.0+sdk-1.3.268.0"
11336source = "registry+https://github.com/rust-lang/crates.io-index"
11337checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11338dependencies = [
11339 "bitflags 2.6.0",
11340]
11341
11342[[package]]
11343name = "spki"
11344version = "0.6.0"
11345source = "registry+https://github.com/rust-lang/crates.io-index"
11346checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11347dependencies = [
11348 "base64ct",
11349 "der 0.6.1",
11350]
11351
11352[[package]]
11353name = "spki"
11354version = "0.7.3"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11357dependencies = [
11358 "base64ct",
11359 "der 0.7.9",
11360]
11361
11362[[package]]
11363name = "sptr"
11364version = "0.3.2"
11365source = "registry+https://github.com/rust-lang/crates.io-index"
11366checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11367
11368[[package]]
11369name = "sqlez"
11370version = "0.1.0"
11371dependencies = [
11372 "anyhow",
11373 "collections",
11374 "futures 0.3.30",
11375 "indoc",
11376 "libsqlite3-sys",
11377 "parking_lot",
11378 "smol",
11379 "sqlformat",
11380 "thread_local",
11381 "util",
11382 "uuid",
11383]
11384
11385[[package]]
11386name = "sqlez_macros"
11387version = "0.1.0"
11388dependencies = [
11389 "sqlez",
11390 "sqlformat",
11391 "syn 1.0.109",
11392]
11393
11394[[package]]
11395name = "sqlformat"
11396version = "0.2.6"
11397source = "registry+https://github.com/rust-lang/crates.io-index"
11398checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
11399dependencies = [
11400 "nom",
11401 "unicode_categories",
11402]
11403
11404[[package]]
11405name = "sqlx"
11406version = "0.8.0"
11407source = "registry+https://github.com/rust-lang/crates.io-index"
11408checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
11409dependencies = [
11410 "sqlx-core",
11411 "sqlx-macros",
11412 "sqlx-mysql",
11413 "sqlx-postgres",
11414 "sqlx-sqlite",
11415]
11416
11417[[package]]
11418name = "sqlx-core"
11419version = "0.8.0"
11420source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
11422dependencies = [
11423 "atoi",
11424 "bigdecimal",
11425 "byteorder",
11426 "bytes 1.7.2",
11427 "chrono",
11428 "crc",
11429 "crossbeam-queue",
11430 "either",
11431 "event-listener 5.3.1",
11432 "futures-channel",
11433 "futures-core",
11434 "futures-intrusive",
11435 "futures-io",
11436 "futures-util",
11437 "hashbrown 0.14.5",
11438 "hashlink 0.9.1",
11439 "hex",
11440 "indexmap 2.4.0",
11441 "log",
11442 "memchr",
11443 "once_cell",
11444 "paste",
11445 "percent-encoding",
11446 "rust_decimal",
11447 "rustls 0.21.12",
11448 "rustls-pemfile 1.0.4",
11449 "serde",
11450 "serde_json",
11451 "sha2",
11452 "smallvec",
11453 "sqlformat",
11454 "thiserror",
11455 "time",
11456 "tokio",
11457 "tokio-stream",
11458 "tracing",
11459 "url",
11460 "uuid",
11461 "webpki-roots 0.25.4",
11462]
11463
11464[[package]]
11465name = "sqlx-macros"
11466version = "0.8.0"
11467source = "registry+https://github.com/rust-lang/crates.io-index"
11468checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
11469dependencies = [
11470 "proc-macro2",
11471 "quote",
11472 "sqlx-core",
11473 "sqlx-macros-core",
11474 "syn 2.0.87",
11475]
11476
11477[[package]]
11478name = "sqlx-macros-core"
11479version = "0.8.0"
11480source = "registry+https://github.com/rust-lang/crates.io-index"
11481checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
11482dependencies = [
11483 "dotenvy",
11484 "either",
11485 "heck 0.5.0",
11486 "hex",
11487 "once_cell",
11488 "proc-macro2",
11489 "quote",
11490 "serde",
11491 "serde_json",
11492 "sha2",
11493 "sqlx-core",
11494 "sqlx-mysql",
11495 "sqlx-postgres",
11496 "sqlx-sqlite",
11497 "syn 2.0.87",
11498 "tempfile",
11499 "tokio",
11500 "url",
11501]
11502
11503[[package]]
11504name = "sqlx-mysql"
11505version = "0.8.0"
11506source = "registry+https://github.com/rust-lang/crates.io-index"
11507checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
11508dependencies = [
11509 "atoi",
11510 "base64 0.22.1",
11511 "bigdecimal",
11512 "bitflags 2.6.0",
11513 "byteorder",
11514 "bytes 1.7.2",
11515 "chrono",
11516 "crc",
11517 "digest",
11518 "dotenvy",
11519 "either",
11520 "futures-channel",
11521 "futures-core",
11522 "futures-io",
11523 "futures-util",
11524 "generic-array",
11525 "hex",
11526 "hkdf",
11527 "hmac",
11528 "itoa",
11529 "log",
11530 "md-5",
11531 "memchr",
11532 "once_cell",
11533 "percent-encoding",
11534 "rand 0.8.5",
11535 "rsa",
11536 "rust_decimal",
11537 "serde",
11538 "sha1",
11539 "sha2",
11540 "smallvec",
11541 "sqlx-core",
11542 "stringprep",
11543 "thiserror",
11544 "time",
11545 "tracing",
11546 "uuid",
11547 "whoami",
11548]
11549
11550[[package]]
11551name = "sqlx-postgres"
11552version = "0.8.0"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
11555dependencies = [
11556 "atoi",
11557 "base64 0.22.1",
11558 "bigdecimal",
11559 "bitflags 2.6.0",
11560 "byteorder",
11561 "chrono",
11562 "crc",
11563 "dotenvy",
11564 "etcetera",
11565 "futures-channel",
11566 "futures-core",
11567 "futures-io",
11568 "futures-util",
11569 "hex",
11570 "hkdf",
11571 "hmac",
11572 "home",
11573 "itoa",
11574 "log",
11575 "md-5",
11576 "memchr",
11577 "num-bigint",
11578 "once_cell",
11579 "rand 0.8.5",
11580 "rust_decimal",
11581 "serde",
11582 "serde_json",
11583 "sha2",
11584 "smallvec",
11585 "sqlx-core",
11586 "stringprep",
11587 "thiserror",
11588 "time",
11589 "tracing",
11590 "uuid",
11591 "whoami",
11592]
11593
11594[[package]]
11595name = "sqlx-sqlite"
11596version = "0.8.0"
11597source = "registry+https://github.com/rust-lang/crates.io-index"
11598checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
11599dependencies = [
11600 "atoi",
11601 "chrono",
11602 "flume",
11603 "futures-channel",
11604 "futures-core",
11605 "futures-executor",
11606 "futures-intrusive",
11607 "futures-util",
11608 "libsqlite3-sys",
11609 "log",
11610 "percent-encoding",
11611 "serde",
11612 "serde_urlencoded",
11613 "sqlx-core",
11614 "time",
11615 "tracing",
11616 "url",
11617 "uuid",
11618]
11619
11620[[package]]
11621name = "stable_deref_trait"
11622version = "1.2.0"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
11625
11626[[package]]
11627name = "static_assertions"
11628version = "1.1.0"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
11631
11632[[package]]
11633name = "story"
11634version = "0.1.0"
11635dependencies = [
11636 "gpui",
11637 "itertools 0.13.0",
11638 "smallvec",
11639]
11640
11641[[package]]
11642name = "storybook"
11643version = "0.1.0"
11644dependencies = [
11645 "anyhow",
11646 "clap",
11647 "collab_ui",
11648 "ctrlc",
11649 "dialoguer",
11650 "editor",
11651 "fuzzy",
11652 "gpui",
11653 "indoc",
11654 "language",
11655 "log",
11656 "menu",
11657 "picker",
11658 "project",
11659 "reqwest_client",
11660 "rust-embed",
11661 "settings",
11662 "simplelog",
11663 "story",
11664 "strum 0.25.0",
11665 "theme",
11666 "title_bar",
11667 "ui",
11668]
11669
11670[[package]]
11671name = "strict-num"
11672version = "0.1.1"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
11675dependencies = [
11676 "float-cmp",
11677]
11678
11679[[package]]
11680name = "string_cache"
11681version = "0.8.7"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
11684dependencies = [
11685 "new_debug_unreachable",
11686 "once_cell",
11687 "parking_lot",
11688 "phf_shared 0.10.0",
11689 "precomputed-hash",
11690 "serde",
11691]
11692
11693[[package]]
11694name = "string_cache_codegen"
11695version = "0.5.2"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
11698dependencies = [
11699 "phf_generator 0.10.0",
11700 "phf_shared 0.10.0",
11701 "proc-macro2",
11702 "quote",
11703]
11704
11705[[package]]
11706name = "stringprep"
11707version = "0.1.5"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
11710dependencies = [
11711 "unicode-bidi",
11712 "unicode-normalization",
11713 "unicode-properties",
11714]
11715
11716[[package]]
11717name = "strsim"
11718version = "0.11.1"
11719source = "registry+https://github.com/rust-lang/crates.io-index"
11720checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
11721
11722[[package]]
11723name = "strum"
11724version = "0.25.0"
11725source = "registry+https://github.com/rust-lang/crates.io-index"
11726checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
11727dependencies = [
11728 "strum_macros",
11729]
11730
11731[[package]]
11732name = "strum"
11733version = "0.26.3"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
11736
11737[[package]]
11738name = "strum_macros"
11739version = "0.25.3"
11740source = "registry+https://github.com/rust-lang/crates.io-index"
11741checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
11742dependencies = [
11743 "heck 0.4.1",
11744 "proc-macro2",
11745 "quote",
11746 "rustversion",
11747 "syn 2.0.87",
11748]
11749
11750[[package]]
11751name = "subtle"
11752version = "2.6.1"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
11755
11756[[package]]
11757name = "sum_tree"
11758version = "0.1.0"
11759dependencies = [
11760 "arrayvec",
11761 "ctor",
11762 "env_logger 0.11.5",
11763 "log",
11764 "rand 0.8.5",
11765 "rayon",
11766]
11767
11768[[package]]
11769name = "supermaven"
11770version = "0.1.0"
11771dependencies = [
11772 "anyhow",
11773 "client",
11774 "collections",
11775 "editor",
11776 "env_logger 0.11.5",
11777 "futures 0.3.30",
11778 "gpui",
11779 "http_client",
11780 "language",
11781 "log",
11782 "postage",
11783 "project",
11784 "serde",
11785 "serde_json",
11786 "settings",
11787 "smol",
11788 "supermaven_api",
11789 "text",
11790 "theme",
11791 "ui",
11792 "unicode-segmentation",
11793 "util",
11794 "windows 0.58.0",
11795]
11796
11797[[package]]
11798name = "supermaven_api"
11799version = "0.1.0"
11800dependencies = [
11801 "anyhow",
11802 "futures 0.3.30",
11803 "http_client",
11804 "paths",
11805 "serde",
11806 "serde_json",
11807 "smol",
11808]
11809
11810[[package]]
11811name = "sval"
11812version = "2.13.0"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
11815
11816[[package]]
11817name = "sval_buffer"
11818version = "2.13.0"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
11821dependencies = [
11822 "sval",
11823 "sval_ref",
11824]
11825
11826[[package]]
11827name = "sval_dynamic"
11828version = "2.13.0"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
11831dependencies = [
11832 "sval",
11833]
11834
11835[[package]]
11836name = "sval_fmt"
11837version = "2.13.0"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
11840dependencies = [
11841 "itoa",
11842 "ryu",
11843 "sval",
11844]
11845
11846[[package]]
11847name = "sval_json"
11848version = "2.13.0"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
11851dependencies = [
11852 "itoa",
11853 "ryu",
11854 "sval",
11855]
11856
11857[[package]]
11858name = "sval_nested"
11859version = "2.13.0"
11860source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
11862dependencies = [
11863 "sval",
11864 "sval_buffer",
11865 "sval_ref",
11866]
11867
11868[[package]]
11869name = "sval_ref"
11870version = "2.13.0"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
11873dependencies = [
11874 "sval",
11875]
11876
11877[[package]]
11878name = "sval_serde"
11879version = "2.13.0"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
11882dependencies = [
11883 "serde",
11884 "sval",
11885 "sval_nested",
11886]
11887
11888[[package]]
11889name = "svg_fmt"
11890version = "0.4.3"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
11893
11894[[package]]
11895name = "svgtypes"
11896version = "0.15.2"
11897source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
11899dependencies = [
11900 "kurbo",
11901 "siphasher 1.0.1",
11902]
11903
11904[[package]]
11905name = "swash"
11906version = "0.1.18"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
11909dependencies = [
11910 "skrifa",
11911 "yazi",
11912 "zeno",
11913]
11914
11915[[package]]
11916name = "syn"
11917version = "1.0.109"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
11920dependencies = [
11921 "proc-macro2",
11922 "quote",
11923 "unicode-ident",
11924]
11925
11926[[package]]
11927name = "syn"
11928version = "2.0.87"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
11931dependencies = [
11932 "proc-macro2",
11933 "quote",
11934 "unicode-ident",
11935]
11936
11937[[package]]
11938name = "syn_derive"
11939version = "0.1.8"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
11942dependencies = [
11943 "proc-macro-error",
11944 "proc-macro2",
11945 "quote",
11946 "syn 2.0.87",
11947]
11948
11949[[package]]
11950name = "sync_wrapper"
11951version = "0.1.2"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
11954
11955[[package]]
11956name = "sync_wrapper"
11957version = "1.0.1"
11958source = "registry+https://github.com/rust-lang/crates.io-index"
11959checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
11960dependencies = [
11961 "futures-core",
11962]
11963
11964[[package]]
11965name = "synchronoise"
11966version = "1.0.1"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
11969dependencies = [
11970 "crossbeam-queue",
11971]
11972
11973[[package]]
11974name = "synstructure"
11975version = "0.13.1"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
11978dependencies = [
11979 "proc-macro2",
11980 "quote",
11981 "syn 2.0.87",
11982]
11983
11984[[package]]
11985name = "sys-locale"
11986version = "0.3.2"
11987source = "registry+https://github.com/rust-lang/crates.io-index"
11988checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
11989dependencies = [
11990 "libc",
11991]
11992
11993[[package]]
11994name = "sysinfo"
11995version = "0.31.4"
11996source = "registry+https://github.com/rust-lang/crates.io-index"
11997checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
11998dependencies = [
11999 "core-foundation-sys",
12000 "libc",
12001 "memchr",
12002 "ntapi",
12003 "rayon",
12004 "windows 0.54.0",
12005]
12006
12007[[package]]
12008name = "system-configuration"
12009version = "0.5.1"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12012dependencies = [
12013 "bitflags 1.3.2",
12014 "core-foundation 0.9.4",
12015 "system-configuration-sys 0.5.0",
12016]
12017
12018[[package]]
12019name = "system-configuration"
12020version = "0.6.1"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12023dependencies = [
12024 "bitflags 2.6.0",
12025 "core-foundation 0.9.4",
12026 "system-configuration-sys 0.6.0",
12027]
12028
12029[[package]]
12030name = "system-configuration-sys"
12031version = "0.5.0"
12032source = "registry+https://github.com/rust-lang/crates.io-index"
12033checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12034dependencies = [
12035 "core-foundation-sys",
12036 "libc",
12037]
12038
12039[[package]]
12040name = "system-configuration-sys"
12041version = "0.6.0"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12044dependencies = [
12045 "core-foundation-sys",
12046 "libc",
12047]
12048
12049[[package]]
12050name = "system-deps"
12051version = "6.2.2"
12052source = "registry+https://github.com/rust-lang/crates.io-index"
12053checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12054dependencies = [
12055 "cfg-expr",
12056 "heck 0.5.0",
12057 "pkg-config",
12058 "toml 0.8.19",
12059 "version-compare",
12060]
12061
12062[[package]]
12063name = "system-interface"
12064version = "0.27.2"
12065source = "registry+https://github.com/rust-lang/crates.io-index"
12066checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
12067dependencies = [
12068 "bitflags 2.6.0",
12069 "cap-fs-ext",
12070 "cap-std",
12071 "fd-lock",
12072 "io-lifetimes 2.0.3",
12073 "rustix 0.38.39",
12074 "windows-sys 0.52.0",
12075 "winx",
12076]
12077
12078[[package]]
12079name = "tab_switcher"
12080version = "0.1.0"
12081dependencies = [
12082 "anyhow",
12083 "collections",
12084 "ctor",
12085 "editor",
12086 "env_logger 0.11.5",
12087 "gpui",
12088 "language",
12089 "menu",
12090 "picker",
12091 "project",
12092 "serde",
12093 "serde_json",
12094 "settings",
12095 "theme",
12096 "ui",
12097 "util",
12098 "workspace",
12099]
12100
12101[[package]]
12102name = "taffy"
12103version = "0.4.4"
12104source = "registry+https://github.com/rust-lang/crates.io-index"
12105checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12106dependencies = [
12107 "arrayvec",
12108 "grid",
12109 "num-traits",
12110 "serde",
12111 "slotmap",
12112]
12113
12114[[package]]
12115name = "take-until"
12116version = "0.2.0"
12117source = "registry+https://github.com/rust-lang/crates.io-index"
12118checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12119
12120[[package]]
12121name = "tap"
12122version = "1.0.1"
12123source = "registry+https://github.com/rust-lang/crates.io-index"
12124checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12125
12126[[package]]
12127name = "target-lexicon"
12128version = "0.12.16"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12131
12132[[package]]
12133name = "task"
12134version = "0.1.0"
12135dependencies = [
12136 "anyhow",
12137 "collections",
12138 "futures 0.3.30",
12139 "gpui",
12140 "hex",
12141 "parking_lot",
12142 "schemars",
12143 "serde",
12144 "serde_json_lenient",
12145 "sha2",
12146 "shellexpand 2.1.2",
12147 "util",
12148]
12149
12150[[package]]
12151name = "tasks_ui"
12152version = "0.1.0"
12153dependencies = [
12154 "anyhow",
12155 "editor",
12156 "file_icons",
12157 "fuzzy",
12158 "gpui",
12159 "language",
12160 "menu",
12161 "picker",
12162 "project",
12163 "schemars",
12164 "serde",
12165 "serde_json",
12166 "settings",
12167 "task",
12168 "tree-sitter-rust",
12169 "tree-sitter-typescript",
12170 "ui",
12171 "util",
12172 "workspace",
12173]
12174
12175[[package]]
12176name = "telemetry_events"
12177version = "0.1.0"
12178dependencies = [
12179 "semantic_version",
12180 "serde",
12181]
12182
12183[[package]]
12184name = "tempfile"
12185version = "3.12.0"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
12188dependencies = [
12189 "cfg-if",
12190 "fastrand 2.1.1",
12191 "once_cell",
12192 "rustix 0.38.39",
12193 "windows-sys 0.59.0",
12194]
12195
12196[[package]]
12197name = "tendril"
12198version = "0.4.3"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12201dependencies = [
12202 "futf",
12203 "mac",
12204 "utf-8",
12205]
12206
12207[[package]]
12208name = "termcolor"
12209version = "1.4.1"
12210source = "registry+https://github.com/rust-lang/crates.io-index"
12211checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12212dependencies = [
12213 "winapi-util",
12214]
12215
12216[[package]]
12217name = "terminal"
12218version = "0.1.0"
12219dependencies = [
12220 "alacritty_terminal",
12221 "anyhow",
12222 "collections",
12223 "dirs 4.0.0",
12224 "futures 0.3.30",
12225 "gpui",
12226 "libc",
12227 "rand 0.8.5",
12228 "regex",
12229 "release_channel",
12230 "schemars",
12231 "serde",
12232 "serde_derive",
12233 "settings",
12234 "smol",
12235 "sysinfo",
12236 "task",
12237 "theme",
12238 "thiserror",
12239 "util",
12240 "windows 0.58.0",
12241]
12242
12243[[package]]
12244name = "terminal_size"
12245version = "0.4.0"
12246source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
12248dependencies = [
12249 "rustix 0.38.39",
12250 "windows-sys 0.59.0",
12251]
12252
12253[[package]]
12254name = "terminal_view"
12255version = "0.1.0"
12256dependencies = [
12257 "anyhow",
12258 "client",
12259 "collections",
12260 "db",
12261 "dirs 4.0.0",
12262 "editor",
12263 "futures 0.3.30",
12264 "gpui",
12265 "itertools 0.13.0",
12266 "language",
12267 "project",
12268 "rand 0.8.5",
12269 "search",
12270 "serde",
12271 "serde_json",
12272 "settings",
12273 "shellexpand 2.1.2",
12274 "smol",
12275 "task",
12276 "tasks_ui",
12277 "terminal",
12278 "theme",
12279 "ui",
12280 "util",
12281 "workspace",
12282 "zed_actions",
12283]
12284
12285[[package]]
12286name = "text"
12287version = "0.1.0"
12288dependencies = [
12289 "anyhow",
12290 "clock",
12291 "collections",
12292 "ctor",
12293 "env_logger 0.11.5",
12294 "gpui",
12295 "http_client",
12296 "log",
12297 "parking_lot",
12298 "postage",
12299 "rand 0.8.5",
12300 "regex",
12301 "rope",
12302 "smallvec",
12303 "sum_tree",
12304 "util",
12305]
12306
12307[[package]]
12308name = "theme"
12309version = "0.1.0"
12310dependencies = [
12311 "anyhow",
12312 "collections",
12313 "derive_more",
12314 "fs",
12315 "futures 0.3.30",
12316 "gpui",
12317 "indexmap 1.9.3",
12318 "log",
12319 "palette",
12320 "parking_lot",
12321 "refineable",
12322 "schemars",
12323 "serde",
12324 "serde_derive",
12325 "serde_json",
12326 "serde_json_lenient",
12327 "serde_repr",
12328 "settings",
12329 "strum 0.25.0",
12330 "util",
12331 "uuid",
12332]
12333
12334[[package]]
12335name = "theme_importer"
12336version = "0.1.0"
12337dependencies = [
12338 "anyhow",
12339 "clap",
12340 "gpui",
12341 "indexmap 1.9.3",
12342 "log",
12343 "palette",
12344 "rust-embed",
12345 "schemars",
12346 "serde",
12347 "serde_json",
12348 "serde_json_lenient",
12349 "simplelog",
12350 "strum 0.25.0",
12351 "theme",
12352 "vscode_theme",
12353]
12354
12355[[package]]
12356name = "theme_selector"
12357version = "0.1.0"
12358dependencies = [
12359 "client",
12360 "fs",
12361 "fuzzy",
12362 "gpui",
12363 "log",
12364 "picker",
12365 "serde",
12366 "settings",
12367 "theme",
12368 "ui",
12369 "util",
12370 "workspace",
12371]
12372
12373[[package]]
12374name = "thiserror"
12375version = "1.0.68"
12376source = "registry+https://github.com/rust-lang/crates.io-index"
12377checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
12378dependencies = [
12379 "thiserror-impl",
12380]
12381
12382[[package]]
12383name = "thiserror-impl"
12384version = "1.0.68"
12385source = "registry+https://github.com/rust-lang/crates.io-index"
12386checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
12387dependencies = [
12388 "proc-macro2",
12389 "quote",
12390 "syn 2.0.87",
12391]
12392
12393[[package]]
12394name = "thread_local"
12395version = "1.1.8"
12396source = "registry+https://github.com/rust-lang/crates.io-index"
12397checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
12398dependencies = [
12399 "cfg-if",
12400 "once_cell",
12401]
12402
12403[[package]]
12404name = "tiff"
12405version = "0.9.1"
12406source = "registry+https://github.com/rust-lang/crates.io-index"
12407checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
12408dependencies = [
12409 "flate2",
12410 "jpeg-decoder",
12411 "weezl",
12412]
12413
12414[[package]]
12415name = "tiktoken-rs"
12416version = "0.5.9"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
12419dependencies = [
12420 "anyhow",
12421 "base64 0.21.7",
12422 "bstr",
12423 "fancy-regex 0.12.0",
12424 "lazy_static",
12425 "parking_lot",
12426 "rustc-hash 1.1.0",
12427]
12428
12429[[package]]
12430name = "time"
12431version = "0.3.36"
12432source = "registry+https://github.com/rust-lang/crates.io-index"
12433checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
12434dependencies = [
12435 "deranged",
12436 "itoa",
12437 "libc",
12438 "num-conv",
12439 "num_threads",
12440 "powerfmt",
12441 "serde",
12442 "time-core",
12443 "time-macros",
12444]
12445
12446[[package]]
12447name = "time-core"
12448version = "0.1.2"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
12451
12452[[package]]
12453name = "time-macros"
12454version = "0.2.18"
12455source = "registry+https://github.com/rust-lang/crates.io-index"
12456checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
12457dependencies = [
12458 "num-conv",
12459 "time-core",
12460]
12461
12462[[package]]
12463name = "time_format"
12464version = "0.1.0"
12465dependencies = [
12466 "core-foundation 0.9.4",
12467 "core-foundation-sys",
12468 "sys-locale",
12469 "time",
12470]
12471
12472[[package]]
12473name = "tiny-keccak"
12474version = "2.0.2"
12475source = "registry+https://github.com/rust-lang/crates.io-index"
12476checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
12477dependencies = [
12478 "crunchy",
12479]
12480
12481[[package]]
12482name = "tiny-skia"
12483version = "0.11.4"
12484source = "registry+https://github.com/rust-lang/crates.io-index"
12485checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
12486dependencies = [
12487 "arrayref",
12488 "arrayvec",
12489 "bytemuck",
12490 "cfg-if",
12491 "log",
12492 "png",
12493 "tiny-skia-path",
12494]
12495
12496[[package]]
12497name = "tiny-skia-path"
12498version = "0.11.4"
12499source = "registry+https://github.com/rust-lang/crates.io-index"
12500checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
12501dependencies = [
12502 "arrayref",
12503 "bytemuck",
12504 "strict-num",
12505]
12506
12507[[package]]
12508name = "tiny_http"
12509version = "0.8.2"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
12512dependencies = [
12513 "ascii",
12514 "chrono",
12515 "chunked_transfer",
12516 "log",
12517 "url",
12518]
12519
12520[[package]]
12521name = "tinystr"
12522version = "0.7.6"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
12525dependencies = [
12526 "displaydoc",
12527 "zerovec",
12528]
12529
12530[[package]]
12531name = "tinytemplate"
12532version = "1.2.1"
12533source = "registry+https://github.com/rust-lang/crates.io-index"
12534checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12535dependencies = [
12536 "serde",
12537 "serde_json",
12538]
12539
12540[[package]]
12541name = "tinyvec"
12542version = "1.8.0"
12543source = "registry+https://github.com/rust-lang/crates.io-index"
12544checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
12545dependencies = [
12546 "tinyvec_macros",
12547]
12548
12549[[package]]
12550name = "tinyvec_macros"
12551version = "0.1.1"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
12554
12555[[package]]
12556name = "title_bar"
12557version = "0.1.0"
12558dependencies = [
12559 "auto_update",
12560 "call",
12561 "client",
12562 "collections",
12563 "command_palette",
12564 "editor",
12565 "extensions_ui",
12566 "feature_flags",
12567 "feedback",
12568 "gpui",
12569 "http_client",
12570 "notifications",
12571 "pretty_assertions",
12572 "project",
12573 "recent_projects",
12574 "remote",
12575 "rpc",
12576 "serde",
12577 "settings",
12578 "smallvec",
12579 "story",
12580 "theme",
12581 "theme_selector",
12582 "tree-sitter-md",
12583 "ui",
12584 "util",
12585 "vcs_menu",
12586 "windows 0.58.0",
12587 "workspace",
12588 "zed_actions",
12589]
12590
12591[[package]]
12592name = "tokio"
12593version = "1.40.0"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
12596dependencies = [
12597 "backtrace",
12598 "bytes 1.7.2",
12599 "libc",
12600 "mio 1.0.2",
12601 "parking_lot",
12602 "pin-project-lite",
12603 "signal-hook-registry",
12604 "socket2 0.5.7",
12605 "tokio-macros",
12606 "windows-sys 0.52.0",
12607]
12608
12609[[package]]
12610name = "tokio-io"
12611version = "0.1.13"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
12614dependencies = [
12615 "bytes 0.4.12",
12616 "futures 0.1.31",
12617 "log",
12618]
12619
12620[[package]]
12621name = "tokio-macros"
12622version = "2.4.0"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
12625dependencies = [
12626 "proc-macro2",
12627 "quote",
12628 "syn 2.0.87",
12629]
12630
12631[[package]]
12632name = "tokio-native-tls"
12633version = "0.3.1"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
12636dependencies = [
12637 "native-tls",
12638 "tokio",
12639]
12640
12641[[package]]
12642name = "tokio-rustls"
12643version = "0.24.1"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
12646dependencies = [
12647 "rustls 0.21.12",
12648 "tokio",
12649]
12650
12651[[package]]
12652name = "tokio-rustls"
12653version = "0.26.0"
12654source = "registry+https://github.com/rust-lang/crates.io-index"
12655checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12656dependencies = [
12657 "rustls 0.23.13",
12658 "rustls-pki-types",
12659 "tokio",
12660]
12661
12662[[package]]
12663name = "tokio-socks"
12664version = "0.5.2"
12665source = "registry+https://github.com/rust-lang/crates.io-index"
12666checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
12667dependencies = [
12668 "either",
12669 "futures-io",
12670 "futures-util",
12671 "thiserror",
12672 "tokio",
12673]
12674
12675[[package]]
12676name = "tokio-stream"
12677version = "0.1.15"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12680dependencies = [
12681 "futures-core",
12682 "pin-project-lite",
12683 "tokio",
12684]
12685
12686[[package]]
12687name = "tokio-tungstenite"
12688version = "0.20.1"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
12691dependencies = [
12692 "futures-util",
12693 "log",
12694 "tokio",
12695 "tungstenite 0.20.1",
12696]
12697
12698[[package]]
12699name = "tokio-tungstenite"
12700version = "0.21.0"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
12703dependencies = [
12704 "futures-util",
12705 "log",
12706 "tokio",
12707 "tungstenite 0.21.0",
12708]
12709
12710[[package]]
12711name = "tokio-util"
12712version = "0.7.12"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
12715dependencies = [
12716 "bytes 1.7.2",
12717 "futures-core",
12718 "futures-io",
12719 "futures-sink",
12720 "pin-project-lite",
12721 "tokio",
12722]
12723
12724[[package]]
12725name = "toml"
12726version = "0.5.11"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12729dependencies = [
12730 "serde",
12731]
12732
12733[[package]]
12734name = "toml"
12735version = "0.7.8"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
12738dependencies = [
12739 "serde",
12740 "serde_spanned",
12741 "toml_datetime",
12742 "toml_edit 0.19.15",
12743]
12744
12745[[package]]
12746name = "toml"
12747version = "0.8.19"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
12750dependencies = [
12751 "serde",
12752 "serde_spanned",
12753 "toml_datetime",
12754 "toml_edit 0.22.20",
12755]
12756
12757[[package]]
12758name = "toml_datetime"
12759version = "0.6.8"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
12762dependencies = [
12763 "serde",
12764]
12765
12766[[package]]
12767name = "toml_edit"
12768version = "0.19.15"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
12771dependencies = [
12772 "indexmap 2.4.0",
12773 "serde",
12774 "serde_spanned",
12775 "toml_datetime",
12776 "winnow 0.5.40",
12777]
12778
12779[[package]]
12780name = "toml_edit"
12781version = "0.22.20"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
12784dependencies = [
12785 "indexmap 2.4.0",
12786 "serde",
12787 "serde_spanned",
12788 "toml_datetime",
12789 "winnow 0.6.18",
12790]
12791
12792[[package]]
12793name = "toolchain_selector"
12794version = "0.1.0"
12795dependencies = [
12796 "editor",
12797 "fuzzy",
12798 "gpui",
12799 "language",
12800 "picker",
12801 "project",
12802 "ui",
12803 "util",
12804 "workspace",
12805]
12806
12807[[package]]
12808name = "topological-sort"
12809version = "0.2.2"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
12812
12813[[package]]
12814name = "tower"
12815version = "0.4.13"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
12818dependencies = [
12819 "futures-core",
12820 "futures-util",
12821 "pin-project",
12822 "pin-project-lite",
12823 "tokio",
12824 "tower-layer",
12825 "tower-service",
12826 "tracing",
12827]
12828
12829[[package]]
12830name = "tower-http"
12831version = "0.3.5"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
12834dependencies = [
12835 "bitflags 1.3.2",
12836 "bytes 1.7.2",
12837 "futures-core",
12838 "futures-util",
12839 "http 0.2.12",
12840 "http-body 0.4.6",
12841 "http-range-header",
12842 "pin-project-lite",
12843 "tower-layer",
12844 "tower-service",
12845]
12846
12847[[package]]
12848name = "tower-http"
12849version = "0.4.4"
12850source = "registry+https://github.com/rust-lang/crates.io-index"
12851checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
12852dependencies = [
12853 "bitflags 2.6.0",
12854 "bytes 1.7.2",
12855 "futures-core",
12856 "futures-util",
12857 "http 0.2.12",
12858 "http-body 0.4.6",
12859 "http-range-header",
12860 "pin-project-lite",
12861 "tower-layer",
12862 "tower-service",
12863 "tracing",
12864]
12865
12866[[package]]
12867name = "tower-layer"
12868version = "0.3.3"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
12871
12872[[package]]
12873name = "tower-service"
12874version = "0.3.3"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
12877
12878[[package]]
12879name = "tracing"
12880version = "0.1.40"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
12883dependencies = [
12884 "log",
12885 "pin-project-lite",
12886 "tracing-attributes",
12887 "tracing-core",
12888]
12889
12890[[package]]
12891name = "tracing-attributes"
12892version = "0.1.27"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
12895dependencies = [
12896 "proc-macro2",
12897 "quote",
12898 "syn 2.0.87",
12899]
12900
12901[[package]]
12902name = "tracing-core"
12903version = "0.1.32"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
12906dependencies = [
12907 "once_cell",
12908 "valuable",
12909]
12910
12911[[package]]
12912name = "tracing-log"
12913version = "0.2.0"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
12916dependencies = [
12917 "log",
12918 "once_cell",
12919 "tracing-core",
12920]
12921
12922[[package]]
12923name = "tracing-serde"
12924version = "0.1.3"
12925source = "registry+https://github.com/rust-lang/crates.io-index"
12926checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
12927dependencies = [
12928 "serde",
12929 "tracing-core",
12930]
12931
12932[[package]]
12933name = "tracing-subscriber"
12934version = "0.3.18"
12935source = "registry+https://github.com/rust-lang/crates.io-index"
12936checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
12937dependencies = [
12938 "matchers",
12939 "nu-ansi-term",
12940 "once_cell",
12941 "regex",
12942 "serde",
12943 "serde_json",
12944 "sharded-slab",
12945 "smallvec",
12946 "thread_local",
12947 "tracing",
12948 "tracing-core",
12949 "tracing-log",
12950 "tracing-serde",
12951]
12952
12953[[package]]
12954name = "tree-sitter"
12955version = "0.23.0"
12956source = "registry+https://github.com/rust-lang/crates.io-index"
12957checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff"
12958dependencies = [
12959 "cc",
12960 "regex",
12961 "regex-syntax 0.8.4",
12962 "tree-sitter-language",
12963 "wasmtime-c-api-impl",
12964]
12965
12966[[package]]
12967name = "tree-sitter-bash"
12968version = "0.23.1"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
12971dependencies = [
12972 "cc",
12973 "tree-sitter-language",
12974]
12975
12976[[package]]
12977name = "tree-sitter-c"
12978version = "0.23.1"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b"
12981dependencies = [
12982 "cc",
12983 "tree-sitter-language",
12984]
12985
12986[[package]]
12987name = "tree-sitter-cpp"
12988version = "0.23.1"
12989source = "registry+https://github.com/rust-lang/crates.io-index"
12990checksum = "1d67e862242878d6ee50e1e5814f267ee3eea0168aea2cdbd700ccfb4c74b6d3"
12991dependencies = [
12992 "cc",
12993 "tree-sitter-language",
12994]
12995
12996[[package]]
12997name = "tree-sitter-css"
12998version = "0.23.0"
12999source = "registry+https://github.com/rust-lang/crates.io-index"
13000checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292"
13001dependencies = [
13002 "cc",
13003 "tree-sitter-language",
13004]
13005
13006[[package]]
13007name = "tree-sitter-diff"
13008version = "0.1.0"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13011dependencies = [
13012 "cc",
13013 "tree-sitter-language",
13014]
13015
13016[[package]]
13017name = "tree-sitter-elixir"
13018version = "0.3.1"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32"
13021dependencies = [
13022 "cc",
13023 "tree-sitter-language",
13024]
13025
13026[[package]]
13027name = "tree-sitter-embedded-template"
13028version = "0.23.0"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495"
13031dependencies = [
13032 "cc",
13033 "tree-sitter-language",
13034]
13035
13036[[package]]
13037name = "tree-sitter-go"
13038version = "0.23.1"
13039source = "registry+https://github.com/rust-lang/crates.io-index"
13040checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e"
13041dependencies = [
13042 "cc",
13043 "tree-sitter-language",
13044]
13045
13046[[package]]
13047name = "tree-sitter-gomod"
13048version = "1.0.2"
13049source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
13050dependencies = [
13051 "cc",
13052 "tree-sitter-language",
13053]
13054
13055[[package]]
13056name = "tree-sitter-gowork"
13057version = "0.0.1"
13058source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13059dependencies = [
13060 "cc",
13061 "tree-sitter-language",
13062]
13063
13064[[package]]
13065name = "tree-sitter-heex"
13066version = "0.0.1"
13067source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13068dependencies = [
13069 "cc",
13070 "tree-sitter-language",
13071]
13072
13073[[package]]
13074name = "tree-sitter-html"
13075version = "0.20.4"
13076source = "registry+https://github.com/rust-lang/crates.io-index"
13077checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13078dependencies = [
13079 "cc",
13080 "tree-sitter",
13081]
13082
13083[[package]]
13084name = "tree-sitter-jsdoc"
13085version = "0.23.0"
13086source = "registry+https://github.com/rust-lang/crates.io-index"
13087checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8"
13088dependencies = [
13089 "cc",
13090 "tree-sitter-language",
13091]
13092
13093[[package]]
13094name = "tree-sitter-json"
13095version = "0.23.0"
13096source = "registry+https://github.com/rust-lang/crates.io-index"
13097checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
13098dependencies = [
13099 "cc",
13100 "tree-sitter-language",
13101]
13102
13103[[package]]
13104name = "tree-sitter-language"
13105version = "0.1.0"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57"
13108
13109[[package]]
13110name = "tree-sitter-md"
13111version = "0.3.2"
13112source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13113dependencies = [
13114 "cc",
13115 "tree-sitter-language",
13116]
13117
13118[[package]]
13119name = "tree-sitter-python"
13120version = "0.23.2"
13121source = "registry+https://github.com/rust-lang/crates.io-index"
13122checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb"
13123dependencies = [
13124 "cc",
13125 "tree-sitter-language",
13126]
13127
13128[[package]]
13129name = "tree-sitter-regex"
13130version = "0.23.0"
13131source = "registry+https://github.com/rust-lang/crates.io-index"
13132checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13133dependencies = [
13134 "cc",
13135 "tree-sitter-language",
13136]
13137
13138[[package]]
13139name = "tree-sitter-ruby"
13140version = "0.23.0"
13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0"
13143dependencies = [
13144 "cc",
13145 "tree-sitter-language",
13146]
13147
13148[[package]]
13149name = "tree-sitter-rust"
13150version = "0.23.0"
13151source = "registry+https://github.com/rust-lang/crates.io-index"
13152checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8"
13153dependencies = [
13154 "cc",
13155 "tree-sitter-language",
13156]
13157
13158[[package]]
13159name = "tree-sitter-typescript"
13160version = "0.23.0"
13161source = "registry+https://github.com/rust-lang/crates.io-index"
13162checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685"
13163dependencies = [
13164 "cc",
13165 "tree-sitter-language",
13166]
13167
13168[[package]]
13169name = "tree-sitter-yaml"
13170version = "0.6.1"
13171source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13172dependencies = [
13173 "cc",
13174 "tree-sitter-language",
13175]
13176
13177[[package]]
13178name = "try-lock"
13179version = "0.2.5"
13180source = "registry+https://github.com/rust-lang/crates.io-index"
13181checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13182
13183[[package]]
13184name = "ttf-parser"
13185version = "0.21.1"
13186source = "registry+https://github.com/rust-lang/crates.io-index"
13187checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13188
13189[[package]]
13190name = "tungstenite"
13191version = "0.20.1"
13192source = "registry+https://github.com/rust-lang/crates.io-index"
13193checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13194dependencies = [
13195 "byteorder",
13196 "bytes 1.7.2",
13197 "data-encoding",
13198 "http 0.2.12",
13199 "httparse",
13200 "log",
13201 "rand 0.8.5",
13202 "sha1",
13203 "thiserror",
13204 "url",
13205 "utf-8",
13206]
13207
13208[[package]]
13209name = "tungstenite"
13210version = "0.21.0"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13213dependencies = [
13214 "byteorder",
13215 "bytes 1.7.2",
13216 "data-encoding",
13217 "http 1.1.0",
13218 "httparse",
13219 "log",
13220 "rand 0.8.5",
13221 "sha1",
13222 "thiserror",
13223 "url",
13224 "utf-8",
13225]
13226
13227[[package]]
13228name = "typeid"
13229version = "1.0.2"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13232
13233[[package]]
13234name = "typenum"
13235version = "1.17.0"
13236source = "registry+https://github.com/rust-lang/crates.io-index"
13237checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13238
13239[[package]]
13240name = "ucd-trie"
13241version = "0.1.6"
13242source = "registry+https://github.com/rust-lang/crates.io-index"
13243checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
13244
13245[[package]]
13246name = "uds_windows"
13247version = "1.1.0"
13248source = "registry+https://github.com/rust-lang/crates.io-index"
13249checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13250dependencies = [
13251 "memoffset",
13252 "tempfile",
13253 "winapi",
13254]
13255
13256[[package]]
13257name = "ui"
13258version = "0.1.0"
13259dependencies = [
13260 "chrono",
13261 "gpui",
13262 "itertools 0.13.0",
13263 "menu",
13264 "serde",
13265 "settings",
13266 "smallvec",
13267 "story",
13268 "strum 0.25.0",
13269 "theme",
13270 "ui_macros",
13271 "windows 0.58.0",
13272]
13273
13274[[package]]
13275name = "ui_input"
13276version = "0.1.0"
13277dependencies = [
13278 "editor",
13279 "gpui",
13280 "settings",
13281 "theme",
13282 "ui",
13283]
13284
13285[[package]]
13286name = "ui_macros"
13287version = "0.1.0"
13288dependencies = [
13289 "convert_case 0.6.0",
13290 "proc-macro2",
13291 "quote",
13292 "syn 1.0.109",
13293]
13294
13295[[package]]
13296name = "unicase"
13297version = "2.7.0"
13298source = "registry+https://github.com/rust-lang/crates.io-index"
13299checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
13300dependencies = [
13301 "version_check",
13302]
13303
13304[[package]]
13305name = "unicode-bidi"
13306version = "0.3.15"
13307source = "registry+https://github.com/rust-lang/crates.io-index"
13308checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
13309
13310[[package]]
13311name = "unicode-bidi-mirroring"
13312version = "0.2.0"
13313source = "registry+https://github.com/rust-lang/crates.io-index"
13314checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13315
13316[[package]]
13317name = "unicode-ccc"
13318version = "0.2.0"
13319source = "registry+https://github.com/rust-lang/crates.io-index"
13320checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13321
13322[[package]]
13323name = "unicode-ident"
13324version = "1.0.12"
13325source = "registry+https://github.com/rust-lang/crates.io-index"
13326checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
13327
13328[[package]]
13329name = "unicode-linebreak"
13330version = "0.1.5"
13331source = "registry+https://github.com/rust-lang/crates.io-index"
13332checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13333
13334[[package]]
13335name = "unicode-normalization"
13336version = "0.1.23"
13337source = "registry+https://github.com/rust-lang/crates.io-index"
13338checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
13339dependencies = [
13340 "tinyvec",
13341]
13342
13343[[package]]
13344name = "unicode-properties"
13345version = "0.1.2"
13346source = "registry+https://github.com/rust-lang/crates.io-index"
13347checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
13348
13349[[package]]
13350name = "unicode-script"
13351version = "0.5.7"
13352source = "registry+https://github.com/rust-lang/crates.io-index"
13353checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
13354
13355[[package]]
13356name = "unicode-segmentation"
13357version = "1.11.0"
13358source = "registry+https://github.com/rust-lang/crates.io-index"
13359checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
13360
13361[[package]]
13362name = "unicode-width"
13363version = "0.1.13"
13364source = "registry+https://github.com/rust-lang/crates.io-index"
13365checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
13366
13367[[package]]
13368name = "unicode-xid"
13369version = "0.2.5"
13370source = "registry+https://github.com/rust-lang/crates.io-index"
13371checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
13372
13373[[package]]
13374name = "unicode_categories"
13375version = "0.1.1"
13376source = "registry+https://github.com/rust-lang/crates.io-index"
13377checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
13378
13379[[package]]
13380name = "unindent"
13381version = "0.1.11"
13382source = "registry+https://github.com/rust-lang/crates.io-index"
13383checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
13384
13385[[package]]
13386name = "untrusted"
13387version = "0.7.1"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
13390
13391[[package]]
13392name = "untrusted"
13393version = "0.9.0"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
13396
13397[[package]]
13398name = "url"
13399version = "2.5.3"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
13402dependencies = [
13403 "form_urlencoded",
13404 "idna",
13405 "percent-encoding",
13406 "serde",
13407]
13408
13409[[package]]
13410name = "urlencoding"
13411version = "2.1.3"
13412source = "registry+https://github.com/rust-lang/crates.io-index"
13413checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
13414
13415[[package]]
13416name = "usvg"
13417version = "0.44.0"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
13420dependencies = [
13421 "base64 0.22.1",
13422 "data-url",
13423 "flate2",
13424 "imagesize",
13425 "kurbo",
13426 "log",
13427 "pico-args",
13428 "roxmltree",
13429 "simplecss",
13430 "siphasher 1.0.1",
13431 "strict-num",
13432 "svgtypes",
13433 "tiny-skia-path",
13434 "xmlwriter",
13435]
13436
13437[[package]]
13438name = "utf-8"
13439version = "0.7.6"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
13442
13443[[package]]
13444name = "utf16_iter"
13445version = "1.0.5"
13446source = "registry+https://github.com/rust-lang/crates.io-index"
13447checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
13448
13449[[package]]
13450name = "utf8_iter"
13451version = "1.0.4"
13452source = "registry+https://github.com/rust-lang/crates.io-index"
13453checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
13454
13455[[package]]
13456name = "utf8parse"
13457version = "0.2.2"
13458source = "registry+https://github.com/rust-lang/crates.io-index"
13459checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
13460
13461[[package]]
13462name = "util"
13463version = "0.1.0"
13464dependencies = [
13465 "anyhow",
13466 "async-fs 1.6.0",
13467 "collections",
13468 "dirs 4.0.0",
13469 "futures 0.3.30",
13470 "futures-lite 1.13.0",
13471 "git2",
13472 "globset",
13473 "log",
13474 "rand 0.8.5",
13475 "regex",
13476 "rust-embed",
13477 "serde",
13478 "serde_json",
13479 "take-until",
13480 "tempfile",
13481 "tendril",
13482 "unicase",
13483]
13484
13485[[package]]
13486name = "uuid"
13487version = "1.10.0"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
13490dependencies = [
13491 "getrandom 0.2.15",
13492 "serde",
13493 "sha1_smol",
13494]
13495
13496[[package]]
13497name = "v_frame"
13498version = "0.3.8"
13499source = "registry+https://github.com/rust-lang/crates.io-index"
13500checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
13501dependencies = [
13502 "aligned-vec",
13503 "num-traits",
13504 "wasm-bindgen",
13505]
13506
13507[[package]]
13508name = "valuable"
13509version = "0.1.0"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
13512
13513[[package]]
13514name = "value-bag"
13515version = "1.9.0"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
13518dependencies = [
13519 "value-bag-serde1",
13520 "value-bag-sval2",
13521]
13522
13523[[package]]
13524name = "value-bag-serde1"
13525version = "1.9.0"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
13528dependencies = [
13529 "erased-serde",
13530 "serde",
13531 "serde_fmt",
13532]
13533
13534[[package]]
13535name = "value-bag-sval2"
13536version = "1.9.0"
13537source = "registry+https://github.com/rust-lang/crates.io-index"
13538checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
13539dependencies = [
13540 "sval",
13541 "sval_buffer",
13542 "sval_dynamic",
13543 "sval_fmt",
13544 "sval_json",
13545 "sval_ref",
13546 "sval_serde",
13547]
13548
13549[[package]]
13550name = "vcpkg"
13551version = "0.2.15"
13552source = "registry+https://github.com/rust-lang/crates.io-index"
13553checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
13554
13555[[package]]
13556name = "vcs_menu"
13557version = "0.1.0"
13558dependencies = [
13559 "anyhow",
13560 "fuzzy",
13561 "git",
13562 "gpui",
13563 "picker",
13564 "project",
13565 "ui",
13566 "util",
13567 "workspace",
13568]
13569
13570[[package]]
13571name = "version-compare"
13572version = "0.2.0"
13573source = "registry+https://github.com/rust-lang/crates.io-index"
13574checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
13575
13576[[package]]
13577name = "version_check"
13578version = "0.9.5"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
13581
13582[[package]]
13583name = "vim"
13584version = "0.1.0"
13585dependencies = [
13586 "anyhow",
13587 "async-compat",
13588 "async-trait",
13589 "collections",
13590 "command_palette",
13591 "command_palette_hooks",
13592 "editor",
13593 "futures 0.3.30",
13594 "gpui",
13595 "indoc",
13596 "itertools 0.13.0",
13597 "language",
13598 "log",
13599 "lsp",
13600 "multi_buffer",
13601 "nvim-rs",
13602 "parking_lot",
13603 "regex",
13604 "release_channel",
13605 "schemars",
13606 "search",
13607 "serde",
13608 "serde_derive",
13609 "serde_json",
13610 "settings",
13611 "tokio",
13612 "ui",
13613 "util",
13614 "workspace",
13615 "zed_actions",
13616]
13617
13618[[package]]
13619name = "vscode_theme"
13620version = "0.2.0"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
13623dependencies = [
13624 "serde",
13625]
13626
13627[[package]]
13628name = "vsimd"
13629version = "0.8.0"
13630source = "registry+https://github.com/rust-lang/crates.io-index"
13631checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
13632
13633[[package]]
13634name = "vswhom"
13635version = "0.1.0"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
13638dependencies = [
13639 "libc",
13640 "vswhom-sys",
13641]
13642
13643[[package]]
13644name = "vswhom-sys"
13645version = "0.1.2"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
13648dependencies = [
13649 "cc",
13650 "libc",
13651]
13652
13653[[package]]
13654name = "vte"
13655version = "0.13.0"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
13658dependencies = [
13659 "bitflags 2.6.0",
13660 "cursor-icon",
13661 "log",
13662 "serde",
13663 "utf8parse",
13664 "vte_generate_state_changes",
13665]
13666
13667[[package]]
13668name = "vte_generate_state_changes"
13669version = "0.1.2"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
13672dependencies = [
13673 "proc-macro2",
13674 "quote",
13675]
13676
13677[[package]]
13678name = "waker-fn"
13679version = "1.2.0"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
13682
13683[[package]]
13684name = "walkdir"
13685version = "2.5.0"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
13688dependencies = [
13689 "same-file",
13690 "winapi-util",
13691]
13692
13693[[package]]
13694name = "want"
13695version = "0.3.1"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
13698dependencies = [
13699 "try-lock",
13700]
13701
13702[[package]]
13703name = "warp"
13704version = "0.3.7"
13705source = "registry+https://github.com/rust-lang/crates.io-index"
13706checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
13707dependencies = [
13708 "bytes 1.7.2",
13709 "futures-channel",
13710 "futures-util",
13711 "headers",
13712 "http 0.2.12",
13713 "hyper 0.14.31",
13714 "log",
13715 "mime",
13716 "mime_guess",
13717 "percent-encoding",
13718 "pin-project",
13719 "scoped-tls",
13720 "serde",
13721 "serde_json",
13722 "serde_urlencoded",
13723 "tokio",
13724 "tokio-tungstenite 0.21.0",
13725 "tokio-util",
13726 "tower-service",
13727 "tracing",
13728]
13729
13730[[package]]
13731name = "wasi"
13732version = "0.9.0+wasi-snapshot-preview1"
13733source = "registry+https://github.com/rust-lang/crates.io-index"
13734checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
13735
13736[[package]]
13737name = "wasi"
13738version = "0.11.0+wasi-snapshot-preview1"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
13741
13742[[package]]
13743name = "wasite"
13744version = "0.1.0"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
13747
13748[[package]]
13749name = "wasm-bindgen"
13750version = "0.2.93"
13751source = "registry+https://github.com/rust-lang/crates.io-index"
13752checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
13753dependencies = [
13754 "cfg-if",
13755 "once_cell",
13756 "wasm-bindgen-macro",
13757]
13758
13759[[package]]
13760name = "wasm-bindgen-backend"
13761version = "0.2.93"
13762source = "registry+https://github.com/rust-lang/crates.io-index"
13763checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
13764dependencies = [
13765 "bumpalo",
13766 "log",
13767 "once_cell",
13768 "proc-macro2",
13769 "quote",
13770 "syn 2.0.87",
13771 "wasm-bindgen-shared",
13772]
13773
13774[[package]]
13775name = "wasm-bindgen-futures"
13776version = "0.4.43"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
13779dependencies = [
13780 "cfg-if",
13781 "js-sys",
13782 "wasm-bindgen",
13783 "web-sys",
13784]
13785
13786[[package]]
13787name = "wasm-bindgen-macro"
13788version = "0.2.93"
13789source = "registry+https://github.com/rust-lang/crates.io-index"
13790checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
13791dependencies = [
13792 "quote",
13793 "wasm-bindgen-macro-support",
13794]
13795
13796[[package]]
13797name = "wasm-bindgen-macro-support"
13798version = "0.2.93"
13799source = "registry+https://github.com/rust-lang/crates.io-index"
13800checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
13801dependencies = [
13802 "proc-macro2",
13803 "quote",
13804 "syn 2.0.87",
13805 "wasm-bindgen-backend",
13806 "wasm-bindgen-shared",
13807]
13808
13809[[package]]
13810name = "wasm-bindgen-shared"
13811version = "0.2.93"
13812source = "registry+https://github.com/rust-lang/crates.io-index"
13813checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
13814
13815[[package]]
13816name = "wasm-encoder"
13817version = "0.201.0"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
13820dependencies = [
13821 "leb128",
13822]
13823
13824[[package]]
13825name = "wasm-encoder"
13826version = "0.215.0"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
13829dependencies = [
13830 "leb128",
13831]
13832
13833[[package]]
13834name = "wasm-metadata"
13835version = "0.201.0"
13836source = "registry+https://github.com/rust-lang/crates.io-index"
13837checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
13838dependencies = [
13839 "anyhow",
13840 "indexmap 2.4.0",
13841 "serde",
13842 "serde_derive",
13843 "serde_json",
13844 "spdx",
13845 "wasm-encoder 0.201.0",
13846 "wasmparser 0.201.0",
13847]
13848
13849[[package]]
13850name = "wasm-streams"
13851version = "0.4.1"
13852source = "registry+https://github.com/rust-lang/crates.io-index"
13853checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
13854dependencies = [
13855 "futures-util",
13856 "js-sys",
13857 "wasm-bindgen",
13858 "wasm-bindgen-futures",
13859 "web-sys",
13860]
13861
13862[[package]]
13863name = "wasmparser"
13864version = "0.201.0"
13865source = "registry+https://github.com/rust-lang/crates.io-index"
13866checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
13867dependencies = [
13868 "bitflags 2.6.0",
13869 "indexmap 2.4.0",
13870 "semver",
13871]
13872
13873[[package]]
13874name = "wasmparser"
13875version = "0.215.0"
13876source = "registry+https://github.com/rust-lang/crates.io-index"
13877checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
13878dependencies = [
13879 "ahash 0.8.11",
13880 "bitflags 2.6.0",
13881 "hashbrown 0.14.5",
13882 "indexmap 2.4.0",
13883 "semver",
13884 "serde",
13885]
13886
13887[[package]]
13888name = "wasmprinter"
13889version = "0.215.0"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
13892dependencies = [
13893 "anyhow",
13894 "termcolor",
13895 "wasmparser 0.215.0",
13896]
13897
13898[[package]]
13899name = "wasmtime"
13900version = "24.0.2"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
13903dependencies = [
13904 "anyhow",
13905 "async-trait",
13906 "bitflags 2.6.0",
13907 "bumpalo",
13908 "cc",
13909 "cfg-if",
13910 "encoding_rs",
13911 "hashbrown 0.14.5",
13912 "indexmap 2.4.0",
13913 "libc",
13914 "libm",
13915 "log",
13916 "mach2",
13917 "memfd",
13918 "object",
13919 "once_cell",
13920 "paste",
13921 "postcard",
13922 "psm",
13923 "rustix 0.38.39",
13924 "semver",
13925 "serde",
13926 "serde_derive",
13927 "smallvec",
13928 "sptr",
13929 "target-lexicon",
13930 "wasmparser 0.215.0",
13931 "wasmtime-asm-macros",
13932 "wasmtime-component-macro",
13933 "wasmtime-component-util",
13934 "wasmtime-cranelift",
13935 "wasmtime-environ",
13936 "wasmtime-fiber",
13937 "wasmtime-jit-icache-coherence",
13938 "wasmtime-slab",
13939 "wasmtime-versioned-export-macros",
13940 "wasmtime-winch",
13941 "windows-sys 0.52.0",
13942]
13943
13944[[package]]
13945name = "wasmtime-asm-macros"
13946version = "24.0.2"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
13949dependencies = [
13950 "cfg-if",
13951]
13952
13953[[package]]
13954name = "wasmtime-c-api-impl"
13955version = "24.0.0"
13956source = "registry+https://github.com/rust-lang/crates.io-index"
13957checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
13958dependencies = [
13959 "anyhow",
13960 "log",
13961 "once_cell",
13962 "tracing",
13963 "wasmtime",
13964 "wasmtime-c-api-macros",
13965]
13966
13967[[package]]
13968name = "wasmtime-c-api-macros"
13969version = "24.0.0"
13970source = "registry+https://github.com/rust-lang/crates.io-index"
13971checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
13972dependencies = [
13973 "proc-macro2",
13974 "quote",
13975]
13976
13977[[package]]
13978name = "wasmtime-component-macro"
13979version = "24.0.2"
13980source = "registry+https://github.com/rust-lang/crates.io-index"
13981checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
13982dependencies = [
13983 "anyhow",
13984 "proc-macro2",
13985 "quote",
13986 "syn 2.0.87",
13987 "wasmtime-component-util",
13988 "wasmtime-wit-bindgen",
13989 "wit-parser 0.215.0",
13990]
13991
13992[[package]]
13993name = "wasmtime-component-util"
13994version = "24.0.2"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
13997
13998[[package]]
13999name = "wasmtime-cranelift"
14000version = "24.0.2"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14003dependencies = [
14004 "anyhow",
14005 "cfg-if",
14006 "cranelift-codegen",
14007 "cranelift-control",
14008 "cranelift-entity",
14009 "cranelift-frontend",
14010 "cranelift-native",
14011 "cranelift-wasm",
14012 "gimli 0.29.0",
14013 "log",
14014 "object",
14015 "target-lexicon",
14016 "thiserror",
14017 "wasmparser 0.215.0",
14018 "wasmtime-environ",
14019 "wasmtime-versioned-export-macros",
14020]
14021
14022[[package]]
14023name = "wasmtime-environ"
14024version = "24.0.2"
14025source = "registry+https://github.com/rust-lang/crates.io-index"
14026checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14027dependencies = [
14028 "anyhow",
14029 "cpp_demangle",
14030 "cranelift-bitset",
14031 "cranelift-entity",
14032 "gimli 0.29.0",
14033 "indexmap 2.4.0",
14034 "log",
14035 "object",
14036 "postcard",
14037 "rustc-demangle",
14038 "semver",
14039 "serde",
14040 "serde_derive",
14041 "target-lexicon",
14042 "wasm-encoder 0.215.0",
14043 "wasmparser 0.215.0",
14044 "wasmprinter",
14045 "wasmtime-component-util",
14046 "wasmtime-types",
14047]
14048
14049[[package]]
14050name = "wasmtime-fiber"
14051version = "24.0.2"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14054dependencies = [
14055 "anyhow",
14056 "cc",
14057 "cfg-if",
14058 "rustix 0.38.39",
14059 "wasmtime-asm-macros",
14060 "wasmtime-versioned-export-macros",
14061 "windows-sys 0.52.0",
14062]
14063
14064[[package]]
14065name = "wasmtime-jit-icache-coherence"
14066version = "24.0.2"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14069dependencies = [
14070 "anyhow",
14071 "cfg-if",
14072 "libc",
14073 "windows-sys 0.52.0",
14074]
14075
14076[[package]]
14077name = "wasmtime-slab"
14078version = "24.0.2"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14081
14082[[package]]
14083name = "wasmtime-types"
14084version = "24.0.2"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14087dependencies = [
14088 "anyhow",
14089 "cranelift-entity",
14090 "serde",
14091 "serde_derive",
14092 "smallvec",
14093 "wasmparser 0.215.0",
14094]
14095
14096[[package]]
14097name = "wasmtime-versioned-export-macros"
14098version = "24.0.2"
14099source = "registry+https://github.com/rust-lang/crates.io-index"
14100checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14101dependencies = [
14102 "proc-macro2",
14103 "quote",
14104 "syn 2.0.87",
14105]
14106
14107[[package]]
14108name = "wasmtime-wasi"
14109version = "24.0.2"
14110source = "registry+https://github.com/rust-lang/crates.io-index"
14111checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14112dependencies = [
14113 "anyhow",
14114 "async-trait",
14115 "bitflags 2.6.0",
14116 "bytes 1.7.2",
14117 "cap-fs-ext",
14118 "cap-net-ext",
14119 "cap-rand",
14120 "cap-std",
14121 "cap-time-ext",
14122 "fs-set-times",
14123 "futures 0.3.30",
14124 "io-extras",
14125 "io-lifetimes 2.0.3",
14126 "once_cell",
14127 "rustix 0.38.39",
14128 "system-interface",
14129 "thiserror",
14130 "tokio",
14131 "tracing",
14132 "url",
14133 "wasmtime",
14134 "wiggle",
14135 "windows-sys 0.52.0",
14136]
14137
14138[[package]]
14139name = "wasmtime-winch"
14140version = "24.0.2"
14141source = "registry+https://github.com/rust-lang/crates.io-index"
14142checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14143dependencies = [
14144 "anyhow",
14145 "cranelift-codegen",
14146 "gimli 0.29.0",
14147 "object",
14148 "target-lexicon",
14149 "wasmparser 0.215.0",
14150 "wasmtime-cranelift",
14151 "wasmtime-environ",
14152 "winch-codegen",
14153]
14154
14155[[package]]
14156name = "wasmtime-wit-bindgen"
14157version = "24.0.2"
14158source = "registry+https://github.com/rust-lang/crates.io-index"
14159checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14160dependencies = [
14161 "anyhow",
14162 "heck 0.4.1",
14163 "indexmap 2.4.0",
14164 "wit-parser 0.215.0",
14165]
14166
14167[[package]]
14168name = "wast"
14169version = "35.0.2"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14172dependencies = [
14173 "leb128",
14174]
14175
14176[[package]]
14177name = "wayland-backend"
14178version = "0.3.6"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
14181dependencies = [
14182 "cc",
14183 "downcast-rs",
14184 "rustix 0.38.39",
14185 "scoped-tls",
14186 "smallvec",
14187 "wayland-sys",
14188]
14189
14190[[package]]
14191name = "wayland-client"
14192version = "0.31.5"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
14195dependencies = [
14196 "bitflags 2.6.0",
14197 "rustix 0.38.39",
14198 "wayland-backend",
14199 "wayland-scanner",
14200]
14201
14202[[package]]
14203name = "wayland-cursor"
14204version = "0.31.5"
14205source = "registry+https://github.com/rust-lang/crates.io-index"
14206checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
14207dependencies = [
14208 "rustix 0.38.39",
14209 "wayland-client",
14210 "xcursor",
14211]
14212
14213[[package]]
14214name = "wayland-protocols"
14215version = "0.31.2"
14216source = "registry+https://github.com/rust-lang/crates.io-index"
14217checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14218dependencies = [
14219 "bitflags 2.6.0",
14220 "wayland-backend",
14221 "wayland-client",
14222 "wayland-scanner",
14223]
14224
14225[[package]]
14226name = "wayland-protocols-plasma"
14227version = "0.2.0"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14230dependencies = [
14231 "bitflags 2.6.0",
14232 "wayland-backend",
14233 "wayland-client",
14234 "wayland-protocols",
14235 "wayland-scanner",
14236]
14237
14238[[package]]
14239name = "wayland-scanner"
14240version = "0.31.4"
14241source = "registry+https://github.com/rust-lang/crates.io-index"
14242checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
14243dependencies = [
14244 "proc-macro2",
14245 "quick-xml 0.34.0",
14246 "quote",
14247]
14248
14249[[package]]
14250name = "wayland-sys"
14251version = "0.31.4"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
14254dependencies = [
14255 "dlib",
14256 "log",
14257 "once_cell",
14258 "pkg-config",
14259]
14260
14261[[package]]
14262name = "web-sys"
14263version = "0.3.70"
14264source = "registry+https://github.com/rust-lang/crates.io-index"
14265checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
14266dependencies = [
14267 "js-sys",
14268 "wasm-bindgen",
14269]
14270
14271[[package]]
14272name = "webpki"
14273version = "0.22.4"
14274source = "registry+https://github.com/rust-lang/crates.io-index"
14275checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14276dependencies = [
14277 "ring 0.17.8",
14278 "untrusted 0.9.0",
14279]
14280
14281[[package]]
14282name = "webpki-roots"
14283version = "0.22.6"
14284source = "registry+https://github.com/rust-lang/crates.io-index"
14285checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14286dependencies = [
14287 "webpki",
14288]
14289
14290[[package]]
14291name = "webpki-roots"
14292version = "0.25.4"
14293source = "registry+https://github.com/rust-lang/crates.io-index"
14294checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
14295
14296[[package]]
14297name = "weezl"
14298version = "0.1.8"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14301
14302[[package]]
14303name = "welcome"
14304version = "0.1.0"
14305dependencies = [
14306 "anyhow",
14307 "client",
14308 "db",
14309 "editor",
14310 "extensions_ui",
14311 "fuzzy",
14312 "gpui",
14313 "inline_completion_button",
14314 "install_cli",
14315 "picker",
14316 "project",
14317 "schemars",
14318 "serde",
14319 "settings",
14320 "theme_selector",
14321 "ui",
14322 "util",
14323 "vim",
14324 "workspace",
14325 "zed_actions",
14326]
14327
14328[[package]]
14329name = "which"
14330version = "4.4.2"
14331source = "registry+https://github.com/rust-lang/crates.io-index"
14332checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
14333dependencies = [
14334 "either",
14335 "home",
14336 "once_cell",
14337 "rustix 0.38.39",
14338]
14339
14340[[package]]
14341name = "which"
14342version = "6.0.3"
14343source = "registry+https://github.com/rust-lang/crates.io-index"
14344checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
14345dependencies = [
14346 "either",
14347 "home",
14348 "rustix 0.38.39",
14349 "winsafe",
14350]
14351
14352[[package]]
14353name = "whoami"
14354version = "1.5.1"
14355source = "registry+https://github.com/rust-lang/crates.io-index"
14356checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
14357dependencies = [
14358 "redox_syscall 0.4.1",
14359 "wasite",
14360]
14361
14362[[package]]
14363name = "wiggle"
14364version = "24.0.2"
14365source = "registry+https://github.com/rust-lang/crates.io-index"
14366checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
14367dependencies = [
14368 "anyhow",
14369 "async-trait",
14370 "bitflags 2.6.0",
14371 "thiserror",
14372 "tracing",
14373 "wasmtime",
14374 "wiggle-macro",
14375]
14376
14377[[package]]
14378name = "wiggle-generate"
14379version = "24.0.2"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
14382dependencies = [
14383 "anyhow",
14384 "heck 0.4.1",
14385 "proc-macro2",
14386 "quote",
14387 "shellexpand 2.1.2",
14388 "syn 2.0.87",
14389 "witx",
14390]
14391
14392[[package]]
14393name = "wiggle-macro"
14394version = "24.0.2"
14395source = "registry+https://github.com/rust-lang/crates.io-index"
14396checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
14397dependencies = [
14398 "proc-macro2",
14399 "quote",
14400 "syn 2.0.87",
14401 "wiggle-generate",
14402]
14403
14404[[package]]
14405name = "winapi"
14406version = "0.3.9"
14407source = "registry+https://github.com/rust-lang/crates.io-index"
14408checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
14409dependencies = [
14410 "winapi-i686-pc-windows-gnu",
14411 "winapi-x86_64-pc-windows-gnu",
14412]
14413
14414[[package]]
14415name = "winapi-i686-pc-windows-gnu"
14416version = "0.4.0"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
14419
14420[[package]]
14421name = "winapi-util"
14422version = "0.1.9"
14423source = "registry+https://github.com/rust-lang/crates.io-index"
14424checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
14425dependencies = [
14426 "windows-sys 0.59.0",
14427]
14428
14429[[package]]
14430name = "winapi-x86_64-pc-windows-gnu"
14431version = "0.4.0"
14432source = "registry+https://github.com/rust-lang/crates.io-index"
14433checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
14434
14435[[package]]
14436name = "winch-codegen"
14437version = "0.22.2"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
14440dependencies = [
14441 "anyhow",
14442 "cranelift-codegen",
14443 "gimli 0.29.0",
14444 "regalloc2",
14445 "smallvec",
14446 "target-lexicon",
14447 "wasmparser 0.215.0",
14448 "wasmtime-cranelift",
14449 "wasmtime-environ",
14450]
14451
14452[[package]]
14453name = "windows"
14454version = "0.54.0"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
14457dependencies = [
14458 "windows-core 0.54.0",
14459 "windows-targets 0.52.6",
14460]
14461
14462[[package]]
14463name = "windows"
14464version = "0.58.0"
14465source = "registry+https://github.com/rust-lang/crates.io-index"
14466checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
14467dependencies = [
14468 "windows-core 0.58.0",
14469 "windows-targets 0.52.6",
14470]
14471
14472[[package]]
14473name = "windows-core"
14474version = "0.52.0"
14475source = "registry+https://github.com/rust-lang/crates.io-index"
14476checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
14477dependencies = [
14478 "windows-targets 0.52.6",
14479]
14480
14481[[package]]
14482name = "windows-core"
14483version = "0.54.0"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
14486dependencies = [
14487 "windows-result 0.1.2",
14488 "windows-targets 0.52.6",
14489]
14490
14491[[package]]
14492name = "windows-core"
14493version = "0.58.0"
14494source = "registry+https://github.com/rust-lang/crates.io-index"
14495checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
14496dependencies = [
14497 "windows-implement",
14498 "windows-interface",
14499 "windows-result 0.2.0",
14500 "windows-strings",
14501 "windows-targets 0.52.6",
14502]
14503
14504[[package]]
14505name = "windows-implement"
14506version = "0.58.0"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
14509dependencies = [
14510 "proc-macro2",
14511 "quote",
14512 "syn 2.0.87",
14513]
14514
14515[[package]]
14516name = "windows-interface"
14517version = "0.58.0"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
14520dependencies = [
14521 "proc-macro2",
14522 "quote",
14523 "syn 2.0.87",
14524]
14525
14526[[package]]
14527name = "windows-registry"
14528version = "0.2.0"
14529source = "registry+https://github.com/rust-lang/crates.io-index"
14530checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
14531dependencies = [
14532 "windows-result 0.2.0",
14533 "windows-strings",
14534 "windows-targets 0.52.6",
14535]
14536
14537[[package]]
14538name = "windows-result"
14539version = "0.1.2"
14540source = "registry+https://github.com/rust-lang/crates.io-index"
14541checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
14542dependencies = [
14543 "windows-targets 0.52.6",
14544]
14545
14546[[package]]
14547name = "windows-result"
14548version = "0.2.0"
14549source = "registry+https://github.com/rust-lang/crates.io-index"
14550checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
14551dependencies = [
14552 "windows-targets 0.52.6",
14553]
14554
14555[[package]]
14556name = "windows-strings"
14557version = "0.1.0"
14558source = "registry+https://github.com/rust-lang/crates.io-index"
14559checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
14560dependencies = [
14561 "windows-result 0.2.0",
14562 "windows-targets 0.52.6",
14563]
14564
14565[[package]]
14566name = "windows-sys"
14567version = "0.45.0"
14568source = "registry+https://github.com/rust-lang/crates.io-index"
14569checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
14570dependencies = [
14571 "windows-targets 0.42.2",
14572]
14573
14574[[package]]
14575name = "windows-sys"
14576version = "0.48.0"
14577source = "registry+https://github.com/rust-lang/crates.io-index"
14578checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
14579dependencies = [
14580 "windows-targets 0.48.5",
14581]
14582
14583[[package]]
14584name = "windows-sys"
14585version = "0.52.0"
14586source = "registry+https://github.com/rust-lang/crates.io-index"
14587checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
14588dependencies = [
14589 "windows-targets 0.52.6",
14590]
14591
14592[[package]]
14593name = "windows-sys"
14594version = "0.59.0"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
14597dependencies = [
14598 "windows-targets 0.52.6",
14599]
14600
14601[[package]]
14602name = "windows-targets"
14603version = "0.42.2"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
14606dependencies = [
14607 "windows_aarch64_gnullvm 0.42.2",
14608 "windows_aarch64_msvc 0.42.2",
14609 "windows_i686_gnu 0.42.2",
14610 "windows_i686_msvc 0.42.2",
14611 "windows_x86_64_gnu 0.42.2",
14612 "windows_x86_64_gnullvm 0.42.2",
14613 "windows_x86_64_msvc 0.42.2",
14614]
14615
14616[[package]]
14617name = "windows-targets"
14618version = "0.48.5"
14619source = "registry+https://github.com/rust-lang/crates.io-index"
14620checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
14621dependencies = [
14622 "windows_aarch64_gnullvm 0.48.5",
14623 "windows_aarch64_msvc 0.48.5",
14624 "windows_i686_gnu 0.48.5",
14625 "windows_i686_msvc 0.48.5",
14626 "windows_x86_64_gnu 0.48.5",
14627 "windows_x86_64_gnullvm 0.48.5",
14628 "windows_x86_64_msvc 0.48.5",
14629]
14630
14631[[package]]
14632name = "windows-targets"
14633version = "0.52.6"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
14636dependencies = [
14637 "windows_aarch64_gnullvm 0.52.6",
14638 "windows_aarch64_msvc 0.52.6",
14639 "windows_i686_gnu 0.52.6",
14640 "windows_i686_gnullvm",
14641 "windows_i686_msvc 0.52.6",
14642 "windows_x86_64_gnu 0.52.6",
14643 "windows_x86_64_gnullvm 0.52.6",
14644 "windows_x86_64_msvc 0.52.6",
14645]
14646
14647[[package]]
14648name = "windows_aarch64_gnullvm"
14649version = "0.42.2"
14650source = "registry+https://github.com/rust-lang/crates.io-index"
14651checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
14652
14653[[package]]
14654name = "windows_aarch64_gnullvm"
14655version = "0.48.5"
14656source = "registry+https://github.com/rust-lang/crates.io-index"
14657checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
14658
14659[[package]]
14660name = "windows_aarch64_gnullvm"
14661version = "0.52.6"
14662source = "registry+https://github.com/rust-lang/crates.io-index"
14663checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
14664
14665[[package]]
14666name = "windows_aarch64_msvc"
14667version = "0.42.2"
14668source = "registry+https://github.com/rust-lang/crates.io-index"
14669checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
14670
14671[[package]]
14672name = "windows_aarch64_msvc"
14673version = "0.48.5"
14674source = "registry+https://github.com/rust-lang/crates.io-index"
14675checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
14676
14677[[package]]
14678name = "windows_aarch64_msvc"
14679version = "0.52.6"
14680source = "registry+https://github.com/rust-lang/crates.io-index"
14681checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
14682
14683[[package]]
14684name = "windows_i686_gnu"
14685version = "0.42.2"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
14688
14689[[package]]
14690name = "windows_i686_gnu"
14691version = "0.48.5"
14692source = "registry+https://github.com/rust-lang/crates.io-index"
14693checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
14694
14695[[package]]
14696name = "windows_i686_gnu"
14697version = "0.52.6"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
14700
14701[[package]]
14702name = "windows_i686_gnullvm"
14703version = "0.52.6"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
14706
14707[[package]]
14708name = "windows_i686_msvc"
14709version = "0.42.2"
14710source = "registry+https://github.com/rust-lang/crates.io-index"
14711checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
14712
14713[[package]]
14714name = "windows_i686_msvc"
14715version = "0.48.5"
14716source = "registry+https://github.com/rust-lang/crates.io-index"
14717checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
14718
14719[[package]]
14720name = "windows_i686_msvc"
14721version = "0.52.6"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
14724
14725[[package]]
14726name = "windows_x86_64_gnu"
14727version = "0.42.2"
14728source = "registry+https://github.com/rust-lang/crates.io-index"
14729checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
14730
14731[[package]]
14732name = "windows_x86_64_gnu"
14733version = "0.48.5"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
14736
14737[[package]]
14738name = "windows_x86_64_gnu"
14739version = "0.52.6"
14740source = "registry+https://github.com/rust-lang/crates.io-index"
14741checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
14742
14743[[package]]
14744name = "windows_x86_64_gnullvm"
14745version = "0.42.2"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
14748
14749[[package]]
14750name = "windows_x86_64_gnullvm"
14751version = "0.48.5"
14752source = "registry+https://github.com/rust-lang/crates.io-index"
14753checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
14754
14755[[package]]
14756name = "windows_x86_64_gnullvm"
14757version = "0.52.6"
14758source = "registry+https://github.com/rust-lang/crates.io-index"
14759checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
14760
14761[[package]]
14762name = "windows_x86_64_msvc"
14763version = "0.42.2"
14764source = "registry+https://github.com/rust-lang/crates.io-index"
14765checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
14766
14767[[package]]
14768name = "windows_x86_64_msvc"
14769version = "0.48.5"
14770source = "registry+https://github.com/rust-lang/crates.io-index"
14771checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
14772
14773[[package]]
14774name = "windows_x86_64_msvc"
14775version = "0.52.6"
14776source = "registry+https://github.com/rust-lang/crates.io-index"
14777checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
14778
14779[[package]]
14780name = "winnow"
14781version = "0.5.40"
14782source = "registry+https://github.com/rust-lang/crates.io-index"
14783checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
14784dependencies = [
14785 "memchr",
14786]
14787
14788[[package]]
14789name = "winnow"
14790version = "0.6.18"
14791source = "registry+https://github.com/rust-lang/crates.io-index"
14792checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
14793dependencies = [
14794 "memchr",
14795]
14796
14797[[package]]
14798name = "winreg"
14799version = "0.50.0"
14800source = "registry+https://github.com/rust-lang/crates.io-index"
14801checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
14802dependencies = [
14803 "cfg-if",
14804 "windows-sys 0.48.0",
14805]
14806
14807[[package]]
14808name = "winreg"
14809version = "0.52.0"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
14812dependencies = [
14813 "cfg-if",
14814 "windows-sys 0.48.0",
14815]
14816
14817[[package]]
14818name = "winresource"
14819version = "0.1.17"
14820source = "registry+https://github.com/rust-lang/crates.io-index"
14821checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
14822dependencies = [
14823 "toml 0.7.8",
14824 "version_check",
14825]
14826
14827[[package]]
14828name = "winsafe"
14829version = "0.0.19"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
14832
14833[[package]]
14834name = "winx"
14835version = "0.36.3"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
14838dependencies = [
14839 "bitflags 2.6.0",
14840 "windows-sys 0.52.0",
14841]
14842
14843[[package]]
14844name = "wio"
14845version = "0.2.2"
14846source = "registry+https://github.com/rust-lang/crates.io-index"
14847checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
14848dependencies = [
14849 "winapi",
14850]
14851
14852[[package]]
14853name = "wit-bindgen"
14854version = "0.22.0"
14855source = "registry+https://github.com/rust-lang/crates.io-index"
14856checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
14857dependencies = [
14858 "bitflags 2.6.0",
14859 "wit-bindgen-rt",
14860 "wit-bindgen-rust-macro",
14861]
14862
14863[[package]]
14864name = "wit-bindgen-core"
14865version = "0.22.0"
14866source = "registry+https://github.com/rust-lang/crates.io-index"
14867checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
14868dependencies = [
14869 "anyhow",
14870 "wit-parser 0.201.0",
14871]
14872
14873[[package]]
14874name = "wit-bindgen-rt"
14875version = "0.22.0"
14876source = "registry+https://github.com/rust-lang/crates.io-index"
14877checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
14878
14879[[package]]
14880name = "wit-bindgen-rust"
14881version = "0.22.0"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
14884dependencies = [
14885 "anyhow",
14886 "heck 0.4.1",
14887 "indexmap 2.4.0",
14888 "wasm-metadata",
14889 "wit-bindgen-core",
14890 "wit-component",
14891]
14892
14893[[package]]
14894name = "wit-bindgen-rust-macro"
14895version = "0.22.0"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
14898dependencies = [
14899 "anyhow",
14900 "proc-macro2",
14901 "quote",
14902 "syn 2.0.87",
14903 "wit-bindgen-core",
14904 "wit-bindgen-rust",
14905]
14906
14907[[package]]
14908name = "wit-component"
14909version = "0.201.0"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
14912dependencies = [
14913 "anyhow",
14914 "bitflags 2.6.0",
14915 "indexmap 2.4.0",
14916 "log",
14917 "serde",
14918 "serde_derive",
14919 "serde_json",
14920 "wasm-encoder 0.201.0",
14921 "wasm-metadata",
14922 "wasmparser 0.201.0",
14923 "wit-parser 0.201.0",
14924]
14925
14926[[package]]
14927name = "wit-parser"
14928version = "0.201.0"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
14931dependencies = [
14932 "anyhow",
14933 "id-arena",
14934 "indexmap 2.4.0",
14935 "log",
14936 "semver",
14937 "serde",
14938 "serde_derive",
14939 "serde_json",
14940 "unicode-xid",
14941 "wasmparser 0.201.0",
14942]
14943
14944[[package]]
14945name = "wit-parser"
14946version = "0.215.0"
14947source = "registry+https://github.com/rust-lang/crates.io-index"
14948checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
14949dependencies = [
14950 "anyhow",
14951 "id-arena",
14952 "indexmap 2.4.0",
14953 "log",
14954 "semver",
14955 "serde",
14956 "serde_derive",
14957 "serde_json",
14958 "unicode-xid",
14959 "wasmparser 0.215.0",
14960]
14961
14962[[package]]
14963name = "witx"
14964version = "0.9.1"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
14967dependencies = [
14968 "anyhow",
14969 "log",
14970 "thiserror",
14971 "wast",
14972]
14973
14974[[package]]
14975name = "workspace"
14976version = "0.1.0"
14977dependencies = [
14978 "any_vec",
14979 "anyhow",
14980 "async-recursion 1.1.1",
14981 "bincode",
14982 "call",
14983 "client",
14984 "clock",
14985 "collections",
14986 "db",
14987 "derive_more",
14988 "env_logger 0.11.5",
14989 "fs",
14990 "futures 0.3.30",
14991 "git",
14992 "gpui",
14993 "http_client",
14994 "itertools 0.13.0",
14995 "language",
14996 "log",
14997 "node_runtime",
14998 "parking_lot",
14999 "postage",
15000 "project",
15001 "remote",
15002 "schemars",
15003 "serde",
15004 "serde_json",
15005 "session",
15006 "settings",
15007 "smallvec",
15008 "sqlez",
15009 "strum 0.25.0",
15010 "task",
15011 "tempfile",
15012 "theme",
15013 "ui",
15014 "util",
15015 "uuid",
15016]
15017
15018[[package]]
15019name = "worktree"
15020version = "0.1.0"
15021dependencies = [
15022 "anyhow",
15023 "clock",
15024 "collections",
15025 "env_logger 0.11.5",
15026 "fs",
15027 "futures 0.3.30",
15028 "fuzzy",
15029 "git",
15030 "git2",
15031 "git_hosting_providers",
15032 "gpui",
15033 "http_client",
15034 "ignore",
15035 "language",
15036 "log",
15037 "parking_lot",
15038 "paths",
15039 "postage",
15040 "pretty_assertions",
15041 "rand 0.8.5",
15042 "rpc",
15043 "schemars",
15044 "serde",
15045 "serde_json",
15046 "settings",
15047 "smallvec",
15048 "smol",
15049 "sum_tree",
15050 "text",
15051 "util",
15052]
15053
15054[[package]]
15055name = "write16"
15056version = "1.0.0"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15059
15060[[package]]
15061name = "writeable"
15062version = "0.5.5"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15065
15066[[package]]
15067name = "wyz"
15068version = "0.5.1"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15071dependencies = [
15072 "tap",
15073]
15074
15075[[package]]
15076name = "x11-clipboard"
15077version = "0.9.2"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
15080dependencies = [
15081 "libc",
15082 "x11rb",
15083]
15084
15085[[package]]
15086name = "x11rb"
15087version = "0.13.1"
15088source = "registry+https://github.com/rust-lang/crates.io-index"
15089checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15090dependencies = [
15091 "as-raw-xcb-connection",
15092 "gethostname",
15093 "libc",
15094 "rustix 0.38.39",
15095 "x11rb-protocol",
15096]
15097
15098[[package]]
15099name = "x11rb-protocol"
15100version = "0.13.1"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15103
15104[[package]]
15105name = "xattr"
15106version = "0.2.3"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15109dependencies = [
15110 "libc",
15111]
15112
15113[[package]]
15114name = "xcursor"
15115version = "0.3.8"
15116source = "registry+https://github.com/rust-lang/crates.io-index"
15117checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15118
15119[[package]]
15120name = "xdg-home"
15121version = "1.3.0"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15124dependencies = [
15125 "libc",
15126 "windows-sys 0.59.0",
15127]
15128
15129[[package]]
15130name = "xim"
15131version = "0.4.0"
15132source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15133dependencies = [
15134 "ahash 0.8.11",
15135 "hashbrown 0.14.5",
15136 "log",
15137 "x11rb",
15138 "xim-ctext",
15139 "xim-parser",
15140]
15141
15142[[package]]
15143name = "xim-ctext"
15144version = "0.3.0"
15145source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15146dependencies = [
15147 "encoding_rs",
15148]
15149
15150[[package]]
15151name = "xim-parser"
15152version = "0.2.1"
15153source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15154dependencies = [
15155 "bitflags 2.6.0",
15156]
15157
15158[[package]]
15159name = "xkbcommon"
15160version = "0.7.0"
15161source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15162dependencies = [
15163 "as-raw-xcb-connection",
15164 "libc",
15165 "memmap2",
15166 "xkeysym",
15167]
15168
15169[[package]]
15170name = "xkeysym"
15171version = "0.2.1"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15174
15175[[package]]
15176name = "xml5ever"
15177version = "0.18.1"
15178source = "registry+https://github.com/rust-lang/crates.io-index"
15179checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
15180dependencies = [
15181 "log",
15182 "mac",
15183 "markup5ever",
15184]
15185
15186[[package]]
15187name = "xmlparser"
15188version = "0.13.6"
15189source = "registry+https://github.com/rust-lang/crates.io-index"
15190checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
15191
15192[[package]]
15193name = "xmlwriter"
15194version = "0.1.0"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
15197
15198[[package]]
15199name = "xtask"
15200version = "0.1.0"
15201dependencies = [
15202 "anyhow",
15203 "cargo_metadata",
15204 "cargo_toml",
15205 "clap",
15206]
15207
15208[[package]]
15209name = "yaml-rust2"
15210version = "0.8.1"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
15213dependencies = [
15214 "arraydeque",
15215 "encoding_rs",
15216 "hashlink 0.8.4",
15217]
15218
15219[[package]]
15220name = "yansi"
15221version = "1.0.1"
15222source = "registry+https://github.com/rust-lang/crates.io-index"
15223checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
15224
15225[[package]]
15226name = "yazi"
15227version = "0.1.6"
15228source = "registry+https://github.com/rust-lang/crates.io-index"
15229checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
15230
15231[[package]]
15232name = "yeslogic-fontconfig-sys"
15233version = "6.0.0"
15234source = "registry+https://github.com/rust-lang/crates.io-index"
15235checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
15236dependencies = [
15237 "dlib",
15238 "once_cell",
15239 "pkg-config",
15240]
15241
15242[[package]]
15243name = "yoke"
15244version = "0.7.4"
15245source = "registry+https://github.com/rust-lang/crates.io-index"
15246checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
15247dependencies = [
15248 "serde",
15249 "stable_deref_trait",
15250 "yoke-derive",
15251 "zerofrom",
15252]
15253
15254[[package]]
15255name = "yoke-derive"
15256version = "0.7.4"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
15259dependencies = [
15260 "proc-macro2",
15261 "quote",
15262 "syn 2.0.87",
15263 "synstructure",
15264]
15265
15266[[package]]
15267name = "zbus"
15268version = "4.4.0"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15271dependencies = [
15272 "async-broadcast",
15273 "async-executor",
15274 "async-fs 2.1.2",
15275 "async-io 2.3.4",
15276 "async-lock 3.4.0",
15277 "async-process 2.2.4",
15278 "async-recursion 1.1.1",
15279 "async-task",
15280 "async-trait",
15281 "blocking",
15282 "enumflags2",
15283 "event-listener 5.3.1",
15284 "futures-core",
15285 "futures-sink",
15286 "futures-util",
15287 "hex",
15288 "nix",
15289 "ordered-stream",
15290 "rand 0.8.5",
15291 "serde",
15292 "serde_repr",
15293 "sha1",
15294 "static_assertions",
15295 "tracing",
15296 "uds_windows",
15297 "windows-sys 0.52.0",
15298 "xdg-home",
15299 "zbus_macros",
15300 "zbus_names",
15301 "zvariant",
15302]
15303
15304[[package]]
15305name = "zbus_macros"
15306version = "4.4.0"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
15309dependencies = [
15310 "proc-macro-crate",
15311 "proc-macro2",
15312 "quote",
15313 "syn 2.0.87",
15314 "zvariant_utils",
15315]
15316
15317[[package]]
15318name = "zbus_names"
15319version = "3.0.0"
15320source = "registry+https://github.com/rust-lang/crates.io-index"
15321checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
15322dependencies = [
15323 "serde",
15324 "static_assertions",
15325 "zvariant",
15326]
15327
15328[[package]]
15329name = "zed"
15330version = "0.162.0"
15331dependencies = [
15332 "activity_indicator",
15333 "anyhow",
15334 "ashpd",
15335 "assets",
15336 "assistant",
15337 "assistant_slash_command",
15338 "async-watch",
15339 "audio",
15340 "auto_update",
15341 "backtrace",
15342 "breadcrumbs",
15343 "call",
15344 "channel",
15345 "chrono",
15346 "clap",
15347 "cli",
15348 "client",
15349 "collab_ui",
15350 "collections",
15351 "command_palette",
15352 "command_palette_hooks",
15353 "copilot",
15354 "db",
15355 "diagnostics",
15356 "editor",
15357 "env_logger 0.11.5",
15358 "extension_host",
15359 "extensions_ui",
15360 "feature_flags",
15361 "feedback",
15362 "file_finder",
15363 "file_icons",
15364 "fs",
15365 "futures 0.3.30",
15366 "git",
15367 "git_hosting_providers",
15368 "go_to_line",
15369 "gpui",
15370 "http_client",
15371 "image_viewer",
15372 "indexed_docs",
15373 "inline_completion_button",
15374 "install_cli",
15375 "journal",
15376 "language",
15377 "language_model",
15378 "language_selector",
15379 "language_tools",
15380 "languages",
15381 "libc",
15382 "log",
15383 "markdown_preview",
15384 "menu",
15385 "mimalloc",
15386 "nix",
15387 "node_runtime",
15388 "notifications",
15389 "outline",
15390 "outline_panel",
15391 "parking_lot",
15392 "paths",
15393 "profiling",
15394 "project",
15395 "project_panel",
15396 "project_symbols",
15397 "proto",
15398 "quick_action_bar",
15399 "recent_projects",
15400 "release_channel",
15401 "remote",
15402 "repl",
15403 "reqwest_client",
15404 "rope",
15405 "search",
15406 "serde",
15407 "serde_json",
15408 "session",
15409 "settings",
15410 "settings_ui",
15411 "shellexpand 2.1.2",
15412 "simplelog",
15413 "smol",
15414 "snippet_provider",
15415 "snippets_ui",
15416 "supermaven",
15417 "sysinfo",
15418 "tab_switcher",
15419 "task",
15420 "tasks_ui",
15421 "telemetry_events",
15422 "terminal_view",
15423 "theme",
15424 "theme_selector",
15425 "time",
15426 "toolchain_selector",
15427 "tree-sitter-md",
15428 "tree-sitter-rust",
15429 "ui",
15430 "url",
15431 "urlencoding",
15432 "util",
15433 "uuid",
15434 "vim",
15435 "welcome",
15436 "windows 0.58.0",
15437 "winresource",
15438 "workspace",
15439 "zed_actions",
15440]
15441
15442[[package]]
15443name = "zed_actions"
15444version = "0.1.0"
15445dependencies = [
15446 "gpui",
15447 "serde",
15448]
15449
15450[[package]]
15451name = "zed_astro"
15452version = "0.1.1"
15453dependencies = [
15454 "serde",
15455 "zed_extension_api 0.1.0",
15456]
15457
15458[[package]]
15459name = "zed_clojure"
15460version = "0.0.3"
15461dependencies = [
15462 "zed_extension_api 0.1.0",
15463]
15464
15465[[package]]
15466name = "zed_csharp"
15467version = "0.0.2"
15468dependencies = [
15469 "zed_extension_api 0.1.0",
15470]
15471
15472[[package]]
15473name = "zed_deno"
15474version = "0.0.2"
15475dependencies = [
15476 "zed_extension_api 0.1.0",
15477]
15478
15479[[package]]
15480name = "zed_elixir"
15481version = "0.1.1"
15482dependencies = [
15483 "zed_extension_api 0.1.0",
15484]
15485
15486[[package]]
15487name = "zed_elm"
15488version = "0.0.1"
15489dependencies = [
15490 "zed_extension_api 0.1.0",
15491]
15492
15493[[package]]
15494name = "zed_emmet"
15495version = "0.0.3"
15496dependencies = [
15497 "zed_extension_api 0.1.0",
15498]
15499
15500[[package]]
15501name = "zed_erlang"
15502version = "0.1.0"
15503dependencies = [
15504 "zed_extension_api 0.1.0",
15505]
15506
15507[[package]]
15508name = "zed_extension_api"
15509version = "0.1.0"
15510source = "registry+https://github.com/rust-lang/crates.io-index"
15511checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
15512dependencies = [
15513 "serde",
15514 "serde_json",
15515 "wit-bindgen",
15516]
15517
15518[[package]]
15519name = "zed_extension_api"
15520version = "0.2.0"
15521dependencies = [
15522 "serde",
15523 "serde_json",
15524 "wit-bindgen",
15525]
15526
15527[[package]]
15528name = "zed_glsl"
15529version = "0.1.0"
15530dependencies = [
15531 "zed_extension_api 0.1.0",
15532]
15533
15534[[package]]
15535name = "zed_haskell"
15536version = "0.1.1"
15537dependencies = [
15538 "zed_extension_api 0.1.0",
15539]
15540
15541[[package]]
15542name = "zed_html"
15543version = "0.1.3"
15544dependencies = [
15545 "zed_extension_api 0.1.0",
15546]
15547
15548[[package]]
15549name = "zed_lua"
15550version = "0.1.0"
15551dependencies = [
15552 "zed_extension_api 0.1.0",
15553]
15554
15555[[package]]
15556name = "zed_ocaml"
15557version = "0.1.0"
15558dependencies = [
15559 "zed_extension_api 0.1.0",
15560]
15561
15562[[package]]
15563name = "zed_php"
15564version = "0.2.2"
15565dependencies = [
15566 "zed_extension_api 0.1.0",
15567]
15568
15569[[package]]
15570name = "zed_prisma"
15571version = "0.0.3"
15572dependencies = [
15573 "zed_extension_api 0.1.0",
15574]
15575
15576[[package]]
15577name = "zed_proto"
15578version = "0.2.0"
15579dependencies = [
15580 "zed_extension_api 0.1.0",
15581]
15582
15583[[package]]
15584name = "zed_purescript"
15585version = "0.0.1"
15586dependencies = [
15587 "zed_extension_api 0.1.0",
15588]
15589
15590[[package]]
15591name = "zed_ruff"
15592version = "0.1.0"
15593dependencies = [
15594 "zed_extension_api 0.1.0",
15595]
15596
15597[[package]]
15598name = "zed_snippets"
15599version = "0.0.5"
15600dependencies = [
15601 "serde_json",
15602 "zed_extension_api 0.1.0",
15603]
15604
15605[[package]]
15606name = "zed_terraform"
15607version = "0.1.1"
15608dependencies = [
15609 "zed_extension_api 0.1.0",
15610]
15611
15612[[package]]
15613name = "zed_test_extension"
15614version = "0.1.0"
15615dependencies = [
15616 "zed_extension_api 0.2.0",
15617]
15618
15619[[package]]
15620name = "zed_toml"
15621version = "0.1.1"
15622dependencies = [
15623 "zed_extension_api 0.1.0",
15624]
15625
15626[[package]]
15627name = "zed_uiua"
15628version = "0.0.1"
15629dependencies = [
15630 "zed_extension_api 0.1.0",
15631]
15632
15633[[package]]
15634name = "zed_zig"
15635version = "0.3.1"
15636dependencies = [
15637 "zed_extension_api 0.1.0",
15638]
15639
15640[[package]]
15641name = "zeno"
15642version = "0.2.3"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
15645
15646[[package]]
15647name = "zerocopy"
15648version = "0.7.35"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
15651dependencies = [
15652 "byteorder",
15653 "zerocopy-derive",
15654]
15655
15656[[package]]
15657name = "zerocopy-derive"
15658version = "0.7.35"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
15661dependencies = [
15662 "proc-macro2",
15663 "quote",
15664 "syn 2.0.87",
15665]
15666
15667[[package]]
15668name = "zerofrom"
15669version = "0.1.4"
15670source = "registry+https://github.com/rust-lang/crates.io-index"
15671checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
15672dependencies = [
15673 "zerofrom-derive",
15674]
15675
15676[[package]]
15677name = "zerofrom-derive"
15678version = "0.1.4"
15679source = "registry+https://github.com/rust-lang/crates.io-index"
15680checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
15681dependencies = [
15682 "proc-macro2",
15683 "quote",
15684 "syn 2.0.87",
15685 "synstructure",
15686]
15687
15688[[package]]
15689name = "zeroize"
15690version = "1.8.1"
15691source = "registry+https://github.com/rust-lang/crates.io-index"
15692checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
15693dependencies = [
15694 "zeroize_derive",
15695]
15696
15697[[package]]
15698name = "zeroize_derive"
15699version = "1.4.2"
15700source = "registry+https://github.com/rust-lang/crates.io-index"
15701checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
15702dependencies = [
15703 "proc-macro2",
15704 "quote",
15705 "syn 2.0.87",
15706]
15707
15708[[package]]
15709name = "zeromq"
15710version = "0.4.0"
15711source = "registry+https://github.com/rust-lang/crates.io-index"
15712checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
15713dependencies = [
15714 "async-dispatcher",
15715 "async-std",
15716 "async-trait",
15717 "asynchronous-codec",
15718 "bytes 1.7.2",
15719 "crossbeam-queue",
15720 "dashmap 5.5.3",
15721 "futures-channel",
15722 "futures-io",
15723 "futures-task",
15724 "futures-util",
15725 "log",
15726 "num-traits",
15727 "once_cell",
15728 "parking_lot",
15729 "rand 0.8.5",
15730 "regex",
15731 "thiserror",
15732 "uuid",
15733]
15734
15735[[package]]
15736name = "zerovec"
15737version = "0.10.4"
15738source = "registry+https://github.com/rust-lang/crates.io-index"
15739checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
15740dependencies = [
15741 "yoke",
15742 "zerofrom",
15743 "zerovec-derive",
15744]
15745
15746[[package]]
15747name = "zerovec-derive"
15748version = "0.10.3"
15749source = "registry+https://github.com/rust-lang/crates.io-index"
15750checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
15751dependencies = [
15752 "proc-macro2",
15753 "quote",
15754 "syn 2.0.87",
15755]
15756
15757[[package]]
15758name = "zstd"
15759version = "0.11.2+zstd.1.5.2"
15760source = "registry+https://github.com/rust-lang/crates.io-index"
15761checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
15762dependencies = [
15763 "zstd-safe",
15764]
15765
15766[[package]]
15767name = "zstd-safe"
15768version = "5.0.2+zstd.1.5.2"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
15771dependencies = [
15772 "libc",
15773 "zstd-sys",
15774]
15775
15776[[package]]
15777name = "zstd-sys"
15778version = "2.0.13+zstd.1.5.6"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
15781dependencies = [
15782 "cc",
15783 "pkg-config",
15784]
15785
15786[[package]]
15787name = "zune-core"
15788version = "0.4.12"
15789source = "registry+https://github.com/rust-lang/crates.io-index"
15790checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
15791
15792[[package]]
15793name = "zune-inflate"
15794version = "0.2.54"
15795source = "registry+https://github.com/rust-lang/crates.io-index"
15796checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
15797dependencies = [
15798 "simd-adler32",
15799]
15800
15801[[package]]
15802name = "zune-jpeg"
15803version = "0.4.13"
15804source = "registry+https://github.com/rust-lang/crates.io-index"
15805checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
15806dependencies = [
15807 "zune-core",
15808]
15809
15810[[package]]
15811name = "zvariant"
15812version = "4.2.0"
15813source = "registry+https://github.com/rust-lang/crates.io-index"
15814checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
15815dependencies = [
15816 "endi",
15817 "enumflags2",
15818 "serde",
15819 "static_assertions",
15820 "url",
15821 "zvariant_derive",
15822]
15823
15824[[package]]
15825name = "zvariant_derive"
15826version = "4.2.0"
15827source = "registry+https://github.com/rust-lang/crates.io-index"
15828checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
15829dependencies = [
15830 "proc-macro-crate",
15831 "proc-macro2",
15832 "quote",
15833 "syn 2.0.87",
15834 "zvariant_utils",
15835]
15836
15837[[package]]
15838name = "zvariant_utils"
15839version = "2.1.0"
15840source = "registry+https://github.com/rust-lang/crates.io-index"
15841checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
15842dependencies = [
15843 "proc-macro2",
15844 "quote",
15845 "syn 2.0.87",
15846]