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