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 "lsp",
17 "project",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.1"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
29dependencies = [
30 "gimli 0.31.0",
31]
32
33[[package]]
34name = "adler"
35version = "1.0.2"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
38
39[[package]]
40name = "adler2"
41version = "2.0.0"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
44
45[[package]]
46name = "aes"
47version = "0.8.4"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
50dependencies = [
51 "cfg-if",
52 "cipher",
53 "cpufeatures",
54 "zeroize",
55]
56
57[[package]]
58name = "ahash"
59version = "0.7.8"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
62dependencies = [
63 "getrandom 0.2.15",
64 "once_cell",
65 "version_check",
66]
67
68[[package]]
69name = "ahash"
70version = "0.8.11"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
73dependencies = [
74 "cfg-if",
75 "const-random",
76 "once_cell",
77 "version_check",
78 "zerocopy",
79]
80
81[[package]]
82name = "aho-corasick"
83version = "1.1.3"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
86dependencies = [
87 "memchr",
88]
89
90[[package]]
91name = "alacritty_terminal"
92version = "0.24.1-dev"
93source = "git+https://github.com/alacritty/alacritty?rev=91d034ff8b53867143c005acfaa14609147c9a2c#91d034ff8b53867143c005acfaa14609147c9a2c"
94dependencies = [
95 "base64 0.22.1",
96 "bitflags 2.6.0",
97 "home",
98 "libc",
99 "log",
100 "miow",
101 "parking_lot",
102 "piper",
103 "polling 3.7.3",
104 "regex-automata 0.4.7",
105 "rustix-openpty",
106 "serde",
107 "signal-hook",
108 "unicode-width",
109 "vte",
110 "windows-sys 0.52.0",
111]
112
113[[package]]
114name = "aliasable"
115version = "0.1.3"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
118
119[[package]]
120name = "aligned-vec"
121version = "0.5.0"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
124
125[[package]]
126name = "allocator-api2"
127version = "0.2.18"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
130
131[[package]]
132name = "alsa"
133version = "0.9.1"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
136dependencies = [
137 "alsa-sys",
138 "bitflags 2.6.0",
139 "cfg-if",
140 "libc",
141]
142
143[[package]]
144name = "alsa-sys"
145version = "0.3.1"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
148dependencies = [
149 "libc",
150 "pkg-config",
151]
152
153[[package]]
154name = "ambient-authority"
155version = "0.0.2"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
158
159[[package]]
160name = "ammonia"
161version = "4.0.0"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
164dependencies = [
165 "html5ever",
166 "maplit",
167 "once_cell",
168 "tendril",
169 "url",
170]
171
172[[package]]
173name = "android-tzdata"
174version = "0.1.1"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
177
178[[package]]
179name = "android_system_properties"
180version = "0.1.5"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
183dependencies = [
184 "libc",
185]
186
187[[package]]
188name = "anes"
189version = "0.1.6"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
192
193[[package]]
194name = "anstream"
195version = "0.6.15"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
198dependencies = [
199 "anstyle",
200 "anstyle-parse",
201 "anstyle-query",
202 "anstyle-wincon",
203 "colorchoice",
204 "is_terminal_polyfill",
205 "utf8parse",
206]
207
208[[package]]
209name = "anstyle"
210version = "1.0.8"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
213
214[[package]]
215name = "anstyle-parse"
216version = "0.2.5"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
219dependencies = [
220 "utf8parse",
221]
222
223[[package]]
224name = "anstyle-query"
225version = "1.1.1"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
228dependencies = [
229 "windows-sys 0.52.0",
230]
231
232[[package]]
233name = "anstyle-wincon"
234version = "3.0.4"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
237dependencies = [
238 "anstyle",
239 "windows-sys 0.52.0",
240]
241
242[[package]]
243name = "anthropic"
244version = "0.1.0"
245dependencies = [
246 "anyhow",
247 "chrono",
248 "futures 0.3.30",
249 "http_client",
250 "schemars",
251 "serde",
252 "serde_json",
253 "strum 0.25.0",
254 "thiserror",
255 "util",
256]
257
258[[package]]
259name = "any_vec"
260version = "0.14.0"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
263
264[[package]]
265name = "anyhow"
266version = "1.0.93"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
269
270[[package]]
271name = "approx"
272version = "0.5.1"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
275dependencies = [
276 "num-traits",
277]
278
279[[package]]
280name = "arbitrary"
281version = "1.3.2"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
284
285[[package]]
286name = "arg_enum_proc_macro"
287version = "0.3.4"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
290dependencies = [
291 "proc-macro2",
292 "quote",
293 "syn 2.0.87",
294]
295
296[[package]]
297name = "arraydeque"
298version = "0.5.1"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
301
302[[package]]
303name = "arrayref"
304version = "0.3.8"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a"
307
308[[package]]
309name = "arrayvec"
310version = "0.7.6"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
313dependencies = [
314 "serde",
315]
316
317[[package]]
318name = "as-raw-xcb-connection"
319version = "1.0.1"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
322
323[[package]]
324name = "ascii"
325version = "1.1.0"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
328
329[[package]]
330name = "ash"
331version = "0.38.0+1.3.281"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
334dependencies = [
335 "libloading",
336]
337
338[[package]]
339name = "ash-window"
340version = "0.13.0"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
343dependencies = [
344 "ash",
345 "raw-window-handle",
346 "raw-window-metal",
347]
348
349[[package]]
350name = "ashpd"
351version = "0.9.2"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "4d43c03d9e36dd40cab48435be0b09646da362c278223ca535493877b2c1dee9"
354dependencies = [
355 "async-fs 2.1.2",
356 "async-net 2.0.0",
357 "enumflags2",
358 "futures-channel",
359 "futures-util",
360 "rand 0.8.5",
361 "serde",
362 "serde_repr",
363 "url",
364 "zbus",
365]
366
367[[package]]
368name = "assets"
369version = "0.1.0"
370dependencies = [
371 "anyhow",
372 "gpui",
373 "rust-embed",
374]
375
376[[package]]
377name = "assistant"
378version = "0.1.0"
379dependencies = [
380 "anthropic",
381 "anyhow",
382 "assets",
383 "assistant_slash_command",
384 "assistant_tool",
385 "async-watch",
386 "cargo_toml",
387 "chrono",
388 "client",
389 "clock",
390 "collections",
391 "command_palette_hooks",
392 "context_servers",
393 "ctor",
394 "db",
395 "editor",
396 "env_logger 0.11.5",
397 "feature_flags",
398 "fs",
399 "futures 0.3.30",
400 "fuzzy",
401 "globset",
402 "gpui",
403 "handlebars 4.5.0",
404 "heed",
405 "html_to_markdown",
406 "http_client",
407 "indexed_docs",
408 "indoc",
409 "language",
410 "language_model",
411 "languages",
412 "log",
413 "lsp",
414 "markdown",
415 "menu",
416 "multi_buffer",
417 "ollama",
418 "open_ai",
419 "ordered-float 2.10.1",
420 "parking_lot",
421 "paths",
422 "picker",
423 "pretty_assertions",
424 "project",
425 "proto",
426 "rand 0.8.5",
427 "regex",
428 "release_channel",
429 "rope",
430 "rpc",
431 "schemars",
432 "search",
433 "semantic_index",
434 "serde",
435 "serde_json",
436 "serde_json_lenient",
437 "settings",
438 "similar",
439 "smallvec",
440 "smol",
441 "strum 0.25.0",
442 "telemetry_events",
443 "terminal",
444 "terminal_view",
445 "text",
446 "theme",
447 "toml 0.8.19",
448 "tree-sitter-md",
449 "ui",
450 "unindent",
451 "util",
452 "uuid",
453 "workspace",
454 "zed_actions",
455]
456
457[[package]]
458name = "assistant_slash_command"
459version = "0.1.0"
460dependencies = [
461 "anyhow",
462 "async-trait",
463 "collections",
464 "derive_more",
465 "extension",
466 "futures 0.3.30",
467 "gpui",
468 "language",
469 "language_model",
470 "parking_lot",
471 "pretty_assertions",
472 "serde",
473 "serde_json",
474 "ui",
475 "workspace",
476]
477
478[[package]]
479name = "assistant_tool"
480version = "0.1.0"
481dependencies = [
482 "anyhow",
483 "collections",
484 "derive_more",
485 "gpui",
486 "parking_lot",
487 "serde",
488 "serde_json",
489 "workspace",
490]
491
492[[package]]
493name = "async-attributes"
494version = "1.1.2"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
497dependencies = [
498 "quote",
499 "syn 1.0.109",
500]
501
502[[package]]
503name = "async-broadcast"
504version = "0.7.1"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
507dependencies = [
508 "event-listener 5.3.1",
509 "event-listener-strategy",
510 "futures-core",
511 "pin-project-lite",
512]
513
514[[package]]
515name = "async-channel"
516version = "1.9.0"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
519dependencies = [
520 "concurrent-queue",
521 "event-listener 2.5.3",
522 "futures-core",
523]
524
525[[package]]
526name = "async-channel"
527version = "2.3.1"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
530dependencies = [
531 "concurrent-queue",
532 "event-listener-strategy",
533 "futures-core",
534 "pin-project-lite",
535]
536
537[[package]]
538name = "async-compat"
539version = "0.2.4"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
542dependencies = [
543 "futures-core",
544 "futures-io",
545 "once_cell",
546 "pin-project-lite",
547 "tokio",
548]
549
550[[package]]
551name = "async-compression"
552version = "0.4.17"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857"
555dependencies = [
556 "deflate64",
557 "flate2",
558 "futures-core",
559 "futures-io",
560 "memchr",
561 "pin-project-lite",
562]
563
564[[package]]
565name = "async-dispatcher"
566version = "0.1.2"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
569dependencies = [
570 "async-task",
571 "futures-lite 1.13.0",
572]
573
574[[package]]
575name = "async-executor"
576version = "1.13.0"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
579dependencies = [
580 "async-task",
581 "concurrent-queue",
582 "fastrand 2.1.1",
583 "futures-lite 2.3.0",
584 "slab",
585]
586
587[[package]]
588name = "async-fs"
589version = "1.6.0"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
592dependencies = [
593 "async-lock 2.8.0",
594 "autocfg",
595 "blocking",
596 "futures-lite 1.13.0",
597]
598
599[[package]]
600name = "async-fs"
601version = "2.1.2"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
604dependencies = [
605 "async-lock 3.4.0",
606 "blocking",
607 "futures-lite 2.3.0",
608]
609
610[[package]]
611name = "async-global-executor"
612version = "2.4.1"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
615dependencies = [
616 "async-channel 2.3.1",
617 "async-executor",
618 "async-io 2.3.4",
619 "async-lock 3.4.0",
620 "blocking",
621 "futures-lite 2.3.0",
622 "once_cell",
623]
624
625[[package]]
626name = "async-io"
627version = "1.13.0"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
630dependencies = [
631 "async-lock 2.8.0",
632 "autocfg",
633 "cfg-if",
634 "concurrent-queue",
635 "futures-lite 1.13.0",
636 "log",
637 "parking",
638 "polling 2.8.0",
639 "rustix 0.37.27",
640 "slab",
641 "socket2 0.4.10",
642 "waker-fn",
643]
644
645[[package]]
646name = "async-io"
647version = "2.3.4"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
650dependencies = [
651 "async-lock 3.4.0",
652 "cfg-if",
653 "concurrent-queue",
654 "futures-io",
655 "futures-lite 2.3.0",
656 "parking",
657 "polling 3.7.3",
658 "rustix 0.38.35",
659 "slab",
660 "tracing",
661 "windows-sys 0.59.0",
662]
663
664[[package]]
665name = "async-lock"
666version = "2.8.0"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
669dependencies = [
670 "event-listener 2.5.3",
671]
672
673[[package]]
674name = "async-lock"
675version = "3.4.0"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
678dependencies = [
679 "event-listener 5.3.1",
680 "event-listener-strategy",
681 "pin-project-lite",
682]
683
684[[package]]
685name = "async-native-tls"
686version = "0.5.0"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
689dependencies = [
690 "futures-util",
691 "native-tls",
692 "thiserror",
693 "url",
694]
695
696[[package]]
697name = "async-net"
698version = "1.8.0"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
701dependencies = [
702 "async-io 1.13.0",
703 "blocking",
704 "futures-lite 1.13.0",
705]
706
707[[package]]
708name = "async-net"
709version = "2.0.0"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
712dependencies = [
713 "async-io 2.3.4",
714 "blocking",
715 "futures-lite 2.3.0",
716]
717
718[[package]]
719name = "async-pipe"
720version = "0.1.3"
721source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
722dependencies = [
723 "futures 0.3.30",
724 "log",
725]
726
727[[package]]
728name = "async-process"
729version = "1.8.1"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
732dependencies = [
733 "async-io 1.13.0",
734 "async-lock 2.8.0",
735 "async-signal",
736 "blocking",
737 "cfg-if",
738 "event-listener 3.1.0",
739 "futures-lite 1.13.0",
740 "rustix 0.38.35",
741 "windows-sys 0.48.0",
742]
743
744[[package]]
745name = "async-process"
746version = "2.2.4"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "a8a07789659a4d385b79b18b9127fc27e1a59e1e89117c78c5ea3b806f016374"
749dependencies = [
750 "async-channel 2.3.1",
751 "async-io 2.3.4",
752 "async-lock 3.4.0",
753 "async-signal",
754 "async-task",
755 "blocking",
756 "cfg-if",
757 "event-listener 5.3.1",
758 "futures-lite 2.3.0",
759 "rustix 0.38.35",
760 "tracing",
761 "windows-sys 0.59.0",
762]
763
764[[package]]
765name = "async-recursion"
766version = "0.3.2"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
769dependencies = [
770 "proc-macro2",
771 "quote",
772 "syn 1.0.109",
773]
774
775[[package]]
776name = "async-recursion"
777version = "1.1.1"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
780dependencies = [
781 "proc-macro2",
782 "quote",
783 "syn 2.0.87",
784]
785
786[[package]]
787name = "async-signal"
788version = "0.2.10"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
791dependencies = [
792 "async-io 2.3.4",
793 "async-lock 3.4.0",
794 "atomic-waker",
795 "cfg-if",
796 "futures-core",
797 "futures-io",
798 "rustix 0.38.35",
799 "signal-hook-registry",
800 "slab",
801 "windows-sys 0.59.0",
802]
803
804[[package]]
805name = "async-std"
806version = "1.12.0"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
809dependencies = [
810 "async-attributes",
811 "async-channel 1.9.0",
812 "async-global-executor",
813 "async-io 1.13.0",
814 "async-lock 2.8.0",
815 "async-process 1.8.1",
816 "crossbeam-utils",
817 "futures-channel",
818 "futures-core",
819 "futures-io",
820 "futures-lite 1.13.0",
821 "gloo-timers",
822 "kv-log-macro",
823 "log",
824 "memchr",
825 "once_cell",
826 "pin-project-lite",
827 "pin-utils",
828 "slab",
829 "wasm-bindgen-futures",
830]
831
832[[package]]
833name = "async-stream"
834version = "0.3.5"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
837dependencies = [
838 "async-stream-impl",
839 "futures-core",
840 "pin-project-lite",
841]
842
843[[package]]
844name = "async-stream-impl"
845version = "0.3.5"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
848dependencies = [
849 "proc-macro2",
850 "quote",
851 "syn 2.0.87",
852]
853
854[[package]]
855name = "async-stripe"
856version = "0.40.0"
857source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
858dependencies = [
859 "chrono",
860 "futures-util",
861 "http-types",
862 "hyper 0.14.31",
863 "hyper-rustls 0.24.2",
864 "serde",
865 "serde_json",
866 "serde_path_to_error",
867 "serde_qs 0.10.1",
868 "smart-default",
869 "smol_str",
870 "thiserror",
871 "tokio",
872]
873
874[[package]]
875name = "async-tar"
876version = "0.5.0"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
879dependencies = [
880 "async-std",
881 "filetime",
882 "libc",
883 "pin-project",
884 "redox_syscall 0.2.16",
885 "xattr",
886]
887
888[[package]]
889name = "async-task"
890version = "4.7.1"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
893
894[[package]]
895name = "async-tls"
896version = "0.13.0"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
899dependencies = [
900 "futures-core",
901 "futures-io",
902 "rustls 0.21.12",
903 "rustls-pemfile 1.0.4",
904 "webpki-roots 0.22.6",
905]
906
907[[package]]
908name = "async-trait"
909version = "0.1.83"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
912dependencies = [
913 "proc-macro2",
914 "quote",
915 "syn 2.0.87",
916]
917
918[[package]]
919name = "async-tungstenite"
920version = "0.25.1"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
923dependencies = [
924 "async-native-tls",
925 "async-std",
926 "async-tls",
927 "futures-io",
928 "futures-util",
929 "log",
930 "pin-project-lite",
931 "tungstenite 0.21.0",
932]
933
934[[package]]
935name = "async-tungstenite"
936version = "0.28.0"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "90e661b6cb0a6eb34d02c520b052daa3aa9ac0cc02495c9d066bbce13ead132b"
939dependencies = [
940 "async-std",
941 "async-tls",
942 "futures-io",
943 "futures-util",
944 "log",
945 "pin-project-lite",
946 "tungstenite 0.24.0",
947]
948
949[[package]]
950name = "async-watch"
951version = "0.3.1"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
954dependencies = [
955 "event-listener 2.5.3",
956]
957
958[[package]]
959name = "async_zip"
960version = "0.0.17"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
963dependencies = [
964 "async-compression",
965 "crc32fast",
966 "futures-lite 2.3.0",
967 "pin-project",
968 "thiserror",
969]
970
971[[package]]
972name = "asynchronous-codec"
973version = "0.7.0"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
976dependencies = [
977 "bytes 1.7.2",
978 "futures-sink",
979 "futures-util",
980 "memchr",
981 "pin-project-lite",
982]
983
984[[package]]
985name = "atoi"
986version = "2.0.0"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
989dependencies = [
990 "num-traits",
991]
992
993[[package]]
994name = "atomic"
995version = "0.5.3"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
998
999[[package]]
1000name = "atomic-waker"
1001version = "1.1.2"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1004
1005[[package]]
1006name = "audio"
1007version = "0.1.0"
1008dependencies = [
1009 "anyhow",
1010 "collections",
1011 "derive_more",
1012 "gpui",
1013 "parking_lot",
1014 "rodio",
1015 "util",
1016]
1017
1018[[package]]
1019name = "auto_update"
1020version = "0.1.0"
1021dependencies = [
1022 "anyhow",
1023 "client",
1024 "db",
1025 "editor",
1026 "gpui",
1027 "http_client",
1028 "log",
1029 "markdown_preview",
1030 "menu",
1031 "paths",
1032 "release_channel",
1033 "schemars",
1034 "serde",
1035 "serde_derive",
1036 "serde_json",
1037 "settings",
1038 "smol",
1039 "tempfile",
1040 "util",
1041 "which 6.0.3",
1042 "workspace",
1043]
1044
1045[[package]]
1046name = "autocfg"
1047version = "1.3.0"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
1050
1051[[package]]
1052name = "av1-grain"
1053version = "0.2.3"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1056dependencies = [
1057 "anyhow",
1058 "arrayvec",
1059 "log",
1060 "nom",
1061 "num-rational",
1062 "v_frame",
1063]
1064
1065[[package]]
1066name = "avif-serialize"
1067version = "0.8.1"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
1070dependencies = [
1071 "arrayvec",
1072]
1073
1074[[package]]
1075name = "aws-config"
1076version = "1.5.5"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "4e95816a168520d72c0e7680c405a5a8c1fb6a035b4bc4b9d7b0de8e1a941697"
1079dependencies = [
1080 "aws-credential-types",
1081 "aws-runtime",
1082 "aws-sdk-sso",
1083 "aws-sdk-ssooidc",
1084 "aws-sdk-sts",
1085 "aws-smithy-async",
1086 "aws-smithy-http",
1087 "aws-smithy-json",
1088 "aws-smithy-runtime",
1089 "aws-smithy-runtime-api",
1090 "aws-smithy-types",
1091 "aws-types",
1092 "bytes 1.7.2",
1093 "fastrand 2.1.1",
1094 "hex",
1095 "http 0.2.12",
1096 "ring",
1097 "time",
1098 "tokio",
1099 "tracing",
1100 "url",
1101 "zeroize",
1102]
1103
1104[[package]]
1105name = "aws-credential-types"
1106version = "1.2.1"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1109dependencies = [
1110 "aws-smithy-async",
1111 "aws-smithy-runtime-api",
1112 "aws-smithy-types",
1113 "zeroize",
1114]
1115
1116[[package]]
1117name = "aws-runtime"
1118version = "1.4.3"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468"
1121dependencies = [
1122 "aws-credential-types",
1123 "aws-sigv4",
1124 "aws-smithy-async",
1125 "aws-smithy-eventstream",
1126 "aws-smithy-http",
1127 "aws-smithy-runtime",
1128 "aws-smithy-runtime-api",
1129 "aws-smithy-types",
1130 "aws-types",
1131 "bytes 1.7.2",
1132 "fastrand 2.1.1",
1133 "http 0.2.12",
1134 "http-body 0.4.6",
1135 "once_cell",
1136 "percent-encoding",
1137 "pin-project-lite",
1138 "tracing",
1139 "uuid",
1140]
1141
1142[[package]]
1143name = "aws-sdk-kinesis"
1144version = "1.51.0"
1145source = "registry+https://github.com/rust-lang/crates.io-index"
1146checksum = "ad48026d3d53881146469b36358d633f1b8c9ad6eb3033f348600f981f2f449b"
1147dependencies = [
1148 "aws-credential-types",
1149 "aws-runtime",
1150 "aws-smithy-async",
1151 "aws-smithy-http",
1152 "aws-smithy-json",
1153 "aws-smithy-runtime",
1154 "aws-smithy-runtime-api",
1155 "aws-smithy-types",
1156 "aws-types",
1157 "bytes 1.7.2",
1158 "http 0.2.12",
1159 "once_cell",
1160 "regex-lite",
1161 "tracing",
1162]
1163
1164[[package]]
1165name = "aws-sdk-s3"
1166version = "1.47.0"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "cca49303c05d2a740b8a4552fac63a4db6ead84f7e7eeed04761fd3014c26f25"
1169dependencies = [
1170 "ahash 0.8.11",
1171 "aws-credential-types",
1172 "aws-runtime",
1173 "aws-sigv4",
1174 "aws-smithy-async",
1175 "aws-smithy-checksums",
1176 "aws-smithy-eventstream",
1177 "aws-smithy-http",
1178 "aws-smithy-json",
1179 "aws-smithy-runtime",
1180 "aws-smithy-runtime-api",
1181 "aws-smithy-types",
1182 "aws-smithy-xml",
1183 "aws-types",
1184 "bytes 1.7.2",
1185 "fastrand 2.1.1",
1186 "hex",
1187 "hmac",
1188 "http 0.2.12",
1189 "http-body 0.4.6",
1190 "lru",
1191 "once_cell",
1192 "percent-encoding",
1193 "regex-lite",
1194 "sha2",
1195 "tracing",
1196 "url",
1197]
1198
1199[[package]]
1200name = "aws-sdk-sso"
1201version = "1.40.0"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "e5879bec6e74b648ce12f6085e7245417bc5f6d672781028384d2e494be3eb6d"
1204dependencies = [
1205 "aws-credential-types",
1206 "aws-runtime",
1207 "aws-smithy-async",
1208 "aws-smithy-http",
1209 "aws-smithy-json",
1210 "aws-smithy-runtime",
1211 "aws-smithy-runtime-api",
1212 "aws-smithy-types",
1213 "aws-types",
1214 "bytes 1.7.2",
1215 "http 0.2.12",
1216 "once_cell",
1217 "regex-lite",
1218 "tracing",
1219]
1220
1221[[package]]
1222name = "aws-sdk-ssooidc"
1223version = "1.41.0"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "4ef4cd9362f638c22a3b959fd8df292e7e47fdf170270f86246b97109b5f2f7d"
1226dependencies = [
1227 "aws-credential-types",
1228 "aws-runtime",
1229 "aws-smithy-async",
1230 "aws-smithy-http",
1231 "aws-smithy-json",
1232 "aws-smithy-runtime",
1233 "aws-smithy-runtime-api",
1234 "aws-smithy-types",
1235 "aws-types",
1236 "bytes 1.7.2",
1237 "http 0.2.12",
1238 "once_cell",
1239 "regex-lite",
1240 "tracing",
1241]
1242
1243[[package]]
1244name = "aws-sdk-sts"
1245version = "1.40.0"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "0b1e2735d2ab28b35ecbb5496c9d41857f52a0d6a0075bbf6a8af306045ea6f6"
1248dependencies = [
1249 "aws-credential-types",
1250 "aws-runtime",
1251 "aws-smithy-async",
1252 "aws-smithy-http",
1253 "aws-smithy-json",
1254 "aws-smithy-query",
1255 "aws-smithy-runtime",
1256 "aws-smithy-runtime-api",
1257 "aws-smithy-types",
1258 "aws-smithy-xml",
1259 "aws-types",
1260 "http 0.2.12",
1261 "once_cell",
1262 "regex-lite",
1263 "tracing",
1264]
1265
1266[[package]]
1267name = "aws-sigv4"
1268version = "1.2.5"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "5619742a0d8f253be760bfbb8e8e8368c69e3587e4637af5754e488a611499b1"
1271dependencies = [
1272 "aws-credential-types",
1273 "aws-smithy-eventstream",
1274 "aws-smithy-http",
1275 "aws-smithy-runtime-api",
1276 "aws-smithy-types",
1277 "bytes 1.7.2",
1278 "crypto-bigint 0.5.5",
1279 "form_urlencoded",
1280 "hex",
1281 "hmac",
1282 "http 0.2.12",
1283 "http 1.1.0",
1284 "once_cell",
1285 "p256",
1286 "percent-encoding",
1287 "ring",
1288 "sha2",
1289 "subtle",
1290 "time",
1291 "tracing",
1292 "zeroize",
1293]
1294
1295[[package]]
1296name = "aws-smithy-async"
1297version = "1.2.1"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
1300dependencies = [
1301 "futures-util",
1302 "pin-project-lite",
1303 "tokio",
1304]
1305
1306[[package]]
1307name = "aws-smithy-checksums"
1308version = "0.60.12"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23"
1311dependencies = [
1312 "aws-smithy-http",
1313 "aws-smithy-types",
1314 "bytes 1.7.2",
1315 "crc32c",
1316 "crc32fast",
1317 "hex",
1318 "http 0.2.12",
1319 "http-body 0.4.6",
1320 "md-5",
1321 "pin-project-lite",
1322 "sha1",
1323 "sha2",
1324 "tracing",
1325]
1326
1327[[package]]
1328name = "aws-smithy-eventstream"
1329version = "0.60.5"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
1332dependencies = [
1333 "aws-smithy-types",
1334 "bytes 1.7.2",
1335 "crc32fast",
1336]
1337
1338[[package]]
1339name = "aws-smithy-http"
1340version = "0.60.11"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
1343dependencies = [
1344 "aws-smithy-eventstream",
1345 "aws-smithy-runtime-api",
1346 "aws-smithy-types",
1347 "bytes 1.7.2",
1348 "bytes-utils",
1349 "futures-core",
1350 "http 0.2.12",
1351 "http-body 0.4.6",
1352 "once_cell",
1353 "percent-encoding",
1354 "pin-project-lite",
1355 "pin-utils",
1356 "tracing",
1357]
1358
1359[[package]]
1360name = "aws-smithy-json"
1361version = "0.60.7"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
1364dependencies = [
1365 "aws-smithy-types",
1366]
1367
1368[[package]]
1369name = "aws-smithy-query"
1370version = "0.60.7"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1373dependencies = [
1374 "aws-smithy-types",
1375 "urlencoding",
1376]
1377
1378[[package]]
1379name = "aws-smithy-runtime"
1380version = "1.7.3"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "be28bd063fa91fd871d131fc8b68d7cd4c5fa0869bea68daca50dcb1cbd76be2"
1383dependencies = [
1384 "aws-smithy-async",
1385 "aws-smithy-http",
1386 "aws-smithy-runtime-api",
1387 "aws-smithy-types",
1388 "bytes 1.7.2",
1389 "fastrand 2.1.1",
1390 "h2 0.3.26",
1391 "http 0.2.12",
1392 "http-body 0.4.6",
1393 "http-body 1.0.1",
1394 "httparse",
1395 "hyper 0.14.31",
1396 "hyper-rustls 0.24.2",
1397 "once_cell",
1398 "pin-project-lite",
1399 "pin-utils",
1400 "rustls 0.21.12",
1401 "tokio",
1402 "tracing",
1403]
1404
1405[[package]]
1406name = "aws-smithy-runtime-api"
1407version = "1.7.3"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1410dependencies = [
1411 "aws-smithy-async",
1412 "aws-smithy-types",
1413 "bytes 1.7.2",
1414 "http 0.2.12",
1415 "http 1.1.0",
1416 "pin-project-lite",
1417 "tokio",
1418 "tracing",
1419 "zeroize",
1420]
1421
1422[[package]]
1423name = "aws-smithy-types"
1424version = "1.2.9"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "4fbd94a32b3a7d55d3806fe27d98d3ad393050439dd05eb53ece36ec5e3d3510"
1427dependencies = [
1428 "base64-simd",
1429 "bytes 1.7.2",
1430 "bytes-utils",
1431 "futures-core",
1432 "http 0.2.12",
1433 "http 1.1.0",
1434 "http-body 0.4.6",
1435 "http-body 1.0.1",
1436 "http-body-util",
1437 "itoa",
1438 "num-integer",
1439 "pin-project-lite",
1440 "pin-utils",
1441 "ryu",
1442 "serde",
1443 "time",
1444 "tokio",
1445 "tokio-util",
1446]
1447
1448[[package]]
1449name = "aws-smithy-xml"
1450version = "0.60.8"
1451source = "registry+https://github.com/rust-lang/crates.io-index"
1452checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
1453dependencies = [
1454 "xmlparser",
1455]
1456
1457[[package]]
1458name = "aws-types"
1459version = "1.3.3"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1462dependencies = [
1463 "aws-credential-types",
1464 "aws-smithy-async",
1465 "aws-smithy-runtime-api",
1466 "aws-smithy-types",
1467 "rustc_version",
1468 "tracing",
1469]
1470
1471[[package]]
1472name = "axum"
1473version = "0.6.20"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1476dependencies = [
1477 "async-trait",
1478 "axum-core",
1479 "base64 0.21.7",
1480 "bitflags 1.3.2",
1481 "bytes 1.7.2",
1482 "futures-util",
1483 "headers",
1484 "http 0.2.12",
1485 "http-body 0.4.6",
1486 "hyper 0.14.31",
1487 "itoa",
1488 "matchit",
1489 "memchr",
1490 "mime",
1491 "percent-encoding",
1492 "pin-project-lite",
1493 "rustversion",
1494 "serde",
1495 "serde_json",
1496 "serde_path_to_error",
1497 "serde_urlencoded",
1498 "sha1",
1499 "sync_wrapper 0.1.2",
1500 "tokio",
1501 "tokio-tungstenite 0.20.1",
1502 "tower",
1503 "tower-layer",
1504 "tower-service",
1505]
1506
1507[[package]]
1508name = "axum-core"
1509version = "0.3.4"
1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1512dependencies = [
1513 "async-trait",
1514 "bytes 1.7.2",
1515 "futures-util",
1516 "http 0.2.12",
1517 "http-body 0.4.6",
1518 "mime",
1519 "rustversion",
1520 "tower-layer",
1521 "tower-service",
1522]
1523
1524[[package]]
1525name = "axum-extra"
1526version = "0.4.2"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1529dependencies = [
1530 "axum",
1531 "bytes 1.7.2",
1532 "futures-util",
1533 "http 0.2.12",
1534 "mime",
1535 "pin-project-lite",
1536 "serde",
1537 "serde_json",
1538 "tokio",
1539 "tower",
1540 "tower-http 0.3.5",
1541 "tower-layer",
1542 "tower-service",
1543]
1544
1545[[package]]
1546name = "backtrace"
1547version = "0.3.74"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1550dependencies = [
1551 "addr2line",
1552 "cfg-if",
1553 "libc",
1554 "miniz_oxide 0.8.0",
1555 "object",
1556 "rustc-demangle",
1557 "windows-targets 0.52.6",
1558]
1559
1560[[package]]
1561name = "base16ct"
1562version = "0.1.1"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1565
1566[[package]]
1567name = "base64"
1568version = "0.13.1"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1571
1572[[package]]
1573name = "base64"
1574version = "0.21.7"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1577
1578[[package]]
1579name = "base64"
1580version = "0.22.1"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1583
1584[[package]]
1585name = "base64-simd"
1586version = "0.8.0"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1589dependencies = [
1590 "outref",
1591 "vsimd",
1592]
1593
1594[[package]]
1595name = "base64ct"
1596version = "1.6.0"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1599
1600[[package]]
1601name = "bigdecimal"
1602version = "0.4.5"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee"
1605dependencies = [
1606 "autocfg",
1607 "libm",
1608 "num-bigint",
1609 "num-integer",
1610 "num-traits",
1611 "serde",
1612]
1613
1614[[package]]
1615name = "bincode"
1616version = "1.3.3"
1617source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1619dependencies = [
1620 "serde",
1621]
1622
1623[[package]]
1624name = "bindgen"
1625version = "0.69.4"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
1628dependencies = [
1629 "bitflags 2.6.0",
1630 "cexpr",
1631 "clang-sys",
1632 "itertools 0.12.1",
1633 "lazy_static",
1634 "lazycell",
1635 "proc-macro2",
1636 "quote",
1637 "regex",
1638 "rustc-hash 1.1.0",
1639 "shlex",
1640 "syn 2.0.87",
1641]
1642
1643[[package]]
1644name = "bindgen"
1645version = "0.70.1"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1648dependencies = [
1649 "bitflags 2.6.0",
1650 "cexpr",
1651 "clang-sys",
1652 "itertools 0.13.0",
1653 "log",
1654 "prettyplease",
1655 "proc-macro2",
1656 "quote",
1657 "regex",
1658 "rustc-hash 1.1.0",
1659 "shlex",
1660 "syn 2.0.87",
1661]
1662
1663[[package]]
1664name = "bit-set"
1665version = "0.5.3"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1668dependencies = [
1669 "bit-vec 0.6.3",
1670]
1671
1672[[package]]
1673name = "bit-set"
1674version = "0.6.0"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
1677dependencies = [
1678 "bit-vec 0.7.0",
1679]
1680
1681[[package]]
1682name = "bit-set"
1683version = "0.8.0"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1686dependencies = [
1687 "bit-vec 0.8.0",
1688]
1689
1690[[package]]
1691name = "bit-vec"
1692version = "0.6.3"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1695
1696[[package]]
1697name = "bit-vec"
1698version = "0.7.0"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
1701
1702[[package]]
1703name = "bit-vec"
1704version = "0.8.0"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1707
1708[[package]]
1709name = "bit_field"
1710version = "0.10.2"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1713
1714[[package]]
1715name = "bitflags"
1716version = "1.3.2"
1717source = "registry+https://github.com/rust-lang/crates.io-index"
1718checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1719
1720[[package]]
1721name = "bitflags"
1722version = "2.6.0"
1723source = "registry+https://github.com/rust-lang/crates.io-index"
1724checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1725dependencies = [
1726 "serde",
1727]
1728
1729[[package]]
1730name = "bitstream-io"
1731version = "2.5.3"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452"
1734
1735[[package]]
1736name = "bitvec"
1737version = "1.0.1"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1740dependencies = [
1741 "funty",
1742 "radium",
1743 "tap",
1744 "wyz",
1745]
1746
1747[[package]]
1748name = "blade-graphics"
1749version = "0.5.0"
1750source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1751dependencies = [
1752 "ash",
1753 "ash-window",
1754 "bitflags 2.6.0",
1755 "block",
1756 "bytemuck",
1757 "codespan-reporting",
1758 "core-graphics-types 0.1.3",
1759 "glow",
1760 "gpu-alloc",
1761 "gpu-alloc-ash",
1762 "hidden-trait",
1763 "js-sys",
1764 "khronos-egl",
1765 "libloading",
1766 "log",
1767 "metal",
1768 "mint",
1769 "naga",
1770 "objc",
1771 "raw-window-handle",
1772 "slab",
1773 "wasm-bindgen",
1774 "web-sys",
1775]
1776
1777[[package]]
1778name = "blade-macros"
1779version = "0.3.0"
1780source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1781dependencies = [
1782 "proc-macro2",
1783 "quote",
1784 "syn 2.0.87",
1785]
1786
1787[[package]]
1788name = "blade-util"
1789version = "0.1.0"
1790source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1791dependencies = [
1792 "blade-graphics",
1793 "bytemuck",
1794 "log",
1795 "profiling",
1796]
1797
1798[[package]]
1799name = "blake3"
1800version = "1.5.4"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
1803dependencies = [
1804 "arrayref",
1805 "arrayvec",
1806 "cc",
1807 "cfg-if",
1808 "constant_time_eq 0.3.1",
1809]
1810
1811[[package]]
1812name = "block"
1813version = "0.1.6"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1816
1817[[package]]
1818name = "block-buffer"
1819version = "0.10.4"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1822dependencies = [
1823 "generic-array",
1824]
1825
1826[[package]]
1827name = "block-padding"
1828version = "0.3.3"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1831dependencies = [
1832 "generic-array",
1833]
1834
1835[[package]]
1836name = "blocking"
1837version = "1.6.1"
1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1840dependencies = [
1841 "async-channel 2.3.1",
1842 "async-task",
1843 "futures-io",
1844 "futures-lite 2.3.0",
1845 "piper",
1846]
1847
1848[[package]]
1849name = "borsh"
1850version = "1.5.1"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
1853dependencies = [
1854 "borsh-derive",
1855 "cfg_aliases 0.2.1",
1856]
1857
1858[[package]]
1859name = "borsh-derive"
1860version = "1.5.1"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
1863dependencies = [
1864 "once_cell",
1865 "proc-macro-crate",
1866 "proc-macro2",
1867 "quote",
1868 "syn 2.0.87",
1869 "syn_derive",
1870]
1871
1872[[package]]
1873name = "breadcrumbs"
1874version = "0.1.0"
1875dependencies = [
1876 "editor",
1877 "gpui",
1878 "itertools 0.13.0",
1879 "outline",
1880 "theme",
1881 "ui",
1882 "workspace",
1883]
1884
1885[[package]]
1886name = "bstr"
1887version = "1.10.0"
1888source = "registry+https://github.com/rust-lang/crates.io-index"
1889checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
1890dependencies = [
1891 "memchr",
1892 "regex-automata 0.4.7",
1893 "serde",
1894]
1895
1896[[package]]
1897name = "built"
1898version = "0.7.4"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4"
1901
1902[[package]]
1903name = "bumpalo"
1904version = "3.16.0"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1907
1908[[package]]
1909name = "by_address"
1910version = "1.2.1"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1913
1914[[package]]
1915name = "bytecheck"
1916version = "0.6.12"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1919dependencies = [
1920 "bytecheck_derive",
1921 "ptr_meta",
1922 "simdutf8",
1923]
1924
1925[[package]]
1926name = "bytecheck_derive"
1927version = "0.6.12"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1930dependencies = [
1931 "proc-macro2",
1932 "quote",
1933 "syn 1.0.109",
1934]
1935
1936[[package]]
1937name = "bytemuck"
1938version = "1.17.1"
1939source = "registry+https://github.com/rust-lang/crates.io-index"
1940checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2"
1941dependencies = [
1942 "bytemuck_derive",
1943]
1944
1945[[package]]
1946name = "bytemuck_derive"
1947version = "1.7.1"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26"
1950dependencies = [
1951 "proc-macro2",
1952 "quote",
1953 "syn 2.0.87",
1954]
1955
1956[[package]]
1957name = "byteorder"
1958version = "1.5.0"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1961
1962[[package]]
1963name = "byteorder-lite"
1964version = "0.1.0"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1967
1968[[package]]
1969name = "bytes"
1970version = "0.4.12"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1973dependencies = [
1974 "byteorder",
1975 "iovec",
1976]
1977
1978[[package]]
1979name = "bytes"
1980version = "1.7.2"
1981source = "registry+https://github.com/rust-lang/crates.io-index"
1982checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
1983
1984[[package]]
1985name = "bytes-utils"
1986version = "0.1.4"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1989dependencies = [
1990 "bytes 1.7.2",
1991 "either",
1992]
1993
1994[[package]]
1995name = "bzip2"
1996version = "0.4.4"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
1999dependencies = [
2000 "bzip2-sys",
2001 "libc",
2002]
2003
2004[[package]]
2005name = "bzip2-sys"
2006version = "0.1.11+1.0.8"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2009dependencies = [
2010 "cc",
2011 "libc",
2012 "pkg-config",
2013]
2014
2015[[package]]
2016name = "call"
2017version = "0.1.0"
2018dependencies = [
2019 "anyhow",
2020 "audio",
2021 "client",
2022 "collections",
2023 "feature_flags",
2024 "fs",
2025 "futures 0.3.30",
2026 "gpui",
2027 "http_client",
2028 "language",
2029 "live_kit_client",
2030 "log",
2031 "postage",
2032 "project",
2033 "schemars",
2034 "serde",
2035 "serde_derive",
2036 "settings",
2037 "util",
2038]
2039
2040[[package]]
2041name = "calloop"
2042version = "0.13.0"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2045dependencies = [
2046 "bitflags 2.6.0",
2047 "log",
2048 "polling 3.7.3",
2049 "rustix 0.38.35",
2050 "slab",
2051 "thiserror",
2052]
2053
2054[[package]]
2055name = "calloop-wayland-source"
2056version = "0.3.0"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2059dependencies = [
2060 "calloop",
2061 "rustix 0.38.35",
2062 "wayland-backend",
2063 "wayland-client",
2064]
2065
2066[[package]]
2067name = "camino"
2068version = "1.1.9"
2069source = "registry+https://github.com/rust-lang/crates.io-index"
2070checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2071dependencies = [
2072 "serde",
2073]
2074
2075[[package]]
2076name = "cap-fs-ext"
2077version = "3.2.0"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "eb23061fc1c4ead4e45ca713080fe768e6234e959f5a5c399c39eb41aa34e56e"
2080dependencies = [
2081 "cap-primitives",
2082 "cap-std",
2083 "io-lifetimes 2.0.3",
2084 "windows-sys 0.52.0",
2085]
2086
2087[[package]]
2088name = "cap-net-ext"
2089version = "3.2.0"
2090source = "registry+https://github.com/rust-lang/crates.io-index"
2091checksum = "f83ae11f116bcbafc5327c6af250341db96b5930046732e1905f7dc65887e0e1"
2092dependencies = [
2093 "cap-primitives",
2094 "cap-std",
2095 "rustix 0.38.35",
2096 "smallvec",
2097]
2098
2099[[package]]
2100name = "cap-primitives"
2101version = "3.2.0"
2102source = "registry+https://github.com/rust-lang/crates.io-index"
2103checksum = "6d00bd8d26c4270d950eaaa837387964a2089a1c3c349a690a1fa03221d29531"
2104dependencies = [
2105 "ambient-authority",
2106 "fs-set-times",
2107 "io-extras",
2108 "io-lifetimes 2.0.3",
2109 "ipnet",
2110 "maybe-owned",
2111 "rustix 0.38.35",
2112 "windows-sys 0.52.0",
2113 "winx",
2114]
2115
2116[[package]]
2117name = "cap-rand"
2118version = "3.2.0"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "dbcb16a619d8b8211ed61f42bd290d2a1ac71277a69cf8417ec0996fa92f5211"
2121dependencies = [
2122 "ambient-authority",
2123 "rand 0.8.5",
2124]
2125
2126[[package]]
2127name = "cap-std"
2128version = "3.2.0"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "19eb8e3d71996828751c1ed3908a439639752ac6bdc874e41469ef7fc15fbd7f"
2131dependencies = [
2132 "cap-primitives",
2133 "io-extras",
2134 "io-lifetimes 2.0.3",
2135 "rustix 0.38.35",
2136]
2137
2138[[package]]
2139name = "cap-time-ext"
2140version = "3.2.0"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "61142dc51e25b7acc970ca578ce2c3695eac22bbba46c1073f5f583e78957725"
2143dependencies = [
2144 "ambient-authority",
2145 "cap-primitives",
2146 "iana-time-zone",
2147 "once_cell",
2148 "rustix 0.38.35",
2149 "winx",
2150]
2151
2152[[package]]
2153name = "cargo-platform"
2154version = "0.1.8"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2157dependencies = [
2158 "serde",
2159]
2160
2161[[package]]
2162name = "cargo_metadata"
2163version = "0.18.1"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
2166dependencies = [
2167 "camino",
2168 "cargo-platform",
2169 "semver",
2170 "serde",
2171 "serde_json",
2172 "thiserror",
2173]
2174
2175[[package]]
2176name = "cargo_toml"
2177version = "0.20.5"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "88da5a13c620b4ca0078845707ea9c3faf11edbc3ffd8497d11d686211cd1ac0"
2180dependencies = [
2181 "serde",
2182 "toml 0.8.19",
2183]
2184
2185[[package]]
2186name = "cast"
2187version = "0.3.0"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2190
2191[[package]]
2192name = "cbc"
2193version = "0.1.2"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2196dependencies = [
2197 "cipher",
2198]
2199
2200[[package]]
2201name = "cbindgen"
2202version = "0.27.0"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2205dependencies = [
2206 "heck 0.4.1",
2207 "indexmap 2.4.0",
2208 "log",
2209 "proc-macro2",
2210 "quote",
2211 "serde",
2212 "serde_json",
2213 "syn 2.0.87",
2214 "tempfile",
2215 "toml 0.8.19",
2216]
2217
2218[[package]]
2219name = "cc"
2220version = "1.1.15"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
2223dependencies = [
2224 "jobserver",
2225 "libc",
2226 "shlex",
2227]
2228
2229[[package]]
2230name = "cesu8"
2231version = "1.1.0"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2234
2235[[package]]
2236name = "cexpr"
2237version = "0.6.0"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2240dependencies = [
2241 "nom",
2242]
2243
2244[[package]]
2245name = "cfg-expr"
2246version = "0.15.8"
2247source = "registry+https://github.com/rust-lang/crates.io-index"
2248checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2249dependencies = [
2250 "smallvec",
2251 "target-lexicon",
2252]
2253
2254[[package]]
2255name = "cfg-if"
2256version = "1.0.0"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2259
2260[[package]]
2261name = "cfg_aliases"
2262version = "0.1.1"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2265
2266[[package]]
2267name = "cfg_aliases"
2268version = "0.2.1"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2271
2272[[package]]
2273name = "channel"
2274version = "0.1.0"
2275dependencies = [
2276 "anyhow",
2277 "client",
2278 "clock",
2279 "collections",
2280 "futures 0.3.30",
2281 "gpui",
2282 "http_client",
2283 "language",
2284 "log",
2285 "rand 0.8.5",
2286 "release_channel",
2287 "rpc",
2288 "settings",
2289 "sum_tree",
2290 "text",
2291 "time",
2292 "util",
2293]
2294
2295[[package]]
2296name = "chrono"
2297version = "0.4.38"
2298source = "registry+https://github.com/rust-lang/crates.io-index"
2299checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2300dependencies = [
2301 "android-tzdata",
2302 "iana-time-zone",
2303 "js-sys",
2304 "num-traits",
2305 "serde",
2306 "wasm-bindgen",
2307 "windows-targets 0.52.6",
2308]
2309
2310[[package]]
2311name = "chunked_transfer"
2312version = "1.5.0"
2313source = "registry+https://github.com/rust-lang/crates.io-index"
2314checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2315
2316[[package]]
2317name = "ciborium"
2318version = "0.2.2"
2319source = "registry+https://github.com/rust-lang/crates.io-index"
2320checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2321dependencies = [
2322 "ciborium-io",
2323 "ciborium-ll",
2324 "serde",
2325]
2326
2327[[package]]
2328name = "ciborium-io"
2329version = "0.2.2"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2332
2333[[package]]
2334name = "ciborium-ll"
2335version = "0.2.2"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2338dependencies = [
2339 "ciborium-io",
2340 "half",
2341]
2342
2343[[package]]
2344name = "cipher"
2345version = "0.4.4"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2348dependencies = [
2349 "crypto-common",
2350 "inout",
2351 "zeroize",
2352]
2353
2354[[package]]
2355name = "clang-sys"
2356version = "1.8.1"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2359dependencies = [
2360 "glob",
2361 "libc",
2362 "libloading",
2363]
2364
2365[[package]]
2366name = "clap"
2367version = "4.5.21"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
2370dependencies = [
2371 "clap_builder",
2372 "clap_derive",
2373]
2374
2375[[package]]
2376name = "clap_builder"
2377version = "4.5.21"
2378source = "registry+https://github.com/rust-lang/crates.io-index"
2379checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
2380dependencies = [
2381 "anstream",
2382 "anstyle",
2383 "clap_lex",
2384 "strsim",
2385 "terminal_size",
2386]
2387
2388[[package]]
2389name = "clap_complete"
2390version = "4.5.24"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b"
2393dependencies = [
2394 "clap",
2395]
2396
2397[[package]]
2398name = "clap_derive"
2399version = "4.5.18"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2402dependencies = [
2403 "heck 0.5.0",
2404 "proc-macro2",
2405 "quote",
2406 "syn 2.0.87",
2407]
2408
2409[[package]]
2410name = "clap_lex"
2411version = "0.7.2"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2414
2415[[package]]
2416name = "cli"
2417version = "0.1.0"
2418dependencies = [
2419 "anyhow",
2420 "clap",
2421 "collections",
2422 "core-foundation 0.9.4",
2423 "core-services",
2424 "exec",
2425 "fork",
2426 "ipc-channel",
2427 "once_cell",
2428 "parking_lot",
2429 "paths",
2430 "plist",
2431 "release_channel",
2432 "serde",
2433 "tempfile",
2434 "util",
2435]
2436
2437[[package]]
2438name = "clickhouse"
2439version = "0.11.6"
2440source = "registry+https://github.com/rust-lang/crates.io-index"
2441checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
2442dependencies = [
2443 "bstr",
2444 "bytes 1.7.2",
2445 "clickhouse-derive",
2446 "clickhouse-rs-cityhash-sys",
2447 "futures 0.3.30",
2448 "hyper 0.14.31",
2449 "hyper-tls",
2450 "lz4",
2451 "sealed",
2452 "serde",
2453 "static_assertions",
2454 "thiserror",
2455 "tokio",
2456 "url",
2457]
2458
2459[[package]]
2460name = "clickhouse-derive"
2461version = "0.1.1"
2462source = "registry+https://github.com/rust-lang/crates.io-index"
2463checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
2464dependencies = [
2465 "proc-macro2",
2466 "quote",
2467 "serde_derive_internals 0.26.0",
2468 "syn 1.0.109",
2469]
2470
2471[[package]]
2472name = "clickhouse-rs-cityhash-sys"
2473version = "0.1.2"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
2476dependencies = [
2477 "cc",
2478]
2479
2480[[package]]
2481name = "client"
2482version = "0.1.0"
2483dependencies = [
2484 "anyhow",
2485 "async-native-tls",
2486 "async-recursion 0.3.2",
2487 "async-tungstenite 0.28.0",
2488 "chrono",
2489 "clock",
2490 "cocoa 0.26.0",
2491 "collections",
2492 "feature_flags",
2493 "futures 0.3.30",
2494 "gpui",
2495 "http_client",
2496 "log",
2497 "once_cell",
2498 "parking_lot",
2499 "paths",
2500 "postage",
2501 "rand 0.8.5",
2502 "release_channel",
2503 "rpc",
2504 "rustls 0.21.12",
2505 "rustls-native-certs 0.8.0",
2506 "schemars",
2507 "serde",
2508 "serde_json",
2509 "settings",
2510 "sha2",
2511 "smol",
2512 "sysinfo",
2513 "telemetry_events",
2514 "text",
2515 "thiserror",
2516 "time",
2517 "tiny_http",
2518 "tokio-socks",
2519 "url",
2520 "util",
2521 "windows 0.58.0",
2522 "worktree",
2523]
2524
2525[[package]]
2526name = "clock"
2527version = "0.1.0"
2528dependencies = [
2529 "chrono",
2530 "parking_lot",
2531 "serde",
2532 "smallvec",
2533]
2534
2535[[package]]
2536name = "cobs"
2537version = "0.2.3"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2540
2541[[package]]
2542name = "cocoa"
2543version = "0.25.0"
2544source = "registry+https://github.com/rust-lang/crates.io-index"
2545checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2546dependencies = [
2547 "bitflags 1.3.2",
2548 "block",
2549 "cocoa-foundation 0.1.2",
2550 "core-foundation 0.9.4",
2551 "core-graphics 0.23.2",
2552 "foreign-types 0.5.0",
2553 "libc",
2554 "objc",
2555]
2556
2557[[package]]
2558name = "cocoa"
2559version = "0.26.0"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2562dependencies = [
2563 "bitflags 2.6.0",
2564 "block",
2565 "cocoa-foundation 0.2.0",
2566 "core-foundation 0.10.0",
2567 "core-graphics 0.24.0",
2568 "foreign-types 0.5.0",
2569 "libc",
2570 "objc",
2571]
2572
2573[[package]]
2574name = "cocoa-foundation"
2575version = "0.1.2"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2578dependencies = [
2579 "bitflags 1.3.2",
2580 "block",
2581 "core-foundation 0.9.4",
2582 "core-graphics-types 0.1.3",
2583 "libc",
2584 "objc",
2585]
2586
2587[[package]]
2588name = "cocoa-foundation"
2589version = "0.2.0"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2592dependencies = [
2593 "bitflags 2.6.0",
2594 "block",
2595 "core-foundation 0.10.0",
2596 "core-graphics-types 0.2.0",
2597 "libc",
2598 "objc",
2599]
2600
2601[[package]]
2602name = "codespan-reporting"
2603version = "0.11.1"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2606dependencies = [
2607 "termcolor",
2608 "unicode-width",
2609]
2610
2611[[package]]
2612name = "collab"
2613version = "0.44.0"
2614dependencies = [
2615 "anthropic",
2616 "anyhow",
2617 "assistant",
2618 "async-stripe",
2619 "async-trait",
2620 "async-tungstenite 0.28.0",
2621 "audio",
2622 "aws-config",
2623 "aws-sdk-kinesis",
2624 "aws-sdk-s3",
2625 "axum",
2626 "axum-extra",
2627 "base64 0.22.1",
2628 "call",
2629 "channel",
2630 "chrono",
2631 "clickhouse",
2632 "client",
2633 "clock",
2634 "collab_ui",
2635 "collections",
2636 "context_servers",
2637 "ctor",
2638 "dashmap 6.0.1",
2639 "derive_more",
2640 "editor",
2641 "env_logger 0.11.5",
2642 "envy",
2643 "file_finder",
2644 "fs",
2645 "futures 0.3.30",
2646 "git",
2647 "git_hosting_providers",
2648 "google_ai",
2649 "gpui",
2650 "hex",
2651 "http_client",
2652 "hyper 0.14.31",
2653 "indoc",
2654 "jsonwebtoken",
2655 "language",
2656 "language_model",
2657 "live_kit_client",
2658 "live_kit_server",
2659 "log",
2660 "lsp",
2661 "menu",
2662 "multi_buffer",
2663 "nanoid",
2664 "node_runtime",
2665 "notifications",
2666 "open_ai",
2667 "parking_lot",
2668 "pretty_assertions",
2669 "project",
2670 "prometheus",
2671 "prost 0.9.0",
2672 "rand 0.8.5",
2673 "recent_projects",
2674 "release_channel",
2675 "remote",
2676 "remote_server",
2677 "reqwest 0.11.27",
2678 "reqwest_client",
2679 "rpc",
2680 "rustc-demangle",
2681 "scrypt",
2682 "sea-orm",
2683 "semantic_version",
2684 "semver",
2685 "serde",
2686 "serde_derive",
2687 "serde_json",
2688 "session",
2689 "settings",
2690 "sha2",
2691 "sqlx",
2692 "strum 0.25.0",
2693 "subtle",
2694 "supermaven_api",
2695 "telemetry_events",
2696 "text",
2697 "theme",
2698 "thiserror",
2699 "time",
2700 "tokio",
2701 "toml 0.8.19",
2702 "tower",
2703 "tower-http 0.4.4",
2704 "tracing",
2705 "tracing-subscriber",
2706 "unindent",
2707 "util",
2708 "uuid",
2709 "workspace",
2710 "worktree",
2711]
2712
2713[[package]]
2714name = "collab_ui"
2715version = "0.1.0"
2716dependencies = [
2717 "anyhow",
2718 "call",
2719 "channel",
2720 "chrono",
2721 "client",
2722 "collections",
2723 "db",
2724 "editor",
2725 "emojis",
2726 "futures 0.3.30",
2727 "fuzzy",
2728 "gpui",
2729 "http_client",
2730 "language",
2731 "menu",
2732 "notifications",
2733 "parking_lot",
2734 "picker",
2735 "pretty_assertions",
2736 "project",
2737 "release_channel",
2738 "rich_text",
2739 "rpc",
2740 "schemars",
2741 "serde",
2742 "serde_derive",
2743 "serde_json",
2744 "settings",
2745 "smallvec",
2746 "story",
2747 "theme",
2748 "time",
2749 "time_format",
2750 "title_bar",
2751 "tree-sitter-md",
2752 "ui",
2753 "util",
2754 "vcs_menu",
2755 "workspace",
2756]
2757
2758[[package]]
2759name = "collections"
2760version = "0.1.0"
2761dependencies = [
2762 "rustc-hash 1.1.0",
2763]
2764
2765[[package]]
2766name = "color_quant"
2767version = "1.1.0"
2768source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2770
2771[[package]]
2772name = "colorchoice"
2773version = "1.0.2"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2776
2777[[package]]
2778name = "combine"
2779version = "4.6.7"
2780source = "registry+https://github.com/rust-lang/crates.io-index"
2781checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2782dependencies = [
2783 "bytes 1.7.2",
2784 "memchr",
2785]
2786
2787[[package]]
2788name = "command_palette"
2789version = "0.1.0"
2790dependencies = [
2791 "client",
2792 "collections",
2793 "command_palette_hooks",
2794 "ctor",
2795 "editor",
2796 "env_logger 0.11.5",
2797 "fuzzy",
2798 "go_to_line",
2799 "gpui",
2800 "language",
2801 "menu",
2802 "picker",
2803 "postage",
2804 "project",
2805 "serde",
2806 "serde_json",
2807 "settings",
2808 "theme",
2809 "ui",
2810 "util",
2811 "workspace",
2812 "zed_actions",
2813]
2814
2815[[package]]
2816name = "command_palette_hooks"
2817version = "0.1.0"
2818dependencies = [
2819 "collections",
2820 "derive_more",
2821 "gpui",
2822]
2823
2824[[package]]
2825name = "concurrent-queue"
2826version = "2.5.0"
2827source = "registry+https://github.com/rust-lang/crates.io-index"
2828checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2829dependencies = [
2830 "crossbeam-utils",
2831]
2832
2833[[package]]
2834name = "console"
2835version = "0.15.8"
2836source = "registry+https://github.com/rust-lang/crates.io-index"
2837checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2838dependencies = [
2839 "encode_unicode",
2840 "lazy_static",
2841 "libc",
2842 "unicode-width",
2843 "windows-sys 0.52.0",
2844]
2845
2846[[package]]
2847name = "const-oid"
2848version = "0.9.6"
2849source = "registry+https://github.com/rust-lang/crates.io-index"
2850checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2851
2852[[package]]
2853name = "const-random"
2854version = "0.1.18"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2857dependencies = [
2858 "const-random-macro",
2859]
2860
2861[[package]]
2862name = "const-random-macro"
2863version = "0.1.16"
2864source = "registry+https://github.com/rust-lang/crates.io-index"
2865checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2866dependencies = [
2867 "getrandom 0.2.15",
2868 "once_cell",
2869 "tiny-keccak",
2870]
2871
2872[[package]]
2873name = "constant_time_eq"
2874version = "0.1.5"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2877
2878[[package]]
2879name = "constant_time_eq"
2880version = "0.3.1"
2881source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2883
2884[[package]]
2885name = "context_servers"
2886version = "0.1.0"
2887dependencies = [
2888 "anyhow",
2889 "collections",
2890 "command_palette_hooks",
2891 "futures 0.3.30",
2892 "gpui",
2893 "log",
2894 "parking_lot",
2895 "postage",
2896 "project",
2897 "schemars",
2898 "serde",
2899 "serde_json",
2900 "settings",
2901 "smol",
2902 "url",
2903 "util",
2904]
2905
2906[[package]]
2907name = "convert_case"
2908version = "0.4.0"
2909source = "registry+https://github.com/rust-lang/crates.io-index"
2910checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2911
2912[[package]]
2913name = "convert_case"
2914version = "0.6.0"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2917dependencies = [
2918 "unicode-segmentation",
2919]
2920
2921[[package]]
2922name = "copilot"
2923version = "0.1.0"
2924dependencies = [
2925 "anyhow",
2926 "async-compression",
2927 "async-std",
2928 "async-tar",
2929 "chrono",
2930 "client",
2931 "clock",
2932 "collections",
2933 "command_palette_hooks",
2934 "editor",
2935 "fs",
2936 "futures 0.3.30",
2937 "gpui",
2938 "http_client",
2939 "indoc",
2940 "language",
2941 "lsp",
2942 "menu",
2943 "node_runtime",
2944 "parking_lot",
2945 "paths",
2946 "project",
2947 "rpc",
2948 "schemars",
2949 "serde",
2950 "serde_json",
2951 "settings",
2952 "smol",
2953 "strum 0.25.0",
2954 "task",
2955 "theme",
2956 "ui",
2957 "util",
2958 "workspace",
2959]
2960
2961[[package]]
2962name = "core-foundation"
2963version = "0.9.4"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2966dependencies = [
2967 "core-foundation-sys",
2968 "libc",
2969]
2970
2971[[package]]
2972name = "core-foundation"
2973version = "0.10.0"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2976dependencies = [
2977 "core-foundation-sys",
2978 "libc",
2979]
2980
2981[[package]]
2982name = "core-foundation-sys"
2983version = "0.8.7"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2986
2987[[package]]
2988name = "core-graphics"
2989version = "0.23.2"
2990source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2992dependencies = [
2993 "bitflags 1.3.2",
2994 "core-foundation 0.9.4",
2995 "core-graphics-types 0.1.3",
2996 "foreign-types 0.5.0",
2997 "libc",
2998]
2999
3000[[package]]
3001name = "core-graphics"
3002version = "0.24.0"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3005dependencies = [
3006 "bitflags 2.6.0",
3007 "core-foundation 0.10.0",
3008 "core-graphics-types 0.2.0",
3009 "foreign-types 0.5.0",
3010 "libc",
3011]
3012
3013[[package]]
3014name = "core-graphics-types"
3015version = "0.1.3"
3016source = "registry+https://github.com/rust-lang/crates.io-index"
3017checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3018dependencies = [
3019 "bitflags 1.3.2",
3020 "core-foundation 0.9.4",
3021 "libc",
3022]
3023
3024[[package]]
3025name = "core-graphics-types"
3026version = "0.2.0"
3027source = "registry+https://github.com/rust-lang/crates.io-index"
3028checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3029dependencies = [
3030 "bitflags 2.6.0",
3031 "core-foundation 0.10.0",
3032 "libc",
3033]
3034
3035[[package]]
3036name = "core-services"
3037version = "0.2.1"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3040dependencies = [
3041 "core-foundation 0.9.4",
3042]
3043
3044[[package]]
3045name = "core-text"
3046version = "20.1.0"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3049dependencies = [
3050 "core-foundation 0.9.4",
3051 "core-graphics 0.23.2",
3052 "foreign-types 0.5.0",
3053 "libc",
3054]
3055
3056[[package]]
3057name = "coreaudio-rs"
3058version = "0.11.3"
3059source = "registry+https://github.com/rust-lang/crates.io-index"
3060checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3061dependencies = [
3062 "bitflags 1.3.2",
3063 "core-foundation-sys",
3064 "coreaudio-sys",
3065]
3066
3067[[package]]
3068name = "coreaudio-sys"
3069version = "0.2.15"
3070source = "registry+https://github.com/rust-lang/crates.io-index"
3071checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9"
3072dependencies = [
3073 "bindgen 0.69.4",
3074]
3075
3076[[package]]
3077name = "cosmic-text"
3078version = "0.11.2"
3079source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3080dependencies = [
3081 "bitflags 2.6.0",
3082 "fontdb",
3083 "log",
3084 "rangemap",
3085 "rayon",
3086 "rustc-hash 1.1.0",
3087 "rustybuzz",
3088 "self_cell",
3089 "swash",
3090 "sys-locale",
3091 "ttf-parser",
3092 "unicode-bidi",
3093 "unicode-linebreak",
3094 "unicode-script",
3095 "unicode-segmentation",
3096]
3097
3098[[package]]
3099name = "cpal"
3100version = "0.15.3"
3101source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3102dependencies = [
3103 "alsa",
3104 "core-foundation-sys",
3105 "coreaudio-rs",
3106 "dasp_sample",
3107 "jni",
3108 "js-sys",
3109 "libc",
3110 "mach2",
3111 "ndk",
3112 "ndk-context",
3113 "oboe",
3114 "wasm-bindgen",
3115 "wasm-bindgen-futures",
3116 "web-sys",
3117 "windows 0.54.0",
3118]
3119
3120[[package]]
3121name = "cpp_demangle"
3122version = "0.4.4"
3123source = "registry+https://github.com/rust-lang/crates.io-index"
3124checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3125dependencies = [
3126 "cfg-if",
3127]
3128
3129[[package]]
3130name = "cpufeatures"
3131version = "0.2.13"
3132source = "registry+https://github.com/rust-lang/crates.io-index"
3133checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
3134dependencies = [
3135 "libc",
3136]
3137
3138[[package]]
3139name = "cranelift-bforest"
3140version = "0.111.2"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3143dependencies = [
3144 "cranelift-entity",
3145]
3146
3147[[package]]
3148name = "cranelift-bitset"
3149version = "0.111.2"
3150source = "registry+https://github.com/rust-lang/crates.io-index"
3151checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3152dependencies = [
3153 "serde",
3154 "serde_derive",
3155]
3156
3157[[package]]
3158name = "cranelift-codegen"
3159version = "0.111.2"
3160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3162dependencies = [
3163 "bumpalo",
3164 "cranelift-bforest",
3165 "cranelift-bitset",
3166 "cranelift-codegen-meta",
3167 "cranelift-codegen-shared",
3168 "cranelift-control",
3169 "cranelift-entity",
3170 "cranelift-isle",
3171 "gimli 0.29.0",
3172 "hashbrown 0.14.5",
3173 "log",
3174 "regalloc2",
3175 "rustc-hash 1.1.0",
3176 "smallvec",
3177 "target-lexicon",
3178]
3179
3180[[package]]
3181name = "cranelift-codegen-meta"
3182version = "0.111.2"
3183source = "registry+https://github.com/rust-lang/crates.io-index"
3184checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3185dependencies = [
3186 "cranelift-codegen-shared",
3187]
3188
3189[[package]]
3190name = "cranelift-codegen-shared"
3191version = "0.111.2"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3194
3195[[package]]
3196name = "cranelift-control"
3197version = "0.111.2"
3198source = "registry+https://github.com/rust-lang/crates.io-index"
3199checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3200dependencies = [
3201 "arbitrary",
3202]
3203
3204[[package]]
3205name = "cranelift-entity"
3206version = "0.111.2"
3207source = "registry+https://github.com/rust-lang/crates.io-index"
3208checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3209dependencies = [
3210 "cranelift-bitset",
3211 "serde",
3212 "serde_derive",
3213]
3214
3215[[package]]
3216name = "cranelift-frontend"
3217version = "0.111.2"
3218source = "registry+https://github.com/rust-lang/crates.io-index"
3219checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3220dependencies = [
3221 "cranelift-codegen",
3222 "log",
3223 "smallvec",
3224 "target-lexicon",
3225]
3226
3227[[package]]
3228name = "cranelift-isle"
3229version = "0.111.2"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3232
3233[[package]]
3234name = "cranelift-native"
3235version = "0.111.2"
3236source = "registry+https://github.com/rust-lang/crates.io-index"
3237checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3238dependencies = [
3239 "cranelift-codegen",
3240 "libc",
3241 "target-lexicon",
3242]
3243
3244[[package]]
3245name = "cranelift-wasm"
3246version = "0.111.2"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3249dependencies = [
3250 "cranelift-codegen",
3251 "cranelift-entity",
3252 "cranelift-frontend",
3253 "itertools 0.12.1",
3254 "log",
3255 "smallvec",
3256 "wasmparser 0.215.0",
3257 "wasmtime-types",
3258]
3259
3260[[package]]
3261name = "crc"
3262version = "3.2.1"
3263source = "registry+https://github.com/rust-lang/crates.io-index"
3264checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3265dependencies = [
3266 "crc-catalog",
3267]
3268
3269[[package]]
3270name = "crc-catalog"
3271version = "2.4.0"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3274
3275[[package]]
3276name = "crc32c"
3277version = "0.6.8"
3278source = "registry+https://github.com/rust-lang/crates.io-index"
3279checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3280dependencies = [
3281 "rustc_version",
3282]
3283
3284[[package]]
3285name = "crc32fast"
3286version = "1.4.2"
3287source = "registry+https://github.com/rust-lang/crates.io-index"
3288checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3289dependencies = [
3290 "cfg-if",
3291]
3292
3293[[package]]
3294name = "criterion"
3295version = "0.5.1"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3298dependencies = [
3299 "anes",
3300 "cast",
3301 "ciborium",
3302 "clap",
3303 "criterion-plot",
3304 "is-terminal",
3305 "itertools 0.10.5",
3306 "num-traits",
3307 "once_cell",
3308 "oorandom",
3309 "plotters",
3310 "rayon",
3311 "regex",
3312 "serde",
3313 "serde_derive",
3314 "serde_json",
3315 "tinytemplate",
3316 "walkdir",
3317]
3318
3319[[package]]
3320name = "criterion-plot"
3321version = "0.5.0"
3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3324dependencies = [
3325 "cast",
3326 "itertools 0.10.5",
3327]
3328
3329[[package]]
3330name = "crossbeam-channel"
3331version = "0.5.13"
3332source = "registry+https://github.com/rust-lang/crates.io-index"
3333checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3334dependencies = [
3335 "crossbeam-utils",
3336]
3337
3338[[package]]
3339name = "crossbeam-deque"
3340version = "0.8.5"
3341source = "registry+https://github.com/rust-lang/crates.io-index"
3342checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3343dependencies = [
3344 "crossbeam-epoch",
3345 "crossbeam-utils",
3346]
3347
3348[[package]]
3349name = "crossbeam-epoch"
3350version = "0.9.18"
3351source = "registry+https://github.com/rust-lang/crates.io-index"
3352checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3353dependencies = [
3354 "crossbeam-utils",
3355]
3356
3357[[package]]
3358name = "crossbeam-queue"
3359version = "0.3.11"
3360source = "registry+https://github.com/rust-lang/crates.io-index"
3361checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3362dependencies = [
3363 "crossbeam-utils",
3364]
3365
3366[[package]]
3367name = "crossbeam-utils"
3368version = "0.8.20"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3371
3372[[package]]
3373name = "crunchy"
3374version = "0.2.2"
3375source = "registry+https://github.com/rust-lang/crates.io-index"
3376checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3377
3378[[package]]
3379name = "crypto-bigint"
3380version = "0.4.9"
3381source = "registry+https://github.com/rust-lang/crates.io-index"
3382checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3383dependencies = [
3384 "generic-array",
3385 "rand_core 0.6.4",
3386 "subtle",
3387 "zeroize",
3388]
3389
3390[[package]]
3391name = "crypto-bigint"
3392version = "0.5.5"
3393source = "registry+https://github.com/rust-lang/crates.io-index"
3394checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3395dependencies = [
3396 "rand_core 0.6.4",
3397 "subtle",
3398]
3399
3400[[package]]
3401name = "crypto-common"
3402version = "0.1.6"
3403source = "registry+https://github.com/rust-lang/crates.io-index"
3404checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3405dependencies = [
3406 "generic-array",
3407 "rand_core 0.6.4",
3408 "typenum",
3409]
3410
3411[[package]]
3412name = "ctor"
3413version = "0.2.8"
3414source = "registry+https://github.com/rust-lang/crates.io-index"
3415checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
3416dependencies = [
3417 "quote",
3418 "syn 2.0.87",
3419]
3420
3421[[package]]
3422name = "ctrlc"
3423version = "3.4.5"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3426dependencies = [
3427 "nix",
3428 "windows-sys 0.59.0",
3429]
3430
3431[[package]]
3432name = "cursor-icon"
3433version = "1.1.0"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3436
3437[[package]]
3438name = "cxx"
3439version = "1.0.130"
3440source = "registry+https://github.com/rust-lang/crates.io-index"
3441checksum = "23c042a0ba58aaff55299632834d1ea53ceff73d62373f62c9ae60890ad1b942"
3442dependencies = [
3443 "cc",
3444 "cxxbridge-flags",
3445 "cxxbridge-macro",
3446 "link-cplusplus",
3447]
3448
3449[[package]]
3450name = "cxx-build"
3451version = "1.0.130"
3452source = "registry+https://github.com/rust-lang/crates.io-index"
3453checksum = "45dc1c88d0fdac57518a9b1f6c4f4fb2aca8f3c30c0d03d7d8518b47ca0bcea6"
3454dependencies = [
3455 "cc",
3456 "codespan-reporting",
3457 "proc-macro2",
3458 "quote",
3459 "scratch",
3460 "syn 2.0.87",
3461]
3462
3463[[package]]
3464name = "cxxbridge-flags"
3465version = "1.0.130"
3466source = "registry+https://github.com/rust-lang/crates.io-index"
3467checksum = "aa7ed7d30b289e2592cc55bc2ccd89803a63c913e008e6eb59f06cddf45bb52f"
3468
3469[[package]]
3470name = "cxxbridge-macro"
3471version = "1.0.130"
3472source = "registry+https://github.com/rust-lang/crates.io-index"
3473checksum = "0b8c465d22de46b851c04630a5fc749a26005b263632ed2e0d9cc81518ead78d"
3474dependencies = [
3475 "proc-macro2",
3476 "quote",
3477 "rustversion",
3478 "syn 2.0.87",
3479]
3480
3481[[package]]
3482name = "dashmap"
3483version = "5.5.3"
3484source = "registry+https://github.com/rust-lang/crates.io-index"
3485checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3486dependencies = [
3487 "cfg-if",
3488 "hashbrown 0.14.5",
3489 "lock_api",
3490 "once_cell",
3491 "parking_lot_core",
3492]
3493
3494[[package]]
3495name = "dashmap"
3496version = "6.0.1"
3497source = "registry+https://github.com/rust-lang/crates.io-index"
3498checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
3499dependencies = [
3500 "cfg-if",
3501 "crossbeam-utils",
3502 "hashbrown 0.14.5",
3503 "lock_api",
3504 "once_cell",
3505 "parking_lot_core",
3506]
3507
3508[[package]]
3509name = "dasp_sample"
3510version = "0.11.0"
3511source = "registry+https://github.com/rust-lang/crates.io-index"
3512checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3513
3514[[package]]
3515name = "data-encoding"
3516version = "2.6.0"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3519
3520[[package]]
3521name = "data-url"
3522version = "0.3.1"
3523source = "registry+https://github.com/rust-lang/crates.io-index"
3524checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3525
3526[[package]]
3527name = "db"
3528version = "0.1.0"
3529dependencies = [
3530 "anyhow",
3531 "gpui",
3532 "indoc",
3533 "log",
3534 "paths",
3535 "release_channel",
3536 "smol",
3537 "sqlez",
3538 "sqlez_macros",
3539 "tempfile",
3540 "util",
3541]
3542
3543[[package]]
3544name = "dbus"
3545version = "0.9.7"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3548dependencies = [
3549 "libc",
3550 "libdbus-sys",
3551 "winapi",
3552]
3553
3554[[package]]
3555name = "deflate64"
3556version = "0.1.9"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3559
3560[[package]]
3561name = "der"
3562version = "0.6.1"
3563source = "registry+https://github.com/rust-lang/crates.io-index"
3564checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3565dependencies = [
3566 "const-oid",
3567 "zeroize",
3568]
3569
3570[[package]]
3571name = "der"
3572version = "0.7.9"
3573source = "registry+https://github.com/rust-lang/crates.io-index"
3574checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3575dependencies = [
3576 "const-oid",
3577 "pem-rfc7468",
3578 "zeroize",
3579]
3580
3581[[package]]
3582name = "deranged"
3583version = "0.3.11"
3584source = "registry+https://github.com/rust-lang/crates.io-index"
3585checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3586dependencies = [
3587 "powerfmt",
3588 "serde",
3589]
3590
3591[[package]]
3592name = "derive_more"
3593version = "0.99.18"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3596dependencies = [
3597 "convert_case 0.4.0",
3598 "proc-macro2",
3599 "quote",
3600 "rustc_version",
3601 "syn 2.0.87",
3602]
3603
3604[[package]]
3605name = "derive_refineable"
3606version = "0.1.0"
3607dependencies = [
3608 "proc-macro2",
3609 "quote",
3610 "syn 1.0.109",
3611]
3612
3613[[package]]
3614name = "diagnostics"
3615version = "0.1.0"
3616dependencies = [
3617 "anyhow",
3618 "client",
3619 "collections",
3620 "ctor",
3621 "editor",
3622 "env_logger 0.11.5",
3623 "gpui",
3624 "language",
3625 "log",
3626 "lsp",
3627 "pretty_assertions",
3628 "project",
3629 "rand 0.8.5",
3630 "schemars",
3631 "serde",
3632 "serde_json",
3633 "settings",
3634 "theme",
3635 "ui",
3636 "unindent",
3637 "util",
3638 "workspace",
3639]
3640
3641[[package]]
3642name = "dialoguer"
3643version = "0.11.0"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3646dependencies = [
3647 "console",
3648 "fuzzy-matcher",
3649 "shell-words",
3650 "tempfile",
3651 "thiserror",
3652 "zeroize",
3653]
3654
3655[[package]]
3656name = "diff"
3657version = "0.1.13"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3660
3661[[package]]
3662name = "digest"
3663version = "0.10.7"
3664source = "registry+https://github.com/rust-lang/crates.io-index"
3665checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3666dependencies = [
3667 "block-buffer",
3668 "const-oid",
3669 "crypto-common",
3670 "subtle",
3671]
3672
3673[[package]]
3674name = "dirs"
3675version = "4.0.0"
3676source = "registry+https://github.com/rust-lang/crates.io-index"
3677checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3678dependencies = [
3679 "dirs-sys 0.3.7",
3680]
3681
3682[[package]]
3683name = "dirs"
3684version = "5.0.1"
3685source = "registry+https://github.com/rust-lang/crates.io-index"
3686checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3687dependencies = [
3688 "dirs-sys 0.4.1",
3689]
3690
3691[[package]]
3692name = "dirs-sys"
3693version = "0.3.7"
3694source = "registry+https://github.com/rust-lang/crates.io-index"
3695checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3696dependencies = [
3697 "libc",
3698 "redox_users",
3699 "winapi",
3700]
3701
3702[[package]]
3703name = "dirs-sys"
3704version = "0.4.1"
3705source = "registry+https://github.com/rust-lang/crates.io-index"
3706checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3707dependencies = [
3708 "libc",
3709 "option-ext",
3710 "redox_users",
3711 "windows-sys 0.48.0",
3712]
3713
3714[[package]]
3715name = "dlib"
3716version = "0.5.2"
3717source = "registry+https://github.com/rust-lang/crates.io-index"
3718checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3719dependencies = [
3720 "libloading",
3721]
3722
3723[[package]]
3724name = "docs_preprocessor"
3725version = "0.1.0"
3726dependencies = [
3727 "anyhow",
3728 "clap",
3729 "mdbook",
3730 "regex",
3731 "serde",
3732 "serde_json",
3733 "settings",
3734 "util",
3735]
3736
3737[[package]]
3738name = "dotenvy"
3739version = "0.15.7"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3742
3743[[package]]
3744name = "downcast-rs"
3745version = "1.2.1"
3746source = "registry+https://github.com/rust-lang/crates.io-index"
3747checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3748
3749[[package]]
3750name = "doxygen-rs"
3751version = "0.4.2"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3754dependencies = [
3755 "phf",
3756]
3757
3758[[package]]
3759name = "dwrote"
3760version = "0.11.1"
3761source = "registry+https://github.com/rust-lang/crates.io-index"
3762checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c"
3763dependencies = [
3764 "lazy_static",
3765 "libc",
3766 "winapi",
3767 "wio",
3768]
3769
3770[[package]]
3771name = "dyn-clone"
3772version = "1.0.17"
3773source = "registry+https://github.com/rust-lang/crates.io-index"
3774checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3775
3776[[package]]
3777name = "ec4rs"
3778version = "1.1.1"
3779source = "registry+https://github.com/rust-lang/crates.io-index"
3780checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3781
3782[[package]]
3783name = "ecdsa"
3784version = "0.14.8"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3787dependencies = [
3788 "der 0.6.1",
3789 "elliptic-curve",
3790 "rfc6979",
3791 "signature 1.6.4",
3792]
3793
3794[[package]]
3795name = "editor"
3796version = "0.1.0"
3797dependencies = [
3798 "aho-corasick",
3799 "anyhow",
3800 "assets",
3801 "chrono",
3802 "client",
3803 "clock",
3804 "collections",
3805 "convert_case 0.6.0",
3806 "ctor",
3807 "db",
3808 "emojis",
3809 "env_logger 0.11.5",
3810 "file_icons",
3811 "futures 0.3.30",
3812 "fuzzy",
3813 "git",
3814 "gpui",
3815 "http_client",
3816 "indoc",
3817 "itertools 0.13.0",
3818 "language",
3819 "linkify",
3820 "log",
3821 "lsp",
3822 "markdown",
3823 "multi_buffer",
3824 "ordered-float 2.10.1",
3825 "parking_lot",
3826 "pretty_assertions",
3827 "project",
3828 "rand 0.8.5",
3829 "release_channel",
3830 "rpc",
3831 "schemars",
3832 "serde",
3833 "serde_json",
3834 "settings",
3835 "similar",
3836 "smallvec",
3837 "smol",
3838 "snippet",
3839 "sum_tree",
3840 "task",
3841 "text",
3842 "theme",
3843 "time",
3844 "time_format",
3845 "tree-sitter-html",
3846 "tree-sitter-rust",
3847 "tree-sitter-typescript",
3848 "ui",
3849 "unicode-script",
3850 "unicode-segmentation",
3851 "unindent",
3852 "url",
3853 "util",
3854 "workspace",
3855]
3856
3857[[package]]
3858name = "educe"
3859version = "0.5.11"
3860source = "registry+https://github.com/rust-lang/crates.io-index"
3861checksum = "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8"
3862dependencies = [
3863 "enum-ordinalize",
3864 "proc-macro2",
3865 "quote",
3866 "syn 2.0.87",
3867]
3868
3869[[package]]
3870name = "either"
3871version = "1.13.0"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3874dependencies = [
3875 "serde",
3876]
3877
3878[[package]]
3879name = "elasticlunr-rs"
3880version = "3.0.2"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3883dependencies = [
3884 "regex",
3885 "serde",
3886 "serde_derive",
3887 "serde_json",
3888]
3889
3890[[package]]
3891name = "elliptic-curve"
3892version = "0.12.3"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3895dependencies = [
3896 "base16ct",
3897 "crypto-bigint 0.4.9",
3898 "der 0.6.1",
3899 "digest",
3900 "ff",
3901 "generic-array",
3902 "group",
3903 "pkcs8 0.9.0",
3904 "rand_core 0.6.4",
3905 "sec1",
3906 "subtle",
3907 "zeroize",
3908]
3909
3910[[package]]
3911name = "embed-resource"
3912version = "2.4.3"
3913source = "registry+https://github.com/rust-lang/crates.io-index"
3914checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602"
3915dependencies = [
3916 "cc",
3917 "memchr",
3918 "rustc_version",
3919 "toml 0.8.19",
3920 "vswhom",
3921 "winreg 0.52.0",
3922]
3923
3924[[package]]
3925name = "embedded-io"
3926version = "0.4.0"
3927source = "registry+https://github.com/rust-lang/crates.io-index"
3928checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3929
3930[[package]]
3931name = "embedded-io"
3932version = "0.6.1"
3933source = "registry+https://github.com/rust-lang/crates.io-index"
3934checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3935
3936[[package]]
3937name = "emojis"
3938version = "0.6.4"
3939source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3941dependencies = [
3942 "phf",
3943]
3944
3945[[package]]
3946name = "encode_unicode"
3947version = "0.3.6"
3948source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3950
3951[[package]]
3952name = "encoding_rs"
3953version = "0.8.34"
3954source = "registry+https://github.com/rust-lang/crates.io-index"
3955checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
3956dependencies = [
3957 "cfg-if",
3958]
3959
3960[[package]]
3961name = "endi"
3962version = "1.1.0"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3965
3966[[package]]
3967name = "enum-ordinalize"
3968version = "4.3.0"
3969source = "registry+https://github.com/rust-lang/crates.io-index"
3970checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
3971dependencies = [
3972 "enum-ordinalize-derive",
3973]
3974
3975[[package]]
3976name = "enum-ordinalize-derive"
3977version = "4.3.1"
3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
3980dependencies = [
3981 "proc-macro2",
3982 "quote",
3983 "syn 2.0.87",
3984]
3985
3986[[package]]
3987name = "enumflags2"
3988version = "0.7.10"
3989source = "registry+https://github.com/rust-lang/crates.io-index"
3990checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
3991dependencies = [
3992 "enumflags2_derive",
3993 "serde",
3994]
3995
3996[[package]]
3997name = "enumflags2_derive"
3998version = "0.7.10"
3999source = "registry+https://github.com/rust-lang/crates.io-index"
4000checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4001dependencies = [
4002 "proc-macro2",
4003 "quote",
4004 "syn 2.0.87",
4005]
4006
4007[[package]]
4008name = "env_filter"
4009version = "0.1.2"
4010source = "registry+https://github.com/rust-lang/crates.io-index"
4011checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4012dependencies = [
4013 "log",
4014 "regex",
4015]
4016
4017[[package]]
4018name = "env_logger"
4019version = "0.10.2"
4020source = "registry+https://github.com/rust-lang/crates.io-index"
4021checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4022dependencies = [
4023 "humantime",
4024 "is-terminal",
4025 "log",
4026 "regex",
4027 "termcolor",
4028]
4029
4030[[package]]
4031name = "env_logger"
4032version = "0.11.5"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
4035dependencies = [
4036 "anstream",
4037 "anstyle",
4038 "env_filter",
4039 "humantime",
4040 "log",
4041]
4042
4043[[package]]
4044name = "envy"
4045version = "0.4.2"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4048dependencies = [
4049 "serde",
4050]
4051
4052[[package]]
4053name = "equivalent"
4054version = "1.0.1"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4057
4058[[package]]
4059name = "erased-serde"
4060version = "0.4.5"
4061source = "registry+https://github.com/rust-lang/crates.io-index"
4062checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4063dependencies = [
4064 "serde",
4065 "typeid",
4066]
4067
4068[[package]]
4069name = "errno"
4070version = "0.2.8"
4071source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4073dependencies = [
4074 "errno-dragonfly",
4075 "libc",
4076 "winapi",
4077]
4078
4079[[package]]
4080name = "errno"
4081version = "0.3.9"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
4084dependencies = [
4085 "libc",
4086 "windows-sys 0.52.0",
4087]
4088
4089[[package]]
4090name = "errno-dragonfly"
4091version = "0.1.2"
4092source = "registry+https://github.com/rust-lang/crates.io-index"
4093checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4094dependencies = [
4095 "cc",
4096 "libc",
4097]
4098
4099[[package]]
4100name = "etagere"
4101version = "0.2.13"
4102source = "registry+https://github.com/rust-lang/crates.io-index"
4103checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4104dependencies = [
4105 "euclid",
4106 "svg_fmt",
4107]
4108
4109[[package]]
4110name = "etcetera"
4111version = "0.8.0"
4112source = "registry+https://github.com/rust-lang/crates.io-index"
4113checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4114dependencies = [
4115 "cfg-if",
4116 "home",
4117 "windows-sys 0.48.0",
4118]
4119
4120[[package]]
4121name = "euclid"
4122version = "0.22.11"
4123source = "registry+https://github.com/rust-lang/crates.io-index"
4124checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4125dependencies = [
4126 "num-traits",
4127]
4128
4129[[package]]
4130name = "evals"
4131version = "0.1.0"
4132dependencies = [
4133 "anyhow",
4134 "clap",
4135 "client",
4136 "clock",
4137 "collections",
4138 "env_logger 0.11.5",
4139 "feature_flags",
4140 "fs",
4141 "git",
4142 "gpui",
4143 "http_client",
4144 "language",
4145 "languages",
4146 "node_runtime",
4147 "open_ai",
4148 "project",
4149 "reqwest_client",
4150 "semantic_index",
4151 "serde",
4152 "serde_json",
4153 "settings",
4154 "smol",
4155]
4156
4157[[package]]
4158name = "event-listener"
4159version = "2.5.3"
4160source = "registry+https://github.com/rust-lang/crates.io-index"
4161checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4162
4163[[package]]
4164name = "event-listener"
4165version = "3.1.0"
4166source = "registry+https://github.com/rust-lang/crates.io-index"
4167checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4168dependencies = [
4169 "concurrent-queue",
4170 "parking",
4171 "pin-project-lite",
4172]
4173
4174[[package]]
4175name = "event-listener"
4176version = "5.3.1"
4177source = "registry+https://github.com/rust-lang/crates.io-index"
4178checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4179dependencies = [
4180 "concurrent-queue",
4181 "parking",
4182 "pin-project-lite",
4183]
4184
4185[[package]]
4186name = "event-listener-strategy"
4187version = "0.5.2"
4188source = "registry+https://github.com/rust-lang/crates.io-index"
4189checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
4190dependencies = [
4191 "event-listener 5.3.1",
4192 "pin-project-lite",
4193]
4194
4195[[package]]
4196name = "exec"
4197version = "0.3.1"
4198source = "registry+https://github.com/rust-lang/crates.io-index"
4199checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4200dependencies = [
4201 "errno 0.2.8",
4202 "libc",
4203]
4204
4205[[package]]
4206name = "exr"
4207version = "1.72.0"
4208source = "registry+https://github.com/rust-lang/crates.io-index"
4209checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
4210dependencies = [
4211 "bit_field",
4212 "flume",
4213 "half",
4214 "lebe",
4215 "miniz_oxide 0.7.4",
4216 "rayon-core",
4217 "smallvec",
4218 "zune-inflate",
4219]
4220
4221[[package]]
4222name = "extension"
4223version = "0.1.0"
4224dependencies = [
4225 "anyhow",
4226 "async-compression",
4227 "async-tar",
4228 "async-trait",
4229 "collections",
4230 "fs",
4231 "futures 0.3.30",
4232 "gpui",
4233 "http_client",
4234 "language",
4235 "log",
4236 "lsp",
4237 "semantic_version",
4238 "serde",
4239 "serde_json",
4240 "toml 0.8.19",
4241 "wasm-encoder 0.215.0",
4242 "wasmparser 0.215.0",
4243 "wit-component",
4244]
4245
4246[[package]]
4247name = "extension_cli"
4248version = "0.1.0"
4249dependencies = [
4250 "anyhow",
4251 "clap",
4252 "env_logger 0.11.5",
4253 "extension",
4254 "fs",
4255 "language",
4256 "log",
4257 "reqwest_client",
4258 "rpc",
4259 "serde",
4260 "serde_json",
4261 "theme",
4262 "tokio",
4263 "toml 0.8.19",
4264 "tree-sitter",
4265 "wasmtime",
4266]
4267
4268[[package]]
4269name = "extension_host"
4270version = "0.1.0"
4271dependencies = [
4272 "anyhow",
4273 "async-compression",
4274 "async-tar",
4275 "async-trait",
4276 "client",
4277 "collections",
4278 "context_servers",
4279 "ctor",
4280 "env_logger 0.11.5",
4281 "extension",
4282 "fs",
4283 "futures 0.3.30",
4284 "gpui",
4285 "http_client",
4286 "language",
4287 "log",
4288 "lsp",
4289 "node_runtime",
4290 "parking_lot",
4291 "paths",
4292 "project",
4293 "release_channel",
4294 "reqwest_client",
4295 "schemars",
4296 "semantic_version",
4297 "serde",
4298 "serde_json",
4299 "serde_json_lenient",
4300 "settings",
4301 "task",
4302 "theme",
4303 "toml 0.8.19",
4304 "url",
4305 "util",
4306 "wasmparser 0.215.0",
4307 "wasmtime",
4308 "wasmtime-wasi",
4309]
4310
4311[[package]]
4312name = "extensions_ui"
4313version = "0.1.0"
4314dependencies = [
4315 "anyhow",
4316 "assistant_slash_command",
4317 "client",
4318 "collections",
4319 "context_servers",
4320 "db",
4321 "editor",
4322 "extension",
4323 "extension_host",
4324 "fs",
4325 "fuzzy",
4326 "gpui",
4327 "indexed_docs",
4328 "language",
4329 "log",
4330 "lsp",
4331 "num-format",
4332 "picker",
4333 "project",
4334 "release_channel",
4335 "semantic_version",
4336 "serde",
4337 "settings",
4338 "smallvec",
4339 "snippet_provider",
4340 "theme",
4341 "theme_selector",
4342 "ui",
4343 "util",
4344 "vim",
4345 "wasmtime-wasi",
4346 "workspace",
4347]
4348
4349[[package]]
4350name = "fallible-iterator"
4351version = "0.3.0"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4354
4355[[package]]
4356name = "fancy-regex"
4357version = "0.12.0"
4358source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
4360dependencies = [
4361 "bit-set 0.5.3",
4362 "regex",
4363]
4364
4365[[package]]
4366name = "fancy-regex"
4367version = "0.14.0"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4370dependencies = [
4371 "bit-set 0.8.0",
4372 "regex-automata 0.4.7",
4373 "regex-syntax 0.8.4",
4374]
4375
4376[[package]]
4377name = "fast-srgb8"
4378version = "1.0.0"
4379source = "registry+https://github.com/rust-lang/crates.io-index"
4380checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4381
4382[[package]]
4383name = "fastrand"
4384version = "1.9.0"
4385source = "registry+https://github.com/rust-lang/crates.io-index"
4386checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4387dependencies = [
4388 "instant",
4389]
4390
4391[[package]]
4392name = "fastrand"
4393version = "2.1.1"
4394source = "registry+https://github.com/rust-lang/crates.io-index"
4395checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
4396
4397[[package]]
4398name = "fd-lock"
4399version = "4.0.2"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4402dependencies = [
4403 "cfg-if",
4404 "rustix 0.38.35",
4405 "windows-sys 0.52.0",
4406]
4407
4408[[package]]
4409name = "fdeflate"
4410version = "0.3.4"
4411source = "registry+https://github.com/rust-lang/crates.io-index"
4412checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
4413dependencies = [
4414 "simd-adler32",
4415]
4416
4417[[package]]
4418name = "feature_flags"
4419version = "0.1.0"
4420dependencies = [
4421 "futures 0.3.30",
4422 "gpui",
4423]
4424
4425[[package]]
4426name = "feedback"
4427version = "0.1.0"
4428dependencies = [
4429 "anyhow",
4430 "bitflags 2.6.0",
4431 "client",
4432 "db",
4433 "editor",
4434 "futures 0.3.30",
4435 "gpui",
4436 "http_client",
4437 "human_bytes",
4438 "language",
4439 "log",
4440 "menu",
4441 "project",
4442 "regex",
4443 "release_channel",
4444 "serde",
4445 "serde_derive",
4446 "serde_json",
4447 "smol",
4448 "sysinfo",
4449 "ui",
4450 "urlencoding",
4451 "util",
4452 "workspace",
4453]
4454
4455[[package]]
4456name = "ff"
4457version = "0.12.1"
4458source = "registry+https://github.com/rust-lang/crates.io-index"
4459checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4460dependencies = [
4461 "rand_core 0.6.4",
4462 "subtle",
4463]
4464
4465[[package]]
4466name = "file_finder"
4467version = "0.1.0"
4468dependencies = [
4469 "anyhow",
4470 "collections",
4471 "ctor",
4472 "editor",
4473 "env_logger 0.11.5",
4474 "file_icons",
4475 "futures 0.3.30",
4476 "fuzzy",
4477 "gpui",
4478 "language",
4479 "menu",
4480 "picker",
4481 "project",
4482 "schemars",
4483 "serde",
4484 "serde_derive",
4485 "serde_json",
4486 "settings",
4487 "text",
4488 "theme",
4489 "ui",
4490 "util",
4491 "workspace",
4492]
4493
4494[[package]]
4495name = "file_icons"
4496version = "0.1.0"
4497dependencies = [
4498 "collections",
4499 "gpui",
4500 "serde",
4501 "serde_derive",
4502 "serde_json",
4503 "util",
4504]
4505
4506[[package]]
4507name = "filedescriptor"
4508version = "0.8.2"
4509source = "registry+https://github.com/rust-lang/crates.io-index"
4510checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4511dependencies = [
4512 "libc",
4513 "thiserror",
4514 "winapi",
4515]
4516
4517[[package]]
4518name = "filetime"
4519version = "0.2.25"
4520source = "registry+https://github.com/rust-lang/crates.io-index"
4521checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4522dependencies = [
4523 "cfg-if",
4524 "libc",
4525 "libredox",
4526 "windows-sys 0.59.0",
4527]
4528
4529[[package]]
4530name = "fixedbitset"
4531version = "0.4.2"
4532source = "registry+https://github.com/rust-lang/crates.io-index"
4533checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4534
4535[[package]]
4536name = "flate2"
4537version = "1.0.33"
4538source = "registry+https://github.com/rust-lang/crates.io-index"
4539checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
4540dependencies = [
4541 "crc32fast",
4542 "miniz_oxide 0.8.0",
4543]
4544
4545[[package]]
4546name = "float-cmp"
4547version = "0.9.0"
4548source = "registry+https://github.com/rust-lang/crates.io-index"
4549checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4550
4551[[package]]
4552name = "float-ord"
4553version = "0.3.2"
4554source = "registry+https://github.com/rust-lang/crates.io-index"
4555checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4556
4557[[package]]
4558name = "flume"
4559version = "0.11.1"
4560source = "registry+https://github.com/rust-lang/crates.io-index"
4561checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4562dependencies = [
4563 "futures-core",
4564 "futures-sink",
4565 "nanorand",
4566 "spin",
4567]
4568
4569[[package]]
4570name = "fnv"
4571version = "1.0.7"
4572source = "registry+https://github.com/rust-lang/crates.io-index"
4573checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4574
4575[[package]]
4576name = "font-kit"
4577version = "0.14.1"
4578source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4579dependencies = [
4580 "bitflags 2.6.0",
4581 "byteorder",
4582 "core-foundation 0.9.4",
4583 "core-graphics 0.23.2",
4584 "core-text",
4585 "dirs 5.0.1",
4586 "dwrote",
4587 "float-ord",
4588 "freetype-sys",
4589 "lazy_static",
4590 "libc",
4591 "log",
4592 "pathfinder_geometry",
4593 "pathfinder_simd",
4594 "walkdir",
4595 "winapi",
4596 "yeslogic-fontconfig-sys",
4597]
4598
4599[[package]]
4600name = "font-types"
4601version = "0.6.0"
4602source = "registry+https://github.com/rust-lang/crates.io-index"
4603checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60"
4604dependencies = [
4605 "bytemuck",
4606]
4607
4608[[package]]
4609name = "fontconfig-parser"
4610version = "0.5.7"
4611source = "registry+https://github.com/rust-lang/crates.io-index"
4612checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4613dependencies = [
4614 "roxmltree",
4615]
4616
4617[[package]]
4618name = "fontdb"
4619version = "0.18.0"
4620source = "registry+https://github.com/rust-lang/crates.io-index"
4621checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4622dependencies = [
4623 "fontconfig-parser",
4624 "log",
4625 "memmap2",
4626 "slotmap",
4627 "tinyvec",
4628 "ttf-parser",
4629]
4630
4631[[package]]
4632name = "foreign-types"
4633version = "0.3.2"
4634source = "registry+https://github.com/rust-lang/crates.io-index"
4635checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4636dependencies = [
4637 "foreign-types-shared 0.1.1",
4638]
4639
4640[[package]]
4641name = "foreign-types"
4642version = "0.5.0"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4645dependencies = [
4646 "foreign-types-macros",
4647 "foreign-types-shared 0.3.1",
4648]
4649
4650[[package]]
4651name = "foreign-types-macros"
4652version = "0.2.3"
4653source = "registry+https://github.com/rust-lang/crates.io-index"
4654checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4655dependencies = [
4656 "proc-macro2",
4657 "quote",
4658 "syn 2.0.87",
4659]
4660
4661[[package]]
4662name = "foreign-types-shared"
4663version = "0.1.1"
4664source = "registry+https://github.com/rust-lang/crates.io-index"
4665checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4666
4667[[package]]
4668name = "foreign-types-shared"
4669version = "0.3.1"
4670source = "registry+https://github.com/rust-lang/crates.io-index"
4671checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4672
4673[[package]]
4674name = "fork"
4675version = "0.2.0"
4676source = "registry+https://github.com/rust-lang/crates.io-index"
4677checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4678dependencies = [
4679 "libc",
4680]
4681
4682[[package]]
4683name = "form_urlencoded"
4684version = "1.2.1"
4685source = "registry+https://github.com/rust-lang/crates.io-index"
4686checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4687dependencies = [
4688 "percent-encoding",
4689]
4690
4691[[package]]
4692name = "freetype-sys"
4693version = "0.20.1"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4696dependencies = [
4697 "cc",
4698 "libc",
4699 "pkg-config",
4700]
4701
4702[[package]]
4703name = "fs"
4704version = "0.1.0"
4705dependencies = [
4706 "anyhow",
4707 "ashpd",
4708 "async-tar",
4709 "async-trait",
4710 "cocoa 0.26.0",
4711 "collections",
4712 "fsevent",
4713 "futures 0.3.30",
4714 "git",
4715 "git2",
4716 "gpui",
4717 "libc",
4718 "notify",
4719 "objc",
4720 "parking_lot",
4721 "paths",
4722 "rope",
4723 "serde",
4724 "serde_json",
4725 "smol",
4726 "tempfile",
4727 "text",
4728 "time",
4729 "util",
4730 "windows 0.58.0",
4731]
4732
4733[[package]]
4734name = "fs-set-times"
4735version = "0.20.1"
4736source = "registry+https://github.com/rust-lang/crates.io-index"
4737checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
4738dependencies = [
4739 "io-lifetimes 2.0.3",
4740 "rustix 0.38.35",
4741 "windows-sys 0.52.0",
4742]
4743
4744[[package]]
4745name = "fs2"
4746version = "0.4.3"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4749dependencies = [
4750 "libc",
4751 "winapi",
4752]
4753
4754[[package]]
4755name = "fsevent"
4756version = "0.1.0"
4757dependencies = [
4758 "bitflags 2.6.0",
4759 "core-foundation 0.9.4",
4760 "fsevent-sys 3.1.0",
4761 "parking_lot",
4762 "tempfile",
4763]
4764
4765[[package]]
4766name = "fsevent-sys"
4767version = "3.1.0"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4770dependencies = [
4771 "libc",
4772]
4773
4774[[package]]
4775name = "fsevent-sys"
4776version = "4.1.0"
4777source = "registry+https://github.com/rust-lang/crates.io-index"
4778checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4779dependencies = [
4780 "libc",
4781]
4782
4783[[package]]
4784name = "funty"
4785version = "2.0.0"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4788
4789[[package]]
4790name = "futf"
4791version = "0.1.5"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4794dependencies = [
4795 "mac",
4796 "new_debug_unreachable",
4797]
4798
4799[[package]]
4800name = "futures"
4801version = "0.1.31"
4802source = "registry+https://github.com/rust-lang/crates.io-index"
4803checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4804
4805[[package]]
4806name = "futures"
4807version = "0.3.30"
4808source = "registry+https://github.com/rust-lang/crates.io-index"
4809checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
4810dependencies = [
4811 "futures-channel",
4812 "futures-core",
4813 "futures-executor",
4814 "futures-io",
4815 "futures-sink",
4816 "futures-task",
4817 "futures-util",
4818]
4819
4820[[package]]
4821name = "futures-batch"
4822version = "0.6.1"
4823source = "registry+https://github.com/rust-lang/crates.io-index"
4824checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4825dependencies = [
4826 "futures 0.3.30",
4827 "futures-timer",
4828 "pin-utils",
4829]
4830
4831[[package]]
4832name = "futures-channel"
4833version = "0.3.30"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
4836dependencies = [
4837 "futures-core",
4838 "futures-sink",
4839]
4840
4841[[package]]
4842name = "futures-core"
4843version = "0.3.30"
4844source = "registry+https://github.com/rust-lang/crates.io-index"
4845checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
4846
4847[[package]]
4848name = "futures-executor"
4849version = "0.3.30"
4850source = "registry+https://github.com/rust-lang/crates.io-index"
4851checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
4852dependencies = [
4853 "futures-core",
4854 "futures-task",
4855 "futures-util",
4856]
4857
4858[[package]]
4859name = "futures-intrusive"
4860version = "0.5.0"
4861source = "registry+https://github.com/rust-lang/crates.io-index"
4862checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4863dependencies = [
4864 "futures-core",
4865 "lock_api",
4866 "parking_lot",
4867]
4868
4869[[package]]
4870name = "futures-io"
4871version = "0.3.30"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
4874
4875[[package]]
4876name = "futures-lite"
4877version = "1.13.0"
4878source = "registry+https://github.com/rust-lang/crates.io-index"
4879checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4880dependencies = [
4881 "fastrand 1.9.0",
4882 "futures-core",
4883 "futures-io",
4884 "memchr",
4885 "parking",
4886 "pin-project-lite",
4887 "waker-fn",
4888]
4889
4890[[package]]
4891name = "futures-lite"
4892version = "2.3.0"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
4895dependencies = [
4896 "fastrand 2.1.1",
4897 "futures-core",
4898 "futures-io",
4899 "parking",
4900 "pin-project-lite",
4901]
4902
4903[[package]]
4904name = "futures-macro"
4905version = "0.3.30"
4906source = "registry+https://github.com/rust-lang/crates.io-index"
4907checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
4908dependencies = [
4909 "proc-macro2",
4910 "quote",
4911 "syn 2.0.87",
4912]
4913
4914[[package]]
4915name = "futures-sink"
4916version = "0.3.30"
4917source = "registry+https://github.com/rust-lang/crates.io-index"
4918checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
4919
4920[[package]]
4921name = "futures-task"
4922version = "0.3.30"
4923source = "registry+https://github.com/rust-lang/crates.io-index"
4924checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
4925
4926[[package]]
4927name = "futures-timer"
4928version = "3.0.3"
4929source = "registry+https://github.com/rust-lang/crates.io-index"
4930checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4931
4932[[package]]
4933name = "futures-util"
4934version = "0.3.30"
4935source = "registry+https://github.com/rust-lang/crates.io-index"
4936checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
4937dependencies = [
4938 "futures 0.1.31",
4939 "futures-channel",
4940 "futures-core",
4941 "futures-io",
4942 "futures-macro",
4943 "futures-sink",
4944 "futures-task",
4945 "memchr",
4946 "pin-project-lite",
4947 "pin-utils",
4948 "slab",
4949 "tokio-io",
4950]
4951
4952[[package]]
4953name = "fuzzy"
4954version = "0.1.0"
4955dependencies = [
4956 "gpui",
4957 "util",
4958]
4959
4960[[package]]
4961name = "fuzzy-matcher"
4962version = "0.3.7"
4963source = "registry+https://github.com/rust-lang/crates.io-index"
4964checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4965dependencies = [
4966 "thread_local",
4967]
4968
4969[[package]]
4970name = "generic-array"
4971version = "0.14.7"
4972source = "registry+https://github.com/rust-lang/crates.io-index"
4973checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4974dependencies = [
4975 "typenum",
4976 "version_check",
4977]
4978
4979[[package]]
4980name = "gethostname"
4981version = "0.4.3"
4982source = "registry+https://github.com/rust-lang/crates.io-index"
4983checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4984dependencies = [
4985 "libc",
4986 "windows-targets 0.48.5",
4987]
4988
4989[[package]]
4990name = "getrandom"
4991version = "0.1.16"
4992source = "registry+https://github.com/rust-lang/crates.io-index"
4993checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4994dependencies = [
4995 "cfg-if",
4996 "libc",
4997 "wasi 0.9.0+wasi-snapshot-preview1",
4998]
4999
5000[[package]]
5001name = "getrandom"
5002version = "0.2.15"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5005dependencies = [
5006 "cfg-if",
5007 "js-sys",
5008 "libc",
5009 "wasi 0.11.0+wasi-snapshot-preview1",
5010 "wasm-bindgen",
5011]
5012
5013[[package]]
5014name = "gif"
5015version = "0.13.1"
5016source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5018dependencies = [
5019 "color_quant",
5020 "weezl",
5021]
5022
5023[[package]]
5024name = "gimli"
5025version = "0.29.0"
5026source = "registry+https://github.com/rust-lang/crates.io-index"
5027checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5028dependencies = [
5029 "fallible-iterator",
5030 "indexmap 2.4.0",
5031 "stable_deref_trait",
5032]
5033
5034[[package]]
5035name = "gimli"
5036version = "0.31.0"
5037source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
5039
5040[[package]]
5041name = "git"
5042version = "0.1.0"
5043dependencies = [
5044 "anyhow",
5045 "async-trait",
5046 "clock",
5047 "collections",
5048 "derive_more",
5049 "git2",
5050 "gpui",
5051 "http_client",
5052 "log",
5053 "parking_lot",
5054 "pretty_assertions",
5055 "rope",
5056 "serde",
5057 "serde_json",
5058 "smol",
5059 "sum_tree",
5060 "text",
5061 "time",
5062 "unindent",
5063 "url",
5064 "util",
5065 "windows 0.58.0",
5066]
5067
5068[[package]]
5069name = "git2"
5070version = "0.19.0"
5071source = "registry+https://github.com/rust-lang/crates.io-index"
5072checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
5073dependencies = [
5074 "bitflags 2.6.0",
5075 "libc",
5076 "libgit2-sys",
5077 "log",
5078 "url",
5079]
5080
5081[[package]]
5082name = "git_hosting_providers"
5083version = "0.1.0"
5084dependencies = [
5085 "anyhow",
5086 "async-trait",
5087 "futures 0.3.30",
5088 "git",
5089 "gpui",
5090 "http_client",
5091 "indoc",
5092 "pretty_assertions",
5093 "regex",
5094 "serde",
5095 "serde_json",
5096 "url",
5097 "util",
5098]
5099
5100[[package]]
5101name = "glob"
5102version = "0.3.1"
5103source = "registry+https://github.com/rust-lang/crates.io-index"
5104checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5105
5106[[package]]
5107name = "globset"
5108version = "0.4.15"
5109source = "registry+https://github.com/rust-lang/crates.io-index"
5110checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5111dependencies = [
5112 "aho-corasick",
5113 "bstr",
5114 "log",
5115 "regex-automata 0.4.7",
5116 "regex-syntax 0.8.4",
5117]
5118
5119[[package]]
5120name = "gloo-timers"
5121version = "0.2.6"
5122source = "registry+https://github.com/rust-lang/crates.io-index"
5123checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
5124dependencies = [
5125 "futures-channel",
5126 "futures-core",
5127 "js-sys",
5128 "wasm-bindgen",
5129]
5130
5131[[package]]
5132name = "glow"
5133version = "0.14.0"
5134source = "registry+https://github.com/rust-lang/crates.io-index"
5135checksum = "f865cbd94bd355b89611211e49508da98a1fce0ad755c1e8448fb96711b24528"
5136dependencies = [
5137 "js-sys",
5138 "slotmap",
5139 "wasm-bindgen",
5140 "web-sys",
5141]
5142
5143[[package]]
5144name = "go_to_line"
5145version = "0.1.0"
5146dependencies = [
5147 "anyhow",
5148 "editor",
5149 "gpui",
5150 "indoc",
5151 "language",
5152 "menu",
5153 "project",
5154 "rope",
5155 "schemars",
5156 "serde",
5157 "serde_json",
5158 "settings",
5159 "text",
5160 "theme",
5161 "tree-sitter-rust",
5162 "tree-sitter-typescript",
5163 "ui",
5164 "util",
5165 "workspace",
5166]
5167
5168[[package]]
5169name = "google_ai"
5170version = "0.1.0"
5171dependencies = [
5172 "anyhow",
5173 "futures 0.3.30",
5174 "http_client",
5175 "schemars",
5176 "serde",
5177 "serde_json",
5178 "strum 0.25.0",
5179]
5180
5181[[package]]
5182name = "gpu-alloc"
5183version = "0.6.0"
5184source = "registry+https://github.com/rust-lang/crates.io-index"
5185checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5186dependencies = [
5187 "bitflags 2.6.0",
5188 "gpu-alloc-types",
5189]
5190
5191[[package]]
5192name = "gpu-alloc-ash"
5193version = "0.7.0"
5194source = "registry+https://github.com/rust-lang/crates.io-index"
5195checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5196dependencies = [
5197 "ash",
5198 "gpu-alloc-types",
5199 "tinyvec",
5200]
5201
5202[[package]]
5203name = "gpu-alloc-types"
5204version = "0.3.0"
5205source = "registry+https://github.com/rust-lang/crates.io-index"
5206checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5207dependencies = [
5208 "bitflags 2.6.0",
5209]
5210
5211[[package]]
5212name = "gpui"
5213version = "0.1.0"
5214dependencies = [
5215 "anyhow",
5216 "as-raw-xcb-connection",
5217 "ashpd",
5218 "async-task",
5219 "backtrace",
5220 "bindgen 0.70.1",
5221 "blade-graphics",
5222 "blade-macros",
5223 "blade-util",
5224 "block",
5225 "bytemuck",
5226 "calloop",
5227 "calloop-wayland-source",
5228 "cbindgen",
5229 "cocoa 0.26.0",
5230 "collections",
5231 "core-foundation 0.9.4",
5232 "core-foundation-sys",
5233 "core-graphics 0.23.2",
5234 "core-text",
5235 "cosmic-text",
5236 "ctor",
5237 "derive_more",
5238 "embed-resource",
5239 "env_logger 0.11.5",
5240 "etagere",
5241 "filedescriptor",
5242 "flume",
5243 "font-kit",
5244 "foreign-types 0.5.0",
5245 "futures 0.3.30",
5246 "gpui_macros",
5247 "http_client",
5248 "image",
5249 "itertools 0.13.0",
5250 "linkme",
5251 "log",
5252 "media",
5253 "metal",
5254 "num_cpus",
5255 "objc",
5256 "oo7",
5257 "open",
5258 "parking",
5259 "parking_lot",
5260 "pathfinder_geometry",
5261 "postage",
5262 "profiling",
5263 "rand 0.8.5",
5264 "raw-window-handle",
5265 "refineable",
5266 "resvg",
5267 "schemars",
5268 "seahash",
5269 "semantic_version",
5270 "serde",
5271 "serde_derive",
5272 "serde_json",
5273 "slotmap",
5274 "smallvec",
5275 "smol",
5276 "strum 0.25.0",
5277 "sum_tree",
5278 "taffy",
5279 "thiserror",
5280 "unicode-segmentation",
5281 "usvg",
5282 "util",
5283 "uuid",
5284 "waker-fn",
5285 "wayland-backend",
5286 "wayland-client",
5287 "wayland-cursor",
5288 "wayland-protocols",
5289 "wayland-protocols-plasma",
5290 "windows 0.58.0",
5291 "windows-core 0.58.0",
5292 "x11-clipboard",
5293 "x11rb",
5294 "xim",
5295 "xkbcommon",
5296]
5297
5298[[package]]
5299name = "gpui_macros"
5300version = "0.1.0"
5301dependencies = [
5302 "proc-macro2",
5303 "quote",
5304 "syn 1.0.109",
5305]
5306
5307[[package]]
5308name = "grid"
5309version = "0.13.0"
5310source = "registry+https://github.com/rust-lang/crates.io-index"
5311checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5312
5313[[package]]
5314name = "group"
5315version = "0.12.1"
5316source = "registry+https://github.com/rust-lang/crates.io-index"
5317checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5318dependencies = [
5319 "ff",
5320 "rand_core 0.6.4",
5321 "subtle",
5322]
5323
5324[[package]]
5325name = "h2"
5326version = "0.3.26"
5327source = "registry+https://github.com/rust-lang/crates.io-index"
5328checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5329dependencies = [
5330 "bytes 1.7.2",
5331 "fnv",
5332 "futures-core",
5333 "futures-sink",
5334 "futures-util",
5335 "http 0.2.12",
5336 "indexmap 2.4.0",
5337 "slab",
5338 "tokio",
5339 "tokio-util",
5340 "tracing",
5341]
5342
5343[[package]]
5344name = "h2"
5345version = "0.4.6"
5346source = "registry+https://github.com/rust-lang/crates.io-index"
5347checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
5348dependencies = [
5349 "atomic-waker",
5350 "bytes 1.7.2",
5351 "fnv",
5352 "futures-core",
5353 "futures-sink",
5354 "http 1.1.0",
5355 "indexmap 2.4.0",
5356 "slab",
5357 "tokio",
5358 "tokio-util",
5359 "tracing",
5360]
5361
5362[[package]]
5363name = "half"
5364version = "2.4.1"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5367dependencies = [
5368 "cfg-if",
5369 "crunchy",
5370]
5371
5372[[package]]
5373name = "handlebars"
5374version = "4.5.0"
5375source = "registry+https://github.com/rust-lang/crates.io-index"
5376checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5377dependencies = [
5378 "log",
5379 "pest",
5380 "pest_derive",
5381 "serde",
5382 "serde_json",
5383 "thiserror",
5384]
5385
5386[[package]]
5387name = "handlebars"
5388version = "6.2.0"
5389source = "registry+https://github.com/rust-lang/crates.io-index"
5390checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5391dependencies = [
5392 "log",
5393 "num-order",
5394 "pest",
5395 "pest_derive",
5396 "serde",
5397 "serde_json",
5398 "thiserror",
5399]
5400
5401[[package]]
5402name = "hashbrown"
5403version = "0.12.3"
5404source = "registry+https://github.com/rust-lang/crates.io-index"
5405checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5406dependencies = [
5407 "ahash 0.7.8",
5408]
5409
5410[[package]]
5411name = "hashbrown"
5412version = "0.13.2"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5415dependencies = [
5416 "ahash 0.8.11",
5417]
5418
5419[[package]]
5420name = "hashbrown"
5421version = "0.14.5"
5422source = "registry+https://github.com/rust-lang/crates.io-index"
5423checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5424dependencies = [
5425 "ahash 0.8.11",
5426 "allocator-api2",
5427 "serde",
5428]
5429
5430[[package]]
5431name = "hashlink"
5432version = "0.8.4"
5433source = "registry+https://github.com/rust-lang/crates.io-index"
5434checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5435dependencies = [
5436 "hashbrown 0.14.5",
5437]
5438
5439[[package]]
5440name = "hashlink"
5441version = "0.9.1"
5442source = "registry+https://github.com/rust-lang/crates.io-index"
5443checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5444dependencies = [
5445 "hashbrown 0.14.5",
5446]
5447
5448[[package]]
5449name = "headers"
5450version = "0.3.9"
5451source = "registry+https://github.com/rust-lang/crates.io-index"
5452checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5453dependencies = [
5454 "base64 0.21.7",
5455 "bytes 1.7.2",
5456 "headers-core",
5457 "http 0.2.12",
5458 "httpdate",
5459 "mime",
5460 "sha1",
5461]
5462
5463[[package]]
5464name = "headers-core"
5465version = "0.2.0"
5466source = "registry+https://github.com/rust-lang/crates.io-index"
5467checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5468dependencies = [
5469 "http 0.2.12",
5470]
5471
5472[[package]]
5473name = "heck"
5474version = "0.3.3"
5475source = "registry+https://github.com/rust-lang/crates.io-index"
5476checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5477dependencies = [
5478 "unicode-segmentation",
5479]
5480
5481[[package]]
5482name = "heck"
5483version = "0.4.1"
5484source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5486dependencies = [
5487 "unicode-segmentation",
5488]
5489
5490[[package]]
5491name = "heck"
5492version = "0.5.0"
5493source = "registry+https://github.com/rust-lang/crates.io-index"
5494checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5495
5496[[package]]
5497name = "heed"
5498version = "0.20.5"
5499source = "registry+https://github.com/rust-lang/crates.io-index"
5500checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
5501dependencies = [
5502 "bitflags 2.6.0",
5503 "byteorder",
5504 "heed-traits",
5505 "heed-types",
5506 "libc",
5507 "lmdb-master-sys",
5508 "once_cell",
5509 "page_size",
5510 "serde",
5511 "synchronoise",
5512 "url",
5513]
5514
5515[[package]]
5516name = "heed-traits"
5517version = "0.20.0"
5518source = "registry+https://github.com/rust-lang/crates.io-index"
5519checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5520
5521[[package]]
5522name = "heed-types"
5523version = "0.20.1"
5524source = "registry+https://github.com/rust-lang/crates.io-index"
5525checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
5526dependencies = [
5527 "bincode",
5528 "byteorder",
5529 "heed-traits",
5530 "serde",
5531 "serde_json",
5532]
5533
5534[[package]]
5535name = "hermit-abi"
5536version = "0.3.9"
5537source = "registry+https://github.com/rust-lang/crates.io-index"
5538checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5539
5540[[package]]
5541name = "hermit-abi"
5542version = "0.4.0"
5543source = "registry+https://github.com/rust-lang/crates.io-index"
5544checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5545
5546[[package]]
5547name = "hex"
5548version = "0.4.3"
5549source = "registry+https://github.com/rust-lang/crates.io-index"
5550checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5551
5552[[package]]
5553name = "hexf-parse"
5554version = "0.2.1"
5555source = "registry+https://github.com/rust-lang/crates.io-index"
5556checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5557
5558[[package]]
5559name = "hidden-trait"
5560version = "0.1.2"
5561source = "registry+https://github.com/rust-lang/crates.io-index"
5562checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5563dependencies = [
5564 "proc-macro2",
5565 "quote",
5566 "syn 1.0.109",
5567]
5568
5569[[package]]
5570name = "hkdf"
5571version = "0.12.4"
5572source = "registry+https://github.com/rust-lang/crates.io-index"
5573checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5574dependencies = [
5575 "hmac",
5576]
5577
5578[[package]]
5579name = "hmac"
5580version = "0.12.1"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5583dependencies = [
5584 "digest",
5585]
5586
5587[[package]]
5588name = "home"
5589version = "0.5.9"
5590source = "registry+https://github.com/rust-lang/crates.io-index"
5591checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5592dependencies = [
5593 "windows-sys 0.52.0",
5594]
5595
5596[[package]]
5597name = "hound"
5598version = "3.5.1"
5599source = "registry+https://github.com/rust-lang/crates.io-index"
5600checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5601
5602[[package]]
5603name = "html5ever"
5604version = "0.27.0"
5605source = "registry+https://github.com/rust-lang/crates.io-index"
5606checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5607dependencies = [
5608 "log",
5609 "mac",
5610 "markup5ever",
5611 "proc-macro2",
5612 "quote",
5613 "syn 2.0.87",
5614]
5615
5616[[package]]
5617name = "html_to_markdown"
5618version = "0.1.0"
5619dependencies = [
5620 "anyhow",
5621 "html5ever",
5622 "indoc",
5623 "markup5ever_rcdom",
5624 "pretty_assertions",
5625 "regex",
5626]
5627
5628[[package]]
5629name = "http"
5630version = "0.2.12"
5631source = "registry+https://github.com/rust-lang/crates.io-index"
5632checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5633dependencies = [
5634 "bytes 1.7.2",
5635 "fnv",
5636 "itoa",
5637]
5638
5639[[package]]
5640name = "http"
5641version = "1.1.0"
5642source = "registry+https://github.com/rust-lang/crates.io-index"
5643checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
5644dependencies = [
5645 "bytes 1.7.2",
5646 "fnv",
5647 "itoa",
5648]
5649
5650[[package]]
5651name = "http-body"
5652version = "0.4.6"
5653source = "registry+https://github.com/rust-lang/crates.io-index"
5654checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5655dependencies = [
5656 "bytes 1.7.2",
5657 "http 0.2.12",
5658 "pin-project-lite",
5659]
5660
5661[[package]]
5662name = "http-body"
5663version = "1.0.1"
5664source = "registry+https://github.com/rust-lang/crates.io-index"
5665checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5666dependencies = [
5667 "bytes 1.7.2",
5668 "http 1.1.0",
5669]
5670
5671[[package]]
5672name = "http-body-util"
5673version = "0.1.2"
5674source = "registry+https://github.com/rust-lang/crates.io-index"
5675checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5676dependencies = [
5677 "bytes 1.7.2",
5678 "futures-util",
5679 "http 1.1.0",
5680 "http-body 1.0.1",
5681 "pin-project-lite",
5682]
5683
5684[[package]]
5685name = "http-range-header"
5686version = "0.3.1"
5687source = "registry+https://github.com/rust-lang/crates.io-index"
5688checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5689
5690[[package]]
5691name = "http-types"
5692version = "2.12.0"
5693source = "registry+https://github.com/rust-lang/crates.io-index"
5694checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5695dependencies = [
5696 "anyhow",
5697 "async-channel 1.9.0",
5698 "base64 0.13.1",
5699 "futures-lite 1.13.0",
5700 "http 0.2.12",
5701 "infer",
5702 "pin-project-lite",
5703 "rand 0.7.3",
5704 "serde",
5705 "serde_json",
5706 "serde_qs 0.8.5",
5707 "serde_urlencoded",
5708 "url",
5709]
5710
5711[[package]]
5712name = "http_client"
5713version = "0.1.0"
5714dependencies = [
5715 "anyhow",
5716 "bytes 1.7.2",
5717 "derive_more",
5718 "futures 0.3.30",
5719 "http 1.1.0",
5720 "log",
5721 "serde",
5722 "serde_json",
5723 "url",
5724]
5725
5726[[package]]
5727name = "httparse"
5728version = "1.9.4"
5729source = "registry+https://github.com/rust-lang/crates.io-index"
5730checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
5731
5732[[package]]
5733name = "httpdate"
5734version = "1.0.3"
5735source = "registry+https://github.com/rust-lang/crates.io-index"
5736checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5737
5738[[package]]
5739name = "human_bytes"
5740version = "0.4.3"
5741source = "registry+https://github.com/rust-lang/crates.io-index"
5742checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5743
5744[[package]]
5745name = "humantime"
5746version = "2.1.0"
5747source = "registry+https://github.com/rust-lang/crates.io-index"
5748checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5749
5750[[package]]
5751name = "hyper"
5752version = "0.14.31"
5753source = "registry+https://github.com/rust-lang/crates.io-index"
5754checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
5755dependencies = [
5756 "bytes 1.7.2",
5757 "futures-channel",
5758 "futures-core",
5759 "futures-util",
5760 "h2 0.3.26",
5761 "http 0.2.12",
5762 "http-body 0.4.6",
5763 "httparse",
5764 "httpdate",
5765 "itoa",
5766 "pin-project-lite",
5767 "socket2 0.5.7",
5768 "tokio",
5769 "tower-service",
5770 "tracing",
5771 "want",
5772]
5773
5774[[package]]
5775name = "hyper"
5776version = "1.4.1"
5777source = "registry+https://github.com/rust-lang/crates.io-index"
5778checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
5779dependencies = [
5780 "bytes 1.7.2",
5781 "futures-channel",
5782 "futures-util",
5783 "h2 0.4.6",
5784 "http 1.1.0",
5785 "http-body 1.0.1",
5786 "httparse",
5787 "itoa",
5788 "pin-project-lite",
5789 "smallvec",
5790 "tokio",
5791 "want",
5792]
5793
5794[[package]]
5795name = "hyper-rustls"
5796version = "0.24.2"
5797source = "registry+https://github.com/rust-lang/crates.io-index"
5798checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5799dependencies = [
5800 "futures-util",
5801 "http 0.2.12",
5802 "hyper 0.14.31",
5803 "log",
5804 "rustls 0.21.12",
5805 "rustls-native-certs 0.6.3",
5806 "tokio",
5807 "tokio-rustls 0.24.1",
5808]
5809
5810[[package]]
5811name = "hyper-rustls"
5812version = "0.27.3"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5815dependencies = [
5816 "futures-util",
5817 "http 1.1.0",
5818 "hyper 1.4.1",
5819 "hyper-util",
5820 "rustls 0.23.13",
5821 "rustls-native-certs 0.8.0",
5822 "rustls-pki-types",
5823 "tokio",
5824 "tokio-rustls 0.26.0",
5825 "tower-service",
5826]
5827
5828[[package]]
5829name = "hyper-tls"
5830version = "0.5.0"
5831source = "registry+https://github.com/rust-lang/crates.io-index"
5832checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5833dependencies = [
5834 "bytes 1.7.2",
5835 "hyper 0.14.31",
5836 "native-tls",
5837 "tokio",
5838 "tokio-native-tls",
5839]
5840
5841[[package]]
5842name = "hyper-util"
5843version = "0.1.9"
5844source = "registry+https://github.com/rust-lang/crates.io-index"
5845checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
5846dependencies = [
5847 "bytes 1.7.2",
5848 "futures-channel",
5849 "futures-util",
5850 "http 1.1.0",
5851 "http-body 1.0.1",
5852 "hyper 1.4.1",
5853 "pin-project-lite",
5854 "socket2 0.5.7",
5855 "tokio",
5856 "tower-service",
5857 "tracing",
5858]
5859
5860[[package]]
5861name = "iana-time-zone"
5862version = "0.1.60"
5863source = "registry+https://github.com/rust-lang/crates.io-index"
5864checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
5865dependencies = [
5866 "android_system_properties",
5867 "core-foundation-sys",
5868 "iana-time-zone-haiku",
5869 "js-sys",
5870 "wasm-bindgen",
5871 "windows-core 0.52.0",
5872]
5873
5874[[package]]
5875name = "iana-time-zone-haiku"
5876version = "0.1.2"
5877source = "registry+https://github.com/rust-lang/crates.io-index"
5878checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5879dependencies = [
5880 "cc",
5881]
5882
5883[[package]]
5884name = "id-arena"
5885version = "2.2.1"
5886source = "registry+https://github.com/rust-lang/crates.io-index"
5887checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5888
5889[[package]]
5890name = "idna"
5891version = "0.5.0"
5892source = "registry+https://github.com/rust-lang/crates.io-index"
5893checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5894dependencies = [
5895 "unicode-bidi",
5896 "unicode-normalization",
5897]
5898
5899[[package]]
5900name = "ignore"
5901version = "0.4.23"
5902source = "registry+https://github.com/rust-lang/crates.io-index"
5903checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
5904dependencies = [
5905 "crossbeam-deque",
5906 "globset",
5907 "log",
5908 "memchr",
5909 "regex-automata 0.4.7",
5910 "same-file",
5911 "walkdir",
5912 "winapi-util",
5913]
5914
5915[[package]]
5916name = "image"
5917version = "0.25.2"
5918source = "registry+https://github.com/rust-lang/crates.io-index"
5919checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
5920dependencies = [
5921 "bytemuck",
5922 "byteorder-lite",
5923 "color_quant",
5924 "exr",
5925 "gif",
5926 "image-webp",
5927 "num-traits",
5928 "png",
5929 "qoi",
5930 "ravif",
5931 "rayon",
5932 "rgb",
5933 "tiff",
5934 "zune-core",
5935 "zune-jpeg",
5936]
5937
5938[[package]]
5939name = "image-webp"
5940version = "0.1.3"
5941source = "registry+https://github.com/rust-lang/crates.io-index"
5942checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
5943dependencies = [
5944 "byteorder-lite",
5945 "quick-error",
5946]
5947
5948[[package]]
5949name = "image_viewer"
5950version = "0.1.0"
5951dependencies = [
5952 "anyhow",
5953 "db",
5954 "file_icons",
5955 "gpui",
5956 "project",
5957 "settings",
5958 "theme",
5959 "ui",
5960 "util",
5961 "workspace",
5962]
5963
5964[[package]]
5965name = "imagesize"
5966version = "0.13.0"
5967source = "registry+https://github.com/rust-lang/crates.io-index"
5968checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
5969
5970[[package]]
5971name = "imgref"
5972version = "1.10.1"
5973source = "registry+https://github.com/rust-lang/crates.io-index"
5974checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
5975
5976[[package]]
5977name = "indexed_docs"
5978version = "0.1.0"
5979dependencies = [
5980 "anyhow",
5981 "async-trait",
5982 "cargo_metadata",
5983 "collections",
5984 "derive_more",
5985 "extension",
5986 "fs",
5987 "futures 0.3.30",
5988 "fuzzy",
5989 "gpui",
5990 "heed",
5991 "html_to_markdown",
5992 "http_client",
5993 "indexmap 1.9.3",
5994 "indoc",
5995 "parking_lot",
5996 "paths",
5997 "pretty_assertions",
5998 "serde",
5999 "strum 0.25.0",
6000 "util",
6001]
6002
6003[[package]]
6004name = "indexmap"
6005version = "1.9.3"
6006source = "registry+https://github.com/rust-lang/crates.io-index"
6007checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
6008dependencies = [
6009 "autocfg",
6010 "hashbrown 0.12.3",
6011 "serde",
6012]
6013
6014[[package]]
6015name = "indexmap"
6016version = "2.4.0"
6017source = "registry+https://github.com/rust-lang/crates.io-index"
6018checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
6019dependencies = [
6020 "equivalent",
6021 "hashbrown 0.14.5",
6022 "serde",
6023]
6024
6025[[package]]
6026name = "indoc"
6027version = "2.0.5"
6028source = "registry+https://github.com/rust-lang/crates.io-index"
6029checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6030
6031[[package]]
6032name = "infer"
6033version = "0.2.3"
6034source = "registry+https://github.com/rust-lang/crates.io-index"
6035checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6036
6037[[package]]
6038name = "inherent"
6039version = "1.0.11"
6040source = "registry+https://github.com/rust-lang/crates.io-index"
6041checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6042dependencies = [
6043 "proc-macro2",
6044 "quote",
6045 "syn 2.0.87",
6046]
6047
6048[[package]]
6049name = "inline_completion_button"
6050version = "0.1.0"
6051dependencies = [
6052 "anyhow",
6053 "copilot",
6054 "editor",
6055 "fs",
6056 "futures 0.3.30",
6057 "gpui",
6058 "indoc",
6059 "language",
6060 "lsp",
6061 "paths",
6062 "project",
6063 "serde_json",
6064 "settings",
6065 "supermaven",
6066 "theme",
6067 "ui",
6068 "util",
6069 "workspace",
6070 "zed_actions",
6071]
6072
6073[[package]]
6074name = "inotify"
6075version = "0.9.6"
6076source = "registry+https://github.com/rust-lang/crates.io-index"
6077checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6078dependencies = [
6079 "bitflags 1.3.2",
6080 "inotify-sys",
6081 "libc",
6082]
6083
6084[[package]]
6085name = "inotify-sys"
6086version = "0.1.5"
6087source = "registry+https://github.com/rust-lang/crates.io-index"
6088checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6089dependencies = [
6090 "libc",
6091]
6092
6093[[package]]
6094name = "inout"
6095version = "0.1.3"
6096source = "registry+https://github.com/rust-lang/crates.io-index"
6097checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6098dependencies = [
6099 "block-padding",
6100 "generic-array",
6101]
6102
6103[[package]]
6104name = "install_cli"
6105version = "0.1.0"
6106dependencies = [
6107 "anyhow",
6108 "gpui",
6109 "smol",
6110 "util",
6111]
6112
6113[[package]]
6114name = "instant"
6115version = "0.1.13"
6116source = "registry+https://github.com/rust-lang/crates.io-index"
6117checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6118dependencies = [
6119 "cfg-if",
6120]
6121
6122[[package]]
6123name = "interpolate_name"
6124version = "0.2.4"
6125source = "registry+https://github.com/rust-lang/crates.io-index"
6126checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6127dependencies = [
6128 "proc-macro2",
6129 "quote",
6130 "syn 2.0.87",
6131]
6132
6133[[package]]
6134name = "io-extras"
6135version = "0.18.2"
6136source = "registry+https://github.com/rust-lang/crates.io-index"
6137checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
6138dependencies = [
6139 "io-lifetimes 2.0.3",
6140 "windows-sys 0.52.0",
6141]
6142
6143[[package]]
6144name = "io-lifetimes"
6145version = "1.0.11"
6146source = "registry+https://github.com/rust-lang/crates.io-index"
6147checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
6148dependencies = [
6149 "hermit-abi 0.3.9",
6150 "libc",
6151 "windows-sys 0.48.0",
6152]
6153
6154[[package]]
6155name = "io-lifetimes"
6156version = "2.0.3"
6157source = "registry+https://github.com/rust-lang/crates.io-index"
6158checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
6159
6160[[package]]
6161name = "iovec"
6162version = "0.1.4"
6163source = "registry+https://github.com/rust-lang/crates.io-index"
6164checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6165dependencies = [
6166 "libc",
6167]
6168
6169[[package]]
6170name = "ipc-channel"
6171version = "0.18.3"
6172source = "registry+https://github.com/rust-lang/crates.io-index"
6173checksum = "c7f4c80f2df4fc64fb7fc2cff69fc034af26e6e6617ea9f1313131af464b9ca0"
6174dependencies = [
6175 "bincode",
6176 "crossbeam-channel",
6177 "fnv",
6178 "lazy_static",
6179 "libc",
6180 "mio 1.0.2",
6181 "rand 0.8.5",
6182 "serde",
6183 "tempfile",
6184 "uuid",
6185 "windows 0.58.0",
6186]
6187
6188[[package]]
6189name = "ipnet"
6190version = "2.9.0"
6191source = "registry+https://github.com/rust-lang/crates.io-index"
6192checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
6193
6194[[package]]
6195name = "is-docker"
6196version = "0.2.0"
6197source = "registry+https://github.com/rust-lang/crates.io-index"
6198checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6199dependencies = [
6200 "once_cell",
6201]
6202
6203[[package]]
6204name = "is-terminal"
6205version = "0.4.13"
6206source = "registry+https://github.com/rust-lang/crates.io-index"
6207checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6208dependencies = [
6209 "hermit-abi 0.4.0",
6210 "libc",
6211 "windows-sys 0.52.0",
6212]
6213
6214[[package]]
6215name = "is-wsl"
6216version = "0.4.0"
6217source = "registry+https://github.com/rust-lang/crates.io-index"
6218checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6219dependencies = [
6220 "is-docker",
6221 "once_cell",
6222]
6223
6224[[package]]
6225name = "is_terminal_polyfill"
6226version = "1.70.1"
6227source = "registry+https://github.com/rust-lang/crates.io-index"
6228checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6229
6230[[package]]
6231name = "itertools"
6232version = "0.10.5"
6233source = "registry+https://github.com/rust-lang/crates.io-index"
6234checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6235dependencies = [
6236 "either",
6237]
6238
6239[[package]]
6240name = "itertools"
6241version = "0.11.0"
6242source = "registry+https://github.com/rust-lang/crates.io-index"
6243checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6244dependencies = [
6245 "either",
6246]
6247
6248[[package]]
6249name = "itertools"
6250version = "0.12.1"
6251source = "registry+https://github.com/rust-lang/crates.io-index"
6252checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6253dependencies = [
6254 "either",
6255]
6256
6257[[package]]
6258name = "itertools"
6259version = "0.13.0"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6262dependencies = [
6263 "either",
6264]
6265
6266[[package]]
6267name = "itoa"
6268version = "1.0.11"
6269source = "registry+https://github.com/rust-lang/crates.io-index"
6270checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
6271
6272[[package]]
6273name = "jni"
6274version = "0.21.1"
6275source = "registry+https://github.com/rust-lang/crates.io-index"
6276checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6277dependencies = [
6278 "cesu8",
6279 "cfg-if",
6280 "combine",
6281 "jni-sys",
6282 "log",
6283 "thiserror",
6284 "walkdir",
6285 "windows-sys 0.45.0",
6286]
6287
6288[[package]]
6289name = "jni-sys"
6290version = "0.3.0"
6291source = "registry+https://github.com/rust-lang/crates.io-index"
6292checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6293
6294[[package]]
6295name = "jobserver"
6296version = "0.1.32"
6297source = "registry+https://github.com/rust-lang/crates.io-index"
6298checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6299dependencies = [
6300 "libc",
6301]
6302
6303[[package]]
6304name = "journal"
6305version = "0.1.0"
6306dependencies = [
6307 "anyhow",
6308 "chrono",
6309 "editor",
6310 "gpui",
6311 "log",
6312 "schemars",
6313 "serde",
6314 "settings",
6315 "shellexpand 2.1.2",
6316 "workspace",
6317]
6318
6319[[package]]
6320name = "jpeg-decoder"
6321version = "0.3.1"
6322source = "registry+https://github.com/rust-lang/crates.io-index"
6323checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6324
6325[[package]]
6326name = "js-sys"
6327version = "0.3.70"
6328source = "registry+https://github.com/rust-lang/crates.io-index"
6329checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
6330dependencies = [
6331 "wasm-bindgen",
6332]
6333
6334[[package]]
6335name = "jsonwebtoken"
6336version = "9.3.0"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6339dependencies = [
6340 "base64 0.21.7",
6341 "js-sys",
6342 "pem",
6343 "ring",
6344 "serde",
6345 "serde_json",
6346 "simple_asn1",
6347]
6348
6349[[package]]
6350name = "jupyter-serde"
6351version = "0.4.0"
6352source = "registry+https://github.com/rust-lang/crates.io-index"
6353checksum = "dd71aa17c4fa65e6d7536ab2728881a41f8feb2ee5841c2240516c3c3d65d8b3"
6354dependencies = [
6355 "anyhow",
6356 "serde",
6357 "serde_json",
6358 "thiserror",
6359 "uuid",
6360]
6361
6362[[package]]
6363name = "khronos-egl"
6364version = "6.0.0"
6365source = "registry+https://github.com/rust-lang/crates.io-index"
6366checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6367dependencies = [
6368 "libc",
6369 "libloading",
6370]
6371
6372[[package]]
6373name = "kqueue"
6374version = "1.0.8"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6377dependencies = [
6378 "kqueue-sys",
6379 "libc",
6380]
6381
6382[[package]]
6383name = "kqueue-sys"
6384version = "1.0.4"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6387dependencies = [
6388 "bitflags 1.3.2",
6389 "libc",
6390]
6391
6392[[package]]
6393name = "kurbo"
6394version = "0.11.0"
6395source = "registry+https://github.com/rust-lang/crates.io-index"
6396checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
6397dependencies = [
6398 "arrayvec",
6399 "smallvec",
6400]
6401
6402[[package]]
6403name = "kv-log-macro"
6404version = "1.0.7"
6405source = "registry+https://github.com/rust-lang/crates.io-index"
6406checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6407dependencies = [
6408 "log",
6409]
6410
6411[[package]]
6412name = "language"
6413version = "0.1.0"
6414dependencies = [
6415 "anyhow",
6416 "async-trait",
6417 "async-watch",
6418 "clock",
6419 "collections",
6420 "ctor",
6421 "ec4rs",
6422 "env_logger 0.11.5",
6423 "futures 0.3.30",
6424 "fuzzy",
6425 "git",
6426 "globset",
6427 "gpui",
6428 "http_client",
6429 "indoc",
6430 "itertools 0.13.0",
6431 "log",
6432 "lsp",
6433 "parking_lot",
6434 "postage",
6435 "pretty_assertions",
6436 "pulldown-cmark 0.12.2",
6437 "rand 0.8.5",
6438 "regex",
6439 "rpc",
6440 "schemars",
6441 "serde",
6442 "serde_json",
6443 "settings",
6444 "similar",
6445 "smallvec",
6446 "smol",
6447 "strsim",
6448 "sum_tree",
6449 "task",
6450 "text",
6451 "theme",
6452 "tree-sitter",
6453 "tree-sitter-elixir",
6454 "tree-sitter-embedded-template",
6455 "tree-sitter-heex",
6456 "tree-sitter-html",
6457 "tree-sitter-json",
6458 "tree-sitter-md",
6459 "tree-sitter-ruby",
6460 "tree-sitter-rust",
6461 "tree-sitter-typescript",
6462 "unicase",
6463 "unindent",
6464 "util",
6465]
6466
6467[[package]]
6468name = "language_model"
6469version = "0.1.0"
6470dependencies = [
6471 "anthropic",
6472 "anyhow",
6473 "base64 0.22.1",
6474 "client",
6475 "collections",
6476 "copilot",
6477 "ctor",
6478 "editor",
6479 "env_logger 0.11.5",
6480 "feature_flags",
6481 "futures 0.3.30",
6482 "google_ai",
6483 "gpui",
6484 "http_client",
6485 "image",
6486 "inline_completion_button",
6487 "language",
6488 "log",
6489 "menu",
6490 "ollama",
6491 "open_ai",
6492 "parking_lot",
6493 "project",
6494 "proto",
6495 "rand 0.8.5",
6496 "schemars",
6497 "serde",
6498 "serde_json",
6499 "settings",
6500 "smol",
6501 "strum 0.25.0",
6502 "telemetry_events",
6503 "text",
6504 "theme",
6505 "thiserror",
6506 "tiktoken-rs",
6507 "ui",
6508 "unindent",
6509 "util",
6510]
6511
6512[[package]]
6513name = "language_selector"
6514version = "0.1.0"
6515dependencies = [
6516 "anyhow",
6517 "editor",
6518 "fuzzy",
6519 "gpui",
6520 "language",
6521 "picker",
6522 "project",
6523 "ui",
6524 "util",
6525 "workspace",
6526]
6527
6528[[package]]
6529name = "language_tools"
6530version = "0.1.0"
6531dependencies = [
6532 "anyhow",
6533 "client",
6534 "collections",
6535 "copilot",
6536 "editor",
6537 "env_logger 0.11.5",
6538 "futures 0.3.30",
6539 "gpui",
6540 "itertools 0.13.0",
6541 "language",
6542 "lsp",
6543 "project",
6544 "release_channel",
6545 "serde_json",
6546 "settings",
6547 "theme",
6548 "tree-sitter",
6549 "ui",
6550 "util",
6551 "workspace",
6552 "zed_actions",
6553]
6554
6555[[package]]
6556name = "languages"
6557version = "0.1.0"
6558dependencies = [
6559 "anyhow",
6560 "async-compression",
6561 "async-tar",
6562 "async-trait",
6563 "collections",
6564 "futures 0.3.30",
6565 "gpui",
6566 "http_client",
6567 "language",
6568 "log",
6569 "lsp",
6570 "node_runtime",
6571 "paths",
6572 "pet",
6573 "pet-conda",
6574 "pet-core",
6575 "pet-fs",
6576 "pet-poetry",
6577 "pet-reporter",
6578 "project",
6579 "regex",
6580 "rope",
6581 "rust-embed",
6582 "serde",
6583 "serde_json",
6584 "settings",
6585 "smol",
6586 "task",
6587 "text",
6588 "theme",
6589 "toml 0.8.19",
6590 "tree-sitter",
6591 "tree-sitter-bash",
6592 "tree-sitter-c",
6593 "tree-sitter-cpp",
6594 "tree-sitter-css",
6595 "tree-sitter-diff",
6596 "tree-sitter-go",
6597 "tree-sitter-gomod",
6598 "tree-sitter-gowork",
6599 "tree-sitter-jsdoc",
6600 "tree-sitter-json",
6601 "tree-sitter-md",
6602 "tree-sitter-python",
6603 "tree-sitter-regex",
6604 "tree-sitter-rust",
6605 "tree-sitter-typescript",
6606 "tree-sitter-yaml",
6607 "unindent",
6608 "util",
6609 "workspace",
6610]
6611
6612[[package]]
6613name = "lazy_static"
6614version = "1.5.0"
6615source = "registry+https://github.com/rust-lang/crates.io-index"
6616checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6617dependencies = [
6618 "spin",
6619]
6620
6621[[package]]
6622name = "lazycell"
6623version = "1.3.0"
6624source = "registry+https://github.com/rust-lang/crates.io-index"
6625checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
6626
6627[[package]]
6628name = "leb128"
6629version = "0.2.5"
6630source = "registry+https://github.com/rust-lang/crates.io-index"
6631checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6632
6633[[package]]
6634name = "lebe"
6635version = "0.5.2"
6636source = "registry+https://github.com/rust-lang/crates.io-index"
6637checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6638
6639[[package]]
6640name = "libc"
6641version = "0.2.162"
6642source = "registry+https://github.com/rust-lang/crates.io-index"
6643checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
6644
6645[[package]]
6646name = "libdbus-sys"
6647version = "0.2.5"
6648source = "registry+https://github.com/rust-lang/crates.io-index"
6649checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6650dependencies = [
6651 "cc",
6652 "pkg-config",
6653]
6654
6655[[package]]
6656name = "libfuzzer-sys"
6657version = "0.4.7"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
6660dependencies = [
6661 "arbitrary",
6662 "cc",
6663 "once_cell",
6664]
6665
6666[[package]]
6667name = "libgit2-sys"
6668version = "0.17.0+1.8.1"
6669source = "registry+https://github.com/rust-lang/crates.io-index"
6670checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6671dependencies = [
6672 "cc",
6673 "libc",
6674 "libz-sys",
6675 "pkg-config",
6676]
6677
6678[[package]]
6679name = "libloading"
6680version = "0.8.5"
6681source = "registry+https://github.com/rust-lang/crates.io-index"
6682checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
6683dependencies = [
6684 "cfg-if",
6685 "windows-targets 0.52.6",
6686]
6687
6688[[package]]
6689name = "libm"
6690version = "0.2.8"
6691source = "registry+https://github.com/rust-lang/crates.io-index"
6692checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
6693
6694[[package]]
6695name = "libmimalloc-sys"
6696version = "0.1.39"
6697source = "registry+https://github.com/rust-lang/crates.io-index"
6698checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6699dependencies = [
6700 "cc",
6701 "libc",
6702]
6703
6704[[package]]
6705name = "libredox"
6706version = "0.1.3"
6707source = "registry+https://github.com/rust-lang/crates.io-index"
6708checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6709dependencies = [
6710 "bitflags 2.6.0",
6711 "libc",
6712 "redox_syscall 0.5.3",
6713]
6714
6715[[package]]
6716name = "libsqlite3-sys"
6717version = "0.28.0"
6718source = "registry+https://github.com/rust-lang/crates.io-index"
6719checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
6720dependencies = [
6721 "cc",
6722 "pkg-config",
6723 "vcpkg",
6724]
6725
6726[[package]]
6727name = "libwebrtc"
6728version = "0.3.7"
6729source = "git+https://github.com/zed-industries/rust-sdks?rev=4262308983646ab5b0e0802c3d8bc52154f99aab#4262308983646ab5b0e0802c3d8bc52154f99aab"
6730dependencies = [
6731 "cxx",
6732 "jni",
6733 "js-sys",
6734 "lazy_static",
6735 "livekit-protocol",
6736 "livekit-runtime",
6737 "log",
6738 "parking_lot",
6739 "serde",
6740 "serde_json",
6741 "thiserror",
6742 "tokio",
6743 "wasm-bindgen",
6744 "wasm-bindgen-futures",
6745 "web-sys",
6746 "webrtc-sys",
6747]
6748
6749[[package]]
6750name = "libz-sys"
6751version = "1.1.20"
6752source = "registry+https://github.com/rust-lang/crates.io-index"
6753checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6754dependencies = [
6755 "cc",
6756 "libc",
6757 "pkg-config",
6758 "vcpkg",
6759]
6760
6761[[package]]
6762name = "link-cplusplus"
6763version = "1.0.9"
6764source = "registry+https://github.com/rust-lang/crates.io-index"
6765checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
6766dependencies = [
6767 "cc",
6768]
6769
6770[[package]]
6771name = "linkify"
6772version = "0.10.0"
6773source = "registry+https://github.com/rust-lang/crates.io-index"
6774checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
6775dependencies = [
6776 "memchr",
6777]
6778
6779[[package]]
6780name = "linkme"
6781version = "0.3.31"
6782source = "registry+https://github.com/rust-lang/crates.io-index"
6783checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
6784dependencies = [
6785 "linkme-impl",
6786]
6787
6788[[package]]
6789name = "linkme-impl"
6790version = "0.3.31"
6791source = "registry+https://github.com/rust-lang/crates.io-index"
6792checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
6793dependencies = [
6794 "proc-macro2",
6795 "quote",
6796 "syn 2.0.87",
6797]
6798
6799[[package]]
6800name = "linux-raw-sys"
6801version = "0.3.8"
6802source = "registry+https://github.com/rust-lang/crates.io-index"
6803checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6804
6805[[package]]
6806name = "linux-raw-sys"
6807version = "0.4.14"
6808source = "registry+https://github.com/rust-lang/crates.io-index"
6809checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
6810
6811[[package]]
6812name = "live_kit_client"
6813version = "0.1.0"
6814dependencies = [
6815 "anyhow",
6816 "async-trait",
6817 "collections",
6818 "core-foundation 0.9.4",
6819 "cpal",
6820 "futures 0.3.30",
6821 "gpui",
6822 "http 0.2.12",
6823 "http_client",
6824 "live_kit_server",
6825 "livekit",
6826 "log",
6827 "media",
6828 "nanoid",
6829 "parking_lot",
6830 "postage",
6831 "serde",
6832 "serde_json",
6833 "sha2",
6834 "simplelog",
6835 "util",
6836]
6837
6838[[package]]
6839name = "live_kit_server"
6840version = "0.1.0"
6841dependencies = [
6842 "anyhow",
6843 "async-trait",
6844 "jsonwebtoken",
6845 "log",
6846 "prost 0.9.0",
6847 "prost-build 0.9.0",
6848 "prost-types 0.9.0",
6849 "reqwest 0.12.8",
6850 "serde",
6851]
6852
6853[[package]]
6854name = "livekit"
6855version = "0.7.0"
6856source = "git+https://github.com/zed-industries/rust-sdks?rev=4262308983646ab5b0e0802c3d8bc52154f99aab#4262308983646ab5b0e0802c3d8bc52154f99aab"
6857dependencies = [
6858 "chrono",
6859 "futures-util",
6860 "lazy_static",
6861 "libwebrtc",
6862 "livekit-api",
6863 "livekit-protocol",
6864 "livekit-runtime",
6865 "log",
6866 "parking_lot",
6867 "prost 0.12.6",
6868 "semver",
6869 "serde",
6870 "serde_json",
6871 "thiserror",
6872 "tokio",
6873]
6874
6875[[package]]
6876name = "livekit-api"
6877version = "0.4.1"
6878source = "git+https://github.com/zed-industries/rust-sdks?rev=4262308983646ab5b0e0802c3d8bc52154f99aab#4262308983646ab5b0e0802c3d8bc52154f99aab"
6879dependencies = [
6880 "async-tungstenite 0.25.1",
6881 "futures-util",
6882 "http 0.2.12",
6883 "jsonwebtoken",
6884 "livekit-protocol",
6885 "livekit-runtime",
6886 "log",
6887 "parking_lot",
6888 "prost 0.12.6",
6889 "reqwest 0.11.27",
6890 "scopeguard",
6891 "serde",
6892 "serde_json",
6893 "sha2",
6894 "thiserror",
6895 "tokio",
6896 "tokio-tungstenite 0.20.1",
6897 "url",
6898]
6899
6900[[package]]
6901name = "livekit-protocol"
6902version = "0.3.6"
6903source = "git+https://github.com/zed-industries/rust-sdks?rev=4262308983646ab5b0e0802c3d8bc52154f99aab#4262308983646ab5b0e0802c3d8bc52154f99aab"
6904dependencies = [
6905 "futures-util",
6906 "livekit-runtime",
6907 "parking_lot",
6908 "pbjson",
6909 "pbjson-types",
6910 "prost 0.12.6",
6911 "prost-types 0.12.6",
6912 "serde",
6913 "thiserror",
6914 "tokio",
6915]
6916
6917[[package]]
6918name = "livekit-runtime"
6919version = "0.3.1"
6920source = "git+https://github.com/zed-industries/rust-sdks?rev=4262308983646ab5b0e0802c3d8bc52154f99aab#4262308983646ab5b0e0802c3d8bc52154f99aab"
6921dependencies = [
6922 "async-io 2.3.4",
6923 "async-std",
6924 "async-task",
6925 "futures 0.3.30",
6926]
6927
6928[[package]]
6929name = "lmdb-master-sys"
6930version = "0.2.4"
6931source = "registry+https://github.com/rust-lang/crates.io-index"
6932checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6933dependencies = [
6934 "cc",
6935 "doxygen-rs",
6936 "libc",
6937]
6938
6939[[package]]
6940name = "lock_api"
6941version = "0.4.12"
6942source = "registry+https://github.com/rust-lang/crates.io-index"
6943checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6944dependencies = [
6945 "autocfg",
6946 "scopeguard",
6947]
6948
6949[[package]]
6950name = "log"
6951version = "0.4.22"
6952source = "registry+https://github.com/rust-lang/crates.io-index"
6953checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6954dependencies = [
6955 "serde",
6956 "value-bag",
6957]
6958
6959[[package]]
6960name = "loop9"
6961version = "0.1.5"
6962source = "registry+https://github.com/rust-lang/crates.io-index"
6963checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6964dependencies = [
6965 "imgref",
6966]
6967
6968[[package]]
6969name = "lru"
6970version = "0.12.4"
6971source = "registry+https://github.com/rust-lang/crates.io-index"
6972checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6973dependencies = [
6974 "hashbrown 0.14.5",
6975]
6976
6977[[package]]
6978name = "lsp"
6979version = "0.1.0"
6980dependencies = [
6981 "anyhow",
6982 "async-pipe",
6983 "collections",
6984 "ctor",
6985 "env_logger 0.11.5",
6986 "futures 0.3.30",
6987 "gpui",
6988 "log",
6989 "lsp-types",
6990 "parking_lot",
6991 "postage",
6992 "release_channel",
6993 "schemars",
6994 "serde",
6995 "serde_json",
6996 "smol",
6997 "util",
6998 "windows 0.58.0",
6999]
7000
7001[[package]]
7002name = "lsp-types"
7003version = "0.95.1"
7004source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7005dependencies = [
7006 "bitflags 1.3.2",
7007 "serde",
7008 "serde_json",
7009 "serde_repr",
7010 "url",
7011]
7012
7013[[package]]
7014name = "lz4"
7015version = "1.26.0"
7016source = "registry+https://github.com/rust-lang/crates.io-index"
7017checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
7018dependencies = [
7019 "libc",
7020 "lz4-sys",
7021]
7022
7023[[package]]
7024name = "lz4-sys"
7025version = "1.10.0"
7026source = "registry+https://github.com/rust-lang/crates.io-index"
7027checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
7028dependencies = [
7029 "cc",
7030 "libc",
7031]
7032
7033[[package]]
7034name = "mac"
7035version = "0.1.1"
7036source = "registry+https://github.com/rust-lang/crates.io-index"
7037checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7038
7039[[package]]
7040name = "mach2"
7041version = "0.4.2"
7042source = "registry+https://github.com/rust-lang/crates.io-index"
7043checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7044dependencies = [
7045 "libc",
7046]
7047
7048[[package]]
7049name = "malloc_buf"
7050version = "0.0.6"
7051source = "registry+https://github.com/rust-lang/crates.io-index"
7052checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7053dependencies = [
7054 "libc",
7055]
7056
7057[[package]]
7058name = "maplit"
7059version = "1.0.2"
7060source = "registry+https://github.com/rust-lang/crates.io-index"
7061checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7062
7063[[package]]
7064name = "markdown"
7065version = "0.1.0"
7066dependencies = [
7067 "anyhow",
7068 "assets",
7069 "env_logger 0.11.5",
7070 "futures 0.3.30",
7071 "gpui",
7072 "language",
7073 "languages",
7074 "linkify",
7075 "log",
7076 "node_runtime",
7077 "pulldown-cmark 0.12.2",
7078 "settings",
7079 "theme",
7080 "ui",
7081 "util",
7082]
7083
7084[[package]]
7085name = "markdown_preview"
7086version = "0.1.0"
7087dependencies = [
7088 "anyhow",
7089 "async-recursion 1.1.1",
7090 "collections",
7091 "editor",
7092 "gpui",
7093 "language",
7094 "linkify",
7095 "log",
7096 "pretty_assertions",
7097 "pulldown-cmark 0.12.2",
7098 "settings",
7099 "theme",
7100 "ui",
7101 "workspace",
7102]
7103
7104[[package]]
7105name = "markup5ever"
7106version = "0.12.1"
7107source = "registry+https://github.com/rust-lang/crates.io-index"
7108checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7109dependencies = [
7110 "log",
7111 "phf",
7112 "phf_codegen",
7113 "string_cache",
7114 "string_cache_codegen",
7115 "tendril",
7116]
7117
7118[[package]]
7119name = "markup5ever_rcdom"
7120version = "0.3.0"
7121source = "registry+https://github.com/rust-lang/crates.io-index"
7122checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7123dependencies = [
7124 "html5ever",
7125 "markup5ever",
7126 "tendril",
7127 "xml5ever",
7128]
7129
7130[[package]]
7131name = "matchers"
7132version = "0.1.0"
7133source = "registry+https://github.com/rust-lang/crates.io-index"
7134checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7135dependencies = [
7136 "regex-automata 0.1.10",
7137]
7138
7139[[package]]
7140name = "matchit"
7141version = "0.7.3"
7142source = "registry+https://github.com/rust-lang/crates.io-index"
7143checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7144
7145[[package]]
7146name = "maybe-owned"
7147version = "0.3.4"
7148source = "registry+https://github.com/rust-lang/crates.io-index"
7149checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7150
7151[[package]]
7152name = "maybe-rayon"
7153version = "0.1.1"
7154source = "registry+https://github.com/rust-lang/crates.io-index"
7155checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7156dependencies = [
7157 "cfg-if",
7158]
7159
7160[[package]]
7161name = "md-5"
7162version = "0.10.6"
7163source = "registry+https://github.com/rust-lang/crates.io-index"
7164checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7165dependencies = [
7166 "cfg-if",
7167 "digest",
7168]
7169
7170[[package]]
7171name = "mdbook"
7172version = "0.4.42"
7173source = "registry+https://github.com/rust-lang/crates.io-index"
7174checksum = "7624879735513024d323e7267a0b3a7176aceb0db537939beb4ee31d9e8945e3"
7175dependencies = [
7176 "ammonia",
7177 "anyhow",
7178 "chrono",
7179 "clap",
7180 "clap_complete",
7181 "elasticlunr-rs",
7182 "env_logger 0.11.5",
7183 "futures-util",
7184 "handlebars 6.2.0",
7185 "ignore",
7186 "log",
7187 "memchr",
7188 "notify",
7189 "notify-debouncer-mini",
7190 "once_cell",
7191 "opener",
7192 "pathdiff",
7193 "pulldown-cmark 0.10.3",
7194 "regex",
7195 "serde",
7196 "serde_json",
7197 "shlex",
7198 "tempfile",
7199 "tokio",
7200 "toml 0.5.11",
7201 "topological-sort",
7202 "walkdir",
7203 "warp",
7204]
7205
7206[[package]]
7207name = "media"
7208version = "0.1.0"
7209dependencies = [
7210 "anyhow",
7211 "bindgen 0.70.1",
7212 "core-foundation 0.9.4",
7213 "ctor",
7214 "foreign-types 0.5.0",
7215 "metal",
7216 "objc",
7217]
7218
7219[[package]]
7220name = "memchr"
7221version = "2.7.4"
7222source = "registry+https://github.com/rust-lang/crates.io-index"
7223checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7224
7225[[package]]
7226name = "memfd"
7227version = "0.6.4"
7228source = "registry+https://github.com/rust-lang/crates.io-index"
7229checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7230dependencies = [
7231 "rustix 0.38.35",
7232]
7233
7234[[package]]
7235name = "memmap2"
7236version = "0.9.4"
7237source = "registry+https://github.com/rust-lang/crates.io-index"
7238checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
7239dependencies = [
7240 "libc",
7241]
7242
7243[[package]]
7244name = "memoffset"
7245version = "0.9.1"
7246source = "registry+https://github.com/rust-lang/crates.io-index"
7247checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7248dependencies = [
7249 "autocfg",
7250]
7251
7252[[package]]
7253name = "menu"
7254version = "0.1.0"
7255dependencies = [
7256 "gpui",
7257 "serde",
7258]
7259
7260[[package]]
7261name = "metal"
7262version = "0.29.0"
7263source = "registry+https://github.com/rust-lang/crates.io-index"
7264checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
7265dependencies = [
7266 "bitflags 2.6.0",
7267 "block",
7268 "core-graphics-types 0.1.3",
7269 "foreign-types 0.5.0",
7270 "log",
7271 "objc",
7272 "paste",
7273]
7274
7275[[package]]
7276name = "mimalloc"
7277version = "0.1.43"
7278source = "registry+https://github.com/rust-lang/crates.io-index"
7279checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7280dependencies = [
7281 "libmimalloc-sys",
7282]
7283
7284[[package]]
7285name = "mime"
7286version = "0.3.17"
7287source = "registry+https://github.com/rust-lang/crates.io-index"
7288checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7289
7290[[package]]
7291name = "mime_guess"
7292version = "2.0.5"
7293source = "registry+https://github.com/rust-lang/crates.io-index"
7294checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7295dependencies = [
7296 "mime",
7297 "unicase",
7298]
7299
7300[[package]]
7301name = "minimal-lexical"
7302version = "0.2.1"
7303source = "registry+https://github.com/rust-lang/crates.io-index"
7304checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7305
7306[[package]]
7307name = "miniz_oxide"
7308version = "0.7.4"
7309source = "registry+https://github.com/rust-lang/crates.io-index"
7310checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
7311dependencies = [
7312 "adler",
7313 "simd-adler32",
7314]
7315
7316[[package]]
7317name = "miniz_oxide"
7318version = "0.8.0"
7319source = "registry+https://github.com/rust-lang/crates.io-index"
7320checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7321dependencies = [
7322 "adler2",
7323]
7324
7325[[package]]
7326name = "mint"
7327version = "0.5.9"
7328source = "registry+https://github.com/rust-lang/crates.io-index"
7329checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7330
7331[[package]]
7332name = "mio"
7333version = "0.8.11"
7334source = "registry+https://github.com/rust-lang/crates.io-index"
7335checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7336dependencies = [
7337 "libc",
7338 "log",
7339 "wasi 0.11.0+wasi-snapshot-preview1",
7340 "windows-sys 0.48.0",
7341]
7342
7343[[package]]
7344name = "mio"
7345version = "1.0.2"
7346source = "registry+https://github.com/rust-lang/crates.io-index"
7347checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
7348dependencies = [
7349 "hermit-abi 0.3.9",
7350 "libc",
7351 "log",
7352 "wasi 0.11.0+wasi-snapshot-preview1",
7353 "windows-sys 0.52.0",
7354]
7355
7356[[package]]
7357name = "miow"
7358version = "0.6.0"
7359source = "registry+https://github.com/rust-lang/crates.io-index"
7360checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7361dependencies = [
7362 "windows-sys 0.48.0",
7363]
7364
7365[[package]]
7366name = "msvc_spectre_libs"
7367version = "0.1.2"
7368source = "registry+https://github.com/rust-lang/crates.io-index"
7369checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7370dependencies = [
7371 "cc",
7372]
7373
7374[[package]]
7375name = "multi_buffer"
7376version = "0.1.0"
7377dependencies = [
7378 "anyhow",
7379 "clock",
7380 "collections",
7381 "ctor",
7382 "env_logger 0.11.5",
7383 "futures 0.3.30",
7384 "gpui",
7385 "itertools 0.13.0",
7386 "language",
7387 "log",
7388 "parking_lot",
7389 "rand 0.8.5",
7390 "serde",
7391 "settings",
7392 "smallvec",
7393 "sum_tree",
7394 "text",
7395 "theme",
7396 "util",
7397]
7398
7399[[package]]
7400name = "multimap"
7401version = "0.8.3"
7402source = "registry+https://github.com/rust-lang/crates.io-index"
7403checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7404
7405[[package]]
7406name = "naga"
7407version = "22.1.0"
7408source = "registry+https://github.com/rust-lang/crates.io-index"
7409checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
7410dependencies = [
7411 "arrayvec",
7412 "bit-set 0.6.0",
7413 "bitflags 2.6.0",
7414 "cfg_aliases 0.1.1",
7415 "codespan-reporting",
7416 "hexf-parse",
7417 "indexmap 2.4.0",
7418 "log",
7419 "rustc-hash 1.1.0",
7420 "spirv",
7421 "termcolor",
7422 "thiserror",
7423 "unicode-xid",
7424]
7425
7426[[package]]
7427name = "nanoid"
7428version = "0.4.0"
7429source = "registry+https://github.com/rust-lang/crates.io-index"
7430checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7431dependencies = [
7432 "rand 0.8.5",
7433]
7434
7435[[package]]
7436name = "nanorand"
7437version = "0.7.0"
7438source = "registry+https://github.com/rust-lang/crates.io-index"
7439checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7440dependencies = [
7441 "getrandom 0.2.15",
7442]
7443
7444[[package]]
7445name = "native-tls"
7446version = "0.2.12"
7447source = "registry+https://github.com/rust-lang/crates.io-index"
7448checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7449dependencies = [
7450 "libc",
7451 "log",
7452 "openssl",
7453 "openssl-probe",
7454 "openssl-sys",
7455 "schannel",
7456 "security-framework",
7457 "security-framework-sys",
7458 "tempfile",
7459]
7460
7461[[package]]
7462name = "nbformat"
7463version = "0.5.0"
7464source = "registry+https://github.com/rust-lang/crates.io-index"
7465checksum = "c9ffb2ca556072f114bcaf2ca01dde7f1bc8a4946097dd804cb5a22d8af7d6df"
7466dependencies = [
7467 "anyhow",
7468 "chrono",
7469 "jupyter-serde",
7470 "serde",
7471 "serde_json",
7472 "thiserror",
7473 "uuid",
7474]
7475
7476[[package]]
7477name = "ndk"
7478version = "0.8.0"
7479source = "registry+https://github.com/rust-lang/crates.io-index"
7480checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7481dependencies = [
7482 "bitflags 2.6.0",
7483 "jni-sys",
7484 "log",
7485 "ndk-sys",
7486 "num_enum",
7487 "thiserror",
7488]
7489
7490[[package]]
7491name = "ndk-context"
7492version = "0.1.1"
7493source = "registry+https://github.com/rust-lang/crates.io-index"
7494checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7495
7496[[package]]
7497name = "ndk-sys"
7498version = "0.5.0+25.2.9519653"
7499source = "registry+https://github.com/rust-lang/crates.io-index"
7500checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7501dependencies = [
7502 "jni-sys",
7503]
7504
7505[[package]]
7506name = "new_debug_unreachable"
7507version = "1.0.6"
7508source = "registry+https://github.com/rust-lang/crates.io-index"
7509checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7510
7511[[package]]
7512name = "nix"
7513version = "0.29.0"
7514source = "registry+https://github.com/rust-lang/crates.io-index"
7515checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7516dependencies = [
7517 "bitflags 2.6.0",
7518 "cfg-if",
7519 "cfg_aliases 0.2.1",
7520 "libc",
7521 "memoffset",
7522]
7523
7524[[package]]
7525name = "node_runtime"
7526version = "0.1.0"
7527dependencies = [
7528 "anyhow",
7529 "async-compression",
7530 "async-std",
7531 "async-tar",
7532 "async-trait",
7533 "async-watch",
7534 "async_zip",
7535 "futures 0.3.30",
7536 "http_client",
7537 "log",
7538 "paths",
7539 "semver",
7540 "serde",
7541 "serde_json",
7542 "smol",
7543 "tempfile",
7544 "util",
7545 "walkdir",
7546 "which 6.0.3",
7547 "windows 0.58.0",
7548]
7549
7550[[package]]
7551name = "nom"
7552version = "7.1.3"
7553source = "registry+https://github.com/rust-lang/crates.io-index"
7554checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7555dependencies = [
7556 "memchr",
7557 "minimal-lexical",
7558]
7559
7560[[package]]
7561name = "noop_proc_macro"
7562version = "0.3.0"
7563source = "registry+https://github.com/rust-lang/crates.io-index"
7564checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7565
7566[[package]]
7567name = "normpath"
7568version = "1.3.0"
7569source = "registry+https://github.com/rust-lang/crates.io-index"
7570checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7571dependencies = [
7572 "windows-sys 0.59.0",
7573]
7574
7575[[package]]
7576name = "notifications"
7577version = "0.1.0"
7578dependencies = [
7579 "anyhow",
7580 "channel",
7581 "client",
7582 "collections",
7583 "db",
7584 "gpui",
7585 "rpc",
7586 "settings",
7587 "sum_tree",
7588 "time",
7589 "util",
7590]
7591
7592[[package]]
7593name = "notify"
7594version = "6.1.1"
7595source = "registry+https://github.com/rust-lang/crates.io-index"
7596checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7597dependencies = [
7598 "bitflags 2.6.0",
7599 "crossbeam-channel",
7600 "filetime",
7601 "fsevent-sys 4.1.0",
7602 "inotify",
7603 "kqueue",
7604 "libc",
7605 "log",
7606 "mio 0.8.11",
7607 "walkdir",
7608 "windows-sys 0.48.0",
7609]
7610
7611[[package]]
7612name = "notify-debouncer-mini"
7613version = "0.4.1"
7614source = "registry+https://github.com/rust-lang/crates.io-index"
7615checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7616dependencies = [
7617 "crossbeam-channel",
7618 "log",
7619 "notify",
7620]
7621
7622[[package]]
7623name = "ntapi"
7624version = "0.4.1"
7625source = "registry+https://github.com/rust-lang/crates.io-index"
7626checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7627dependencies = [
7628 "winapi",
7629]
7630
7631[[package]]
7632name = "nu-ansi-term"
7633version = "0.46.0"
7634source = "registry+https://github.com/rust-lang/crates.io-index"
7635checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7636dependencies = [
7637 "overload",
7638 "winapi",
7639]
7640
7641[[package]]
7642name = "num"
7643version = "0.4.3"
7644source = "registry+https://github.com/rust-lang/crates.io-index"
7645checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7646dependencies = [
7647 "num-bigint",
7648 "num-complex",
7649 "num-integer",
7650 "num-iter",
7651 "num-rational",
7652 "num-traits",
7653]
7654
7655[[package]]
7656name = "num-bigint"
7657version = "0.4.6"
7658source = "registry+https://github.com/rust-lang/crates.io-index"
7659checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7660dependencies = [
7661 "num-integer",
7662 "num-traits",
7663]
7664
7665[[package]]
7666name = "num-bigint-dig"
7667version = "0.8.4"
7668source = "registry+https://github.com/rust-lang/crates.io-index"
7669checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7670dependencies = [
7671 "byteorder",
7672 "lazy_static",
7673 "libm",
7674 "num-integer",
7675 "num-iter",
7676 "num-traits",
7677 "rand 0.8.5",
7678 "serde",
7679 "smallvec",
7680 "zeroize",
7681]
7682
7683[[package]]
7684name = "num-complex"
7685version = "0.4.6"
7686source = "registry+https://github.com/rust-lang/crates.io-index"
7687checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7688dependencies = [
7689 "num-traits",
7690]
7691
7692[[package]]
7693name = "num-conv"
7694version = "0.1.0"
7695source = "registry+https://github.com/rust-lang/crates.io-index"
7696checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7697
7698[[package]]
7699name = "num-derive"
7700version = "0.4.2"
7701source = "registry+https://github.com/rust-lang/crates.io-index"
7702checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7703dependencies = [
7704 "proc-macro2",
7705 "quote",
7706 "syn 2.0.87",
7707]
7708
7709[[package]]
7710name = "num-format"
7711version = "0.4.4"
7712source = "registry+https://github.com/rust-lang/crates.io-index"
7713checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7714dependencies = [
7715 "arrayvec",
7716 "itoa",
7717]
7718
7719[[package]]
7720name = "num-integer"
7721version = "0.1.46"
7722source = "registry+https://github.com/rust-lang/crates.io-index"
7723checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7724dependencies = [
7725 "num-traits",
7726]
7727
7728[[package]]
7729name = "num-iter"
7730version = "0.1.45"
7731source = "registry+https://github.com/rust-lang/crates.io-index"
7732checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7733dependencies = [
7734 "autocfg",
7735 "num-integer",
7736 "num-traits",
7737]
7738
7739[[package]]
7740name = "num-modular"
7741version = "0.6.1"
7742source = "registry+https://github.com/rust-lang/crates.io-index"
7743checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
7744
7745[[package]]
7746name = "num-order"
7747version = "1.2.0"
7748source = "registry+https://github.com/rust-lang/crates.io-index"
7749checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
7750dependencies = [
7751 "num-modular",
7752]
7753
7754[[package]]
7755name = "num-rational"
7756version = "0.4.2"
7757source = "registry+https://github.com/rust-lang/crates.io-index"
7758checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7759dependencies = [
7760 "num-bigint",
7761 "num-integer",
7762 "num-traits",
7763]
7764
7765[[package]]
7766name = "num-traits"
7767version = "0.2.19"
7768source = "registry+https://github.com/rust-lang/crates.io-index"
7769checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7770dependencies = [
7771 "autocfg",
7772 "libm",
7773]
7774
7775[[package]]
7776name = "num_cpus"
7777version = "1.16.0"
7778source = "registry+https://github.com/rust-lang/crates.io-index"
7779checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7780dependencies = [
7781 "hermit-abi 0.3.9",
7782 "libc",
7783]
7784
7785[[package]]
7786name = "num_enum"
7787version = "0.7.3"
7788source = "registry+https://github.com/rust-lang/crates.io-index"
7789checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7790dependencies = [
7791 "num_enum_derive",
7792]
7793
7794[[package]]
7795name = "num_enum_derive"
7796version = "0.7.3"
7797source = "registry+https://github.com/rust-lang/crates.io-index"
7798checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7799dependencies = [
7800 "proc-macro-crate",
7801 "proc-macro2",
7802 "quote",
7803 "syn 2.0.87",
7804]
7805
7806[[package]]
7807name = "num_threads"
7808version = "0.1.7"
7809source = "registry+https://github.com/rust-lang/crates.io-index"
7810checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7811dependencies = [
7812 "libc",
7813]
7814
7815[[package]]
7816name = "nvim-rs"
7817version = "0.8.0-pre"
7818source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7819dependencies = [
7820 "async-trait",
7821 "futures 0.3.30",
7822 "log",
7823 "parity-tokio-ipc",
7824 "rmp",
7825 "rmpv",
7826 "tokio",
7827 "tokio-util",
7828 "winapi",
7829]
7830
7831[[package]]
7832name = "objc"
7833version = "0.2.7"
7834source = "registry+https://github.com/rust-lang/crates.io-index"
7835checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7836dependencies = [
7837 "malloc_buf",
7838]
7839
7840[[package]]
7841name = "object"
7842version = "0.36.4"
7843source = "registry+https://github.com/rust-lang/crates.io-index"
7844checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
7845dependencies = [
7846 "crc32fast",
7847 "hashbrown 0.14.5",
7848 "indexmap 2.4.0",
7849 "memchr",
7850]
7851
7852[[package]]
7853name = "oboe"
7854version = "0.6.1"
7855source = "registry+https://github.com/rust-lang/crates.io-index"
7856checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7857dependencies = [
7858 "jni",
7859 "ndk",
7860 "ndk-context",
7861 "num-derive",
7862 "num-traits",
7863 "oboe-sys",
7864]
7865
7866[[package]]
7867name = "oboe-sys"
7868version = "0.6.1"
7869source = "registry+https://github.com/rust-lang/crates.io-index"
7870checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7871dependencies = [
7872 "cc",
7873]
7874
7875[[package]]
7876name = "ollama"
7877version = "0.1.0"
7878dependencies = [
7879 "anyhow",
7880 "futures 0.3.30",
7881 "http_client",
7882 "schemars",
7883 "serde",
7884 "serde_json",
7885]
7886
7887[[package]]
7888name = "once_cell"
7889version = "1.19.0"
7890source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7892
7893[[package]]
7894name = "oo7"
7895version = "0.3.3"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7898dependencies = [
7899 "aes",
7900 "async-fs 2.1.2",
7901 "async-io 2.3.4",
7902 "async-lock 3.4.0",
7903 "async-net 2.0.0",
7904 "blocking",
7905 "cbc",
7906 "cipher",
7907 "digest",
7908 "endi",
7909 "futures-lite 2.3.0",
7910 "futures-util",
7911 "hkdf",
7912 "hmac",
7913 "md-5",
7914 "num",
7915 "num-bigint-dig",
7916 "pbkdf2 0.12.2",
7917 "rand 0.8.5",
7918 "serde",
7919 "sha2",
7920 "subtle",
7921 "zbus",
7922 "zeroize",
7923 "zvariant",
7924]
7925
7926[[package]]
7927name = "oorandom"
7928version = "11.1.4"
7929source = "registry+https://github.com/rust-lang/crates.io-index"
7930checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7931
7932[[package]]
7933name = "open"
7934version = "5.3.0"
7935source = "registry+https://github.com/rust-lang/crates.io-index"
7936checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7937dependencies = [
7938 "is-wsl",
7939 "libc",
7940 "pathdiff",
7941]
7942
7943[[package]]
7944name = "open_ai"
7945version = "0.1.0"
7946dependencies = [
7947 "anyhow",
7948 "futures 0.3.30",
7949 "http_client",
7950 "schemars",
7951 "serde",
7952 "serde_json",
7953 "strum 0.25.0",
7954]
7955
7956[[package]]
7957name = "opener"
7958version = "0.7.2"
7959source = "registry+https://github.com/rust-lang/crates.io-index"
7960checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
7961dependencies = [
7962 "bstr",
7963 "dbus",
7964 "normpath",
7965 "windows-sys 0.59.0",
7966]
7967
7968[[package]]
7969name = "openssl"
7970version = "0.10.66"
7971source = "registry+https://github.com/rust-lang/crates.io-index"
7972checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7973dependencies = [
7974 "bitflags 2.6.0",
7975 "cfg-if",
7976 "foreign-types 0.3.2",
7977 "libc",
7978 "once_cell",
7979 "openssl-macros",
7980 "openssl-sys",
7981]
7982
7983[[package]]
7984name = "openssl-macros"
7985version = "0.1.1"
7986source = "registry+https://github.com/rust-lang/crates.io-index"
7987checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7988dependencies = [
7989 "proc-macro2",
7990 "quote",
7991 "syn 2.0.87",
7992]
7993
7994[[package]]
7995name = "openssl-probe"
7996version = "0.1.5"
7997source = "registry+https://github.com/rust-lang/crates.io-index"
7998checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7999
8000[[package]]
8001name = "openssl-src"
8002version = "300.3.1+3.3.1"
8003source = "registry+https://github.com/rust-lang/crates.io-index"
8004checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
8005dependencies = [
8006 "cc",
8007]
8008
8009[[package]]
8010name = "openssl-sys"
8011version = "0.9.103"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
8014dependencies = [
8015 "cc",
8016 "libc",
8017 "openssl-src",
8018 "pkg-config",
8019 "vcpkg",
8020]
8021
8022[[package]]
8023name = "option-ext"
8024version = "0.2.0"
8025source = "registry+https://github.com/rust-lang/crates.io-index"
8026checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8027
8028[[package]]
8029name = "ordered-float"
8030version = "2.10.1"
8031source = "registry+https://github.com/rust-lang/crates.io-index"
8032checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8033dependencies = [
8034 "num-traits",
8035]
8036
8037[[package]]
8038name = "ordered-float"
8039version = "3.9.2"
8040source = "registry+https://github.com/rust-lang/crates.io-index"
8041checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8042dependencies = [
8043 "num-traits",
8044]
8045
8046[[package]]
8047name = "ordered-stream"
8048version = "0.2.0"
8049source = "registry+https://github.com/rust-lang/crates.io-index"
8050checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8051dependencies = [
8052 "futures-core",
8053 "pin-project-lite",
8054]
8055
8056[[package]]
8057name = "ouroboros"
8058version = "0.17.2"
8059source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
8061dependencies = [
8062 "aliasable",
8063 "ouroboros_macro",
8064 "static_assertions",
8065]
8066
8067[[package]]
8068name = "ouroboros_macro"
8069version = "0.17.2"
8070source = "registry+https://github.com/rust-lang/crates.io-index"
8071checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
8072dependencies = [
8073 "heck 0.4.1",
8074 "proc-macro-error",
8075 "proc-macro2",
8076 "quote",
8077 "syn 2.0.87",
8078]
8079
8080[[package]]
8081name = "outline"
8082version = "0.1.0"
8083dependencies = [
8084 "editor",
8085 "fuzzy",
8086 "gpui",
8087 "indoc",
8088 "language",
8089 "menu",
8090 "ordered-float 2.10.1",
8091 "picker",
8092 "project",
8093 "rope",
8094 "serde_json",
8095 "settings",
8096 "smol",
8097 "theme",
8098 "tree-sitter-rust",
8099 "tree-sitter-typescript",
8100 "ui",
8101 "util",
8102 "workspace",
8103]
8104
8105[[package]]
8106name = "outline_panel"
8107version = "0.1.0"
8108dependencies = [
8109 "anyhow",
8110 "collections",
8111 "db",
8112 "editor",
8113 "file_icons",
8114 "fuzzy",
8115 "gpui",
8116 "itertools 0.13.0",
8117 "language",
8118 "log",
8119 "menu",
8120 "outline",
8121 "pretty_assertions",
8122 "project",
8123 "schemars",
8124 "search",
8125 "serde",
8126 "serde_json",
8127 "settings",
8128 "smallvec",
8129 "smol",
8130 "theme",
8131 "ui",
8132 "util",
8133 "workspace",
8134 "worktree",
8135]
8136
8137[[package]]
8138name = "outref"
8139version = "0.5.1"
8140source = "registry+https://github.com/rust-lang/crates.io-index"
8141checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8142
8143[[package]]
8144name = "overload"
8145version = "0.1.1"
8146source = "registry+https://github.com/rust-lang/crates.io-index"
8147checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8148
8149[[package]]
8150name = "p256"
8151version = "0.11.1"
8152source = "registry+https://github.com/rust-lang/crates.io-index"
8153checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8154dependencies = [
8155 "ecdsa",
8156 "elliptic-curve",
8157 "sha2",
8158]
8159
8160[[package]]
8161name = "page_size"
8162version = "0.6.0"
8163source = "registry+https://github.com/rust-lang/crates.io-index"
8164checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8165dependencies = [
8166 "libc",
8167 "winapi",
8168]
8169
8170[[package]]
8171name = "palette"
8172version = "0.7.6"
8173source = "registry+https://github.com/rust-lang/crates.io-index"
8174checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8175dependencies = [
8176 "approx",
8177 "fast-srgb8",
8178 "palette_derive",
8179]
8180
8181[[package]]
8182name = "palette_derive"
8183version = "0.7.6"
8184source = "registry+https://github.com/rust-lang/crates.io-index"
8185checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8186dependencies = [
8187 "by_address",
8188 "proc-macro2",
8189 "quote",
8190 "syn 2.0.87",
8191]
8192
8193[[package]]
8194name = "parity-tokio-ipc"
8195version = "0.9.0"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8198dependencies = [
8199 "futures 0.3.30",
8200 "libc",
8201 "log",
8202 "rand 0.7.3",
8203 "tokio",
8204 "winapi",
8205]
8206
8207[[package]]
8208name = "parking"
8209version = "2.2.1"
8210source = "registry+https://github.com/rust-lang/crates.io-index"
8211checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8212
8213[[package]]
8214name = "parking_lot"
8215version = "0.12.3"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8218dependencies = [
8219 "lock_api",
8220 "parking_lot_core",
8221]
8222
8223[[package]]
8224name = "parking_lot_core"
8225version = "0.9.10"
8226source = "registry+https://github.com/rust-lang/crates.io-index"
8227checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8228dependencies = [
8229 "cfg-if",
8230 "libc",
8231 "redox_syscall 0.5.3",
8232 "smallvec",
8233 "windows-targets 0.52.6",
8234]
8235
8236[[package]]
8237name = "password-hash"
8238version = "0.4.2"
8239source = "registry+https://github.com/rust-lang/crates.io-index"
8240checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8241dependencies = [
8242 "base64ct",
8243 "rand_core 0.6.4",
8244 "subtle",
8245]
8246
8247[[package]]
8248name = "password-hash"
8249version = "0.5.0"
8250source = "registry+https://github.com/rust-lang/crates.io-index"
8251checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8252dependencies = [
8253 "base64ct",
8254 "rand_core 0.6.4",
8255 "subtle",
8256]
8257
8258[[package]]
8259name = "paste"
8260version = "1.0.15"
8261source = "registry+https://github.com/rust-lang/crates.io-index"
8262checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8263
8264[[package]]
8265name = "pathdiff"
8266version = "0.2.2"
8267source = "registry+https://github.com/rust-lang/crates.io-index"
8268checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
8269
8270[[package]]
8271name = "pathfinder_geometry"
8272version = "0.5.1"
8273source = "registry+https://github.com/rust-lang/crates.io-index"
8274checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8275dependencies = [
8276 "log",
8277 "pathfinder_simd",
8278]
8279
8280[[package]]
8281name = "pathfinder_simd"
8282version = "0.5.4"
8283source = "registry+https://github.com/rust-lang/crates.io-index"
8284checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8285dependencies = [
8286 "rustc_version",
8287]
8288
8289[[package]]
8290name = "paths"
8291version = "0.1.0"
8292dependencies = [
8293 "dirs 4.0.0",
8294 "util",
8295]
8296
8297[[package]]
8298name = "pbjson"
8299version = "0.6.0"
8300source = "registry+https://github.com/rust-lang/crates.io-index"
8301checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8302dependencies = [
8303 "base64 0.21.7",
8304 "serde",
8305]
8306
8307[[package]]
8308name = "pbjson-build"
8309version = "0.6.2"
8310source = "registry+https://github.com/rust-lang/crates.io-index"
8311checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8312dependencies = [
8313 "heck 0.4.1",
8314 "itertools 0.11.0",
8315 "prost 0.12.6",
8316 "prost-types 0.12.6",
8317]
8318
8319[[package]]
8320name = "pbjson-types"
8321version = "0.6.0"
8322source = "registry+https://github.com/rust-lang/crates.io-index"
8323checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8324dependencies = [
8325 "bytes 1.7.2",
8326 "chrono",
8327 "pbjson",
8328 "pbjson-build",
8329 "prost 0.12.6",
8330 "prost-build 0.12.6",
8331 "serde",
8332]
8333
8334[[package]]
8335name = "pbkdf2"
8336version = "0.11.0"
8337source = "registry+https://github.com/rust-lang/crates.io-index"
8338checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8339dependencies = [
8340 "digest",
8341 "hmac",
8342 "password-hash 0.4.2",
8343 "sha2",
8344]
8345
8346[[package]]
8347name = "pbkdf2"
8348version = "0.12.2"
8349source = "registry+https://github.com/rust-lang/crates.io-index"
8350checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8351dependencies = [
8352 "digest",
8353 "hmac",
8354]
8355
8356[[package]]
8357name = "pem"
8358version = "3.0.4"
8359source = "registry+https://github.com/rust-lang/crates.io-index"
8360checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8361dependencies = [
8362 "base64 0.22.1",
8363 "serde",
8364]
8365
8366[[package]]
8367name = "pem-rfc7468"
8368version = "0.7.0"
8369source = "registry+https://github.com/rust-lang/crates.io-index"
8370checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8371dependencies = [
8372 "base64ct",
8373]
8374
8375[[package]]
8376name = "percent-encoding"
8377version = "2.3.1"
8378source = "registry+https://github.com/rust-lang/crates.io-index"
8379checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8380
8381[[package]]
8382name = "perplexity"
8383version = "0.1.0"
8384dependencies = [
8385 "serde",
8386 "zed_extension_api 0.2.0",
8387]
8388
8389[[package]]
8390name = "pest"
8391version = "2.7.11"
8392source = "registry+https://github.com/rust-lang/crates.io-index"
8393checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
8394dependencies = [
8395 "memchr",
8396 "thiserror",
8397 "ucd-trie",
8398]
8399
8400[[package]]
8401name = "pest_derive"
8402version = "2.7.11"
8403source = "registry+https://github.com/rust-lang/crates.io-index"
8404checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
8405dependencies = [
8406 "pest",
8407 "pest_generator",
8408]
8409
8410[[package]]
8411name = "pest_generator"
8412version = "2.7.11"
8413source = "registry+https://github.com/rust-lang/crates.io-index"
8414checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
8415dependencies = [
8416 "pest",
8417 "pest_meta",
8418 "proc-macro2",
8419 "quote",
8420 "syn 2.0.87",
8421]
8422
8423[[package]]
8424name = "pest_meta"
8425version = "2.7.11"
8426source = "registry+https://github.com/rust-lang/crates.io-index"
8427checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
8428dependencies = [
8429 "once_cell",
8430 "pest",
8431 "sha2",
8432]
8433
8434[[package]]
8435name = "pet"
8436version = "0.1.0"
8437source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8438dependencies = [
8439 "clap",
8440 "env_logger 0.10.2",
8441 "lazy_static",
8442 "log",
8443 "msvc_spectre_libs",
8444 "pet-conda",
8445 "pet-core",
8446 "pet-env-var-path",
8447 "pet-fs",
8448 "pet-global-virtualenvs",
8449 "pet-homebrew",
8450 "pet-jsonrpc",
8451 "pet-linux-global-python",
8452 "pet-mac-commandlinetools",
8453 "pet-mac-python-org",
8454 "pet-mac-xcode",
8455 "pet-pipenv",
8456 "pet-poetry",
8457 "pet-pyenv",
8458 "pet-python-utils",
8459 "pet-reporter",
8460 "pet-telemetry",
8461 "pet-venv",
8462 "pet-virtualenv",
8463 "pet-virtualenvwrapper",
8464 "pet-windows-registry",
8465 "pet-windows-store",
8466 "serde",
8467 "serde_json",
8468]
8469
8470[[package]]
8471name = "pet-conda"
8472version = "0.1.0"
8473source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8474dependencies = [
8475 "env_logger 0.10.2",
8476 "lazy_static",
8477 "log",
8478 "msvc_spectre_libs",
8479 "pet-core",
8480 "pet-fs",
8481 "pet-python-utils",
8482 "pet-reporter",
8483 "regex",
8484 "serde",
8485 "serde_json",
8486 "yaml-rust2",
8487]
8488
8489[[package]]
8490name = "pet-core"
8491version = "0.1.0"
8492source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8493dependencies = [
8494 "clap",
8495 "lazy_static",
8496 "log",
8497 "msvc_spectre_libs",
8498 "pet-fs",
8499 "regex",
8500 "serde",
8501 "serde_json",
8502]
8503
8504[[package]]
8505name = "pet-env-var-path"
8506version = "0.1.0"
8507source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8508dependencies = [
8509 "lazy_static",
8510 "log",
8511 "msvc_spectre_libs",
8512 "pet-conda",
8513 "pet-core",
8514 "pet-fs",
8515 "pet-python-utils",
8516 "pet-virtualenv",
8517 "regex",
8518]
8519
8520[[package]]
8521name = "pet-fs"
8522version = "0.1.0"
8523source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8524dependencies = [
8525 "log",
8526 "msvc_spectre_libs",
8527]
8528
8529[[package]]
8530name = "pet-global-virtualenvs"
8531version = "0.1.0"
8532source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8533dependencies = [
8534 "log",
8535 "msvc_spectre_libs",
8536 "pet-conda",
8537 "pet-core",
8538 "pet-fs",
8539 "pet-virtualenv",
8540]
8541
8542[[package]]
8543name = "pet-homebrew"
8544version = "0.1.0"
8545source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8546dependencies = [
8547 "lazy_static",
8548 "log",
8549 "msvc_spectre_libs",
8550 "pet-conda",
8551 "pet-core",
8552 "pet-fs",
8553 "pet-python-utils",
8554 "pet-virtualenv",
8555 "regex",
8556 "serde",
8557 "serde_json",
8558]
8559
8560[[package]]
8561name = "pet-jsonrpc"
8562version = "0.1.0"
8563source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8564dependencies = [
8565 "env_logger 0.10.2",
8566 "log",
8567 "msvc_spectre_libs",
8568 "pet-core",
8569 "serde",
8570 "serde_json",
8571]
8572
8573[[package]]
8574name = "pet-linux-global-python"
8575version = "0.1.0"
8576source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8577dependencies = [
8578 "log",
8579 "msvc_spectre_libs",
8580 "pet-core",
8581 "pet-fs",
8582 "pet-python-utils",
8583 "pet-virtualenv",
8584]
8585
8586[[package]]
8587name = "pet-mac-commandlinetools"
8588version = "0.1.0"
8589source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8590dependencies = [
8591 "log",
8592 "msvc_spectre_libs",
8593 "pet-core",
8594 "pet-fs",
8595 "pet-python-utils",
8596 "pet-virtualenv",
8597]
8598
8599[[package]]
8600name = "pet-mac-python-org"
8601version = "0.1.0"
8602source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8603dependencies = [
8604 "log",
8605 "msvc_spectre_libs",
8606 "pet-core",
8607 "pet-fs",
8608 "pet-python-utils",
8609 "pet-virtualenv",
8610]
8611
8612[[package]]
8613name = "pet-mac-xcode"
8614version = "0.1.0"
8615source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8616dependencies = [
8617 "log",
8618 "msvc_spectre_libs",
8619 "pet-core",
8620 "pet-fs",
8621 "pet-python-utils",
8622 "pet-virtualenv",
8623]
8624
8625[[package]]
8626name = "pet-pipenv"
8627version = "0.1.0"
8628source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8629dependencies = [
8630 "log",
8631 "msvc_spectre_libs",
8632 "pet-core",
8633 "pet-fs",
8634 "pet-python-utils",
8635 "pet-virtualenv",
8636]
8637
8638[[package]]
8639name = "pet-poetry"
8640version = "0.1.0"
8641source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8642dependencies = [
8643 "base64 0.22.1",
8644 "lazy_static",
8645 "log",
8646 "msvc_spectre_libs",
8647 "pet-core",
8648 "pet-fs",
8649 "pet-python-utils",
8650 "pet-reporter",
8651 "pet-virtualenv",
8652 "regex",
8653 "serde",
8654 "serde_json",
8655 "sha2",
8656 "toml 0.8.19",
8657]
8658
8659[[package]]
8660name = "pet-pyenv"
8661version = "0.1.0"
8662source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8663dependencies = [
8664 "lazy_static",
8665 "log",
8666 "msvc_spectre_libs",
8667 "pet-conda",
8668 "pet-core",
8669 "pet-fs",
8670 "pet-python-utils",
8671 "pet-reporter",
8672 "regex",
8673 "serde",
8674 "serde_json",
8675]
8676
8677[[package]]
8678name = "pet-python-utils"
8679version = "0.1.0"
8680source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8681dependencies = [
8682 "env_logger 0.10.2",
8683 "lazy_static",
8684 "log",
8685 "msvc_spectre_libs",
8686 "pet-core",
8687 "pet-fs",
8688 "regex",
8689 "serde",
8690 "serde_json",
8691 "sha2",
8692]
8693
8694[[package]]
8695name = "pet-reporter"
8696version = "0.1.0"
8697source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8698dependencies = [
8699 "env_logger 0.10.2",
8700 "log",
8701 "msvc_spectre_libs",
8702 "pet-core",
8703 "pet-jsonrpc",
8704 "serde",
8705 "serde_json",
8706]
8707
8708[[package]]
8709name = "pet-telemetry"
8710version = "0.1.0"
8711source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8712dependencies = [
8713 "env_logger 0.10.2",
8714 "lazy_static",
8715 "log",
8716 "msvc_spectre_libs",
8717 "pet-core",
8718 "pet-fs",
8719 "pet-python-utils",
8720 "regex",
8721]
8722
8723[[package]]
8724name = "pet-venv"
8725version = "0.1.0"
8726source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8727dependencies = [
8728 "log",
8729 "msvc_spectre_libs",
8730 "pet-core",
8731 "pet-python-utils",
8732 "pet-virtualenv",
8733]
8734
8735[[package]]
8736name = "pet-virtualenv"
8737version = "0.1.0"
8738source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8739dependencies = [
8740 "log",
8741 "msvc_spectre_libs",
8742 "pet-core",
8743 "pet-fs",
8744 "pet-python-utils",
8745]
8746
8747[[package]]
8748name = "pet-virtualenvwrapper"
8749version = "0.1.0"
8750source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8751dependencies = [
8752 "log",
8753 "msvc_spectre_libs",
8754 "pet-core",
8755 "pet-fs",
8756 "pet-python-utils",
8757 "pet-virtualenv",
8758]
8759
8760[[package]]
8761name = "pet-windows-registry"
8762version = "0.1.0"
8763source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8764dependencies = [
8765 "lazy_static",
8766 "log",
8767 "msvc_spectre_libs",
8768 "pet-conda",
8769 "pet-core",
8770 "pet-fs",
8771 "pet-python-utils",
8772 "pet-virtualenv",
8773 "pet-windows-store",
8774 "regex",
8775 "winreg 0.52.0",
8776]
8777
8778[[package]]
8779name = "pet-windows-store"
8780version = "0.1.0"
8781source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8782dependencies = [
8783 "lazy_static",
8784 "log",
8785 "msvc_spectre_libs",
8786 "pet-core",
8787 "pet-fs",
8788 "pet-python-utils",
8789 "pet-virtualenv",
8790 "regex",
8791 "winreg 0.52.0",
8792]
8793
8794[[package]]
8795name = "petgraph"
8796version = "0.6.5"
8797source = "registry+https://github.com/rust-lang/crates.io-index"
8798checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
8799dependencies = [
8800 "fixedbitset",
8801 "indexmap 2.4.0",
8802]
8803
8804[[package]]
8805name = "phf"
8806version = "0.11.2"
8807source = "registry+https://github.com/rust-lang/crates.io-index"
8808checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
8809dependencies = [
8810 "phf_macros",
8811 "phf_shared 0.11.2",
8812]
8813
8814[[package]]
8815name = "phf_codegen"
8816version = "0.11.2"
8817source = "registry+https://github.com/rust-lang/crates.io-index"
8818checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
8819dependencies = [
8820 "phf_generator 0.11.2",
8821 "phf_shared 0.11.2",
8822]
8823
8824[[package]]
8825name = "phf_generator"
8826version = "0.10.0"
8827source = "registry+https://github.com/rust-lang/crates.io-index"
8828checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
8829dependencies = [
8830 "phf_shared 0.10.0",
8831 "rand 0.8.5",
8832]
8833
8834[[package]]
8835name = "phf_generator"
8836version = "0.11.2"
8837source = "registry+https://github.com/rust-lang/crates.io-index"
8838checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
8839dependencies = [
8840 "phf_shared 0.11.2",
8841 "rand 0.8.5",
8842]
8843
8844[[package]]
8845name = "phf_macros"
8846version = "0.11.2"
8847source = "registry+https://github.com/rust-lang/crates.io-index"
8848checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
8849dependencies = [
8850 "phf_generator 0.11.2",
8851 "phf_shared 0.11.2",
8852 "proc-macro2",
8853 "quote",
8854 "syn 2.0.87",
8855]
8856
8857[[package]]
8858name = "phf_shared"
8859version = "0.10.0"
8860source = "registry+https://github.com/rust-lang/crates.io-index"
8861checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
8862dependencies = [
8863 "siphasher 0.3.11",
8864]
8865
8866[[package]]
8867name = "phf_shared"
8868version = "0.11.2"
8869source = "registry+https://github.com/rust-lang/crates.io-index"
8870checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
8871dependencies = [
8872 "siphasher 0.3.11",
8873]
8874
8875[[package]]
8876name = "picker"
8877version = "0.1.0"
8878dependencies = [
8879 "anyhow",
8880 "ctor",
8881 "editor",
8882 "env_logger 0.11.5",
8883 "gpui",
8884 "menu",
8885 "serde",
8886 "serde_json",
8887 "ui",
8888 "workspace",
8889]
8890
8891[[package]]
8892name = "pico-args"
8893version = "0.5.0"
8894source = "registry+https://github.com/rust-lang/crates.io-index"
8895checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
8896
8897[[package]]
8898name = "pin-project"
8899version = "1.1.5"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
8902dependencies = [
8903 "pin-project-internal",
8904]
8905
8906[[package]]
8907name = "pin-project-internal"
8908version = "1.1.5"
8909source = "registry+https://github.com/rust-lang/crates.io-index"
8910checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
8911dependencies = [
8912 "proc-macro2",
8913 "quote",
8914 "syn 2.0.87",
8915]
8916
8917[[package]]
8918name = "pin-project-lite"
8919version = "0.2.14"
8920source = "registry+https://github.com/rust-lang/crates.io-index"
8921checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
8922
8923[[package]]
8924name = "pin-utils"
8925version = "0.1.0"
8926source = "registry+https://github.com/rust-lang/crates.io-index"
8927checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8928
8929[[package]]
8930name = "piper"
8931version = "0.2.4"
8932source = "registry+https://github.com/rust-lang/crates.io-index"
8933checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
8934dependencies = [
8935 "atomic-waker",
8936 "fastrand 2.1.1",
8937 "futures-io",
8938]
8939
8940[[package]]
8941name = "pkcs1"
8942version = "0.7.5"
8943source = "registry+https://github.com/rust-lang/crates.io-index"
8944checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8945dependencies = [
8946 "der 0.7.9",
8947 "pkcs8 0.10.2",
8948 "spki 0.7.3",
8949]
8950
8951[[package]]
8952name = "pkcs8"
8953version = "0.9.0"
8954source = "registry+https://github.com/rust-lang/crates.io-index"
8955checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
8956dependencies = [
8957 "der 0.6.1",
8958 "spki 0.6.0",
8959]
8960
8961[[package]]
8962name = "pkcs8"
8963version = "0.10.2"
8964source = "registry+https://github.com/rust-lang/crates.io-index"
8965checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8966dependencies = [
8967 "der 0.7.9",
8968 "spki 0.7.3",
8969]
8970
8971[[package]]
8972name = "pkg-config"
8973version = "0.3.30"
8974source = "registry+https://github.com/rust-lang/crates.io-index"
8975checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8976
8977[[package]]
8978name = "plist"
8979version = "1.7.0"
8980source = "registry+https://github.com/rust-lang/crates.io-index"
8981checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8982dependencies = [
8983 "base64 0.22.1",
8984 "indexmap 2.4.0",
8985 "quick-xml 0.32.0",
8986 "serde",
8987 "time",
8988]
8989
8990[[package]]
8991name = "plotters"
8992version = "0.3.6"
8993source = "registry+https://github.com/rust-lang/crates.io-index"
8994checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8995dependencies = [
8996 "num-traits",
8997 "plotters-backend",
8998 "plotters-svg",
8999 "wasm-bindgen",
9000 "web-sys",
9001]
9002
9003[[package]]
9004name = "plotters-backend"
9005version = "0.3.6"
9006source = "registry+https://github.com/rust-lang/crates.io-index"
9007checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
9008
9009[[package]]
9010name = "plotters-svg"
9011version = "0.3.6"
9012source = "registry+https://github.com/rust-lang/crates.io-index"
9013checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
9014dependencies = [
9015 "plotters-backend",
9016]
9017
9018[[package]]
9019name = "png"
9020version = "0.17.13"
9021source = "registry+https://github.com/rust-lang/crates.io-index"
9022checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
9023dependencies = [
9024 "bitflags 1.3.2",
9025 "crc32fast",
9026 "fdeflate",
9027 "flate2",
9028 "miniz_oxide 0.7.4",
9029]
9030
9031[[package]]
9032name = "polling"
9033version = "2.8.0"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
9036dependencies = [
9037 "autocfg",
9038 "bitflags 1.3.2",
9039 "cfg-if",
9040 "concurrent-queue",
9041 "libc",
9042 "log",
9043 "pin-project-lite",
9044 "windows-sys 0.48.0",
9045]
9046
9047[[package]]
9048name = "polling"
9049version = "3.7.3"
9050source = "registry+https://github.com/rust-lang/crates.io-index"
9051checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
9052dependencies = [
9053 "cfg-if",
9054 "concurrent-queue",
9055 "hermit-abi 0.4.0",
9056 "pin-project-lite",
9057 "rustix 0.38.35",
9058 "tracing",
9059 "windows-sys 0.59.0",
9060]
9061
9062[[package]]
9063name = "pollster"
9064version = "0.2.5"
9065source = "registry+https://github.com/rust-lang/crates.io-index"
9066checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9067
9068[[package]]
9069name = "postage"
9070version = "0.5.0"
9071source = "registry+https://github.com/rust-lang/crates.io-index"
9072checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9073dependencies = [
9074 "atomic",
9075 "crossbeam-queue",
9076 "futures 0.3.30",
9077 "log",
9078 "parking_lot",
9079 "pin-project",
9080 "pollster",
9081 "static_assertions",
9082 "thiserror",
9083]
9084
9085[[package]]
9086name = "postcard"
9087version = "1.0.10"
9088source = "registry+https://github.com/rust-lang/crates.io-index"
9089checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
9090dependencies = [
9091 "cobs",
9092 "embedded-io 0.4.0",
9093 "embedded-io 0.6.1",
9094 "serde",
9095]
9096
9097[[package]]
9098name = "powerfmt"
9099version = "0.2.0"
9100source = "registry+https://github.com/rust-lang/crates.io-index"
9101checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9102
9103[[package]]
9104name = "ppv-lite86"
9105version = "0.2.20"
9106source = "registry+https://github.com/rust-lang/crates.io-index"
9107checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9108dependencies = [
9109 "zerocopy",
9110]
9111
9112[[package]]
9113name = "precomputed-hash"
9114version = "0.1.1"
9115source = "registry+https://github.com/rust-lang/crates.io-index"
9116checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9117
9118[[package]]
9119name = "prettier"
9120version = "0.1.0"
9121dependencies = [
9122 "anyhow",
9123 "collections",
9124 "fs",
9125 "gpui",
9126 "language",
9127 "log",
9128 "lsp",
9129 "node_runtime",
9130 "parking_lot",
9131 "paths",
9132 "serde",
9133 "serde_json",
9134 "util",
9135]
9136
9137[[package]]
9138name = "pretty_assertions"
9139version = "1.4.1"
9140source = "registry+https://github.com/rust-lang/crates.io-index"
9141checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9142dependencies = [
9143 "diff",
9144 "yansi",
9145]
9146
9147[[package]]
9148name = "prettyplease"
9149version = "0.2.22"
9150source = "registry+https://github.com/rust-lang/crates.io-index"
9151checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
9152dependencies = [
9153 "proc-macro2",
9154 "syn 2.0.87",
9155]
9156
9157[[package]]
9158name = "proc-macro-crate"
9159version = "3.2.0"
9160source = "registry+https://github.com/rust-lang/crates.io-index"
9161checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9162dependencies = [
9163 "toml_edit 0.22.20",
9164]
9165
9166[[package]]
9167name = "proc-macro-error"
9168version = "1.0.4"
9169source = "registry+https://github.com/rust-lang/crates.io-index"
9170checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
9171dependencies = [
9172 "proc-macro-error-attr",
9173 "proc-macro2",
9174 "quote",
9175 "syn 1.0.109",
9176 "version_check",
9177]
9178
9179[[package]]
9180name = "proc-macro-error-attr"
9181version = "1.0.4"
9182source = "registry+https://github.com/rust-lang/crates.io-index"
9183checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
9184dependencies = [
9185 "proc-macro2",
9186 "quote",
9187 "version_check",
9188]
9189
9190[[package]]
9191name = "proc-macro2"
9192version = "1.0.89"
9193source = "registry+https://github.com/rust-lang/crates.io-index"
9194checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
9195dependencies = [
9196 "unicode-ident",
9197]
9198
9199[[package]]
9200name = "profiling"
9201version = "1.0.16"
9202source = "registry+https://github.com/rust-lang/crates.io-index"
9203checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9204dependencies = [
9205 "profiling-procmacros",
9206]
9207
9208[[package]]
9209name = "profiling-procmacros"
9210version = "1.0.16"
9211source = "registry+https://github.com/rust-lang/crates.io-index"
9212checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9213dependencies = [
9214 "quote",
9215 "syn 2.0.87",
9216]
9217
9218[[package]]
9219name = "project"
9220version = "0.1.0"
9221dependencies = [
9222 "aho-corasick",
9223 "anyhow",
9224 "async-trait",
9225 "client",
9226 "clock",
9227 "collections",
9228 "env_logger 0.11.5",
9229 "fancy-regex 0.14.0",
9230 "fs",
9231 "futures 0.3.30",
9232 "fuzzy",
9233 "git",
9234 "git2",
9235 "globset",
9236 "gpui",
9237 "http_client",
9238 "image",
9239 "itertools 0.13.0",
9240 "language",
9241 "log",
9242 "lsp",
9243 "node_runtime",
9244 "parking_lot",
9245 "pathdiff",
9246 "paths",
9247 "postage",
9248 "prettier",
9249 "pretty_assertions",
9250 "rand 0.8.5",
9251 "regex",
9252 "release_channel",
9253 "remote",
9254 "rpc",
9255 "schemars",
9256 "serde",
9257 "serde_json",
9258 "settings",
9259 "sha2",
9260 "shellexpand 2.1.2",
9261 "shlex",
9262 "similar",
9263 "smol",
9264 "snippet",
9265 "snippet_provider",
9266 "task",
9267 "tempfile",
9268 "terminal",
9269 "text",
9270 "unindent",
9271 "url",
9272 "util",
9273 "which 6.0.3",
9274 "windows 0.58.0",
9275 "worktree",
9276]
9277
9278[[package]]
9279name = "project_panel"
9280version = "0.1.0"
9281dependencies = [
9282 "anyhow",
9283 "client",
9284 "collections",
9285 "db",
9286 "editor",
9287 "file_icons",
9288 "git",
9289 "gpui",
9290 "indexmap 1.9.3",
9291 "language",
9292 "menu",
9293 "pretty_assertions",
9294 "project",
9295 "schemars",
9296 "search",
9297 "serde",
9298 "serde_derive",
9299 "serde_json",
9300 "settings",
9301 "smallvec",
9302 "theme",
9303 "ui",
9304 "util",
9305 "workspace",
9306 "worktree",
9307]
9308
9309[[package]]
9310name = "project_symbols"
9311version = "0.1.0"
9312dependencies = [
9313 "anyhow",
9314 "editor",
9315 "futures 0.3.30",
9316 "fuzzy",
9317 "gpui",
9318 "language",
9319 "lsp",
9320 "ordered-float 2.10.1",
9321 "picker",
9322 "project",
9323 "release_channel",
9324 "serde_json",
9325 "settings",
9326 "theme",
9327 "util",
9328 "workspace",
9329]
9330
9331[[package]]
9332name = "prometheus"
9333version = "0.13.4"
9334source = "registry+https://github.com/rust-lang/crates.io-index"
9335checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9336dependencies = [
9337 "cfg-if",
9338 "fnv",
9339 "lazy_static",
9340 "memchr",
9341 "parking_lot",
9342 "protobuf",
9343 "thiserror",
9344]
9345
9346[[package]]
9347name = "prost"
9348version = "0.9.0"
9349source = "registry+https://github.com/rust-lang/crates.io-index"
9350checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9351dependencies = [
9352 "bytes 1.7.2",
9353 "prost-derive 0.9.0",
9354]
9355
9356[[package]]
9357name = "prost"
9358version = "0.12.6"
9359source = "registry+https://github.com/rust-lang/crates.io-index"
9360checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9361dependencies = [
9362 "bytes 1.7.2",
9363 "prost-derive 0.12.6",
9364]
9365
9366[[package]]
9367name = "prost-build"
9368version = "0.9.0"
9369source = "registry+https://github.com/rust-lang/crates.io-index"
9370checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9371dependencies = [
9372 "bytes 1.7.2",
9373 "heck 0.3.3",
9374 "itertools 0.10.5",
9375 "lazy_static",
9376 "log",
9377 "multimap",
9378 "petgraph",
9379 "prost 0.9.0",
9380 "prost-types 0.9.0",
9381 "regex",
9382 "tempfile",
9383 "which 4.4.2",
9384]
9385
9386[[package]]
9387name = "prost-build"
9388version = "0.12.6"
9389source = "registry+https://github.com/rust-lang/crates.io-index"
9390checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
9391dependencies = [
9392 "bytes 1.7.2",
9393 "heck 0.4.1",
9394 "itertools 0.10.5",
9395 "log",
9396 "multimap",
9397 "once_cell",
9398 "petgraph",
9399 "prettyplease",
9400 "prost 0.12.6",
9401 "prost-types 0.12.6",
9402 "regex",
9403 "syn 2.0.87",
9404 "tempfile",
9405]
9406
9407[[package]]
9408name = "prost-derive"
9409version = "0.9.0"
9410source = "registry+https://github.com/rust-lang/crates.io-index"
9411checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9412dependencies = [
9413 "anyhow",
9414 "itertools 0.10.5",
9415 "proc-macro2",
9416 "quote",
9417 "syn 1.0.109",
9418]
9419
9420[[package]]
9421name = "prost-derive"
9422version = "0.12.6"
9423source = "registry+https://github.com/rust-lang/crates.io-index"
9424checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
9425dependencies = [
9426 "anyhow",
9427 "itertools 0.10.5",
9428 "proc-macro2",
9429 "quote",
9430 "syn 2.0.87",
9431]
9432
9433[[package]]
9434name = "prost-types"
9435version = "0.9.0"
9436source = "registry+https://github.com/rust-lang/crates.io-index"
9437checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9438dependencies = [
9439 "bytes 1.7.2",
9440 "prost 0.9.0",
9441]
9442
9443[[package]]
9444name = "prost-types"
9445version = "0.12.6"
9446source = "registry+https://github.com/rust-lang/crates.io-index"
9447checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
9448dependencies = [
9449 "prost 0.12.6",
9450]
9451
9452[[package]]
9453name = "proto"
9454version = "0.1.0"
9455dependencies = [
9456 "anyhow",
9457 "collections",
9458 "prost 0.9.0",
9459 "prost-build 0.9.0",
9460 "serde",
9461]
9462
9463[[package]]
9464name = "protobuf"
9465version = "2.28.0"
9466source = "registry+https://github.com/rust-lang/crates.io-index"
9467checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9468
9469[[package]]
9470name = "psm"
9471version = "0.1.21"
9472source = "registry+https://github.com/rust-lang/crates.io-index"
9473checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
9474dependencies = [
9475 "cc",
9476]
9477
9478[[package]]
9479name = "ptr_meta"
9480version = "0.1.4"
9481source = "registry+https://github.com/rust-lang/crates.io-index"
9482checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9483dependencies = [
9484 "ptr_meta_derive",
9485]
9486
9487[[package]]
9488name = "ptr_meta_derive"
9489version = "0.1.4"
9490source = "registry+https://github.com/rust-lang/crates.io-index"
9491checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9492dependencies = [
9493 "proc-macro2",
9494 "quote",
9495 "syn 1.0.109",
9496]
9497
9498[[package]]
9499name = "pulldown-cmark"
9500version = "0.10.3"
9501source = "registry+https://github.com/rust-lang/crates.io-index"
9502checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9503dependencies = [
9504 "bitflags 2.6.0",
9505 "memchr",
9506 "pulldown-cmark-escape",
9507 "unicase",
9508]
9509
9510[[package]]
9511name = "pulldown-cmark"
9512version = "0.12.2"
9513source = "registry+https://github.com/rust-lang/crates.io-index"
9514checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
9515dependencies = [
9516 "bitflags 2.6.0",
9517 "memchr",
9518 "unicase",
9519]
9520
9521[[package]]
9522name = "pulldown-cmark-escape"
9523version = "0.10.1"
9524source = "registry+https://github.com/rust-lang/crates.io-index"
9525checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9526
9527[[package]]
9528name = "qoi"
9529version = "0.4.1"
9530source = "registry+https://github.com/rust-lang/crates.io-index"
9531checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9532dependencies = [
9533 "bytemuck",
9534]
9535
9536[[package]]
9537name = "quick-error"
9538version = "2.0.1"
9539source = "registry+https://github.com/rust-lang/crates.io-index"
9540checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
9541
9542[[package]]
9543name = "quick-xml"
9544version = "0.32.0"
9545source = "registry+https://github.com/rust-lang/crates.io-index"
9546checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
9547dependencies = [
9548 "memchr",
9549]
9550
9551[[package]]
9552name = "quick-xml"
9553version = "0.34.0"
9554source = "registry+https://github.com/rust-lang/crates.io-index"
9555checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
9556dependencies = [
9557 "memchr",
9558]
9559
9560[[package]]
9561name = "quick_action_bar"
9562version = "0.1.0"
9563dependencies = [
9564 "assistant",
9565 "editor",
9566 "gpui",
9567 "markdown_preview",
9568 "picker",
9569 "repl",
9570 "search",
9571 "settings",
9572 "ui",
9573 "util",
9574 "workspace",
9575 "zed_actions",
9576]
9577
9578[[package]]
9579name = "quinn"
9580version = "0.11.5"
9581source = "registry+https://github.com/rust-lang/crates.io-index"
9582checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
9583dependencies = [
9584 "bytes 1.7.2",
9585 "pin-project-lite",
9586 "quinn-proto",
9587 "quinn-udp",
9588 "rustc-hash 2.0.0",
9589 "rustls 0.23.13",
9590 "socket2 0.5.7",
9591 "thiserror",
9592 "tokio",
9593 "tracing",
9594]
9595
9596[[package]]
9597name = "quinn-proto"
9598version = "0.11.8"
9599source = "registry+https://github.com/rust-lang/crates.io-index"
9600checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
9601dependencies = [
9602 "bytes 1.7.2",
9603 "rand 0.8.5",
9604 "ring",
9605 "rustc-hash 2.0.0",
9606 "rustls 0.23.13",
9607 "slab",
9608 "thiserror",
9609 "tinyvec",
9610 "tracing",
9611]
9612
9613[[package]]
9614name = "quinn-udp"
9615version = "0.5.5"
9616source = "registry+https://github.com/rust-lang/crates.io-index"
9617checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
9618dependencies = [
9619 "libc",
9620 "once_cell",
9621 "socket2 0.5.7",
9622 "tracing",
9623 "windows-sys 0.59.0",
9624]
9625
9626[[package]]
9627name = "quote"
9628version = "1.0.37"
9629source = "registry+https://github.com/rust-lang/crates.io-index"
9630checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
9631dependencies = [
9632 "proc-macro2",
9633]
9634
9635[[package]]
9636name = "radium"
9637version = "0.7.0"
9638source = "registry+https://github.com/rust-lang/crates.io-index"
9639checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
9640
9641[[package]]
9642name = "rand"
9643version = "0.7.3"
9644source = "registry+https://github.com/rust-lang/crates.io-index"
9645checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
9646dependencies = [
9647 "getrandom 0.1.16",
9648 "libc",
9649 "rand_chacha 0.2.2",
9650 "rand_core 0.5.1",
9651 "rand_hc",
9652]
9653
9654[[package]]
9655name = "rand"
9656version = "0.8.5"
9657source = "registry+https://github.com/rust-lang/crates.io-index"
9658checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
9659dependencies = [
9660 "libc",
9661 "rand_chacha 0.3.1",
9662 "rand_core 0.6.4",
9663]
9664
9665[[package]]
9666name = "rand_chacha"
9667version = "0.2.2"
9668source = "registry+https://github.com/rust-lang/crates.io-index"
9669checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
9670dependencies = [
9671 "ppv-lite86",
9672 "rand_core 0.5.1",
9673]
9674
9675[[package]]
9676name = "rand_chacha"
9677version = "0.3.1"
9678source = "registry+https://github.com/rust-lang/crates.io-index"
9679checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
9680dependencies = [
9681 "ppv-lite86",
9682 "rand_core 0.6.4",
9683]
9684
9685[[package]]
9686name = "rand_core"
9687version = "0.5.1"
9688source = "registry+https://github.com/rust-lang/crates.io-index"
9689checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
9690dependencies = [
9691 "getrandom 0.1.16",
9692]
9693
9694[[package]]
9695name = "rand_core"
9696version = "0.6.4"
9697source = "registry+https://github.com/rust-lang/crates.io-index"
9698checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
9699dependencies = [
9700 "getrandom 0.2.15",
9701]
9702
9703[[package]]
9704name = "rand_hc"
9705version = "0.2.0"
9706source = "registry+https://github.com/rust-lang/crates.io-index"
9707checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
9708dependencies = [
9709 "rand_core 0.5.1",
9710]
9711
9712[[package]]
9713name = "rangemap"
9714version = "1.5.1"
9715source = "registry+https://github.com/rust-lang/crates.io-index"
9716checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
9717
9718[[package]]
9719name = "rav1e"
9720version = "0.7.1"
9721source = "registry+https://github.com/rust-lang/crates.io-index"
9722checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
9723dependencies = [
9724 "arbitrary",
9725 "arg_enum_proc_macro",
9726 "arrayvec",
9727 "av1-grain",
9728 "bitstream-io",
9729 "built",
9730 "cfg-if",
9731 "interpolate_name",
9732 "itertools 0.12.1",
9733 "libc",
9734 "libfuzzer-sys",
9735 "log",
9736 "maybe-rayon",
9737 "new_debug_unreachable",
9738 "noop_proc_macro",
9739 "num-derive",
9740 "num-traits",
9741 "once_cell",
9742 "paste",
9743 "profiling",
9744 "rand 0.8.5",
9745 "rand_chacha 0.3.1",
9746 "simd_helpers",
9747 "system-deps",
9748 "thiserror",
9749 "v_frame",
9750 "wasm-bindgen",
9751]
9752
9753[[package]]
9754name = "ravif"
9755version = "0.11.10"
9756source = "registry+https://github.com/rust-lang/crates.io-index"
9757checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
9758dependencies = [
9759 "avif-serialize",
9760 "imgref",
9761 "loop9",
9762 "quick-error",
9763 "rav1e",
9764 "rgb",
9765]
9766
9767[[package]]
9768name = "raw-window-handle"
9769version = "0.6.2"
9770source = "registry+https://github.com/rust-lang/crates.io-index"
9771checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
9772
9773[[package]]
9774name = "raw-window-metal"
9775version = "0.4.0"
9776source = "registry+https://github.com/rust-lang/crates.io-index"
9777checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
9778dependencies = [
9779 "cocoa 0.25.0",
9780 "core-graphics 0.23.2",
9781 "objc",
9782 "raw-window-handle",
9783]
9784
9785[[package]]
9786name = "rayon"
9787version = "1.10.0"
9788source = "registry+https://github.com/rust-lang/crates.io-index"
9789checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
9790dependencies = [
9791 "either",
9792 "rayon-core",
9793]
9794
9795[[package]]
9796name = "rayon-core"
9797version = "1.12.1"
9798source = "registry+https://github.com/rust-lang/crates.io-index"
9799checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
9800dependencies = [
9801 "crossbeam-deque",
9802 "crossbeam-utils",
9803]
9804
9805[[package]]
9806name = "read-fonts"
9807version = "0.20.0"
9808source = "registry+https://github.com/rust-lang/crates.io-index"
9809checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
9810dependencies = [
9811 "bytemuck",
9812 "font-types",
9813]
9814
9815[[package]]
9816name = "recent_projects"
9817version = "0.1.0"
9818dependencies = [
9819 "anyhow",
9820 "auto_update",
9821 "editor",
9822 "file_finder",
9823 "futures 0.3.30",
9824 "fuzzy",
9825 "gpui",
9826 "itertools 0.13.0",
9827 "language",
9828 "log",
9829 "markdown",
9830 "menu",
9831 "ordered-float 2.10.1",
9832 "paths",
9833 "picker",
9834 "project",
9835 "release_channel",
9836 "remote",
9837 "schemars",
9838 "serde",
9839 "serde_json",
9840 "settings",
9841 "smol",
9842 "task",
9843 "theme",
9844 "ui",
9845 "util",
9846 "workspace",
9847]
9848
9849[[package]]
9850name = "redox_syscall"
9851version = "0.2.16"
9852source = "registry+https://github.com/rust-lang/crates.io-index"
9853checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
9854dependencies = [
9855 "bitflags 1.3.2",
9856]
9857
9858[[package]]
9859name = "redox_syscall"
9860version = "0.4.1"
9861source = "registry+https://github.com/rust-lang/crates.io-index"
9862checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
9863dependencies = [
9864 "bitflags 1.3.2",
9865]
9866
9867[[package]]
9868name = "redox_syscall"
9869version = "0.5.3"
9870source = "registry+https://github.com/rust-lang/crates.io-index"
9871checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
9872dependencies = [
9873 "bitflags 2.6.0",
9874]
9875
9876[[package]]
9877name = "redox_users"
9878version = "0.4.6"
9879source = "registry+https://github.com/rust-lang/crates.io-index"
9880checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
9881dependencies = [
9882 "getrandom 0.2.15",
9883 "libredox",
9884 "thiserror",
9885]
9886
9887[[package]]
9888name = "refineable"
9889version = "0.1.0"
9890dependencies = [
9891 "derive_refineable",
9892]
9893
9894[[package]]
9895name = "regalloc2"
9896version = "0.9.3"
9897source = "registry+https://github.com/rust-lang/crates.io-index"
9898checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
9899dependencies = [
9900 "hashbrown 0.13.2",
9901 "log",
9902 "rustc-hash 1.1.0",
9903 "slice-group-by",
9904 "smallvec",
9905]
9906
9907[[package]]
9908name = "regex"
9909version = "1.10.6"
9910source = "registry+https://github.com/rust-lang/crates.io-index"
9911checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
9912dependencies = [
9913 "aho-corasick",
9914 "memchr",
9915 "regex-automata 0.4.7",
9916 "regex-syntax 0.8.4",
9917]
9918
9919[[package]]
9920name = "regex-automata"
9921version = "0.1.10"
9922source = "registry+https://github.com/rust-lang/crates.io-index"
9923checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
9924dependencies = [
9925 "regex-syntax 0.6.29",
9926]
9927
9928[[package]]
9929name = "regex-automata"
9930version = "0.4.7"
9931source = "registry+https://github.com/rust-lang/crates.io-index"
9932checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
9933dependencies = [
9934 "aho-corasick",
9935 "memchr",
9936 "regex-syntax 0.8.4",
9937]
9938
9939[[package]]
9940name = "regex-lite"
9941version = "0.1.6"
9942source = "registry+https://github.com/rust-lang/crates.io-index"
9943checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
9944
9945[[package]]
9946name = "regex-syntax"
9947version = "0.6.29"
9948source = "registry+https://github.com/rust-lang/crates.io-index"
9949checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
9950
9951[[package]]
9952name = "regex-syntax"
9953version = "0.8.4"
9954source = "registry+https://github.com/rust-lang/crates.io-index"
9955checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
9956
9957[[package]]
9958name = "release_channel"
9959version = "0.1.0"
9960dependencies = [
9961 "gpui",
9962 "once_cell",
9963]
9964
9965[[package]]
9966name = "remote"
9967version = "0.1.0"
9968dependencies = [
9969 "anyhow",
9970 "async-trait",
9971 "collections",
9972 "fs",
9973 "futures 0.3.30",
9974 "gpui",
9975 "itertools 0.13.0",
9976 "log",
9977 "parking_lot",
9978 "paths",
9979 "prost 0.9.0",
9980 "release_channel",
9981 "rpc",
9982 "serde",
9983 "serde_json",
9984 "shlex",
9985 "smol",
9986 "tempfile",
9987 "thiserror",
9988 "util",
9989]
9990
9991[[package]]
9992name = "remote_server"
9993version = "0.1.0"
9994dependencies = [
9995 "anyhow",
9996 "async-watch",
9997 "backtrace",
9998 "cargo_toml",
9999 "chrono",
10000 "clap",
10001 "client",
10002 "clock",
10003 "env_logger 0.11.5",
10004 "fork",
10005 "fs",
10006 "futures 0.3.30",
10007 "git",
10008 "git_hosting_providers",
10009 "gpui",
10010 "http_client",
10011 "language",
10012 "languages",
10013 "libc",
10014 "log",
10015 "lsp",
10016 "node_runtime",
10017 "paths",
10018 "project",
10019 "proto",
10020 "release_channel",
10021 "remote",
10022 "reqwest_client",
10023 "rpc",
10024 "rust-embed",
10025 "serde",
10026 "serde_json",
10027 "settings",
10028 "shellexpand 2.1.2",
10029 "smol",
10030 "sysinfo",
10031 "telemetry_events",
10032 "toml 0.8.19",
10033 "util",
10034 "worktree",
10035]
10036
10037[[package]]
10038name = "rend"
10039version = "0.4.2"
10040source = "registry+https://github.com/rust-lang/crates.io-index"
10041checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10042dependencies = [
10043 "bytecheck",
10044]
10045
10046[[package]]
10047name = "repl"
10048version = "0.1.0"
10049dependencies = [
10050 "alacritty_terminal",
10051 "anyhow",
10052 "async-dispatcher",
10053 "base64 0.22.1",
10054 "client",
10055 "collections",
10056 "command_palette_hooks",
10057 "editor",
10058 "env_logger 0.11.5",
10059 "feature_flags",
10060 "futures 0.3.30",
10061 "gpui",
10062 "http_client",
10063 "image",
10064 "indoc",
10065 "language",
10066 "languages",
10067 "log",
10068 "markdown_preview",
10069 "menu",
10070 "multi_buffer",
10071 "nbformat",
10072 "picker",
10073 "project",
10074 "runtimelib",
10075 "schemars",
10076 "serde",
10077 "serde_json",
10078 "settings",
10079 "smol",
10080 "terminal",
10081 "terminal_view",
10082 "theme",
10083 "tree-sitter-md",
10084 "tree-sitter-python",
10085 "tree-sitter-typescript",
10086 "ui",
10087 "util",
10088 "uuid",
10089 "windows 0.58.0",
10090 "workspace",
10091]
10092
10093[[package]]
10094name = "reqwest"
10095version = "0.11.27"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10098dependencies = [
10099 "base64 0.21.7",
10100 "bytes 1.7.2",
10101 "encoding_rs",
10102 "futures-core",
10103 "futures-util",
10104 "h2 0.3.26",
10105 "http 0.2.12",
10106 "http-body 0.4.6",
10107 "hyper 0.14.31",
10108 "hyper-rustls 0.24.2",
10109 "hyper-tls",
10110 "ipnet",
10111 "js-sys",
10112 "log",
10113 "mime",
10114 "native-tls",
10115 "once_cell",
10116 "percent-encoding",
10117 "pin-project-lite",
10118 "rustls 0.21.12",
10119 "rustls-native-certs 0.6.3",
10120 "rustls-pemfile 1.0.4",
10121 "serde",
10122 "serde_json",
10123 "serde_urlencoded",
10124 "sync_wrapper 0.1.2",
10125 "system-configuration 0.5.1",
10126 "tokio",
10127 "tokio-native-tls",
10128 "tokio-rustls 0.24.1",
10129 "tower-service",
10130 "url",
10131 "wasm-bindgen",
10132 "wasm-bindgen-futures",
10133 "web-sys",
10134 "winreg 0.50.0",
10135]
10136
10137[[package]]
10138name = "reqwest"
10139version = "0.12.8"
10140source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10141dependencies = [
10142 "base64 0.22.1",
10143 "bytes 1.7.2",
10144 "encoding_rs",
10145 "futures-core",
10146 "futures-util",
10147 "h2 0.4.6",
10148 "http 1.1.0",
10149 "http-body 1.0.1",
10150 "http-body-util",
10151 "hyper 1.4.1",
10152 "hyper-rustls 0.27.3",
10153 "hyper-util",
10154 "ipnet",
10155 "js-sys",
10156 "log",
10157 "mime",
10158 "once_cell",
10159 "percent-encoding",
10160 "pin-project-lite",
10161 "quinn",
10162 "rustls 0.23.13",
10163 "rustls-native-certs 0.8.0",
10164 "rustls-pemfile 2.1.3",
10165 "rustls-pki-types",
10166 "serde",
10167 "serde_json",
10168 "serde_urlencoded",
10169 "sync_wrapper 1.0.1",
10170 "system-configuration 0.6.1",
10171 "tokio",
10172 "tokio-rustls 0.26.0",
10173 "tokio-socks",
10174 "tokio-util",
10175 "tower-service",
10176 "url",
10177 "wasm-bindgen",
10178 "wasm-bindgen-futures",
10179 "wasm-streams",
10180 "web-sys",
10181 "windows-registry",
10182]
10183
10184[[package]]
10185name = "reqwest_client"
10186version = "0.1.0"
10187dependencies = [
10188 "anyhow",
10189 "bytes 1.7.2",
10190 "futures 0.3.30",
10191 "gpui",
10192 "http_client",
10193 "log",
10194 "reqwest 0.12.8",
10195 "serde",
10196 "smol",
10197 "tokio",
10198]
10199
10200[[package]]
10201name = "resvg"
10202version = "0.44.0"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10205dependencies = [
10206 "log",
10207 "pico-args",
10208 "rgb",
10209 "svgtypes",
10210 "tiny-skia",
10211 "usvg",
10212]
10213
10214[[package]]
10215name = "rfc6979"
10216version = "0.3.1"
10217source = "registry+https://github.com/rust-lang/crates.io-index"
10218checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10219dependencies = [
10220 "crypto-bigint 0.4.9",
10221 "hmac",
10222 "zeroize",
10223]
10224
10225[[package]]
10226name = "rgb"
10227version = "0.8.49"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
10230dependencies = [
10231 "bytemuck",
10232]
10233
10234[[package]]
10235name = "rich_text"
10236version = "0.1.0"
10237dependencies = [
10238 "futures 0.3.30",
10239 "gpui",
10240 "language",
10241 "linkify",
10242 "pulldown-cmark 0.12.2",
10243 "theme",
10244 "ui",
10245 "util",
10246]
10247
10248[[package]]
10249name = "ring"
10250version = "0.17.8"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10253dependencies = [
10254 "cc",
10255 "cfg-if",
10256 "getrandom 0.2.15",
10257 "libc",
10258 "spin",
10259 "untrusted",
10260 "windows-sys 0.52.0",
10261]
10262
10263[[package]]
10264name = "rkyv"
10265version = "0.7.45"
10266source = "registry+https://github.com/rust-lang/crates.io-index"
10267checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10268dependencies = [
10269 "bitvec",
10270 "bytecheck",
10271 "bytes 1.7.2",
10272 "hashbrown 0.12.3",
10273 "ptr_meta",
10274 "rend",
10275 "rkyv_derive",
10276 "seahash",
10277 "tinyvec",
10278 "uuid",
10279]
10280
10281[[package]]
10282name = "rkyv_derive"
10283version = "0.7.45"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10286dependencies = [
10287 "proc-macro2",
10288 "quote",
10289 "syn 1.0.109",
10290]
10291
10292[[package]]
10293name = "rmp"
10294version = "0.8.14"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10297dependencies = [
10298 "byteorder",
10299 "num-traits",
10300 "paste",
10301]
10302
10303[[package]]
10304name = "rmpv"
10305version = "1.3.0"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10308dependencies = [
10309 "num-traits",
10310 "rmp",
10311]
10312
10313[[package]]
10314name = "rodio"
10315version = "0.19.0"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
10318dependencies = [
10319 "cpal",
10320 "hound",
10321 "thiserror",
10322]
10323
10324[[package]]
10325name = "rope"
10326version = "0.1.0"
10327dependencies = [
10328 "arrayvec",
10329 "criterion",
10330 "ctor",
10331 "env_logger 0.11.5",
10332 "gpui",
10333 "log",
10334 "rand 0.8.5",
10335 "rayon",
10336 "smallvec",
10337 "sum_tree",
10338 "unicode-segmentation",
10339 "util",
10340]
10341
10342[[package]]
10343name = "roxmltree"
10344version = "0.20.0"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10347
10348[[package]]
10349name = "rpc"
10350version = "0.1.0"
10351dependencies = [
10352 "anyhow",
10353 "async-tungstenite 0.28.0",
10354 "base64 0.22.1",
10355 "chrono",
10356 "collections",
10357 "env_logger 0.11.5",
10358 "futures 0.3.30",
10359 "gpui",
10360 "parking_lot",
10361 "proto",
10362 "rand 0.8.5",
10363 "rsa",
10364 "serde",
10365 "serde_json",
10366 "sha2",
10367 "strum 0.25.0",
10368 "tracing",
10369 "util",
10370 "zstd",
10371]
10372
10373[[package]]
10374name = "rsa"
10375version = "0.9.6"
10376source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
10378dependencies = [
10379 "const-oid",
10380 "digest",
10381 "num-bigint-dig",
10382 "num-integer",
10383 "num-traits",
10384 "pkcs1",
10385 "pkcs8 0.10.2",
10386 "rand_core 0.6.4",
10387 "signature 2.2.0",
10388 "spki 0.7.3",
10389 "subtle",
10390 "zeroize",
10391]
10392
10393[[package]]
10394name = "runtimelib"
10395version = "0.19.0"
10396source = "registry+https://github.com/rust-lang/crates.io-index"
10397checksum = "fe23ba9967355bbb1be2fb9a8e51bd239ffdf9c791fad5a9b765122ee2bde2e4"
10398dependencies = [
10399 "anyhow",
10400 "async-dispatcher",
10401 "async-std",
10402 "base64 0.22.1",
10403 "bytes 1.7.2",
10404 "chrono",
10405 "data-encoding",
10406 "dirs 5.0.1",
10407 "futures 0.3.30",
10408 "glob",
10409 "jupyter-serde",
10410 "rand 0.8.5",
10411 "ring",
10412 "serde",
10413 "serde_json",
10414 "shellexpand 3.1.0",
10415 "smol",
10416 "uuid",
10417 "zeromq",
10418]
10419
10420[[package]]
10421name = "rust-embed"
10422version = "8.5.0"
10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10425dependencies = [
10426 "rust-embed-impl",
10427 "rust-embed-utils",
10428 "walkdir",
10429]
10430
10431[[package]]
10432name = "rust-embed-impl"
10433version = "8.5.0"
10434source = "registry+https://github.com/rust-lang/crates.io-index"
10435checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10436dependencies = [
10437 "proc-macro2",
10438 "quote",
10439 "rust-embed-utils",
10440 "syn 2.0.87",
10441 "walkdir",
10442]
10443
10444[[package]]
10445name = "rust-embed-utils"
10446version = "8.5.0"
10447source = "registry+https://github.com/rust-lang/crates.io-index"
10448checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10449dependencies = [
10450 "globset",
10451 "sha2",
10452 "walkdir",
10453]
10454
10455[[package]]
10456name = "rust_decimal"
10457version = "1.36.0"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10460dependencies = [
10461 "arrayvec",
10462 "borsh",
10463 "bytes 1.7.2",
10464 "num-traits",
10465 "rand 0.8.5",
10466 "rkyv",
10467 "serde",
10468 "serde_json",
10469]
10470
10471[[package]]
10472name = "rustc-demangle"
10473version = "0.1.24"
10474source = "registry+https://github.com/rust-lang/crates.io-index"
10475checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10476
10477[[package]]
10478name = "rustc-hash"
10479version = "1.1.0"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10482
10483[[package]]
10484name = "rustc-hash"
10485version = "2.0.0"
10486source = "registry+https://github.com/rust-lang/crates.io-index"
10487checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
10488
10489[[package]]
10490name = "rustc_version"
10491version = "0.4.1"
10492source = "registry+https://github.com/rust-lang/crates.io-index"
10493checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10494dependencies = [
10495 "semver",
10496]
10497
10498[[package]]
10499name = "rustix"
10500version = "0.37.27"
10501source = "registry+https://github.com/rust-lang/crates.io-index"
10502checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
10503dependencies = [
10504 "bitflags 1.3.2",
10505 "errno 0.3.9",
10506 "io-lifetimes 1.0.11",
10507 "libc",
10508 "linux-raw-sys 0.3.8",
10509 "windows-sys 0.48.0",
10510]
10511
10512[[package]]
10513name = "rustix"
10514version = "0.38.35"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
10517dependencies = [
10518 "bitflags 2.6.0",
10519 "errno 0.3.9",
10520 "itoa",
10521 "libc",
10522 "linux-raw-sys 0.4.14",
10523 "once_cell",
10524 "windows-sys 0.52.0",
10525]
10526
10527[[package]]
10528name = "rustix-openpty"
10529version = "0.1.1"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10532dependencies = [
10533 "errno 0.3.9",
10534 "libc",
10535 "rustix 0.38.35",
10536]
10537
10538[[package]]
10539name = "rustls"
10540version = "0.21.12"
10541source = "registry+https://github.com/rust-lang/crates.io-index"
10542checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10543dependencies = [
10544 "log",
10545 "ring",
10546 "rustls-webpki 0.101.7",
10547 "sct",
10548]
10549
10550[[package]]
10551name = "rustls"
10552version = "0.23.13"
10553source = "registry+https://github.com/rust-lang/crates.io-index"
10554checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
10555dependencies = [
10556 "once_cell",
10557 "ring",
10558 "rustls-pki-types",
10559 "rustls-webpki 0.102.8",
10560 "subtle",
10561 "zeroize",
10562]
10563
10564[[package]]
10565name = "rustls-native-certs"
10566version = "0.6.3"
10567source = "registry+https://github.com/rust-lang/crates.io-index"
10568checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
10569dependencies = [
10570 "openssl-probe",
10571 "rustls-pemfile 1.0.4",
10572 "schannel",
10573 "security-framework",
10574]
10575
10576[[package]]
10577name = "rustls-native-certs"
10578version = "0.8.0"
10579source = "registry+https://github.com/rust-lang/crates.io-index"
10580checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
10581dependencies = [
10582 "openssl-probe",
10583 "rustls-pemfile 2.1.3",
10584 "rustls-pki-types",
10585 "schannel",
10586 "security-framework",
10587]
10588
10589[[package]]
10590name = "rustls-pemfile"
10591version = "1.0.4"
10592source = "registry+https://github.com/rust-lang/crates.io-index"
10593checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
10594dependencies = [
10595 "base64 0.21.7",
10596]
10597
10598[[package]]
10599name = "rustls-pemfile"
10600version = "2.1.3"
10601source = "registry+https://github.com/rust-lang/crates.io-index"
10602checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
10603dependencies = [
10604 "base64 0.22.1",
10605 "rustls-pki-types",
10606]
10607
10608[[package]]
10609name = "rustls-pki-types"
10610version = "1.8.0"
10611source = "registry+https://github.com/rust-lang/crates.io-index"
10612checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
10613
10614[[package]]
10615name = "rustls-webpki"
10616version = "0.101.7"
10617source = "registry+https://github.com/rust-lang/crates.io-index"
10618checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
10619dependencies = [
10620 "ring",
10621 "untrusted",
10622]
10623
10624[[package]]
10625name = "rustls-webpki"
10626version = "0.102.8"
10627source = "registry+https://github.com/rust-lang/crates.io-index"
10628checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
10629dependencies = [
10630 "ring",
10631 "rustls-pki-types",
10632 "untrusted",
10633]
10634
10635[[package]]
10636name = "rustversion"
10637version = "1.0.17"
10638source = "registry+https://github.com/rust-lang/crates.io-index"
10639checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
10640
10641[[package]]
10642name = "rustybuzz"
10643version = "0.14.1"
10644source = "registry+https://github.com/rust-lang/crates.io-index"
10645checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
10646dependencies = [
10647 "bitflags 2.6.0",
10648 "bytemuck",
10649 "libm",
10650 "smallvec",
10651 "ttf-parser",
10652 "unicode-bidi-mirroring",
10653 "unicode-ccc",
10654 "unicode-properties",
10655 "unicode-script",
10656]
10657
10658[[package]]
10659name = "ryu"
10660version = "1.0.18"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
10663
10664[[package]]
10665name = "salsa20"
10666version = "0.10.2"
10667source = "registry+https://github.com/rust-lang/crates.io-index"
10668checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
10669dependencies = [
10670 "cipher",
10671]
10672
10673[[package]]
10674name = "same-file"
10675version = "1.0.6"
10676source = "registry+https://github.com/rust-lang/crates.io-index"
10677checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
10678dependencies = [
10679 "winapi-util",
10680]
10681
10682[[package]]
10683name = "schannel"
10684version = "0.1.23"
10685source = "registry+https://github.com/rust-lang/crates.io-index"
10686checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
10687dependencies = [
10688 "windows-sys 0.52.0",
10689]
10690
10691[[package]]
10692name = "schemars"
10693version = "0.8.21"
10694source = "registry+https://github.com/rust-lang/crates.io-index"
10695checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
10696dependencies = [
10697 "dyn-clone",
10698 "indexmap 1.9.3",
10699 "schemars_derive",
10700 "serde",
10701 "serde_json",
10702]
10703
10704[[package]]
10705name = "schemars_derive"
10706version = "0.8.21"
10707source = "registry+https://github.com/rust-lang/crates.io-index"
10708checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
10709dependencies = [
10710 "proc-macro2",
10711 "quote",
10712 "serde_derive_internals 0.29.1",
10713 "syn 2.0.87",
10714]
10715
10716[[package]]
10717name = "scoped-tls"
10718version = "1.0.1"
10719source = "registry+https://github.com/rust-lang/crates.io-index"
10720checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
10721
10722[[package]]
10723name = "scopeguard"
10724version = "1.2.0"
10725source = "registry+https://github.com/rust-lang/crates.io-index"
10726checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
10727
10728[[package]]
10729name = "scratch"
10730version = "1.0.7"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
10733
10734[[package]]
10735name = "scrypt"
10736version = "0.11.0"
10737source = "registry+https://github.com/rust-lang/crates.io-index"
10738checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
10739dependencies = [
10740 "password-hash 0.5.0",
10741 "pbkdf2 0.12.2",
10742 "salsa20",
10743 "sha2",
10744]
10745
10746[[package]]
10747name = "sct"
10748version = "0.7.1"
10749source = "registry+https://github.com/rust-lang/crates.io-index"
10750checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
10751dependencies = [
10752 "ring",
10753 "untrusted",
10754]
10755
10756[[package]]
10757name = "sea-bae"
10758version = "0.2.0"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
10761dependencies = [
10762 "heck 0.4.1",
10763 "proc-macro-error",
10764 "proc-macro2",
10765 "quote",
10766 "syn 2.0.87",
10767]
10768
10769[[package]]
10770name = "sea-orm"
10771version = "1.1.0-rc.1"
10772source = "registry+https://github.com/rust-lang/crates.io-index"
10773checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
10774dependencies = [
10775 "async-stream",
10776 "async-trait",
10777 "bigdecimal",
10778 "chrono",
10779 "futures 0.3.30",
10780 "log",
10781 "ouroboros",
10782 "rust_decimal",
10783 "sea-orm-macros",
10784 "sea-query",
10785 "sea-query-binder",
10786 "serde",
10787 "serde_json",
10788 "sqlx",
10789 "strum 0.26.3",
10790 "thiserror",
10791 "time",
10792 "tracing",
10793 "url",
10794 "uuid",
10795]
10796
10797[[package]]
10798name = "sea-orm-macros"
10799version = "1.1.0-rc.1"
10800source = "registry+https://github.com/rust-lang/crates.io-index"
10801checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
10802dependencies = [
10803 "heck 0.4.1",
10804 "proc-macro2",
10805 "quote",
10806 "sea-bae",
10807 "syn 2.0.87",
10808 "unicode-ident",
10809]
10810
10811[[package]]
10812name = "sea-query"
10813version = "0.32.0-rc.1"
10814source = "registry+https://github.com/rust-lang/crates.io-index"
10815checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
10816dependencies = [
10817 "bigdecimal",
10818 "chrono",
10819 "educe",
10820 "inherent",
10821 "ordered-float 3.9.2",
10822 "rust_decimal",
10823 "serde_json",
10824 "time",
10825 "uuid",
10826]
10827
10828[[package]]
10829name = "sea-query-binder"
10830version = "0.7.0-rc.1"
10831source = "registry+https://github.com/rust-lang/crates.io-index"
10832checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
10833dependencies = [
10834 "bigdecimal",
10835 "chrono",
10836 "rust_decimal",
10837 "sea-query",
10838 "serde_json",
10839 "sqlx",
10840 "time",
10841 "uuid",
10842]
10843
10844[[package]]
10845name = "seahash"
10846version = "4.1.0"
10847source = "registry+https://github.com/rust-lang/crates.io-index"
10848checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
10849
10850[[package]]
10851name = "sealed"
10852version = "0.4.0"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
10855dependencies = [
10856 "heck 0.3.3",
10857 "proc-macro2",
10858 "quote",
10859 "syn 1.0.109",
10860]
10861
10862[[package]]
10863name = "search"
10864version = "0.1.0"
10865dependencies = [
10866 "any_vec",
10867 "anyhow",
10868 "bitflags 2.6.0",
10869 "client",
10870 "collections",
10871 "editor",
10872 "futures 0.3.30",
10873 "gpui",
10874 "language",
10875 "menu",
10876 "project",
10877 "serde",
10878 "serde_json",
10879 "settings",
10880 "smol",
10881 "theme",
10882 "ui",
10883 "unindent",
10884 "util",
10885 "workspace",
10886]
10887
10888[[package]]
10889name = "sec1"
10890version = "0.3.0"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
10893dependencies = [
10894 "base16ct",
10895 "der 0.6.1",
10896 "generic-array",
10897 "pkcs8 0.9.0",
10898 "subtle",
10899 "zeroize",
10900]
10901
10902[[package]]
10903name = "security-framework"
10904version = "2.11.1"
10905source = "registry+https://github.com/rust-lang/crates.io-index"
10906checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
10907dependencies = [
10908 "bitflags 2.6.0",
10909 "core-foundation 0.9.4",
10910 "core-foundation-sys",
10911 "libc",
10912 "security-framework-sys",
10913]
10914
10915[[package]]
10916name = "security-framework-sys"
10917version = "2.11.1"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
10920dependencies = [
10921 "core-foundation-sys",
10922 "libc",
10923]
10924
10925[[package]]
10926name = "self_cell"
10927version = "1.0.4"
10928source = "registry+https://github.com/rust-lang/crates.io-index"
10929checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
10930
10931[[package]]
10932name = "semantic_index"
10933version = "0.1.0"
10934dependencies = [
10935 "anyhow",
10936 "arrayvec",
10937 "blake3",
10938 "client",
10939 "clock",
10940 "collections",
10941 "env_logger 0.11.5",
10942 "feature_flags",
10943 "fs",
10944 "futures 0.3.30",
10945 "futures-batch",
10946 "gpui",
10947 "heed",
10948 "http_client",
10949 "language",
10950 "language_model",
10951 "languages",
10952 "log",
10953 "open_ai",
10954 "parking_lot",
10955 "project",
10956 "reqwest_client",
10957 "serde",
10958 "serde_json",
10959 "settings",
10960 "sha2",
10961 "smol",
10962 "tempfile",
10963 "theme",
10964 "tree-sitter",
10965 "ui",
10966 "unindent",
10967 "util",
10968 "workspace",
10969 "worktree",
10970]
10971
10972[[package]]
10973name = "semantic_version"
10974version = "0.1.0"
10975dependencies = [
10976 "anyhow",
10977 "serde",
10978]
10979
10980[[package]]
10981name = "semver"
10982version = "1.0.23"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
10985dependencies = [
10986 "serde",
10987]
10988
10989[[package]]
10990name = "serde"
10991version = "1.0.209"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
10994dependencies = [
10995 "serde_derive",
10996]
10997
10998[[package]]
10999name = "serde_derive"
11000version = "1.0.209"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
11003dependencies = [
11004 "proc-macro2",
11005 "quote",
11006 "syn 2.0.87",
11007]
11008
11009[[package]]
11010name = "serde_derive_internals"
11011version = "0.26.0"
11012source = "registry+https://github.com/rust-lang/crates.io-index"
11013checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
11014dependencies = [
11015 "proc-macro2",
11016 "quote",
11017 "syn 1.0.109",
11018]
11019
11020[[package]]
11021name = "serde_derive_internals"
11022version = "0.29.1"
11023source = "registry+https://github.com/rust-lang/crates.io-index"
11024checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11025dependencies = [
11026 "proc-macro2",
11027 "quote",
11028 "syn 2.0.87",
11029]
11030
11031[[package]]
11032name = "serde_fmt"
11033version = "1.0.3"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11036dependencies = [
11037 "serde",
11038]
11039
11040[[package]]
11041name = "serde_json"
11042version = "1.0.132"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
11045dependencies = [
11046 "indexmap 2.4.0",
11047 "itoa",
11048 "memchr",
11049 "ryu",
11050 "serde",
11051]
11052
11053[[package]]
11054name = "serde_json_lenient"
11055version = "0.2.1"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
11058dependencies = [
11059 "indexmap 2.4.0",
11060 "itoa",
11061 "ryu",
11062 "serde",
11063]
11064
11065[[package]]
11066name = "serde_path_to_error"
11067version = "0.1.16"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11070dependencies = [
11071 "itoa",
11072 "serde",
11073]
11074
11075[[package]]
11076name = "serde_qs"
11077version = "0.8.5"
11078source = "registry+https://github.com/rust-lang/crates.io-index"
11079checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11080dependencies = [
11081 "percent-encoding",
11082 "serde",
11083 "thiserror",
11084]
11085
11086[[package]]
11087name = "serde_qs"
11088version = "0.10.1"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11091dependencies = [
11092 "percent-encoding",
11093 "serde",
11094 "thiserror",
11095]
11096
11097[[package]]
11098name = "serde_repr"
11099version = "0.1.19"
11100source = "registry+https://github.com/rust-lang/crates.io-index"
11101checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11102dependencies = [
11103 "proc-macro2",
11104 "quote",
11105 "syn 2.0.87",
11106]
11107
11108[[package]]
11109name = "serde_spanned"
11110version = "0.6.7"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
11113dependencies = [
11114 "serde",
11115]
11116
11117[[package]]
11118name = "serde_urlencoded"
11119version = "0.7.1"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11122dependencies = [
11123 "form_urlencoded",
11124 "itoa",
11125 "ryu",
11126 "serde",
11127]
11128
11129[[package]]
11130name = "session"
11131version = "0.1.0"
11132dependencies = [
11133 "db",
11134 "gpui",
11135 "serde_json",
11136 "util",
11137 "uuid",
11138]
11139
11140[[package]]
11141name = "settings"
11142version = "0.1.0"
11143dependencies = [
11144 "anyhow",
11145 "collections",
11146 "ec4rs",
11147 "fs",
11148 "futures 0.3.30",
11149 "gpui",
11150 "indoc",
11151 "log",
11152 "paths",
11153 "pretty_assertions",
11154 "release_channel",
11155 "rust-embed",
11156 "schemars",
11157 "serde",
11158 "serde_derive",
11159 "serde_json",
11160 "serde_json_lenient",
11161 "smallvec",
11162 "tree-sitter",
11163 "tree-sitter-json",
11164 "unindent",
11165 "util",
11166]
11167
11168[[package]]
11169name = "settings_ui"
11170version = "0.1.0"
11171dependencies = [
11172 "command_palette_hooks",
11173 "editor",
11174 "feature_flags",
11175 "gpui",
11176 "settings",
11177 "theme",
11178 "ui",
11179 "workspace",
11180]
11181
11182[[package]]
11183name = "sha1"
11184version = "0.10.6"
11185source = "registry+https://github.com/rust-lang/crates.io-index"
11186checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11187dependencies = [
11188 "cfg-if",
11189 "cpufeatures",
11190 "digest",
11191]
11192
11193[[package]]
11194name = "sha1_smol"
11195version = "1.0.1"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11198
11199[[package]]
11200name = "sha2"
11201version = "0.10.8"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11204dependencies = [
11205 "cfg-if",
11206 "cpufeatures",
11207 "digest",
11208]
11209
11210[[package]]
11211name = "sharded-slab"
11212version = "0.1.7"
11213source = "registry+https://github.com/rust-lang/crates.io-index"
11214checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11215dependencies = [
11216 "lazy_static",
11217]
11218
11219[[package]]
11220name = "shell-words"
11221version = "1.1.0"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11224
11225[[package]]
11226name = "shellexpand"
11227version = "2.1.2"
11228source = "registry+https://github.com/rust-lang/crates.io-index"
11229checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11230dependencies = [
11231 "dirs 4.0.0",
11232]
11233
11234[[package]]
11235name = "shellexpand"
11236version = "3.1.0"
11237source = "registry+https://github.com/rust-lang/crates.io-index"
11238checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11239dependencies = [
11240 "dirs 5.0.1",
11241]
11242
11243[[package]]
11244name = "shlex"
11245version = "1.3.0"
11246source = "registry+https://github.com/rust-lang/crates.io-index"
11247checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11248
11249[[package]]
11250name = "signal-hook"
11251version = "0.3.17"
11252source = "registry+https://github.com/rust-lang/crates.io-index"
11253checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11254dependencies = [
11255 "libc",
11256 "signal-hook-registry",
11257]
11258
11259[[package]]
11260name = "signal-hook-registry"
11261version = "1.4.2"
11262source = "registry+https://github.com/rust-lang/crates.io-index"
11263checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11264dependencies = [
11265 "libc",
11266]
11267
11268[[package]]
11269name = "signature"
11270version = "1.6.4"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11273dependencies = [
11274 "digest",
11275 "rand_core 0.6.4",
11276]
11277
11278[[package]]
11279name = "signature"
11280version = "2.2.0"
11281source = "registry+https://github.com/rust-lang/crates.io-index"
11282checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11283dependencies = [
11284 "digest",
11285 "rand_core 0.6.4",
11286]
11287
11288[[package]]
11289name = "simd-adler32"
11290version = "0.3.7"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11293
11294[[package]]
11295name = "simd_helpers"
11296version = "0.1.0"
11297source = "registry+https://github.com/rust-lang/crates.io-index"
11298checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11299dependencies = [
11300 "quote",
11301]
11302
11303[[package]]
11304name = "simdutf8"
11305version = "0.1.4"
11306source = "registry+https://github.com/rust-lang/crates.io-index"
11307checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
11308
11309[[package]]
11310name = "similar"
11311version = "1.3.0"
11312source = "registry+https://github.com/rust-lang/crates.io-index"
11313checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11314
11315[[package]]
11316name = "simple_asn1"
11317version = "0.6.2"
11318source = "registry+https://github.com/rust-lang/crates.io-index"
11319checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11320dependencies = [
11321 "num-bigint",
11322 "num-traits",
11323 "thiserror",
11324 "time",
11325]
11326
11327[[package]]
11328name = "simplecss"
11329version = "0.2.1"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11332dependencies = [
11333 "log",
11334]
11335
11336[[package]]
11337name = "simplelog"
11338version = "0.12.2"
11339source = "registry+https://github.com/rust-lang/crates.io-index"
11340checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11341dependencies = [
11342 "log",
11343 "termcolor",
11344 "time",
11345]
11346
11347[[package]]
11348name = "siphasher"
11349version = "0.3.11"
11350source = "registry+https://github.com/rust-lang/crates.io-index"
11351checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11352
11353[[package]]
11354name = "siphasher"
11355version = "1.0.1"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11358
11359[[package]]
11360name = "skrifa"
11361version = "0.20.0"
11362source = "registry+https://github.com/rust-lang/crates.io-index"
11363checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
11364dependencies = [
11365 "bytemuck",
11366 "read-fonts",
11367]
11368
11369[[package]]
11370name = "slab"
11371version = "0.4.9"
11372source = "registry+https://github.com/rust-lang/crates.io-index"
11373checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11374dependencies = [
11375 "autocfg",
11376]
11377
11378[[package]]
11379name = "slash_commands_example"
11380version = "0.1.0"
11381dependencies = [
11382 "zed_extension_api 0.1.0",
11383]
11384
11385[[package]]
11386name = "slice-group-by"
11387version = "0.3.1"
11388source = "registry+https://github.com/rust-lang/crates.io-index"
11389checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11390
11391[[package]]
11392name = "slotmap"
11393version = "1.0.7"
11394source = "registry+https://github.com/rust-lang/crates.io-index"
11395checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11396dependencies = [
11397 "version_check",
11398]
11399
11400[[package]]
11401name = "smallvec"
11402version = "1.13.2"
11403source = "registry+https://github.com/rust-lang/crates.io-index"
11404checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11405dependencies = [
11406 "serde",
11407]
11408
11409[[package]]
11410name = "smart-default"
11411version = "0.6.0"
11412source = "registry+https://github.com/rust-lang/crates.io-index"
11413checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11414dependencies = [
11415 "proc-macro2",
11416 "quote",
11417 "syn 1.0.109",
11418]
11419
11420[[package]]
11421name = "smol"
11422version = "1.3.0"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11425dependencies = [
11426 "async-channel 1.9.0",
11427 "async-executor",
11428 "async-fs 1.6.0",
11429 "async-io 1.13.0",
11430 "async-lock 2.8.0",
11431 "async-net 1.8.0",
11432 "async-process 1.8.1",
11433 "blocking",
11434 "futures-lite 1.13.0",
11435]
11436
11437[[package]]
11438name = "smol_str"
11439version = "0.1.24"
11440source = "registry+https://github.com/rust-lang/crates.io-index"
11441checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11442dependencies = [
11443 "serde",
11444]
11445
11446[[package]]
11447name = "snippet"
11448version = "0.1.0"
11449dependencies = [
11450 "anyhow",
11451 "smallvec",
11452]
11453
11454[[package]]
11455name = "snippet_provider"
11456version = "0.1.0"
11457dependencies = [
11458 "anyhow",
11459 "collections",
11460 "fs",
11461 "futures 0.3.30",
11462 "gpui",
11463 "parking_lot",
11464 "paths",
11465 "serde",
11466 "serde_json",
11467 "snippet",
11468 "util",
11469]
11470
11471[[package]]
11472name = "snippets_ui"
11473version = "0.1.0"
11474dependencies = [
11475 "fuzzy",
11476 "gpui",
11477 "language",
11478 "paths",
11479 "picker",
11480 "ui",
11481 "util",
11482 "workspace",
11483]
11484
11485[[package]]
11486name = "socket2"
11487version = "0.4.10"
11488source = "registry+https://github.com/rust-lang/crates.io-index"
11489checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
11490dependencies = [
11491 "libc",
11492 "winapi",
11493]
11494
11495[[package]]
11496name = "socket2"
11497version = "0.5.7"
11498source = "registry+https://github.com/rust-lang/crates.io-index"
11499checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
11500dependencies = [
11501 "libc",
11502 "windows-sys 0.52.0",
11503]
11504
11505[[package]]
11506name = "spdx"
11507version = "0.10.6"
11508source = "registry+https://github.com/rust-lang/crates.io-index"
11509checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
11510dependencies = [
11511 "smallvec",
11512]
11513
11514[[package]]
11515name = "spin"
11516version = "0.9.8"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11519dependencies = [
11520 "lock_api",
11521]
11522
11523[[package]]
11524name = "spirv"
11525version = "0.3.0+sdk-1.3.268.0"
11526source = "registry+https://github.com/rust-lang/crates.io-index"
11527checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11528dependencies = [
11529 "bitflags 2.6.0",
11530]
11531
11532[[package]]
11533name = "spki"
11534version = "0.6.0"
11535source = "registry+https://github.com/rust-lang/crates.io-index"
11536checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11537dependencies = [
11538 "base64ct",
11539 "der 0.6.1",
11540]
11541
11542[[package]]
11543name = "spki"
11544version = "0.7.3"
11545source = "registry+https://github.com/rust-lang/crates.io-index"
11546checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11547dependencies = [
11548 "base64ct",
11549 "der 0.7.9",
11550]
11551
11552[[package]]
11553name = "sptr"
11554version = "0.3.2"
11555source = "registry+https://github.com/rust-lang/crates.io-index"
11556checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11557
11558[[package]]
11559name = "sqlez"
11560version = "0.1.0"
11561dependencies = [
11562 "anyhow",
11563 "collections",
11564 "futures 0.3.30",
11565 "indoc",
11566 "libsqlite3-sys",
11567 "parking_lot",
11568 "smol",
11569 "sqlformat",
11570 "thread_local",
11571 "util",
11572 "uuid",
11573]
11574
11575[[package]]
11576name = "sqlez_macros"
11577version = "0.1.0"
11578dependencies = [
11579 "sqlez",
11580 "sqlformat",
11581 "syn 1.0.109",
11582]
11583
11584[[package]]
11585name = "sqlformat"
11586version = "0.2.6"
11587source = "registry+https://github.com/rust-lang/crates.io-index"
11588checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
11589dependencies = [
11590 "nom",
11591 "unicode_categories",
11592]
11593
11594[[package]]
11595name = "sqlx"
11596version = "0.8.0"
11597source = "registry+https://github.com/rust-lang/crates.io-index"
11598checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
11599dependencies = [
11600 "sqlx-core",
11601 "sqlx-macros",
11602 "sqlx-mysql",
11603 "sqlx-postgres",
11604 "sqlx-sqlite",
11605]
11606
11607[[package]]
11608name = "sqlx-core"
11609version = "0.8.0"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
11612dependencies = [
11613 "atoi",
11614 "bigdecimal",
11615 "byteorder",
11616 "bytes 1.7.2",
11617 "chrono",
11618 "crc",
11619 "crossbeam-queue",
11620 "either",
11621 "event-listener 5.3.1",
11622 "futures-channel",
11623 "futures-core",
11624 "futures-intrusive",
11625 "futures-io",
11626 "futures-util",
11627 "hashbrown 0.14.5",
11628 "hashlink 0.9.1",
11629 "hex",
11630 "indexmap 2.4.0",
11631 "log",
11632 "memchr",
11633 "once_cell",
11634 "paste",
11635 "percent-encoding",
11636 "rust_decimal",
11637 "rustls 0.21.12",
11638 "rustls-pemfile 1.0.4",
11639 "serde",
11640 "serde_json",
11641 "sha2",
11642 "smallvec",
11643 "sqlformat",
11644 "thiserror",
11645 "time",
11646 "tokio",
11647 "tokio-stream",
11648 "tracing",
11649 "url",
11650 "uuid",
11651 "webpki-roots 0.25.4",
11652]
11653
11654[[package]]
11655name = "sqlx-macros"
11656version = "0.8.0"
11657source = "registry+https://github.com/rust-lang/crates.io-index"
11658checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
11659dependencies = [
11660 "proc-macro2",
11661 "quote",
11662 "sqlx-core",
11663 "sqlx-macros-core",
11664 "syn 2.0.87",
11665]
11666
11667[[package]]
11668name = "sqlx-macros-core"
11669version = "0.8.0"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
11672dependencies = [
11673 "dotenvy",
11674 "either",
11675 "heck 0.5.0",
11676 "hex",
11677 "once_cell",
11678 "proc-macro2",
11679 "quote",
11680 "serde",
11681 "serde_json",
11682 "sha2",
11683 "sqlx-core",
11684 "sqlx-mysql",
11685 "sqlx-postgres",
11686 "sqlx-sqlite",
11687 "syn 2.0.87",
11688 "tempfile",
11689 "tokio",
11690 "url",
11691]
11692
11693[[package]]
11694name = "sqlx-mysql"
11695version = "0.8.0"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
11698dependencies = [
11699 "atoi",
11700 "base64 0.22.1",
11701 "bigdecimal",
11702 "bitflags 2.6.0",
11703 "byteorder",
11704 "bytes 1.7.2",
11705 "chrono",
11706 "crc",
11707 "digest",
11708 "dotenvy",
11709 "either",
11710 "futures-channel",
11711 "futures-core",
11712 "futures-io",
11713 "futures-util",
11714 "generic-array",
11715 "hex",
11716 "hkdf",
11717 "hmac",
11718 "itoa",
11719 "log",
11720 "md-5",
11721 "memchr",
11722 "once_cell",
11723 "percent-encoding",
11724 "rand 0.8.5",
11725 "rsa",
11726 "rust_decimal",
11727 "serde",
11728 "sha1",
11729 "sha2",
11730 "smallvec",
11731 "sqlx-core",
11732 "stringprep",
11733 "thiserror",
11734 "time",
11735 "tracing",
11736 "uuid",
11737 "whoami",
11738]
11739
11740[[package]]
11741name = "sqlx-postgres"
11742version = "0.8.0"
11743source = "registry+https://github.com/rust-lang/crates.io-index"
11744checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
11745dependencies = [
11746 "atoi",
11747 "base64 0.22.1",
11748 "bigdecimal",
11749 "bitflags 2.6.0",
11750 "byteorder",
11751 "chrono",
11752 "crc",
11753 "dotenvy",
11754 "etcetera",
11755 "futures-channel",
11756 "futures-core",
11757 "futures-io",
11758 "futures-util",
11759 "hex",
11760 "hkdf",
11761 "hmac",
11762 "home",
11763 "itoa",
11764 "log",
11765 "md-5",
11766 "memchr",
11767 "num-bigint",
11768 "once_cell",
11769 "rand 0.8.5",
11770 "rust_decimal",
11771 "serde",
11772 "serde_json",
11773 "sha2",
11774 "smallvec",
11775 "sqlx-core",
11776 "stringprep",
11777 "thiserror",
11778 "time",
11779 "tracing",
11780 "uuid",
11781 "whoami",
11782]
11783
11784[[package]]
11785name = "sqlx-sqlite"
11786version = "0.8.0"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
11789dependencies = [
11790 "atoi",
11791 "chrono",
11792 "flume",
11793 "futures-channel",
11794 "futures-core",
11795 "futures-executor",
11796 "futures-intrusive",
11797 "futures-util",
11798 "libsqlite3-sys",
11799 "log",
11800 "percent-encoding",
11801 "serde",
11802 "serde_urlencoded",
11803 "sqlx-core",
11804 "time",
11805 "tracing",
11806 "url",
11807 "uuid",
11808]
11809
11810[[package]]
11811name = "stable_deref_trait"
11812version = "1.2.0"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
11815
11816[[package]]
11817name = "static_assertions"
11818version = "1.1.0"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
11821
11822[[package]]
11823name = "story"
11824version = "0.1.0"
11825dependencies = [
11826 "gpui",
11827 "itertools 0.13.0",
11828 "smallvec",
11829]
11830
11831[[package]]
11832name = "storybook"
11833version = "0.1.0"
11834dependencies = [
11835 "anyhow",
11836 "clap",
11837 "collab_ui",
11838 "ctrlc",
11839 "dialoguer",
11840 "editor",
11841 "fuzzy",
11842 "gpui",
11843 "indoc",
11844 "language",
11845 "log",
11846 "menu",
11847 "picker",
11848 "project",
11849 "reqwest_client",
11850 "rust-embed",
11851 "settings",
11852 "simplelog",
11853 "story",
11854 "strum 0.25.0",
11855 "theme",
11856 "title_bar",
11857 "ui",
11858]
11859
11860[[package]]
11861name = "strict-num"
11862version = "0.1.1"
11863source = "registry+https://github.com/rust-lang/crates.io-index"
11864checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
11865dependencies = [
11866 "float-cmp",
11867]
11868
11869[[package]]
11870name = "string_cache"
11871version = "0.8.7"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
11874dependencies = [
11875 "new_debug_unreachable",
11876 "once_cell",
11877 "parking_lot",
11878 "phf_shared 0.10.0",
11879 "precomputed-hash",
11880 "serde",
11881]
11882
11883[[package]]
11884name = "string_cache_codegen"
11885version = "0.5.2"
11886source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
11888dependencies = [
11889 "phf_generator 0.10.0",
11890 "phf_shared 0.10.0",
11891 "proc-macro2",
11892 "quote",
11893]
11894
11895[[package]]
11896name = "stringprep"
11897version = "0.1.5"
11898source = "registry+https://github.com/rust-lang/crates.io-index"
11899checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
11900dependencies = [
11901 "unicode-bidi",
11902 "unicode-normalization",
11903 "unicode-properties",
11904]
11905
11906[[package]]
11907name = "strsim"
11908version = "0.11.1"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
11911
11912[[package]]
11913name = "strum"
11914version = "0.25.0"
11915source = "registry+https://github.com/rust-lang/crates.io-index"
11916checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
11917dependencies = [
11918 "strum_macros",
11919]
11920
11921[[package]]
11922name = "strum"
11923version = "0.26.3"
11924source = "registry+https://github.com/rust-lang/crates.io-index"
11925checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
11926
11927[[package]]
11928name = "strum_macros"
11929version = "0.25.3"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
11932dependencies = [
11933 "heck 0.4.1",
11934 "proc-macro2",
11935 "quote",
11936 "rustversion",
11937 "syn 2.0.87",
11938]
11939
11940[[package]]
11941name = "subtle"
11942version = "2.6.1"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
11945
11946[[package]]
11947name = "sum_tree"
11948version = "0.1.0"
11949dependencies = [
11950 "arrayvec",
11951 "ctor",
11952 "env_logger 0.11.5",
11953 "log",
11954 "rand 0.8.5",
11955 "rayon",
11956]
11957
11958[[package]]
11959name = "supermaven"
11960version = "0.1.0"
11961dependencies = [
11962 "anyhow",
11963 "client",
11964 "collections",
11965 "editor",
11966 "env_logger 0.11.5",
11967 "futures 0.3.30",
11968 "gpui",
11969 "http_client",
11970 "language",
11971 "log",
11972 "postage",
11973 "project",
11974 "serde",
11975 "serde_json",
11976 "settings",
11977 "smol",
11978 "supermaven_api",
11979 "text",
11980 "theme",
11981 "ui",
11982 "unicode-segmentation",
11983 "util",
11984 "windows 0.58.0",
11985]
11986
11987[[package]]
11988name = "supermaven_api"
11989version = "0.1.0"
11990dependencies = [
11991 "anyhow",
11992 "futures 0.3.30",
11993 "http_client",
11994 "paths",
11995 "serde",
11996 "serde_json",
11997 "smol",
11998]
11999
12000[[package]]
12001name = "sval"
12002version = "2.13.0"
12003source = "registry+https://github.com/rust-lang/crates.io-index"
12004checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
12005
12006[[package]]
12007name = "sval_buffer"
12008version = "2.13.0"
12009source = "registry+https://github.com/rust-lang/crates.io-index"
12010checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
12011dependencies = [
12012 "sval",
12013 "sval_ref",
12014]
12015
12016[[package]]
12017name = "sval_dynamic"
12018version = "2.13.0"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
12021dependencies = [
12022 "sval",
12023]
12024
12025[[package]]
12026name = "sval_fmt"
12027version = "2.13.0"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
12030dependencies = [
12031 "itoa",
12032 "ryu",
12033 "sval",
12034]
12035
12036[[package]]
12037name = "sval_json"
12038version = "2.13.0"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
12041dependencies = [
12042 "itoa",
12043 "ryu",
12044 "sval",
12045]
12046
12047[[package]]
12048name = "sval_nested"
12049version = "2.13.0"
12050source = "registry+https://github.com/rust-lang/crates.io-index"
12051checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
12052dependencies = [
12053 "sval",
12054 "sval_buffer",
12055 "sval_ref",
12056]
12057
12058[[package]]
12059name = "sval_ref"
12060version = "2.13.0"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
12063dependencies = [
12064 "sval",
12065]
12066
12067[[package]]
12068name = "sval_serde"
12069version = "2.13.0"
12070source = "registry+https://github.com/rust-lang/crates.io-index"
12071checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
12072dependencies = [
12073 "serde",
12074 "sval",
12075 "sval_nested",
12076]
12077
12078[[package]]
12079name = "svg_fmt"
12080version = "0.4.3"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
12083
12084[[package]]
12085name = "svgtypes"
12086version = "0.15.2"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12089dependencies = [
12090 "kurbo",
12091 "siphasher 1.0.1",
12092]
12093
12094[[package]]
12095name = "swash"
12096version = "0.1.18"
12097source = "registry+https://github.com/rust-lang/crates.io-index"
12098checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
12099dependencies = [
12100 "skrifa",
12101 "yazi",
12102 "zeno",
12103]
12104
12105[[package]]
12106name = "syn"
12107version = "1.0.109"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12110dependencies = [
12111 "proc-macro2",
12112 "quote",
12113 "unicode-ident",
12114]
12115
12116[[package]]
12117name = "syn"
12118version = "2.0.87"
12119source = "registry+https://github.com/rust-lang/crates.io-index"
12120checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
12121dependencies = [
12122 "proc-macro2",
12123 "quote",
12124 "unicode-ident",
12125]
12126
12127[[package]]
12128name = "syn_derive"
12129version = "0.1.8"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
12132dependencies = [
12133 "proc-macro-error",
12134 "proc-macro2",
12135 "quote",
12136 "syn 2.0.87",
12137]
12138
12139[[package]]
12140name = "sync_wrapper"
12141version = "0.1.2"
12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12144
12145[[package]]
12146name = "sync_wrapper"
12147version = "1.0.1"
12148source = "registry+https://github.com/rust-lang/crates.io-index"
12149checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
12150dependencies = [
12151 "futures-core",
12152]
12153
12154[[package]]
12155name = "synchronoise"
12156version = "1.0.1"
12157source = "registry+https://github.com/rust-lang/crates.io-index"
12158checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12159dependencies = [
12160 "crossbeam-queue",
12161]
12162
12163[[package]]
12164name = "sys-locale"
12165version = "0.3.2"
12166source = "registry+https://github.com/rust-lang/crates.io-index"
12167checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12168dependencies = [
12169 "libc",
12170]
12171
12172[[package]]
12173name = "sysinfo"
12174version = "0.31.4"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12177dependencies = [
12178 "core-foundation-sys",
12179 "libc",
12180 "memchr",
12181 "ntapi",
12182 "rayon",
12183 "windows 0.54.0",
12184]
12185
12186[[package]]
12187name = "system-configuration"
12188version = "0.5.1"
12189source = "registry+https://github.com/rust-lang/crates.io-index"
12190checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12191dependencies = [
12192 "bitflags 1.3.2",
12193 "core-foundation 0.9.4",
12194 "system-configuration-sys 0.5.0",
12195]
12196
12197[[package]]
12198name = "system-configuration"
12199version = "0.6.1"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12202dependencies = [
12203 "bitflags 2.6.0",
12204 "core-foundation 0.9.4",
12205 "system-configuration-sys 0.6.0",
12206]
12207
12208[[package]]
12209name = "system-configuration-sys"
12210version = "0.5.0"
12211source = "registry+https://github.com/rust-lang/crates.io-index"
12212checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12213dependencies = [
12214 "core-foundation-sys",
12215 "libc",
12216]
12217
12218[[package]]
12219name = "system-configuration-sys"
12220version = "0.6.0"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12223dependencies = [
12224 "core-foundation-sys",
12225 "libc",
12226]
12227
12228[[package]]
12229name = "system-deps"
12230version = "6.2.2"
12231source = "registry+https://github.com/rust-lang/crates.io-index"
12232checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12233dependencies = [
12234 "cfg-expr",
12235 "heck 0.5.0",
12236 "pkg-config",
12237 "toml 0.8.19",
12238 "version-compare",
12239]
12240
12241[[package]]
12242name = "system-interface"
12243version = "0.27.2"
12244source = "registry+https://github.com/rust-lang/crates.io-index"
12245checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
12246dependencies = [
12247 "bitflags 2.6.0",
12248 "cap-fs-ext",
12249 "cap-std",
12250 "fd-lock",
12251 "io-lifetimes 2.0.3",
12252 "rustix 0.38.35",
12253 "windows-sys 0.52.0",
12254 "winx",
12255]
12256
12257[[package]]
12258name = "tab_switcher"
12259version = "0.1.0"
12260dependencies = [
12261 "anyhow",
12262 "collections",
12263 "ctor",
12264 "editor",
12265 "env_logger 0.11.5",
12266 "gpui",
12267 "language",
12268 "menu",
12269 "picker",
12270 "project",
12271 "serde",
12272 "serde_json",
12273 "settings",
12274 "theme",
12275 "ui",
12276 "util",
12277 "workspace",
12278]
12279
12280[[package]]
12281name = "taffy"
12282version = "0.4.4"
12283source = "registry+https://github.com/rust-lang/crates.io-index"
12284checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12285dependencies = [
12286 "arrayvec",
12287 "grid",
12288 "num-traits",
12289 "serde",
12290 "slotmap",
12291]
12292
12293[[package]]
12294name = "take-until"
12295version = "0.2.0"
12296source = "registry+https://github.com/rust-lang/crates.io-index"
12297checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12298
12299[[package]]
12300name = "tap"
12301version = "1.0.1"
12302source = "registry+https://github.com/rust-lang/crates.io-index"
12303checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12304
12305[[package]]
12306name = "target-lexicon"
12307version = "0.12.16"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12310
12311[[package]]
12312name = "task"
12313version = "0.1.0"
12314dependencies = [
12315 "anyhow",
12316 "collections",
12317 "futures 0.3.30",
12318 "gpui",
12319 "hex",
12320 "parking_lot",
12321 "schemars",
12322 "serde",
12323 "serde_json_lenient",
12324 "sha2",
12325 "shellexpand 2.1.2",
12326 "util",
12327]
12328
12329[[package]]
12330name = "tasks_ui"
12331version = "0.1.0"
12332dependencies = [
12333 "anyhow",
12334 "editor",
12335 "file_icons",
12336 "fuzzy",
12337 "gpui",
12338 "language",
12339 "menu",
12340 "picker",
12341 "project",
12342 "schemars",
12343 "serde",
12344 "serde_json",
12345 "settings",
12346 "task",
12347 "tree-sitter-rust",
12348 "tree-sitter-typescript",
12349 "ui",
12350 "util",
12351 "workspace",
12352]
12353
12354[[package]]
12355name = "telemetry_events"
12356version = "0.1.0"
12357dependencies = [
12358 "semantic_version",
12359 "serde",
12360]
12361
12362[[package]]
12363name = "tempfile"
12364version = "3.12.0"
12365source = "registry+https://github.com/rust-lang/crates.io-index"
12366checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
12367dependencies = [
12368 "cfg-if",
12369 "fastrand 2.1.1",
12370 "once_cell",
12371 "rustix 0.38.35",
12372 "windows-sys 0.59.0",
12373]
12374
12375[[package]]
12376name = "tendril"
12377version = "0.4.3"
12378source = "registry+https://github.com/rust-lang/crates.io-index"
12379checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12380dependencies = [
12381 "futf",
12382 "mac",
12383 "utf-8",
12384]
12385
12386[[package]]
12387name = "termcolor"
12388version = "1.4.1"
12389source = "registry+https://github.com/rust-lang/crates.io-index"
12390checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12391dependencies = [
12392 "winapi-util",
12393]
12394
12395[[package]]
12396name = "terminal"
12397version = "0.1.0"
12398dependencies = [
12399 "alacritty_terminal",
12400 "anyhow",
12401 "collections",
12402 "dirs 4.0.0",
12403 "futures 0.3.30",
12404 "gpui",
12405 "libc",
12406 "rand 0.8.5",
12407 "regex",
12408 "release_channel",
12409 "schemars",
12410 "serde",
12411 "serde_derive",
12412 "settings",
12413 "smol",
12414 "sysinfo",
12415 "task",
12416 "theme",
12417 "thiserror",
12418 "util",
12419 "windows 0.58.0",
12420]
12421
12422[[package]]
12423name = "terminal_size"
12424version = "0.4.0"
12425source = "registry+https://github.com/rust-lang/crates.io-index"
12426checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
12427dependencies = [
12428 "rustix 0.38.35",
12429 "windows-sys 0.59.0",
12430]
12431
12432[[package]]
12433name = "terminal_view"
12434version = "0.1.0"
12435dependencies = [
12436 "anyhow",
12437 "client",
12438 "collections",
12439 "db",
12440 "dirs 4.0.0",
12441 "editor",
12442 "futures 0.3.30",
12443 "gpui",
12444 "itertools 0.13.0",
12445 "language",
12446 "project",
12447 "rand 0.8.5",
12448 "search",
12449 "serde",
12450 "serde_json",
12451 "settings",
12452 "shellexpand 2.1.2",
12453 "smol",
12454 "task",
12455 "tasks_ui",
12456 "terminal",
12457 "theme",
12458 "ui",
12459 "util",
12460 "workspace",
12461 "zed_actions",
12462]
12463
12464[[package]]
12465name = "text"
12466version = "0.1.0"
12467dependencies = [
12468 "anyhow",
12469 "clock",
12470 "collections",
12471 "ctor",
12472 "env_logger 0.11.5",
12473 "gpui",
12474 "http_client",
12475 "log",
12476 "parking_lot",
12477 "postage",
12478 "rand 0.8.5",
12479 "regex",
12480 "rope",
12481 "smallvec",
12482 "sum_tree",
12483 "util",
12484]
12485
12486[[package]]
12487name = "theme"
12488version = "0.1.0"
12489dependencies = [
12490 "anyhow",
12491 "collections",
12492 "derive_more",
12493 "fs",
12494 "futures 0.3.30",
12495 "gpui",
12496 "indexmap 1.9.3",
12497 "log",
12498 "palette",
12499 "parking_lot",
12500 "refineable",
12501 "schemars",
12502 "serde",
12503 "serde_derive",
12504 "serde_json",
12505 "serde_json_lenient",
12506 "serde_repr",
12507 "settings",
12508 "strum 0.25.0",
12509 "util",
12510 "uuid",
12511]
12512
12513[[package]]
12514name = "theme_importer"
12515version = "0.1.0"
12516dependencies = [
12517 "anyhow",
12518 "clap",
12519 "gpui",
12520 "indexmap 1.9.3",
12521 "log",
12522 "palette",
12523 "rust-embed",
12524 "schemars",
12525 "serde",
12526 "serde_json",
12527 "serde_json_lenient",
12528 "simplelog",
12529 "strum 0.25.0",
12530 "theme",
12531 "vscode_theme",
12532]
12533
12534[[package]]
12535name = "theme_selector"
12536version = "0.1.0"
12537dependencies = [
12538 "client",
12539 "fs",
12540 "fuzzy",
12541 "gpui",
12542 "log",
12543 "picker",
12544 "serde",
12545 "settings",
12546 "theme",
12547 "ui",
12548 "util",
12549 "workspace",
12550]
12551
12552[[package]]
12553name = "thiserror"
12554version = "1.0.69"
12555source = "registry+https://github.com/rust-lang/crates.io-index"
12556checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
12557dependencies = [
12558 "thiserror-impl",
12559]
12560
12561[[package]]
12562name = "thiserror-impl"
12563version = "1.0.69"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
12566dependencies = [
12567 "proc-macro2",
12568 "quote",
12569 "syn 2.0.87",
12570]
12571
12572[[package]]
12573name = "thread_local"
12574version = "1.1.8"
12575source = "registry+https://github.com/rust-lang/crates.io-index"
12576checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
12577dependencies = [
12578 "cfg-if",
12579 "once_cell",
12580]
12581
12582[[package]]
12583name = "tiff"
12584version = "0.9.1"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
12587dependencies = [
12588 "flate2",
12589 "jpeg-decoder",
12590 "weezl",
12591]
12592
12593[[package]]
12594name = "tiktoken-rs"
12595version = "0.5.9"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
12598dependencies = [
12599 "anyhow",
12600 "base64 0.21.7",
12601 "bstr",
12602 "fancy-regex 0.12.0",
12603 "lazy_static",
12604 "parking_lot",
12605 "rustc-hash 1.1.0",
12606]
12607
12608[[package]]
12609name = "time"
12610version = "0.3.36"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
12613dependencies = [
12614 "deranged",
12615 "itoa",
12616 "libc",
12617 "num-conv",
12618 "num_threads",
12619 "powerfmt",
12620 "serde",
12621 "time-core",
12622 "time-macros",
12623]
12624
12625[[package]]
12626name = "time-core"
12627version = "0.1.2"
12628source = "registry+https://github.com/rust-lang/crates.io-index"
12629checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
12630
12631[[package]]
12632name = "time-macros"
12633version = "0.2.18"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
12636dependencies = [
12637 "num-conv",
12638 "time-core",
12639]
12640
12641[[package]]
12642name = "time_format"
12643version = "0.1.0"
12644dependencies = [
12645 "core-foundation 0.9.4",
12646 "core-foundation-sys",
12647 "sys-locale",
12648 "time",
12649]
12650
12651[[package]]
12652name = "tiny-keccak"
12653version = "2.0.2"
12654source = "registry+https://github.com/rust-lang/crates.io-index"
12655checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
12656dependencies = [
12657 "crunchy",
12658]
12659
12660[[package]]
12661name = "tiny-skia"
12662version = "0.11.4"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
12665dependencies = [
12666 "arrayref",
12667 "arrayvec",
12668 "bytemuck",
12669 "cfg-if",
12670 "log",
12671 "png",
12672 "tiny-skia-path",
12673]
12674
12675[[package]]
12676name = "tiny-skia-path"
12677version = "0.11.4"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
12680dependencies = [
12681 "arrayref",
12682 "bytemuck",
12683 "strict-num",
12684]
12685
12686[[package]]
12687name = "tiny_http"
12688version = "0.8.2"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
12691dependencies = [
12692 "ascii",
12693 "chrono",
12694 "chunked_transfer",
12695 "log",
12696 "url",
12697]
12698
12699[[package]]
12700name = "tinytemplate"
12701version = "1.2.1"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12704dependencies = [
12705 "serde",
12706 "serde_json",
12707]
12708
12709[[package]]
12710name = "tinyvec"
12711version = "1.8.0"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
12714dependencies = [
12715 "tinyvec_macros",
12716]
12717
12718[[package]]
12719name = "tinyvec_macros"
12720version = "0.1.1"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
12723
12724[[package]]
12725name = "title_bar"
12726version = "0.1.0"
12727dependencies = [
12728 "auto_update",
12729 "call",
12730 "client",
12731 "collections",
12732 "command_palette",
12733 "editor",
12734 "extensions_ui",
12735 "feature_flags",
12736 "feedback",
12737 "gpui",
12738 "http_client",
12739 "notifications",
12740 "pretty_assertions",
12741 "project",
12742 "recent_projects",
12743 "remote",
12744 "rpc",
12745 "serde",
12746 "settings",
12747 "smallvec",
12748 "story",
12749 "theme",
12750 "theme_selector",
12751 "tree-sitter-md",
12752 "ui",
12753 "util",
12754 "vcs_menu",
12755 "windows 0.58.0",
12756 "workspace",
12757 "zed_actions",
12758]
12759
12760[[package]]
12761name = "tokio"
12762version = "1.40.0"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
12765dependencies = [
12766 "backtrace",
12767 "bytes 1.7.2",
12768 "libc",
12769 "mio 1.0.2",
12770 "parking_lot",
12771 "pin-project-lite",
12772 "signal-hook-registry",
12773 "socket2 0.5.7",
12774 "tokio-macros",
12775 "windows-sys 0.52.0",
12776]
12777
12778[[package]]
12779name = "tokio-io"
12780version = "0.1.13"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
12783dependencies = [
12784 "bytes 0.4.12",
12785 "futures 0.1.31",
12786 "log",
12787]
12788
12789[[package]]
12790name = "tokio-macros"
12791version = "2.4.0"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
12794dependencies = [
12795 "proc-macro2",
12796 "quote",
12797 "syn 2.0.87",
12798]
12799
12800[[package]]
12801name = "tokio-native-tls"
12802version = "0.3.1"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
12805dependencies = [
12806 "native-tls",
12807 "tokio",
12808]
12809
12810[[package]]
12811name = "tokio-rustls"
12812version = "0.24.1"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
12815dependencies = [
12816 "rustls 0.21.12",
12817 "tokio",
12818]
12819
12820[[package]]
12821name = "tokio-rustls"
12822version = "0.26.0"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12825dependencies = [
12826 "rustls 0.23.13",
12827 "rustls-pki-types",
12828 "tokio",
12829]
12830
12831[[package]]
12832name = "tokio-socks"
12833version = "0.5.2"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
12836dependencies = [
12837 "either",
12838 "futures-io",
12839 "futures-util",
12840 "thiserror",
12841 "tokio",
12842]
12843
12844[[package]]
12845name = "tokio-stream"
12846version = "0.1.15"
12847source = "registry+https://github.com/rust-lang/crates.io-index"
12848checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12849dependencies = [
12850 "futures-core",
12851 "pin-project-lite",
12852 "tokio",
12853]
12854
12855[[package]]
12856name = "tokio-tungstenite"
12857version = "0.20.1"
12858source = "registry+https://github.com/rust-lang/crates.io-index"
12859checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
12860dependencies = [
12861 "futures-util",
12862 "log",
12863 "rustls 0.21.12",
12864 "rustls-native-certs 0.6.3",
12865 "tokio",
12866 "tokio-rustls 0.24.1",
12867 "tungstenite 0.20.1",
12868]
12869
12870[[package]]
12871name = "tokio-tungstenite"
12872version = "0.21.0"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
12875dependencies = [
12876 "futures-util",
12877 "log",
12878 "tokio",
12879 "tungstenite 0.21.0",
12880]
12881
12882[[package]]
12883name = "tokio-util"
12884version = "0.7.12"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
12887dependencies = [
12888 "bytes 1.7.2",
12889 "futures-core",
12890 "futures-io",
12891 "futures-sink",
12892 "pin-project-lite",
12893 "tokio",
12894]
12895
12896[[package]]
12897name = "toml"
12898version = "0.5.11"
12899source = "registry+https://github.com/rust-lang/crates.io-index"
12900checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12901dependencies = [
12902 "serde",
12903]
12904
12905[[package]]
12906name = "toml"
12907version = "0.7.8"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
12910dependencies = [
12911 "serde",
12912 "serde_spanned",
12913 "toml_datetime",
12914 "toml_edit 0.19.15",
12915]
12916
12917[[package]]
12918name = "toml"
12919version = "0.8.19"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
12922dependencies = [
12923 "serde",
12924 "serde_spanned",
12925 "toml_datetime",
12926 "toml_edit 0.22.20",
12927]
12928
12929[[package]]
12930name = "toml_datetime"
12931version = "0.6.8"
12932source = "registry+https://github.com/rust-lang/crates.io-index"
12933checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
12934dependencies = [
12935 "serde",
12936]
12937
12938[[package]]
12939name = "toml_edit"
12940version = "0.19.15"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
12943dependencies = [
12944 "indexmap 2.4.0",
12945 "serde",
12946 "serde_spanned",
12947 "toml_datetime",
12948 "winnow 0.5.40",
12949]
12950
12951[[package]]
12952name = "toml_edit"
12953version = "0.22.20"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
12956dependencies = [
12957 "indexmap 2.4.0",
12958 "serde",
12959 "serde_spanned",
12960 "toml_datetime",
12961 "winnow 0.6.18",
12962]
12963
12964[[package]]
12965name = "toolchain_selector"
12966version = "0.1.0"
12967dependencies = [
12968 "editor",
12969 "fuzzy",
12970 "gpui",
12971 "language",
12972 "picker",
12973 "project",
12974 "ui",
12975 "util",
12976 "workspace",
12977]
12978
12979[[package]]
12980name = "topological-sort"
12981version = "0.2.2"
12982source = "registry+https://github.com/rust-lang/crates.io-index"
12983checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
12984
12985[[package]]
12986name = "tower"
12987version = "0.4.13"
12988source = "registry+https://github.com/rust-lang/crates.io-index"
12989checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
12990dependencies = [
12991 "futures-core",
12992 "futures-util",
12993 "pin-project",
12994 "pin-project-lite",
12995 "tokio",
12996 "tower-layer",
12997 "tower-service",
12998 "tracing",
12999]
13000
13001[[package]]
13002name = "tower-http"
13003version = "0.3.5"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13006dependencies = [
13007 "bitflags 1.3.2",
13008 "bytes 1.7.2",
13009 "futures-core",
13010 "futures-util",
13011 "http 0.2.12",
13012 "http-body 0.4.6",
13013 "http-range-header",
13014 "pin-project-lite",
13015 "tower-layer",
13016 "tower-service",
13017]
13018
13019[[package]]
13020name = "tower-http"
13021version = "0.4.4"
13022source = "registry+https://github.com/rust-lang/crates.io-index"
13023checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13024dependencies = [
13025 "bitflags 2.6.0",
13026 "bytes 1.7.2",
13027 "futures-core",
13028 "futures-util",
13029 "http 0.2.12",
13030 "http-body 0.4.6",
13031 "http-range-header",
13032 "pin-project-lite",
13033 "tower-layer",
13034 "tower-service",
13035 "tracing",
13036]
13037
13038[[package]]
13039name = "tower-layer"
13040version = "0.3.3"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13043
13044[[package]]
13045name = "tower-service"
13046version = "0.3.3"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13049
13050[[package]]
13051name = "tracing"
13052version = "0.1.40"
13053source = "registry+https://github.com/rust-lang/crates.io-index"
13054checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
13055dependencies = [
13056 "log",
13057 "pin-project-lite",
13058 "tracing-attributes",
13059 "tracing-core",
13060]
13061
13062[[package]]
13063name = "tracing-attributes"
13064version = "0.1.27"
13065source = "registry+https://github.com/rust-lang/crates.io-index"
13066checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
13067dependencies = [
13068 "proc-macro2",
13069 "quote",
13070 "syn 2.0.87",
13071]
13072
13073[[package]]
13074name = "tracing-core"
13075version = "0.1.32"
13076source = "registry+https://github.com/rust-lang/crates.io-index"
13077checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
13078dependencies = [
13079 "once_cell",
13080 "valuable",
13081]
13082
13083[[package]]
13084name = "tracing-log"
13085version = "0.2.0"
13086source = "registry+https://github.com/rust-lang/crates.io-index"
13087checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13088dependencies = [
13089 "log",
13090 "once_cell",
13091 "tracing-core",
13092]
13093
13094[[package]]
13095name = "tracing-serde"
13096version = "0.1.3"
13097source = "registry+https://github.com/rust-lang/crates.io-index"
13098checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
13099dependencies = [
13100 "serde",
13101 "tracing-core",
13102]
13103
13104[[package]]
13105name = "tracing-subscriber"
13106version = "0.3.18"
13107source = "registry+https://github.com/rust-lang/crates.io-index"
13108checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
13109dependencies = [
13110 "matchers",
13111 "nu-ansi-term",
13112 "once_cell",
13113 "regex",
13114 "serde",
13115 "serde_json",
13116 "sharded-slab",
13117 "smallvec",
13118 "thread_local",
13119 "tracing",
13120 "tracing-core",
13121 "tracing-log",
13122 "tracing-serde",
13123]
13124
13125[[package]]
13126name = "tree-sitter"
13127version = "0.23.0"
13128source = "registry+https://github.com/rust-lang/crates.io-index"
13129checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff"
13130dependencies = [
13131 "cc",
13132 "regex",
13133 "regex-syntax 0.8.4",
13134 "tree-sitter-language",
13135 "wasmtime-c-api-impl",
13136]
13137
13138[[package]]
13139name = "tree-sitter-bash"
13140version = "0.23.1"
13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
13143dependencies = [
13144 "cc",
13145 "tree-sitter-language",
13146]
13147
13148[[package]]
13149name = "tree-sitter-c"
13150version = "0.23.1"
13151source = "registry+https://github.com/rust-lang/crates.io-index"
13152checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b"
13153dependencies = [
13154 "cc",
13155 "tree-sitter-language",
13156]
13157
13158[[package]]
13159name = "tree-sitter-cpp"
13160version = "0.23.1"
13161source = "registry+https://github.com/rust-lang/crates.io-index"
13162checksum = "1d67e862242878d6ee50e1e5814f267ee3eea0168aea2cdbd700ccfb4c74b6d3"
13163dependencies = [
13164 "cc",
13165 "tree-sitter-language",
13166]
13167
13168[[package]]
13169name = "tree-sitter-css"
13170version = "0.23.0"
13171source = "registry+https://github.com/rust-lang/crates.io-index"
13172checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292"
13173dependencies = [
13174 "cc",
13175 "tree-sitter-language",
13176]
13177
13178[[package]]
13179name = "tree-sitter-diff"
13180version = "0.1.0"
13181source = "registry+https://github.com/rust-lang/crates.io-index"
13182checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13183dependencies = [
13184 "cc",
13185 "tree-sitter-language",
13186]
13187
13188[[package]]
13189name = "tree-sitter-elixir"
13190version = "0.3.1"
13191source = "registry+https://github.com/rust-lang/crates.io-index"
13192checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32"
13193dependencies = [
13194 "cc",
13195 "tree-sitter-language",
13196]
13197
13198[[package]]
13199name = "tree-sitter-embedded-template"
13200version = "0.23.0"
13201source = "registry+https://github.com/rust-lang/crates.io-index"
13202checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495"
13203dependencies = [
13204 "cc",
13205 "tree-sitter-language",
13206]
13207
13208[[package]]
13209name = "tree-sitter-go"
13210version = "0.23.1"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e"
13213dependencies = [
13214 "cc",
13215 "tree-sitter-language",
13216]
13217
13218[[package]]
13219name = "tree-sitter-gomod"
13220version = "1.0.2"
13221source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
13222dependencies = [
13223 "cc",
13224 "tree-sitter-language",
13225]
13226
13227[[package]]
13228name = "tree-sitter-gowork"
13229version = "0.0.1"
13230source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13231dependencies = [
13232 "cc",
13233 "tree-sitter-language",
13234]
13235
13236[[package]]
13237name = "tree-sitter-heex"
13238version = "0.0.1"
13239source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13240dependencies = [
13241 "cc",
13242 "tree-sitter-language",
13243]
13244
13245[[package]]
13246name = "tree-sitter-html"
13247version = "0.20.4"
13248source = "registry+https://github.com/rust-lang/crates.io-index"
13249checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13250dependencies = [
13251 "cc",
13252 "tree-sitter",
13253]
13254
13255[[package]]
13256name = "tree-sitter-jsdoc"
13257version = "0.23.0"
13258source = "registry+https://github.com/rust-lang/crates.io-index"
13259checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8"
13260dependencies = [
13261 "cc",
13262 "tree-sitter-language",
13263]
13264
13265[[package]]
13266name = "tree-sitter-json"
13267version = "0.23.0"
13268source = "registry+https://github.com/rust-lang/crates.io-index"
13269checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
13270dependencies = [
13271 "cc",
13272 "tree-sitter-language",
13273]
13274
13275[[package]]
13276name = "tree-sitter-language"
13277version = "0.1.0"
13278source = "registry+https://github.com/rust-lang/crates.io-index"
13279checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57"
13280
13281[[package]]
13282name = "tree-sitter-md"
13283version = "0.3.2"
13284source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13285dependencies = [
13286 "cc",
13287 "tree-sitter-language",
13288]
13289
13290[[package]]
13291name = "tree-sitter-python"
13292version = "0.23.2"
13293source = "registry+https://github.com/rust-lang/crates.io-index"
13294checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb"
13295dependencies = [
13296 "cc",
13297 "tree-sitter-language",
13298]
13299
13300[[package]]
13301name = "tree-sitter-regex"
13302version = "0.23.0"
13303source = "registry+https://github.com/rust-lang/crates.io-index"
13304checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13305dependencies = [
13306 "cc",
13307 "tree-sitter-language",
13308]
13309
13310[[package]]
13311name = "tree-sitter-ruby"
13312version = "0.23.0"
13313source = "registry+https://github.com/rust-lang/crates.io-index"
13314checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0"
13315dependencies = [
13316 "cc",
13317 "tree-sitter-language",
13318]
13319
13320[[package]]
13321name = "tree-sitter-rust"
13322version = "0.23.0"
13323source = "registry+https://github.com/rust-lang/crates.io-index"
13324checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8"
13325dependencies = [
13326 "cc",
13327 "tree-sitter-language",
13328]
13329
13330[[package]]
13331name = "tree-sitter-typescript"
13332version = "0.23.0"
13333source = "registry+https://github.com/rust-lang/crates.io-index"
13334checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685"
13335dependencies = [
13336 "cc",
13337 "tree-sitter-language",
13338]
13339
13340[[package]]
13341name = "tree-sitter-yaml"
13342version = "0.6.1"
13343source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13344dependencies = [
13345 "cc",
13346 "tree-sitter-language",
13347]
13348
13349[[package]]
13350name = "try-lock"
13351version = "0.2.5"
13352source = "registry+https://github.com/rust-lang/crates.io-index"
13353checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13354
13355[[package]]
13356name = "ttf-parser"
13357version = "0.21.1"
13358source = "registry+https://github.com/rust-lang/crates.io-index"
13359checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13360
13361[[package]]
13362name = "tungstenite"
13363version = "0.20.1"
13364source = "registry+https://github.com/rust-lang/crates.io-index"
13365checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13366dependencies = [
13367 "byteorder",
13368 "bytes 1.7.2",
13369 "data-encoding",
13370 "http 0.2.12",
13371 "httparse",
13372 "log",
13373 "rand 0.8.5",
13374 "rustls 0.21.12",
13375 "sha1",
13376 "thiserror",
13377 "url",
13378 "utf-8",
13379]
13380
13381[[package]]
13382name = "tungstenite"
13383version = "0.21.0"
13384source = "registry+https://github.com/rust-lang/crates.io-index"
13385checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13386dependencies = [
13387 "byteorder",
13388 "bytes 1.7.2",
13389 "data-encoding",
13390 "http 1.1.0",
13391 "httparse",
13392 "log",
13393 "native-tls",
13394 "rand 0.8.5",
13395 "sha1",
13396 "thiserror",
13397 "url",
13398 "utf-8",
13399]
13400
13401[[package]]
13402name = "tungstenite"
13403version = "0.24.0"
13404source = "registry+https://github.com/rust-lang/crates.io-index"
13405checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13406dependencies = [
13407 "byteorder",
13408 "bytes 1.7.2",
13409 "data-encoding",
13410 "http 1.1.0",
13411 "httparse",
13412 "log",
13413 "rand 0.8.5",
13414 "sha1",
13415 "thiserror",
13416 "utf-8",
13417]
13418
13419[[package]]
13420name = "typeid"
13421version = "1.0.2"
13422source = "registry+https://github.com/rust-lang/crates.io-index"
13423checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13424
13425[[package]]
13426name = "typenum"
13427version = "1.17.0"
13428source = "registry+https://github.com/rust-lang/crates.io-index"
13429checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13430
13431[[package]]
13432name = "ucd-trie"
13433version = "0.1.6"
13434source = "registry+https://github.com/rust-lang/crates.io-index"
13435checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
13436
13437[[package]]
13438name = "uds_windows"
13439version = "1.1.0"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13442dependencies = [
13443 "memoffset",
13444 "tempfile",
13445 "winapi",
13446]
13447
13448[[package]]
13449name = "ui"
13450version = "0.1.0"
13451dependencies = [
13452 "chrono",
13453 "gpui",
13454 "itertools 0.13.0",
13455 "menu",
13456 "serde",
13457 "settings",
13458 "smallvec",
13459 "story",
13460 "strum 0.25.0",
13461 "theme",
13462 "ui_macros",
13463 "windows 0.58.0",
13464]
13465
13466[[package]]
13467name = "ui_input"
13468version = "0.1.0"
13469dependencies = [
13470 "editor",
13471 "gpui",
13472 "settings",
13473 "theme",
13474 "ui",
13475]
13476
13477[[package]]
13478name = "ui_macros"
13479version = "0.1.0"
13480dependencies = [
13481 "convert_case 0.6.0",
13482 "proc-macro2",
13483 "quote",
13484 "syn 1.0.109",
13485]
13486
13487[[package]]
13488name = "unicase"
13489version = "2.7.0"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
13492dependencies = [
13493 "version_check",
13494]
13495
13496[[package]]
13497name = "unicode-bidi"
13498version = "0.3.15"
13499source = "registry+https://github.com/rust-lang/crates.io-index"
13500checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
13501
13502[[package]]
13503name = "unicode-bidi-mirroring"
13504version = "0.2.0"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13507
13508[[package]]
13509name = "unicode-ccc"
13510version = "0.2.0"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13513
13514[[package]]
13515name = "unicode-ident"
13516version = "1.0.12"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
13519
13520[[package]]
13521name = "unicode-linebreak"
13522version = "0.1.5"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13525
13526[[package]]
13527name = "unicode-normalization"
13528version = "0.1.23"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
13531dependencies = [
13532 "tinyvec",
13533]
13534
13535[[package]]
13536name = "unicode-properties"
13537version = "0.1.2"
13538source = "registry+https://github.com/rust-lang/crates.io-index"
13539checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
13540
13541[[package]]
13542name = "unicode-script"
13543version = "0.5.7"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
13546
13547[[package]]
13548name = "unicode-segmentation"
13549version = "1.11.0"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
13552
13553[[package]]
13554name = "unicode-width"
13555version = "0.1.13"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
13558
13559[[package]]
13560name = "unicode-xid"
13561version = "0.2.5"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
13564
13565[[package]]
13566name = "unicode_categories"
13567version = "0.1.1"
13568source = "registry+https://github.com/rust-lang/crates.io-index"
13569checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
13570
13571[[package]]
13572name = "unindent"
13573version = "0.1.11"
13574source = "registry+https://github.com/rust-lang/crates.io-index"
13575checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
13576
13577[[package]]
13578name = "untrusted"
13579version = "0.9.0"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
13582
13583[[package]]
13584name = "url"
13585version = "2.5.2"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
13588dependencies = [
13589 "form_urlencoded",
13590 "idna",
13591 "percent-encoding",
13592 "serde",
13593]
13594
13595[[package]]
13596name = "urlencoding"
13597version = "2.1.3"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
13600
13601[[package]]
13602name = "usvg"
13603version = "0.44.0"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
13606dependencies = [
13607 "base64 0.22.1",
13608 "data-url",
13609 "flate2",
13610 "imagesize",
13611 "kurbo",
13612 "log",
13613 "pico-args",
13614 "roxmltree",
13615 "simplecss",
13616 "siphasher 1.0.1",
13617 "strict-num",
13618 "svgtypes",
13619 "tiny-skia-path",
13620 "xmlwriter",
13621]
13622
13623[[package]]
13624name = "utf-8"
13625version = "0.7.6"
13626source = "registry+https://github.com/rust-lang/crates.io-index"
13627checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
13628
13629[[package]]
13630name = "utf8parse"
13631version = "0.2.2"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
13634
13635[[package]]
13636name = "util"
13637version = "0.1.0"
13638dependencies = [
13639 "anyhow",
13640 "async-fs 1.6.0",
13641 "collections",
13642 "dirs 4.0.0",
13643 "futures 0.3.30",
13644 "futures-lite 1.13.0",
13645 "git2",
13646 "globset",
13647 "log",
13648 "rand 0.8.5",
13649 "regex",
13650 "rust-embed",
13651 "serde",
13652 "serde_json",
13653 "take-until",
13654 "tempfile",
13655 "tendril",
13656 "unicase",
13657]
13658
13659[[package]]
13660name = "uuid"
13661version = "1.10.0"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
13664dependencies = [
13665 "getrandom 0.2.15",
13666 "serde",
13667 "sha1_smol",
13668]
13669
13670[[package]]
13671name = "v_frame"
13672version = "0.3.8"
13673source = "registry+https://github.com/rust-lang/crates.io-index"
13674checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
13675dependencies = [
13676 "aligned-vec",
13677 "num-traits",
13678 "wasm-bindgen",
13679]
13680
13681[[package]]
13682name = "valuable"
13683version = "0.1.0"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
13686
13687[[package]]
13688name = "value-bag"
13689version = "1.9.0"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
13692dependencies = [
13693 "value-bag-serde1",
13694 "value-bag-sval2",
13695]
13696
13697[[package]]
13698name = "value-bag-serde1"
13699version = "1.9.0"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
13702dependencies = [
13703 "erased-serde",
13704 "serde",
13705 "serde_fmt",
13706]
13707
13708[[package]]
13709name = "value-bag-sval2"
13710version = "1.9.0"
13711source = "registry+https://github.com/rust-lang/crates.io-index"
13712checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
13713dependencies = [
13714 "sval",
13715 "sval_buffer",
13716 "sval_dynamic",
13717 "sval_fmt",
13718 "sval_json",
13719 "sval_ref",
13720 "sval_serde",
13721]
13722
13723[[package]]
13724name = "vcpkg"
13725version = "0.2.15"
13726source = "registry+https://github.com/rust-lang/crates.io-index"
13727checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
13728
13729[[package]]
13730name = "vcs_menu"
13731version = "0.1.0"
13732dependencies = [
13733 "anyhow",
13734 "fuzzy",
13735 "git",
13736 "gpui",
13737 "picker",
13738 "project",
13739 "ui",
13740 "util",
13741 "workspace",
13742]
13743
13744[[package]]
13745name = "version-compare"
13746version = "0.2.0"
13747source = "registry+https://github.com/rust-lang/crates.io-index"
13748checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
13749
13750[[package]]
13751name = "version_check"
13752version = "0.9.5"
13753source = "registry+https://github.com/rust-lang/crates.io-index"
13754checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
13755
13756[[package]]
13757name = "vim"
13758version = "0.1.0"
13759dependencies = [
13760 "anyhow",
13761 "async-compat",
13762 "async-trait",
13763 "collections",
13764 "command_palette",
13765 "command_palette_hooks",
13766 "editor",
13767 "futures 0.3.30",
13768 "gpui",
13769 "indoc",
13770 "itertools 0.13.0",
13771 "language",
13772 "log",
13773 "lsp",
13774 "multi_buffer",
13775 "nvim-rs",
13776 "parking_lot",
13777 "regex",
13778 "release_channel",
13779 "schemars",
13780 "search",
13781 "serde",
13782 "serde_derive",
13783 "serde_json",
13784 "settings",
13785 "tokio",
13786 "ui",
13787 "util",
13788 "workspace",
13789 "zed_actions",
13790]
13791
13792[[package]]
13793name = "vscode_theme"
13794version = "0.2.0"
13795source = "registry+https://github.com/rust-lang/crates.io-index"
13796checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
13797dependencies = [
13798 "serde",
13799]
13800
13801[[package]]
13802name = "vsimd"
13803version = "0.8.0"
13804source = "registry+https://github.com/rust-lang/crates.io-index"
13805checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
13806
13807[[package]]
13808name = "vswhom"
13809version = "0.1.0"
13810source = "registry+https://github.com/rust-lang/crates.io-index"
13811checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
13812dependencies = [
13813 "libc",
13814 "vswhom-sys",
13815]
13816
13817[[package]]
13818name = "vswhom-sys"
13819version = "0.1.2"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
13822dependencies = [
13823 "cc",
13824 "libc",
13825]
13826
13827[[package]]
13828name = "vte"
13829version = "0.13.0"
13830source = "registry+https://github.com/rust-lang/crates.io-index"
13831checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
13832dependencies = [
13833 "bitflags 2.6.0",
13834 "cursor-icon",
13835 "log",
13836 "serde",
13837 "utf8parse",
13838 "vte_generate_state_changes",
13839]
13840
13841[[package]]
13842name = "vte_generate_state_changes"
13843version = "0.1.2"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
13846dependencies = [
13847 "proc-macro2",
13848 "quote",
13849]
13850
13851[[package]]
13852name = "waker-fn"
13853version = "1.2.0"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
13856
13857[[package]]
13858name = "walkdir"
13859version = "2.5.0"
13860source = "registry+https://github.com/rust-lang/crates.io-index"
13861checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
13862dependencies = [
13863 "same-file",
13864 "winapi-util",
13865]
13866
13867[[package]]
13868name = "want"
13869version = "0.3.1"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
13872dependencies = [
13873 "try-lock",
13874]
13875
13876[[package]]
13877name = "warp"
13878version = "0.3.7"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
13881dependencies = [
13882 "bytes 1.7.2",
13883 "futures-channel",
13884 "futures-util",
13885 "headers",
13886 "http 0.2.12",
13887 "hyper 0.14.31",
13888 "log",
13889 "mime",
13890 "mime_guess",
13891 "percent-encoding",
13892 "pin-project",
13893 "scoped-tls",
13894 "serde",
13895 "serde_json",
13896 "serde_urlencoded",
13897 "tokio",
13898 "tokio-tungstenite 0.21.0",
13899 "tokio-util",
13900 "tower-service",
13901 "tracing",
13902]
13903
13904[[package]]
13905name = "wasi"
13906version = "0.9.0+wasi-snapshot-preview1"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
13909
13910[[package]]
13911name = "wasi"
13912version = "0.11.0+wasi-snapshot-preview1"
13913source = "registry+https://github.com/rust-lang/crates.io-index"
13914checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
13915
13916[[package]]
13917name = "wasite"
13918version = "0.1.0"
13919source = "registry+https://github.com/rust-lang/crates.io-index"
13920checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
13921
13922[[package]]
13923name = "wasm-bindgen"
13924version = "0.2.93"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
13927dependencies = [
13928 "cfg-if",
13929 "once_cell",
13930 "wasm-bindgen-macro",
13931]
13932
13933[[package]]
13934name = "wasm-bindgen-backend"
13935version = "0.2.93"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
13938dependencies = [
13939 "bumpalo",
13940 "log",
13941 "once_cell",
13942 "proc-macro2",
13943 "quote",
13944 "syn 2.0.87",
13945 "wasm-bindgen-shared",
13946]
13947
13948[[package]]
13949name = "wasm-bindgen-futures"
13950version = "0.4.43"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
13953dependencies = [
13954 "cfg-if",
13955 "js-sys",
13956 "wasm-bindgen",
13957 "web-sys",
13958]
13959
13960[[package]]
13961name = "wasm-bindgen-macro"
13962version = "0.2.93"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
13965dependencies = [
13966 "quote",
13967 "wasm-bindgen-macro-support",
13968]
13969
13970[[package]]
13971name = "wasm-bindgen-macro-support"
13972version = "0.2.93"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
13975dependencies = [
13976 "proc-macro2",
13977 "quote",
13978 "syn 2.0.87",
13979 "wasm-bindgen-backend",
13980 "wasm-bindgen-shared",
13981]
13982
13983[[package]]
13984name = "wasm-bindgen-shared"
13985version = "0.2.93"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
13988
13989[[package]]
13990name = "wasm-encoder"
13991version = "0.201.0"
13992source = "registry+https://github.com/rust-lang/crates.io-index"
13993checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
13994dependencies = [
13995 "leb128",
13996]
13997
13998[[package]]
13999name = "wasm-encoder"
14000version = "0.215.0"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14003dependencies = [
14004 "leb128",
14005]
14006
14007[[package]]
14008name = "wasm-metadata"
14009version = "0.201.0"
14010source = "registry+https://github.com/rust-lang/crates.io-index"
14011checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14012dependencies = [
14013 "anyhow",
14014 "indexmap 2.4.0",
14015 "serde",
14016 "serde_derive",
14017 "serde_json",
14018 "spdx",
14019 "wasm-encoder 0.201.0",
14020 "wasmparser 0.201.0",
14021]
14022
14023[[package]]
14024name = "wasm-streams"
14025version = "0.4.1"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
14028dependencies = [
14029 "futures-util",
14030 "js-sys",
14031 "wasm-bindgen",
14032 "wasm-bindgen-futures",
14033 "web-sys",
14034]
14035
14036[[package]]
14037name = "wasmparser"
14038version = "0.201.0"
14039source = "registry+https://github.com/rust-lang/crates.io-index"
14040checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14041dependencies = [
14042 "bitflags 2.6.0",
14043 "indexmap 2.4.0",
14044 "semver",
14045]
14046
14047[[package]]
14048name = "wasmparser"
14049version = "0.215.0"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14052dependencies = [
14053 "ahash 0.8.11",
14054 "bitflags 2.6.0",
14055 "hashbrown 0.14.5",
14056 "indexmap 2.4.0",
14057 "semver",
14058 "serde",
14059]
14060
14061[[package]]
14062name = "wasmprinter"
14063version = "0.215.0"
14064source = "registry+https://github.com/rust-lang/crates.io-index"
14065checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14066dependencies = [
14067 "anyhow",
14068 "termcolor",
14069 "wasmparser 0.215.0",
14070]
14071
14072[[package]]
14073name = "wasmtime"
14074version = "24.0.2"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14077dependencies = [
14078 "anyhow",
14079 "async-trait",
14080 "bitflags 2.6.0",
14081 "bumpalo",
14082 "cc",
14083 "cfg-if",
14084 "encoding_rs",
14085 "hashbrown 0.14.5",
14086 "indexmap 2.4.0",
14087 "libc",
14088 "libm",
14089 "log",
14090 "mach2",
14091 "memfd",
14092 "object",
14093 "once_cell",
14094 "paste",
14095 "postcard",
14096 "psm",
14097 "rustix 0.38.35",
14098 "semver",
14099 "serde",
14100 "serde_derive",
14101 "smallvec",
14102 "sptr",
14103 "target-lexicon",
14104 "wasmparser 0.215.0",
14105 "wasmtime-asm-macros",
14106 "wasmtime-component-macro",
14107 "wasmtime-component-util",
14108 "wasmtime-cranelift",
14109 "wasmtime-environ",
14110 "wasmtime-fiber",
14111 "wasmtime-jit-icache-coherence",
14112 "wasmtime-slab",
14113 "wasmtime-versioned-export-macros",
14114 "wasmtime-winch",
14115 "windows-sys 0.52.0",
14116]
14117
14118[[package]]
14119name = "wasmtime-asm-macros"
14120version = "24.0.2"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14123dependencies = [
14124 "cfg-if",
14125]
14126
14127[[package]]
14128name = "wasmtime-c-api-impl"
14129version = "24.0.0"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
14132dependencies = [
14133 "anyhow",
14134 "log",
14135 "once_cell",
14136 "tracing",
14137 "wasmtime",
14138 "wasmtime-c-api-macros",
14139]
14140
14141[[package]]
14142name = "wasmtime-c-api-macros"
14143version = "24.0.0"
14144source = "registry+https://github.com/rust-lang/crates.io-index"
14145checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
14146dependencies = [
14147 "proc-macro2",
14148 "quote",
14149]
14150
14151[[package]]
14152name = "wasmtime-component-macro"
14153version = "24.0.2"
14154source = "registry+https://github.com/rust-lang/crates.io-index"
14155checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14156dependencies = [
14157 "anyhow",
14158 "proc-macro2",
14159 "quote",
14160 "syn 2.0.87",
14161 "wasmtime-component-util",
14162 "wasmtime-wit-bindgen",
14163 "wit-parser 0.215.0",
14164]
14165
14166[[package]]
14167name = "wasmtime-component-util"
14168version = "24.0.2"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14171
14172[[package]]
14173name = "wasmtime-cranelift"
14174version = "24.0.2"
14175source = "registry+https://github.com/rust-lang/crates.io-index"
14176checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14177dependencies = [
14178 "anyhow",
14179 "cfg-if",
14180 "cranelift-codegen",
14181 "cranelift-control",
14182 "cranelift-entity",
14183 "cranelift-frontend",
14184 "cranelift-native",
14185 "cranelift-wasm",
14186 "gimli 0.29.0",
14187 "log",
14188 "object",
14189 "target-lexicon",
14190 "thiserror",
14191 "wasmparser 0.215.0",
14192 "wasmtime-environ",
14193 "wasmtime-versioned-export-macros",
14194]
14195
14196[[package]]
14197name = "wasmtime-environ"
14198version = "24.0.2"
14199source = "registry+https://github.com/rust-lang/crates.io-index"
14200checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14201dependencies = [
14202 "anyhow",
14203 "cpp_demangle",
14204 "cranelift-bitset",
14205 "cranelift-entity",
14206 "gimli 0.29.0",
14207 "indexmap 2.4.0",
14208 "log",
14209 "object",
14210 "postcard",
14211 "rustc-demangle",
14212 "semver",
14213 "serde",
14214 "serde_derive",
14215 "target-lexicon",
14216 "wasm-encoder 0.215.0",
14217 "wasmparser 0.215.0",
14218 "wasmprinter",
14219 "wasmtime-component-util",
14220 "wasmtime-types",
14221]
14222
14223[[package]]
14224name = "wasmtime-fiber"
14225version = "24.0.2"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14228dependencies = [
14229 "anyhow",
14230 "cc",
14231 "cfg-if",
14232 "rustix 0.38.35",
14233 "wasmtime-asm-macros",
14234 "wasmtime-versioned-export-macros",
14235 "windows-sys 0.52.0",
14236]
14237
14238[[package]]
14239name = "wasmtime-jit-icache-coherence"
14240version = "24.0.2"
14241source = "registry+https://github.com/rust-lang/crates.io-index"
14242checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14243dependencies = [
14244 "anyhow",
14245 "cfg-if",
14246 "libc",
14247 "windows-sys 0.52.0",
14248]
14249
14250[[package]]
14251name = "wasmtime-slab"
14252version = "24.0.2"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14255
14256[[package]]
14257name = "wasmtime-types"
14258version = "24.0.2"
14259source = "registry+https://github.com/rust-lang/crates.io-index"
14260checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14261dependencies = [
14262 "anyhow",
14263 "cranelift-entity",
14264 "serde",
14265 "serde_derive",
14266 "smallvec",
14267 "wasmparser 0.215.0",
14268]
14269
14270[[package]]
14271name = "wasmtime-versioned-export-macros"
14272version = "24.0.2"
14273source = "registry+https://github.com/rust-lang/crates.io-index"
14274checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14275dependencies = [
14276 "proc-macro2",
14277 "quote",
14278 "syn 2.0.87",
14279]
14280
14281[[package]]
14282name = "wasmtime-wasi"
14283version = "24.0.1"
14284source = "registry+https://github.com/rust-lang/crates.io-index"
14285checksum = "fda03f5bfd5c4cc09f75c7e44846663f25f2c48a2d688fbfb5c7a33af6cf34f5"
14286dependencies = [
14287 "anyhow",
14288 "async-trait",
14289 "bitflags 2.6.0",
14290 "bytes 1.7.2",
14291 "cap-fs-ext",
14292 "cap-net-ext",
14293 "cap-rand",
14294 "cap-std",
14295 "cap-time-ext",
14296 "fs-set-times",
14297 "futures 0.3.30",
14298 "io-extras",
14299 "io-lifetimes 2.0.3",
14300 "once_cell",
14301 "rustix 0.38.35",
14302 "system-interface",
14303 "thiserror",
14304 "tokio",
14305 "tracing",
14306 "url",
14307 "wasmtime",
14308 "wiggle",
14309 "windows-sys 0.52.0",
14310]
14311
14312[[package]]
14313name = "wasmtime-winch"
14314version = "24.0.2"
14315source = "registry+https://github.com/rust-lang/crates.io-index"
14316checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14317dependencies = [
14318 "anyhow",
14319 "cranelift-codegen",
14320 "gimli 0.29.0",
14321 "object",
14322 "target-lexicon",
14323 "wasmparser 0.215.0",
14324 "wasmtime-cranelift",
14325 "wasmtime-environ",
14326 "winch-codegen",
14327]
14328
14329[[package]]
14330name = "wasmtime-wit-bindgen"
14331version = "24.0.2"
14332source = "registry+https://github.com/rust-lang/crates.io-index"
14333checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14334dependencies = [
14335 "anyhow",
14336 "heck 0.4.1",
14337 "indexmap 2.4.0",
14338 "wit-parser 0.215.0",
14339]
14340
14341[[package]]
14342name = "wast"
14343version = "35.0.2"
14344source = "registry+https://github.com/rust-lang/crates.io-index"
14345checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14346dependencies = [
14347 "leb128",
14348]
14349
14350[[package]]
14351name = "wayland-backend"
14352version = "0.3.6"
14353source = "registry+https://github.com/rust-lang/crates.io-index"
14354checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
14355dependencies = [
14356 "cc",
14357 "downcast-rs",
14358 "rustix 0.38.35",
14359 "scoped-tls",
14360 "smallvec",
14361 "wayland-sys",
14362]
14363
14364[[package]]
14365name = "wayland-client"
14366version = "0.31.5"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
14369dependencies = [
14370 "bitflags 2.6.0",
14371 "rustix 0.38.35",
14372 "wayland-backend",
14373 "wayland-scanner",
14374]
14375
14376[[package]]
14377name = "wayland-cursor"
14378version = "0.31.5"
14379source = "registry+https://github.com/rust-lang/crates.io-index"
14380checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
14381dependencies = [
14382 "rustix 0.38.35",
14383 "wayland-client",
14384 "xcursor",
14385]
14386
14387[[package]]
14388name = "wayland-protocols"
14389version = "0.31.2"
14390source = "registry+https://github.com/rust-lang/crates.io-index"
14391checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14392dependencies = [
14393 "bitflags 2.6.0",
14394 "wayland-backend",
14395 "wayland-client",
14396 "wayland-scanner",
14397]
14398
14399[[package]]
14400name = "wayland-protocols-plasma"
14401version = "0.2.0"
14402source = "registry+https://github.com/rust-lang/crates.io-index"
14403checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14404dependencies = [
14405 "bitflags 2.6.0",
14406 "wayland-backend",
14407 "wayland-client",
14408 "wayland-protocols",
14409 "wayland-scanner",
14410]
14411
14412[[package]]
14413name = "wayland-scanner"
14414version = "0.31.4"
14415source = "registry+https://github.com/rust-lang/crates.io-index"
14416checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
14417dependencies = [
14418 "proc-macro2",
14419 "quick-xml 0.34.0",
14420 "quote",
14421]
14422
14423[[package]]
14424name = "wayland-sys"
14425version = "0.31.4"
14426source = "registry+https://github.com/rust-lang/crates.io-index"
14427checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
14428dependencies = [
14429 "dlib",
14430 "log",
14431 "once_cell",
14432 "pkg-config",
14433]
14434
14435[[package]]
14436name = "web-sys"
14437version = "0.3.70"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
14440dependencies = [
14441 "js-sys",
14442 "wasm-bindgen",
14443]
14444
14445[[package]]
14446name = "webpki"
14447version = "0.22.4"
14448source = "registry+https://github.com/rust-lang/crates.io-index"
14449checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14450dependencies = [
14451 "ring",
14452 "untrusted",
14453]
14454
14455[[package]]
14456name = "webpki-roots"
14457version = "0.22.6"
14458source = "registry+https://github.com/rust-lang/crates.io-index"
14459checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14460dependencies = [
14461 "webpki",
14462]
14463
14464[[package]]
14465name = "webpki-roots"
14466version = "0.25.4"
14467source = "registry+https://github.com/rust-lang/crates.io-index"
14468checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
14469
14470[[package]]
14471name = "webrtc-sys"
14472version = "0.3.5"
14473source = "git+https://github.com/zed-industries/rust-sdks?rev=4262308983646ab5b0e0802c3d8bc52154f99aab#4262308983646ab5b0e0802c3d8bc52154f99aab"
14474dependencies = [
14475 "cc",
14476 "cxx",
14477 "cxx-build",
14478 "glob",
14479 "log",
14480 "webrtc-sys-build",
14481]
14482
14483[[package]]
14484name = "webrtc-sys-build"
14485version = "0.3.5"
14486source = "git+https://github.com/zed-industries/rust-sdks?rev=4262308983646ab5b0e0802c3d8bc52154f99aab#4262308983646ab5b0e0802c3d8bc52154f99aab"
14487dependencies = [
14488 "fs2",
14489 "regex",
14490 "reqwest 0.11.27",
14491 "scratch",
14492 "semver",
14493 "zip",
14494]
14495
14496[[package]]
14497name = "weezl"
14498version = "0.1.8"
14499source = "registry+https://github.com/rust-lang/crates.io-index"
14500checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14501
14502[[package]]
14503name = "welcome"
14504version = "0.1.0"
14505dependencies = [
14506 "anyhow",
14507 "client",
14508 "db",
14509 "editor",
14510 "extensions_ui",
14511 "fuzzy",
14512 "gpui",
14513 "inline_completion_button",
14514 "install_cli",
14515 "picker",
14516 "project",
14517 "schemars",
14518 "serde",
14519 "settings",
14520 "theme_selector",
14521 "ui",
14522 "util",
14523 "vim",
14524 "workspace",
14525 "zed_actions",
14526]
14527
14528[[package]]
14529name = "which"
14530version = "4.4.2"
14531source = "registry+https://github.com/rust-lang/crates.io-index"
14532checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
14533dependencies = [
14534 "either",
14535 "home",
14536 "once_cell",
14537 "rustix 0.38.35",
14538]
14539
14540[[package]]
14541name = "which"
14542version = "6.0.3"
14543source = "registry+https://github.com/rust-lang/crates.io-index"
14544checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
14545dependencies = [
14546 "either",
14547 "home",
14548 "rustix 0.38.35",
14549 "winsafe",
14550]
14551
14552[[package]]
14553name = "whoami"
14554version = "1.5.1"
14555source = "registry+https://github.com/rust-lang/crates.io-index"
14556checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
14557dependencies = [
14558 "redox_syscall 0.4.1",
14559 "wasite",
14560]
14561
14562[[package]]
14563name = "wiggle"
14564version = "24.0.1"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "2d3b31bd2b4d2d82a4b747b8dbc45f566214214a4ffdc5690429a73bc221dc8a"
14567dependencies = [
14568 "anyhow",
14569 "async-trait",
14570 "bitflags 2.6.0",
14571 "thiserror",
14572 "tracing",
14573 "wasmtime",
14574 "wiggle-macro",
14575]
14576
14577[[package]]
14578name = "wiggle-generate"
14579version = "24.0.1"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "e2c6136b195fc12067aa9d4e7a5baf118729394df7bc7cbf8c63119bc9f2a7cd"
14582dependencies = [
14583 "anyhow",
14584 "heck 0.4.1",
14585 "proc-macro2",
14586 "quote",
14587 "shellexpand 2.1.2",
14588 "syn 2.0.87",
14589 "witx",
14590]
14591
14592[[package]]
14593name = "wiggle-macro"
14594version = "24.0.1"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "8a41eaceee468da976ac43b85c4eb82e482f828d5e8e56f49f90dfac2d9bc3b4"
14597dependencies = [
14598 "proc-macro2",
14599 "quote",
14600 "syn 2.0.87",
14601 "wiggle-generate",
14602]
14603
14604[[package]]
14605name = "winapi"
14606version = "0.3.9"
14607source = "registry+https://github.com/rust-lang/crates.io-index"
14608checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
14609dependencies = [
14610 "winapi-i686-pc-windows-gnu",
14611 "winapi-x86_64-pc-windows-gnu",
14612]
14613
14614[[package]]
14615name = "winapi-i686-pc-windows-gnu"
14616version = "0.4.0"
14617source = "registry+https://github.com/rust-lang/crates.io-index"
14618checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
14619
14620[[package]]
14621name = "winapi-util"
14622version = "0.1.9"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
14625dependencies = [
14626 "windows-sys 0.59.0",
14627]
14628
14629[[package]]
14630name = "winapi-x86_64-pc-windows-gnu"
14631version = "0.4.0"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
14634
14635[[package]]
14636name = "winch-codegen"
14637version = "0.22.2"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
14640dependencies = [
14641 "anyhow",
14642 "cranelift-codegen",
14643 "gimli 0.29.0",
14644 "regalloc2",
14645 "smallvec",
14646 "target-lexicon",
14647 "wasmparser 0.215.0",
14648 "wasmtime-cranelift",
14649 "wasmtime-environ",
14650]
14651
14652[[package]]
14653name = "windows"
14654version = "0.54.0"
14655source = "registry+https://github.com/rust-lang/crates.io-index"
14656checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
14657dependencies = [
14658 "windows-core 0.54.0",
14659 "windows-targets 0.52.6",
14660]
14661
14662[[package]]
14663name = "windows"
14664version = "0.58.0"
14665source = "registry+https://github.com/rust-lang/crates.io-index"
14666checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
14667dependencies = [
14668 "windows-core 0.58.0",
14669 "windows-targets 0.52.6",
14670]
14671
14672[[package]]
14673name = "windows-core"
14674version = "0.52.0"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
14677dependencies = [
14678 "windows-targets 0.52.6",
14679]
14680
14681[[package]]
14682name = "windows-core"
14683version = "0.54.0"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
14686dependencies = [
14687 "windows-result 0.1.2",
14688 "windows-targets 0.52.6",
14689]
14690
14691[[package]]
14692name = "windows-core"
14693version = "0.58.0"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
14696dependencies = [
14697 "windows-implement",
14698 "windows-interface",
14699 "windows-result 0.2.0",
14700 "windows-strings",
14701 "windows-targets 0.52.6",
14702]
14703
14704[[package]]
14705name = "windows-implement"
14706version = "0.58.0"
14707source = "registry+https://github.com/rust-lang/crates.io-index"
14708checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
14709dependencies = [
14710 "proc-macro2",
14711 "quote",
14712 "syn 2.0.87",
14713]
14714
14715[[package]]
14716name = "windows-interface"
14717version = "0.58.0"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
14720dependencies = [
14721 "proc-macro2",
14722 "quote",
14723 "syn 2.0.87",
14724]
14725
14726[[package]]
14727name = "windows-registry"
14728version = "0.2.0"
14729source = "registry+https://github.com/rust-lang/crates.io-index"
14730checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
14731dependencies = [
14732 "windows-result 0.2.0",
14733 "windows-strings",
14734 "windows-targets 0.52.6",
14735]
14736
14737[[package]]
14738name = "windows-result"
14739version = "0.1.2"
14740source = "registry+https://github.com/rust-lang/crates.io-index"
14741checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
14742dependencies = [
14743 "windows-targets 0.52.6",
14744]
14745
14746[[package]]
14747name = "windows-result"
14748version = "0.2.0"
14749source = "registry+https://github.com/rust-lang/crates.io-index"
14750checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
14751dependencies = [
14752 "windows-targets 0.52.6",
14753]
14754
14755[[package]]
14756name = "windows-strings"
14757version = "0.1.0"
14758source = "registry+https://github.com/rust-lang/crates.io-index"
14759checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
14760dependencies = [
14761 "windows-result 0.2.0",
14762 "windows-targets 0.52.6",
14763]
14764
14765[[package]]
14766name = "windows-sys"
14767version = "0.45.0"
14768source = "registry+https://github.com/rust-lang/crates.io-index"
14769checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
14770dependencies = [
14771 "windows-targets 0.42.2",
14772]
14773
14774[[package]]
14775name = "windows-sys"
14776version = "0.48.0"
14777source = "registry+https://github.com/rust-lang/crates.io-index"
14778checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
14779dependencies = [
14780 "windows-targets 0.48.5",
14781]
14782
14783[[package]]
14784name = "windows-sys"
14785version = "0.52.0"
14786source = "registry+https://github.com/rust-lang/crates.io-index"
14787checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
14788dependencies = [
14789 "windows-targets 0.52.6",
14790]
14791
14792[[package]]
14793name = "windows-sys"
14794version = "0.59.0"
14795source = "registry+https://github.com/rust-lang/crates.io-index"
14796checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
14797dependencies = [
14798 "windows-targets 0.52.6",
14799]
14800
14801[[package]]
14802name = "windows-targets"
14803version = "0.42.2"
14804source = "registry+https://github.com/rust-lang/crates.io-index"
14805checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
14806dependencies = [
14807 "windows_aarch64_gnullvm 0.42.2",
14808 "windows_aarch64_msvc 0.42.2",
14809 "windows_i686_gnu 0.42.2",
14810 "windows_i686_msvc 0.42.2",
14811 "windows_x86_64_gnu 0.42.2",
14812 "windows_x86_64_gnullvm 0.42.2",
14813 "windows_x86_64_msvc 0.42.2",
14814]
14815
14816[[package]]
14817name = "windows-targets"
14818version = "0.48.5"
14819source = "registry+https://github.com/rust-lang/crates.io-index"
14820checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
14821dependencies = [
14822 "windows_aarch64_gnullvm 0.48.5",
14823 "windows_aarch64_msvc 0.48.5",
14824 "windows_i686_gnu 0.48.5",
14825 "windows_i686_msvc 0.48.5",
14826 "windows_x86_64_gnu 0.48.5",
14827 "windows_x86_64_gnullvm 0.48.5",
14828 "windows_x86_64_msvc 0.48.5",
14829]
14830
14831[[package]]
14832name = "windows-targets"
14833version = "0.52.6"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
14836dependencies = [
14837 "windows_aarch64_gnullvm 0.52.6",
14838 "windows_aarch64_msvc 0.52.6",
14839 "windows_i686_gnu 0.52.6",
14840 "windows_i686_gnullvm",
14841 "windows_i686_msvc 0.52.6",
14842 "windows_x86_64_gnu 0.52.6",
14843 "windows_x86_64_gnullvm 0.52.6",
14844 "windows_x86_64_msvc 0.52.6",
14845]
14846
14847[[package]]
14848name = "windows_aarch64_gnullvm"
14849version = "0.42.2"
14850source = "registry+https://github.com/rust-lang/crates.io-index"
14851checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
14852
14853[[package]]
14854name = "windows_aarch64_gnullvm"
14855version = "0.48.5"
14856source = "registry+https://github.com/rust-lang/crates.io-index"
14857checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
14858
14859[[package]]
14860name = "windows_aarch64_gnullvm"
14861version = "0.52.6"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
14864
14865[[package]]
14866name = "windows_aarch64_msvc"
14867version = "0.42.2"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
14870
14871[[package]]
14872name = "windows_aarch64_msvc"
14873version = "0.48.5"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
14876
14877[[package]]
14878name = "windows_aarch64_msvc"
14879version = "0.52.6"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
14882
14883[[package]]
14884name = "windows_i686_gnu"
14885version = "0.42.2"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
14888
14889[[package]]
14890name = "windows_i686_gnu"
14891version = "0.48.5"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
14894
14895[[package]]
14896name = "windows_i686_gnu"
14897version = "0.52.6"
14898source = "registry+https://github.com/rust-lang/crates.io-index"
14899checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
14900
14901[[package]]
14902name = "windows_i686_gnullvm"
14903version = "0.52.6"
14904source = "registry+https://github.com/rust-lang/crates.io-index"
14905checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
14906
14907[[package]]
14908name = "windows_i686_msvc"
14909version = "0.42.2"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
14912
14913[[package]]
14914name = "windows_i686_msvc"
14915version = "0.48.5"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
14918
14919[[package]]
14920name = "windows_i686_msvc"
14921version = "0.52.6"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
14924
14925[[package]]
14926name = "windows_x86_64_gnu"
14927version = "0.42.2"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
14930
14931[[package]]
14932name = "windows_x86_64_gnu"
14933version = "0.48.5"
14934source = "registry+https://github.com/rust-lang/crates.io-index"
14935checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
14936
14937[[package]]
14938name = "windows_x86_64_gnu"
14939version = "0.52.6"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
14942
14943[[package]]
14944name = "windows_x86_64_gnullvm"
14945version = "0.42.2"
14946source = "registry+https://github.com/rust-lang/crates.io-index"
14947checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
14948
14949[[package]]
14950name = "windows_x86_64_gnullvm"
14951version = "0.48.5"
14952source = "registry+https://github.com/rust-lang/crates.io-index"
14953checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
14954
14955[[package]]
14956name = "windows_x86_64_gnullvm"
14957version = "0.52.6"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
14960
14961[[package]]
14962name = "windows_x86_64_msvc"
14963version = "0.42.2"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
14966
14967[[package]]
14968name = "windows_x86_64_msvc"
14969version = "0.48.5"
14970source = "registry+https://github.com/rust-lang/crates.io-index"
14971checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
14972
14973[[package]]
14974name = "windows_x86_64_msvc"
14975version = "0.52.6"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
14978
14979[[package]]
14980name = "winnow"
14981version = "0.5.40"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
14984dependencies = [
14985 "memchr",
14986]
14987
14988[[package]]
14989name = "winnow"
14990version = "0.6.18"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
14993dependencies = [
14994 "memchr",
14995]
14996
14997[[package]]
14998name = "winreg"
14999version = "0.50.0"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15002dependencies = [
15003 "cfg-if",
15004 "windows-sys 0.48.0",
15005]
15006
15007[[package]]
15008name = "winreg"
15009version = "0.52.0"
15010source = "registry+https://github.com/rust-lang/crates.io-index"
15011checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15012dependencies = [
15013 "cfg-if",
15014 "windows-sys 0.48.0",
15015]
15016
15017[[package]]
15018name = "winresource"
15019version = "0.1.17"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
15022dependencies = [
15023 "toml 0.7.8",
15024 "version_check",
15025]
15026
15027[[package]]
15028name = "winsafe"
15029version = "0.0.19"
15030source = "registry+https://github.com/rust-lang/crates.io-index"
15031checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15032
15033[[package]]
15034name = "winx"
15035version = "0.36.3"
15036source = "registry+https://github.com/rust-lang/crates.io-index"
15037checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
15038dependencies = [
15039 "bitflags 2.6.0",
15040 "windows-sys 0.52.0",
15041]
15042
15043[[package]]
15044name = "wio"
15045version = "0.2.2"
15046source = "registry+https://github.com/rust-lang/crates.io-index"
15047checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15048dependencies = [
15049 "winapi",
15050]
15051
15052[[package]]
15053name = "wit-bindgen"
15054version = "0.22.0"
15055source = "registry+https://github.com/rust-lang/crates.io-index"
15056checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15057dependencies = [
15058 "bitflags 2.6.0",
15059 "wit-bindgen-rt",
15060 "wit-bindgen-rust-macro",
15061]
15062
15063[[package]]
15064name = "wit-bindgen-core"
15065version = "0.22.0"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15068dependencies = [
15069 "anyhow",
15070 "wit-parser 0.201.0",
15071]
15072
15073[[package]]
15074name = "wit-bindgen-rt"
15075version = "0.22.0"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15078
15079[[package]]
15080name = "wit-bindgen-rust"
15081version = "0.22.0"
15082source = "registry+https://github.com/rust-lang/crates.io-index"
15083checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15084dependencies = [
15085 "anyhow",
15086 "heck 0.4.1",
15087 "indexmap 2.4.0",
15088 "wasm-metadata",
15089 "wit-bindgen-core",
15090 "wit-component",
15091]
15092
15093[[package]]
15094name = "wit-bindgen-rust-macro"
15095version = "0.22.0"
15096source = "registry+https://github.com/rust-lang/crates.io-index"
15097checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15098dependencies = [
15099 "anyhow",
15100 "proc-macro2",
15101 "quote",
15102 "syn 2.0.87",
15103 "wit-bindgen-core",
15104 "wit-bindgen-rust",
15105]
15106
15107[[package]]
15108name = "wit-component"
15109version = "0.201.0"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15112dependencies = [
15113 "anyhow",
15114 "bitflags 2.6.0",
15115 "indexmap 2.4.0",
15116 "log",
15117 "serde",
15118 "serde_derive",
15119 "serde_json",
15120 "wasm-encoder 0.201.0",
15121 "wasm-metadata",
15122 "wasmparser 0.201.0",
15123 "wit-parser 0.201.0",
15124]
15125
15126[[package]]
15127name = "wit-parser"
15128version = "0.201.0"
15129source = "registry+https://github.com/rust-lang/crates.io-index"
15130checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15131dependencies = [
15132 "anyhow",
15133 "id-arena",
15134 "indexmap 2.4.0",
15135 "log",
15136 "semver",
15137 "serde",
15138 "serde_derive",
15139 "serde_json",
15140 "unicode-xid",
15141 "wasmparser 0.201.0",
15142]
15143
15144[[package]]
15145name = "wit-parser"
15146version = "0.215.0"
15147source = "registry+https://github.com/rust-lang/crates.io-index"
15148checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15149dependencies = [
15150 "anyhow",
15151 "id-arena",
15152 "indexmap 2.4.0",
15153 "log",
15154 "semver",
15155 "serde",
15156 "serde_derive",
15157 "serde_json",
15158 "unicode-xid",
15159 "wasmparser 0.215.0",
15160]
15161
15162[[package]]
15163name = "witx"
15164version = "0.9.1"
15165source = "registry+https://github.com/rust-lang/crates.io-index"
15166checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15167dependencies = [
15168 "anyhow",
15169 "log",
15170 "thiserror",
15171 "wast",
15172]
15173
15174[[package]]
15175name = "workspace"
15176version = "0.1.0"
15177dependencies = [
15178 "any_vec",
15179 "anyhow",
15180 "async-recursion 1.1.1",
15181 "bincode",
15182 "call",
15183 "client",
15184 "clock",
15185 "collections",
15186 "db",
15187 "derive_more",
15188 "env_logger 0.11.5",
15189 "fs",
15190 "futures 0.3.30",
15191 "git",
15192 "gpui",
15193 "http_client",
15194 "itertools 0.13.0",
15195 "language",
15196 "log",
15197 "node_runtime",
15198 "parking_lot",
15199 "postage",
15200 "project",
15201 "remote",
15202 "schemars",
15203 "serde",
15204 "serde_json",
15205 "session",
15206 "settings",
15207 "smallvec",
15208 "sqlez",
15209 "strum 0.25.0",
15210 "task",
15211 "tempfile",
15212 "theme",
15213 "ui",
15214 "util",
15215 "uuid",
15216]
15217
15218[[package]]
15219name = "worktree"
15220version = "0.1.0"
15221dependencies = [
15222 "anyhow",
15223 "clock",
15224 "collections",
15225 "env_logger 0.11.5",
15226 "fs",
15227 "futures 0.3.30",
15228 "fuzzy",
15229 "git",
15230 "git2",
15231 "git_hosting_providers",
15232 "gpui",
15233 "http_client",
15234 "ignore",
15235 "language",
15236 "log",
15237 "parking_lot",
15238 "paths",
15239 "postage",
15240 "pretty_assertions",
15241 "rand 0.8.5",
15242 "rpc",
15243 "schemars",
15244 "serde",
15245 "serde_json",
15246 "settings",
15247 "smallvec",
15248 "smol",
15249 "sum_tree",
15250 "text",
15251 "util",
15252]
15253
15254[[package]]
15255name = "wyz"
15256version = "0.5.1"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15259dependencies = [
15260 "tap",
15261]
15262
15263[[package]]
15264name = "x11-clipboard"
15265version = "0.9.2"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
15268dependencies = [
15269 "libc",
15270 "x11rb",
15271]
15272
15273[[package]]
15274name = "x11rb"
15275version = "0.13.1"
15276source = "registry+https://github.com/rust-lang/crates.io-index"
15277checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15278dependencies = [
15279 "as-raw-xcb-connection",
15280 "gethostname",
15281 "libc",
15282 "rustix 0.38.35",
15283 "x11rb-protocol",
15284]
15285
15286[[package]]
15287name = "x11rb-protocol"
15288version = "0.13.1"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15291
15292[[package]]
15293name = "xattr"
15294version = "0.2.3"
15295source = "registry+https://github.com/rust-lang/crates.io-index"
15296checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15297dependencies = [
15298 "libc",
15299]
15300
15301[[package]]
15302name = "xcursor"
15303version = "0.3.8"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15306
15307[[package]]
15308name = "xdg-home"
15309version = "1.3.0"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15312dependencies = [
15313 "libc",
15314 "windows-sys 0.59.0",
15315]
15316
15317[[package]]
15318name = "xim"
15319version = "0.4.0"
15320source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15321dependencies = [
15322 "ahash 0.8.11",
15323 "hashbrown 0.14.5",
15324 "log",
15325 "x11rb",
15326 "xim-ctext",
15327 "xim-parser",
15328]
15329
15330[[package]]
15331name = "xim-ctext"
15332version = "0.3.0"
15333source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15334dependencies = [
15335 "encoding_rs",
15336]
15337
15338[[package]]
15339name = "xim-parser"
15340version = "0.2.1"
15341source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15342dependencies = [
15343 "bitflags 2.6.0",
15344]
15345
15346[[package]]
15347name = "xkbcommon"
15348version = "0.7.0"
15349source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15350dependencies = [
15351 "as-raw-xcb-connection",
15352 "libc",
15353 "memmap2",
15354 "xkeysym",
15355]
15356
15357[[package]]
15358name = "xkeysym"
15359version = "0.2.1"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15362
15363[[package]]
15364name = "xml5ever"
15365version = "0.18.1"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
15368dependencies = [
15369 "log",
15370 "mac",
15371 "markup5ever",
15372]
15373
15374[[package]]
15375name = "xmlparser"
15376version = "0.13.6"
15377source = "registry+https://github.com/rust-lang/crates.io-index"
15378checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
15379
15380[[package]]
15381name = "xmlwriter"
15382version = "0.1.0"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
15385
15386[[package]]
15387name = "xtask"
15388version = "0.1.0"
15389dependencies = [
15390 "anyhow",
15391 "cargo_metadata",
15392 "cargo_toml",
15393 "clap",
15394]
15395
15396[[package]]
15397name = "yaml-rust2"
15398version = "0.8.1"
15399source = "registry+https://github.com/rust-lang/crates.io-index"
15400checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
15401dependencies = [
15402 "arraydeque",
15403 "encoding_rs",
15404 "hashlink 0.8.4",
15405]
15406
15407[[package]]
15408name = "yansi"
15409version = "1.0.1"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
15412
15413[[package]]
15414name = "yazi"
15415version = "0.1.6"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
15418
15419[[package]]
15420name = "yeslogic-fontconfig-sys"
15421version = "6.0.0"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
15424dependencies = [
15425 "dlib",
15426 "once_cell",
15427 "pkg-config",
15428]
15429
15430[[package]]
15431name = "zbus"
15432version = "4.4.0"
15433source = "registry+https://github.com/rust-lang/crates.io-index"
15434checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15435dependencies = [
15436 "async-broadcast",
15437 "async-executor",
15438 "async-fs 2.1.2",
15439 "async-io 2.3.4",
15440 "async-lock 3.4.0",
15441 "async-process 2.2.4",
15442 "async-recursion 1.1.1",
15443 "async-task",
15444 "async-trait",
15445 "blocking",
15446 "enumflags2",
15447 "event-listener 5.3.1",
15448 "futures-core",
15449 "futures-sink",
15450 "futures-util",
15451 "hex",
15452 "nix",
15453 "ordered-stream",
15454 "rand 0.8.5",
15455 "serde",
15456 "serde_repr",
15457 "sha1",
15458 "static_assertions",
15459 "tracing",
15460 "uds_windows",
15461 "windows-sys 0.52.0",
15462 "xdg-home",
15463 "zbus_macros",
15464 "zbus_names",
15465 "zvariant",
15466]
15467
15468[[package]]
15469name = "zbus_macros"
15470version = "4.4.0"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
15473dependencies = [
15474 "proc-macro-crate",
15475 "proc-macro2",
15476 "quote",
15477 "syn 2.0.87",
15478 "zvariant_utils",
15479]
15480
15481[[package]]
15482name = "zbus_names"
15483version = "3.0.0"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
15486dependencies = [
15487 "serde",
15488 "static_assertions",
15489 "zvariant",
15490]
15491
15492[[package]]
15493name = "zed"
15494version = "0.163.0"
15495dependencies = [
15496 "activity_indicator",
15497 "anyhow",
15498 "ashpd",
15499 "assets",
15500 "assistant",
15501 "assistant_slash_command",
15502 "async-watch",
15503 "audio",
15504 "auto_update",
15505 "backtrace",
15506 "breadcrumbs",
15507 "call",
15508 "channel",
15509 "chrono",
15510 "clap",
15511 "cli",
15512 "client",
15513 "collab_ui",
15514 "collections",
15515 "command_palette",
15516 "command_palette_hooks",
15517 "context_servers",
15518 "copilot",
15519 "db",
15520 "diagnostics",
15521 "editor",
15522 "env_logger 0.11.5",
15523 "extension_host",
15524 "extensions_ui",
15525 "feature_flags",
15526 "feedback",
15527 "file_finder",
15528 "file_icons",
15529 "fs",
15530 "futures 0.3.30",
15531 "git",
15532 "git_hosting_providers",
15533 "go_to_line",
15534 "gpui",
15535 "http_client",
15536 "image_viewer",
15537 "indexed_docs",
15538 "inline_completion_button",
15539 "install_cli",
15540 "journal",
15541 "language",
15542 "language_model",
15543 "language_selector",
15544 "language_tools",
15545 "languages",
15546 "libc",
15547 "log",
15548 "markdown_preview",
15549 "menu",
15550 "mimalloc",
15551 "nix",
15552 "node_runtime",
15553 "notifications",
15554 "outline",
15555 "outline_panel",
15556 "parking_lot",
15557 "paths",
15558 "profiling",
15559 "project",
15560 "project_panel",
15561 "project_symbols",
15562 "proto",
15563 "quick_action_bar",
15564 "recent_projects",
15565 "release_channel",
15566 "remote",
15567 "repl",
15568 "reqwest_client",
15569 "rope",
15570 "search",
15571 "serde",
15572 "serde_json",
15573 "session",
15574 "settings",
15575 "settings_ui",
15576 "shellexpand 2.1.2",
15577 "simplelog",
15578 "smol",
15579 "snippet_provider",
15580 "snippets_ui",
15581 "supermaven",
15582 "sysinfo",
15583 "tab_switcher",
15584 "task",
15585 "tasks_ui",
15586 "telemetry_events",
15587 "terminal_view",
15588 "theme",
15589 "theme_selector",
15590 "time",
15591 "toolchain_selector",
15592 "tree-sitter-md",
15593 "tree-sitter-rust",
15594 "ui",
15595 "url",
15596 "urlencoding",
15597 "util",
15598 "uuid",
15599 "vim",
15600 "welcome",
15601 "windows 0.58.0",
15602 "winresource",
15603 "workspace",
15604 "zed_actions",
15605]
15606
15607[[package]]
15608name = "zed_actions"
15609version = "0.1.0"
15610dependencies = [
15611 "gpui",
15612 "serde",
15613]
15614
15615[[package]]
15616name = "zed_astro"
15617version = "0.1.1"
15618dependencies = [
15619 "serde",
15620 "zed_extension_api 0.1.0",
15621]
15622
15623[[package]]
15624name = "zed_clojure"
15625version = "0.0.3"
15626dependencies = [
15627 "zed_extension_api 0.1.0",
15628]
15629
15630[[package]]
15631name = "zed_csharp"
15632version = "0.0.2"
15633dependencies = [
15634 "zed_extension_api 0.1.0",
15635]
15636
15637[[package]]
15638name = "zed_deno"
15639version = "0.0.2"
15640dependencies = [
15641 "zed_extension_api 0.1.0",
15642]
15643
15644[[package]]
15645name = "zed_elixir"
15646version = "0.1.1"
15647dependencies = [
15648 "zed_extension_api 0.1.0",
15649]
15650
15651[[package]]
15652name = "zed_elm"
15653version = "0.0.1"
15654dependencies = [
15655 "zed_extension_api 0.1.0",
15656]
15657
15658[[package]]
15659name = "zed_emmet"
15660version = "0.0.3"
15661dependencies = [
15662 "zed_extension_api 0.1.0",
15663]
15664
15665[[package]]
15666name = "zed_erlang"
15667version = "0.1.0"
15668dependencies = [
15669 "zed_extension_api 0.1.0",
15670]
15671
15672[[package]]
15673name = "zed_extension_api"
15674version = "0.1.0"
15675source = "registry+https://github.com/rust-lang/crates.io-index"
15676checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
15677dependencies = [
15678 "serde",
15679 "serde_json",
15680 "wit-bindgen",
15681]
15682
15683[[package]]
15684name = "zed_extension_api"
15685version = "0.2.0"
15686dependencies = [
15687 "serde",
15688 "serde_json",
15689 "wit-bindgen",
15690]
15691
15692[[package]]
15693name = "zed_glsl"
15694version = "0.1.0"
15695dependencies = [
15696 "zed_extension_api 0.1.0",
15697]
15698
15699[[package]]
15700name = "zed_haskell"
15701version = "0.1.1"
15702dependencies = [
15703 "zed_extension_api 0.1.0",
15704]
15705
15706[[package]]
15707name = "zed_html"
15708version = "0.1.4"
15709dependencies = [
15710 "zed_extension_api 0.1.0",
15711]
15712
15713[[package]]
15714name = "zed_lua"
15715version = "0.1.0"
15716dependencies = [
15717 "zed_extension_api 0.1.0",
15718]
15719
15720[[package]]
15721name = "zed_ocaml"
15722version = "0.1.0"
15723dependencies = [
15724 "zed_extension_api 0.1.0",
15725]
15726
15727[[package]]
15728name = "zed_php"
15729version = "0.2.2"
15730dependencies = [
15731 "zed_extension_api 0.1.0",
15732]
15733
15734[[package]]
15735name = "zed_prisma"
15736version = "0.0.3"
15737dependencies = [
15738 "zed_extension_api 0.1.0",
15739]
15740
15741[[package]]
15742name = "zed_proto"
15743version = "0.2.0"
15744dependencies = [
15745 "zed_extension_api 0.1.0",
15746]
15747
15748[[package]]
15749name = "zed_purescript"
15750version = "0.0.1"
15751dependencies = [
15752 "zed_extension_api 0.1.0",
15753]
15754
15755[[package]]
15756name = "zed_ruff"
15757version = "0.1.0"
15758dependencies = [
15759 "zed_extension_api 0.1.0",
15760]
15761
15762[[package]]
15763name = "zed_snippets"
15764version = "0.0.5"
15765dependencies = [
15766 "serde_json",
15767 "zed_extension_api 0.1.0",
15768]
15769
15770[[package]]
15771name = "zed_terraform"
15772version = "0.1.1"
15773dependencies = [
15774 "zed_extension_api 0.1.0",
15775]
15776
15777[[package]]
15778name = "zed_test_extension"
15779version = "0.1.0"
15780dependencies = [
15781 "zed_extension_api 0.2.0",
15782]
15783
15784[[package]]
15785name = "zed_toml"
15786version = "0.1.1"
15787dependencies = [
15788 "zed_extension_api 0.1.0",
15789]
15790
15791[[package]]
15792name = "zed_uiua"
15793version = "0.0.1"
15794dependencies = [
15795 "zed_extension_api 0.1.0",
15796]
15797
15798[[package]]
15799name = "zed_zig"
15800version = "0.3.1"
15801dependencies = [
15802 "zed_extension_api 0.1.0",
15803]
15804
15805[[package]]
15806name = "zeno"
15807version = "0.2.3"
15808source = "registry+https://github.com/rust-lang/crates.io-index"
15809checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
15810
15811[[package]]
15812name = "zerocopy"
15813version = "0.7.35"
15814source = "registry+https://github.com/rust-lang/crates.io-index"
15815checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
15816dependencies = [
15817 "byteorder",
15818 "zerocopy-derive",
15819]
15820
15821[[package]]
15822name = "zerocopy-derive"
15823version = "0.7.35"
15824source = "registry+https://github.com/rust-lang/crates.io-index"
15825checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
15826dependencies = [
15827 "proc-macro2",
15828 "quote",
15829 "syn 2.0.87",
15830]
15831
15832[[package]]
15833name = "zeroize"
15834version = "1.8.1"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
15837dependencies = [
15838 "zeroize_derive",
15839]
15840
15841[[package]]
15842name = "zeroize_derive"
15843version = "1.4.2"
15844source = "registry+https://github.com/rust-lang/crates.io-index"
15845checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
15846dependencies = [
15847 "proc-macro2",
15848 "quote",
15849 "syn 2.0.87",
15850]
15851
15852[[package]]
15853name = "zeromq"
15854version = "0.4.0"
15855source = "registry+https://github.com/rust-lang/crates.io-index"
15856checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
15857dependencies = [
15858 "async-dispatcher",
15859 "async-std",
15860 "async-trait",
15861 "asynchronous-codec",
15862 "bytes 1.7.2",
15863 "crossbeam-queue",
15864 "dashmap 5.5.3",
15865 "futures-channel",
15866 "futures-io",
15867 "futures-task",
15868 "futures-util",
15869 "log",
15870 "num-traits",
15871 "once_cell",
15872 "parking_lot",
15873 "rand 0.8.5",
15874 "regex",
15875 "thiserror",
15876 "uuid",
15877]
15878
15879[[package]]
15880name = "zip"
15881version = "0.6.6"
15882source = "registry+https://github.com/rust-lang/crates.io-index"
15883checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
15884dependencies = [
15885 "aes",
15886 "byteorder",
15887 "bzip2",
15888 "constant_time_eq 0.1.5",
15889 "crc32fast",
15890 "crossbeam-utils",
15891 "flate2",
15892 "hmac",
15893 "pbkdf2 0.11.0",
15894 "sha1",
15895 "time",
15896 "zstd",
15897]
15898
15899[[package]]
15900name = "zstd"
15901version = "0.11.2+zstd.1.5.2"
15902source = "registry+https://github.com/rust-lang/crates.io-index"
15903checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
15904dependencies = [
15905 "zstd-safe",
15906]
15907
15908[[package]]
15909name = "zstd-safe"
15910version = "5.0.2+zstd.1.5.2"
15911source = "registry+https://github.com/rust-lang/crates.io-index"
15912checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
15913dependencies = [
15914 "libc",
15915 "zstd-sys",
15916]
15917
15918[[package]]
15919name = "zstd-sys"
15920version = "2.0.13+zstd.1.5.6"
15921source = "registry+https://github.com/rust-lang/crates.io-index"
15922checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
15923dependencies = [
15924 "cc",
15925 "pkg-config",
15926]
15927
15928[[package]]
15929name = "zune-core"
15930version = "0.4.12"
15931source = "registry+https://github.com/rust-lang/crates.io-index"
15932checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
15933
15934[[package]]
15935name = "zune-inflate"
15936version = "0.2.54"
15937source = "registry+https://github.com/rust-lang/crates.io-index"
15938checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
15939dependencies = [
15940 "simd-adler32",
15941]
15942
15943[[package]]
15944name = "zune-jpeg"
15945version = "0.4.13"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
15948dependencies = [
15949 "zune-core",
15950]
15951
15952[[package]]
15953name = "zvariant"
15954version = "4.2.0"
15955source = "registry+https://github.com/rust-lang/crates.io-index"
15956checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
15957dependencies = [
15958 "endi",
15959 "enumflags2",
15960 "serde",
15961 "static_assertions",
15962 "url",
15963 "zvariant_derive",
15964]
15965
15966[[package]]
15967name = "zvariant_derive"
15968version = "4.2.0"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
15971dependencies = [
15972 "proc-macro-crate",
15973 "proc-macro2",
15974 "quote",
15975 "syn 2.0.87",
15976 "zvariant_utils",
15977]
15978
15979[[package]]
15980name = "zvariant_utils"
15981version = "2.1.0"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
15984dependencies = [
15985 "proc-macro2",
15986 "quote",
15987 "syn 2.0.87",
15988]