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.5"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
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.4"
6320source = "registry+https://github.com/rust-lang/crates.io-index"
6321checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6322dependencies = [
6323 "cc",
6324 "doxygen-rs",
6325 "libc",
6326]
6327
6328[[package]]
6329name = "lock_api"
6330version = "0.4.12"
6331source = "registry+https://github.com/rust-lang/crates.io-index"
6332checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6333dependencies = [
6334 "autocfg",
6335 "scopeguard",
6336]
6337
6338[[package]]
6339name = "log"
6340version = "0.4.22"
6341source = "registry+https://github.com/rust-lang/crates.io-index"
6342checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6343dependencies = [
6344 "serde",
6345 "value-bag",
6346]
6347
6348[[package]]
6349name = "loop9"
6350version = "0.1.5"
6351source = "registry+https://github.com/rust-lang/crates.io-index"
6352checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6353dependencies = [
6354 "imgref",
6355]
6356
6357[[package]]
6358name = "lru"
6359version = "0.12.4"
6360source = "registry+https://github.com/rust-lang/crates.io-index"
6361checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6362dependencies = [
6363 "hashbrown 0.14.5",
6364]
6365
6366[[package]]
6367name = "lsp"
6368version = "0.1.0"
6369dependencies = [
6370 "anyhow",
6371 "async-pipe",
6372 "collections",
6373 "ctor",
6374 "env_logger",
6375 "futures 0.3.30",
6376 "gpui",
6377 "log",
6378 "lsp-types",
6379 "parking_lot",
6380 "postage",
6381 "release_channel",
6382 "serde",
6383 "serde_json",
6384 "smol",
6385 "util",
6386 "windows 0.58.0",
6387]
6388
6389[[package]]
6390name = "lsp-types"
6391version = "0.95.1"
6392source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
6393dependencies = [
6394 "bitflags 1.3.2",
6395 "serde",
6396 "serde_json",
6397 "serde_repr",
6398 "url",
6399]
6400
6401[[package]]
6402name = "lz4"
6403version = "1.26.0"
6404source = "registry+https://github.com/rust-lang/crates.io-index"
6405checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
6406dependencies = [
6407 "libc",
6408 "lz4-sys",
6409]
6410
6411[[package]]
6412name = "lz4-sys"
6413version = "1.10.0"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
6416dependencies = [
6417 "cc",
6418 "libc",
6419]
6420
6421[[package]]
6422name = "mac"
6423version = "0.1.1"
6424source = "registry+https://github.com/rust-lang/crates.io-index"
6425checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6426
6427[[package]]
6428name = "mach2"
6429version = "0.4.2"
6430source = "registry+https://github.com/rust-lang/crates.io-index"
6431checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
6432dependencies = [
6433 "libc",
6434]
6435
6436[[package]]
6437name = "malloc_buf"
6438version = "0.0.6"
6439source = "registry+https://github.com/rust-lang/crates.io-index"
6440checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6441dependencies = [
6442 "libc",
6443]
6444
6445[[package]]
6446name = "markdown"
6447version = "0.1.0"
6448dependencies = [
6449 "anyhow",
6450 "assets",
6451 "env_logger",
6452 "futures 0.3.30",
6453 "gpui",
6454 "language",
6455 "languages",
6456 "linkify",
6457 "log",
6458 "node_runtime",
6459 "pulldown-cmark",
6460 "settings",
6461 "theme",
6462 "ui",
6463 "util",
6464]
6465
6466[[package]]
6467name = "markdown_preview"
6468version = "0.1.0"
6469dependencies = [
6470 "anyhow",
6471 "async-recursion 1.1.1",
6472 "collections",
6473 "editor",
6474 "gpui",
6475 "language",
6476 "linkify",
6477 "log",
6478 "pretty_assertions",
6479 "pulldown-cmark",
6480 "theme",
6481 "ui",
6482 "workspace",
6483]
6484
6485[[package]]
6486name = "markup5ever"
6487version = "0.12.1"
6488source = "registry+https://github.com/rust-lang/crates.io-index"
6489checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
6490dependencies = [
6491 "log",
6492 "phf",
6493 "phf_codegen",
6494 "string_cache",
6495 "string_cache_codegen",
6496 "tendril",
6497]
6498
6499[[package]]
6500name = "markup5ever_rcdom"
6501version = "0.3.0"
6502source = "registry+https://github.com/rust-lang/crates.io-index"
6503checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
6504dependencies = [
6505 "html5ever",
6506 "markup5ever",
6507 "tendril",
6508 "xml5ever",
6509]
6510
6511[[package]]
6512name = "matchers"
6513version = "0.1.0"
6514source = "registry+https://github.com/rust-lang/crates.io-index"
6515checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6516dependencies = [
6517 "regex-automata 0.1.10",
6518]
6519
6520[[package]]
6521name = "matchit"
6522version = "0.7.3"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6525
6526[[package]]
6527name = "maybe-owned"
6528version = "0.3.4"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6531
6532[[package]]
6533name = "maybe-rayon"
6534version = "0.1.1"
6535source = "registry+https://github.com/rust-lang/crates.io-index"
6536checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
6537dependencies = [
6538 "cfg-if",
6539]
6540
6541[[package]]
6542name = "md-5"
6543version = "0.10.6"
6544source = "registry+https://github.com/rust-lang/crates.io-index"
6545checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
6546dependencies = [
6547 "cfg-if",
6548 "digest",
6549]
6550
6551[[package]]
6552name = "media"
6553version = "0.1.0"
6554dependencies = [
6555 "anyhow",
6556 "bindgen 0.65.1",
6557 "core-foundation",
6558 "foreign-types 0.5.0",
6559 "metal",
6560 "objc",
6561]
6562
6563[[package]]
6564name = "memchr"
6565version = "2.7.4"
6566source = "registry+https://github.com/rust-lang/crates.io-index"
6567checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
6568
6569[[package]]
6570name = "memfd"
6571version = "0.6.4"
6572source = "registry+https://github.com/rust-lang/crates.io-index"
6573checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6574dependencies = [
6575 "rustix 0.38.34",
6576]
6577
6578[[package]]
6579name = "memmap2"
6580version = "0.9.4"
6581source = "registry+https://github.com/rust-lang/crates.io-index"
6582checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6583dependencies = [
6584 "libc",
6585]
6586
6587[[package]]
6588name = "memoffset"
6589version = "0.9.1"
6590source = "registry+https://github.com/rust-lang/crates.io-index"
6591checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
6592dependencies = [
6593 "autocfg",
6594]
6595
6596[[package]]
6597name = "menu"
6598version = "0.1.0"
6599dependencies = [
6600 "gpui",
6601 "serde",
6602]
6603
6604[[package]]
6605name = "metal"
6606version = "0.29.0"
6607source = "registry+https://github.com/rust-lang/crates.io-index"
6608checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
6609dependencies = [
6610 "bitflags 2.6.0",
6611 "block",
6612 "core-graphics-types",
6613 "foreign-types 0.5.0",
6614 "log",
6615 "objc",
6616 "paste",
6617]
6618
6619[[package]]
6620name = "mimalloc"
6621version = "0.1.43"
6622source = "registry+https://github.com/rust-lang/crates.io-index"
6623checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
6624dependencies = [
6625 "libmimalloc-sys",
6626]
6627
6628[[package]]
6629name = "mime"
6630version = "0.3.17"
6631source = "registry+https://github.com/rust-lang/crates.io-index"
6632checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
6633
6634[[package]]
6635name = "minimal-lexical"
6636version = "0.2.1"
6637source = "registry+https://github.com/rust-lang/crates.io-index"
6638checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
6639
6640[[package]]
6641name = "miniz_oxide"
6642version = "0.7.4"
6643source = "registry+https://github.com/rust-lang/crates.io-index"
6644checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
6645dependencies = [
6646 "adler",
6647 "simd-adler32",
6648]
6649
6650[[package]]
6651name = "mint"
6652version = "0.5.9"
6653source = "registry+https://github.com/rust-lang/crates.io-index"
6654checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
6655
6656[[package]]
6657name = "mio"
6658version = "0.8.11"
6659source = "registry+https://github.com/rust-lang/crates.io-index"
6660checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
6661dependencies = [
6662 "libc",
6663 "log",
6664 "wasi 0.11.0+wasi-snapshot-preview1",
6665 "windows-sys 0.48.0",
6666]
6667
6668[[package]]
6669name = "mio"
6670version = "1.0.1"
6671source = "registry+https://github.com/rust-lang/crates.io-index"
6672checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
6673dependencies = [
6674 "hermit-abi 0.3.9",
6675 "libc",
6676 "log",
6677 "wasi 0.11.0+wasi-snapshot-preview1",
6678 "windows-sys 0.52.0",
6679]
6680
6681[[package]]
6682name = "miow"
6683version = "0.6.0"
6684source = "registry+https://github.com/rust-lang/crates.io-index"
6685checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
6686dependencies = [
6687 "windows-sys 0.48.0",
6688]
6689
6690[[package]]
6691name = "multi_buffer"
6692version = "0.1.0"
6693dependencies = [
6694 "anyhow",
6695 "clock",
6696 "collections",
6697 "ctor",
6698 "env_logger",
6699 "futures 0.3.30",
6700 "git",
6701 "gpui",
6702 "itertools 0.11.0",
6703 "language",
6704 "log",
6705 "parking_lot",
6706 "rand 0.8.5",
6707 "serde",
6708 "settings",
6709 "smallvec",
6710 "sum_tree",
6711 "text",
6712 "theme",
6713 "util",
6714]
6715
6716[[package]]
6717name = "multimap"
6718version = "0.8.3"
6719source = "registry+https://github.com/rust-lang/crates.io-index"
6720checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
6721
6722[[package]]
6723name = "naga"
6724version = "22.1.0"
6725source = "registry+https://github.com/rust-lang/crates.io-index"
6726checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
6727dependencies = [
6728 "arrayvec",
6729 "bit-set 0.6.0",
6730 "bitflags 2.6.0",
6731 "cfg_aliases 0.1.1",
6732 "codespan-reporting",
6733 "hexf-parse",
6734 "indexmap 2.3.0",
6735 "log",
6736 "rustc-hash",
6737 "spirv",
6738 "termcolor",
6739 "thiserror",
6740 "unicode-xid",
6741]
6742
6743[[package]]
6744name = "nanoid"
6745version = "0.4.0"
6746source = "registry+https://github.com/rust-lang/crates.io-index"
6747checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
6748dependencies = [
6749 "rand 0.8.5",
6750]
6751
6752[[package]]
6753name = "nanorand"
6754version = "0.7.0"
6755source = "registry+https://github.com/rust-lang/crates.io-index"
6756checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
6757dependencies = [
6758 "getrandom 0.2.15",
6759]
6760
6761[[package]]
6762name = "native-tls"
6763version = "0.2.12"
6764source = "registry+https://github.com/rust-lang/crates.io-index"
6765checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
6766dependencies = [
6767 "libc",
6768 "log",
6769 "openssl",
6770 "openssl-probe",
6771 "openssl-sys",
6772 "schannel",
6773 "security-framework",
6774 "security-framework-sys",
6775 "tempfile",
6776]
6777
6778[[package]]
6779name = "ndk"
6780version = "0.8.0"
6781source = "registry+https://github.com/rust-lang/crates.io-index"
6782checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
6783dependencies = [
6784 "bitflags 2.6.0",
6785 "jni-sys",
6786 "log",
6787 "ndk-sys",
6788 "num_enum",
6789 "thiserror",
6790]
6791
6792[[package]]
6793name = "ndk-context"
6794version = "0.1.1"
6795source = "registry+https://github.com/rust-lang/crates.io-index"
6796checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
6797
6798[[package]]
6799name = "ndk-sys"
6800version = "0.5.0+25.2.9519653"
6801source = "registry+https://github.com/rust-lang/crates.io-index"
6802checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
6803dependencies = [
6804 "jni-sys",
6805]
6806
6807[[package]]
6808name = "new_debug_unreachable"
6809version = "1.0.6"
6810source = "registry+https://github.com/rust-lang/crates.io-index"
6811checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
6812
6813[[package]]
6814name = "nix"
6815version = "0.28.0"
6816source = "registry+https://github.com/rust-lang/crates.io-index"
6817checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
6818dependencies = [
6819 "bitflags 2.6.0",
6820 "cfg-if",
6821 "cfg_aliases 0.1.1",
6822 "libc",
6823]
6824
6825[[package]]
6826name = "nix"
6827version = "0.29.0"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
6830dependencies = [
6831 "bitflags 2.6.0",
6832 "cfg-if",
6833 "cfg_aliases 0.2.1",
6834 "libc",
6835 "memoffset",
6836]
6837
6838[[package]]
6839name = "node_runtime"
6840version = "0.1.0"
6841dependencies = [
6842 "anyhow",
6843 "async-compression",
6844 "async-std",
6845 "async-tar",
6846 "async-trait",
6847 "async_zip",
6848 "futures 0.3.30",
6849 "http_client",
6850 "log",
6851 "paths",
6852 "semver",
6853 "serde",
6854 "serde_json",
6855 "smol",
6856 "tempfile",
6857 "util",
6858 "walkdir",
6859 "windows 0.58.0",
6860]
6861
6862[[package]]
6863name = "nom"
6864version = "7.1.3"
6865source = "registry+https://github.com/rust-lang/crates.io-index"
6866checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
6867dependencies = [
6868 "memchr",
6869 "minimal-lexical",
6870]
6871
6872[[package]]
6873name = "noop_proc_macro"
6874version = "0.3.0"
6875source = "registry+https://github.com/rust-lang/crates.io-index"
6876checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
6877
6878[[package]]
6879name = "notifications"
6880version = "0.1.0"
6881dependencies = [
6882 "anyhow",
6883 "channel",
6884 "client",
6885 "collections",
6886 "db",
6887 "gpui",
6888 "rpc",
6889 "settings",
6890 "sum_tree",
6891 "time",
6892 "util",
6893]
6894
6895[[package]]
6896name = "notify"
6897version = "6.1.1"
6898source = "registry+https://github.com/rust-lang/crates.io-index"
6899checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
6900dependencies = [
6901 "bitflags 2.6.0",
6902 "crossbeam-channel",
6903 "filetime",
6904 "fsevent-sys 4.1.0",
6905 "inotify",
6906 "kqueue",
6907 "libc",
6908 "log",
6909 "mio 0.8.11",
6910 "walkdir",
6911 "windows-sys 0.48.0",
6912]
6913
6914[[package]]
6915name = "ntapi"
6916version = "0.4.1"
6917source = "registry+https://github.com/rust-lang/crates.io-index"
6918checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
6919dependencies = [
6920 "winapi",
6921]
6922
6923[[package]]
6924name = "nu-ansi-term"
6925version = "0.46.0"
6926source = "registry+https://github.com/rust-lang/crates.io-index"
6927checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
6928dependencies = [
6929 "overload",
6930 "winapi",
6931]
6932
6933[[package]]
6934name = "num"
6935version = "0.4.3"
6936source = "registry+https://github.com/rust-lang/crates.io-index"
6937checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
6938dependencies = [
6939 "num-bigint",
6940 "num-complex",
6941 "num-integer",
6942 "num-iter",
6943 "num-rational",
6944 "num-traits",
6945]
6946
6947[[package]]
6948name = "num-bigint"
6949version = "0.4.6"
6950source = "registry+https://github.com/rust-lang/crates.io-index"
6951checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
6952dependencies = [
6953 "num-integer",
6954 "num-traits",
6955]
6956
6957[[package]]
6958name = "num-bigint-dig"
6959version = "0.8.4"
6960source = "registry+https://github.com/rust-lang/crates.io-index"
6961checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
6962dependencies = [
6963 "byteorder",
6964 "lazy_static",
6965 "libm",
6966 "num-integer",
6967 "num-iter",
6968 "num-traits",
6969 "rand 0.8.5",
6970 "serde",
6971 "smallvec",
6972 "zeroize",
6973]
6974
6975[[package]]
6976name = "num-complex"
6977version = "0.4.6"
6978source = "registry+https://github.com/rust-lang/crates.io-index"
6979checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
6980dependencies = [
6981 "num-traits",
6982]
6983
6984[[package]]
6985name = "num-conv"
6986version = "0.1.0"
6987source = "registry+https://github.com/rust-lang/crates.io-index"
6988checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
6989
6990[[package]]
6991name = "num-derive"
6992version = "0.4.2"
6993source = "registry+https://github.com/rust-lang/crates.io-index"
6994checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
6995dependencies = [
6996 "proc-macro2",
6997 "quote",
6998 "syn 2.0.72",
6999]
7000
7001[[package]]
7002name = "num-format"
7003version = "0.4.4"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7006dependencies = [
7007 "arrayvec",
7008 "itoa",
7009]
7010
7011[[package]]
7012name = "num-integer"
7013version = "0.1.46"
7014source = "registry+https://github.com/rust-lang/crates.io-index"
7015checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7016dependencies = [
7017 "num-traits",
7018]
7019
7020[[package]]
7021name = "num-iter"
7022version = "0.1.45"
7023source = "registry+https://github.com/rust-lang/crates.io-index"
7024checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7025dependencies = [
7026 "autocfg",
7027 "num-integer",
7028 "num-traits",
7029]
7030
7031[[package]]
7032name = "num-rational"
7033version = "0.4.2"
7034source = "registry+https://github.com/rust-lang/crates.io-index"
7035checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7036dependencies = [
7037 "num-bigint",
7038 "num-integer",
7039 "num-traits",
7040]
7041
7042[[package]]
7043name = "num-traits"
7044version = "0.2.19"
7045source = "registry+https://github.com/rust-lang/crates.io-index"
7046checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7047dependencies = [
7048 "autocfg",
7049 "libm",
7050]
7051
7052[[package]]
7053name = "num_cpus"
7054version = "1.16.0"
7055source = "registry+https://github.com/rust-lang/crates.io-index"
7056checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7057dependencies = [
7058 "hermit-abi 0.3.9",
7059 "libc",
7060]
7061
7062[[package]]
7063name = "num_enum"
7064version = "0.7.3"
7065source = "registry+https://github.com/rust-lang/crates.io-index"
7066checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7067dependencies = [
7068 "num_enum_derive",
7069]
7070
7071[[package]]
7072name = "num_enum_derive"
7073version = "0.7.3"
7074source = "registry+https://github.com/rust-lang/crates.io-index"
7075checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7076dependencies = [
7077 "proc-macro-crate",
7078 "proc-macro2",
7079 "quote",
7080 "syn 2.0.72",
7081]
7082
7083[[package]]
7084name = "num_threads"
7085version = "0.1.7"
7086source = "registry+https://github.com/rust-lang/crates.io-index"
7087checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7088dependencies = [
7089 "libc",
7090]
7091
7092[[package]]
7093name = "nvim-rs"
7094version = "0.8.0-pre"
7095source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7096dependencies = [
7097 "async-trait",
7098 "futures 0.3.30",
7099 "log",
7100 "parity-tokio-ipc",
7101 "rmp",
7102 "rmpv",
7103 "tokio",
7104 "tokio-util",
7105 "winapi",
7106]
7107
7108[[package]]
7109name = "objc"
7110version = "0.2.7"
7111source = "registry+https://github.com/rust-lang/crates.io-index"
7112checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7113dependencies = [
7114 "malloc_buf",
7115]
7116
7117[[package]]
7118name = "object"
7119version = "0.33.0"
7120source = "registry+https://github.com/rust-lang/crates.io-index"
7121checksum = "d8dd6c0cdf9429bce006e1362bfce61fa1bfd8c898a643ed8d2b471934701d3d"
7122dependencies = [
7123 "crc32fast",
7124 "hashbrown 0.14.5",
7125 "indexmap 2.3.0",
7126 "memchr",
7127]
7128
7129[[package]]
7130name = "object"
7131version = "0.36.2"
7132source = "registry+https://github.com/rust-lang/crates.io-index"
7133checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
7134dependencies = [
7135 "memchr",
7136]
7137
7138[[package]]
7139name = "oboe"
7140version = "0.6.1"
7141source = "registry+https://github.com/rust-lang/crates.io-index"
7142checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7143dependencies = [
7144 "jni",
7145 "ndk",
7146 "ndk-context",
7147 "num-derive",
7148 "num-traits",
7149 "oboe-sys",
7150]
7151
7152[[package]]
7153name = "oboe-sys"
7154version = "0.6.1"
7155source = "registry+https://github.com/rust-lang/crates.io-index"
7156checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7157dependencies = [
7158 "cc",
7159]
7160
7161[[package]]
7162name = "ollama"
7163version = "0.1.0"
7164dependencies = [
7165 "anyhow",
7166 "futures 0.3.30",
7167 "http_client",
7168 "isahc",
7169 "schemars",
7170 "serde",
7171 "serde_json",
7172]
7173
7174[[package]]
7175name = "once_cell"
7176version = "1.19.0"
7177source = "registry+https://github.com/rust-lang/crates.io-index"
7178checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7179
7180[[package]]
7181name = "oo7"
7182version = "0.3.3"
7183source = "registry+https://github.com/rust-lang/crates.io-index"
7184checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7185dependencies = [
7186 "aes",
7187 "async-fs 2.1.2",
7188 "async-io 2.3.3",
7189 "async-lock 3.4.0",
7190 "async-net 2.0.0",
7191 "blocking",
7192 "cbc",
7193 "cipher",
7194 "digest",
7195 "endi",
7196 "futures-lite 2.3.0",
7197 "futures-util",
7198 "hkdf",
7199 "hmac",
7200 "md-5",
7201 "num",
7202 "num-bigint-dig",
7203 "pbkdf2",
7204 "rand 0.8.5",
7205 "serde",
7206 "sha2",
7207 "subtle",
7208 "zbus",
7209 "zeroize",
7210 "zvariant",
7211]
7212
7213[[package]]
7214name = "oorandom"
7215version = "11.1.4"
7216source = "registry+https://github.com/rust-lang/crates.io-index"
7217checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7218
7219[[package]]
7220name = "open"
7221version = "5.3.0"
7222source = "registry+https://github.com/rust-lang/crates.io-index"
7223checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7224dependencies = [
7225 "is-wsl",
7226 "libc",
7227 "pathdiff",
7228]
7229
7230[[package]]
7231name = "open_ai"
7232version = "0.1.0"
7233dependencies = [
7234 "anyhow",
7235 "futures 0.3.30",
7236 "http_client",
7237 "isahc",
7238 "schemars",
7239 "serde",
7240 "serde_json",
7241 "strum",
7242]
7243
7244[[package]]
7245name = "openssl"
7246version = "0.10.66"
7247source = "registry+https://github.com/rust-lang/crates.io-index"
7248checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7249dependencies = [
7250 "bitflags 2.6.0",
7251 "cfg-if",
7252 "foreign-types 0.3.2",
7253 "libc",
7254 "once_cell",
7255 "openssl-macros",
7256 "openssl-sys",
7257]
7258
7259[[package]]
7260name = "openssl-macros"
7261version = "0.1.1"
7262source = "registry+https://github.com/rust-lang/crates.io-index"
7263checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7264dependencies = [
7265 "proc-macro2",
7266 "quote",
7267 "syn 2.0.72",
7268]
7269
7270[[package]]
7271name = "openssl-probe"
7272version = "0.1.5"
7273source = "registry+https://github.com/rust-lang/crates.io-index"
7274checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7275
7276[[package]]
7277name = "openssl-src"
7278version = "300.3.1+3.3.1"
7279source = "registry+https://github.com/rust-lang/crates.io-index"
7280checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
7281dependencies = [
7282 "cc",
7283]
7284
7285[[package]]
7286name = "openssl-sys"
7287version = "0.9.103"
7288source = "registry+https://github.com/rust-lang/crates.io-index"
7289checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
7290dependencies = [
7291 "cc",
7292 "libc",
7293 "openssl-src",
7294 "pkg-config",
7295 "vcpkg",
7296]
7297
7298[[package]]
7299name = "option-ext"
7300version = "0.2.0"
7301source = "registry+https://github.com/rust-lang/crates.io-index"
7302checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7303
7304[[package]]
7305name = "ordered-float"
7306version = "2.10.1"
7307source = "registry+https://github.com/rust-lang/crates.io-index"
7308checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
7309dependencies = [
7310 "num-traits",
7311]
7312
7313[[package]]
7314name = "ordered-float"
7315version = "3.9.2"
7316source = "registry+https://github.com/rust-lang/crates.io-index"
7317checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
7318dependencies = [
7319 "num-traits",
7320]
7321
7322[[package]]
7323name = "ordered-stream"
7324version = "0.2.0"
7325source = "registry+https://github.com/rust-lang/crates.io-index"
7326checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7327dependencies = [
7328 "futures-core",
7329 "pin-project-lite",
7330]
7331
7332[[package]]
7333name = "ouroboros"
7334version = "0.17.2"
7335source = "registry+https://github.com/rust-lang/crates.io-index"
7336checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7337dependencies = [
7338 "aliasable",
7339 "ouroboros_macro",
7340 "static_assertions",
7341]
7342
7343[[package]]
7344name = "ouroboros_macro"
7345version = "0.17.2"
7346source = "registry+https://github.com/rust-lang/crates.io-index"
7347checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7348dependencies = [
7349 "heck 0.4.1",
7350 "proc-macro-error",
7351 "proc-macro2",
7352 "quote",
7353 "syn 2.0.72",
7354]
7355
7356[[package]]
7357name = "outline"
7358version = "0.1.0"
7359dependencies = [
7360 "editor",
7361 "fuzzy",
7362 "gpui",
7363 "indoc",
7364 "language",
7365 "menu",
7366 "ordered-float 2.10.1",
7367 "picker",
7368 "project",
7369 "rope",
7370 "serde_json",
7371 "smol",
7372 "theme",
7373 "tree-sitter-rust",
7374 "tree-sitter-typescript",
7375 "ui",
7376 "util",
7377 "workspace",
7378]
7379
7380[[package]]
7381name = "outline_panel"
7382version = "0.1.0"
7383dependencies = [
7384 "anyhow",
7385 "collections",
7386 "db",
7387 "editor",
7388 "file_icons",
7389 "fuzzy",
7390 "gpui",
7391 "itertools 0.11.0",
7392 "language",
7393 "log",
7394 "menu",
7395 "project",
7396 "schemars",
7397 "serde",
7398 "serde_json",
7399 "settings",
7400 "util",
7401 "workspace",
7402 "worktree",
7403]
7404
7405[[package]]
7406name = "outref"
7407version = "0.5.1"
7408source = "registry+https://github.com/rust-lang/crates.io-index"
7409checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7410
7411[[package]]
7412name = "overload"
7413version = "0.1.1"
7414source = "registry+https://github.com/rust-lang/crates.io-index"
7415checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7416
7417[[package]]
7418name = "p256"
7419version = "0.11.1"
7420source = "registry+https://github.com/rust-lang/crates.io-index"
7421checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7422dependencies = [
7423 "ecdsa",
7424 "elliptic-curve",
7425 "sha2",
7426]
7427
7428[[package]]
7429name = "page_size"
7430version = "0.6.0"
7431source = "registry+https://github.com/rust-lang/crates.io-index"
7432checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7433dependencies = [
7434 "libc",
7435 "winapi",
7436]
7437
7438[[package]]
7439name = "palette"
7440version = "0.7.6"
7441source = "registry+https://github.com/rust-lang/crates.io-index"
7442checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
7443dependencies = [
7444 "approx",
7445 "fast-srgb8",
7446 "palette_derive",
7447]
7448
7449[[package]]
7450name = "palette_derive"
7451version = "0.7.6"
7452source = "registry+https://github.com/rust-lang/crates.io-index"
7453checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
7454dependencies = [
7455 "by_address",
7456 "proc-macro2",
7457 "quote",
7458 "syn 2.0.72",
7459]
7460
7461[[package]]
7462name = "parity-tokio-ipc"
7463version = "0.9.0"
7464source = "registry+https://github.com/rust-lang/crates.io-index"
7465checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7466dependencies = [
7467 "futures 0.3.30",
7468 "libc",
7469 "log",
7470 "rand 0.7.3",
7471 "tokio",
7472 "winapi",
7473]
7474
7475[[package]]
7476name = "parking"
7477version = "2.2.0"
7478source = "registry+https://github.com/rust-lang/crates.io-index"
7479checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
7480
7481[[package]]
7482name = "parking_lot"
7483version = "0.12.3"
7484source = "registry+https://github.com/rust-lang/crates.io-index"
7485checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
7486dependencies = [
7487 "lock_api",
7488 "parking_lot_core",
7489]
7490
7491[[package]]
7492name = "parking_lot_core"
7493version = "0.9.10"
7494source = "registry+https://github.com/rust-lang/crates.io-index"
7495checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
7496dependencies = [
7497 "cfg-if",
7498 "libc",
7499 "redox_syscall 0.5.3",
7500 "smallvec",
7501 "windows-targets 0.52.6",
7502]
7503
7504[[package]]
7505name = "password-hash"
7506version = "0.5.0"
7507source = "registry+https://github.com/rust-lang/crates.io-index"
7508checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
7509dependencies = [
7510 "base64ct",
7511 "rand_core 0.6.4",
7512 "subtle",
7513]
7514
7515[[package]]
7516name = "paste"
7517version = "1.0.15"
7518source = "registry+https://github.com/rust-lang/crates.io-index"
7519checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
7520
7521[[package]]
7522name = "pathdiff"
7523version = "0.2.1"
7524source = "registry+https://github.com/rust-lang/crates.io-index"
7525checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
7526
7527[[package]]
7528name = "pathfinder_geometry"
7529version = "0.5.1"
7530source = "registry+https://github.com/rust-lang/crates.io-index"
7531checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
7532dependencies = [
7533 "log",
7534 "pathfinder_simd",
7535]
7536
7537[[package]]
7538name = "pathfinder_simd"
7539version = "0.5.4"
7540source = "registry+https://github.com/rust-lang/crates.io-index"
7541checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
7542dependencies = [
7543 "rustc_version",
7544]
7545
7546[[package]]
7547name = "paths"
7548version = "0.1.0"
7549dependencies = [
7550 "dirs 4.0.0",
7551 "util",
7552]
7553
7554[[package]]
7555name = "pbkdf2"
7556version = "0.12.2"
7557source = "registry+https://github.com/rust-lang/crates.io-index"
7558checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7559dependencies = [
7560 "digest",
7561 "hmac",
7562]
7563
7564[[package]]
7565name = "peeking_take_while"
7566version = "0.1.2"
7567source = "registry+https://github.com/rust-lang/crates.io-index"
7568checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
7569
7570[[package]]
7571name = "pem"
7572version = "3.0.4"
7573source = "registry+https://github.com/rust-lang/crates.io-index"
7574checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
7575dependencies = [
7576 "base64 0.22.1",
7577 "serde",
7578]
7579
7580[[package]]
7581name = "pem-rfc7468"
7582version = "0.7.0"
7583source = "registry+https://github.com/rust-lang/crates.io-index"
7584checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
7585dependencies = [
7586 "base64ct",
7587]
7588
7589[[package]]
7590name = "percent-encoding"
7591version = "2.3.1"
7592source = "registry+https://github.com/rust-lang/crates.io-index"
7593checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
7594
7595[[package]]
7596name = "performance"
7597version = "0.1.0"
7598dependencies = [
7599 "anyhow",
7600 "collections",
7601 "gpui",
7602 "log",
7603 "schemars",
7604 "serde",
7605 "settings",
7606 "util",
7607 "workspace",
7608]
7609
7610[[package]]
7611name = "perplexity"
7612version = "0.1.0"
7613dependencies = [
7614 "serde",
7615 "zed_extension_api 0.1.0",
7616]
7617
7618[[package]]
7619name = "pest"
7620version = "2.7.11"
7621source = "registry+https://github.com/rust-lang/crates.io-index"
7622checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
7623dependencies = [
7624 "memchr",
7625 "thiserror",
7626 "ucd-trie",
7627]
7628
7629[[package]]
7630name = "pest_derive"
7631version = "2.7.11"
7632source = "registry+https://github.com/rust-lang/crates.io-index"
7633checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
7634dependencies = [
7635 "pest",
7636 "pest_generator",
7637]
7638
7639[[package]]
7640name = "pest_generator"
7641version = "2.7.11"
7642source = "registry+https://github.com/rust-lang/crates.io-index"
7643checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
7644dependencies = [
7645 "pest",
7646 "pest_meta",
7647 "proc-macro2",
7648 "quote",
7649 "syn 2.0.72",
7650]
7651
7652[[package]]
7653name = "pest_meta"
7654version = "2.7.11"
7655source = "registry+https://github.com/rust-lang/crates.io-index"
7656checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
7657dependencies = [
7658 "once_cell",
7659 "pest",
7660 "sha2",
7661]
7662
7663[[package]]
7664name = "petgraph"
7665version = "0.6.5"
7666source = "registry+https://github.com/rust-lang/crates.io-index"
7667checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
7668dependencies = [
7669 "fixedbitset",
7670 "indexmap 2.3.0",
7671]
7672
7673[[package]]
7674name = "phf"
7675version = "0.11.2"
7676source = "registry+https://github.com/rust-lang/crates.io-index"
7677checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
7678dependencies = [
7679 "phf_macros",
7680 "phf_shared 0.11.2",
7681]
7682
7683[[package]]
7684name = "phf_codegen"
7685version = "0.11.2"
7686source = "registry+https://github.com/rust-lang/crates.io-index"
7687checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
7688dependencies = [
7689 "phf_generator 0.11.2",
7690 "phf_shared 0.11.2",
7691]
7692
7693[[package]]
7694name = "phf_generator"
7695version = "0.10.0"
7696source = "registry+https://github.com/rust-lang/crates.io-index"
7697checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
7698dependencies = [
7699 "phf_shared 0.10.0",
7700 "rand 0.8.5",
7701]
7702
7703[[package]]
7704name = "phf_generator"
7705version = "0.11.2"
7706source = "registry+https://github.com/rust-lang/crates.io-index"
7707checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
7708dependencies = [
7709 "phf_shared 0.11.2",
7710 "rand 0.8.5",
7711]
7712
7713[[package]]
7714name = "phf_macros"
7715version = "0.11.2"
7716source = "registry+https://github.com/rust-lang/crates.io-index"
7717checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
7718dependencies = [
7719 "phf_generator 0.11.2",
7720 "phf_shared 0.11.2",
7721 "proc-macro2",
7722 "quote",
7723 "syn 2.0.72",
7724]
7725
7726[[package]]
7727name = "phf_shared"
7728version = "0.10.0"
7729source = "registry+https://github.com/rust-lang/crates.io-index"
7730checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
7731dependencies = [
7732 "siphasher 0.3.11",
7733]
7734
7735[[package]]
7736name = "phf_shared"
7737version = "0.11.2"
7738source = "registry+https://github.com/rust-lang/crates.io-index"
7739checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
7740dependencies = [
7741 "siphasher 0.3.11",
7742]
7743
7744[[package]]
7745name = "picker"
7746version = "0.1.0"
7747dependencies = [
7748 "anyhow",
7749 "ctor",
7750 "editor",
7751 "env_logger",
7752 "gpui",
7753 "menu",
7754 "serde",
7755 "serde_json",
7756 "ui",
7757 "workspace",
7758]
7759
7760[[package]]
7761name = "pico-args"
7762version = "0.5.0"
7763source = "registry+https://github.com/rust-lang/crates.io-index"
7764checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
7765
7766[[package]]
7767name = "pin-project"
7768version = "1.1.5"
7769source = "registry+https://github.com/rust-lang/crates.io-index"
7770checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
7771dependencies = [
7772 "pin-project-internal",
7773]
7774
7775[[package]]
7776name = "pin-project-internal"
7777version = "1.1.5"
7778source = "registry+https://github.com/rust-lang/crates.io-index"
7779checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
7780dependencies = [
7781 "proc-macro2",
7782 "quote",
7783 "syn 2.0.72",
7784]
7785
7786[[package]]
7787name = "pin-project-lite"
7788version = "0.2.14"
7789source = "registry+https://github.com/rust-lang/crates.io-index"
7790checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
7791
7792[[package]]
7793name = "pin-utils"
7794version = "0.1.0"
7795source = "registry+https://github.com/rust-lang/crates.io-index"
7796checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
7797
7798[[package]]
7799name = "piper"
7800version = "0.2.3"
7801source = "registry+https://github.com/rust-lang/crates.io-index"
7802checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
7803dependencies = [
7804 "atomic-waker",
7805 "fastrand 2.1.0",
7806 "futures-io",
7807]
7808
7809[[package]]
7810name = "pkcs1"
7811version = "0.7.5"
7812source = "registry+https://github.com/rust-lang/crates.io-index"
7813checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
7814dependencies = [
7815 "der 0.7.9",
7816 "pkcs8 0.10.2",
7817 "spki 0.7.3",
7818]
7819
7820[[package]]
7821name = "pkcs8"
7822version = "0.9.0"
7823source = "registry+https://github.com/rust-lang/crates.io-index"
7824checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
7825dependencies = [
7826 "der 0.6.1",
7827 "spki 0.6.0",
7828]
7829
7830[[package]]
7831name = "pkcs8"
7832version = "0.10.2"
7833source = "registry+https://github.com/rust-lang/crates.io-index"
7834checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
7835dependencies = [
7836 "der 0.7.9",
7837 "spki 0.7.3",
7838]
7839
7840[[package]]
7841name = "pkg-config"
7842version = "0.3.30"
7843source = "registry+https://github.com/rust-lang/crates.io-index"
7844checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
7845
7846[[package]]
7847name = "plist"
7848version = "1.7.0"
7849source = "registry+https://github.com/rust-lang/crates.io-index"
7850checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
7851dependencies = [
7852 "base64 0.22.1",
7853 "indexmap 2.3.0",
7854 "quick-xml 0.32.0",
7855 "serde",
7856 "time",
7857]
7858
7859[[package]]
7860name = "plotters"
7861version = "0.3.6"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
7864dependencies = [
7865 "num-traits",
7866 "plotters-backend",
7867 "plotters-svg",
7868 "wasm-bindgen",
7869 "web-sys",
7870]
7871
7872[[package]]
7873name = "plotters-backend"
7874version = "0.3.6"
7875source = "registry+https://github.com/rust-lang/crates.io-index"
7876checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
7877
7878[[package]]
7879name = "plotters-svg"
7880version = "0.3.6"
7881source = "registry+https://github.com/rust-lang/crates.io-index"
7882checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
7883dependencies = [
7884 "plotters-backend",
7885]
7886
7887[[package]]
7888name = "png"
7889version = "0.17.13"
7890source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
7892dependencies = [
7893 "bitflags 1.3.2",
7894 "crc32fast",
7895 "fdeflate",
7896 "flate2",
7897 "miniz_oxide",
7898]
7899
7900[[package]]
7901name = "polling"
7902version = "2.8.0"
7903source = "registry+https://github.com/rust-lang/crates.io-index"
7904checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
7905dependencies = [
7906 "autocfg",
7907 "bitflags 1.3.2",
7908 "cfg-if",
7909 "concurrent-queue",
7910 "libc",
7911 "log",
7912 "pin-project-lite",
7913 "windows-sys 0.48.0",
7914]
7915
7916[[package]]
7917name = "polling"
7918version = "3.7.2"
7919source = "registry+https://github.com/rust-lang/crates.io-index"
7920checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
7921dependencies = [
7922 "cfg-if",
7923 "concurrent-queue",
7924 "hermit-abi 0.4.0",
7925 "pin-project-lite",
7926 "rustix 0.38.34",
7927 "tracing",
7928 "windows-sys 0.52.0",
7929]
7930
7931[[package]]
7932name = "pollster"
7933version = "0.2.5"
7934source = "registry+https://github.com/rust-lang/crates.io-index"
7935checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
7936
7937[[package]]
7938name = "postage"
7939version = "0.5.0"
7940source = "registry+https://github.com/rust-lang/crates.io-index"
7941checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
7942dependencies = [
7943 "atomic",
7944 "crossbeam-queue",
7945 "futures 0.3.30",
7946 "log",
7947 "parking_lot",
7948 "pin-project",
7949 "pollster",
7950 "static_assertions",
7951 "thiserror",
7952]
7953
7954[[package]]
7955name = "postcard"
7956version = "1.0.8"
7957source = "registry+https://github.com/rust-lang/crates.io-index"
7958checksum = "a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8"
7959dependencies = [
7960 "cobs",
7961 "embedded-io",
7962 "serde",
7963]
7964
7965[[package]]
7966name = "powerfmt"
7967version = "0.2.0"
7968source = "registry+https://github.com/rust-lang/crates.io-index"
7969checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
7970
7971[[package]]
7972name = "ppv-lite86"
7973version = "0.2.20"
7974source = "registry+https://github.com/rust-lang/crates.io-index"
7975checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
7976dependencies = [
7977 "zerocopy",
7978]
7979
7980[[package]]
7981name = "precomputed-hash"
7982version = "0.1.1"
7983source = "registry+https://github.com/rust-lang/crates.io-index"
7984checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
7985
7986[[package]]
7987name = "prettier"
7988version = "0.1.0"
7989dependencies = [
7990 "anyhow",
7991 "collections",
7992 "fs",
7993 "gpui",
7994 "language",
7995 "log",
7996 "lsp",
7997 "node_runtime",
7998 "parking_lot",
7999 "paths",
8000 "serde",
8001 "serde_json",
8002 "util",
8003]
8004
8005[[package]]
8006name = "pretty_assertions"
8007version = "1.4.0"
8008source = "registry+https://github.com/rust-lang/crates.io-index"
8009checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
8010dependencies = [
8011 "diff",
8012 "yansi",
8013]
8014
8015[[package]]
8016name = "prettyplease"
8017version = "0.2.20"
8018source = "registry+https://github.com/rust-lang/crates.io-index"
8019checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
8020dependencies = [
8021 "proc-macro2",
8022 "syn 2.0.72",
8023]
8024
8025[[package]]
8026name = "proc-macro-crate"
8027version = "3.1.0"
8028source = "registry+https://github.com/rust-lang/crates.io-index"
8029checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
8030dependencies = [
8031 "toml_edit 0.21.1",
8032]
8033
8034[[package]]
8035name = "proc-macro-error"
8036version = "1.0.4"
8037source = "registry+https://github.com/rust-lang/crates.io-index"
8038checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8039dependencies = [
8040 "proc-macro-error-attr",
8041 "proc-macro2",
8042 "quote",
8043 "syn 1.0.109",
8044 "version_check",
8045]
8046
8047[[package]]
8048name = "proc-macro-error-attr"
8049version = "1.0.4"
8050source = "registry+https://github.com/rust-lang/crates.io-index"
8051checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8052dependencies = [
8053 "proc-macro2",
8054 "quote",
8055 "version_check",
8056]
8057
8058[[package]]
8059name = "proc-macro2"
8060version = "1.0.86"
8061source = "registry+https://github.com/rust-lang/crates.io-index"
8062checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
8063dependencies = [
8064 "unicode-ident",
8065]
8066
8067[[package]]
8068name = "profiling"
8069version = "1.0.15"
8070source = "registry+https://github.com/rust-lang/crates.io-index"
8071checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
8072dependencies = [
8073 "profiling-procmacros",
8074]
8075
8076[[package]]
8077name = "profiling-procmacros"
8078version = "1.0.15"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
8081dependencies = [
8082 "quote",
8083 "syn 2.0.72",
8084]
8085
8086[[package]]
8087name = "project"
8088version = "0.1.0"
8089dependencies = [
8090 "aho-corasick",
8091 "anyhow",
8092 "async-trait",
8093 "client",
8094 "clock",
8095 "collections",
8096 "dev_server_projects",
8097 "env_logger",
8098 "fs",
8099 "futures 0.3.30",
8100 "fuzzy",
8101 "git",
8102 "git2",
8103 "globset",
8104 "gpui",
8105 "http_client",
8106 "itertools 0.11.0",
8107 "language",
8108 "log",
8109 "lsp",
8110 "node_runtime",
8111 "parking_lot",
8112 "pathdiff",
8113 "paths",
8114 "postage",
8115 "prettier",
8116 "pretty_assertions",
8117 "rand 0.8.5",
8118 "regex",
8119 "release_channel",
8120 "remote",
8121 "rpc",
8122 "schemars",
8123 "serde",
8124 "serde_json",
8125 "settings",
8126 "sha2",
8127 "shellexpand 2.1.2",
8128 "shlex",
8129 "similar",
8130 "smol",
8131 "snippet",
8132 "snippet_provider",
8133 "task",
8134 "tempfile",
8135 "terminal",
8136 "text",
8137 "unindent",
8138 "util",
8139 "which 6.0.2",
8140 "worktree",
8141]
8142
8143[[package]]
8144name = "project_panel"
8145version = "0.1.0"
8146dependencies = [
8147 "anyhow",
8148 "client",
8149 "collections",
8150 "db",
8151 "editor",
8152 "file_icons",
8153 "futures 0.3.30",
8154 "git",
8155 "gpui",
8156 "language",
8157 "menu",
8158 "pretty_assertions",
8159 "project",
8160 "schemars",
8161 "search",
8162 "serde",
8163 "serde_derive",
8164 "serde_json",
8165 "settings",
8166 "theme",
8167 "ui",
8168 "util",
8169 "workspace",
8170 "worktree",
8171]
8172
8173[[package]]
8174name = "project_symbols"
8175version = "0.1.0"
8176dependencies = [
8177 "anyhow",
8178 "editor",
8179 "futures 0.3.30",
8180 "fuzzy",
8181 "gpui",
8182 "language",
8183 "lsp",
8184 "ordered-float 2.10.1",
8185 "picker",
8186 "project",
8187 "release_channel",
8188 "serde_json",
8189 "settings",
8190 "theme",
8191 "util",
8192 "workspace",
8193]
8194
8195[[package]]
8196name = "prometheus"
8197version = "0.13.4"
8198source = "registry+https://github.com/rust-lang/crates.io-index"
8199checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
8200dependencies = [
8201 "cfg-if",
8202 "fnv",
8203 "lazy_static",
8204 "memchr",
8205 "parking_lot",
8206 "protobuf",
8207 "thiserror",
8208]
8209
8210[[package]]
8211name = "prost"
8212version = "0.9.0"
8213source = "registry+https://github.com/rust-lang/crates.io-index"
8214checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
8215dependencies = [
8216 "bytes 1.7.1",
8217 "prost-derive",
8218]
8219
8220[[package]]
8221name = "prost-build"
8222version = "0.9.0"
8223source = "registry+https://github.com/rust-lang/crates.io-index"
8224checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
8225dependencies = [
8226 "bytes 1.7.1",
8227 "heck 0.3.3",
8228 "itertools 0.10.5",
8229 "lazy_static",
8230 "log",
8231 "multimap",
8232 "petgraph",
8233 "prost",
8234 "prost-types",
8235 "regex",
8236 "tempfile",
8237 "which 4.4.2",
8238]
8239
8240[[package]]
8241name = "prost-derive"
8242version = "0.9.0"
8243source = "registry+https://github.com/rust-lang/crates.io-index"
8244checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
8245dependencies = [
8246 "anyhow",
8247 "itertools 0.10.5",
8248 "proc-macro2",
8249 "quote",
8250 "syn 1.0.109",
8251]
8252
8253[[package]]
8254name = "prost-types"
8255version = "0.9.0"
8256source = "registry+https://github.com/rust-lang/crates.io-index"
8257checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
8258dependencies = [
8259 "bytes 1.7.1",
8260 "prost",
8261]
8262
8263[[package]]
8264name = "proto"
8265version = "0.1.0"
8266dependencies = [
8267 "anyhow",
8268 "collections",
8269 "futures 0.3.30",
8270 "prost",
8271 "prost-build",
8272 "serde",
8273]
8274
8275[[package]]
8276name = "protobuf"
8277version = "2.28.0"
8278source = "registry+https://github.com/rust-lang/crates.io-index"
8279checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
8280
8281[[package]]
8282name = "protols-tree-sitter-proto"
8283version = "0.2.0"
8284source = "registry+https://github.com/rust-lang/crates.io-index"
8285checksum = "9bac092da66e21a71eb832925de7b542f8ac34f75fd05cd2fc3e272863e3fd2b"
8286dependencies = [
8287 "cc",
8288 "tree-sitter",
8289]
8290
8291[[package]]
8292name = "psm"
8293version = "0.1.21"
8294source = "registry+https://github.com/rust-lang/crates.io-index"
8295checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
8296dependencies = [
8297 "cc",
8298]
8299
8300[[package]]
8301name = "ptr_meta"
8302version = "0.1.4"
8303source = "registry+https://github.com/rust-lang/crates.io-index"
8304checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
8305dependencies = [
8306 "ptr_meta_derive",
8307]
8308
8309[[package]]
8310name = "ptr_meta_derive"
8311version = "0.1.4"
8312source = "registry+https://github.com/rust-lang/crates.io-index"
8313checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
8314dependencies = [
8315 "proc-macro2",
8316 "quote",
8317 "syn 1.0.109",
8318]
8319
8320[[package]]
8321name = "pulldown-cmark"
8322version = "0.10.3"
8323source = "registry+https://github.com/rust-lang/crates.io-index"
8324checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
8325dependencies = [
8326 "bitflags 2.6.0",
8327 "memchr",
8328 "unicase",
8329]
8330
8331[[package]]
8332name = "qoi"
8333version = "0.4.1"
8334source = "registry+https://github.com/rust-lang/crates.io-index"
8335checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
8336dependencies = [
8337 "bytemuck",
8338]
8339
8340[[package]]
8341name = "quick-error"
8342version = "2.0.1"
8343source = "registry+https://github.com/rust-lang/crates.io-index"
8344checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
8345
8346[[package]]
8347name = "quick-xml"
8348version = "0.32.0"
8349source = "registry+https://github.com/rust-lang/crates.io-index"
8350checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
8351dependencies = [
8352 "memchr",
8353]
8354
8355[[package]]
8356name = "quick-xml"
8357version = "0.34.0"
8358source = "registry+https://github.com/rust-lang/crates.io-index"
8359checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
8360dependencies = [
8361 "memchr",
8362]
8363
8364[[package]]
8365name = "quick_action_bar"
8366version = "0.1.0"
8367dependencies = [
8368 "assistant",
8369 "editor",
8370 "gpui",
8371 "markdown_preview",
8372 "repl",
8373 "search",
8374 "settings",
8375 "ui",
8376 "util",
8377 "workspace",
8378 "zed_actions",
8379]
8380
8381[[package]]
8382name = "quote"
8383version = "1.0.36"
8384source = "registry+https://github.com/rust-lang/crates.io-index"
8385checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
8386dependencies = [
8387 "proc-macro2",
8388]
8389
8390[[package]]
8391name = "radium"
8392version = "0.7.0"
8393source = "registry+https://github.com/rust-lang/crates.io-index"
8394checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
8395
8396[[package]]
8397name = "rand"
8398version = "0.7.3"
8399source = "registry+https://github.com/rust-lang/crates.io-index"
8400checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
8401dependencies = [
8402 "getrandom 0.1.16",
8403 "libc",
8404 "rand_chacha 0.2.2",
8405 "rand_core 0.5.1",
8406 "rand_hc",
8407]
8408
8409[[package]]
8410name = "rand"
8411version = "0.8.5"
8412source = "registry+https://github.com/rust-lang/crates.io-index"
8413checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
8414dependencies = [
8415 "libc",
8416 "rand_chacha 0.3.1",
8417 "rand_core 0.6.4",
8418]
8419
8420[[package]]
8421name = "rand_chacha"
8422version = "0.2.2"
8423source = "registry+https://github.com/rust-lang/crates.io-index"
8424checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
8425dependencies = [
8426 "ppv-lite86",
8427 "rand_core 0.5.1",
8428]
8429
8430[[package]]
8431name = "rand_chacha"
8432version = "0.3.1"
8433source = "registry+https://github.com/rust-lang/crates.io-index"
8434checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
8435dependencies = [
8436 "ppv-lite86",
8437 "rand_core 0.6.4",
8438]
8439
8440[[package]]
8441name = "rand_core"
8442version = "0.5.1"
8443source = "registry+https://github.com/rust-lang/crates.io-index"
8444checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
8445dependencies = [
8446 "getrandom 0.1.16",
8447]
8448
8449[[package]]
8450name = "rand_core"
8451version = "0.6.4"
8452source = "registry+https://github.com/rust-lang/crates.io-index"
8453checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
8454dependencies = [
8455 "getrandom 0.2.15",
8456]
8457
8458[[package]]
8459name = "rand_hc"
8460version = "0.2.0"
8461source = "registry+https://github.com/rust-lang/crates.io-index"
8462checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
8463dependencies = [
8464 "rand_core 0.5.1",
8465]
8466
8467[[package]]
8468name = "rangemap"
8469version = "1.5.1"
8470source = "registry+https://github.com/rust-lang/crates.io-index"
8471checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
8472
8473[[package]]
8474name = "rav1e"
8475version = "0.7.1"
8476source = "registry+https://github.com/rust-lang/crates.io-index"
8477checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
8478dependencies = [
8479 "arbitrary",
8480 "arg_enum_proc_macro",
8481 "arrayvec",
8482 "av1-grain",
8483 "bitstream-io",
8484 "built",
8485 "cfg-if",
8486 "interpolate_name",
8487 "itertools 0.12.1",
8488 "libc",
8489 "libfuzzer-sys",
8490 "log",
8491 "maybe-rayon",
8492 "new_debug_unreachable",
8493 "noop_proc_macro",
8494 "num-derive",
8495 "num-traits",
8496 "once_cell",
8497 "paste",
8498 "profiling",
8499 "rand 0.8.5",
8500 "rand_chacha 0.3.1",
8501 "simd_helpers",
8502 "system-deps",
8503 "thiserror",
8504 "v_frame",
8505 "wasm-bindgen",
8506]
8507
8508[[package]]
8509name = "ravif"
8510version = "0.11.9"
8511source = "registry+https://github.com/rust-lang/crates.io-index"
8512checksum = "5797d09f9bd33604689e87e8380df4951d4912f01b63f71205e2abd4ae25e6b6"
8513dependencies = [
8514 "avif-serialize",
8515 "imgref",
8516 "loop9",
8517 "quick-error",
8518 "rav1e",
8519 "rgb",
8520]
8521
8522[[package]]
8523name = "raw-window-handle"
8524version = "0.6.2"
8525source = "registry+https://github.com/rust-lang/crates.io-index"
8526checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
8527
8528[[package]]
8529name = "raw-window-metal"
8530version = "0.4.0"
8531source = "registry+https://github.com/rust-lang/crates.io-index"
8532checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
8533dependencies = [
8534 "cocoa",
8535 "core-graphics",
8536 "objc",
8537 "raw-window-handle",
8538]
8539
8540[[package]]
8541name = "rayon"
8542version = "1.10.0"
8543source = "registry+https://github.com/rust-lang/crates.io-index"
8544checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
8545dependencies = [
8546 "either",
8547 "rayon-core",
8548]
8549
8550[[package]]
8551name = "rayon-core"
8552version = "1.12.1"
8553source = "registry+https://github.com/rust-lang/crates.io-index"
8554checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
8555dependencies = [
8556 "crossbeam-deque",
8557 "crossbeam-utils",
8558]
8559
8560[[package]]
8561name = "read-fonts"
8562version = "0.20.0"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
8565dependencies = [
8566 "bytemuck",
8567 "font-types",
8568]
8569
8570[[package]]
8571name = "recent_projects"
8572version = "0.1.0"
8573dependencies = [
8574 "anyhow",
8575 "auto_update",
8576 "client",
8577 "dev_server_projects",
8578 "editor",
8579 "futures 0.3.30",
8580 "fuzzy",
8581 "gpui",
8582 "language",
8583 "log",
8584 "markdown",
8585 "menu",
8586 "ordered-float 2.10.1",
8587 "picker",
8588 "project",
8589 "release_channel",
8590 "remote",
8591 "rpc",
8592 "schemars",
8593 "serde",
8594 "serde_json",
8595 "settings",
8596 "smol",
8597 "task",
8598 "terminal_view",
8599 "ui",
8600 "ui_input",
8601 "util",
8602 "workspace",
8603]
8604
8605[[package]]
8606name = "redox_syscall"
8607version = "0.2.16"
8608source = "registry+https://github.com/rust-lang/crates.io-index"
8609checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
8610dependencies = [
8611 "bitflags 1.3.2",
8612]
8613
8614[[package]]
8615name = "redox_syscall"
8616version = "0.4.1"
8617source = "registry+https://github.com/rust-lang/crates.io-index"
8618checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
8619dependencies = [
8620 "bitflags 1.3.2",
8621]
8622
8623[[package]]
8624name = "redox_syscall"
8625version = "0.5.3"
8626source = "registry+https://github.com/rust-lang/crates.io-index"
8627checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
8628dependencies = [
8629 "bitflags 2.6.0",
8630]
8631
8632[[package]]
8633name = "redox_users"
8634version = "0.4.5"
8635source = "registry+https://github.com/rust-lang/crates.io-index"
8636checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
8637dependencies = [
8638 "getrandom 0.2.15",
8639 "libredox",
8640 "thiserror",
8641]
8642
8643[[package]]
8644name = "refineable"
8645version = "0.1.0"
8646dependencies = [
8647 "derive_refineable",
8648]
8649
8650[[package]]
8651name = "regalloc2"
8652version = "0.9.3"
8653source = "registry+https://github.com/rust-lang/crates.io-index"
8654checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
8655dependencies = [
8656 "hashbrown 0.13.2",
8657 "log",
8658 "rustc-hash",
8659 "slice-group-by",
8660 "smallvec",
8661]
8662
8663[[package]]
8664name = "regex"
8665version = "1.10.6"
8666source = "registry+https://github.com/rust-lang/crates.io-index"
8667checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
8668dependencies = [
8669 "aho-corasick",
8670 "memchr",
8671 "regex-automata 0.4.7",
8672 "regex-syntax 0.8.4",
8673]
8674
8675[[package]]
8676name = "regex-automata"
8677version = "0.1.10"
8678source = "registry+https://github.com/rust-lang/crates.io-index"
8679checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
8680dependencies = [
8681 "regex-syntax 0.6.29",
8682]
8683
8684[[package]]
8685name = "regex-automata"
8686version = "0.4.7"
8687source = "registry+https://github.com/rust-lang/crates.io-index"
8688checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
8689dependencies = [
8690 "aho-corasick",
8691 "memchr",
8692 "regex-syntax 0.8.4",
8693]
8694
8695[[package]]
8696name = "regex-lite"
8697version = "0.1.6"
8698source = "registry+https://github.com/rust-lang/crates.io-index"
8699checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
8700
8701[[package]]
8702name = "regex-syntax"
8703version = "0.6.29"
8704source = "registry+https://github.com/rust-lang/crates.io-index"
8705checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
8706
8707[[package]]
8708name = "regex-syntax"
8709version = "0.8.4"
8710source = "registry+https://github.com/rust-lang/crates.io-index"
8711checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
8712
8713[[package]]
8714name = "release_channel"
8715version = "0.1.0"
8716dependencies = [
8717 "gpui",
8718 "once_cell",
8719]
8720
8721[[package]]
8722name = "remote"
8723version = "0.1.0"
8724dependencies = [
8725 "anyhow",
8726 "collections",
8727 "fs",
8728 "futures 0.3.30",
8729 "gpui",
8730 "log",
8731 "parking_lot",
8732 "prost",
8733 "rpc",
8734 "serde",
8735 "serde_json",
8736 "smol",
8737 "tempfile",
8738 "util",
8739]
8740
8741[[package]]
8742name = "remote_server"
8743version = "0.1.0"
8744dependencies = [
8745 "anyhow",
8746 "cargo_toml",
8747 "client",
8748 "clock",
8749 "env_logger",
8750 "fs",
8751 "futures 0.3.30",
8752 "gpui",
8753 "http_client",
8754 "language",
8755 "log",
8756 "node_runtime",
8757 "project",
8758 "remote",
8759 "rpc",
8760 "serde",
8761 "serde_json",
8762 "settings",
8763 "shellexpand 2.1.2",
8764 "smol",
8765 "toml 0.8.19",
8766 "util",
8767 "worktree",
8768]
8769
8770[[package]]
8771name = "rend"
8772version = "0.4.2"
8773source = "registry+https://github.com/rust-lang/crates.io-index"
8774checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
8775dependencies = [
8776 "bytecheck",
8777]
8778
8779[[package]]
8780name = "repl"
8781version = "0.1.0"
8782dependencies = [
8783 "alacritty_terminal",
8784 "anyhow",
8785 "async-dispatcher",
8786 "base64 0.22.1",
8787 "client",
8788 "collections",
8789 "command_palette_hooks",
8790 "editor",
8791 "env_logger",
8792 "futures 0.3.30",
8793 "gpui",
8794 "http_client",
8795 "image",
8796 "indoc",
8797 "language",
8798 "languages",
8799 "log",
8800 "markdown_preview",
8801 "multi_buffer",
8802 "project",
8803 "runtimelib",
8804 "schemars",
8805 "serde",
8806 "serde_json",
8807 "settings",
8808 "smol",
8809 "terminal",
8810 "terminal_view",
8811 "theme",
8812 "tree-sitter-md",
8813 "tree-sitter-python",
8814 "tree-sitter-typescript",
8815 "ui",
8816 "util",
8817 "uuid",
8818 "windows 0.58.0",
8819 "workspace",
8820]
8821
8822[[package]]
8823name = "reqwest"
8824version = "0.11.27"
8825source = "registry+https://github.com/rust-lang/crates.io-index"
8826checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
8827dependencies = [
8828 "base64 0.21.7",
8829 "bytes 1.7.1",
8830 "encoding_rs",
8831 "futures-core",
8832 "futures-util",
8833 "h2",
8834 "http 0.2.12",
8835 "http-body 0.4.6",
8836 "hyper",
8837 "hyper-tls",
8838 "ipnet",
8839 "js-sys",
8840 "log",
8841 "mime",
8842 "native-tls",
8843 "once_cell",
8844 "percent-encoding",
8845 "pin-project-lite",
8846 "rustls-pemfile",
8847 "serde",
8848 "serde_json",
8849 "serde_urlencoded",
8850 "sync_wrapper",
8851 "system-configuration",
8852 "tokio",
8853 "tokio-native-tls",
8854 "tower-service",
8855 "url",
8856 "wasm-bindgen",
8857 "wasm-bindgen-futures",
8858 "web-sys",
8859 "winreg 0.50.0",
8860]
8861
8862[[package]]
8863name = "resvg"
8864version = "0.41.0"
8865source = "registry+https://github.com/rust-lang/crates.io-index"
8866checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
8867dependencies = [
8868 "log",
8869 "pico-args",
8870 "rgb",
8871 "svgtypes",
8872 "tiny-skia",
8873 "usvg",
8874]
8875
8876[[package]]
8877name = "rfc6979"
8878version = "0.3.1"
8879source = "registry+https://github.com/rust-lang/crates.io-index"
8880checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
8881dependencies = [
8882 "crypto-bigint 0.4.9",
8883 "hmac",
8884 "zeroize",
8885]
8886
8887[[package]]
8888name = "rgb"
8889version = "0.8.47"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "e12bc8d2f72df26a5d3178022df33720fbede0d31d82c7291662eff89836994d"
8892dependencies = [
8893 "bytemuck",
8894]
8895
8896[[package]]
8897name = "rich_text"
8898version = "0.1.0"
8899dependencies = [
8900 "futures 0.3.30",
8901 "gpui",
8902 "language",
8903 "linkify",
8904 "pulldown-cmark",
8905 "theme",
8906 "ui",
8907 "util",
8908]
8909
8910[[package]]
8911name = "ring"
8912version = "0.17.8"
8913source = "registry+https://github.com/rust-lang/crates.io-index"
8914checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
8915dependencies = [
8916 "cc",
8917 "cfg-if",
8918 "getrandom 0.2.15",
8919 "libc",
8920 "spin",
8921 "untrusted",
8922 "windows-sys 0.52.0",
8923]
8924
8925[[package]]
8926name = "rkyv"
8927version = "0.7.44"
8928source = "registry+https://github.com/rust-lang/crates.io-index"
8929checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
8930dependencies = [
8931 "bitvec",
8932 "bytecheck",
8933 "bytes 1.7.1",
8934 "hashbrown 0.12.3",
8935 "ptr_meta",
8936 "rend",
8937 "rkyv_derive",
8938 "seahash",
8939 "tinyvec",
8940 "uuid",
8941]
8942
8943[[package]]
8944name = "rkyv_derive"
8945version = "0.7.44"
8946source = "registry+https://github.com/rust-lang/crates.io-index"
8947checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
8948dependencies = [
8949 "proc-macro2",
8950 "quote",
8951 "syn 1.0.109",
8952]
8953
8954[[package]]
8955name = "rmp"
8956version = "0.8.14"
8957source = "registry+https://github.com/rust-lang/crates.io-index"
8958checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
8959dependencies = [
8960 "byteorder",
8961 "num-traits",
8962 "paste",
8963]
8964
8965[[package]]
8966name = "rmpv"
8967version = "1.3.0"
8968source = "registry+https://github.com/rust-lang/crates.io-index"
8969checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
8970dependencies = [
8971 "num-traits",
8972 "rmp",
8973]
8974
8975[[package]]
8976name = "rodio"
8977version = "0.17.3"
8978source = "registry+https://github.com/rust-lang/crates.io-index"
8979checksum = "3b1bb7b48ee48471f55da122c0044fcc7600cfcc85db88240b89cb832935e611"
8980dependencies = [
8981 "cpal",
8982 "hound",
8983]
8984
8985[[package]]
8986name = "rope"
8987version = "0.1.0"
8988dependencies = [
8989 "arrayvec",
8990 "criterion",
8991 "ctor",
8992 "env_logger",
8993 "gpui",
8994 "log",
8995 "rand 0.8.5",
8996 "smallvec",
8997 "sum_tree",
8998 "unicode-segmentation",
8999 "util",
9000]
9001
9002[[package]]
9003name = "roxmltree"
9004version = "0.19.0"
9005source = "registry+https://github.com/rust-lang/crates.io-index"
9006checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
9007
9008[[package]]
9009name = "roxmltree"
9010version = "0.20.0"
9011source = "registry+https://github.com/rust-lang/crates.io-index"
9012checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9013
9014[[package]]
9015name = "rpc"
9016version = "0.1.0"
9017dependencies = [
9018 "anyhow",
9019 "async-tungstenite",
9020 "base64 0.22.1",
9021 "chrono",
9022 "collections",
9023 "env_logger",
9024 "futures 0.3.30",
9025 "gpui",
9026 "parking_lot",
9027 "proto",
9028 "rand 0.8.5",
9029 "rsa",
9030 "serde",
9031 "serde_json",
9032 "sha2",
9033 "strum",
9034 "tracing",
9035 "util",
9036 "zstd",
9037]
9038
9039[[package]]
9040name = "rsa"
9041version = "0.9.6"
9042source = "registry+https://github.com/rust-lang/crates.io-index"
9043checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
9044dependencies = [
9045 "const-oid",
9046 "digest",
9047 "num-bigint-dig",
9048 "num-integer",
9049 "num-traits",
9050 "pkcs1",
9051 "pkcs8 0.10.2",
9052 "rand_core 0.6.4",
9053 "signature 2.2.0",
9054 "spki 0.7.3",
9055 "subtle",
9056 "zeroize",
9057]
9058
9059[[package]]
9060name = "runtimelib"
9061version = "0.14.0"
9062source = "registry+https://github.com/rust-lang/crates.io-index"
9063checksum = "0c3d817764e3971867351e6103955b17d808f5330e9ef63aaaaab55bf8c664c1"
9064dependencies = [
9065 "anyhow",
9066 "async-dispatcher",
9067 "async-std",
9068 "base64 0.22.1",
9069 "bytes 1.7.1",
9070 "chrono",
9071 "data-encoding",
9072 "dirs 5.0.1",
9073 "futures 0.3.30",
9074 "glob",
9075 "rand 0.8.5",
9076 "ring",
9077 "serde",
9078 "serde_json",
9079 "shellexpand 3.1.0",
9080 "smol",
9081 "uuid",
9082 "zeromq",
9083]
9084
9085[[package]]
9086name = "rust-embed"
9087version = "8.5.0"
9088source = "registry+https://github.com/rust-lang/crates.io-index"
9089checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
9090dependencies = [
9091 "rust-embed-impl",
9092 "rust-embed-utils",
9093 "walkdir",
9094]
9095
9096[[package]]
9097name = "rust-embed-impl"
9098version = "8.5.0"
9099source = "registry+https://github.com/rust-lang/crates.io-index"
9100checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
9101dependencies = [
9102 "proc-macro2",
9103 "quote",
9104 "rust-embed-utils",
9105 "syn 2.0.72",
9106 "walkdir",
9107]
9108
9109[[package]]
9110name = "rust-embed-utils"
9111version = "8.5.0"
9112source = "registry+https://github.com/rust-lang/crates.io-index"
9113checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
9114dependencies = [
9115 "globset",
9116 "sha2",
9117 "walkdir",
9118]
9119
9120[[package]]
9121name = "rust_decimal"
9122version = "1.35.0"
9123source = "registry+https://github.com/rust-lang/crates.io-index"
9124checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a"
9125dependencies = [
9126 "arrayvec",
9127 "borsh",
9128 "bytes 1.7.1",
9129 "num-traits",
9130 "rand 0.8.5",
9131 "rkyv",
9132 "serde",
9133 "serde_json",
9134]
9135
9136[[package]]
9137name = "rustc-demangle"
9138version = "0.1.24"
9139source = "registry+https://github.com/rust-lang/crates.io-index"
9140checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
9141
9142[[package]]
9143name = "rustc-hash"
9144version = "1.1.0"
9145source = "registry+https://github.com/rust-lang/crates.io-index"
9146checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
9147
9148[[package]]
9149name = "rustc_version"
9150version = "0.4.0"
9151source = "registry+https://github.com/rust-lang/crates.io-index"
9152checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
9153dependencies = [
9154 "semver",
9155]
9156
9157[[package]]
9158name = "rustix"
9159version = "0.37.27"
9160source = "registry+https://github.com/rust-lang/crates.io-index"
9161checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
9162dependencies = [
9163 "bitflags 1.3.2",
9164 "errno 0.3.9",
9165 "io-lifetimes 1.0.11",
9166 "libc",
9167 "linux-raw-sys 0.3.8",
9168 "windows-sys 0.48.0",
9169]
9170
9171[[package]]
9172name = "rustix"
9173version = "0.38.34"
9174source = "registry+https://github.com/rust-lang/crates.io-index"
9175checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
9176dependencies = [
9177 "bitflags 2.6.0",
9178 "errno 0.3.9",
9179 "itoa",
9180 "libc",
9181 "linux-raw-sys 0.4.14",
9182 "once_cell",
9183 "windows-sys 0.52.0",
9184]
9185
9186[[package]]
9187name = "rustix-openpty"
9188version = "0.1.1"
9189source = "registry+https://github.com/rust-lang/crates.io-index"
9190checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
9191dependencies = [
9192 "errno 0.3.9",
9193 "libc",
9194 "rustix 0.38.34",
9195]
9196
9197[[package]]
9198name = "rustls"
9199version = "0.21.12"
9200source = "registry+https://github.com/rust-lang/crates.io-index"
9201checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
9202dependencies = [
9203 "log",
9204 "ring",
9205 "rustls-webpki",
9206 "sct",
9207]
9208
9209[[package]]
9210name = "rustls-native-certs"
9211version = "0.6.3"
9212source = "registry+https://github.com/rust-lang/crates.io-index"
9213checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
9214dependencies = [
9215 "openssl-probe",
9216 "rustls-pemfile",
9217 "schannel",
9218 "security-framework",
9219]
9220
9221[[package]]
9222name = "rustls-pemfile"
9223version = "1.0.4"
9224source = "registry+https://github.com/rust-lang/crates.io-index"
9225checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
9226dependencies = [
9227 "base64 0.21.7",
9228]
9229
9230[[package]]
9231name = "rustls-webpki"
9232version = "0.101.7"
9233source = "registry+https://github.com/rust-lang/crates.io-index"
9234checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
9235dependencies = [
9236 "ring",
9237 "untrusted",
9238]
9239
9240[[package]]
9241name = "rustversion"
9242version = "1.0.17"
9243source = "registry+https://github.com/rust-lang/crates.io-index"
9244checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
9245
9246[[package]]
9247name = "rustybuzz"
9248version = "0.14.1"
9249source = "registry+https://github.com/rust-lang/crates.io-index"
9250checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
9251dependencies = [
9252 "bitflags 2.6.0",
9253 "bytemuck",
9254 "libm",
9255 "smallvec",
9256 "ttf-parser",
9257 "unicode-bidi-mirroring",
9258 "unicode-ccc",
9259 "unicode-properties",
9260 "unicode-script",
9261]
9262
9263[[package]]
9264name = "ryu"
9265version = "1.0.18"
9266source = "registry+https://github.com/rust-lang/crates.io-index"
9267checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
9268
9269[[package]]
9270name = "salsa20"
9271version = "0.10.2"
9272source = "registry+https://github.com/rust-lang/crates.io-index"
9273checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
9274dependencies = [
9275 "cipher",
9276]
9277
9278[[package]]
9279name = "same-file"
9280version = "1.0.6"
9281source = "registry+https://github.com/rust-lang/crates.io-index"
9282checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
9283dependencies = [
9284 "winapi-util",
9285]
9286
9287[[package]]
9288name = "schannel"
9289version = "0.1.23"
9290source = "registry+https://github.com/rust-lang/crates.io-index"
9291checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
9292dependencies = [
9293 "windows-sys 0.52.0",
9294]
9295
9296[[package]]
9297name = "schemars"
9298version = "0.8.21"
9299source = "registry+https://github.com/rust-lang/crates.io-index"
9300checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
9301dependencies = [
9302 "dyn-clone",
9303 "indexmap 1.9.3",
9304 "schemars_derive",
9305 "serde",
9306 "serde_json",
9307]
9308
9309[[package]]
9310name = "schemars_derive"
9311version = "0.8.21"
9312source = "registry+https://github.com/rust-lang/crates.io-index"
9313checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
9314dependencies = [
9315 "proc-macro2",
9316 "quote",
9317 "serde_derive_internals 0.29.1",
9318 "syn 2.0.72",
9319]
9320
9321[[package]]
9322name = "scoped-tls"
9323version = "1.0.1"
9324source = "registry+https://github.com/rust-lang/crates.io-index"
9325checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
9326
9327[[package]]
9328name = "scopeguard"
9329version = "1.2.0"
9330source = "registry+https://github.com/rust-lang/crates.io-index"
9331checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
9332
9333[[package]]
9334name = "scrypt"
9335version = "0.11.0"
9336source = "registry+https://github.com/rust-lang/crates.io-index"
9337checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
9338dependencies = [
9339 "password-hash",
9340 "pbkdf2",
9341 "salsa20",
9342 "sha2",
9343]
9344
9345[[package]]
9346name = "sct"
9347version = "0.7.1"
9348source = "registry+https://github.com/rust-lang/crates.io-index"
9349checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
9350dependencies = [
9351 "ring",
9352 "untrusted",
9353]
9354
9355[[package]]
9356name = "sea-bae"
9357version = "0.2.0"
9358source = "registry+https://github.com/rust-lang/crates.io-index"
9359checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
9360dependencies = [
9361 "heck 0.4.1",
9362 "proc-macro-error",
9363 "proc-macro2",
9364 "quote",
9365 "syn 2.0.72",
9366]
9367
9368[[package]]
9369name = "sea-orm"
9370version = "0.12.15"
9371source = "registry+https://github.com/rust-lang/crates.io-index"
9372checksum = "c8814e37dc25de54398ee62228323657520b7f29713b8e238649385dbe473ee0"
9373dependencies = [
9374 "async-stream",
9375 "async-trait",
9376 "bigdecimal",
9377 "chrono",
9378 "futures 0.3.30",
9379 "log",
9380 "ouroboros",
9381 "rust_decimal",
9382 "sea-orm-macros",
9383 "sea-query",
9384 "sea-query-binder",
9385 "serde",
9386 "serde_json",
9387 "sqlx",
9388 "strum",
9389 "thiserror",
9390 "time",
9391 "tracing",
9392 "url",
9393 "uuid",
9394]
9395
9396[[package]]
9397name = "sea-orm-macros"
9398version = "0.12.15"
9399source = "registry+https://github.com/rust-lang/crates.io-index"
9400checksum = "5e115c6b078e013aa963cc2d38c196c2c40b05f03d0ac872fe06b6e0d5265603"
9401dependencies = [
9402 "heck 0.4.1",
9403 "proc-macro2",
9404 "quote",
9405 "sea-bae",
9406 "syn 2.0.72",
9407 "unicode-ident",
9408]
9409
9410[[package]]
9411name = "sea-query"
9412version = "0.30.7"
9413source = "registry+https://github.com/rust-lang/crates.io-index"
9414checksum = "4166a1e072292d46dc91f31617c2a1cdaf55a8be4b5c9f4bf2ba248e3ac4999b"
9415dependencies = [
9416 "bigdecimal",
9417 "chrono",
9418 "derivative",
9419 "inherent",
9420 "ordered-float 3.9.2",
9421 "rust_decimal",
9422 "serde_json",
9423 "time",
9424 "uuid",
9425]
9426
9427[[package]]
9428name = "sea-query-binder"
9429version = "0.5.0"
9430source = "registry+https://github.com/rust-lang/crates.io-index"
9431checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
9432dependencies = [
9433 "bigdecimal",
9434 "chrono",
9435 "rust_decimal",
9436 "sea-query",
9437 "serde_json",
9438 "sqlx",
9439 "time",
9440 "uuid",
9441]
9442
9443[[package]]
9444name = "seahash"
9445version = "4.1.0"
9446source = "registry+https://github.com/rust-lang/crates.io-index"
9447checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
9448
9449[[package]]
9450name = "sealed"
9451version = "0.4.0"
9452source = "registry+https://github.com/rust-lang/crates.io-index"
9453checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
9454dependencies = [
9455 "heck 0.3.3",
9456 "proc-macro2",
9457 "quote",
9458 "syn 1.0.109",
9459]
9460
9461[[package]]
9462name = "search"
9463version = "0.1.0"
9464dependencies = [
9465 "any_vec",
9466 "anyhow",
9467 "bitflags 2.6.0",
9468 "client",
9469 "collections",
9470 "editor",
9471 "futures 0.3.30",
9472 "gpui",
9473 "language",
9474 "menu",
9475 "project",
9476 "serde",
9477 "serde_json",
9478 "settings",
9479 "smol",
9480 "theme",
9481 "ui",
9482 "unindent",
9483 "util",
9484 "workspace",
9485]
9486
9487[[package]]
9488name = "sec1"
9489version = "0.3.0"
9490source = "registry+https://github.com/rust-lang/crates.io-index"
9491checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
9492dependencies = [
9493 "base16ct",
9494 "der 0.6.1",
9495 "generic-array",
9496 "pkcs8 0.9.0",
9497 "subtle",
9498 "zeroize",
9499]
9500
9501[[package]]
9502name = "security-framework"
9503version = "2.11.1"
9504source = "registry+https://github.com/rust-lang/crates.io-index"
9505checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
9506dependencies = [
9507 "bitflags 2.6.0",
9508 "core-foundation",
9509 "core-foundation-sys",
9510 "libc",
9511 "security-framework-sys",
9512]
9513
9514[[package]]
9515name = "security-framework-sys"
9516version = "2.11.1"
9517source = "registry+https://github.com/rust-lang/crates.io-index"
9518checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
9519dependencies = [
9520 "core-foundation-sys",
9521 "libc",
9522]
9523
9524[[package]]
9525name = "self_cell"
9526version = "1.0.4"
9527source = "registry+https://github.com/rust-lang/crates.io-index"
9528checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
9529
9530[[package]]
9531name = "semantic_index"
9532version = "0.1.0"
9533dependencies = [
9534 "anyhow",
9535 "client",
9536 "clock",
9537 "collections",
9538 "env_logger",
9539 "fs",
9540 "futures 0.3.30",
9541 "futures-batch",
9542 "gpui",
9543 "heed",
9544 "http_client",
9545 "language",
9546 "languages",
9547 "log",
9548 "open_ai",
9549 "parking_lot",
9550 "project",
9551 "serde",
9552 "serde_json",
9553 "settings",
9554 "sha2",
9555 "smol",
9556 "tempfile",
9557 "theme",
9558 "tree-sitter",
9559 "ui",
9560 "unindent",
9561 "util",
9562 "workspace",
9563 "worktree",
9564]
9565
9566[[package]]
9567name = "semantic_version"
9568version = "0.1.0"
9569dependencies = [
9570 "anyhow",
9571 "serde",
9572]
9573
9574[[package]]
9575name = "semver"
9576version = "1.0.23"
9577source = "registry+https://github.com/rust-lang/crates.io-index"
9578checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
9579dependencies = [
9580 "serde",
9581]
9582
9583[[package]]
9584name = "serde"
9585version = "1.0.207"
9586source = "registry+https://github.com/rust-lang/crates.io-index"
9587checksum = "5665e14a49a4ea1b91029ba7d3bca9f299e1f7cfa194388ccc20f14743e784f2"
9588dependencies = [
9589 "serde_derive",
9590]
9591
9592[[package]]
9593name = "serde_derive"
9594version = "1.0.207"
9595source = "registry+https://github.com/rust-lang/crates.io-index"
9596checksum = "6aea2634c86b0e8ef2cfdc0c340baede54ec27b1e46febd7f80dffb2aa44a00e"
9597dependencies = [
9598 "proc-macro2",
9599 "quote",
9600 "syn 2.0.72",
9601]
9602
9603[[package]]
9604name = "serde_derive_internals"
9605version = "0.26.0"
9606source = "registry+https://github.com/rust-lang/crates.io-index"
9607checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
9608dependencies = [
9609 "proc-macro2",
9610 "quote",
9611 "syn 1.0.109",
9612]
9613
9614[[package]]
9615name = "serde_derive_internals"
9616version = "0.29.1"
9617source = "registry+https://github.com/rust-lang/crates.io-index"
9618checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
9619dependencies = [
9620 "proc-macro2",
9621 "quote",
9622 "syn 2.0.72",
9623]
9624
9625[[package]]
9626name = "serde_fmt"
9627version = "1.0.3"
9628source = "registry+https://github.com/rust-lang/crates.io-index"
9629checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
9630dependencies = [
9631 "serde",
9632]
9633
9634[[package]]
9635name = "serde_json"
9636version = "1.0.125"
9637source = "registry+https://github.com/rust-lang/crates.io-index"
9638checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
9639dependencies = [
9640 "indexmap 2.3.0",
9641 "itoa",
9642 "memchr",
9643 "ryu",
9644 "serde",
9645]
9646
9647[[package]]
9648name = "serde_json_lenient"
9649version = "0.1.8"
9650source = "registry+https://github.com/rust-lang/crates.io-index"
9651checksum = "dc61c66b53a4035fcce237ef38043f4b2f0ebf918fd0e69541a5166104065581"
9652dependencies = [
9653 "indexmap 2.3.0",
9654 "itoa",
9655 "ryu",
9656 "serde",
9657]
9658
9659[[package]]
9660name = "serde_path_to_error"
9661version = "0.1.16"
9662source = "registry+https://github.com/rust-lang/crates.io-index"
9663checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
9664dependencies = [
9665 "itoa",
9666 "serde",
9667]
9668
9669[[package]]
9670name = "serde_qs"
9671version = "0.8.5"
9672source = "registry+https://github.com/rust-lang/crates.io-index"
9673checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
9674dependencies = [
9675 "percent-encoding",
9676 "serde",
9677 "thiserror",
9678]
9679
9680[[package]]
9681name = "serde_qs"
9682version = "0.10.1"
9683source = "registry+https://github.com/rust-lang/crates.io-index"
9684checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
9685dependencies = [
9686 "percent-encoding",
9687 "serde",
9688 "thiserror",
9689]
9690
9691[[package]]
9692name = "serde_repr"
9693version = "0.1.19"
9694source = "registry+https://github.com/rust-lang/crates.io-index"
9695checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
9696dependencies = [
9697 "proc-macro2",
9698 "quote",
9699 "syn 2.0.72",
9700]
9701
9702[[package]]
9703name = "serde_spanned"
9704version = "0.6.7"
9705source = "registry+https://github.com/rust-lang/crates.io-index"
9706checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
9707dependencies = [
9708 "serde",
9709]
9710
9711[[package]]
9712name = "serde_urlencoded"
9713version = "0.7.1"
9714source = "registry+https://github.com/rust-lang/crates.io-index"
9715checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
9716dependencies = [
9717 "form_urlencoded",
9718 "itoa",
9719 "ryu",
9720 "serde",
9721]
9722
9723[[package]]
9724name = "session"
9725version = "0.1.0"
9726dependencies = [
9727 "db",
9728 "gpui",
9729 "serde_json",
9730 "util",
9731 "uuid",
9732]
9733
9734[[package]]
9735name = "settings"
9736version = "0.1.0"
9737dependencies = [
9738 "anyhow",
9739 "collections",
9740 "fs",
9741 "futures 0.3.30",
9742 "gpui",
9743 "indoc",
9744 "lazy_static",
9745 "log",
9746 "paths",
9747 "pretty_assertions",
9748 "release_channel",
9749 "rust-embed",
9750 "schemars",
9751 "serde",
9752 "serde_derive",
9753 "serde_json",
9754 "serde_json_lenient",
9755 "smallvec",
9756 "tree-sitter",
9757 "tree-sitter-json",
9758 "unindent",
9759 "util",
9760]
9761
9762[[package]]
9763name = "settings_ui"
9764version = "0.1.0"
9765dependencies = [
9766 "command_palette_hooks",
9767 "editor",
9768 "feature_flags",
9769 "gpui",
9770 "settings",
9771 "theme",
9772 "ui",
9773 "workspace",
9774]
9775
9776[[package]]
9777name = "sha1"
9778version = "0.10.6"
9779source = "registry+https://github.com/rust-lang/crates.io-index"
9780checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
9781dependencies = [
9782 "cfg-if",
9783 "cpufeatures",
9784 "digest",
9785]
9786
9787[[package]]
9788name = "sha1_smol"
9789version = "1.0.1"
9790source = "registry+https://github.com/rust-lang/crates.io-index"
9791checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
9792
9793[[package]]
9794name = "sha2"
9795version = "0.10.8"
9796source = "registry+https://github.com/rust-lang/crates.io-index"
9797checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
9798dependencies = [
9799 "cfg-if",
9800 "cpufeatures",
9801 "digest",
9802]
9803
9804[[package]]
9805name = "sharded-slab"
9806version = "0.1.7"
9807source = "registry+https://github.com/rust-lang/crates.io-index"
9808checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
9809dependencies = [
9810 "lazy_static",
9811]
9812
9813[[package]]
9814name = "shell-words"
9815version = "1.1.0"
9816source = "registry+https://github.com/rust-lang/crates.io-index"
9817checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
9818
9819[[package]]
9820name = "shellexpand"
9821version = "2.1.2"
9822source = "registry+https://github.com/rust-lang/crates.io-index"
9823checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
9824dependencies = [
9825 "dirs 4.0.0",
9826]
9827
9828[[package]]
9829name = "shellexpand"
9830version = "3.1.0"
9831source = "registry+https://github.com/rust-lang/crates.io-index"
9832checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
9833dependencies = [
9834 "dirs 5.0.1",
9835]
9836
9837[[package]]
9838name = "shlex"
9839version = "1.3.0"
9840source = "registry+https://github.com/rust-lang/crates.io-index"
9841checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
9842
9843[[package]]
9844name = "signal-hook"
9845version = "0.3.17"
9846source = "registry+https://github.com/rust-lang/crates.io-index"
9847checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
9848dependencies = [
9849 "libc",
9850 "signal-hook-registry",
9851]
9852
9853[[package]]
9854name = "signal-hook-registry"
9855version = "1.4.2"
9856source = "registry+https://github.com/rust-lang/crates.io-index"
9857checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
9858dependencies = [
9859 "libc",
9860]
9861
9862[[package]]
9863name = "signature"
9864version = "1.6.4"
9865source = "registry+https://github.com/rust-lang/crates.io-index"
9866checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
9867dependencies = [
9868 "digest",
9869 "rand_core 0.6.4",
9870]
9871
9872[[package]]
9873name = "signature"
9874version = "2.2.0"
9875source = "registry+https://github.com/rust-lang/crates.io-index"
9876checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
9877dependencies = [
9878 "digest",
9879 "rand_core 0.6.4",
9880]
9881
9882[[package]]
9883name = "simd-adler32"
9884version = "0.3.7"
9885source = "registry+https://github.com/rust-lang/crates.io-index"
9886checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
9887
9888[[package]]
9889name = "simd_helpers"
9890version = "0.1.0"
9891source = "registry+https://github.com/rust-lang/crates.io-index"
9892checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
9893dependencies = [
9894 "quote",
9895]
9896
9897[[package]]
9898name = "simdutf8"
9899version = "0.1.4"
9900source = "registry+https://github.com/rust-lang/crates.io-index"
9901checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
9902
9903[[package]]
9904name = "similar"
9905version = "1.3.0"
9906source = "registry+https://github.com/rust-lang/crates.io-index"
9907checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
9908
9909[[package]]
9910name = "simple_asn1"
9911version = "0.6.2"
9912source = "registry+https://github.com/rust-lang/crates.io-index"
9913checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
9914dependencies = [
9915 "num-bigint",
9916 "num-traits",
9917 "thiserror",
9918 "time",
9919]
9920
9921[[package]]
9922name = "simplecss"
9923version = "0.2.1"
9924source = "registry+https://github.com/rust-lang/crates.io-index"
9925checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
9926dependencies = [
9927 "log",
9928]
9929
9930[[package]]
9931name = "simplelog"
9932version = "0.12.2"
9933source = "registry+https://github.com/rust-lang/crates.io-index"
9934checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
9935dependencies = [
9936 "log",
9937 "termcolor",
9938 "time",
9939]
9940
9941[[package]]
9942name = "siphasher"
9943version = "0.3.11"
9944source = "registry+https://github.com/rust-lang/crates.io-index"
9945checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
9946
9947[[package]]
9948name = "siphasher"
9949version = "1.0.1"
9950source = "registry+https://github.com/rust-lang/crates.io-index"
9951checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
9952
9953[[package]]
9954name = "skrifa"
9955version = "0.20.0"
9956source = "registry+https://github.com/rust-lang/crates.io-index"
9957checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
9958dependencies = [
9959 "bytemuck",
9960 "read-fonts",
9961]
9962
9963[[package]]
9964name = "slab"
9965version = "0.4.9"
9966source = "registry+https://github.com/rust-lang/crates.io-index"
9967checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
9968dependencies = [
9969 "autocfg",
9970]
9971
9972[[package]]
9973name = "slash_commands_example"
9974version = "0.1.0"
9975dependencies = [
9976 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
9977]
9978
9979[[package]]
9980name = "slice-group-by"
9981version = "0.3.1"
9982source = "registry+https://github.com/rust-lang/crates.io-index"
9983checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
9984
9985[[package]]
9986name = "slotmap"
9987version = "1.0.7"
9988source = "registry+https://github.com/rust-lang/crates.io-index"
9989checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
9990dependencies = [
9991 "version_check",
9992]
9993
9994[[package]]
9995name = "sluice"
9996version = "0.5.5"
9997source = "registry+https://github.com/rust-lang/crates.io-index"
9998checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
9999dependencies = [
10000 "async-channel 1.9.0",
10001 "futures-core",
10002 "futures-io",
10003]
10004
10005[[package]]
10006name = "smallvec"
10007version = "1.13.2"
10008source = "registry+https://github.com/rust-lang/crates.io-index"
10009checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
10010dependencies = [
10011 "serde",
10012]
10013
10014[[package]]
10015name = "smart-default"
10016version = "0.6.0"
10017source = "registry+https://github.com/rust-lang/crates.io-index"
10018checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
10019dependencies = [
10020 "proc-macro2",
10021 "quote",
10022 "syn 1.0.109",
10023]
10024
10025[[package]]
10026name = "smol"
10027version = "1.3.0"
10028source = "registry+https://github.com/rust-lang/crates.io-index"
10029checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
10030dependencies = [
10031 "async-channel 1.9.0",
10032 "async-executor",
10033 "async-fs 1.6.0",
10034 "async-io 1.13.0",
10035 "async-lock 2.8.0",
10036 "async-net 1.8.0",
10037 "async-process 1.8.1",
10038 "blocking",
10039 "futures-lite 1.13.0",
10040]
10041
10042[[package]]
10043name = "smol_str"
10044version = "0.1.24"
10045source = "registry+https://github.com/rust-lang/crates.io-index"
10046checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
10047dependencies = [
10048 "serde",
10049]
10050
10051[[package]]
10052name = "snippet"
10053version = "0.1.0"
10054dependencies = [
10055 "anyhow",
10056 "smallvec",
10057]
10058
10059[[package]]
10060name = "snippet_provider"
10061version = "0.1.0"
10062dependencies = [
10063 "anyhow",
10064 "collections",
10065 "fs",
10066 "futures 0.3.30",
10067 "gpui",
10068 "parking_lot",
10069 "serde",
10070 "serde_json",
10071 "snippet",
10072 "util",
10073]
10074
10075[[package]]
10076name = "socket2"
10077version = "0.4.10"
10078source = "registry+https://github.com/rust-lang/crates.io-index"
10079checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
10080dependencies = [
10081 "libc",
10082 "winapi",
10083]
10084
10085[[package]]
10086name = "socket2"
10087version = "0.5.7"
10088source = "registry+https://github.com/rust-lang/crates.io-index"
10089checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
10090dependencies = [
10091 "libc",
10092 "windows-sys 0.52.0",
10093]
10094
10095[[package]]
10096name = "spdx"
10097version = "0.10.6"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
10100dependencies = [
10101 "smallvec",
10102]
10103
10104[[package]]
10105name = "spin"
10106version = "0.9.8"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
10109dependencies = [
10110 "lock_api",
10111]
10112
10113[[package]]
10114name = "spirv"
10115version = "0.3.0+sdk-1.3.268.0"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
10118dependencies = [
10119 "bitflags 2.6.0",
10120]
10121
10122[[package]]
10123name = "spki"
10124version = "0.6.0"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
10127dependencies = [
10128 "base64ct",
10129 "der 0.6.1",
10130]
10131
10132[[package]]
10133name = "spki"
10134version = "0.7.3"
10135source = "registry+https://github.com/rust-lang/crates.io-index"
10136checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
10137dependencies = [
10138 "base64ct",
10139 "der 0.7.9",
10140]
10141
10142[[package]]
10143name = "sptr"
10144version = "0.3.2"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
10147
10148[[package]]
10149name = "sqlez"
10150version = "0.1.0"
10151dependencies = [
10152 "anyhow",
10153 "collections",
10154 "futures 0.3.30",
10155 "indoc",
10156 "lazy_static",
10157 "libsqlite3-sys",
10158 "parking_lot",
10159 "smol",
10160 "thread_local",
10161 "util",
10162 "uuid",
10163]
10164
10165[[package]]
10166name = "sqlez_macros"
10167version = "0.1.0"
10168dependencies = [
10169 "lazy_static",
10170 "sqlez",
10171 "sqlformat",
10172 "syn 1.0.109",
10173]
10174
10175[[package]]
10176name = "sqlformat"
10177version = "0.2.4"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f"
10180dependencies = [
10181 "nom",
10182 "unicode_categories",
10183]
10184
10185[[package]]
10186name = "sqlx"
10187version = "0.7.2"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
10190dependencies = [
10191 "sqlx-core",
10192 "sqlx-macros",
10193 "sqlx-mysql",
10194 "sqlx-postgres",
10195 "sqlx-sqlite",
10196]
10197
10198[[package]]
10199name = "sqlx-core"
10200version = "0.7.2"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
10203dependencies = [
10204 "ahash 0.8.11",
10205 "atoi",
10206 "bigdecimal",
10207 "byteorder",
10208 "bytes 1.7.1",
10209 "chrono",
10210 "crc",
10211 "crossbeam-queue",
10212 "dotenvy",
10213 "either",
10214 "event-listener 2.5.3",
10215 "futures-channel",
10216 "futures-core",
10217 "futures-intrusive",
10218 "futures-io",
10219 "futures-util",
10220 "hashlink",
10221 "hex",
10222 "indexmap 2.3.0",
10223 "log",
10224 "memchr",
10225 "once_cell",
10226 "paste",
10227 "percent-encoding",
10228 "rust_decimal",
10229 "rustls",
10230 "rustls-pemfile",
10231 "serde",
10232 "serde_json",
10233 "sha2",
10234 "smallvec",
10235 "sqlformat",
10236 "thiserror",
10237 "time",
10238 "tokio",
10239 "tokio-stream",
10240 "tracing",
10241 "url",
10242 "uuid",
10243 "webpki-roots",
10244]
10245
10246[[package]]
10247name = "sqlx-macros"
10248version = "0.7.2"
10249source = "registry+https://github.com/rust-lang/crates.io-index"
10250checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
10251dependencies = [
10252 "proc-macro2",
10253 "quote",
10254 "sqlx-core",
10255 "sqlx-macros-core",
10256 "syn 1.0.109",
10257]
10258
10259[[package]]
10260name = "sqlx-macros-core"
10261version = "0.7.2"
10262source = "registry+https://github.com/rust-lang/crates.io-index"
10263checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
10264dependencies = [
10265 "dotenvy",
10266 "either",
10267 "heck 0.4.1",
10268 "hex",
10269 "once_cell",
10270 "proc-macro2",
10271 "quote",
10272 "serde",
10273 "serde_json",
10274 "sha2",
10275 "sqlx-core",
10276 "sqlx-mysql",
10277 "sqlx-postgres",
10278 "sqlx-sqlite",
10279 "syn 1.0.109",
10280 "tempfile",
10281 "tokio",
10282 "url",
10283]
10284
10285[[package]]
10286name = "sqlx-mysql"
10287version = "0.7.2"
10288source = "registry+https://github.com/rust-lang/crates.io-index"
10289checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
10290dependencies = [
10291 "atoi",
10292 "base64 0.21.7",
10293 "bigdecimal",
10294 "bitflags 2.6.0",
10295 "byteorder",
10296 "bytes 1.7.1",
10297 "chrono",
10298 "crc",
10299 "digest",
10300 "dotenvy",
10301 "either",
10302 "futures-channel",
10303 "futures-core",
10304 "futures-io",
10305 "futures-util",
10306 "generic-array",
10307 "hex",
10308 "hkdf",
10309 "hmac",
10310 "itoa",
10311 "log",
10312 "md-5",
10313 "memchr",
10314 "once_cell",
10315 "percent-encoding",
10316 "rand 0.8.5",
10317 "rsa",
10318 "rust_decimal",
10319 "serde",
10320 "sha1",
10321 "sha2",
10322 "smallvec",
10323 "sqlx-core",
10324 "stringprep",
10325 "thiserror",
10326 "time",
10327 "tracing",
10328 "uuid",
10329 "whoami",
10330]
10331
10332[[package]]
10333name = "sqlx-postgres"
10334version = "0.7.2"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
10337dependencies = [
10338 "atoi",
10339 "base64 0.21.7",
10340 "bigdecimal",
10341 "bitflags 2.6.0",
10342 "byteorder",
10343 "chrono",
10344 "crc",
10345 "dotenvy",
10346 "etcetera",
10347 "futures-channel",
10348 "futures-core",
10349 "futures-io",
10350 "futures-util",
10351 "hex",
10352 "hkdf",
10353 "hmac",
10354 "home",
10355 "itoa",
10356 "log",
10357 "md-5",
10358 "memchr",
10359 "num-bigint",
10360 "once_cell",
10361 "rand 0.8.5",
10362 "rust_decimal",
10363 "serde",
10364 "serde_json",
10365 "sha1",
10366 "sha2",
10367 "smallvec",
10368 "sqlx-core",
10369 "stringprep",
10370 "thiserror",
10371 "time",
10372 "tracing",
10373 "uuid",
10374 "whoami",
10375]
10376
10377[[package]]
10378name = "sqlx-sqlite"
10379version = "0.7.2"
10380source = "registry+https://github.com/rust-lang/crates.io-index"
10381checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
10382dependencies = [
10383 "atoi",
10384 "chrono",
10385 "flume",
10386 "futures-channel",
10387 "futures-core",
10388 "futures-executor",
10389 "futures-intrusive",
10390 "futures-util",
10391 "libsqlite3-sys",
10392 "log",
10393 "percent-encoding",
10394 "serde",
10395 "sqlx-core",
10396 "time",
10397 "tracing",
10398 "url",
10399 "uuid",
10400]
10401
10402[[package]]
10403name = "stable_deref_trait"
10404version = "1.2.0"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
10407
10408[[package]]
10409name = "static_assertions"
10410version = "1.1.0"
10411source = "registry+https://github.com/rust-lang/crates.io-index"
10412checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
10413
10414[[package]]
10415name = "story"
10416version = "0.1.0"
10417dependencies = [
10418 "gpui",
10419 "itertools 0.10.5",
10420 "smallvec",
10421]
10422
10423[[package]]
10424name = "storybook"
10425version = "0.1.0"
10426dependencies = [
10427 "anyhow",
10428 "clap",
10429 "collab_ui",
10430 "ctrlc",
10431 "dialoguer",
10432 "editor",
10433 "fuzzy",
10434 "gpui",
10435 "indoc",
10436 "language",
10437 "log",
10438 "menu",
10439 "picker",
10440 "project",
10441 "rust-embed",
10442 "settings",
10443 "simplelog",
10444 "story",
10445 "strum",
10446 "theme",
10447 "title_bar",
10448 "ui",
10449]
10450
10451[[package]]
10452name = "strict-num"
10453version = "0.1.1"
10454source = "registry+https://github.com/rust-lang/crates.io-index"
10455checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
10456dependencies = [
10457 "float-cmp",
10458]
10459
10460[[package]]
10461name = "string_cache"
10462version = "0.8.7"
10463source = "registry+https://github.com/rust-lang/crates.io-index"
10464checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
10465dependencies = [
10466 "new_debug_unreachable",
10467 "once_cell",
10468 "parking_lot",
10469 "phf_shared 0.10.0",
10470 "precomputed-hash",
10471 "serde",
10472]
10473
10474[[package]]
10475name = "string_cache_codegen"
10476version = "0.5.2"
10477source = "registry+https://github.com/rust-lang/crates.io-index"
10478checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
10479dependencies = [
10480 "phf_generator 0.10.0",
10481 "phf_shared 0.10.0",
10482 "proc-macro2",
10483 "quote",
10484]
10485
10486[[package]]
10487name = "stringprep"
10488version = "0.1.5"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
10491dependencies = [
10492 "unicode-bidi",
10493 "unicode-normalization",
10494 "unicode-properties",
10495]
10496
10497[[package]]
10498name = "strsim"
10499version = "0.11.1"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
10502
10503[[package]]
10504name = "strum"
10505version = "0.25.0"
10506source = "registry+https://github.com/rust-lang/crates.io-index"
10507checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
10508dependencies = [
10509 "strum_macros",
10510]
10511
10512[[package]]
10513name = "strum_macros"
10514version = "0.25.3"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
10517dependencies = [
10518 "heck 0.4.1",
10519 "proc-macro2",
10520 "quote",
10521 "rustversion",
10522 "syn 2.0.72",
10523]
10524
10525[[package]]
10526name = "subtle"
10527version = "2.6.1"
10528source = "registry+https://github.com/rust-lang/crates.io-index"
10529checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
10530
10531[[package]]
10532name = "sum_tree"
10533version = "0.1.0"
10534dependencies = [
10535 "arrayvec",
10536 "ctor",
10537 "env_logger",
10538 "log",
10539 "rand 0.8.5",
10540 "rayon",
10541]
10542
10543[[package]]
10544name = "supermaven"
10545version = "0.1.0"
10546dependencies = [
10547 "anyhow",
10548 "client",
10549 "collections",
10550 "editor",
10551 "env_logger",
10552 "futures 0.3.30",
10553 "gpui",
10554 "http_client",
10555 "language",
10556 "log",
10557 "postage",
10558 "project",
10559 "serde",
10560 "serde_json",
10561 "settings",
10562 "smol",
10563 "supermaven_api",
10564 "text",
10565 "theme",
10566 "ui",
10567 "util",
10568 "windows 0.58.0",
10569]
10570
10571[[package]]
10572name = "supermaven_api"
10573version = "0.1.0"
10574dependencies = [
10575 "anyhow",
10576 "futures 0.3.30",
10577 "http_client",
10578 "paths",
10579 "serde",
10580 "serde_json",
10581 "smol",
10582]
10583
10584[[package]]
10585name = "sval"
10586version = "2.13.0"
10587source = "registry+https://github.com/rust-lang/crates.io-index"
10588checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
10589
10590[[package]]
10591name = "sval_buffer"
10592version = "2.13.0"
10593source = "registry+https://github.com/rust-lang/crates.io-index"
10594checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
10595dependencies = [
10596 "sval",
10597 "sval_ref",
10598]
10599
10600[[package]]
10601name = "sval_dynamic"
10602version = "2.13.0"
10603source = "registry+https://github.com/rust-lang/crates.io-index"
10604checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
10605dependencies = [
10606 "sval",
10607]
10608
10609[[package]]
10610name = "sval_fmt"
10611version = "2.13.0"
10612source = "registry+https://github.com/rust-lang/crates.io-index"
10613checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
10614dependencies = [
10615 "itoa",
10616 "ryu",
10617 "sval",
10618]
10619
10620[[package]]
10621name = "sval_json"
10622version = "2.13.0"
10623source = "registry+https://github.com/rust-lang/crates.io-index"
10624checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
10625dependencies = [
10626 "itoa",
10627 "ryu",
10628 "sval",
10629]
10630
10631[[package]]
10632name = "sval_nested"
10633version = "2.13.0"
10634source = "registry+https://github.com/rust-lang/crates.io-index"
10635checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
10636dependencies = [
10637 "sval",
10638 "sval_buffer",
10639 "sval_ref",
10640]
10641
10642[[package]]
10643name = "sval_ref"
10644version = "2.13.0"
10645source = "registry+https://github.com/rust-lang/crates.io-index"
10646checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
10647dependencies = [
10648 "sval",
10649]
10650
10651[[package]]
10652name = "sval_serde"
10653version = "2.13.0"
10654source = "registry+https://github.com/rust-lang/crates.io-index"
10655checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
10656dependencies = [
10657 "serde",
10658 "sval",
10659 "sval_nested",
10660]
10661
10662[[package]]
10663name = "svg_fmt"
10664version = "0.4.3"
10665source = "registry+https://github.com/rust-lang/crates.io-index"
10666checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
10667
10668[[package]]
10669name = "svgtypes"
10670version = "0.15.1"
10671source = "registry+https://github.com/rust-lang/crates.io-index"
10672checksum = "fae3064df9b89391c9a76a0425a69d124aee9c5c28455204709e72c39868a43c"
10673dependencies = [
10674 "kurbo",
10675 "siphasher 1.0.1",
10676]
10677
10678[[package]]
10679name = "swash"
10680version = "0.1.18"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
10683dependencies = [
10684 "skrifa",
10685 "yazi",
10686 "zeno",
10687]
10688
10689[[package]]
10690name = "syn"
10691version = "1.0.109"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
10694dependencies = [
10695 "proc-macro2",
10696 "quote",
10697 "unicode-ident",
10698]
10699
10700[[package]]
10701name = "syn"
10702version = "2.0.72"
10703source = "registry+https://github.com/rust-lang/crates.io-index"
10704checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
10705dependencies = [
10706 "proc-macro2",
10707 "quote",
10708 "unicode-ident",
10709]
10710
10711[[package]]
10712name = "syn_derive"
10713version = "0.1.8"
10714source = "registry+https://github.com/rust-lang/crates.io-index"
10715checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
10716dependencies = [
10717 "proc-macro-error",
10718 "proc-macro2",
10719 "quote",
10720 "syn 2.0.72",
10721]
10722
10723[[package]]
10724name = "sync_wrapper"
10725version = "0.1.2"
10726source = "registry+https://github.com/rust-lang/crates.io-index"
10727checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
10728
10729[[package]]
10730name = "synchronoise"
10731version = "1.0.1"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
10734dependencies = [
10735 "crossbeam-queue",
10736]
10737
10738[[package]]
10739name = "sys-locale"
10740version = "0.3.1"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
10743dependencies = [
10744 "libc",
10745]
10746
10747[[package]]
10748name = "sysinfo"
10749version = "0.30.13"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3"
10752dependencies = [
10753 "cfg-if",
10754 "core-foundation-sys",
10755 "libc",
10756 "ntapi",
10757 "once_cell",
10758 "rayon",
10759 "windows 0.52.0",
10760]
10761
10762[[package]]
10763name = "system-configuration"
10764version = "0.5.1"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
10767dependencies = [
10768 "bitflags 1.3.2",
10769 "core-foundation",
10770 "system-configuration-sys",
10771]
10772
10773[[package]]
10774name = "system-configuration-sys"
10775version = "0.5.0"
10776source = "registry+https://github.com/rust-lang/crates.io-index"
10777checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
10778dependencies = [
10779 "core-foundation-sys",
10780 "libc",
10781]
10782
10783[[package]]
10784name = "system-deps"
10785version = "6.2.2"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
10788dependencies = [
10789 "cfg-expr",
10790 "heck 0.5.0",
10791 "pkg-config",
10792 "toml 0.8.19",
10793 "version-compare",
10794]
10795
10796[[package]]
10797name = "system-interface"
10798version = "0.27.2"
10799source = "registry+https://github.com/rust-lang/crates.io-index"
10800checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
10801dependencies = [
10802 "bitflags 2.6.0",
10803 "cap-fs-ext",
10804 "cap-std",
10805 "fd-lock",
10806 "io-lifetimes 2.0.3",
10807 "rustix 0.38.34",
10808 "windows-sys 0.52.0",
10809 "winx",
10810]
10811
10812[[package]]
10813name = "tab_switcher"
10814version = "0.1.0"
10815dependencies = [
10816 "anyhow",
10817 "collections",
10818 "ctor",
10819 "editor",
10820 "env_logger",
10821 "gpui",
10822 "language",
10823 "menu",
10824 "picker",
10825 "project",
10826 "serde",
10827 "serde_json",
10828 "theme",
10829 "ui",
10830 "util",
10831 "workspace",
10832]
10833
10834[[package]]
10835name = "taffy"
10836version = "0.4.4"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
10839dependencies = [
10840 "arrayvec",
10841 "grid",
10842 "num-traits",
10843 "serde",
10844 "slotmap",
10845]
10846
10847[[package]]
10848name = "take-until"
10849version = "0.2.0"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
10852
10853[[package]]
10854name = "tap"
10855version = "1.0.1"
10856source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
10858
10859[[package]]
10860name = "target-lexicon"
10861version = "0.12.16"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
10864
10865[[package]]
10866name = "task"
10867version = "0.1.0"
10868dependencies = [
10869 "anyhow",
10870 "collections",
10871 "futures 0.3.30",
10872 "gpui",
10873 "hex",
10874 "parking_lot",
10875 "schemars",
10876 "serde",
10877 "serde_json_lenient",
10878 "sha2",
10879 "shellexpand 2.1.2",
10880 "util",
10881]
10882
10883[[package]]
10884name = "tasks_ui"
10885version = "0.1.0"
10886dependencies = [
10887 "anyhow",
10888 "editor",
10889 "file_icons",
10890 "fuzzy",
10891 "gpui",
10892 "language",
10893 "menu",
10894 "picker",
10895 "project",
10896 "schemars",
10897 "serde",
10898 "serde_json",
10899 "settings",
10900 "task",
10901 "tree-sitter-rust",
10902 "tree-sitter-typescript",
10903 "ui",
10904 "util",
10905 "workspace",
10906]
10907
10908[[package]]
10909name = "telemetry_events"
10910version = "0.1.0"
10911dependencies = [
10912 "semantic_version",
10913 "serde",
10914]
10915
10916[[package]]
10917name = "tempfile"
10918version = "3.12.0"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
10921dependencies = [
10922 "cfg-if",
10923 "fastrand 2.1.0",
10924 "once_cell",
10925 "rustix 0.38.34",
10926 "windows-sys 0.59.0",
10927]
10928
10929[[package]]
10930name = "tendril"
10931version = "0.4.3"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
10934dependencies = [
10935 "futf",
10936 "mac",
10937 "utf-8",
10938]
10939
10940[[package]]
10941name = "termcolor"
10942version = "1.4.1"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
10945dependencies = [
10946 "winapi-util",
10947]
10948
10949[[package]]
10950name = "terminal"
10951version = "0.1.0"
10952dependencies = [
10953 "alacritty_terminal",
10954 "anyhow",
10955 "collections",
10956 "dirs 4.0.0",
10957 "futures 0.3.30",
10958 "gpui",
10959 "libc",
10960 "rand 0.8.5",
10961 "release_channel",
10962 "schemars",
10963 "serde",
10964 "serde_derive",
10965 "settings",
10966 "smol",
10967 "sysinfo",
10968 "task",
10969 "theme",
10970 "thiserror",
10971 "util",
10972 "windows 0.58.0",
10973]
10974
10975[[package]]
10976name = "terminal_view"
10977version = "0.1.0"
10978dependencies = [
10979 "anyhow",
10980 "client",
10981 "collections",
10982 "db",
10983 "dirs 4.0.0",
10984 "editor",
10985 "futures 0.3.30",
10986 "gpui",
10987 "itertools 0.11.0",
10988 "language",
10989 "project",
10990 "rand 0.8.5",
10991 "search",
10992 "serde",
10993 "serde_json",
10994 "settings",
10995 "shellexpand 2.1.2",
10996 "smol",
10997 "task",
10998 "tasks_ui",
10999 "terminal",
11000 "theme",
11001 "ui",
11002 "util",
11003 "workspace",
11004]
11005
11006[[package]]
11007name = "text"
11008version = "0.1.0"
11009dependencies = [
11010 "anyhow",
11011 "clock",
11012 "collections",
11013 "ctor",
11014 "env_logger",
11015 "gpui",
11016 "http_client",
11017 "lazy_static",
11018 "log",
11019 "parking_lot",
11020 "postage",
11021 "rand 0.8.5",
11022 "regex",
11023 "rope",
11024 "smallvec",
11025 "sum_tree",
11026 "util",
11027]
11028
11029[[package]]
11030name = "theme"
11031version = "0.1.0"
11032dependencies = [
11033 "anyhow",
11034 "collections",
11035 "derive_more",
11036 "fs",
11037 "futures 0.3.30",
11038 "gpui",
11039 "indexmap 1.9.3",
11040 "log",
11041 "palette",
11042 "parking_lot",
11043 "refineable",
11044 "schemars",
11045 "serde",
11046 "serde_derive",
11047 "serde_json",
11048 "serde_json_lenient",
11049 "serde_repr",
11050 "settings",
11051 "story",
11052 "util",
11053 "uuid",
11054]
11055
11056[[package]]
11057name = "theme_importer"
11058version = "0.1.0"
11059dependencies = [
11060 "anyhow",
11061 "clap",
11062 "gpui",
11063 "indexmap 1.9.3",
11064 "log",
11065 "palette",
11066 "rust-embed",
11067 "schemars",
11068 "serde",
11069 "serde_json",
11070 "serde_json_lenient",
11071 "simplelog",
11072 "strum",
11073 "theme",
11074 "vscode_theme",
11075]
11076
11077[[package]]
11078name = "theme_selector"
11079version = "0.1.0"
11080dependencies = [
11081 "client",
11082 "feature_flags",
11083 "fs",
11084 "fuzzy",
11085 "gpui",
11086 "log",
11087 "picker",
11088 "serde",
11089 "settings",
11090 "theme",
11091 "ui",
11092 "util",
11093 "workspace",
11094]
11095
11096[[package]]
11097name = "thiserror"
11098version = "1.0.63"
11099source = "registry+https://github.com/rust-lang/crates.io-index"
11100checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
11101dependencies = [
11102 "thiserror-impl",
11103]
11104
11105[[package]]
11106name = "thiserror-impl"
11107version = "1.0.63"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
11110dependencies = [
11111 "proc-macro2",
11112 "quote",
11113 "syn 2.0.72",
11114]
11115
11116[[package]]
11117name = "thread_local"
11118version = "1.1.8"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
11121dependencies = [
11122 "cfg-if",
11123 "once_cell",
11124]
11125
11126[[package]]
11127name = "tiff"
11128version = "0.9.1"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
11131dependencies = [
11132 "flate2",
11133 "jpeg-decoder",
11134 "weezl",
11135]
11136
11137[[package]]
11138name = "tiktoken-rs"
11139version = "0.5.9"
11140source = "registry+https://github.com/rust-lang/crates.io-index"
11141checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
11142dependencies = [
11143 "anyhow",
11144 "base64 0.21.7",
11145 "bstr",
11146 "fancy-regex",
11147 "lazy_static",
11148 "parking_lot",
11149 "rustc-hash",
11150]
11151
11152[[package]]
11153name = "time"
11154version = "0.3.36"
11155source = "registry+https://github.com/rust-lang/crates.io-index"
11156checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
11157dependencies = [
11158 "deranged",
11159 "itoa",
11160 "libc",
11161 "num-conv",
11162 "num_threads",
11163 "powerfmt",
11164 "serde",
11165 "time-core",
11166 "time-macros",
11167]
11168
11169[[package]]
11170name = "time-core"
11171version = "0.1.2"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
11174
11175[[package]]
11176name = "time-macros"
11177version = "0.2.18"
11178source = "registry+https://github.com/rust-lang/crates.io-index"
11179checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
11180dependencies = [
11181 "num-conv",
11182 "time-core",
11183]
11184
11185[[package]]
11186name = "time_format"
11187version = "0.1.0"
11188dependencies = [
11189 "core-foundation",
11190 "core-foundation-sys",
11191 "sys-locale",
11192 "time",
11193]
11194
11195[[package]]
11196name = "tiny-keccak"
11197version = "2.0.2"
11198source = "registry+https://github.com/rust-lang/crates.io-index"
11199checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
11200dependencies = [
11201 "crunchy",
11202]
11203
11204[[package]]
11205name = "tiny-skia"
11206version = "0.11.4"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
11209dependencies = [
11210 "arrayref",
11211 "arrayvec",
11212 "bytemuck",
11213 "cfg-if",
11214 "log",
11215 "png",
11216 "tiny-skia-path",
11217]
11218
11219[[package]]
11220name = "tiny-skia-path"
11221version = "0.11.4"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
11224dependencies = [
11225 "arrayref",
11226 "bytemuck",
11227 "strict-num",
11228]
11229
11230[[package]]
11231name = "tiny_http"
11232version = "0.8.2"
11233source = "registry+https://github.com/rust-lang/crates.io-index"
11234checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
11235dependencies = [
11236 "ascii",
11237 "chrono",
11238 "chunked_transfer",
11239 "log",
11240 "url",
11241]
11242
11243[[package]]
11244name = "tinytemplate"
11245version = "1.2.1"
11246source = "registry+https://github.com/rust-lang/crates.io-index"
11247checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
11248dependencies = [
11249 "serde",
11250 "serde_json",
11251]
11252
11253[[package]]
11254name = "tinyvec"
11255version = "1.8.0"
11256source = "registry+https://github.com/rust-lang/crates.io-index"
11257checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
11258dependencies = [
11259 "tinyvec_macros",
11260]
11261
11262[[package]]
11263name = "tinyvec_macros"
11264version = "0.1.1"
11265source = "registry+https://github.com/rust-lang/crates.io-index"
11266checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
11267
11268[[package]]
11269name = "title_bar"
11270version = "0.1.0"
11271dependencies = [
11272 "auto_update",
11273 "call",
11274 "client",
11275 "collections",
11276 "command_palette",
11277 "dev_server_projects",
11278 "editor",
11279 "extensions_ui",
11280 "feature_flags",
11281 "feedback",
11282 "gpui",
11283 "http_client",
11284 "notifications",
11285 "pretty_assertions",
11286 "project",
11287 "recent_projects",
11288 "rpc",
11289 "serde",
11290 "settings",
11291 "smallvec",
11292 "story",
11293 "theme",
11294 "theme_selector",
11295 "tree-sitter-md",
11296 "ui",
11297 "util",
11298 "vcs_menu",
11299 "windows 0.58.0",
11300 "workspace",
11301 "zed_actions",
11302]
11303
11304[[package]]
11305name = "tokio"
11306version = "1.39.2"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
11309dependencies = [
11310 "backtrace",
11311 "bytes 1.7.1",
11312 "libc",
11313 "mio 1.0.1",
11314 "parking_lot",
11315 "pin-project-lite",
11316 "signal-hook-registry",
11317 "socket2 0.5.7",
11318 "tokio-macros",
11319 "windows-sys 0.52.0",
11320]
11321
11322[[package]]
11323name = "tokio-io"
11324version = "0.1.13"
11325source = "registry+https://github.com/rust-lang/crates.io-index"
11326checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
11327dependencies = [
11328 "bytes 0.4.12",
11329 "futures 0.1.31",
11330 "log",
11331]
11332
11333[[package]]
11334name = "tokio-macros"
11335version = "2.4.0"
11336source = "registry+https://github.com/rust-lang/crates.io-index"
11337checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
11338dependencies = [
11339 "proc-macro2",
11340 "quote",
11341 "syn 2.0.72",
11342]
11343
11344[[package]]
11345name = "tokio-native-tls"
11346version = "0.3.1"
11347source = "registry+https://github.com/rust-lang/crates.io-index"
11348checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
11349dependencies = [
11350 "native-tls",
11351 "tokio",
11352]
11353
11354[[package]]
11355name = "tokio-rustls"
11356version = "0.24.1"
11357source = "registry+https://github.com/rust-lang/crates.io-index"
11358checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
11359dependencies = [
11360 "rustls",
11361 "tokio",
11362]
11363
11364[[package]]
11365name = "tokio-stream"
11366version = "0.1.15"
11367source = "registry+https://github.com/rust-lang/crates.io-index"
11368checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
11369dependencies = [
11370 "futures-core",
11371 "pin-project-lite",
11372 "tokio",
11373]
11374
11375[[package]]
11376name = "tokio-tungstenite"
11377version = "0.20.1"
11378source = "registry+https://github.com/rust-lang/crates.io-index"
11379checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
11380dependencies = [
11381 "futures-util",
11382 "log",
11383 "tokio",
11384 "tungstenite",
11385]
11386
11387[[package]]
11388name = "tokio-util"
11389version = "0.7.11"
11390source = "registry+https://github.com/rust-lang/crates.io-index"
11391checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
11392dependencies = [
11393 "bytes 1.7.1",
11394 "futures-core",
11395 "futures-io",
11396 "futures-sink",
11397 "pin-project-lite",
11398 "tokio",
11399]
11400
11401[[package]]
11402name = "toml"
11403version = "0.5.11"
11404source = "registry+https://github.com/rust-lang/crates.io-index"
11405checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
11406dependencies = [
11407 "serde",
11408]
11409
11410[[package]]
11411name = "toml"
11412version = "0.7.8"
11413source = "registry+https://github.com/rust-lang/crates.io-index"
11414checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
11415dependencies = [
11416 "serde",
11417 "serde_spanned",
11418 "toml_datetime",
11419 "toml_edit 0.19.15",
11420]
11421
11422[[package]]
11423name = "toml"
11424version = "0.8.19"
11425source = "registry+https://github.com/rust-lang/crates.io-index"
11426checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
11427dependencies = [
11428 "serde",
11429 "serde_spanned",
11430 "toml_datetime",
11431 "toml_edit 0.22.20",
11432]
11433
11434[[package]]
11435name = "toml_datetime"
11436version = "0.6.8"
11437source = "registry+https://github.com/rust-lang/crates.io-index"
11438checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
11439dependencies = [
11440 "serde",
11441]
11442
11443[[package]]
11444name = "toml_edit"
11445version = "0.19.15"
11446source = "registry+https://github.com/rust-lang/crates.io-index"
11447checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
11448dependencies = [
11449 "indexmap 2.3.0",
11450 "serde",
11451 "serde_spanned",
11452 "toml_datetime",
11453 "winnow 0.5.40",
11454]
11455
11456[[package]]
11457name = "toml_edit"
11458version = "0.21.1"
11459source = "registry+https://github.com/rust-lang/crates.io-index"
11460checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
11461dependencies = [
11462 "indexmap 2.3.0",
11463 "toml_datetime",
11464 "winnow 0.5.40",
11465]
11466
11467[[package]]
11468name = "toml_edit"
11469version = "0.22.20"
11470source = "registry+https://github.com/rust-lang/crates.io-index"
11471checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
11472dependencies = [
11473 "indexmap 2.3.0",
11474 "serde",
11475 "serde_spanned",
11476 "toml_datetime",
11477 "winnow 0.6.18",
11478]
11479
11480[[package]]
11481name = "tower"
11482version = "0.4.13"
11483source = "registry+https://github.com/rust-lang/crates.io-index"
11484checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
11485dependencies = [
11486 "futures-core",
11487 "futures-util",
11488 "pin-project",
11489 "pin-project-lite",
11490 "tokio",
11491 "tower-layer",
11492 "tower-service",
11493 "tracing",
11494]
11495
11496[[package]]
11497name = "tower-http"
11498version = "0.3.5"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
11501dependencies = [
11502 "bitflags 1.3.2",
11503 "bytes 1.7.1",
11504 "futures-core",
11505 "futures-util",
11506 "http 0.2.12",
11507 "http-body 0.4.6",
11508 "http-range-header",
11509 "pin-project-lite",
11510 "tower-layer",
11511 "tower-service",
11512]
11513
11514[[package]]
11515name = "tower-http"
11516version = "0.4.4"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
11519dependencies = [
11520 "bitflags 2.6.0",
11521 "bytes 1.7.1",
11522 "futures-core",
11523 "futures-util",
11524 "http 0.2.12",
11525 "http-body 0.4.6",
11526 "http-range-header",
11527 "pin-project-lite",
11528 "tower-layer",
11529 "tower-service",
11530 "tracing",
11531]
11532
11533[[package]]
11534name = "tower-layer"
11535version = "0.3.2"
11536source = "registry+https://github.com/rust-lang/crates.io-index"
11537checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
11538
11539[[package]]
11540name = "tower-service"
11541version = "0.3.2"
11542source = "registry+https://github.com/rust-lang/crates.io-index"
11543checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
11544
11545[[package]]
11546name = "tracing"
11547version = "0.1.40"
11548source = "registry+https://github.com/rust-lang/crates.io-index"
11549checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
11550dependencies = [
11551 "log",
11552 "pin-project-lite",
11553 "tracing-attributes",
11554 "tracing-core",
11555]
11556
11557[[package]]
11558name = "tracing-attributes"
11559version = "0.1.27"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
11562dependencies = [
11563 "proc-macro2",
11564 "quote",
11565 "syn 2.0.72",
11566]
11567
11568[[package]]
11569name = "tracing-core"
11570version = "0.1.32"
11571source = "registry+https://github.com/rust-lang/crates.io-index"
11572checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
11573dependencies = [
11574 "once_cell",
11575 "valuable",
11576]
11577
11578[[package]]
11579name = "tracing-futures"
11580version = "0.2.5"
11581source = "registry+https://github.com/rust-lang/crates.io-index"
11582checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
11583dependencies = [
11584 "pin-project",
11585 "tracing",
11586]
11587
11588[[package]]
11589name = "tracing-log"
11590version = "0.2.0"
11591source = "registry+https://github.com/rust-lang/crates.io-index"
11592checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
11593dependencies = [
11594 "log",
11595 "once_cell",
11596 "tracing-core",
11597]
11598
11599[[package]]
11600name = "tracing-serde"
11601version = "0.1.3"
11602source = "registry+https://github.com/rust-lang/crates.io-index"
11603checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
11604dependencies = [
11605 "serde",
11606 "tracing-core",
11607]
11608
11609[[package]]
11610name = "tracing-subscriber"
11611version = "0.3.18"
11612source = "registry+https://github.com/rust-lang/crates.io-index"
11613checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
11614dependencies = [
11615 "matchers",
11616 "nu-ansi-term",
11617 "once_cell",
11618 "regex",
11619 "serde",
11620 "serde_json",
11621 "sharded-slab",
11622 "smallvec",
11623 "thread_local",
11624 "tracing",
11625 "tracing-core",
11626 "tracing-log",
11627 "tracing-serde",
11628]
11629
11630[[package]]
11631name = "tree-sitter"
11632version = "0.22.6"
11633source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
11634dependencies = [
11635 "cc",
11636 "regex",
11637 "tree-sitter-language",
11638 "wasmtime-c-api-impl",
11639]
11640
11641[[package]]
11642name = "tree-sitter-bash"
11643version = "0.21.0"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "b5244703ad2e08a616d859a0557d7aa290adcd5e0990188a692e628ffe9dce40"
11646dependencies = [
11647 "cc",
11648 "tree-sitter",
11649]
11650
11651[[package]]
11652name = "tree-sitter-c"
11653version = "0.21.4"
11654source = "registry+https://github.com/rust-lang/crates.io-index"
11655checksum = "f956d5351d62652864a4ff3ae861747e7a1940dc96c9998ae400ac0d3ce30427"
11656dependencies = [
11657 "cc",
11658 "tree-sitter",
11659]
11660
11661[[package]]
11662name = "tree-sitter-cpp"
11663version = "0.22.3"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "1d509a22a992790d38f2c291961ff8a1ff016c437c7ec6befc9220b8eec8918c"
11666dependencies = [
11667 "cc",
11668 "tree-sitter",
11669]
11670
11671[[package]]
11672name = "tree-sitter-css"
11673version = "0.21.0"
11674source = "registry+https://github.com/rust-lang/crates.io-index"
11675checksum = "e2f806f96136762b0121f5fdd7172a3dcd8f42d37a2f23ed7f11b35895e20eb4"
11676dependencies = [
11677 "cc",
11678 "tree-sitter",
11679]
11680
11681[[package]]
11682name = "tree-sitter-elixir"
11683version = "0.2.0"
11684source = "registry+https://github.com/rust-lang/crates.io-index"
11685checksum = "df94bf7f057768b1cab2ee1f14812ed4ae33f9e04d09254043eeaa797db4ef70"
11686dependencies = [
11687 "cc",
11688 "tree-sitter",
11689]
11690
11691[[package]]
11692name = "tree-sitter-embedded-template"
11693version = "0.20.0"
11694source = "registry+https://github.com/rust-lang/crates.io-index"
11695checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
11696dependencies = [
11697 "cc",
11698 "tree-sitter",
11699]
11700
11701[[package]]
11702name = "tree-sitter-go"
11703version = "0.21.0"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "55cb318be5ccf75f44e054acf6898a5c95d59b53443eed578e16be0cd7ec037f"
11706dependencies = [
11707 "cc",
11708 "tree-sitter",
11709]
11710
11711[[package]]
11712name = "tree-sitter-gomod"
11713version = "1.0.2"
11714source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=1f55029bacd0a6a11f6eb894c4312d429dcf735c#1f55029bacd0a6a11f6eb894c4312d429dcf735c"
11715dependencies = [
11716 "cc",
11717 "tree-sitter",
11718]
11719
11720[[package]]
11721name = "tree-sitter-gowork"
11722version = "0.0.1"
11723source = "git+https://github.com/d1y/tree-sitter-go-work?rev=dcbabff454703c3a4bc98a23cf8778d4be46fd22#dcbabff454703c3a4bc98a23cf8778d4be46fd22"
11724dependencies = [
11725 "cc",
11726 "tree-sitter",
11727]
11728
11729[[package]]
11730name = "tree-sitter-heex"
11731version = "0.0.1"
11732source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=6dd0303acf7138dd2b9b432a229e16539581c701#6dd0303acf7138dd2b9b432a229e16539581c701"
11733dependencies = [
11734 "cc",
11735 "tree-sitter",
11736]
11737
11738[[package]]
11739name = "tree-sitter-html"
11740version = "0.20.3"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "95b3492b08a786bf5cc79feb0ef2ff3b115d5174364e0ddfd7860e0b9b088b53"
11743dependencies = [
11744 "cc",
11745 "tree-sitter",
11746]
11747
11748[[package]]
11749name = "tree-sitter-jsdoc"
11750version = "0.21.0"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "8d07920101ff12a59574890318a37fa7e18d9c06d9aa4be334aa24adbb480f18"
11753dependencies = [
11754 "cc",
11755 "tree-sitter",
11756]
11757
11758[[package]]
11759name = "tree-sitter-json"
11760version = "0.21.0"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "5b737dcb73c35d74b7d64a5f3dde158113c86a012bf3cee2bfdf2150d23b05db"
11763dependencies = [
11764 "cc",
11765 "tree-sitter",
11766]
11767
11768[[package]]
11769name = "tree-sitter-language"
11770version = "0.1.0"
11771source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
11772
11773[[package]]
11774name = "tree-sitter-md"
11775version = "0.2.3"
11776source = "git+https://github.com/zed-industries/tree-sitter-markdown?rev=e3855e37f8f2c71aa7513c18a9c95fb7461b1b10#e3855e37f8f2c71aa7513c18a9c95fb7461b1b10"
11777dependencies = [
11778 "cc",
11779 "tree-sitter",
11780]
11781
11782[[package]]
11783name = "tree-sitter-python"
11784version = "0.21.0"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "b4066c6cf678f962f8c2c4561f205945c84834cce73d981e71392624fdc390a9"
11787dependencies = [
11788 "cc",
11789 "tree-sitter",
11790]
11791
11792[[package]]
11793name = "tree-sitter-regex"
11794version = "0.21.0"
11795source = "registry+https://github.com/rust-lang/crates.io-index"
11796checksum = "5ff1286fe9651b2797484839ffa37aa76c8618d4ccb6836d7e31765dfd60c0d5"
11797dependencies = [
11798 "cc",
11799 "tree-sitter",
11800]
11801
11802[[package]]
11803name = "tree-sitter-ruby"
11804version = "0.21.0"
11805source = "registry+https://github.com/rust-lang/crates.io-index"
11806checksum = "c0031f687c0772f2dad7b77104c43428611099a1804c81244ada21560f41f0b1"
11807dependencies = [
11808 "cc",
11809 "tree-sitter",
11810]
11811
11812[[package]]
11813name = "tree-sitter-rust"
11814version = "0.21.2"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "277690f420bf90741dea984f3da038ace46c4fe6047cba57a66822226cde1c93"
11817dependencies = [
11818 "cc",
11819 "tree-sitter",
11820]
11821
11822[[package]]
11823name = "tree-sitter-typescript"
11824version = "0.21.2"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "ecb35d98a688378e56c18c9c159824fd16f730ccbea19aacf4f206e5d5438ed9"
11827dependencies = [
11828 "cc",
11829 "tree-sitter",
11830]
11831
11832[[package]]
11833name = "tree-sitter-yaml"
11834version = "0.6.1"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "aad27ec46ad343d8b514f64dd3fdffb478c592ece561b6c935d90ef55589c6b6"
11837dependencies = [
11838 "cc",
11839 "tree-sitter",
11840]
11841
11842[[package]]
11843name = "try-lock"
11844version = "0.2.5"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
11847
11848[[package]]
11849name = "ttf-parser"
11850version = "0.21.1"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
11853
11854[[package]]
11855name = "tungstenite"
11856version = "0.20.1"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
11859dependencies = [
11860 "byteorder",
11861 "bytes 1.7.1",
11862 "data-encoding",
11863 "http 0.2.12",
11864 "httparse",
11865 "log",
11866 "native-tls",
11867 "rand 0.8.5",
11868 "sha1",
11869 "thiserror",
11870 "url",
11871 "utf-8",
11872]
11873
11874[[package]]
11875name = "typeid"
11876version = "1.0.0"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf"
11879
11880[[package]]
11881name = "typenum"
11882version = "1.17.0"
11883source = "registry+https://github.com/rust-lang/crates.io-index"
11884checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
11885
11886[[package]]
11887name = "ucd-trie"
11888version = "0.1.6"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
11891
11892[[package]]
11893name = "uds_windows"
11894version = "1.1.0"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
11897dependencies = [
11898 "memoffset",
11899 "tempfile",
11900 "winapi",
11901]
11902
11903[[package]]
11904name = "ui"
11905version = "0.1.0"
11906dependencies = [
11907 "chrono",
11908 "gpui",
11909 "itertools 0.11.0",
11910 "menu",
11911 "serde",
11912 "settings",
11913 "smallvec",
11914 "story",
11915 "strum",
11916 "theme",
11917 "windows 0.58.0",
11918]
11919
11920[[package]]
11921name = "ui_input"
11922version = "0.1.0"
11923dependencies = [
11924 "editor",
11925 "gpui",
11926 "settings",
11927 "theme",
11928 "ui",
11929]
11930
11931[[package]]
11932name = "unicase"
11933version = "2.7.0"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
11936dependencies = [
11937 "version_check",
11938]
11939
11940[[package]]
11941name = "unicode-bidi"
11942version = "0.3.15"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
11945
11946[[package]]
11947name = "unicode-bidi-mirroring"
11948version = "0.2.0"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
11951
11952[[package]]
11953name = "unicode-ccc"
11954version = "0.2.0"
11955source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
11957
11958[[package]]
11959name = "unicode-ident"
11960version = "1.0.12"
11961source = "registry+https://github.com/rust-lang/crates.io-index"
11962checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
11963
11964[[package]]
11965name = "unicode-linebreak"
11966version = "0.1.5"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
11969
11970[[package]]
11971name = "unicode-normalization"
11972version = "0.1.23"
11973source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
11975dependencies = [
11976 "tinyvec",
11977]
11978
11979[[package]]
11980name = "unicode-properties"
11981version = "0.1.1"
11982source = "registry+https://github.com/rust-lang/crates.io-index"
11983checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
11984
11985[[package]]
11986name = "unicode-script"
11987version = "0.5.6"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
11990
11991[[package]]
11992name = "unicode-segmentation"
11993version = "1.11.0"
11994source = "registry+https://github.com/rust-lang/crates.io-index"
11995checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
11996
11997[[package]]
11998name = "unicode-width"
11999version = "0.1.13"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
12002
12003[[package]]
12004name = "unicode-xid"
12005version = "0.2.4"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
12008
12009[[package]]
12010name = "unicode_categories"
12011version = "0.1.1"
12012source = "registry+https://github.com/rust-lang/crates.io-index"
12013checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
12014
12015[[package]]
12016name = "unindent"
12017version = "0.1.11"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
12020
12021[[package]]
12022name = "untrusted"
12023version = "0.9.0"
12024source = "registry+https://github.com/rust-lang/crates.io-index"
12025checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
12026
12027[[package]]
12028name = "url"
12029version = "2.5.2"
12030source = "registry+https://github.com/rust-lang/crates.io-index"
12031checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
12032dependencies = [
12033 "form_urlencoded",
12034 "idna",
12035 "percent-encoding",
12036 "serde",
12037]
12038
12039[[package]]
12040name = "urlencoding"
12041version = "2.1.3"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
12044
12045[[package]]
12046name = "usvg"
12047version = "0.41.0"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
12050dependencies = [
12051 "base64 0.22.1",
12052 "data-url",
12053 "flate2",
12054 "imagesize",
12055 "kurbo",
12056 "log",
12057 "pico-args",
12058 "roxmltree 0.19.0",
12059 "simplecss",
12060 "siphasher 1.0.1",
12061 "strict-num",
12062 "svgtypes",
12063 "tiny-skia-path",
12064 "xmlwriter",
12065]
12066
12067[[package]]
12068name = "utf-8"
12069version = "0.7.6"
12070source = "registry+https://github.com/rust-lang/crates.io-index"
12071checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
12072
12073[[package]]
12074name = "utf8parse"
12075version = "0.2.2"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
12078
12079[[package]]
12080name = "util"
12081version = "0.1.0"
12082dependencies = [
12083 "anyhow",
12084 "async-fs 1.6.0",
12085 "collections",
12086 "dirs 4.0.0",
12087 "futures 0.3.30",
12088 "futures-lite 1.13.0",
12089 "git2",
12090 "globset",
12091 "log",
12092 "rand 0.8.5",
12093 "regex",
12094 "rust-embed",
12095 "serde",
12096 "serde_json",
12097 "take-until",
12098 "tempfile",
12099 "tendril",
12100 "unicase",
12101]
12102
12103[[package]]
12104name = "uuid"
12105version = "1.10.0"
12106source = "registry+https://github.com/rust-lang/crates.io-index"
12107checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
12108dependencies = [
12109 "getrandom 0.2.15",
12110 "serde",
12111 "sha1_smol",
12112]
12113
12114[[package]]
12115name = "v_frame"
12116version = "0.3.8"
12117source = "registry+https://github.com/rust-lang/crates.io-index"
12118checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
12119dependencies = [
12120 "aligned-vec",
12121 "num-traits",
12122 "wasm-bindgen",
12123]
12124
12125[[package]]
12126name = "valuable"
12127version = "0.1.0"
12128source = "registry+https://github.com/rust-lang/crates.io-index"
12129checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
12130
12131[[package]]
12132name = "value-bag"
12133version = "1.9.0"
12134source = "registry+https://github.com/rust-lang/crates.io-index"
12135checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
12136dependencies = [
12137 "value-bag-serde1",
12138 "value-bag-sval2",
12139]
12140
12141[[package]]
12142name = "value-bag-serde1"
12143version = "1.9.0"
12144source = "registry+https://github.com/rust-lang/crates.io-index"
12145checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
12146dependencies = [
12147 "erased-serde",
12148 "serde",
12149 "serde_fmt",
12150]
12151
12152[[package]]
12153name = "value-bag-sval2"
12154version = "1.9.0"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
12157dependencies = [
12158 "sval",
12159 "sval_buffer",
12160 "sval_dynamic",
12161 "sval_fmt",
12162 "sval_json",
12163 "sval_ref",
12164 "sval_serde",
12165]
12166
12167[[package]]
12168name = "vcpkg"
12169version = "0.2.15"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
12172
12173[[package]]
12174name = "vcs_menu"
12175version = "0.1.0"
12176dependencies = [
12177 "anyhow",
12178 "fuzzy",
12179 "git",
12180 "gpui",
12181 "picker",
12182 "ui",
12183 "util",
12184 "workspace",
12185]
12186
12187[[package]]
12188name = "version-compare"
12189version = "0.2.0"
12190source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
12192
12193[[package]]
12194name = "version_check"
12195version = "0.9.5"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
12198
12199[[package]]
12200name = "vim"
12201version = "0.1.0"
12202dependencies = [
12203 "anyhow",
12204 "async-compat",
12205 "async-trait",
12206 "collections",
12207 "command_palette",
12208 "command_palette_hooks",
12209 "editor",
12210 "futures 0.3.30",
12211 "gpui",
12212 "indoc",
12213 "itertools 0.11.0",
12214 "language",
12215 "lazy_static",
12216 "log",
12217 "lsp",
12218 "multi_buffer",
12219 "nvim-rs",
12220 "parking_lot",
12221 "regex",
12222 "release_channel",
12223 "schemars",
12224 "search",
12225 "serde",
12226 "serde_derive",
12227 "serde_json",
12228 "settings",
12229 "tokio",
12230 "ui",
12231 "util",
12232 "workspace",
12233 "zed_actions",
12234]
12235
12236[[package]]
12237name = "vscode_theme"
12238version = "0.2.0"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
12241dependencies = [
12242 "serde",
12243]
12244
12245[[package]]
12246name = "vsimd"
12247version = "0.8.0"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
12250
12251[[package]]
12252name = "vswhom"
12253version = "0.1.0"
12254source = "registry+https://github.com/rust-lang/crates.io-index"
12255checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
12256dependencies = [
12257 "libc",
12258 "vswhom-sys",
12259]
12260
12261[[package]]
12262name = "vswhom-sys"
12263version = "0.1.2"
12264source = "registry+https://github.com/rust-lang/crates.io-index"
12265checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
12266dependencies = [
12267 "cc",
12268 "libc",
12269]
12270
12271[[package]]
12272name = "vte"
12273version = "0.13.0"
12274source = "registry+https://github.com/rust-lang/crates.io-index"
12275checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
12276dependencies = [
12277 "bitflags 2.6.0",
12278 "cursor-icon",
12279 "log",
12280 "serde",
12281 "utf8parse",
12282 "vte_generate_state_changes",
12283]
12284
12285[[package]]
12286name = "vte_generate_state_changes"
12287version = "0.1.2"
12288source = "registry+https://github.com/rust-lang/crates.io-index"
12289checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
12290dependencies = [
12291 "proc-macro2",
12292 "quote",
12293]
12294
12295[[package]]
12296name = "waker-fn"
12297version = "1.2.0"
12298source = "registry+https://github.com/rust-lang/crates.io-index"
12299checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
12300
12301[[package]]
12302name = "walkdir"
12303version = "2.5.0"
12304source = "registry+https://github.com/rust-lang/crates.io-index"
12305checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
12306dependencies = [
12307 "same-file",
12308 "winapi-util",
12309]
12310
12311[[package]]
12312name = "want"
12313version = "0.3.1"
12314source = "registry+https://github.com/rust-lang/crates.io-index"
12315checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
12316dependencies = [
12317 "try-lock",
12318]
12319
12320[[package]]
12321name = "wasi"
12322version = "0.9.0+wasi-snapshot-preview1"
12323source = "registry+https://github.com/rust-lang/crates.io-index"
12324checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
12325
12326[[package]]
12327name = "wasi"
12328version = "0.11.0+wasi-snapshot-preview1"
12329source = "registry+https://github.com/rust-lang/crates.io-index"
12330checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
12331
12332[[package]]
12333name = "wasite"
12334version = "0.1.0"
12335source = "registry+https://github.com/rust-lang/crates.io-index"
12336checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
12337
12338[[package]]
12339name = "wasm-bindgen"
12340version = "0.2.92"
12341source = "registry+https://github.com/rust-lang/crates.io-index"
12342checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
12343dependencies = [
12344 "cfg-if",
12345 "wasm-bindgen-macro",
12346]
12347
12348[[package]]
12349name = "wasm-bindgen-backend"
12350version = "0.2.92"
12351source = "registry+https://github.com/rust-lang/crates.io-index"
12352checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
12353dependencies = [
12354 "bumpalo",
12355 "log",
12356 "once_cell",
12357 "proc-macro2",
12358 "quote",
12359 "syn 2.0.72",
12360 "wasm-bindgen-shared",
12361]
12362
12363[[package]]
12364name = "wasm-bindgen-futures"
12365version = "0.4.42"
12366source = "registry+https://github.com/rust-lang/crates.io-index"
12367checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
12368dependencies = [
12369 "cfg-if",
12370 "js-sys",
12371 "wasm-bindgen",
12372 "web-sys",
12373]
12374
12375[[package]]
12376name = "wasm-bindgen-macro"
12377version = "0.2.92"
12378source = "registry+https://github.com/rust-lang/crates.io-index"
12379checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
12380dependencies = [
12381 "quote",
12382 "wasm-bindgen-macro-support",
12383]
12384
12385[[package]]
12386name = "wasm-bindgen-macro-support"
12387version = "0.2.92"
12388source = "registry+https://github.com/rust-lang/crates.io-index"
12389checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
12390dependencies = [
12391 "proc-macro2",
12392 "quote",
12393 "syn 2.0.72",
12394 "wasm-bindgen-backend",
12395 "wasm-bindgen-shared",
12396]
12397
12398[[package]]
12399name = "wasm-bindgen-shared"
12400version = "0.2.92"
12401source = "registry+https://github.com/rust-lang/crates.io-index"
12402checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
12403
12404[[package]]
12405name = "wasm-encoder"
12406version = "0.201.0"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
12409dependencies = [
12410 "leb128",
12411]
12412
12413[[package]]
12414name = "wasm-encoder"
12415version = "0.207.0"
12416source = "registry+https://github.com/rust-lang/crates.io-index"
12417checksum = "d996306fb3aeaee0d9157adbe2f670df0236caf19f6728b221e92d0f27b3fe17"
12418dependencies = [
12419 "leb128",
12420]
12421
12422[[package]]
12423name = "wasm-metadata"
12424version = "0.201.0"
12425source = "registry+https://github.com/rust-lang/crates.io-index"
12426checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
12427dependencies = [
12428 "anyhow",
12429 "indexmap 2.3.0",
12430 "serde",
12431 "serde_derive",
12432 "serde_json",
12433 "spdx",
12434 "wasm-encoder 0.201.0",
12435 "wasmparser 0.201.0",
12436]
12437
12438[[package]]
12439name = "wasmparser"
12440version = "0.201.0"
12441source = "registry+https://github.com/rust-lang/crates.io-index"
12442checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
12443dependencies = [
12444 "bitflags 2.6.0",
12445 "indexmap 2.3.0",
12446 "semver",
12447]
12448
12449[[package]]
12450name = "wasmparser"
12451version = "0.207.0"
12452source = "registry+https://github.com/rust-lang/crates.io-index"
12453checksum = "e19bb9f8ab07616da582ef8adb24c54f1424c7ec876720b7da9db8ec0626c92c"
12454dependencies = [
12455 "ahash 0.8.11",
12456 "bitflags 2.6.0",
12457 "hashbrown 0.14.5",
12458 "indexmap 2.3.0",
12459 "semver",
12460]
12461
12462[[package]]
12463name = "wasmprinter"
12464version = "0.207.0"
12465source = "registry+https://github.com/rust-lang/crates.io-index"
12466checksum = "9c2d8a7b4dabb460208e6b4334d9db5766e84505038b2529e69c3d07ac619115"
12467dependencies = [
12468 "anyhow",
12469 "wasmparser 0.207.0",
12470]
12471
12472[[package]]
12473name = "wasmtime"
12474version = "21.0.1"
12475source = "registry+https://github.com/rust-lang/crates.io-index"
12476checksum = "f92a1370c66a0022e6d92dcc277e2c84f5dece19569670b8ce7db8162560d8b6"
12477dependencies = [
12478 "anyhow",
12479 "async-trait",
12480 "bumpalo",
12481 "cc",
12482 "cfg-if",
12483 "encoding_rs",
12484 "hashbrown 0.14.5",
12485 "indexmap 2.3.0",
12486 "libc",
12487 "libm",
12488 "log",
12489 "mach2",
12490 "memfd",
12491 "memoffset",
12492 "object 0.33.0",
12493 "once_cell",
12494 "paste",
12495 "postcard",
12496 "psm",
12497 "rustix 0.38.34",
12498 "semver",
12499 "serde",
12500 "serde_derive",
12501 "smallvec",
12502 "sptr",
12503 "target-lexicon",
12504 "wasmparser 0.207.0",
12505 "wasmtime-asm-macros",
12506 "wasmtime-component-macro",
12507 "wasmtime-component-util",
12508 "wasmtime-cranelift",
12509 "wasmtime-environ",
12510 "wasmtime-fiber",
12511 "wasmtime-jit-icache-coherence",
12512 "wasmtime-slab",
12513 "wasmtime-versioned-export-macros",
12514 "wasmtime-winch",
12515 "windows-sys 0.52.0",
12516]
12517
12518[[package]]
12519name = "wasmtime-asm-macros"
12520version = "21.0.1"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "6dee8679c974a7f258c03d60d3c747c426ed219945b6d08cbc77fd2eab15b2d1"
12523dependencies = [
12524 "cfg-if",
12525]
12526
12527[[package]]
12528name = "wasmtime-c-api-impl"
12529version = "21.0.1"
12530source = "registry+https://github.com/rust-lang/crates.io-index"
12531checksum = "76af8b62c8d2814b7d5975c5dc140122e4c086150db6c15d25a4b76f11c929dd"
12532dependencies = [
12533 "anyhow",
12534 "log",
12535 "once_cell",
12536 "tracing",
12537 "wasmtime",
12538 "wasmtime-c-api-macros",
12539]
12540
12541[[package]]
12542name = "wasmtime-c-api-macros"
12543version = "21.0.1"
12544source = "registry+https://github.com/rust-lang/crates.io-index"
12545checksum = "d74b92f917c9ced9c6262a00e9cb982ebac183e6900b4d44e2480f936b9495eb"
12546dependencies = [
12547 "proc-macro2",
12548 "quote",
12549]
12550
12551[[package]]
12552name = "wasmtime-component-macro"
12553version = "21.0.1"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "32cae30035f1cf97dcc6657c979cf39f99ce6be93583675eddf4aeaa5548509c"
12556dependencies = [
12557 "anyhow",
12558 "proc-macro2",
12559 "quote",
12560 "syn 2.0.72",
12561 "wasmtime-component-util",
12562 "wasmtime-wit-bindgen",
12563 "wit-parser 0.207.0",
12564]
12565
12566[[package]]
12567name = "wasmtime-component-util"
12568version = "21.0.1"
12569source = "registry+https://github.com/rust-lang/crates.io-index"
12570checksum = "f7ae611f08cea620c67330925be28a96115bf01f8f393a6cbdf4856a86087134"
12571
12572[[package]]
12573name = "wasmtime-cranelift"
12574version = "21.0.1"
12575source = "registry+https://github.com/rust-lang/crates.io-index"
12576checksum = "b2909406a6007e28be964067167890bca4574bd48a9ff18f1fa9f4856d89ea40"
12577dependencies = [
12578 "anyhow",
12579 "cfg-if",
12580 "cranelift-codegen",
12581 "cranelift-control",
12582 "cranelift-entity",
12583 "cranelift-frontend",
12584 "cranelift-native",
12585 "cranelift-wasm",
12586 "gimli 0.28.1",
12587 "log",
12588 "object 0.33.0",
12589 "target-lexicon",
12590 "thiserror",
12591 "wasmparser 0.207.0",
12592 "wasmtime-environ",
12593 "wasmtime-versioned-export-macros",
12594]
12595
12596[[package]]
12597name = "wasmtime-environ"
12598version = "21.0.1"
12599source = "registry+https://github.com/rust-lang/crates.io-index"
12600checksum = "40e227f9ed2f5421473723d6c0352b5986e6e6044fde5410a274a394d726108f"
12601dependencies = [
12602 "anyhow",
12603 "cpp_demangle",
12604 "cranelift-entity",
12605 "gimli 0.28.1",
12606 "indexmap 2.3.0",
12607 "log",
12608 "object 0.33.0",
12609 "postcard",
12610 "rustc-demangle",
12611 "serde",
12612 "serde_derive",
12613 "target-lexicon",
12614 "wasm-encoder 0.207.0",
12615 "wasmparser 0.207.0",
12616 "wasmprinter",
12617 "wasmtime-component-util",
12618 "wasmtime-types",
12619]
12620
12621[[package]]
12622name = "wasmtime-fiber"
12623version = "21.0.1"
12624source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "42edb392586d07038c1638e854382db916b6ca7845a2e6a7f8dc49e08907acdd"
12626dependencies = [
12627 "anyhow",
12628 "cc",
12629 "cfg-if",
12630 "rustix 0.38.34",
12631 "wasmtime-asm-macros",
12632 "wasmtime-versioned-export-macros",
12633 "windows-sys 0.52.0",
12634]
12635
12636[[package]]
12637name = "wasmtime-jit-icache-coherence"
12638version = "21.0.1"
12639source = "registry+https://github.com/rust-lang/crates.io-index"
12640checksum = "afe088f9b56bb353adaf837bf7e10f1c2e1676719dd5be4cac8e37f2ba1ee5bc"
12641dependencies = [
12642 "anyhow",
12643 "cfg-if",
12644 "libc",
12645 "windows-sys 0.52.0",
12646]
12647
12648[[package]]
12649name = "wasmtime-slab"
12650version = "21.0.1"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "4ff75cafffe47b04b036385ce3710f209153525b0ed19d57b0cf44a22d446460"
12653
12654[[package]]
12655name = "wasmtime-types"
12656version = "21.0.1"
12657source = "registry+https://github.com/rust-lang/crates.io-index"
12658checksum = "2f2fa462bfea3220711c84e2b549f147e4df89eeb49b8a2a3d89148f6cc4a8b1"
12659dependencies = [
12660 "cranelift-entity",
12661 "serde",
12662 "serde_derive",
12663 "smallvec",
12664 "wasmparser 0.207.0",
12665]
12666
12667[[package]]
12668name = "wasmtime-versioned-export-macros"
12669version = "21.0.1"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "d4cedc5bfef3db2a85522ee38564b47ef3b7fc7c92e94cacbce99808e63cdd47"
12672dependencies = [
12673 "proc-macro2",
12674 "quote",
12675 "syn 2.0.72",
12676]
12677
12678[[package]]
12679name = "wasmtime-wasi"
12680version = "21.0.1"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "bdbbe94245904d4c96c7c5f7b55bad896cc27908644efd9442063c0748b631fc"
12683dependencies = [
12684 "anyhow",
12685 "async-trait",
12686 "bitflags 2.6.0",
12687 "bytes 1.7.1",
12688 "cap-fs-ext",
12689 "cap-net-ext",
12690 "cap-rand",
12691 "cap-std",
12692 "cap-time-ext",
12693 "fs-set-times",
12694 "futures 0.3.30",
12695 "io-extras",
12696 "io-lifetimes 2.0.3",
12697 "once_cell",
12698 "rustix 0.38.34",
12699 "system-interface",
12700 "thiserror",
12701 "tokio",
12702 "tracing",
12703 "url",
12704 "wasmtime",
12705 "wiggle",
12706 "windows-sys 0.52.0",
12707]
12708
12709[[package]]
12710name = "wasmtime-winch"
12711version = "21.0.1"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "97b27054fed6be4f3800aba5766f7ef435d4220ce290788f021a08d4fa573108"
12714dependencies = [
12715 "anyhow",
12716 "cranelift-codegen",
12717 "gimli 0.28.1",
12718 "object 0.33.0",
12719 "target-lexicon",
12720 "wasmparser 0.207.0",
12721 "wasmtime-cranelift",
12722 "wasmtime-environ",
12723 "winch-codegen",
12724]
12725
12726[[package]]
12727name = "wasmtime-wit-bindgen"
12728version = "21.0.1"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "c936a52ce69c28de2aa3b5fb4f2dbbb2966df304f04cccb7aca4ba56d915fda0"
12731dependencies = [
12732 "anyhow",
12733 "heck 0.4.1",
12734 "indexmap 2.3.0",
12735 "wit-parser 0.207.0",
12736]
12737
12738[[package]]
12739name = "wast"
12740version = "35.0.2"
12741source = "registry+https://github.com/rust-lang/crates.io-index"
12742checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
12743dependencies = [
12744 "leb128",
12745]
12746
12747[[package]]
12748name = "wayland-backend"
12749version = "0.3.6"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
12752dependencies = [
12753 "cc",
12754 "downcast-rs",
12755 "rustix 0.38.34",
12756 "scoped-tls",
12757 "smallvec",
12758 "wayland-sys",
12759]
12760
12761[[package]]
12762name = "wayland-client"
12763version = "0.31.5"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
12766dependencies = [
12767 "bitflags 2.6.0",
12768 "rustix 0.38.34",
12769 "wayland-backend",
12770 "wayland-scanner",
12771]
12772
12773[[package]]
12774name = "wayland-cursor"
12775version = "0.31.5"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
12778dependencies = [
12779 "rustix 0.38.34",
12780 "wayland-client",
12781 "xcursor",
12782]
12783
12784[[package]]
12785name = "wayland-protocols"
12786version = "0.31.2"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
12789dependencies = [
12790 "bitflags 2.6.0",
12791 "wayland-backend",
12792 "wayland-client",
12793 "wayland-scanner",
12794]
12795
12796[[package]]
12797name = "wayland-protocols-plasma"
12798version = "0.2.0"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
12801dependencies = [
12802 "bitflags 2.6.0",
12803 "wayland-backend",
12804 "wayland-client",
12805 "wayland-protocols",
12806 "wayland-scanner",
12807]
12808
12809[[package]]
12810name = "wayland-scanner"
12811version = "0.31.4"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
12814dependencies = [
12815 "proc-macro2",
12816 "quick-xml 0.34.0",
12817 "quote",
12818]
12819
12820[[package]]
12821name = "wayland-sys"
12822version = "0.31.4"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
12825dependencies = [
12826 "dlib",
12827 "log",
12828 "once_cell",
12829 "pkg-config",
12830]
12831
12832[[package]]
12833name = "web-sys"
12834version = "0.3.69"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
12837dependencies = [
12838 "js-sys",
12839 "wasm-bindgen",
12840]
12841
12842[[package]]
12843name = "webpki-roots"
12844version = "0.24.0"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
12847dependencies = [
12848 "rustls-webpki",
12849]
12850
12851[[package]]
12852name = "weezl"
12853version = "0.1.8"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
12856
12857[[package]]
12858name = "welcome"
12859version = "0.1.0"
12860dependencies = [
12861 "anyhow",
12862 "client",
12863 "db",
12864 "editor",
12865 "extensions_ui",
12866 "fuzzy",
12867 "gpui",
12868 "inline_completion_button",
12869 "install_cli",
12870 "picker",
12871 "project",
12872 "schemars",
12873 "serde",
12874 "settings",
12875 "theme_selector",
12876 "ui",
12877 "util",
12878 "vim",
12879 "workspace",
12880]
12881
12882[[package]]
12883name = "which"
12884version = "4.4.2"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
12887dependencies = [
12888 "either",
12889 "home",
12890 "once_cell",
12891 "rustix 0.38.34",
12892]
12893
12894[[package]]
12895name = "which"
12896version = "6.0.2"
12897source = "registry+https://github.com/rust-lang/crates.io-index"
12898checksum = "3d9c5ed668ee1f17edb3b627225343d210006a90bb1e3745ce1f30b1fb115075"
12899dependencies = [
12900 "either",
12901 "home",
12902 "rustix 0.38.34",
12903 "winsafe",
12904]
12905
12906[[package]]
12907name = "whoami"
12908version = "1.5.1"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
12911dependencies = [
12912 "redox_syscall 0.4.1",
12913 "wasite",
12914]
12915
12916[[package]]
12917name = "wiggle"
12918version = "21.0.1"
12919source = "registry+https://github.com/rust-lang/crates.io-index"
12920checksum = "a89ea6f74ece6d1cfbd089783006b8eb69a0219ca83cad22068f0d9fa9df3f91"
12921dependencies = [
12922 "anyhow",
12923 "async-trait",
12924 "bitflags 2.6.0",
12925 "thiserror",
12926 "tracing",
12927 "wasmtime",
12928 "wiggle-macro",
12929]
12930
12931[[package]]
12932name = "wiggle-generate"
12933version = "21.0.1"
12934source = "registry+https://github.com/rust-lang/crates.io-index"
12935checksum = "36beda94813296ecaf0d91b7ada9da073fd41865ba339bdd3b7764e2e785b8e9"
12936dependencies = [
12937 "anyhow",
12938 "heck 0.4.1",
12939 "proc-macro2",
12940 "quote",
12941 "shellexpand 2.1.2",
12942 "syn 2.0.72",
12943 "witx",
12944]
12945
12946[[package]]
12947name = "wiggle-macro"
12948version = "21.0.1"
12949source = "registry+https://github.com/rust-lang/crates.io-index"
12950checksum = "0b47d2b4442ce93106dba5d1a9c59d5f85b5732878bb3d0598d3c93c0d01b16b"
12951dependencies = [
12952 "proc-macro2",
12953 "quote",
12954 "syn 2.0.72",
12955 "wiggle-generate",
12956]
12957
12958[[package]]
12959name = "winapi"
12960version = "0.3.9"
12961source = "registry+https://github.com/rust-lang/crates.io-index"
12962checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
12963dependencies = [
12964 "winapi-i686-pc-windows-gnu",
12965 "winapi-x86_64-pc-windows-gnu",
12966]
12967
12968[[package]]
12969name = "winapi-i686-pc-windows-gnu"
12970version = "0.4.0"
12971source = "registry+https://github.com/rust-lang/crates.io-index"
12972checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
12973
12974[[package]]
12975name = "winapi-util"
12976version = "0.1.9"
12977source = "registry+https://github.com/rust-lang/crates.io-index"
12978checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
12979dependencies = [
12980 "windows-sys 0.59.0",
12981]
12982
12983[[package]]
12984name = "winapi-x86_64-pc-windows-gnu"
12985version = "0.4.0"
12986source = "registry+https://github.com/rust-lang/crates.io-index"
12987checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
12988
12989[[package]]
12990name = "winch-codegen"
12991version = "0.19.1"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "1dc69899ccb2da7daa4df31426dcfd284b104d1a85e1dae35806df0c46187f87"
12994dependencies = [
12995 "anyhow",
12996 "cranelift-codegen",
12997 "gimli 0.28.1",
12998 "regalloc2",
12999 "smallvec",
13000 "target-lexicon",
13001 "wasmparser 0.207.0",
13002 "wasmtime-cranelift",
13003 "wasmtime-environ",
13004]
13005
13006[[package]]
13007name = "windows"
13008version = "0.48.0"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
13011dependencies = [
13012 "windows-targets 0.48.5",
13013]
13014
13015[[package]]
13016name = "windows"
13017version = "0.52.0"
13018source = "registry+https://github.com/rust-lang/crates.io-index"
13019checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
13020dependencies = [
13021 "windows-core 0.52.0",
13022 "windows-targets 0.52.6",
13023]
13024
13025[[package]]
13026name = "windows"
13027version = "0.54.0"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
13030dependencies = [
13031 "windows-core 0.54.0",
13032 "windows-targets 0.52.6",
13033]
13034
13035[[package]]
13036name = "windows"
13037version = "0.58.0"
13038source = "registry+https://github.com/rust-lang/crates.io-index"
13039checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
13040dependencies = [
13041 "windows-core 0.58.0",
13042 "windows-targets 0.52.6",
13043]
13044
13045[[package]]
13046name = "windows-core"
13047version = "0.52.0"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
13050dependencies = [
13051 "windows-targets 0.52.6",
13052]
13053
13054[[package]]
13055name = "windows-core"
13056version = "0.54.0"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
13059dependencies = [
13060 "windows-result 0.1.2",
13061 "windows-targets 0.52.6",
13062]
13063
13064[[package]]
13065name = "windows-core"
13066version = "0.58.0"
13067source = "registry+https://github.com/rust-lang/crates.io-index"
13068checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
13069dependencies = [
13070 "windows-implement",
13071 "windows-interface",
13072 "windows-result 0.2.0",
13073 "windows-strings",
13074 "windows-targets 0.52.6",
13075]
13076
13077[[package]]
13078name = "windows-implement"
13079version = "0.58.0"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
13082dependencies = [
13083 "proc-macro2",
13084 "quote",
13085 "syn 2.0.72",
13086]
13087
13088[[package]]
13089name = "windows-interface"
13090version = "0.58.0"
13091source = "registry+https://github.com/rust-lang/crates.io-index"
13092checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
13093dependencies = [
13094 "proc-macro2",
13095 "quote",
13096 "syn 2.0.72",
13097]
13098
13099[[package]]
13100name = "windows-result"
13101version = "0.1.2"
13102source = "registry+https://github.com/rust-lang/crates.io-index"
13103checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
13104dependencies = [
13105 "windows-targets 0.52.6",
13106]
13107
13108[[package]]
13109name = "windows-result"
13110version = "0.2.0"
13111source = "registry+https://github.com/rust-lang/crates.io-index"
13112checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
13113dependencies = [
13114 "windows-targets 0.52.6",
13115]
13116
13117[[package]]
13118name = "windows-strings"
13119version = "0.1.0"
13120source = "registry+https://github.com/rust-lang/crates.io-index"
13121checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
13122dependencies = [
13123 "windows-result 0.2.0",
13124 "windows-targets 0.52.6",
13125]
13126
13127[[package]]
13128name = "windows-sys"
13129version = "0.45.0"
13130source = "registry+https://github.com/rust-lang/crates.io-index"
13131checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
13132dependencies = [
13133 "windows-targets 0.42.2",
13134]
13135
13136[[package]]
13137name = "windows-sys"
13138version = "0.48.0"
13139source = "registry+https://github.com/rust-lang/crates.io-index"
13140checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
13141dependencies = [
13142 "windows-targets 0.48.5",
13143]
13144
13145[[package]]
13146name = "windows-sys"
13147version = "0.52.0"
13148source = "registry+https://github.com/rust-lang/crates.io-index"
13149checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
13150dependencies = [
13151 "windows-targets 0.52.6",
13152]
13153
13154[[package]]
13155name = "windows-sys"
13156version = "0.59.0"
13157source = "registry+https://github.com/rust-lang/crates.io-index"
13158checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
13159dependencies = [
13160 "windows-targets 0.52.6",
13161]
13162
13163[[package]]
13164name = "windows-targets"
13165version = "0.42.2"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
13168dependencies = [
13169 "windows_aarch64_gnullvm 0.42.2",
13170 "windows_aarch64_msvc 0.42.2",
13171 "windows_i686_gnu 0.42.2",
13172 "windows_i686_msvc 0.42.2",
13173 "windows_x86_64_gnu 0.42.2",
13174 "windows_x86_64_gnullvm 0.42.2",
13175 "windows_x86_64_msvc 0.42.2",
13176]
13177
13178[[package]]
13179name = "windows-targets"
13180version = "0.48.5"
13181source = "registry+https://github.com/rust-lang/crates.io-index"
13182checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
13183dependencies = [
13184 "windows_aarch64_gnullvm 0.48.5",
13185 "windows_aarch64_msvc 0.48.5",
13186 "windows_i686_gnu 0.48.5",
13187 "windows_i686_msvc 0.48.5",
13188 "windows_x86_64_gnu 0.48.5",
13189 "windows_x86_64_gnullvm 0.48.5",
13190 "windows_x86_64_msvc 0.48.5",
13191]
13192
13193[[package]]
13194name = "windows-targets"
13195version = "0.52.6"
13196source = "registry+https://github.com/rust-lang/crates.io-index"
13197checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
13198dependencies = [
13199 "windows_aarch64_gnullvm 0.52.6",
13200 "windows_aarch64_msvc 0.52.6",
13201 "windows_i686_gnu 0.52.6",
13202 "windows_i686_gnullvm",
13203 "windows_i686_msvc 0.52.6",
13204 "windows_x86_64_gnu 0.52.6",
13205 "windows_x86_64_gnullvm 0.52.6",
13206 "windows_x86_64_msvc 0.52.6",
13207]
13208
13209[[package]]
13210name = "windows_aarch64_gnullvm"
13211version = "0.42.2"
13212source = "registry+https://github.com/rust-lang/crates.io-index"
13213checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
13214
13215[[package]]
13216name = "windows_aarch64_gnullvm"
13217version = "0.48.5"
13218source = "registry+https://github.com/rust-lang/crates.io-index"
13219checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
13220
13221[[package]]
13222name = "windows_aarch64_gnullvm"
13223version = "0.52.6"
13224source = "registry+https://github.com/rust-lang/crates.io-index"
13225checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
13226
13227[[package]]
13228name = "windows_aarch64_msvc"
13229version = "0.42.2"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
13232
13233[[package]]
13234name = "windows_aarch64_msvc"
13235version = "0.48.5"
13236source = "registry+https://github.com/rust-lang/crates.io-index"
13237checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
13238
13239[[package]]
13240name = "windows_aarch64_msvc"
13241version = "0.52.6"
13242source = "registry+https://github.com/rust-lang/crates.io-index"
13243checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
13244
13245[[package]]
13246name = "windows_i686_gnu"
13247version = "0.42.2"
13248source = "registry+https://github.com/rust-lang/crates.io-index"
13249checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
13250
13251[[package]]
13252name = "windows_i686_gnu"
13253version = "0.48.5"
13254source = "registry+https://github.com/rust-lang/crates.io-index"
13255checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
13256
13257[[package]]
13258name = "windows_i686_gnu"
13259version = "0.52.6"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
13262
13263[[package]]
13264name = "windows_i686_gnullvm"
13265version = "0.52.6"
13266source = "registry+https://github.com/rust-lang/crates.io-index"
13267checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
13268
13269[[package]]
13270name = "windows_i686_msvc"
13271version = "0.42.2"
13272source = "registry+https://github.com/rust-lang/crates.io-index"
13273checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
13274
13275[[package]]
13276name = "windows_i686_msvc"
13277version = "0.48.5"
13278source = "registry+https://github.com/rust-lang/crates.io-index"
13279checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
13280
13281[[package]]
13282name = "windows_i686_msvc"
13283version = "0.52.6"
13284source = "registry+https://github.com/rust-lang/crates.io-index"
13285checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
13286
13287[[package]]
13288name = "windows_x86_64_gnu"
13289version = "0.42.2"
13290source = "registry+https://github.com/rust-lang/crates.io-index"
13291checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
13292
13293[[package]]
13294name = "windows_x86_64_gnu"
13295version = "0.48.5"
13296source = "registry+https://github.com/rust-lang/crates.io-index"
13297checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
13298
13299[[package]]
13300name = "windows_x86_64_gnu"
13301version = "0.52.6"
13302source = "registry+https://github.com/rust-lang/crates.io-index"
13303checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
13304
13305[[package]]
13306name = "windows_x86_64_gnullvm"
13307version = "0.42.2"
13308source = "registry+https://github.com/rust-lang/crates.io-index"
13309checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
13310
13311[[package]]
13312name = "windows_x86_64_gnullvm"
13313version = "0.48.5"
13314source = "registry+https://github.com/rust-lang/crates.io-index"
13315checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
13316
13317[[package]]
13318name = "windows_x86_64_gnullvm"
13319version = "0.52.6"
13320source = "registry+https://github.com/rust-lang/crates.io-index"
13321checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
13322
13323[[package]]
13324name = "windows_x86_64_msvc"
13325version = "0.42.2"
13326source = "registry+https://github.com/rust-lang/crates.io-index"
13327checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
13328
13329[[package]]
13330name = "windows_x86_64_msvc"
13331version = "0.48.5"
13332source = "registry+https://github.com/rust-lang/crates.io-index"
13333checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
13334
13335[[package]]
13336name = "windows_x86_64_msvc"
13337version = "0.52.6"
13338source = "registry+https://github.com/rust-lang/crates.io-index"
13339checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
13340
13341[[package]]
13342name = "winnow"
13343version = "0.5.40"
13344source = "registry+https://github.com/rust-lang/crates.io-index"
13345checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
13346dependencies = [
13347 "memchr",
13348]
13349
13350[[package]]
13351name = "winnow"
13352version = "0.6.18"
13353source = "registry+https://github.com/rust-lang/crates.io-index"
13354checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
13355dependencies = [
13356 "memchr",
13357]
13358
13359[[package]]
13360name = "winreg"
13361version = "0.50.0"
13362source = "registry+https://github.com/rust-lang/crates.io-index"
13363checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
13364dependencies = [
13365 "cfg-if",
13366 "windows-sys 0.48.0",
13367]
13368
13369[[package]]
13370name = "winreg"
13371version = "0.52.0"
13372source = "registry+https://github.com/rust-lang/crates.io-index"
13373checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
13374dependencies = [
13375 "cfg-if",
13376 "windows-sys 0.48.0",
13377]
13378
13379[[package]]
13380name = "winresource"
13381version = "0.1.17"
13382source = "registry+https://github.com/rust-lang/crates.io-index"
13383checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
13384dependencies = [
13385 "toml 0.7.8",
13386 "version_check",
13387]
13388
13389[[package]]
13390name = "winsafe"
13391version = "0.0.19"
13392source = "registry+https://github.com/rust-lang/crates.io-index"
13393checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
13394
13395[[package]]
13396name = "winx"
13397version = "0.36.3"
13398source = "registry+https://github.com/rust-lang/crates.io-index"
13399checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
13400dependencies = [
13401 "bitflags 2.6.0",
13402 "windows-sys 0.52.0",
13403]
13404
13405[[package]]
13406name = "wio"
13407version = "0.2.2"
13408source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
13410dependencies = [
13411 "winapi",
13412]
13413
13414[[package]]
13415name = "wit-bindgen"
13416version = "0.22.0"
13417source = "registry+https://github.com/rust-lang/crates.io-index"
13418checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
13419dependencies = [
13420 "bitflags 2.6.0",
13421 "wit-bindgen-rt",
13422 "wit-bindgen-rust-macro",
13423]
13424
13425[[package]]
13426name = "wit-bindgen-core"
13427version = "0.22.0"
13428source = "registry+https://github.com/rust-lang/crates.io-index"
13429checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
13430dependencies = [
13431 "anyhow",
13432 "wit-parser 0.201.0",
13433]
13434
13435[[package]]
13436name = "wit-bindgen-rt"
13437version = "0.22.0"
13438source = "registry+https://github.com/rust-lang/crates.io-index"
13439checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
13440
13441[[package]]
13442name = "wit-bindgen-rust"
13443version = "0.22.0"
13444source = "registry+https://github.com/rust-lang/crates.io-index"
13445checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
13446dependencies = [
13447 "anyhow",
13448 "heck 0.4.1",
13449 "indexmap 2.3.0",
13450 "wasm-metadata",
13451 "wit-bindgen-core",
13452 "wit-component",
13453]
13454
13455[[package]]
13456name = "wit-bindgen-rust-macro"
13457version = "0.22.0"
13458source = "registry+https://github.com/rust-lang/crates.io-index"
13459checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
13460dependencies = [
13461 "anyhow",
13462 "proc-macro2",
13463 "quote",
13464 "syn 2.0.72",
13465 "wit-bindgen-core",
13466 "wit-bindgen-rust",
13467]
13468
13469[[package]]
13470name = "wit-component"
13471version = "0.201.0"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
13474dependencies = [
13475 "anyhow",
13476 "bitflags 2.6.0",
13477 "indexmap 2.3.0",
13478 "log",
13479 "serde",
13480 "serde_derive",
13481 "serde_json",
13482 "wasm-encoder 0.201.0",
13483 "wasm-metadata",
13484 "wasmparser 0.201.0",
13485 "wit-parser 0.201.0",
13486]
13487
13488[[package]]
13489name = "wit-parser"
13490version = "0.201.0"
13491source = "registry+https://github.com/rust-lang/crates.io-index"
13492checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
13493dependencies = [
13494 "anyhow",
13495 "id-arena",
13496 "indexmap 2.3.0",
13497 "log",
13498 "semver",
13499 "serde",
13500 "serde_derive",
13501 "serde_json",
13502 "unicode-xid",
13503 "wasmparser 0.201.0",
13504]
13505
13506[[package]]
13507name = "wit-parser"
13508version = "0.207.0"
13509source = "registry+https://github.com/rust-lang/crates.io-index"
13510checksum = "78c83dab33a9618d86cfe3563cc864deffd08c17efc5db31a3b7cd1edeffe6e1"
13511dependencies = [
13512 "anyhow",
13513 "id-arena",
13514 "indexmap 2.3.0",
13515 "log",
13516 "semver",
13517 "serde",
13518 "serde_derive",
13519 "serde_json",
13520 "unicode-xid",
13521 "wasmparser 0.207.0",
13522]
13523
13524[[package]]
13525name = "witx"
13526version = "0.9.1"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
13529dependencies = [
13530 "anyhow",
13531 "log",
13532 "thiserror",
13533 "wast",
13534]
13535
13536[[package]]
13537name = "workspace"
13538version = "0.1.0"
13539dependencies = [
13540 "any_vec",
13541 "anyhow",
13542 "async-recursion 1.1.1",
13543 "bincode",
13544 "call",
13545 "client",
13546 "clock",
13547 "collections",
13548 "db",
13549 "derive_more",
13550 "dev_server_projects",
13551 "env_logger",
13552 "fs",
13553 "futures 0.3.30",
13554 "gpui",
13555 "http_client",
13556 "itertools 0.11.0",
13557 "language",
13558 "lazy_static",
13559 "log",
13560 "node_runtime",
13561 "parking_lot",
13562 "postage",
13563 "project",
13564 "schemars",
13565 "serde",
13566 "serde_json",
13567 "session",
13568 "settings",
13569 "smallvec",
13570 "sqlez",
13571 "task",
13572 "tempfile",
13573 "theme",
13574 "ui",
13575 "util",
13576 "uuid",
13577]
13578
13579[[package]]
13580name = "worktree"
13581version = "0.1.0"
13582dependencies = [
13583 "anyhow",
13584 "clock",
13585 "collections",
13586 "env_logger",
13587 "fs",
13588 "futures 0.3.30",
13589 "fuzzy",
13590 "git",
13591 "git2",
13592 "gpui",
13593 "http_client",
13594 "ignore",
13595 "language",
13596 "log",
13597 "parking_lot",
13598 "paths",
13599 "postage",
13600 "pretty_assertions",
13601 "rand 0.8.5",
13602 "rpc",
13603 "schemars",
13604 "serde",
13605 "serde_json",
13606 "settings",
13607 "smol",
13608 "sum_tree",
13609 "text",
13610 "util",
13611]
13612
13613[[package]]
13614name = "wyz"
13615version = "0.5.1"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
13618dependencies = [
13619 "tap",
13620]
13621
13622[[package]]
13623name = "x11-clipboard"
13624version = "0.9.2"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
13627dependencies = [
13628 "libc",
13629 "x11rb",
13630]
13631
13632[[package]]
13633name = "x11rb"
13634version = "0.13.1"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
13637dependencies = [
13638 "as-raw-xcb-connection",
13639 "gethostname",
13640 "libc",
13641 "rustix 0.38.34",
13642 "x11rb-protocol",
13643]
13644
13645[[package]]
13646name = "x11rb-protocol"
13647version = "0.13.1"
13648source = "registry+https://github.com/rust-lang/crates.io-index"
13649checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
13650
13651[[package]]
13652name = "xattr"
13653version = "0.2.3"
13654source = "registry+https://github.com/rust-lang/crates.io-index"
13655checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
13656dependencies = [
13657 "libc",
13658]
13659
13660[[package]]
13661name = "xcursor"
13662version = "0.3.6"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "d491ee231a51ae64a5b762114c3ac2104b967aadba1de45c86ca42cf051513b7"
13665
13666[[package]]
13667name = "xdg-home"
13668version = "1.2.0"
13669source = "registry+https://github.com/rust-lang/crates.io-index"
13670checksum = "ca91dcf8f93db085f3a0a29358cd0b9d670915468f4290e8b85d118a34211ab8"
13671dependencies = [
13672 "libc",
13673 "windows-sys 0.52.0",
13674]
13675
13676[[package]]
13677name = "xim"
13678version = "0.4.0"
13679source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13680dependencies = [
13681 "ahash 0.8.11",
13682 "hashbrown 0.14.5",
13683 "log",
13684 "x11rb",
13685 "xim-ctext",
13686 "xim-parser",
13687]
13688
13689[[package]]
13690name = "xim-ctext"
13691version = "0.3.0"
13692source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13693dependencies = [
13694 "encoding_rs",
13695]
13696
13697[[package]]
13698name = "xim-parser"
13699version = "0.2.1"
13700source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13701dependencies = [
13702 "bitflags 2.6.0",
13703]
13704
13705[[package]]
13706name = "xkbcommon"
13707version = "0.7.0"
13708source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
13709dependencies = [
13710 "as-raw-xcb-connection",
13711 "libc",
13712 "memmap2",
13713 "xkeysym",
13714]
13715
13716[[package]]
13717name = "xkeysym"
13718version = "0.2.1"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
13721
13722[[package]]
13723name = "xml5ever"
13724version = "0.18.1"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
13727dependencies = [
13728 "log",
13729 "mac",
13730 "markup5ever",
13731]
13732
13733[[package]]
13734name = "xmlparser"
13735version = "0.13.6"
13736source = "registry+https://github.com/rust-lang/crates.io-index"
13737checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
13738
13739[[package]]
13740name = "xmlwriter"
13741version = "0.1.0"
13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
13744
13745[[package]]
13746name = "xtask"
13747version = "0.1.0"
13748dependencies = [
13749 "anyhow",
13750 "cargo_metadata",
13751 "cargo_toml",
13752 "clap",
13753]
13754
13755[[package]]
13756name = "yansi"
13757version = "0.5.1"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
13760
13761[[package]]
13762name = "yazi"
13763version = "0.1.6"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
13766
13767[[package]]
13768name = "yeslogic-fontconfig-sys"
13769version = "6.0.0"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
13772dependencies = [
13773 "dlib",
13774 "once_cell",
13775 "pkg-config",
13776]
13777
13778[[package]]
13779name = "zbus"
13780version = "4.4.0"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
13783dependencies = [
13784 "async-broadcast",
13785 "async-executor",
13786 "async-fs 2.1.2",
13787 "async-io 2.3.3",
13788 "async-lock 3.4.0",
13789 "async-process 2.2.3",
13790 "async-recursion 1.1.1",
13791 "async-task",
13792 "async-trait",
13793 "blocking",
13794 "enumflags2",
13795 "event-listener 5.3.1",
13796 "futures-core",
13797 "futures-sink",
13798 "futures-util",
13799 "hex",
13800 "nix 0.29.0",
13801 "ordered-stream",
13802 "rand 0.8.5",
13803 "serde",
13804 "serde_repr",
13805 "sha1",
13806 "static_assertions",
13807 "tracing",
13808 "uds_windows",
13809 "windows-sys 0.52.0",
13810 "xdg-home",
13811 "zbus_macros",
13812 "zbus_names",
13813 "zvariant",
13814]
13815
13816[[package]]
13817name = "zbus_macros"
13818version = "4.4.0"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
13821dependencies = [
13822 "proc-macro-crate",
13823 "proc-macro2",
13824 "quote",
13825 "syn 2.0.72",
13826 "zvariant_utils",
13827]
13828
13829[[package]]
13830name = "zbus_names"
13831version = "3.0.0"
13832source = "registry+https://github.com/rust-lang/crates.io-index"
13833checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
13834dependencies = [
13835 "serde",
13836 "static_assertions",
13837 "zvariant",
13838]
13839
13840[[package]]
13841name = "zed"
13842version = "0.149.3"
13843dependencies = [
13844 "activity_indicator",
13845 "anyhow",
13846 "ashpd",
13847 "assets",
13848 "assistant",
13849 "audio",
13850 "auto_update",
13851 "backtrace",
13852 "breadcrumbs",
13853 "call",
13854 "channel",
13855 "chrono",
13856 "clap",
13857 "cli",
13858 "client",
13859 "collab_ui",
13860 "collections",
13861 "command_palette",
13862 "copilot",
13863 "db",
13864 "dev_server_projects",
13865 "diagnostics",
13866 "editor",
13867 "env_logger",
13868 "extension",
13869 "extensions_ui",
13870 "feedback",
13871 "file_finder",
13872 "file_icons",
13873 "fs",
13874 "futures 0.3.30",
13875 "git",
13876 "git_hosting_providers",
13877 "go_to_line",
13878 "gpui",
13879 "headless",
13880 "http_client",
13881 "image_viewer",
13882 "inline_completion_button",
13883 "install_cli",
13884 "isahc",
13885 "journal",
13886 "language",
13887 "language_model",
13888 "language_selector",
13889 "language_tools",
13890 "languages",
13891 "libc",
13892 "log",
13893 "markdown_preview",
13894 "menu",
13895 "mimalloc",
13896 "nix 0.28.0",
13897 "node_runtime",
13898 "notifications",
13899 "outline",
13900 "outline_panel",
13901 "parking_lot",
13902 "paths",
13903 "performance",
13904 "profiling",
13905 "project",
13906 "project_panel",
13907 "project_symbols",
13908 "quick_action_bar",
13909 "recent_projects",
13910 "release_channel",
13911 "remote",
13912 "repl",
13913 "rope",
13914 "search",
13915 "serde",
13916 "serde_json",
13917 "session",
13918 "settings",
13919 "settings_ui",
13920 "simplelog",
13921 "smol",
13922 "snippet_provider",
13923 "supermaven",
13924 "tab_switcher",
13925 "task",
13926 "tasks_ui",
13927 "telemetry_events",
13928 "terminal_view",
13929 "theme",
13930 "theme_selector",
13931 "tree-sitter-md",
13932 "tree-sitter-rust",
13933 "ui",
13934 "url",
13935 "urlencoding",
13936 "util",
13937 "uuid",
13938 "vim",
13939 "welcome",
13940 "winresource",
13941 "workspace",
13942 "zed_actions",
13943]
13944
13945[[package]]
13946name = "zed_actions"
13947version = "0.1.0"
13948dependencies = [
13949 "gpui",
13950 "serde",
13951]
13952
13953[[package]]
13954name = "zed_astro"
13955version = "0.1.0"
13956dependencies = [
13957 "serde",
13958 "zed_extension_api 0.0.6",
13959]
13960
13961[[package]]
13962name = "zed_clojure"
13963version = "0.0.3"
13964dependencies = [
13965 "zed_extension_api 0.0.6",
13966]
13967
13968[[package]]
13969name = "zed_csharp"
13970version = "0.0.2"
13971dependencies = [
13972 "zed_extension_api 0.0.6",
13973]
13974
13975[[package]]
13976name = "zed_dart"
13977version = "0.0.3"
13978dependencies = [
13979 "zed_extension_api 0.0.6",
13980]
13981
13982[[package]]
13983name = "zed_deno"
13984version = "0.0.2"
13985dependencies = [
13986 "zed_extension_api 0.0.6",
13987]
13988
13989[[package]]
13990name = "zed_elixir"
13991version = "0.0.7"
13992dependencies = [
13993 "zed_extension_api 0.0.6",
13994]
13995
13996[[package]]
13997name = "zed_elm"
13998version = "0.0.1"
13999dependencies = [
14000 "zed_extension_api 0.0.6",
14001]
14002
14003[[package]]
14004name = "zed_emmet"
14005version = "0.0.3"
14006dependencies = [
14007 "zed_extension_api 0.0.6",
14008]
14009
14010[[package]]
14011name = "zed_erlang"
14012version = "0.0.1"
14013dependencies = [
14014 "zed_extension_api 0.0.6",
14015]
14016
14017[[package]]
14018name = "zed_extension_api"
14019version = "0.0.6"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "77ca8bcaea3feb2d2ce9dbeb061ee48365312a351faa7014c417b0365fe9e459"
14022dependencies = [
14023 "serde",
14024 "serde_json",
14025 "wit-bindgen",
14026]
14027
14028[[package]]
14029name = "zed_extension_api"
14030version = "0.1.0"
14031dependencies = [
14032 "serde",
14033 "serde_json",
14034 "wit-bindgen",
14035]
14036
14037[[package]]
14038name = "zed_extension_api"
14039version = "0.1.0"
14040source = "registry+https://github.com/rust-lang/crates.io-index"
14041checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
14042dependencies = [
14043 "serde",
14044 "serde_json",
14045 "wit-bindgen",
14046]
14047
14048[[package]]
14049name = "zed_gleam"
14050version = "0.2.0"
14051dependencies = [
14052 "html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14053 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14054]
14055
14056[[package]]
14057name = "zed_glsl"
14058version = "0.1.0"
14059dependencies = [
14060 "zed_extension_api 0.0.6",
14061]
14062
14063[[package]]
14064name = "zed_haskell"
14065version = "0.1.1"
14066dependencies = [
14067 "zed_extension_api 0.0.6",
14068]
14069
14070[[package]]
14071name = "zed_html"
14072version = "0.1.2"
14073dependencies = [
14074 "zed_extension_api 0.0.6",
14075]
14076
14077[[package]]
14078name = "zed_lua"
14079version = "0.0.3"
14080dependencies = [
14081 "zed_extension_api 0.0.6",
14082]
14083
14084[[package]]
14085name = "zed_ocaml"
14086version = "0.0.2"
14087dependencies = [
14088 "zed_extension_api 0.0.6",
14089]
14090
14091[[package]]
14092name = "zed_php"
14093version = "0.1.3"
14094dependencies = [
14095 "zed_extension_api 0.0.6",
14096]
14097
14098[[package]]
14099name = "zed_prisma"
14100version = "0.0.3"
14101dependencies = [
14102 "zed_extension_api 0.0.6",
14103]
14104
14105[[package]]
14106name = "zed_purescript"
14107version = "0.0.1"
14108dependencies = [
14109 "zed_extension_api 0.0.6",
14110]
14111
14112[[package]]
14113name = "zed_ruby"
14114version = "0.1.0"
14115dependencies = [
14116 "zed_extension_api 0.0.6",
14117]
14118
14119[[package]]
14120name = "zed_ruff"
14121version = "0.0.2"
14122dependencies = [
14123 "zed_extension_api 0.0.6",
14124]
14125
14126[[package]]
14127name = "zed_snippets"
14128version = "0.0.5"
14129dependencies = [
14130 "serde_json",
14131 "zed_extension_api 0.0.6",
14132]
14133
14134[[package]]
14135name = "zed_svelte"
14136version = "0.0.3"
14137dependencies = [
14138 "zed_extension_api 0.0.6",
14139]
14140
14141[[package]]
14142name = "zed_terraform"
14143version = "0.0.4"
14144dependencies = [
14145 "zed_extension_api 0.0.6",
14146]
14147
14148[[package]]
14149name = "zed_test_extension"
14150version = "0.1.0"
14151dependencies = [
14152 "zed_extension_api 0.0.6",
14153]
14154
14155[[package]]
14156name = "zed_toml"
14157version = "0.1.1"
14158dependencies = [
14159 "zed_extension_api 0.0.6",
14160]
14161
14162[[package]]
14163name = "zed_uiua"
14164version = "0.0.1"
14165dependencies = [
14166 "zed_extension_api 0.0.6",
14167]
14168
14169[[package]]
14170name = "zed_vue"
14171version = "0.1.0"
14172dependencies = [
14173 "serde",
14174 "zed_extension_api 0.0.6",
14175]
14176
14177[[package]]
14178name = "zed_zig"
14179version = "0.2.0"
14180dependencies = [
14181 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14182]
14183
14184[[package]]
14185name = "zeno"
14186version = "0.2.3"
14187source = "registry+https://github.com/rust-lang/crates.io-index"
14188checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
14189
14190[[package]]
14191name = "zerocopy"
14192version = "0.7.35"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
14195dependencies = [
14196 "byteorder",
14197 "zerocopy-derive",
14198]
14199
14200[[package]]
14201name = "zerocopy-derive"
14202version = "0.7.35"
14203source = "registry+https://github.com/rust-lang/crates.io-index"
14204checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
14205dependencies = [
14206 "proc-macro2",
14207 "quote",
14208 "syn 2.0.72",
14209]
14210
14211[[package]]
14212name = "zeroize"
14213version = "1.8.1"
14214source = "registry+https://github.com/rust-lang/crates.io-index"
14215checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
14216dependencies = [
14217 "zeroize_derive",
14218]
14219
14220[[package]]
14221name = "zeroize_derive"
14222version = "1.4.2"
14223source = "registry+https://github.com/rust-lang/crates.io-index"
14224checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
14225dependencies = [
14226 "proc-macro2",
14227 "quote",
14228 "syn 2.0.72",
14229]
14230
14231[[package]]
14232name = "zeromq"
14233version = "0.4.0"
14234source = "registry+https://github.com/rust-lang/crates.io-index"
14235checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
14236dependencies = [
14237 "async-dispatcher",
14238 "async-std",
14239 "async-trait",
14240 "asynchronous-codec",
14241 "bytes 1.7.1",
14242 "crossbeam-queue",
14243 "dashmap 5.5.3",
14244 "futures-channel",
14245 "futures-io",
14246 "futures-task",
14247 "futures-util",
14248 "log",
14249 "num-traits",
14250 "once_cell",
14251 "parking_lot",
14252 "rand 0.8.5",
14253 "regex",
14254 "thiserror",
14255 "uuid",
14256]
14257
14258[[package]]
14259name = "zstd"
14260version = "0.11.2+zstd.1.5.2"
14261source = "registry+https://github.com/rust-lang/crates.io-index"
14262checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
14263dependencies = [
14264 "zstd-safe",
14265]
14266
14267[[package]]
14268name = "zstd-safe"
14269version = "5.0.2+zstd.1.5.2"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
14272dependencies = [
14273 "libc",
14274 "zstd-sys",
14275]
14276
14277[[package]]
14278name = "zstd-sys"
14279version = "2.0.13+zstd.1.5.6"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
14282dependencies = [
14283 "cc",
14284 "pkg-config",
14285]
14286
14287[[package]]
14288name = "zune-core"
14289version = "0.4.12"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
14292
14293[[package]]
14294name = "zune-inflate"
14295version = "0.2.54"
14296source = "registry+https://github.com/rust-lang/crates.io-index"
14297checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
14298dependencies = [
14299 "simd-adler32",
14300]
14301
14302[[package]]
14303name = "zune-jpeg"
14304version = "0.4.13"
14305source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
14307dependencies = [
14308 "zune-core",
14309]
14310
14311[[package]]
14312name = "zvariant"
14313version = "4.2.0"
14314source = "registry+https://github.com/rust-lang/crates.io-index"
14315checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
14316dependencies = [
14317 "endi",
14318 "enumflags2",
14319 "serde",
14320 "static_assertions",
14321 "url",
14322 "zvariant_derive",
14323]
14324
14325[[package]]
14326name = "zvariant_derive"
14327version = "4.2.0"
14328source = "registry+https://github.com/rust-lang/crates.io-index"
14329checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
14330dependencies = [
14331 "proc-macro-crate",
14332 "proc-macro2",
14333 "quote",
14334 "syn 2.0.72",
14335 "zvariant_utils",
14336]
14337
14338[[package]]
14339name = "zvariant_utils"
14340version = "2.1.0"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
14343dependencies = [
14344 "proc-macro2",
14345 "quote",
14346 "syn 2.0.72",
14347]