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