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