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