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 "which 6.0.3",
9990]
9991
9992[[package]]
9993name = "remote_server"
9994version = "0.1.0"
9995dependencies = [
9996 "anyhow",
9997 "async-watch",
9998 "backtrace",
9999 "cargo_toml",
10000 "chrono",
10001 "clap",
10002 "client",
10003 "clock",
10004 "env_logger 0.11.5",
10005 "fork",
10006 "fs",
10007 "futures 0.3.30",
10008 "git",
10009 "git_hosting_providers",
10010 "gpui",
10011 "http_client",
10012 "language",
10013 "languages",
10014 "libc",
10015 "log",
10016 "lsp",
10017 "node_runtime",
10018 "paths",
10019 "project",
10020 "proto",
10021 "release_channel",
10022 "remote",
10023 "reqwest_client",
10024 "rpc",
10025 "rust-embed",
10026 "serde",
10027 "serde_json",
10028 "settings",
10029 "shellexpand 2.1.2",
10030 "smol",
10031 "sysinfo",
10032 "telemetry_events",
10033 "toml 0.8.19",
10034 "util",
10035 "worktree",
10036]
10037
10038[[package]]
10039name = "rend"
10040version = "0.4.2"
10041source = "registry+https://github.com/rust-lang/crates.io-index"
10042checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10043dependencies = [
10044 "bytecheck",
10045]
10046
10047[[package]]
10048name = "repl"
10049version = "0.1.0"
10050dependencies = [
10051 "alacritty_terminal",
10052 "anyhow",
10053 "async-dispatcher",
10054 "base64 0.22.1",
10055 "client",
10056 "collections",
10057 "command_palette_hooks",
10058 "editor",
10059 "env_logger 0.11.5",
10060 "feature_flags",
10061 "futures 0.3.30",
10062 "gpui",
10063 "http_client",
10064 "image",
10065 "indoc",
10066 "language",
10067 "languages",
10068 "log",
10069 "markdown_preview",
10070 "menu",
10071 "multi_buffer",
10072 "nbformat",
10073 "picker",
10074 "project",
10075 "runtimelib",
10076 "schemars",
10077 "serde",
10078 "serde_json",
10079 "settings",
10080 "smol",
10081 "terminal",
10082 "terminal_view",
10083 "theme",
10084 "tree-sitter-md",
10085 "tree-sitter-python",
10086 "tree-sitter-typescript",
10087 "ui",
10088 "util",
10089 "uuid",
10090 "windows 0.58.0",
10091 "workspace",
10092]
10093
10094[[package]]
10095name = "reqwest"
10096version = "0.11.27"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10099dependencies = [
10100 "base64 0.21.7",
10101 "bytes 1.7.2",
10102 "encoding_rs",
10103 "futures-core",
10104 "futures-util",
10105 "h2 0.3.26",
10106 "http 0.2.12",
10107 "http-body 0.4.6",
10108 "hyper 0.14.31",
10109 "hyper-rustls 0.24.2",
10110 "hyper-tls",
10111 "ipnet",
10112 "js-sys",
10113 "log",
10114 "mime",
10115 "native-tls",
10116 "once_cell",
10117 "percent-encoding",
10118 "pin-project-lite",
10119 "rustls 0.21.12",
10120 "rustls-native-certs 0.6.3",
10121 "rustls-pemfile 1.0.4",
10122 "serde",
10123 "serde_json",
10124 "serde_urlencoded",
10125 "sync_wrapper 0.1.2",
10126 "system-configuration 0.5.1",
10127 "tokio",
10128 "tokio-native-tls",
10129 "tokio-rustls 0.24.1",
10130 "tower-service",
10131 "url",
10132 "wasm-bindgen",
10133 "wasm-bindgen-futures",
10134 "web-sys",
10135 "winreg 0.50.0",
10136]
10137
10138[[package]]
10139name = "reqwest"
10140version = "0.12.8"
10141source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10142dependencies = [
10143 "base64 0.22.1",
10144 "bytes 1.7.2",
10145 "encoding_rs",
10146 "futures-core",
10147 "futures-util",
10148 "h2 0.4.6",
10149 "http 1.1.0",
10150 "http-body 1.0.1",
10151 "http-body-util",
10152 "hyper 1.4.1",
10153 "hyper-rustls 0.27.3",
10154 "hyper-util",
10155 "ipnet",
10156 "js-sys",
10157 "log",
10158 "mime",
10159 "once_cell",
10160 "percent-encoding",
10161 "pin-project-lite",
10162 "quinn",
10163 "rustls 0.23.13",
10164 "rustls-native-certs 0.8.0",
10165 "rustls-pemfile 2.1.3",
10166 "rustls-pki-types",
10167 "serde",
10168 "serde_json",
10169 "serde_urlencoded",
10170 "sync_wrapper 1.0.1",
10171 "system-configuration 0.6.1",
10172 "tokio",
10173 "tokio-rustls 0.26.0",
10174 "tokio-socks",
10175 "tokio-util",
10176 "tower-service",
10177 "url",
10178 "wasm-bindgen",
10179 "wasm-bindgen-futures",
10180 "wasm-streams",
10181 "web-sys",
10182 "windows-registry",
10183]
10184
10185[[package]]
10186name = "reqwest_client"
10187version = "0.1.0"
10188dependencies = [
10189 "anyhow",
10190 "bytes 1.7.2",
10191 "futures 0.3.30",
10192 "gpui",
10193 "http_client",
10194 "log",
10195 "reqwest 0.12.8",
10196 "serde",
10197 "smol",
10198 "tokio",
10199]
10200
10201[[package]]
10202name = "resvg"
10203version = "0.44.0"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10206dependencies = [
10207 "log",
10208 "pico-args",
10209 "rgb",
10210 "svgtypes",
10211 "tiny-skia",
10212 "usvg",
10213]
10214
10215[[package]]
10216name = "rfc6979"
10217version = "0.3.1"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10220dependencies = [
10221 "crypto-bigint 0.4.9",
10222 "hmac",
10223 "zeroize",
10224]
10225
10226[[package]]
10227name = "rgb"
10228version = "0.8.49"
10229source = "registry+https://github.com/rust-lang/crates.io-index"
10230checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
10231dependencies = [
10232 "bytemuck",
10233]
10234
10235[[package]]
10236name = "rich_text"
10237version = "0.1.0"
10238dependencies = [
10239 "futures 0.3.30",
10240 "gpui",
10241 "language",
10242 "linkify",
10243 "pulldown-cmark 0.12.2",
10244 "theme",
10245 "ui",
10246 "util",
10247]
10248
10249[[package]]
10250name = "ring"
10251version = "0.17.8"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10254dependencies = [
10255 "cc",
10256 "cfg-if",
10257 "getrandom 0.2.15",
10258 "libc",
10259 "spin",
10260 "untrusted",
10261 "windows-sys 0.52.0",
10262]
10263
10264[[package]]
10265name = "rkyv"
10266version = "0.7.45"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10269dependencies = [
10270 "bitvec",
10271 "bytecheck",
10272 "bytes 1.7.2",
10273 "hashbrown 0.12.3",
10274 "ptr_meta",
10275 "rend",
10276 "rkyv_derive",
10277 "seahash",
10278 "tinyvec",
10279 "uuid",
10280]
10281
10282[[package]]
10283name = "rkyv_derive"
10284version = "0.7.45"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10287dependencies = [
10288 "proc-macro2",
10289 "quote",
10290 "syn 1.0.109",
10291]
10292
10293[[package]]
10294name = "rmp"
10295version = "0.8.14"
10296source = "registry+https://github.com/rust-lang/crates.io-index"
10297checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10298dependencies = [
10299 "byteorder",
10300 "num-traits",
10301 "paste",
10302]
10303
10304[[package]]
10305name = "rmpv"
10306version = "1.3.0"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10309dependencies = [
10310 "num-traits",
10311 "rmp",
10312]
10313
10314[[package]]
10315name = "rodio"
10316version = "0.19.0"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
10319dependencies = [
10320 "cpal",
10321 "hound",
10322 "thiserror",
10323]
10324
10325[[package]]
10326name = "rope"
10327version = "0.1.0"
10328dependencies = [
10329 "arrayvec",
10330 "criterion",
10331 "ctor",
10332 "env_logger 0.11.5",
10333 "gpui",
10334 "log",
10335 "rand 0.8.5",
10336 "rayon",
10337 "smallvec",
10338 "sum_tree",
10339 "unicode-segmentation",
10340 "util",
10341]
10342
10343[[package]]
10344name = "roxmltree"
10345version = "0.20.0"
10346source = "registry+https://github.com/rust-lang/crates.io-index"
10347checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10348
10349[[package]]
10350name = "rpc"
10351version = "0.1.0"
10352dependencies = [
10353 "anyhow",
10354 "async-tungstenite 0.28.0",
10355 "base64 0.22.1",
10356 "chrono",
10357 "collections",
10358 "env_logger 0.11.5",
10359 "futures 0.3.30",
10360 "gpui",
10361 "parking_lot",
10362 "proto",
10363 "rand 0.8.5",
10364 "rsa",
10365 "serde",
10366 "serde_json",
10367 "sha2",
10368 "strum 0.25.0",
10369 "tracing",
10370 "util",
10371 "zstd",
10372]
10373
10374[[package]]
10375name = "rsa"
10376version = "0.9.6"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
10379dependencies = [
10380 "const-oid",
10381 "digest",
10382 "num-bigint-dig",
10383 "num-integer",
10384 "num-traits",
10385 "pkcs1",
10386 "pkcs8 0.10.2",
10387 "rand_core 0.6.4",
10388 "signature 2.2.0",
10389 "spki 0.7.3",
10390 "subtle",
10391 "zeroize",
10392]
10393
10394[[package]]
10395name = "runtimelib"
10396version = "0.19.0"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "fe23ba9967355bbb1be2fb9a8e51bd239ffdf9c791fad5a9b765122ee2bde2e4"
10399dependencies = [
10400 "anyhow",
10401 "async-dispatcher",
10402 "async-std",
10403 "base64 0.22.1",
10404 "bytes 1.7.2",
10405 "chrono",
10406 "data-encoding",
10407 "dirs 5.0.1",
10408 "futures 0.3.30",
10409 "glob",
10410 "jupyter-serde",
10411 "rand 0.8.5",
10412 "ring",
10413 "serde",
10414 "serde_json",
10415 "shellexpand 3.1.0",
10416 "smol",
10417 "uuid",
10418 "zeromq",
10419]
10420
10421[[package]]
10422name = "rust-embed"
10423version = "8.5.0"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10426dependencies = [
10427 "rust-embed-impl",
10428 "rust-embed-utils",
10429 "walkdir",
10430]
10431
10432[[package]]
10433name = "rust-embed-impl"
10434version = "8.5.0"
10435source = "registry+https://github.com/rust-lang/crates.io-index"
10436checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10437dependencies = [
10438 "proc-macro2",
10439 "quote",
10440 "rust-embed-utils",
10441 "syn 2.0.87",
10442 "walkdir",
10443]
10444
10445[[package]]
10446name = "rust-embed-utils"
10447version = "8.5.0"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10450dependencies = [
10451 "globset",
10452 "sha2",
10453 "walkdir",
10454]
10455
10456[[package]]
10457name = "rust_decimal"
10458version = "1.36.0"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10461dependencies = [
10462 "arrayvec",
10463 "borsh",
10464 "bytes 1.7.2",
10465 "num-traits",
10466 "rand 0.8.5",
10467 "rkyv",
10468 "serde",
10469 "serde_json",
10470]
10471
10472[[package]]
10473name = "rustc-demangle"
10474version = "0.1.24"
10475source = "registry+https://github.com/rust-lang/crates.io-index"
10476checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10477
10478[[package]]
10479name = "rustc-hash"
10480version = "1.1.0"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10483
10484[[package]]
10485name = "rustc-hash"
10486version = "2.0.0"
10487source = "registry+https://github.com/rust-lang/crates.io-index"
10488checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
10489
10490[[package]]
10491name = "rustc_version"
10492version = "0.4.1"
10493source = "registry+https://github.com/rust-lang/crates.io-index"
10494checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10495dependencies = [
10496 "semver",
10497]
10498
10499[[package]]
10500name = "rustix"
10501version = "0.37.27"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
10504dependencies = [
10505 "bitflags 1.3.2",
10506 "errno 0.3.9",
10507 "io-lifetimes 1.0.11",
10508 "libc",
10509 "linux-raw-sys 0.3.8",
10510 "windows-sys 0.48.0",
10511]
10512
10513[[package]]
10514name = "rustix"
10515version = "0.38.35"
10516source = "registry+https://github.com/rust-lang/crates.io-index"
10517checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
10518dependencies = [
10519 "bitflags 2.6.0",
10520 "errno 0.3.9",
10521 "itoa",
10522 "libc",
10523 "linux-raw-sys 0.4.14",
10524 "once_cell",
10525 "windows-sys 0.52.0",
10526]
10527
10528[[package]]
10529name = "rustix-openpty"
10530version = "0.1.1"
10531source = "registry+https://github.com/rust-lang/crates.io-index"
10532checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10533dependencies = [
10534 "errno 0.3.9",
10535 "libc",
10536 "rustix 0.38.35",
10537]
10538
10539[[package]]
10540name = "rustls"
10541version = "0.21.12"
10542source = "registry+https://github.com/rust-lang/crates.io-index"
10543checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10544dependencies = [
10545 "log",
10546 "ring",
10547 "rustls-webpki 0.101.7",
10548 "sct",
10549]
10550
10551[[package]]
10552name = "rustls"
10553version = "0.23.13"
10554source = "registry+https://github.com/rust-lang/crates.io-index"
10555checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
10556dependencies = [
10557 "once_cell",
10558 "ring",
10559 "rustls-pki-types",
10560 "rustls-webpki 0.102.8",
10561 "subtle",
10562 "zeroize",
10563]
10564
10565[[package]]
10566name = "rustls-native-certs"
10567version = "0.6.3"
10568source = "registry+https://github.com/rust-lang/crates.io-index"
10569checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
10570dependencies = [
10571 "openssl-probe",
10572 "rustls-pemfile 1.0.4",
10573 "schannel",
10574 "security-framework",
10575]
10576
10577[[package]]
10578name = "rustls-native-certs"
10579version = "0.8.0"
10580source = "registry+https://github.com/rust-lang/crates.io-index"
10581checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
10582dependencies = [
10583 "openssl-probe",
10584 "rustls-pemfile 2.1.3",
10585 "rustls-pki-types",
10586 "schannel",
10587 "security-framework",
10588]
10589
10590[[package]]
10591name = "rustls-pemfile"
10592version = "1.0.4"
10593source = "registry+https://github.com/rust-lang/crates.io-index"
10594checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
10595dependencies = [
10596 "base64 0.21.7",
10597]
10598
10599[[package]]
10600name = "rustls-pemfile"
10601version = "2.1.3"
10602source = "registry+https://github.com/rust-lang/crates.io-index"
10603checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
10604dependencies = [
10605 "base64 0.22.1",
10606 "rustls-pki-types",
10607]
10608
10609[[package]]
10610name = "rustls-pki-types"
10611version = "1.8.0"
10612source = "registry+https://github.com/rust-lang/crates.io-index"
10613checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
10614
10615[[package]]
10616name = "rustls-webpki"
10617version = "0.101.7"
10618source = "registry+https://github.com/rust-lang/crates.io-index"
10619checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
10620dependencies = [
10621 "ring",
10622 "untrusted",
10623]
10624
10625[[package]]
10626name = "rustls-webpki"
10627version = "0.102.8"
10628source = "registry+https://github.com/rust-lang/crates.io-index"
10629checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
10630dependencies = [
10631 "ring",
10632 "rustls-pki-types",
10633 "untrusted",
10634]
10635
10636[[package]]
10637name = "rustversion"
10638version = "1.0.17"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
10641
10642[[package]]
10643name = "rustybuzz"
10644version = "0.14.1"
10645source = "registry+https://github.com/rust-lang/crates.io-index"
10646checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
10647dependencies = [
10648 "bitflags 2.6.0",
10649 "bytemuck",
10650 "libm",
10651 "smallvec",
10652 "ttf-parser",
10653 "unicode-bidi-mirroring",
10654 "unicode-ccc",
10655 "unicode-properties",
10656 "unicode-script",
10657]
10658
10659[[package]]
10660name = "ryu"
10661version = "1.0.18"
10662source = "registry+https://github.com/rust-lang/crates.io-index"
10663checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
10664
10665[[package]]
10666name = "salsa20"
10667version = "0.10.2"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
10670dependencies = [
10671 "cipher",
10672]
10673
10674[[package]]
10675name = "same-file"
10676version = "1.0.6"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
10679dependencies = [
10680 "winapi-util",
10681]
10682
10683[[package]]
10684name = "schannel"
10685version = "0.1.23"
10686source = "registry+https://github.com/rust-lang/crates.io-index"
10687checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
10688dependencies = [
10689 "windows-sys 0.52.0",
10690]
10691
10692[[package]]
10693name = "schemars"
10694version = "0.8.21"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
10697dependencies = [
10698 "dyn-clone",
10699 "indexmap 1.9.3",
10700 "schemars_derive",
10701 "serde",
10702 "serde_json",
10703]
10704
10705[[package]]
10706name = "schemars_derive"
10707version = "0.8.21"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
10710dependencies = [
10711 "proc-macro2",
10712 "quote",
10713 "serde_derive_internals 0.29.1",
10714 "syn 2.0.87",
10715]
10716
10717[[package]]
10718name = "scoped-tls"
10719version = "1.0.1"
10720source = "registry+https://github.com/rust-lang/crates.io-index"
10721checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
10722
10723[[package]]
10724name = "scopeguard"
10725version = "1.2.0"
10726source = "registry+https://github.com/rust-lang/crates.io-index"
10727checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
10728
10729[[package]]
10730name = "scratch"
10731version = "1.0.7"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
10734
10735[[package]]
10736name = "scrypt"
10737version = "0.11.0"
10738source = "registry+https://github.com/rust-lang/crates.io-index"
10739checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
10740dependencies = [
10741 "password-hash 0.5.0",
10742 "pbkdf2 0.12.2",
10743 "salsa20",
10744 "sha2",
10745]
10746
10747[[package]]
10748name = "sct"
10749version = "0.7.1"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
10752dependencies = [
10753 "ring",
10754 "untrusted",
10755]
10756
10757[[package]]
10758name = "sea-bae"
10759version = "0.2.0"
10760source = "registry+https://github.com/rust-lang/crates.io-index"
10761checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
10762dependencies = [
10763 "heck 0.4.1",
10764 "proc-macro-error",
10765 "proc-macro2",
10766 "quote",
10767 "syn 2.0.87",
10768]
10769
10770[[package]]
10771name = "sea-orm"
10772version = "1.1.0-rc.1"
10773source = "registry+https://github.com/rust-lang/crates.io-index"
10774checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
10775dependencies = [
10776 "async-stream",
10777 "async-trait",
10778 "bigdecimal",
10779 "chrono",
10780 "futures 0.3.30",
10781 "log",
10782 "ouroboros",
10783 "rust_decimal",
10784 "sea-orm-macros",
10785 "sea-query",
10786 "sea-query-binder",
10787 "serde",
10788 "serde_json",
10789 "sqlx",
10790 "strum 0.26.3",
10791 "thiserror",
10792 "time",
10793 "tracing",
10794 "url",
10795 "uuid",
10796]
10797
10798[[package]]
10799name = "sea-orm-macros"
10800version = "1.1.0-rc.1"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
10803dependencies = [
10804 "heck 0.4.1",
10805 "proc-macro2",
10806 "quote",
10807 "sea-bae",
10808 "syn 2.0.87",
10809 "unicode-ident",
10810]
10811
10812[[package]]
10813name = "sea-query"
10814version = "0.32.0-rc.1"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
10817dependencies = [
10818 "bigdecimal",
10819 "chrono",
10820 "educe",
10821 "inherent",
10822 "ordered-float 3.9.2",
10823 "rust_decimal",
10824 "serde_json",
10825 "time",
10826 "uuid",
10827]
10828
10829[[package]]
10830name = "sea-query-binder"
10831version = "0.7.0-rc.1"
10832source = "registry+https://github.com/rust-lang/crates.io-index"
10833checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
10834dependencies = [
10835 "bigdecimal",
10836 "chrono",
10837 "rust_decimal",
10838 "sea-query",
10839 "serde_json",
10840 "sqlx",
10841 "time",
10842 "uuid",
10843]
10844
10845[[package]]
10846name = "seahash"
10847version = "4.1.0"
10848source = "registry+https://github.com/rust-lang/crates.io-index"
10849checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
10850
10851[[package]]
10852name = "sealed"
10853version = "0.4.0"
10854source = "registry+https://github.com/rust-lang/crates.io-index"
10855checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
10856dependencies = [
10857 "heck 0.3.3",
10858 "proc-macro2",
10859 "quote",
10860 "syn 1.0.109",
10861]
10862
10863[[package]]
10864name = "search"
10865version = "0.1.0"
10866dependencies = [
10867 "any_vec",
10868 "anyhow",
10869 "bitflags 2.6.0",
10870 "client",
10871 "collections",
10872 "editor",
10873 "futures 0.3.30",
10874 "gpui",
10875 "language",
10876 "menu",
10877 "project",
10878 "serde",
10879 "serde_json",
10880 "settings",
10881 "smol",
10882 "theme",
10883 "ui",
10884 "unindent",
10885 "util",
10886 "workspace",
10887]
10888
10889[[package]]
10890name = "sec1"
10891version = "0.3.0"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
10894dependencies = [
10895 "base16ct",
10896 "der 0.6.1",
10897 "generic-array",
10898 "pkcs8 0.9.0",
10899 "subtle",
10900 "zeroize",
10901]
10902
10903[[package]]
10904name = "security-framework"
10905version = "2.11.1"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
10908dependencies = [
10909 "bitflags 2.6.0",
10910 "core-foundation 0.9.4",
10911 "core-foundation-sys",
10912 "libc",
10913 "security-framework-sys",
10914]
10915
10916[[package]]
10917name = "security-framework-sys"
10918version = "2.11.1"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
10921dependencies = [
10922 "core-foundation-sys",
10923 "libc",
10924]
10925
10926[[package]]
10927name = "self_cell"
10928version = "1.0.4"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
10931
10932[[package]]
10933name = "semantic_index"
10934version = "0.1.0"
10935dependencies = [
10936 "anyhow",
10937 "arrayvec",
10938 "blake3",
10939 "client",
10940 "clock",
10941 "collections",
10942 "env_logger 0.11.5",
10943 "feature_flags",
10944 "fs",
10945 "futures 0.3.30",
10946 "futures-batch",
10947 "gpui",
10948 "heed",
10949 "http_client",
10950 "language",
10951 "language_model",
10952 "languages",
10953 "log",
10954 "open_ai",
10955 "parking_lot",
10956 "project",
10957 "reqwest_client",
10958 "serde",
10959 "serde_json",
10960 "settings",
10961 "sha2",
10962 "smol",
10963 "tempfile",
10964 "theme",
10965 "tree-sitter",
10966 "ui",
10967 "unindent",
10968 "util",
10969 "workspace",
10970 "worktree",
10971]
10972
10973[[package]]
10974name = "semantic_version"
10975version = "0.1.0"
10976dependencies = [
10977 "anyhow",
10978 "serde",
10979]
10980
10981[[package]]
10982name = "semver"
10983version = "1.0.23"
10984source = "registry+https://github.com/rust-lang/crates.io-index"
10985checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
10986dependencies = [
10987 "serde",
10988]
10989
10990[[package]]
10991name = "serde"
10992version = "1.0.209"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
10995dependencies = [
10996 "serde_derive",
10997]
10998
10999[[package]]
11000name = "serde_derive"
11001version = "1.0.209"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
11004dependencies = [
11005 "proc-macro2",
11006 "quote",
11007 "syn 2.0.87",
11008]
11009
11010[[package]]
11011name = "serde_derive_internals"
11012version = "0.26.0"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
11015dependencies = [
11016 "proc-macro2",
11017 "quote",
11018 "syn 1.0.109",
11019]
11020
11021[[package]]
11022name = "serde_derive_internals"
11023version = "0.29.1"
11024source = "registry+https://github.com/rust-lang/crates.io-index"
11025checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11026dependencies = [
11027 "proc-macro2",
11028 "quote",
11029 "syn 2.0.87",
11030]
11031
11032[[package]]
11033name = "serde_fmt"
11034version = "1.0.3"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11037dependencies = [
11038 "serde",
11039]
11040
11041[[package]]
11042name = "serde_json"
11043version = "1.0.132"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
11046dependencies = [
11047 "indexmap 2.4.0",
11048 "itoa",
11049 "memchr",
11050 "ryu",
11051 "serde",
11052]
11053
11054[[package]]
11055name = "serde_json_lenient"
11056version = "0.2.1"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
11059dependencies = [
11060 "indexmap 2.4.0",
11061 "itoa",
11062 "ryu",
11063 "serde",
11064]
11065
11066[[package]]
11067name = "serde_path_to_error"
11068version = "0.1.16"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11071dependencies = [
11072 "itoa",
11073 "serde",
11074]
11075
11076[[package]]
11077name = "serde_qs"
11078version = "0.8.5"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11081dependencies = [
11082 "percent-encoding",
11083 "serde",
11084 "thiserror",
11085]
11086
11087[[package]]
11088name = "serde_qs"
11089version = "0.10.1"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11092dependencies = [
11093 "percent-encoding",
11094 "serde",
11095 "thiserror",
11096]
11097
11098[[package]]
11099name = "serde_repr"
11100version = "0.1.19"
11101source = "registry+https://github.com/rust-lang/crates.io-index"
11102checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11103dependencies = [
11104 "proc-macro2",
11105 "quote",
11106 "syn 2.0.87",
11107]
11108
11109[[package]]
11110name = "serde_spanned"
11111version = "0.6.7"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
11114dependencies = [
11115 "serde",
11116]
11117
11118[[package]]
11119name = "serde_urlencoded"
11120version = "0.7.1"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11123dependencies = [
11124 "form_urlencoded",
11125 "itoa",
11126 "ryu",
11127 "serde",
11128]
11129
11130[[package]]
11131name = "session"
11132version = "0.1.0"
11133dependencies = [
11134 "db",
11135 "gpui",
11136 "serde_json",
11137 "util",
11138 "uuid",
11139]
11140
11141[[package]]
11142name = "settings"
11143version = "0.1.0"
11144dependencies = [
11145 "anyhow",
11146 "collections",
11147 "ec4rs",
11148 "fs",
11149 "futures 0.3.30",
11150 "gpui",
11151 "indoc",
11152 "log",
11153 "paths",
11154 "pretty_assertions",
11155 "release_channel",
11156 "rust-embed",
11157 "schemars",
11158 "serde",
11159 "serde_derive",
11160 "serde_json",
11161 "serde_json_lenient",
11162 "smallvec",
11163 "tree-sitter",
11164 "tree-sitter-json",
11165 "unindent",
11166 "util",
11167]
11168
11169[[package]]
11170name = "settings_ui"
11171version = "0.1.0"
11172dependencies = [
11173 "command_palette_hooks",
11174 "editor",
11175 "feature_flags",
11176 "gpui",
11177 "settings",
11178 "theme",
11179 "ui",
11180 "workspace",
11181]
11182
11183[[package]]
11184name = "sha1"
11185version = "0.10.6"
11186source = "registry+https://github.com/rust-lang/crates.io-index"
11187checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11188dependencies = [
11189 "cfg-if",
11190 "cpufeatures",
11191 "digest",
11192]
11193
11194[[package]]
11195name = "sha1_smol"
11196version = "1.0.1"
11197source = "registry+https://github.com/rust-lang/crates.io-index"
11198checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11199
11200[[package]]
11201name = "sha2"
11202version = "0.10.8"
11203source = "registry+https://github.com/rust-lang/crates.io-index"
11204checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11205dependencies = [
11206 "cfg-if",
11207 "cpufeatures",
11208 "digest",
11209]
11210
11211[[package]]
11212name = "sharded-slab"
11213version = "0.1.7"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11216dependencies = [
11217 "lazy_static",
11218]
11219
11220[[package]]
11221name = "shell-words"
11222version = "1.1.0"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11225
11226[[package]]
11227name = "shellexpand"
11228version = "2.1.2"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11231dependencies = [
11232 "dirs 4.0.0",
11233]
11234
11235[[package]]
11236name = "shellexpand"
11237version = "3.1.0"
11238source = "registry+https://github.com/rust-lang/crates.io-index"
11239checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11240dependencies = [
11241 "dirs 5.0.1",
11242]
11243
11244[[package]]
11245name = "shlex"
11246version = "1.3.0"
11247source = "registry+https://github.com/rust-lang/crates.io-index"
11248checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11249
11250[[package]]
11251name = "signal-hook"
11252version = "0.3.17"
11253source = "registry+https://github.com/rust-lang/crates.io-index"
11254checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11255dependencies = [
11256 "libc",
11257 "signal-hook-registry",
11258]
11259
11260[[package]]
11261name = "signal-hook-registry"
11262version = "1.4.2"
11263source = "registry+https://github.com/rust-lang/crates.io-index"
11264checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11265dependencies = [
11266 "libc",
11267]
11268
11269[[package]]
11270name = "signature"
11271version = "1.6.4"
11272source = "registry+https://github.com/rust-lang/crates.io-index"
11273checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11274dependencies = [
11275 "digest",
11276 "rand_core 0.6.4",
11277]
11278
11279[[package]]
11280name = "signature"
11281version = "2.2.0"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11284dependencies = [
11285 "digest",
11286 "rand_core 0.6.4",
11287]
11288
11289[[package]]
11290name = "simd-adler32"
11291version = "0.3.7"
11292source = "registry+https://github.com/rust-lang/crates.io-index"
11293checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11294
11295[[package]]
11296name = "simd_helpers"
11297version = "0.1.0"
11298source = "registry+https://github.com/rust-lang/crates.io-index"
11299checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11300dependencies = [
11301 "quote",
11302]
11303
11304[[package]]
11305name = "simdutf8"
11306version = "0.1.4"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
11309
11310[[package]]
11311name = "similar"
11312version = "1.3.0"
11313source = "registry+https://github.com/rust-lang/crates.io-index"
11314checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11315
11316[[package]]
11317name = "simple_asn1"
11318version = "0.6.2"
11319source = "registry+https://github.com/rust-lang/crates.io-index"
11320checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11321dependencies = [
11322 "num-bigint",
11323 "num-traits",
11324 "thiserror",
11325 "time",
11326]
11327
11328[[package]]
11329name = "simplecss"
11330version = "0.2.1"
11331source = "registry+https://github.com/rust-lang/crates.io-index"
11332checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11333dependencies = [
11334 "log",
11335]
11336
11337[[package]]
11338name = "simplelog"
11339version = "0.12.2"
11340source = "registry+https://github.com/rust-lang/crates.io-index"
11341checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11342dependencies = [
11343 "log",
11344 "termcolor",
11345 "time",
11346]
11347
11348[[package]]
11349name = "siphasher"
11350version = "0.3.11"
11351source = "registry+https://github.com/rust-lang/crates.io-index"
11352checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11353
11354[[package]]
11355name = "siphasher"
11356version = "1.0.1"
11357source = "registry+https://github.com/rust-lang/crates.io-index"
11358checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11359
11360[[package]]
11361name = "skrifa"
11362version = "0.20.0"
11363source = "registry+https://github.com/rust-lang/crates.io-index"
11364checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
11365dependencies = [
11366 "bytemuck",
11367 "read-fonts",
11368]
11369
11370[[package]]
11371name = "slab"
11372version = "0.4.9"
11373source = "registry+https://github.com/rust-lang/crates.io-index"
11374checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11375dependencies = [
11376 "autocfg",
11377]
11378
11379[[package]]
11380name = "slash_commands_example"
11381version = "0.1.0"
11382dependencies = [
11383 "zed_extension_api 0.1.0",
11384]
11385
11386[[package]]
11387name = "slice-group-by"
11388version = "0.3.1"
11389source = "registry+https://github.com/rust-lang/crates.io-index"
11390checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11391
11392[[package]]
11393name = "slotmap"
11394version = "1.0.7"
11395source = "registry+https://github.com/rust-lang/crates.io-index"
11396checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11397dependencies = [
11398 "version_check",
11399]
11400
11401[[package]]
11402name = "smallvec"
11403version = "1.13.2"
11404source = "registry+https://github.com/rust-lang/crates.io-index"
11405checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11406dependencies = [
11407 "serde",
11408]
11409
11410[[package]]
11411name = "smart-default"
11412version = "0.6.0"
11413source = "registry+https://github.com/rust-lang/crates.io-index"
11414checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11415dependencies = [
11416 "proc-macro2",
11417 "quote",
11418 "syn 1.0.109",
11419]
11420
11421[[package]]
11422name = "smol"
11423version = "1.3.0"
11424source = "registry+https://github.com/rust-lang/crates.io-index"
11425checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11426dependencies = [
11427 "async-channel 1.9.0",
11428 "async-executor",
11429 "async-fs 1.6.0",
11430 "async-io 1.13.0",
11431 "async-lock 2.8.0",
11432 "async-net 1.8.0",
11433 "async-process 1.8.1",
11434 "blocking",
11435 "futures-lite 1.13.0",
11436]
11437
11438[[package]]
11439name = "smol_str"
11440version = "0.1.24"
11441source = "registry+https://github.com/rust-lang/crates.io-index"
11442checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11443dependencies = [
11444 "serde",
11445]
11446
11447[[package]]
11448name = "snippet"
11449version = "0.1.0"
11450dependencies = [
11451 "anyhow",
11452 "smallvec",
11453]
11454
11455[[package]]
11456name = "snippet_provider"
11457version = "0.1.0"
11458dependencies = [
11459 "anyhow",
11460 "collections",
11461 "fs",
11462 "futures 0.3.30",
11463 "gpui",
11464 "parking_lot",
11465 "paths",
11466 "serde",
11467 "serde_json",
11468 "snippet",
11469 "util",
11470]
11471
11472[[package]]
11473name = "snippets_ui"
11474version = "0.1.0"
11475dependencies = [
11476 "fuzzy",
11477 "gpui",
11478 "language",
11479 "paths",
11480 "picker",
11481 "ui",
11482 "util",
11483 "workspace",
11484]
11485
11486[[package]]
11487name = "socket2"
11488version = "0.4.10"
11489source = "registry+https://github.com/rust-lang/crates.io-index"
11490checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
11491dependencies = [
11492 "libc",
11493 "winapi",
11494]
11495
11496[[package]]
11497name = "socket2"
11498version = "0.5.7"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
11501dependencies = [
11502 "libc",
11503 "windows-sys 0.52.0",
11504]
11505
11506[[package]]
11507name = "spdx"
11508version = "0.10.6"
11509source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
11511dependencies = [
11512 "smallvec",
11513]
11514
11515[[package]]
11516name = "spin"
11517version = "0.9.8"
11518source = "registry+https://github.com/rust-lang/crates.io-index"
11519checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11520dependencies = [
11521 "lock_api",
11522]
11523
11524[[package]]
11525name = "spirv"
11526version = "0.3.0+sdk-1.3.268.0"
11527source = "registry+https://github.com/rust-lang/crates.io-index"
11528checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11529dependencies = [
11530 "bitflags 2.6.0",
11531]
11532
11533[[package]]
11534name = "spki"
11535version = "0.6.0"
11536source = "registry+https://github.com/rust-lang/crates.io-index"
11537checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11538dependencies = [
11539 "base64ct",
11540 "der 0.6.1",
11541]
11542
11543[[package]]
11544name = "spki"
11545version = "0.7.3"
11546source = "registry+https://github.com/rust-lang/crates.io-index"
11547checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11548dependencies = [
11549 "base64ct",
11550 "der 0.7.9",
11551]
11552
11553[[package]]
11554name = "sptr"
11555version = "0.3.2"
11556source = "registry+https://github.com/rust-lang/crates.io-index"
11557checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11558
11559[[package]]
11560name = "sqlez"
11561version = "0.1.0"
11562dependencies = [
11563 "anyhow",
11564 "collections",
11565 "futures 0.3.30",
11566 "indoc",
11567 "libsqlite3-sys",
11568 "parking_lot",
11569 "smol",
11570 "sqlformat",
11571 "thread_local",
11572 "util",
11573 "uuid",
11574]
11575
11576[[package]]
11577name = "sqlez_macros"
11578version = "0.1.0"
11579dependencies = [
11580 "sqlez",
11581 "sqlformat",
11582 "syn 1.0.109",
11583]
11584
11585[[package]]
11586name = "sqlformat"
11587version = "0.2.6"
11588source = "registry+https://github.com/rust-lang/crates.io-index"
11589checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
11590dependencies = [
11591 "nom",
11592 "unicode_categories",
11593]
11594
11595[[package]]
11596name = "sqlx"
11597version = "0.8.0"
11598source = "registry+https://github.com/rust-lang/crates.io-index"
11599checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
11600dependencies = [
11601 "sqlx-core",
11602 "sqlx-macros",
11603 "sqlx-mysql",
11604 "sqlx-postgres",
11605 "sqlx-sqlite",
11606]
11607
11608[[package]]
11609name = "sqlx-core"
11610version = "0.8.0"
11611source = "registry+https://github.com/rust-lang/crates.io-index"
11612checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
11613dependencies = [
11614 "atoi",
11615 "bigdecimal",
11616 "byteorder",
11617 "bytes 1.7.2",
11618 "chrono",
11619 "crc",
11620 "crossbeam-queue",
11621 "either",
11622 "event-listener 5.3.1",
11623 "futures-channel",
11624 "futures-core",
11625 "futures-intrusive",
11626 "futures-io",
11627 "futures-util",
11628 "hashbrown 0.14.5",
11629 "hashlink 0.9.1",
11630 "hex",
11631 "indexmap 2.4.0",
11632 "log",
11633 "memchr",
11634 "once_cell",
11635 "paste",
11636 "percent-encoding",
11637 "rust_decimal",
11638 "rustls 0.21.12",
11639 "rustls-pemfile 1.0.4",
11640 "serde",
11641 "serde_json",
11642 "sha2",
11643 "smallvec",
11644 "sqlformat",
11645 "thiserror",
11646 "time",
11647 "tokio",
11648 "tokio-stream",
11649 "tracing",
11650 "url",
11651 "uuid",
11652 "webpki-roots 0.25.4",
11653]
11654
11655[[package]]
11656name = "sqlx-macros"
11657version = "0.8.0"
11658source = "registry+https://github.com/rust-lang/crates.io-index"
11659checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
11660dependencies = [
11661 "proc-macro2",
11662 "quote",
11663 "sqlx-core",
11664 "sqlx-macros-core",
11665 "syn 2.0.87",
11666]
11667
11668[[package]]
11669name = "sqlx-macros-core"
11670version = "0.8.0"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
11673dependencies = [
11674 "dotenvy",
11675 "either",
11676 "heck 0.5.0",
11677 "hex",
11678 "once_cell",
11679 "proc-macro2",
11680 "quote",
11681 "serde",
11682 "serde_json",
11683 "sha2",
11684 "sqlx-core",
11685 "sqlx-mysql",
11686 "sqlx-postgres",
11687 "sqlx-sqlite",
11688 "syn 2.0.87",
11689 "tempfile",
11690 "tokio",
11691 "url",
11692]
11693
11694[[package]]
11695name = "sqlx-mysql"
11696version = "0.8.0"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
11699dependencies = [
11700 "atoi",
11701 "base64 0.22.1",
11702 "bigdecimal",
11703 "bitflags 2.6.0",
11704 "byteorder",
11705 "bytes 1.7.2",
11706 "chrono",
11707 "crc",
11708 "digest",
11709 "dotenvy",
11710 "either",
11711 "futures-channel",
11712 "futures-core",
11713 "futures-io",
11714 "futures-util",
11715 "generic-array",
11716 "hex",
11717 "hkdf",
11718 "hmac",
11719 "itoa",
11720 "log",
11721 "md-5",
11722 "memchr",
11723 "once_cell",
11724 "percent-encoding",
11725 "rand 0.8.5",
11726 "rsa",
11727 "rust_decimal",
11728 "serde",
11729 "sha1",
11730 "sha2",
11731 "smallvec",
11732 "sqlx-core",
11733 "stringprep",
11734 "thiserror",
11735 "time",
11736 "tracing",
11737 "uuid",
11738 "whoami",
11739]
11740
11741[[package]]
11742name = "sqlx-postgres"
11743version = "0.8.0"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
11746dependencies = [
11747 "atoi",
11748 "base64 0.22.1",
11749 "bigdecimal",
11750 "bitflags 2.6.0",
11751 "byteorder",
11752 "chrono",
11753 "crc",
11754 "dotenvy",
11755 "etcetera",
11756 "futures-channel",
11757 "futures-core",
11758 "futures-io",
11759 "futures-util",
11760 "hex",
11761 "hkdf",
11762 "hmac",
11763 "home",
11764 "itoa",
11765 "log",
11766 "md-5",
11767 "memchr",
11768 "num-bigint",
11769 "once_cell",
11770 "rand 0.8.5",
11771 "rust_decimal",
11772 "serde",
11773 "serde_json",
11774 "sha2",
11775 "smallvec",
11776 "sqlx-core",
11777 "stringprep",
11778 "thiserror",
11779 "time",
11780 "tracing",
11781 "uuid",
11782 "whoami",
11783]
11784
11785[[package]]
11786name = "sqlx-sqlite"
11787version = "0.8.0"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
11790dependencies = [
11791 "atoi",
11792 "chrono",
11793 "flume",
11794 "futures-channel",
11795 "futures-core",
11796 "futures-executor",
11797 "futures-intrusive",
11798 "futures-util",
11799 "libsqlite3-sys",
11800 "log",
11801 "percent-encoding",
11802 "serde",
11803 "serde_urlencoded",
11804 "sqlx-core",
11805 "time",
11806 "tracing",
11807 "url",
11808 "uuid",
11809]
11810
11811[[package]]
11812name = "stable_deref_trait"
11813version = "1.2.0"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
11816
11817[[package]]
11818name = "static_assertions"
11819version = "1.1.0"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
11822
11823[[package]]
11824name = "story"
11825version = "0.1.0"
11826dependencies = [
11827 "gpui",
11828 "itertools 0.13.0",
11829 "smallvec",
11830]
11831
11832[[package]]
11833name = "storybook"
11834version = "0.1.0"
11835dependencies = [
11836 "anyhow",
11837 "clap",
11838 "collab_ui",
11839 "ctrlc",
11840 "dialoguer",
11841 "editor",
11842 "fuzzy",
11843 "gpui",
11844 "indoc",
11845 "language",
11846 "log",
11847 "menu",
11848 "picker",
11849 "project",
11850 "reqwest_client",
11851 "rust-embed",
11852 "settings",
11853 "simplelog",
11854 "story",
11855 "strum 0.25.0",
11856 "theme",
11857 "title_bar",
11858 "ui",
11859]
11860
11861[[package]]
11862name = "strict-num"
11863version = "0.1.1"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
11866dependencies = [
11867 "float-cmp",
11868]
11869
11870[[package]]
11871name = "string_cache"
11872version = "0.8.7"
11873source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
11875dependencies = [
11876 "new_debug_unreachable",
11877 "once_cell",
11878 "parking_lot",
11879 "phf_shared 0.10.0",
11880 "precomputed-hash",
11881 "serde",
11882]
11883
11884[[package]]
11885name = "string_cache_codegen"
11886version = "0.5.2"
11887source = "registry+https://github.com/rust-lang/crates.io-index"
11888checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
11889dependencies = [
11890 "phf_generator 0.10.0",
11891 "phf_shared 0.10.0",
11892 "proc-macro2",
11893 "quote",
11894]
11895
11896[[package]]
11897name = "stringprep"
11898version = "0.1.5"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
11901dependencies = [
11902 "unicode-bidi",
11903 "unicode-normalization",
11904 "unicode-properties",
11905]
11906
11907[[package]]
11908name = "strsim"
11909version = "0.11.1"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
11912
11913[[package]]
11914name = "strum"
11915version = "0.25.0"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
11918dependencies = [
11919 "strum_macros",
11920]
11921
11922[[package]]
11923name = "strum"
11924version = "0.26.3"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
11927
11928[[package]]
11929name = "strum_macros"
11930version = "0.25.3"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
11933dependencies = [
11934 "heck 0.4.1",
11935 "proc-macro2",
11936 "quote",
11937 "rustversion",
11938 "syn 2.0.87",
11939]
11940
11941[[package]]
11942name = "subtle"
11943version = "2.6.1"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
11946
11947[[package]]
11948name = "sum_tree"
11949version = "0.1.0"
11950dependencies = [
11951 "arrayvec",
11952 "ctor",
11953 "env_logger 0.11.5",
11954 "log",
11955 "rand 0.8.5",
11956 "rayon",
11957]
11958
11959[[package]]
11960name = "supermaven"
11961version = "0.1.0"
11962dependencies = [
11963 "anyhow",
11964 "client",
11965 "collections",
11966 "editor",
11967 "env_logger 0.11.5",
11968 "futures 0.3.30",
11969 "gpui",
11970 "http_client",
11971 "language",
11972 "log",
11973 "postage",
11974 "project",
11975 "serde",
11976 "serde_json",
11977 "settings",
11978 "smol",
11979 "supermaven_api",
11980 "text",
11981 "theme",
11982 "ui",
11983 "unicode-segmentation",
11984 "util",
11985 "windows 0.58.0",
11986]
11987
11988[[package]]
11989name = "supermaven_api"
11990version = "0.1.0"
11991dependencies = [
11992 "anyhow",
11993 "futures 0.3.30",
11994 "http_client",
11995 "paths",
11996 "serde",
11997 "serde_json",
11998 "smol",
11999]
12000
12001[[package]]
12002name = "sval"
12003version = "2.13.0"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
12006
12007[[package]]
12008name = "sval_buffer"
12009version = "2.13.0"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
12012dependencies = [
12013 "sval",
12014 "sval_ref",
12015]
12016
12017[[package]]
12018name = "sval_dynamic"
12019version = "2.13.0"
12020source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
12022dependencies = [
12023 "sval",
12024]
12025
12026[[package]]
12027name = "sval_fmt"
12028version = "2.13.0"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
12031dependencies = [
12032 "itoa",
12033 "ryu",
12034 "sval",
12035]
12036
12037[[package]]
12038name = "sval_json"
12039version = "2.13.0"
12040source = "registry+https://github.com/rust-lang/crates.io-index"
12041checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
12042dependencies = [
12043 "itoa",
12044 "ryu",
12045 "sval",
12046]
12047
12048[[package]]
12049name = "sval_nested"
12050version = "2.13.0"
12051source = "registry+https://github.com/rust-lang/crates.io-index"
12052checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
12053dependencies = [
12054 "sval",
12055 "sval_buffer",
12056 "sval_ref",
12057]
12058
12059[[package]]
12060name = "sval_ref"
12061version = "2.13.0"
12062source = "registry+https://github.com/rust-lang/crates.io-index"
12063checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
12064dependencies = [
12065 "sval",
12066]
12067
12068[[package]]
12069name = "sval_serde"
12070version = "2.13.0"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
12073dependencies = [
12074 "serde",
12075 "sval",
12076 "sval_nested",
12077]
12078
12079[[package]]
12080name = "svg_fmt"
12081version = "0.4.3"
12082source = "registry+https://github.com/rust-lang/crates.io-index"
12083checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
12084
12085[[package]]
12086name = "svgtypes"
12087version = "0.15.2"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12090dependencies = [
12091 "kurbo",
12092 "siphasher 1.0.1",
12093]
12094
12095[[package]]
12096name = "swash"
12097version = "0.1.18"
12098source = "registry+https://github.com/rust-lang/crates.io-index"
12099checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
12100dependencies = [
12101 "skrifa",
12102 "yazi",
12103 "zeno",
12104]
12105
12106[[package]]
12107name = "syn"
12108version = "1.0.109"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12111dependencies = [
12112 "proc-macro2",
12113 "quote",
12114 "unicode-ident",
12115]
12116
12117[[package]]
12118name = "syn"
12119version = "2.0.87"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
12122dependencies = [
12123 "proc-macro2",
12124 "quote",
12125 "unicode-ident",
12126]
12127
12128[[package]]
12129name = "syn_derive"
12130version = "0.1.8"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
12133dependencies = [
12134 "proc-macro-error",
12135 "proc-macro2",
12136 "quote",
12137 "syn 2.0.87",
12138]
12139
12140[[package]]
12141name = "sync_wrapper"
12142version = "0.1.2"
12143source = "registry+https://github.com/rust-lang/crates.io-index"
12144checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12145
12146[[package]]
12147name = "sync_wrapper"
12148version = "1.0.1"
12149source = "registry+https://github.com/rust-lang/crates.io-index"
12150checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
12151dependencies = [
12152 "futures-core",
12153]
12154
12155[[package]]
12156name = "synchronoise"
12157version = "1.0.1"
12158source = "registry+https://github.com/rust-lang/crates.io-index"
12159checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12160dependencies = [
12161 "crossbeam-queue",
12162]
12163
12164[[package]]
12165name = "sys-locale"
12166version = "0.3.2"
12167source = "registry+https://github.com/rust-lang/crates.io-index"
12168checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12169dependencies = [
12170 "libc",
12171]
12172
12173[[package]]
12174name = "sysinfo"
12175version = "0.31.4"
12176source = "registry+https://github.com/rust-lang/crates.io-index"
12177checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12178dependencies = [
12179 "core-foundation-sys",
12180 "libc",
12181 "memchr",
12182 "ntapi",
12183 "rayon",
12184 "windows 0.54.0",
12185]
12186
12187[[package]]
12188name = "system-configuration"
12189version = "0.5.1"
12190source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12192dependencies = [
12193 "bitflags 1.3.2",
12194 "core-foundation 0.9.4",
12195 "system-configuration-sys 0.5.0",
12196]
12197
12198[[package]]
12199name = "system-configuration"
12200version = "0.6.1"
12201source = "registry+https://github.com/rust-lang/crates.io-index"
12202checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12203dependencies = [
12204 "bitflags 2.6.0",
12205 "core-foundation 0.9.4",
12206 "system-configuration-sys 0.6.0",
12207]
12208
12209[[package]]
12210name = "system-configuration-sys"
12211version = "0.5.0"
12212source = "registry+https://github.com/rust-lang/crates.io-index"
12213checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12214dependencies = [
12215 "core-foundation-sys",
12216 "libc",
12217]
12218
12219[[package]]
12220name = "system-configuration-sys"
12221version = "0.6.0"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12224dependencies = [
12225 "core-foundation-sys",
12226 "libc",
12227]
12228
12229[[package]]
12230name = "system-deps"
12231version = "6.2.2"
12232source = "registry+https://github.com/rust-lang/crates.io-index"
12233checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12234dependencies = [
12235 "cfg-expr",
12236 "heck 0.5.0",
12237 "pkg-config",
12238 "toml 0.8.19",
12239 "version-compare",
12240]
12241
12242[[package]]
12243name = "system-interface"
12244version = "0.27.2"
12245source = "registry+https://github.com/rust-lang/crates.io-index"
12246checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
12247dependencies = [
12248 "bitflags 2.6.0",
12249 "cap-fs-ext",
12250 "cap-std",
12251 "fd-lock",
12252 "io-lifetimes 2.0.3",
12253 "rustix 0.38.35",
12254 "windows-sys 0.52.0",
12255 "winx",
12256]
12257
12258[[package]]
12259name = "tab_switcher"
12260version = "0.1.0"
12261dependencies = [
12262 "anyhow",
12263 "collections",
12264 "ctor",
12265 "editor",
12266 "env_logger 0.11.5",
12267 "gpui",
12268 "language",
12269 "menu",
12270 "picker",
12271 "project",
12272 "serde",
12273 "serde_json",
12274 "settings",
12275 "theme",
12276 "ui",
12277 "util",
12278 "workspace",
12279]
12280
12281[[package]]
12282name = "taffy"
12283version = "0.4.4"
12284source = "registry+https://github.com/rust-lang/crates.io-index"
12285checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12286dependencies = [
12287 "arrayvec",
12288 "grid",
12289 "num-traits",
12290 "serde",
12291 "slotmap",
12292]
12293
12294[[package]]
12295name = "take-until"
12296version = "0.2.0"
12297source = "registry+https://github.com/rust-lang/crates.io-index"
12298checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12299
12300[[package]]
12301name = "tap"
12302version = "1.0.1"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12305
12306[[package]]
12307name = "target-lexicon"
12308version = "0.12.16"
12309source = "registry+https://github.com/rust-lang/crates.io-index"
12310checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12311
12312[[package]]
12313name = "task"
12314version = "0.1.0"
12315dependencies = [
12316 "anyhow",
12317 "collections",
12318 "futures 0.3.30",
12319 "gpui",
12320 "hex",
12321 "parking_lot",
12322 "schemars",
12323 "serde",
12324 "serde_json_lenient",
12325 "sha2",
12326 "shellexpand 2.1.2",
12327 "util",
12328]
12329
12330[[package]]
12331name = "tasks_ui"
12332version = "0.1.0"
12333dependencies = [
12334 "anyhow",
12335 "editor",
12336 "file_icons",
12337 "fuzzy",
12338 "gpui",
12339 "language",
12340 "menu",
12341 "picker",
12342 "project",
12343 "schemars",
12344 "serde",
12345 "serde_json",
12346 "settings",
12347 "task",
12348 "tree-sitter-rust",
12349 "tree-sitter-typescript",
12350 "ui",
12351 "util",
12352 "workspace",
12353]
12354
12355[[package]]
12356name = "telemetry_events"
12357version = "0.1.0"
12358dependencies = [
12359 "semantic_version",
12360 "serde",
12361]
12362
12363[[package]]
12364name = "tempfile"
12365version = "3.12.0"
12366source = "registry+https://github.com/rust-lang/crates.io-index"
12367checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
12368dependencies = [
12369 "cfg-if",
12370 "fastrand 2.1.1",
12371 "once_cell",
12372 "rustix 0.38.35",
12373 "windows-sys 0.59.0",
12374]
12375
12376[[package]]
12377name = "tendril"
12378version = "0.4.3"
12379source = "registry+https://github.com/rust-lang/crates.io-index"
12380checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12381dependencies = [
12382 "futf",
12383 "mac",
12384 "utf-8",
12385]
12386
12387[[package]]
12388name = "termcolor"
12389version = "1.4.1"
12390source = "registry+https://github.com/rust-lang/crates.io-index"
12391checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12392dependencies = [
12393 "winapi-util",
12394]
12395
12396[[package]]
12397name = "terminal"
12398version = "0.1.0"
12399dependencies = [
12400 "alacritty_terminal",
12401 "anyhow",
12402 "collections",
12403 "dirs 4.0.0",
12404 "futures 0.3.30",
12405 "gpui",
12406 "libc",
12407 "rand 0.8.5",
12408 "regex",
12409 "release_channel",
12410 "schemars",
12411 "serde",
12412 "serde_derive",
12413 "settings",
12414 "smol",
12415 "sysinfo",
12416 "task",
12417 "theme",
12418 "thiserror",
12419 "util",
12420 "windows 0.58.0",
12421]
12422
12423[[package]]
12424name = "terminal_size"
12425version = "0.4.0"
12426source = "registry+https://github.com/rust-lang/crates.io-index"
12427checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
12428dependencies = [
12429 "rustix 0.38.35",
12430 "windows-sys 0.59.0",
12431]
12432
12433[[package]]
12434name = "terminal_view"
12435version = "0.1.0"
12436dependencies = [
12437 "anyhow",
12438 "client",
12439 "collections",
12440 "db",
12441 "dirs 4.0.0",
12442 "editor",
12443 "futures 0.3.30",
12444 "gpui",
12445 "itertools 0.13.0",
12446 "language",
12447 "project",
12448 "rand 0.8.5",
12449 "search",
12450 "serde",
12451 "serde_json",
12452 "settings",
12453 "shellexpand 2.1.2",
12454 "smol",
12455 "task",
12456 "tasks_ui",
12457 "terminal",
12458 "theme",
12459 "ui",
12460 "util",
12461 "workspace",
12462 "zed_actions",
12463]
12464
12465[[package]]
12466name = "text"
12467version = "0.1.0"
12468dependencies = [
12469 "anyhow",
12470 "clock",
12471 "collections",
12472 "ctor",
12473 "env_logger 0.11.5",
12474 "gpui",
12475 "http_client",
12476 "log",
12477 "parking_lot",
12478 "postage",
12479 "rand 0.8.5",
12480 "regex",
12481 "rope",
12482 "smallvec",
12483 "sum_tree",
12484 "util",
12485]
12486
12487[[package]]
12488name = "theme"
12489version = "0.1.0"
12490dependencies = [
12491 "anyhow",
12492 "collections",
12493 "derive_more",
12494 "fs",
12495 "futures 0.3.30",
12496 "gpui",
12497 "indexmap 1.9.3",
12498 "log",
12499 "palette",
12500 "parking_lot",
12501 "refineable",
12502 "schemars",
12503 "serde",
12504 "serde_derive",
12505 "serde_json",
12506 "serde_json_lenient",
12507 "serde_repr",
12508 "settings",
12509 "strum 0.25.0",
12510 "util",
12511 "uuid",
12512]
12513
12514[[package]]
12515name = "theme_importer"
12516version = "0.1.0"
12517dependencies = [
12518 "anyhow",
12519 "clap",
12520 "gpui",
12521 "indexmap 1.9.3",
12522 "log",
12523 "palette",
12524 "rust-embed",
12525 "schemars",
12526 "serde",
12527 "serde_json",
12528 "serde_json_lenient",
12529 "simplelog",
12530 "strum 0.25.0",
12531 "theme",
12532 "vscode_theme",
12533]
12534
12535[[package]]
12536name = "theme_selector"
12537version = "0.1.0"
12538dependencies = [
12539 "client",
12540 "fs",
12541 "fuzzy",
12542 "gpui",
12543 "log",
12544 "picker",
12545 "serde",
12546 "settings",
12547 "theme",
12548 "ui",
12549 "util",
12550 "workspace",
12551]
12552
12553[[package]]
12554name = "thiserror"
12555version = "1.0.69"
12556source = "registry+https://github.com/rust-lang/crates.io-index"
12557checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
12558dependencies = [
12559 "thiserror-impl",
12560]
12561
12562[[package]]
12563name = "thiserror-impl"
12564version = "1.0.69"
12565source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
12567dependencies = [
12568 "proc-macro2",
12569 "quote",
12570 "syn 2.0.87",
12571]
12572
12573[[package]]
12574name = "thread_local"
12575version = "1.1.8"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
12578dependencies = [
12579 "cfg-if",
12580 "once_cell",
12581]
12582
12583[[package]]
12584name = "tiff"
12585version = "0.9.1"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
12588dependencies = [
12589 "flate2",
12590 "jpeg-decoder",
12591 "weezl",
12592]
12593
12594[[package]]
12595name = "tiktoken-rs"
12596version = "0.5.9"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
12599dependencies = [
12600 "anyhow",
12601 "base64 0.21.7",
12602 "bstr",
12603 "fancy-regex 0.12.0",
12604 "lazy_static",
12605 "parking_lot",
12606 "rustc-hash 1.1.0",
12607]
12608
12609[[package]]
12610name = "time"
12611version = "0.3.36"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
12614dependencies = [
12615 "deranged",
12616 "itoa",
12617 "libc",
12618 "num-conv",
12619 "num_threads",
12620 "powerfmt",
12621 "serde",
12622 "time-core",
12623 "time-macros",
12624]
12625
12626[[package]]
12627name = "time-core"
12628version = "0.1.2"
12629source = "registry+https://github.com/rust-lang/crates.io-index"
12630checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
12631
12632[[package]]
12633name = "time-macros"
12634version = "0.2.18"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
12637dependencies = [
12638 "num-conv",
12639 "time-core",
12640]
12641
12642[[package]]
12643name = "time_format"
12644version = "0.1.0"
12645dependencies = [
12646 "core-foundation 0.9.4",
12647 "core-foundation-sys",
12648 "sys-locale",
12649 "time",
12650]
12651
12652[[package]]
12653name = "tiny-keccak"
12654version = "2.0.2"
12655source = "registry+https://github.com/rust-lang/crates.io-index"
12656checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
12657dependencies = [
12658 "crunchy",
12659]
12660
12661[[package]]
12662name = "tiny-skia"
12663version = "0.11.4"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
12666dependencies = [
12667 "arrayref",
12668 "arrayvec",
12669 "bytemuck",
12670 "cfg-if",
12671 "log",
12672 "png",
12673 "tiny-skia-path",
12674]
12675
12676[[package]]
12677name = "tiny-skia-path"
12678version = "0.11.4"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
12681dependencies = [
12682 "arrayref",
12683 "bytemuck",
12684 "strict-num",
12685]
12686
12687[[package]]
12688name = "tiny_http"
12689version = "0.8.2"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
12692dependencies = [
12693 "ascii",
12694 "chrono",
12695 "chunked_transfer",
12696 "log",
12697 "url",
12698]
12699
12700[[package]]
12701name = "tinytemplate"
12702version = "1.2.1"
12703source = "registry+https://github.com/rust-lang/crates.io-index"
12704checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12705dependencies = [
12706 "serde",
12707 "serde_json",
12708]
12709
12710[[package]]
12711name = "tinyvec"
12712version = "1.8.0"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
12715dependencies = [
12716 "tinyvec_macros",
12717]
12718
12719[[package]]
12720name = "tinyvec_macros"
12721version = "0.1.1"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
12724
12725[[package]]
12726name = "title_bar"
12727version = "0.1.0"
12728dependencies = [
12729 "auto_update",
12730 "call",
12731 "client",
12732 "collections",
12733 "command_palette",
12734 "editor",
12735 "extensions_ui",
12736 "feature_flags",
12737 "feedback",
12738 "gpui",
12739 "http_client",
12740 "notifications",
12741 "pretty_assertions",
12742 "project",
12743 "recent_projects",
12744 "remote",
12745 "rpc",
12746 "serde",
12747 "settings",
12748 "smallvec",
12749 "story",
12750 "theme",
12751 "theme_selector",
12752 "tree-sitter-md",
12753 "ui",
12754 "util",
12755 "vcs_menu",
12756 "windows 0.58.0",
12757 "workspace",
12758 "zed_actions",
12759]
12760
12761[[package]]
12762name = "tokio"
12763version = "1.40.0"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
12766dependencies = [
12767 "backtrace",
12768 "bytes 1.7.2",
12769 "libc",
12770 "mio 1.0.2",
12771 "parking_lot",
12772 "pin-project-lite",
12773 "signal-hook-registry",
12774 "socket2 0.5.7",
12775 "tokio-macros",
12776 "windows-sys 0.52.0",
12777]
12778
12779[[package]]
12780name = "tokio-io"
12781version = "0.1.13"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
12784dependencies = [
12785 "bytes 0.4.12",
12786 "futures 0.1.31",
12787 "log",
12788]
12789
12790[[package]]
12791name = "tokio-macros"
12792version = "2.4.0"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
12795dependencies = [
12796 "proc-macro2",
12797 "quote",
12798 "syn 2.0.87",
12799]
12800
12801[[package]]
12802name = "tokio-native-tls"
12803version = "0.3.1"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
12806dependencies = [
12807 "native-tls",
12808 "tokio",
12809]
12810
12811[[package]]
12812name = "tokio-rustls"
12813version = "0.24.1"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
12816dependencies = [
12817 "rustls 0.21.12",
12818 "tokio",
12819]
12820
12821[[package]]
12822name = "tokio-rustls"
12823version = "0.26.0"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12826dependencies = [
12827 "rustls 0.23.13",
12828 "rustls-pki-types",
12829 "tokio",
12830]
12831
12832[[package]]
12833name = "tokio-socks"
12834version = "0.5.2"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
12837dependencies = [
12838 "either",
12839 "futures-io",
12840 "futures-util",
12841 "thiserror",
12842 "tokio",
12843]
12844
12845[[package]]
12846name = "tokio-stream"
12847version = "0.1.15"
12848source = "registry+https://github.com/rust-lang/crates.io-index"
12849checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12850dependencies = [
12851 "futures-core",
12852 "pin-project-lite",
12853 "tokio",
12854]
12855
12856[[package]]
12857name = "tokio-tungstenite"
12858version = "0.20.1"
12859source = "registry+https://github.com/rust-lang/crates.io-index"
12860checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
12861dependencies = [
12862 "futures-util",
12863 "log",
12864 "rustls 0.21.12",
12865 "rustls-native-certs 0.6.3",
12866 "tokio",
12867 "tokio-rustls 0.24.1",
12868 "tungstenite 0.20.1",
12869]
12870
12871[[package]]
12872name = "tokio-tungstenite"
12873version = "0.21.0"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
12876dependencies = [
12877 "futures-util",
12878 "log",
12879 "tokio",
12880 "tungstenite 0.21.0",
12881]
12882
12883[[package]]
12884name = "tokio-util"
12885version = "0.7.12"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
12888dependencies = [
12889 "bytes 1.7.2",
12890 "futures-core",
12891 "futures-io",
12892 "futures-sink",
12893 "pin-project-lite",
12894 "tokio",
12895]
12896
12897[[package]]
12898name = "toml"
12899version = "0.5.11"
12900source = "registry+https://github.com/rust-lang/crates.io-index"
12901checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12902dependencies = [
12903 "serde",
12904]
12905
12906[[package]]
12907name = "toml"
12908version = "0.7.8"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
12911dependencies = [
12912 "serde",
12913 "serde_spanned",
12914 "toml_datetime",
12915 "toml_edit 0.19.15",
12916]
12917
12918[[package]]
12919name = "toml"
12920version = "0.8.19"
12921source = "registry+https://github.com/rust-lang/crates.io-index"
12922checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
12923dependencies = [
12924 "serde",
12925 "serde_spanned",
12926 "toml_datetime",
12927 "toml_edit 0.22.20",
12928]
12929
12930[[package]]
12931name = "toml_datetime"
12932version = "0.6.8"
12933source = "registry+https://github.com/rust-lang/crates.io-index"
12934checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
12935dependencies = [
12936 "serde",
12937]
12938
12939[[package]]
12940name = "toml_edit"
12941version = "0.19.15"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
12944dependencies = [
12945 "indexmap 2.4.0",
12946 "serde",
12947 "serde_spanned",
12948 "toml_datetime",
12949 "winnow 0.5.40",
12950]
12951
12952[[package]]
12953name = "toml_edit"
12954version = "0.22.20"
12955source = "registry+https://github.com/rust-lang/crates.io-index"
12956checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
12957dependencies = [
12958 "indexmap 2.4.0",
12959 "serde",
12960 "serde_spanned",
12961 "toml_datetime",
12962 "winnow 0.6.18",
12963]
12964
12965[[package]]
12966name = "toolchain_selector"
12967version = "0.1.0"
12968dependencies = [
12969 "editor",
12970 "fuzzy",
12971 "gpui",
12972 "language",
12973 "picker",
12974 "project",
12975 "ui",
12976 "util",
12977 "workspace",
12978]
12979
12980[[package]]
12981name = "topological-sort"
12982version = "0.2.2"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
12985
12986[[package]]
12987name = "tower"
12988version = "0.4.13"
12989source = "registry+https://github.com/rust-lang/crates.io-index"
12990checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
12991dependencies = [
12992 "futures-core",
12993 "futures-util",
12994 "pin-project",
12995 "pin-project-lite",
12996 "tokio",
12997 "tower-layer",
12998 "tower-service",
12999 "tracing",
13000]
13001
13002[[package]]
13003name = "tower-http"
13004version = "0.3.5"
13005source = "registry+https://github.com/rust-lang/crates.io-index"
13006checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13007dependencies = [
13008 "bitflags 1.3.2",
13009 "bytes 1.7.2",
13010 "futures-core",
13011 "futures-util",
13012 "http 0.2.12",
13013 "http-body 0.4.6",
13014 "http-range-header",
13015 "pin-project-lite",
13016 "tower-layer",
13017 "tower-service",
13018]
13019
13020[[package]]
13021name = "tower-http"
13022version = "0.4.4"
13023source = "registry+https://github.com/rust-lang/crates.io-index"
13024checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13025dependencies = [
13026 "bitflags 2.6.0",
13027 "bytes 1.7.2",
13028 "futures-core",
13029 "futures-util",
13030 "http 0.2.12",
13031 "http-body 0.4.6",
13032 "http-range-header",
13033 "pin-project-lite",
13034 "tower-layer",
13035 "tower-service",
13036 "tracing",
13037]
13038
13039[[package]]
13040name = "tower-layer"
13041version = "0.3.3"
13042source = "registry+https://github.com/rust-lang/crates.io-index"
13043checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13044
13045[[package]]
13046name = "tower-service"
13047version = "0.3.3"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13050
13051[[package]]
13052name = "tracing"
13053version = "0.1.40"
13054source = "registry+https://github.com/rust-lang/crates.io-index"
13055checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
13056dependencies = [
13057 "log",
13058 "pin-project-lite",
13059 "tracing-attributes",
13060 "tracing-core",
13061]
13062
13063[[package]]
13064name = "tracing-attributes"
13065version = "0.1.27"
13066source = "registry+https://github.com/rust-lang/crates.io-index"
13067checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
13068dependencies = [
13069 "proc-macro2",
13070 "quote",
13071 "syn 2.0.87",
13072]
13073
13074[[package]]
13075name = "tracing-core"
13076version = "0.1.32"
13077source = "registry+https://github.com/rust-lang/crates.io-index"
13078checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
13079dependencies = [
13080 "once_cell",
13081 "valuable",
13082]
13083
13084[[package]]
13085name = "tracing-log"
13086version = "0.2.0"
13087source = "registry+https://github.com/rust-lang/crates.io-index"
13088checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13089dependencies = [
13090 "log",
13091 "once_cell",
13092 "tracing-core",
13093]
13094
13095[[package]]
13096name = "tracing-serde"
13097version = "0.1.3"
13098source = "registry+https://github.com/rust-lang/crates.io-index"
13099checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
13100dependencies = [
13101 "serde",
13102 "tracing-core",
13103]
13104
13105[[package]]
13106name = "tracing-subscriber"
13107version = "0.3.18"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
13110dependencies = [
13111 "matchers",
13112 "nu-ansi-term",
13113 "once_cell",
13114 "regex",
13115 "serde",
13116 "serde_json",
13117 "sharded-slab",
13118 "smallvec",
13119 "thread_local",
13120 "tracing",
13121 "tracing-core",
13122 "tracing-log",
13123 "tracing-serde",
13124]
13125
13126[[package]]
13127name = "tree-sitter"
13128version = "0.23.0"
13129source = "registry+https://github.com/rust-lang/crates.io-index"
13130checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff"
13131dependencies = [
13132 "cc",
13133 "regex",
13134 "regex-syntax 0.8.4",
13135 "tree-sitter-language",
13136 "wasmtime-c-api-impl",
13137]
13138
13139[[package]]
13140name = "tree-sitter-bash"
13141version = "0.23.1"
13142source = "registry+https://github.com/rust-lang/crates.io-index"
13143checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
13144dependencies = [
13145 "cc",
13146 "tree-sitter-language",
13147]
13148
13149[[package]]
13150name = "tree-sitter-c"
13151version = "0.23.1"
13152source = "registry+https://github.com/rust-lang/crates.io-index"
13153checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b"
13154dependencies = [
13155 "cc",
13156 "tree-sitter-language",
13157]
13158
13159[[package]]
13160name = "tree-sitter-cpp"
13161version = "0.23.1"
13162source = "registry+https://github.com/rust-lang/crates.io-index"
13163checksum = "1d67e862242878d6ee50e1e5814f267ee3eea0168aea2cdbd700ccfb4c74b6d3"
13164dependencies = [
13165 "cc",
13166 "tree-sitter-language",
13167]
13168
13169[[package]]
13170name = "tree-sitter-css"
13171version = "0.23.0"
13172source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292"
13174dependencies = [
13175 "cc",
13176 "tree-sitter-language",
13177]
13178
13179[[package]]
13180name = "tree-sitter-diff"
13181version = "0.1.0"
13182source = "registry+https://github.com/rust-lang/crates.io-index"
13183checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13184dependencies = [
13185 "cc",
13186 "tree-sitter-language",
13187]
13188
13189[[package]]
13190name = "tree-sitter-elixir"
13191version = "0.3.1"
13192source = "registry+https://github.com/rust-lang/crates.io-index"
13193checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32"
13194dependencies = [
13195 "cc",
13196 "tree-sitter-language",
13197]
13198
13199[[package]]
13200name = "tree-sitter-embedded-template"
13201version = "0.23.0"
13202source = "registry+https://github.com/rust-lang/crates.io-index"
13203checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495"
13204dependencies = [
13205 "cc",
13206 "tree-sitter-language",
13207]
13208
13209[[package]]
13210name = "tree-sitter-go"
13211version = "0.23.1"
13212source = "registry+https://github.com/rust-lang/crates.io-index"
13213checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e"
13214dependencies = [
13215 "cc",
13216 "tree-sitter-language",
13217]
13218
13219[[package]]
13220name = "tree-sitter-gomod"
13221version = "1.0.2"
13222source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
13223dependencies = [
13224 "cc",
13225 "tree-sitter-language",
13226]
13227
13228[[package]]
13229name = "tree-sitter-gowork"
13230version = "0.0.1"
13231source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13232dependencies = [
13233 "cc",
13234 "tree-sitter-language",
13235]
13236
13237[[package]]
13238name = "tree-sitter-heex"
13239version = "0.0.1"
13240source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13241dependencies = [
13242 "cc",
13243 "tree-sitter-language",
13244]
13245
13246[[package]]
13247name = "tree-sitter-html"
13248version = "0.20.4"
13249source = "registry+https://github.com/rust-lang/crates.io-index"
13250checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13251dependencies = [
13252 "cc",
13253 "tree-sitter",
13254]
13255
13256[[package]]
13257name = "tree-sitter-jsdoc"
13258version = "0.23.0"
13259source = "registry+https://github.com/rust-lang/crates.io-index"
13260checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8"
13261dependencies = [
13262 "cc",
13263 "tree-sitter-language",
13264]
13265
13266[[package]]
13267name = "tree-sitter-json"
13268version = "0.23.0"
13269source = "registry+https://github.com/rust-lang/crates.io-index"
13270checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
13271dependencies = [
13272 "cc",
13273 "tree-sitter-language",
13274]
13275
13276[[package]]
13277name = "tree-sitter-language"
13278version = "0.1.0"
13279source = "registry+https://github.com/rust-lang/crates.io-index"
13280checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57"
13281
13282[[package]]
13283name = "tree-sitter-md"
13284version = "0.3.2"
13285source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13286dependencies = [
13287 "cc",
13288 "tree-sitter-language",
13289]
13290
13291[[package]]
13292name = "tree-sitter-python"
13293version = "0.23.2"
13294source = "registry+https://github.com/rust-lang/crates.io-index"
13295checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb"
13296dependencies = [
13297 "cc",
13298 "tree-sitter-language",
13299]
13300
13301[[package]]
13302name = "tree-sitter-regex"
13303version = "0.23.0"
13304source = "registry+https://github.com/rust-lang/crates.io-index"
13305checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13306dependencies = [
13307 "cc",
13308 "tree-sitter-language",
13309]
13310
13311[[package]]
13312name = "tree-sitter-ruby"
13313version = "0.23.0"
13314source = "registry+https://github.com/rust-lang/crates.io-index"
13315checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0"
13316dependencies = [
13317 "cc",
13318 "tree-sitter-language",
13319]
13320
13321[[package]]
13322name = "tree-sitter-rust"
13323version = "0.23.0"
13324source = "registry+https://github.com/rust-lang/crates.io-index"
13325checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8"
13326dependencies = [
13327 "cc",
13328 "tree-sitter-language",
13329]
13330
13331[[package]]
13332name = "tree-sitter-typescript"
13333version = "0.23.0"
13334source = "registry+https://github.com/rust-lang/crates.io-index"
13335checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685"
13336dependencies = [
13337 "cc",
13338 "tree-sitter-language",
13339]
13340
13341[[package]]
13342name = "tree-sitter-yaml"
13343version = "0.6.1"
13344source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13345dependencies = [
13346 "cc",
13347 "tree-sitter-language",
13348]
13349
13350[[package]]
13351name = "try-lock"
13352version = "0.2.5"
13353source = "registry+https://github.com/rust-lang/crates.io-index"
13354checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13355
13356[[package]]
13357name = "ttf-parser"
13358version = "0.21.1"
13359source = "registry+https://github.com/rust-lang/crates.io-index"
13360checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13361
13362[[package]]
13363name = "tungstenite"
13364version = "0.20.1"
13365source = "registry+https://github.com/rust-lang/crates.io-index"
13366checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13367dependencies = [
13368 "byteorder",
13369 "bytes 1.7.2",
13370 "data-encoding",
13371 "http 0.2.12",
13372 "httparse",
13373 "log",
13374 "rand 0.8.5",
13375 "rustls 0.21.12",
13376 "sha1",
13377 "thiserror",
13378 "url",
13379 "utf-8",
13380]
13381
13382[[package]]
13383name = "tungstenite"
13384version = "0.21.0"
13385source = "registry+https://github.com/rust-lang/crates.io-index"
13386checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13387dependencies = [
13388 "byteorder",
13389 "bytes 1.7.2",
13390 "data-encoding",
13391 "http 1.1.0",
13392 "httparse",
13393 "log",
13394 "native-tls",
13395 "rand 0.8.5",
13396 "sha1",
13397 "thiserror",
13398 "url",
13399 "utf-8",
13400]
13401
13402[[package]]
13403name = "tungstenite"
13404version = "0.24.0"
13405source = "registry+https://github.com/rust-lang/crates.io-index"
13406checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13407dependencies = [
13408 "byteorder",
13409 "bytes 1.7.2",
13410 "data-encoding",
13411 "http 1.1.0",
13412 "httparse",
13413 "log",
13414 "rand 0.8.5",
13415 "sha1",
13416 "thiserror",
13417 "utf-8",
13418]
13419
13420[[package]]
13421name = "typeid"
13422version = "1.0.2"
13423source = "registry+https://github.com/rust-lang/crates.io-index"
13424checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13425
13426[[package]]
13427name = "typenum"
13428version = "1.17.0"
13429source = "registry+https://github.com/rust-lang/crates.io-index"
13430checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13431
13432[[package]]
13433name = "ucd-trie"
13434version = "0.1.6"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
13437
13438[[package]]
13439name = "uds_windows"
13440version = "1.1.0"
13441source = "registry+https://github.com/rust-lang/crates.io-index"
13442checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13443dependencies = [
13444 "memoffset",
13445 "tempfile",
13446 "winapi",
13447]
13448
13449[[package]]
13450name = "ui"
13451version = "0.1.0"
13452dependencies = [
13453 "chrono",
13454 "gpui",
13455 "itertools 0.13.0",
13456 "menu",
13457 "serde",
13458 "settings",
13459 "smallvec",
13460 "story",
13461 "strum 0.25.0",
13462 "theme",
13463 "ui_macros",
13464 "windows 0.58.0",
13465]
13466
13467[[package]]
13468name = "ui_input"
13469version = "0.1.0"
13470dependencies = [
13471 "editor",
13472 "gpui",
13473 "settings",
13474 "theme",
13475 "ui",
13476]
13477
13478[[package]]
13479name = "ui_macros"
13480version = "0.1.0"
13481dependencies = [
13482 "convert_case 0.6.0",
13483 "proc-macro2",
13484 "quote",
13485 "syn 1.0.109",
13486]
13487
13488[[package]]
13489name = "unicase"
13490version = "2.7.0"
13491source = "registry+https://github.com/rust-lang/crates.io-index"
13492checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
13493dependencies = [
13494 "version_check",
13495]
13496
13497[[package]]
13498name = "unicode-bidi"
13499version = "0.3.15"
13500source = "registry+https://github.com/rust-lang/crates.io-index"
13501checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
13502
13503[[package]]
13504name = "unicode-bidi-mirroring"
13505version = "0.2.0"
13506source = "registry+https://github.com/rust-lang/crates.io-index"
13507checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13508
13509[[package]]
13510name = "unicode-ccc"
13511version = "0.2.0"
13512source = "registry+https://github.com/rust-lang/crates.io-index"
13513checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13514
13515[[package]]
13516name = "unicode-ident"
13517version = "1.0.12"
13518source = "registry+https://github.com/rust-lang/crates.io-index"
13519checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
13520
13521[[package]]
13522name = "unicode-linebreak"
13523version = "0.1.5"
13524source = "registry+https://github.com/rust-lang/crates.io-index"
13525checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13526
13527[[package]]
13528name = "unicode-normalization"
13529version = "0.1.23"
13530source = "registry+https://github.com/rust-lang/crates.io-index"
13531checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
13532dependencies = [
13533 "tinyvec",
13534]
13535
13536[[package]]
13537name = "unicode-properties"
13538version = "0.1.2"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
13541
13542[[package]]
13543name = "unicode-script"
13544version = "0.5.7"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
13547
13548[[package]]
13549name = "unicode-segmentation"
13550version = "1.11.0"
13551source = "registry+https://github.com/rust-lang/crates.io-index"
13552checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
13553
13554[[package]]
13555name = "unicode-width"
13556version = "0.1.13"
13557source = "registry+https://github.com/rust-lang/crates.io-index"
13558checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
13559
13560[[package]]
13561name = "unicode-xid"
13562version = "0.2.5"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
13565
13566[[package]]
13567name = "unicode_categories"
13568version = "0.1.1"
13569source = "registry+https://github.com/rust-lang/crates.io-index"
13570checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
13571
13572[[package]]
13573name = "unindent"
13574version = "0.1.11"
13575source = "registry+https://github.com/rust-lang/crates.io-index"
13576checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
13577
13578[[package]]
13579name = "untrusted"
13580version = "0.9.0"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
13583
13584[[package]]
13585name = "url"
13586version = "2.5.2"
13587source = "registry+https://github.com/rust-lang/crates.io-index"
13588checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
13589dependencies = [
13590 "form_urlencoded",
13591 "idna",
13592 "percent-encoding",
13593 "serde",
13594]
13595
13596[[package]]
13597name = "urlencoding"
13598version = "2.1.3"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
13601
13602[[package]]
13603name = "usvg"
13604version = "0.44.0"
13605source = "registry+https://github.com/rust-lang/crates.io-index"
13606checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
13607dependencies = [
13608 "base64 0.22.1",
13609 "data-url",
13610 "flate2",
13611 "imagesize",
13612 "kurbo",
13613 "log",
13614 "pico-args",
13615 "roxmltree",
13616 "simplecss",
13617 "siphasher 1.0.1",
13618 "strict-num",
13619 "svgtypes",
13620 "tiny-skia-path",
13621 "xmlwriter",
13622]
13623
13624[[package]]
13625name = "utf-8"
13626version = "0.7.6"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
13629
13630[[package]]
13631name = "utf8parse"
13632version = "0.2.2"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
13635
13636[[package]]
13637name = "util"
13638version = "0.1.0"
13639dependencies = [
13640 "anyhow",
13641 "async-fs 1.6.0",
13642 "collections",
13643 "dirs 4.0.0",
13644 "futures 0.3.30",
13645 "futures-lite 1.13.0",
13646 "git2",
13647 "globset",
13648 "log",
13649 "rand 0.8.5",
13650 "regex",
13651 "rust-embed",
13652 "serde",
13653 "serde_json",
13654 "take-until",
13655 "tempfile",
13656 "tendril",
13657 "unicase",
13658]
13659
13660[[package]]
13661name = "uuid"
13662version = "1.10.0"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
13665dependencies = [
13666 "getrandom 0.2.15",
13667 "serde",
13668 "sha1_smol",
13669]
13670
13671[[package]]
13672name = "v_frame"
13673version = "0.3.8"
13674source = "registry+https://github.com/rust-lang/crates.io-index"
13675checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
13676dependencies = [
13677 "aligned-vec",
13678 "num-traits",
13679 "wasm-bindgen",
13680]
13681
13682[[package]]
13683name = "valuable"
13684version = "0.1.0"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
13687
13688[[package]]
13689name = "value-bag"
13690version = "1.9.0"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
13693dependencies = [
13694 "value-bag-serde1",
13695 "value-bag-sval2",
13696]
13697
13698[[package]]
13699name = "value-bag-serde1"
13700version = "1.9.0"
13701source = "registry+https://github.com/rust-lang/crates.io-index"
13702checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
13703dependencies = [
13704 "erased-serde",
13705 "serde",
13706 "serde_fmt",
13707]
13708
13709[[package]]
13710name = "value-bag-sval2"
13711version = "1.9.0"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
13714dependencies = [
13715 "sval",
13716 "sval_buffer",
13717 "sval_dynamic",
13718 "sval_fmt",
13719 "sval_json",
13720 "sval_ref",
13721 "sval_serde",
13722]
13723
13724[[package]]
13725name = "vcpkg"
13726version = "0.2.15"
13727source = "registry+https://github.com/rust-lang/crates.io-index"
13728checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
13729
13730[[package]]
13731name = "vcs_menu"
13732version = "0.1.0"
13733dependencies = [
13734 "anyhow",
13735 "fuzzy",
13736 "git",
13737 "gpui",
13738 "picker",
13739 "project",
13740 "ui",
13741 "util",
13742 "workspace",
13743]
13744
13745[[package]]
13746name = "version-compare"
13747version = "0.2.0"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
13750
13751[[package]]
13752name = "version_check"
13753version = "0.9.5"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
13756
13757[[package]]
13758name = "vim"
13759version = "0.1.0"
13760dependencies = [
13761 "anyhow",
13762 "async-compat",
13763 "async-trait",
13764 "collections",
13765 "command_palette",
13766 "command_palette_hooks",
13767 "editor",
13768 "futures 0.3.30",
13769 "gpui",
13770 "indoc",
13771 "itertools 0.13.0",
13772 "language",
13773 "log",
13774 "lsp",
13775 "multi_buffer",
13776 "nvim-rs",
13777 "parking_lot",
13778 "regex",
13779 "release_channel",
13780 "schemars",
13781 "search",
13782 "serde",
13783 "serde_derive",
13784 "serde_json",
13785 "settings",
13786 "tokio",
13787 "ui",
13788 "util",
13789 "workspace",
13790 "zed_actions",
13791]
13792
13793[[package]]
13794name = "vscode_theme"
13795version = "0.2.0"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
13798dependencies = [
13799 "serde",
13800]
13801
13802[[package]]
13803name = "vsimd"
13804version = "0.8.0"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
13807
13808[[package]]
13809name = "vswhom"
13810version = "0.1.0"
13811source = "registry+https://github.com/rust-lang/crates.io-index"
13812checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
13813dependencies = [
13814 "libc",
13815 "vswhom-sys",
13816]
13817
13818[[package]]
13819name = "vswhom-sys"
13820version = "0.1.2"
13821source = "registry+https://github.com/rust-lang/crates.io-index"
13822checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
13823dependencies = [
13824 "cc",
13825 "libc",
13826]
13827
13828[[package]]
13829name = "vte"
13830version = "0.13.0"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
13833dependencies = [
13834 "bitflags 2.6.0",
13835 "cursor-icon",
13836 "log",
13837 "serde",
13838 "utf8parse",
13839 "vte_generate_state_changes",
13840]
13841
13842[[package]]
13843name = "vte_generate_state_changes"
13844version = "0.1.2"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
13847dependencies = [
13848 "proc-macro2",
13849 "quote",
13850]
13851
13852[[package]]
13853name = "waker-fn"
13854version = "1.2.0"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
13857
13858[[package]]
13859name = "walkdir"
13860version = "2.5.0"
13861source = "registry+https://github.com/rust-lang/crates.io-index"
13862checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
13863dependencies = [
13864 "same-file",
13865 "winapi-util",
13866]
13867
13868[[package]]
13869name = "want"
13870version = "0.3.1"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
13873dependencies = [
13874 "try-lock",
13875]
13876
13877[[package]]
13878name = "warp"
13879version = "0.3.7"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
13882dependencies = [
13883 "bytes 1.7.2",
13884 "futures-channel",
13885 "futures-util",
13886 "headers",
13887 "http 0.2.12",
13888 "hyper 0.14.31",
13889 "log",
13890 "mime",
13891 "mime_guess",
13892 "percent-encoding",
13893 "pin-project",
13894 "scoped-tls",
13895 "serde",
13896 "serde_json",
13897 "serde_urlencoded",
13898 "tokio",
13899 "tokio-tungstenite 0.21.0",
13900 "tokio-util",
13901 "tower-service",
13902 "tracing",
13903]
13904
13905[[package]]
13906name = "wasi"
13907version = "0.9.0+wasi-snapshot-preview1"
13908source = "registry+https://github.com/rust-lang/crates.io-index"
13909checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
13910
13911[[package]]
13912name = "wasi"
13913version = "0.11.0+wasi-snapshot-preview1"
13914source = "registry+https://github.com/rust-lang/crates.io-index"
13915checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
13916
13917[[package]]
13918name = "wasite"
13919version = "0.1.0"
13920source = "registry+https://github.com/rust-lang/crates.io-index"
13921checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
13922
13923[[package]]
13924name = "wasm-bindgen"
13925version = "0.2.93"
13926source = "registry+https://github.com/rust-lang/crates.io-index"
13927checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
13928dependencies = [
13929 "cfg-if",
13930 "once_cell",
13931 "wasm-bindgen-macro",
13932]
13933
13934[[package]]
13935name = "wasm-bindgen-backend"
13936version = "0.2.93"
13937source = "registry+https://github.com/rust-lang/crates.io-index"
13938checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
13939dependencies = [
13940 "bumpalo",
13941 "log",
13942 "once_cell",
13943 "proc-macro2",
13944 "quote",
13945 "syn 2.0.87",
13946 "wasm-bindgen-shared",
13947]
13948
13949[[package]]
13950name = "wasm-bindgen-futures"
13951version = "0.4.43"
13952source = "registry+https://github.com/rust-lang/crates.io-index"
13953checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
13954dependencies = [
13955 "cfg-if",
13956 "js-sys",
13957 "wasm-bindgen",
13958 "web-sys",
13959]
13960
13961[[package]]
13962name = "wasm-bindgen-macro"
13963version = "0.2.93"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
13966dependencies = [
13967 "quote",
13968 "wasm-bindgen-macro-support",
13969]
13970
13971[[package]]
13972name = "wasm-bindgen-macro-support"
13973version = "0.2.93"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
13976dependencies = [
13977 "proc-macro2",
13978 "quote",
13979 "syn 2.0.87",
13980 "wasm-bindgen-backend",
13981 "wasm-bindgen-shared",
13982]
13983
13984[[package]]
13985name = "wasm-bindgen-shared"
13986version = "0.2.93"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
13989
13990[[package]]
13991name = "wasm-encoder"
13992version = "0.201.0"
13993source = "registry+https://github.com/rust-lang/crates.io-index"
13994checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
13995dependencies = [
13996 "leb128",
13997]
13998
13999[[package]]
14000name = "wasm-encoder"
14001version = "0.215.0"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14004dependencies = [
14005 "leb128",
14006]
14007
14008[[package]]
14009name = "wasm-metadata"
14010version = "0.201.0"
14011source = "registry+https://github.com/rust-lang/crates.io-index"
14012checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14013dependencies = [
14014 "anyhow",
14015 "indexmap 2.4.0",
14016 "serde",
14017 "serde_derive",
14018 "serde_json",
14019 "spdx",
14020 "wasm-encoder 0.201.0",
14021 "wasmparser 0.201.0",
14022]
14023
14024[[package]]
14025name = "wasm-streams"
14026version = "0.4.1"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
14029dependencies = [
14030 "futures-util",
14031 "js-sys",
14032 "wasm-bindgen",
14033 "wasm-bindgen-futures",
14034 "web-sys",
14035]
14036
14037[[package]]
14038name = "wasmparser"
14039version = "0.201.0"
14040source = "registry+https://github.com/rust-lang/crates.io-index"
14041checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14042dependencies = [
14043 "bitflags 2.6.0",
14044 "indexmap 2.4.0",
14045 "semver",
14046]
14047
14048[[package]]
14049name = "wasmparser"
14050version = "0.215.0"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14053dependencies = [
14054 "ahash 0.8.11",
14055 "bitflags 2.6.0",
14056 "hashbrown 0.14.5",
14057 "indexmap 2.4.0",
14058 "semver",
14059 "serde",
14060]
14061
14062[[package]]
14063name = "wasmprinter"
14064version = "0.215.0"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14067dependencies = [
14068 "anyhow",
14069 "termcolor",
14070 "wasmparser 0.215.0",
14071]
14072
14073[[package]]
14074name = "wasmtime"
14075version = "24.0.2"
14076source = "registry+https://github.com/rust-lang/crates.io-index"
14077checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14078dependencies = [
14079 "anyhow",
14080 "async-trait",
14081 "bitflags 2.6.0",
14082 "bumpalo",
14083 "cc",
14084 "cfg-if",
14085 "encoding_rs",
14086 "hashbrown 0.14.5",
14087 "indexmap 2.4.0",
14088 "libc",
14089 "libm",
14090 "log",
14091 "mach2",
14092 "memfd",
14093 "object",
14094 "once_cell",
14095 "paste",
14096 "postcard",
14097 "psm",
14098 "rustix 0.38.35",
14099 "semver",
14100 "serde",
14101 "serde_derive",
14102 "smallvec",
14103 "sptr",
14104 "target-lexicon",
14105 "wasmparser 0.215.0",
14106 "wasmtime-asm-macros",
14107 "wasmtime-component-macro",
14108 "wasmtime-component-util",
14109 "wasmtime-cranelift",
14110 "wasmtime-environ",
14111 "wasmtime-fiber",
14112 "wasmtime-jit-icache-coherence",
14113 "wasmtime-slab",
14114 "wasmtime-versioned-export-macros",
14115 "wasmtime-winch",
14116 "windows-sys 0.52.0",
14117]
14118
14119[[package]]
14120name = "wasmtime-asm-macros"
14121version = "24.0.2"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14124dependencies = [
14125 "cfg-if",
14126]
14127
14128[[package]]
14129name = "wasmtime-c-api-impl"
14130version = "24.0.0"
14131source = "registry+https://github.com/rust-lang/crates.io-index"
14132checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
14133dependencies = [
14134 "anyhow",
14135 "log",
14136 "once_cell",
14137 "tracing",
14138 "wasmtime",
14139 "wasmtime-c-api-macros",
14140]
14141
14142[[package]]
14143name = "wasmtime-c-api-macros"
14144version = "24.0.0"
14145source = "registry+https://github.com/rust-lang/crates.io-index"
14146checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
14147dependencies = [
14148 "proc-macro2",
14149 "quote",
14150]
14151
14152[[package]]
14153name = "wasmtime-component-macro"
14154version = "24.0.2"
14155source = "registry+https://github.com/rust-lang/crates.io-index"
14156checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14157dependencies = [
14158 "anyhow",
14159 "proc-macro2",
14160 "quote",
14161 "syn 2.0.87",
14162 "wasmtime-component-util",
14163 "wasmtime-wit-bindgen",
14164 "wit-parser 0.215.0",
14165]
14166
14167[[package]]
14168name = "wasmtime-component-util"
14169version = "24.0.2"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14172
14173[[package]]
14174name = "wasmtime-cranelift"
14175version = "24.0.2"
14176source = "registry+https://github.com/rust-lang/crates.io-index"
14177checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14178dependencies = [
14179 "anyhow",
14180 "cfg-if",
14181 "cranelift-codegen",
14182 "cranelift-control",
14183 "cranelift-entity",
14184 "cranelift-frontend",
14185 "cranelift-native",
14186 "cranelift-wasm",
14187 "gimli 0.29.0",
14188 "log",
14189 "object",
14190 "target-lexicon",
14191 "thiserror",
14192 "wasmparser 0.215.0",
14193 "wasmtime-environ",
14194 "wasmtime-versioned-export-macros",
14195]
14196
14197[[package]]
14198name = "wasmtime-environ"
14199version = "24.0.2"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14202dependencies = [
14203 "anyhow",
14204 "cpp_demangle",
14205 "cranelift-bitset",
14206 "cranelift-entity",
14207 "gimli 0.29.0",
14208 "indexmap 2.4.0",
14209 "log",
14210 "object",
14211 "postcard",
14212 "rustc-demangle",
14213 "semver",
14214 "serde",
14215 "serde_derive",
14216 "target-lexicon",
14217 "wasm-encoder 0.215.0",
14218 "wasmparser 0.215.0",
14219 "wasmprinter",
14220 "wasmtime-component-util",
14221 "wasmtime-types",
14222]
14223
14224[[package]]
14225name = "wasmtime-fiber"
14226version = "24.0.2"
14227source = "registry+https://github.com/rust-lang/crates.io-index"
14228checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14229dependencies = [
14230 "anyhow",
14231 "cc",
14232 "cfg-if",
14233 "rustix 0.38.35",
14234 "wasmtime-asm-macros",
14235 "wasmtime-versioned-export-macros",
14236 "windows-sys 0.52.0",
14237]
14238
14239[[package]]
14240name = "wasmtime-jit-icache-coherence"
14241version = "24.0.2"
14242source = "registry+https://github.com/rust-lang/crates.io-index"
14243checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14244dependencies = [
14245 "anyhow",
14246 "cfg-if",
14247 "libc",
14248 "windows-sys 0.52.0",
14249]
14250
14251[[package]]
14252name = "wasmtime-slab"
14253version = "24.0.2"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14256
14257[[package]]
14258name = "wasmtime-types"
14259version = "24.0.2"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14262dependencies = [
14263 "anyhow",
14264 "cranelift-entity",
14265 "serde",
14266 "serde_derive",
14267 "smallvec",
14268 "wasmparser 0.215.0",
14269]
14270
14271[[package]]
14272name = "wasmtime-versioned-export-macros"
14273version = "24.0.2"
14274source = "registry+https://github.com/rust-lang/crates.io-index"
14275checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14276dependencies = [
14277 "proc-macro2",
14278 "quote",
14279 "syn 2.0.87",
14280]
14281
14282[[package]]
14283name = "wasmtime-wasi"
14284version = "24.0.1"
14285source = "registry+https://github.com/rust-lang/crates.io-index"
14286checksum = "fda03f5bfd5c4cc09f75c7e44846663f25f2c48a2d688fbfb5c7a33af6cf34f5"
14287dependencies = [
14288 "anyhow",
14289 "async-trait",
14290 "bitflags 2.6.0",
14291 "bytes 1.7.2",
14292 "cap-fs-ext",
14293 "cap-net-ext",
14294 "cap-rand",
14295 "cap-std",
14296 "cap-time-ext",
14297 "fs-set-times",
14298 "futures 0.3.30",
14299 "io-extras",
14300 "io-lifetimes 2.0.3",
14301 "once_cell",
14302 "rustix 0.38.35",
14303 "system-interface",
14304 "thiserror",
14305 "tokio",
14306 "tracing",
14307 "url",
14308 "wasmtime",
14309 "wiggle",
14310 "windows-sys 0.52.0",
14311]
14312
14313[[package]]
14314name = "wasmtime-winch"
14315version = "24.0.2"
14316source = "registry+https://github.com/rust-lang/crates.io-index"
14317checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14318dependencies = [
14319 "anyhow",
14320 "cranelift-codegen",
14321 "gimli 0.29.0",
14322 "object",
14323 "target-lexicon",
14324 "wasmparser 0.215.0",
14325 "wasmtime-cranelift",
14326 "wasmtime-environ",
14327 "winch-codegen",
14328]
14329
14330[[package]]
14331name = "wasmtime-wit-bindgen"
14332version = "24.0.2"
14333source = "registry+https://github.com/rust-lang/crates.io-index"
14334checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14335dependencies = [
14336 "anyhow",
14337 "heck 0.4.1",
14338 "indexmap 2.4.0",
14339 "wit-parser 0.215.0",
14340]
14341
14342[[package]]
14343name = "wast"
14344version = "35.0.2"
14345source = "registry+https://github.com/rust-lang/crates.io-index"
14346checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14347dependencies = [
14348 "leb128",
14349]
14350
14351[[package]]
14352name = "wayland-backend"
14353version = "0.3.6"
14354source = "registry+https://github.com/rust-lang/crates.io-index"
14355checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
14356dependencies = [
14357 "cc",
14358 "downcast-rs",
14359 "rustix 0.38.35",
14360 "scoped-tls",
14361 "smallvec",
14362 "wayland-sys",
14363]
14364
14365[[package]]
14366name = "wayland-client"
14367version = "0.31.5"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
14370dependencies = [
14371 "bitflags 2.6.0",
14372 "rustix 0.38.35",
14373 "wayland-backend",
14374 "wayland-scanner",
14375]
14376
14377[[package]]
14378name = "wayland-cursor"
14379version = "0.31.5"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
14382dependencies = [
14383 "rustix 0.38.35",
14384 "wayland-client",
14385 "xcursor",
14386]
14387
14388[[package]]
14389name = "wayland-protocols"
14390version = "0.31.2"
14391source = "registry+https://github.com/rust-lang/crates.io-index"
14392checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14393dependencies = [
14394 "bitflags 2.6.0",
14395 "wayland-backend",
14396 "wayland-client",
14397 "wayland-scanner",
14398]
14399
14400[[package]]
14401name = "wayland-protocols-plasma"
14402version = "0.2.0"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14405dependencies = [
14406 "bitflags 2.6.0",
14407 "wayland-backend",
14408 "wayland-client",
14409 "wayland-protocols",
14410 "wayland-scanner",
14411]
14412
14413[[package]]
14414name = "wayland-scanner"
14415version = "0.31.4"
14416source = "registry+https://github.com/rust-lang/crates.io-index"
14417checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
14418dependencies = [
14419 "proc-macro2",
14420 "quick-xml 0.34.0",
14421 "quote",
14422]
14423
14424[[package]]
14425name = "wayland-sys"
14426version = "0.31.4"
14427source = "registry+https://github.com/rust-lang/crates.io-index"
14428checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
14429dependencies = [
14430 "dlib",
14431 "log",
14432 "once_cell",
14433 "pkg-config",
14434]
14435
14436[[package]]
14437name = "web-sys"
14438version = "0.3.70"
14439source = "registry+https://github.com/rust-lang/crates.io-index"
14440checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
14441dependencies = [
14442 "js-sys",
14443 "wasm-bindgen",
14444]
14445
14446[[package]]
14447name = "webpki"
14448version = "0.22.4"
14449source = "registry+https://github.com/rust-lang/crates.io-index"
14450checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14451dependencies = [
14452 "ring",
14453 "untrusted",
14454]
14455
14456[[package]]
14457name = "webpki-roots"
14458version = "0.22.6"
14459source = "registry+https://github.com/rust-lang/crates.io-index"
14460checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14461dependencies = [
14462 "webpki",
14463]
14464
14465[[package]]
14466name = "webpki-roots"
14467version = "0.25.4"
14468source = "registry+https://github.com/rust-lang/crates.io-index"
14469checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
14470
14471[[package]]
14472name = "webrtc-sys"
14473version = "0.3.5"
14474source = "git+https://github.com/zed-industries/rust-sdks?rev=4262308983646ab5b0e0802c3d8bc52154f99aab#4262308983646ab5b0e0802c3d8bc52154f99aab"
14475dependencies = [
14476 "cc",
14477 "cxx",
14478 "cxx-build",
14479 "glob",
14480 "log",
14481 "webrtc-sys-build",
14482]
14483
14484[[package]]
14485name = "webrtc-sys-build"
14486version = "0.3.5"
14487source = "git+https://github.com/zed-industries/rust-sdks?rev=4262308983646ab5b0e0802c3d8bc52154f99aab#4262308983646ab5b0e0802c3d8bc52154f99aab"
14488dependencies = [
14489 "fs2",
14490 "regex",
14491 "reqwest 0.11.27",
14492 "scratch",
14493 "semver",
14494 "zip",
14495]
14496
14497[[package]]
14498name = "weezl"
14499version = "0.1.8"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14502
14503[[package]]
14504name = "welcome"
14505version = "0.1.0"
14506dependencies = [
14507 "anyhow",
14508 "client",
14509 "db",
14510 "editor",
14511 "extensions_ui",
14512 "fuzzy",
14513 "gpui",
14514 "inline_completion_button",
14515 "install_cli",
14516 "picker",
14517 "project",
14518 "schemars",
14519 "serde",
14520 "settings",
14521 "theme_selector",
14522 "ui",
14523 "util",
14524 "vim",
14525 "workspace",
14526 "zed_actions",
14527]
14528
14529[[package]]
14530name = "which"
14531version = "4.4.2"
14532source = "registry+https://github.com/rust-lang/crates.io-index"
14533checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
14534dependencies = [
14535 "either",
14536 "home",
14537 "once_cell",
14538 "rustix 0.38.35",
14539]
14540
14541[[package]]
14542name = "which"
14543version = "6.0.3"
14544source = "registry+https://github.com/rust-lang/crates.io-index"
14545checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
14546dependencies = [
14547 "either",
14548 "home",
14549 "rustix 0.38.35",
14550 "winsafe",
14551]
14552
14553[[package]]
14554name = "whoami"
14555version = "1.5.1"
14556source = "registry+https://github.com/rust-lang/crates.io-index"
14557checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
14558dependencies = [
14559 "redox_syscall 0.4.1",
14560 "wasite",
14561]
14562
14563[[package]]
14564name = "wiggle"
14565version = "24.0.1"
14566source = "registry+https://github.com/rust-lang/crates.io-index"
14567checksum = "2d3b31bd2b4d2d82a4b747b8dbc45f566214214a4ffdc5690429a73bc221dc8a"
14568dependencies = [
14569 "anyhow",
14570 "async-trait",
14571 "bitflags 2.6.0",
14572 "thiserror",
14573 "tracing",
14574 "wasmtime",
14575 "wiggle-macro",
14576]
14577
14578[[package]]
14579name = "wiggle-generate"
14580version = "24.0.1"
14581source = "registry+https://github.com/rust-lang/crates.io-index"
14582checksum = "e2c6136b195fc12067aa9d4e7a5baf118729394df7bc7cbf8c63119bc9f2a7cd"
14583dependencies = [
14584 "anyhow",
14585 "heck 0.4.1",
14586 "proc-macro2",
14587 "quote",
14588 "shellexpand 2.1.2",
14589 "syn 2.0.87",
14590 "witx",
14591]
14592
14593[[package]]
14594name = "wiggle-macro"
14595version = "24.0.1"
14596source = "registry+https://github.com/rust-lang/crates.io-index"
14597checksum = "8a41eaceee468da976ac43b85c4eb82e482f828d5e8e56f49f90dfac2d9bc3b4"
14598dependencies = [
14599 "proc-macro2",
14600 "quote",
14601 "syn 2.0.87",
14602 "wiggle-generate",
14603]
14604
14605[[package]]
14606name = "winapi"
14607version = "0.3.9"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
14610dependencies = [
14611 "winapi-i686-pc-windows-gnu",
14612 "winapi-x86_64-pc-windows-gnu",
14613]
14614
14615[[package]]
14616name = "winapi-i686-pc-windows-gnu"
14617version = "0.4.0"
14618source = "registry+https://github.com/rust-lang/crates.io-index"
14619checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
14620
14621[[package]]
14622name = "winapi-util"
14623version = "0.1.9"
14624source = "registry+https://github.com/rust-lang/crates.io-index"
14625checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
14626dependencies = [
14627 "windows-sys 0.59.0",
14628]
14629
14630[[package]]
14631name = "winapi-x86_64-pc-windows-gnu"
14632version = "0.4.0"
14633source = "registry+https://github.com/rust-lang/crates.io-index"
14634checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
14635
14636[[package]]
14637name = "winch-codegen"
14638version = "0.22.2"
14639source = "registry+https://github.com/rust-lang/crates.io-index"
14640checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
14641dependencies = [
14642 "anyhow",
14643 "cranelift-codegen",
14644 "gimli 0.29.0",
14645 "regalloc2",
14646 "smallvec",
14647 "target-lexicon",
14648 "wasmparser 0.215.0",
14649 "wasmtime-cranelift",
14650 "wasmtime-environ",
14651]
14652
14653[[package]]
14654name = "windows"
14655version = "0.54.0"
14656source = "registry+https://github.com/rust-lang/crates.io-index"
14657checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
14658dependencies = [
14659 "windows-core 0.54.0",
14660 "windows-targets 0.52.6",
14661]
14662
14663[[package]]
14664name = "windows"
14665version = "0.58.0"
14666source = "registry+https://github.com/rust-lang/crates.io-index"
14667checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
14668dependencies = [
14669 "windows-core 0.58.0",
14670 "windows-targets 0.52.6",
14671]
14672
14673[[package]]
14674name = "windows-core"
14675version = "0.52.0"
14676source = "registry+https://github.com/rust-lang/crates.io-index"
14677checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
14678dependencies = [
14679 "windows-targets 0.52.6",
14680]
14681
14682[[package]]
14683name = "windows-core"
14684version = "0.54.0"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
14687dependencies = [
14688 "windows-result 0.1.2",
14689 "windows-targets 0.52.6",
14690]
14691
14692[[package]]
14693name = "windows-core"
14694version = "0.58.0"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
14697dependencies = [
14698 "windows-implement",
14699 "windows-interface",
14700 "windows-result 0.2.0",
14701 "windows-strings",
14702 "windows-targets 0.52.6",
14703]
14704
14705[[package]]
14706name = "windows-implement"
14707version = "0.58.0"
14708source = "registry+https://github.com/rust-lang/crates.io-index"
14709checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
14710dependencies = [
14711 "proc-macro2",
14712 "quote",
14713 "syn 2.0.87",
14714]
14715
14716[[package]]
14717name = "windows-interface"
14718version = "0.58.0"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
14721dependencies = [
14722 "proc-macro2",
14723 "quote",
14724 "syn 2.0.87",
14725]
14726
14727[[package]]
14728name = "windows-registry"
14729version = "0.2.0"
14730source = "registry+https://github.com/rust-lang/crates.io-index"
14731checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
14732dependencies = [
14733 "windows-result 0.2.0",
14734 "windows-strings",
14735 "windows-targets 0.52.6",
14736]
14737
14738[[package]]
14739name = "windows-result"
14740version = "0.1.2"
14741source = "registry+https://github.com/rust-lang/crates.io-index"
14742checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
14743dependencies = [
14744 "windows-targets 0.52.6",
14745]
14746
14747[[package]]
14748name = "windows-result"
14749version = "0.2.0"
14750source = "registry+https://github.com/rust-lang/crates.io-index"
14751checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
14752dependencies = [
14753 "windows-targets 0.52.6",
14754]
14755
14756[[package]]
14757name = "windows-strings"
14758version = "0.1.0"
14759source = "registry+https://github.com/rust-lang/crates.io-index"
14760checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
14761dependencies = [
14762 "windows-result 0.2.0",
14763 "windows-targets 0.52.6",
14764]
14765
14766[[package]]
14767name = "windows-sys"
14768version = "0.45.0"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
14771dependencies = [
14772 "windows-targets 0.42.2",
14773]
14774
14775[[package]]
14776name = "windows-sys"
14777version = "0.48.0"
14778source = "registry+https://github.com/rust-lang/crates.io-index"
14779checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
14780dependencies = [
14781 "windows-targets 0.48.5",
14782]
14783
14784[[package]]
14785name = "windows-sys"
14786version = "0.52.0"
14787source = "registry+https://github.com/rust-lang/crates.io-index"
14788checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
14789dependencies = [
14790 "windows-targets 0.52.6",
14791]
14792
14793[[package]]
14794name = "windows-sys"
14795version = "0.59.0"
14796source = "registry+https://github.com/rust-lang/crates.io-index"
14797checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
14798dependencies = [
14799 "windows-targets 0.52.6",
14800]
14801
14802[[package]]
14803name = "windows-targets"
14804version = "0.42.2"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
14807dependencies = [
14808 "windows_aarch64_gnullvm 0.42.2",
14809 "windows_aarch64_msvc 0.42.2",
14810 "windows_i686_gnu 0.42.2",
14811 "windows_i686_msvc 0.42.2",
14812 "windows_x86_64_gnu 0.42.2",
14813 "windows_x86_64_gnullvm 0.42.2",
14814 "windows_x86_64_msvc 0.42.2",
14815]
14816
14817[[package]]
14818name = "windows-targets"
14819version = "0.48.5"
14820source = "registry+https://github.com/rust-lang/crates.io-index"
14821checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
14822dependencies = [
14823 "windows_aarch64_gnullvm 0.48.5",
14824 "windows_aarch64_msvc 0.48.5",
14825 "windows_i686_gnu 0.48.5",
14826 "windows_i686_msvc 0.48.5",
14827 "windows_x86_64_gnu 0.48.5",
14828 "windows_x86_64_gnullvm 0.48.5",
14829 "windows_x86_64_msvc 0.48.5",
14830]
14831
14832[[package]]
14833name = "windows-targets"
14834version = "0.52.6"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
14837dependencies = [
14838 "windows_aarch64_gnullvm 0.52.6",
14839 "windows_aarch64_msvc 0.52.6",
14840 "windows_i686_gnu 0.52.6",
14841 "windows_i686_gnullvm",
14842 "windows_i686_msvc 0.52.6",
14843 "windows_x86_64_gnu 0.52.6",
14844 "windows_x86_64_gnullvm 0.52.6",
14845 "windows_x86_64_msvc 0.52.6",
14846]
14847
14848[[package]]
14849name = "windows_aarch64_gnullvm"
14850version = "0.42.2"
14851source = "registry+https://github.com/rust-lang/crates.io-index"
14852checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
14853
14854[[package]]
14855name = "windows_aarch64_gnullvm"
14856version = "0.48.5"
14857source = "registry+https://github.com/rust-lang/crates.io-index"
14858checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
14859
14860[[package]]
14861name = "windows_aarch64_gnullvm"
14862version = "0.52.6"
14863source = "registry+https://github.com/rust-lang/crates.io-index"
14864checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
14865
14866[[package]]
14867name = "windows_aarch64_msvc"
14868version = "0.42.2"
14869source = "registry+https://github.com/rust-lang/crates.io-index"
14870checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
14871
14872[[package]]
14873name = "windows_aarch64_msvc"
14874version = "0.48.5"
14875source = "registry+https://github.com/rust-lang/crates.io-index"
14876checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
14877
14878[[package]]
14879name = "windows_aarch64_msvc"
14880version = "0.52.6"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
14883
14884[[package]]
14885name = "windows_i686_gnu"
14886version = "0.42.2"
14887source = "registry+https://github.com/rust-lang/crates.io-index"
14888checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
14889
14890[[package]]
14891name = "windows_i686_gnu"
14892version = "0.48.5"
14893source = "registry+https://github.com/rust-lang/crates.io-index"
14894checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
14895
14896[[package]]
14897name = "windows_i686_gnu"
14898version = "0.52.6"
14899source = "registry+https://github.com/rust-lang/crates.io-index"
14900checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
14901
14902[[package]]
14903name = "windows_i686_gnullvm"
14904version = "0.52.6"
14905source = "registry+https://github.com/rust-lang/crates.io-index"
14906checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
14907
14908[[package]]
14909name = "windows_i686_msvc"
14910version = "0.42.2"
14911source = "registry+https://github.com/rust-lang/crates.io-index"
14912checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
14913
14914[[package]]
14915name = "windows_i686_msvc"
14916version = "0.48.5"
14917source = "registry+https://github.com/rust-lang/crates.io-index"
14918checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
14919
14920[[package]]
14921name = "windows_i686_msvc"
14922version = "0.52.6"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
14925
14926[[package]]
14927name = "windows_x86_64_gnu"
14928version = "0.42.2"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
14931
14932[[package]]
14933name = "windows_x86_64_gnu"
14934version = "0.48.5"
14935source = "registry+https://github.com/rust-lang/crates.io-index"
14936checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
14937
14938[[package]]
14939name = "windows_x86_64_gnu"
14940version = "0.52.6"
14941source = "registry+https://github.com/rust-lang/crates.io-index"
14942checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
14943
14944[[package]]
14945name = "windows_x86_64_gnullvm"
14946version = "0.42.2"
14947source = "registry+https://github.com/rust-lang/crates.io-index"
14948checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
14949
14950[[package]]
14951name = "windows_x86_64_gnullvm"
14952version = "0.48.5"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
14955
14956[[package]]
14957name = "windows_x86_64_gnullvm"
14958version = "0.52.6"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
14961
14962[[package]]
14963name = "windows_x86_64_msvc"
14964version = "0.42.2"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
14967
14968[[package]]
14969name = "windows_x86_64_msvc"
14970version = "0.48.5"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
14973
14974[[package]]
14975name = "windows_x86_64_msvc"
14976version = "0.52.6"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
14979
14980[[package]]
14981name = "winnow"
14982version = "0.5.40"
14983source = "registry+https://github.com/rust-lang/crates.io-index"
14984checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
14985dependencies = [
14986 "memchr",
14987]
14988
14989[[package]]
14990name = "winnow"
14991version = "0.6.18"
14992source = "registry+https://github.com/rust-lang/crates.io-index"
14993checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
14994dependencies = [
14995 "memchr",
14996]
14997
14998[[package]]
14999name = "winreg"
15000version = "0.50.0"
15001source = "registry+https://github.com/rust-lang/crates.io-index"
15002checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15003dependencies = [
15004 "cfg-if",
15005 "windows-sys 0.48.0",
15006]
15007
15008[[package]]
15009name = "winreg"
15010version = "0.52.0"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15013dependencies = [
15014 "cfg-if",
15015 "windows-sys 0.48.0",
15016]
15017
15018[[package]]
15019name = "winresource"
15020version = "0.1.17"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
15023dependencies = [
15024 "toml 0.7.8",
15025 "version_check",
15026]
15027
15028[[package]]
15029name = "winsafe"
15030version = "0.0.19"
15031source = "registry+https://github.com/rust-lang/crates.io-index"
15032checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15033
15034[[package]]
15035name = "winx"
15036version = "0.36.3"
15037source = "registry+https://github.com/rust-lang/crates.io-index"
15038checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
15039dependencies = [
15040 "bitflags 2.6.0",
15041 "windows-sys 0.52.0",
15042]
15043
15044[[package]]
15045name = "wio"
15046version = "0.2.2"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15049dependencies = [
15050 "winapi",
15051]
15052
15053[[package]]
15054name = "wit-bindgen"
15055version = "0.22.0"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15058dependencies = [
15059 "bitflags 2.6.0",
15060 "wit-bindgen-rt",
15061 "wit-bindgen-rust-macro",
15062]
15063
15064[[package]]
15065name = "wit-bindgen-core"
15066version = "0.22.0"
15067source = "registry+https://github.com/rust-lang/crates.io-index"
15068checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15069dependencies = [
15070 "anyhow",
15071 "wit-parser 0.201.0",
15072]
15073
15074[[package]]
15075name = "wit-bindgen-rt"
15076version = "0.22.0"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15079
15080[[package]]
15081name = "wit-bindgen-rust"
15082version = "0.22.0"
15083source = "registry+https://github.com/rust-lang/crates.io-index"
15084checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15085dependencies = [
15086 "anyhow",
15087 "heck 0.4.1",
15088 "indexmap 2.4.0",
15089 "wasm-metadata",
15090 "wit-bindgen-core",
15091 "wit-component",
15092]
15093
15094[[package]]
15095name = "wit-bindgen-rust-macro"
15096version = "0.22.0"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15099dependencies = [
15100 "anyhow",
15101 "proc-macro2",
15102 "quote",
15103 "syn 2.0.87",
15104 "wit-bindgen-core",
15105 "wit-bindgen-rust",
15106]
15107
15108[[package]]
15109name = "wit-component"
15110version = "0.201.0"
15111source = "registry+https://github.com/rust-lang/crates.io-index"
15112checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15113dependencies = [
15114 "anyhow",
15115 "bitflags 2.6.0",
15116 "indexmap 2.4.0",
15117 "log",
15118 "serde",
15119 "serde_derive",
15120 "serde_json",
15121 "wasm-encoder 0.201.0",
15122 "wasm-metadata",
15123 "wasmparser 0.201.0",
15124 "wit-parser 0.201.0",
15125]
15126
15127[[package]]
15128name = "wit-parser"
15129version = "0.201.0"
15130source = "registry+https://github.com/rust-lang/crates.io-index"
15131checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15132dependencies = [
15133 "anyhow",
15134 "id-arena",
15135 "indexmap 2.4.0",
15136 "log",
15137 "semver",
15138 "serde",
15139 "serde_derive",
15140 "serde_json",
15141 "unicode-xid",
15142 "wasmparser 0.201.0",
15143]
15144
15145[[package]]
15146name = "wit-parser"
15147version = "0.215.0"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15150dependencies = [
15151 "anyhow",
15152 "id-arena",
15153 "indexmap 2.4.0",
15154 "log",
15155 "semver",
15156 "serde",
15157 "serde_derive",
15158 "serde_json",
15159 "unicode-xid",
15160 "wasmparser 0.215.0",
15161]
15162
15163[[package]]
15164name = "witx"
15165version = "0.9.1"
15166source = "registry+https://github.com/rust-lang/crates.io-index"
15167checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15168dependencies = [
15169 "anyhow",
15170 "log",
15171 "thiserror",
15172 "wast",
15173]
15174
15175[[package]]
15176name = "workspace"
15177version = "0.1.0"
15178dependencies = [
15179 "any_vec",
15180 "anyhow",
15181 "async-recursion 1.1.1",
15182 "bincode",
15183 "call",
15184 "client",
15185 "clock",
15186 "collections",
15187 "db",
15188 "derive_more",
15189 "env_logger 0.11.5",
15190 "fs",
15191 "futures 0.3.30",
15192 "git",
15193 "gpui",
15194 "http_client",
15195 "itertools 0.13.0",
15196 "language",
15197 "log",
15198 "node_runtime",
15199 "parking_lot",
15200 "postage",
15201 "project",
15202 "remote",
15203 "schemars",
15204 "serde",
15205 "serde_json",
15206 "session",
15207 "settings",
15208 "smallvec",
15209 "sqlez",
15210 "strum 0.25.0",
15211 "task",
15212 "tempfile",
15213 "theme",
15214 "ui",
15215 "util",
15216 "uuid",
15217]
15218
15219[[package]]
15220name = "worktree"
15221version = "0.1.0"
15222dependencies = [
15223 "anyhow",
15224 "clock",
15225 "collections",
15226 "env_logger 0.11.5",
15227 "fs",
15228 "futures 0.3.30",
15229 "fuzzy",
15230 "git",
15231 "git2",
15232 "git_hosting_providers",
15233 "gpui",
15234 "http_client",
15235 "ignore",
15236 "language",
15237 "log",
15238 "parking_lot",
15239 "paths",
15240 "postage",
15241 "pretty_assertions",
15242 "rand 0.8.5",
15243 "rpc",
15244 "schemars",
15245 "serde",
15246 "serde_json",
15247 "settings",
15248 "smallvec",
15249 "smol",
15250 "sum_tree",
15251 "text",
15252 "util",
15253]
15254
15255[[package]]
15256name = "wyz"
15257version = "0.5.1"
15258source = "registry+https://github.com/rust-lang/crates.io-index"
15259checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15260dependencies = [
15261 "tap",
15262]
15263
15264[[package]]
15265name = "x11-clipboard"
15266version = "0.9.2"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
15269dependencies = [
15270 "libc",
15271 "x11rb",
15272]
15273
15274[[package]]
15275name = "x11rb"
15276version = "0.13.1"
15277source = "registry+https://github.com/rust-lang/crates.io-index"
15278checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15279dependencies = [
15280 "as-raw-xcb-connection",
15281 "gethostname",
15282 "libc",
15283 "rustix 0.38.35",
15284 "x11rb-protocol",
15285]
15286
15287[[package]]
15288name = "x11rb-protocol"
15289version = "0.13.1"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15292
15293[[package]]
15294name = "xattr"
15295version = "0.2.3"
15296source = "registry+https://github.com/rust-lang/crates.io-index"
15297checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15298dependencies = [
15299 "libc",
15300]
15301
15302[[package]]
15303name = "xcursor"
15304version = "0.3.8"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15307
15308[[package]]
15309name = "xdg-home"
15310version = "1.3.0"
15311source = "registry+https://github.com/rust-lang/crates.io-index"
15312checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15313dependencies = [
15314 "libc",
15315 "windows-sys 0.59.0",
15316]
15317
15318[[package]]
15319name = "xim"
15320version = "0.4.0"
15321source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15322dependencies = [
15323 "ahash 0.8.11",
15324 "hashbrown 0.14.5",
15325 "log",
15326 "x11rb",
15327 "xim-ctext",
15328 "xim-parser",
15329]
15330
15331[[package]]
15332name = "xim-ctext"
15333version = "0.3.0"
15334source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15335dependencies = [
15336 "encoding_rs",
15337]
15338
15339[[package]]
15340name = "xim-parser"
15341version = "0.2.1"
15342source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15343dependencies = [
15344 "bitflags 2.6.0",
15345]
15346
15347[[package]]
15348name = "xkbcommon"
15349version = "0.7.0"
15350source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15351dependencies = [
15352 "as-raw-xcb-connection",
15353 "libc",
15354 "memmap2",
15355 "xkeysym",
15356]
15357
15358[[package]]
15359name = "xkeysym"
15360version = "0.2.1"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15363
15364[[package]]
15365name = "xml5ever"
15366version = "0.18.1"
15367source = "registry+https://github.com/rust-lang/crates.io-index"
15368checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
15369dependencies = [
15370 "log",
15371 "mac",
15372 "markup5ever",
15373]
15374
15375[[package]]
15376name = "xmlparser"
15377version = "0.13.6"
15378source = "registry+https://github.com/rust-lang/crates.io-index"
15379checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
15380
15381[[package]]
15382name = "xmlwriter"
15383version = "0.1.0"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
15386
15387[[package]]
15388name = "xtask"
15389version = "0.1.0"
15390dependencies = [
15391 "anyhow",
15392 "cargo_metadata",
15393 "cargo_toml",
15394 "clap",
15395]
15396
15397[[package]]
15398name = "yaml-rust2"
15399version = "0.8.1"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
15402dependencies = [
15403 "arraydeque",
15404 "encoding_rs",
15405 "hashlink 0.8.4",
15406]
15407
15408[[package]]
15409name = "yansi"
15410version = "1.0.1"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
15413
15414[[package]]
15415name = "yazi"
15416version = "0.1.6"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
15419
15420[[package]]
15421name = "yeslogic-fontconfig-sys"
15422version = "6.0.0"
15423source = "registry+https://github.com/rust-lang/crates.io-index"
15424checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
15425dependencies = [
15426 "dlib",
15427 "once_cell",
15428 "pkg-config",
15429]
15430
15431[[package]]
15432name = "zbus"
15433version = "4.4.0"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15436dependencies = [
15437 "async-broadcast",
15438 "async-executor",
15439 "async-fs 2.1.2",
15440 "async-io 2.3.4",
15441 "async-lock 3.4.0",
15442 "async-process 2.2.4",
15443 "async-recursion 1.1.1",
15444 "async-task",
15445 "async-trait",
15446 "blocking",
15447 "enumflags2",
15448 "event-listener 5.3.1",
15449 "futures-core",
15450 "futures-sink",
15451 "futures-util",
15452 "hex",
15453 "nix",
15454 "ordered-stream",
15455 "rand 0.8.5",
15456 "serde",
15457 "serde_repr",
15458 "sha1",
15459 "static_assertions",
15460 "tracing",
15461 "uds_windows",
15462 "windows-sys 0.52.0",
15463 "xdg-home",
15464 "zbus_macros",
15465 "zbus_names",
15466 "zvariant",
15467]
15468
15469[[package]]
15470name = "zbus_macros"
15471version = "4.4.0"
15472source = "registry+https://github.com/rust-lang/crates.io-index"
15473checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
15474dependencies = [
15475 "proc-macro-crate",
15476 "proc-macro2",
15477 "quote",
15478 "syn 2.0.87",
15479 "zvariant_utils",
15480]
15481
15482[[package]]
15483name = "zbus_names"
15484version = "3.0.0"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
15487dependencies = [
15488 "serde",
15489 "static_assertions",
15490 "zvariant",
15491]
15492
15493[[package]]
15494name = "zed"
15495version = "0.163.0"
15496dependencies = [
15497 "activity_indicator",
15498 "anyhow",
15499 "ashpd",
15500 "assets",
15501 "assistant",
15502 "assistant_slash_command",
15503 "async-watch",
15504 "audio",
15505 "auto_update",
15506 "backtrace",
15507 "breadcrumbs",
15508 "call",
15509 "channel",
15510 "chrono",
15511 "clap",
15512 "cli",
15513 "client",
15514 "collab_ui",
15515 "collections",
15516 "command_palette",
15517 "command_palette_hooks",
15518 "context_servers",
15519 "copilot",
15520 "db",
15521 "diagnostics",
15522 "editor",
15523 "env_logger 0.11.5",
15524 "extension_host",
15525 "extensions_ui",
15526 "feature_flags",
15527 "feedback",
15528 "file_finder",
15529 "file_icons",
15530 "fs",
15531 "futures 0.3.30",
15532 "git",
15533 "git_hosting_providers",
15534 "go_to_line",
15535 "gpui",
15536 "http_client",
15537 "image_viewer",
15538 "indexed_docs",
15539 "inline_completion_button",
15540 "install_cli",
15541 "journal",
15542 "language",
15543 "language_model",
15544 "language_selector",
15545 "language_tools",
15546 "languages",
15547 "libc",
15548 "log",
15549 "markdown_preview",
15550 "menu",
15551 "mimalloc",
15552 "nix",
15553 "node_runtime",
15554 "notifications",
15555 "outline",
15556 "outline_panel",
15557 "parking_lot",
15558 "paths",
15559 "profiling",
15560 "project",
15561 "project_panel",
15562 "project_symbols",
15563 "proto",
15564 "quick_action_bar",
15565 "recent_projects",
15566 "release_channel",
15567 "remote",
15568 "repl",
15569 "reqwest_client",
15570 "rope",
15571 "search",
15572 "serde",
15573 "serde_json",
15574 "session",
15575 "settings",
15576 "settings_ui",
15577 "shellexpand 2.1.2",
15578 "simplelog",
15579 "smol",
15580 "snippet_provider",
15581 "snippets_ui",
15582 "supermaven",
15583 "sysinfo",
15584 "tab_switcher",
15585 "task",
15586 "tasks_ui",
15587 "telemetry_events",
15588 "terminal_view",
15589 "theme",
15590 "theme_selector",
15591 "time",
15592 "toolchain_selector",
15593 "tree-sitter-md",
15594 "tree-sitter-rust",
15595 "ui",
15596 "url",
15597 "urlencoding",
15598 "util",
15599 "uuid",
15600 "vim",
15601 "welcome",
15602 "windows 0.58.0",
15603 "winresource",
15604 "workspace",
15605 "zed_actions",
15606]
15607
15608[[package]]
15609name = "zed_actions"
15610version = "0.1.0"
15611dependencies = [
15612 "gpui",
15613 "serde",
15614]
15615
15616[[package]]
15617name = "zed_astro"
15618version = "0.1.1"
15619dependencies = [
15620 "serde",
15621 "zed_extension_api 0.1.0",
15622]
15623
15624[[package]]
15625name = "zed_clojure"
15626version = "0.0.3"
15627dependencies = [
15628 "zed_extension_api 0.1.0",
15629]
15630
15631[[package]]
15632name = "zed_csharp"
15633version = "0.0.2"
15634dependencies = [
15635 "zed_extension_api 0.1.0",
15636]
15637
15638[[package]]
15639name = "zed_deno"
15640version = "0.0.2"
15641dependencies = [
15642 "zed_extension_api 0.1.0",
15643]
15644
15645[[package]]
15646name = "zed_elixir"
15647version = "0.1.1"
15648dependencies = [
15649 "zed_extension_api 0.1.0",
15650]
15651
15652[[package]]
15653name = "zed_elm"
15654version = "0.0.1"
15655dependencies = [
15656 "zed_extension_api 0.1.0",
15657]
15658
15659[[package]]
15660name = "zed_emmet"
15661version = "0.0.3"
15662dependencies = [
15663 "zed_extension_api 0.1.0",
15664]
15665
15666[[package]]
15667name = "zed_erlang"
15668version = "0.1.0"
15669dependencies = [
15670 "zed_extension_api 0.1.0",
15671]
15672
15673[[package]]
15674name = "zed_extension_api"
15675version = "0.1.0"
15676source = "registry+https://github.com/rust-lang/crates.io-index"
15677checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
15678dependencies = [
15679 "serde",
15680 "serde_json",
15681 "wit-bindgen",
15682]
15683
15684[[package]]
15685name = "zed_extension_api"
15686version = "0.2.0"
15687dependencies = [
15688 "serde",
15689 "serde_json",
15690 "wit-bindgen",
15691]
15692
15693[[package]]
15694name = "zed_glsl"
15695version = "0.1.0"
15696dependencies = [
15697 "zed_extension_api 0.1.0",
15698]
15699
15700[[package]]
15701name = "zed_haskell"
15702version = "0.1.1"
15703dependencies = [
15704 "zed_extension_api 0.1.0",
15705]
15706
15707[[package]]
15708name = "zed_html"
15709version = "0.1.4"
15710dependencies = [
15711 "zed_extension_api 0.1.0",
15712]
15713
15714[[package]]
15715name = "zed_lua"
15716version = "0.1.0"
15717dependencies = [
15718 "zed_extension_api 0.1.0",
15719]
15720
15721[[package]]
15722name = "zed_ocaml"
15723version = "0.1.0"
15724dependencies = [
15725 "zed_extension_api 0.1.0",
15726]
15727
15728[[package]]
15729name = "zed_php"
15730version = "0.2.2"
15731dependencies = [
15732 "zed_extension_api 0.1.0",
15733]
15734
15735[[package]]
15736name = "zed_prisma"
15737version = "0.0.3"
15738dependencies = [
15739 "zed_extension_api 0.1.0",
15740]
15741
15742[[package]]
15743name = "zed_proto"
15744version = "0.2.0"
15745dependencies = [
15746 "zed_extension_api 0.1.0",
15747]
15748
15749[[package]]
15750name = "zed_purescript"
15751version = "0.0.1"
15752dependencies = [
15753 "zed_extension_api 0.1.0",
15754]
15755
15756[[package]]
15757name = "zed_ruff"
15758version = "0.1.0"
15759dependencies = [
15760 "zed_extension_api 0.1.0",
15761]
15762
15763[[package]]
15764name = "zed_snippets"
15765version = "0.0.5"
15766dependencies = [
15767 "serde_json",
15768 "zed_extension_api 0.1.0",
15769]
15770
15771[[package]]
15772name = "zed_terraform"
15773version = "0.1.1"
15774dependencies = [
15775 "zed_extension_api 0.1.0",
15776]
15777
15778[[package]]
15779name = "zed_test_extension"
15780version = "0.1.0"
15781dependencies = [
15782 "zed_extension_api 0.2.0",
15783]
15784
15785[[package]]
15786name = "zed_toml"
15787version = "0.1.1"
15788dependencies = [
15789 "zed_extension_api 0.1.0",
15790]
15791
15792[[package]]
15793name = "zed_uiua"
15794version = "0.0.1"
15795dependencies = [
15796 "zed_extension_api 0.1.0",
15797]
15798
15799[[package]]
15800name = "zed_zig"
15801version = "0.3.1"
15802dependencies = [
15803 "zed_extension_api 0.1.0",
15804]
15805
15806[[package]]
15807name = "zeno"
15808version = "0.2.3"
15809source = "registry+https://github.com/rust-lang/crates.io-index"
15810checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
15811
15812[[package]]
15813name = "zerocopy"
15814version = "0.7.35"
15815source = "registry+https://github.com/rust-lang/crates.io-index"
15816checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
15817dependencies = [
15818 "byteorder",
15819 "zerocopy-derive",
15820]
15821
15822[[package]]
15823name = "zerocopy-derive"
15824version = "0.7.35"
15825source = "registry+https://github.com/rust-lang/crates.io-index"
15826checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
15827dependencies = [
15828 "proc-macro2",
15829 "quote",
15830 "syn 2.0.87",
15831]
15832
15833[[package]]
15834name = "zeroize"
15835version = "1.8.1"
15836source = "registry+https://github.com/rust-lang/crates.io-index"
15837checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
15838dependencies = [
15839 "zeroize_derive",
15840]
15841
15842[[package]]
15843name = "zeroize_derive"
15844version = "1.4.2"
15845source = "registry+https://github.com/rust-lang/crates.io-index"
15846checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
15847dependencies = [
15848 "proc-macro2",
15849 "quote",
15850 "syn 2.0.87",
15851]
15852
15853[[package]]
15854name = "zeromq"
15855version = "0.4.0"
15856source = "registry+https://github.com/rust-lang/crates.io-index"
15857checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
15858dependencies = [
15859 "async-dispatcher",
15860 "async-std",
15861 "async-trait",
15862 "asynchronous-codec",
15863 "bytes 1.7.2",
15864 "crossbeam-queue",
15865 "dashmap 5.5.3",
15866 "futures-channel",
15867 "futures-io",
15868 "futures-task",
15869 "futures-util",
15870 "log",
15871 "num-traits",
15872 "once_cell",
15873 "parking_lot",
15874 "rand 0.8.5",
15875 "regex",
15876 "thiserror",
15877 "uuid",
15878]
15879
15880[[package]]
15881name = "zip"
15882version = "0.6.6"
15883source = "registry+https://github.com/rust-lang/crates.io-index"
15884checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
15885dependencies = [
15886 "aes",
15887 "byteorder",
15888 "bzip2",
15889 "constant_time_eq 0.1.5",
15890 "crc32fast",
15891 "crossbeam-utils",
15892 "flate2",
15893 "hmac",
15894 "pbkdf2 0.11.0",
15895 "sha1",
15896 "time",
15897 "zstd",
15898]
15899
15900[[package]]
15901name = "zstd"
15902version = "0.11.2+zstd.1.5.2"
15903source = "registry+https://github.com/rust-lang/crates.io-index"
15904checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
15905dependencies = [
15906 "zstd-safe",
15907]
15908
15909[[package]]
15910name = "zstd-safe"
15911version = "5.0.2+zstd.1.5.2"
15912source = "registry+https://github.com/rust-lang/crates.io-index"
15913checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
15914dependencies = [
15915 "libc",
15916 "zstd-sys",
15917]
15918
15919[[package]]
15920name = "zstd-sys"
15921version = "2.0.13+zstd.1.5.6"
15922source = "registry+https://github.com/rust-lang/crates.io-index"
15923checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
15924dependencies = [
15925 "cc",
15926 "pkg-config",
15927]
15928
15929[[package]]
15930name = "zune-core"
15931version = "0.4.12"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
15934
15935[[package]]
15936name = "zune-inflate"
15937version = "0.2.54"
15938source = "registry+https://github.com/rust-lang/crates.io-index"
15939checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
15940dependencies = [
15941 "simd-adler32",
15942]
15943
15944[[package]]
15945name = "zune-jpeg"
15946version = "0.4.13"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
15949dependencies = [
15950 "zune-core",
15951]
15952
15953[[package]]
15954name = "zvariant"
15955version = "4.2.0"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
15958dependencies = [
15959 "endi",
15960 "enumflags2",
15961 "serde",
15962 "static_assertions",
15963 "url",
15964 "zvariant_derive",
15965]
15966
15967[[package]]
15968name = "zvariant_derive"
15969version = "4.2.0"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
15972dependencies = [
15973 "proc-macro-crate",
15974 "proc-macro2",
15975 "quote",
15976 "syn 2.0.87",
15977 "zvariant_utils",
15978]
15979
15980[[package]]
15981name = "zvariant_utils"
15982version = "2.1.0"
15983source = "registry+https://github.com/rust-lang/crates.io-index"
15984checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
15985dependencies = [
15986 "proc-macro2",
15987 "quote",
15988 "syn 2.0.87",
15989]