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