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