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