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