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