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 "worktree",
9019]
9020
9021[[package]]
9022name = "rend"
9023version = "0.4.2"
9024source = "registry+https://github.com/rust-lang/crates.io-index"
9025checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
9026dependencies = [
9027 "bytecheck",
9028]
9029
9030[[package]]
9031name = "repl"
9032version = "0.1.0"
9033dependencies = [
9034 "alacritty_terminal",
9035 "anyhow",
9036 "async-dispatcher",
9037 "base64 0.22.1",
9038 "client",
9039 "collections",
9040 "command_palette_hooks",
9041 "editor",
9042 "env_logger",
9043 "futures 0.3.30",
9044 "gpui",
9045 "http_client",
9046 "image",
9047 "indoc",
9048 "language",
9049 "languages",
9050 "log",
9051 "markdown_preview",
9052 "multi_buffer",
9053 "project",
9054 "runtimelib",
9055 "schemars",
9056 "serde",
9057 "serde_json",
9058 "settings",
9059 "smol",
9060 "terminal",
9061 "terminal_view",
9062 "theme",
9063 "tree-sitter-md",
9064 "tree-sitter-python",
9065 "tree-sitter-typescript",
9066 "ui",
9067 "util",
9068 "uuid",
9069 "windows 0.58.0",
9070 "workspace",
9071]
9072
9073[[package]]
9074name = "reqwest"
9075version = "0.11.27"
9076source = "registry+https://github.com/rust-lang/crates.io-index"
9077checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9078dependencies = [
9079 "base64 0.21.7",
9080 "bytes 1.7.1",
9081 "encoding_rs",
9082 "futures-core",
9083 "futures-util",
9084 "h2",
9085 "http 0.2.12",
9086 "http-body 0.4.6",
9087 "hyper",
9088 "hyper-tls",
9089 "ipnet",
9090 "js-sys",
9091 "log",
9092 "mime",
9093 "native-tls",
9094 "once_cell",
9095 "percent-encoding",
9096 "pin-project-lite",
9097 "rustls-pemfile",
9098 "serde",
9099 "serde_json",
9100 "serde_urlencoded",
9101 "sync_wrapper",
9102 "system-configuration",
9103 "tokio",
9104 "tokio-native-tls",
9105 "tower-service",
9106 "url",
9107 "wasm-bindgen",
9108 "wasm-bindgen-futures",
9109 "web-sys",
9110 "winreg 0.50.0",
9111]
9112
9113[[package]]
9114name = "resvg"
9115version = "0.41.0"
9116source = "registry+https://github.com/rust-lang/crates.io-index"
9117checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
9118dependencies = [
9119 "log",
9120 "pico-args",
9121 "rgb",
9122 "svgtypes",
9123 "tiny-skia",
9124 "usvg",
9125]
9126
9127[[package]]
9128name = "rfc6979"
9129version = "0.3.1"
9130source = "registry+https://github.com/rust-lang/crates.io-index"
9131checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9132dependencies = [
9133 "crypto-bigint 0.4.9",
9134 "hmac",
9135 "zeroize",
9136]
9137
9138[[package]]
9139name = "rgb"
9140version = "0.8.47"
9141source = "registry+https://github.com/rust-lang/crates.io-index"
9142checksum = "e12bc8d2f72df26a5d3178022df33720fbede0d31d82c7291662eff89836994d"
9143dependencies = [
9144 "bytemuck",
9145]
9146
9147[[package]]
9148name = "rich_text"
9149version = "0.1.0"
9150dependencies = [
9151 "futures 0.3.30",
9152 "gpui",
9153 "language",
9154 "linkify",
9155 "pulldown-cmark",
9156 "theme",
9157 "ui",
9158 "util",
9159]
9160
9161[[package]]
9162name = "ring"
9163version = "0.17.8"
9164source = "registry+https://github.com/rust-lang/crates.io-index"
9165checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9166dependencies = [
9167 "cc",
9168 "cfg-if",
9169 "getrandom 0.2.15",
9170 "libc",
9171 "spin",
9172 "untrusted",
9173 "windows-sys 0.52.0",
9174]
9175
9176[[package]]
9177name = "rkyv"
9178version = "0.7.44"
9179source = "registry+https://github.com/rust-lang/crates.io-index"
9180checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
9181dependencies = [
9182 "bitvec",
9183 "bytecheck",
9184 "bytes 1.7.1",
9185 "hashbrown 0.12.3",
9186 "ptr_meta",
9187 "rend",
9188 "rkyv_derive",
9189 "seahash",
9190 "tinyvec",
9191 "uuid",
9192]
9193
9194[[package]]
9195name = "rkyv_derive"
9196version = "0.7.44"
9197source = "registry+https://github.com/rust-lang/crates.io-index"
9198checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
9199dependencies = [
9200 "proc-macro2",
9201 "quote",
9202 "syn 1.0.109",
9203]
9204
9205[[package]]
9206name = "rmp"
9207version = "0.8.14"
9208source = "registry+https://github.com/rust-lang/crates.io-index"
9209checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9210dependencies = [
9211 "byteorder",
9212 "num-traits",
9213 "paste",
9214]
9215
9216[[package]]
9217name = "rmpv"
9218version = "1.3.0"
9219source = "registry+https://github.com/rust-lang/crates.io-index"
9220checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9221dependencies = [
9222 "num-traits",
9223 "rmp",
9224]
9225
9226[[package]]
9227name = "rodio"
9228version = "0.17.3"
9229source = "registry+https://github.com/rust-lang/crates.io-index"
9230checksum = "3b1bb7b48ee48471f55da122c0044fcc7600cfcc85db88240b89cb832935e611"
9231dependencies = [
9232 "cpal",
9233 "hound",
9234]
9235
9236[[package]]
9237name = "rope"
9238version = "0.1.0"
9239dependencies = [
9240 "arrayvec",
9241 "criterion",
9242 "ctor",
9243 "env_logger",
9244 "gpui",
9245 "log",
9246 "rand 0.8.5",
9247 "smallvec",
9248 "sum_tree",
9249 "unicode-segmentation",
9250 "util",
9251]
9252
9253[[package]]
9254name = "roxmltree"
9255version = "0.19.0"
9256source = "registry+https://github.com/rust-lang/crates.io-index"
9257checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
9258
9259[[package]]
9260name = "roxmltree"
9261version = "0.20.0"
9262source = "registry+https://github.com/rust-lang/crates.io-index"
9263checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9264
9265[[package]]
9266name = "rpc"
9267version = "0.1.0"
9268dependencies = [
9269 "anyhow",
9270 "async-tungstenite",
9271 "base64 0.22.1",
9272 "chrono",
9273 "collections",
9274 "env_logger",
9275 "futures 0.3.30",
9276 "gpui",
9277 "parking_lot",
9278 "proto",
9279 "rand 0.8.5",
9280 "rsa",
9281 "serde",
9282 "serde_json",
9283 "sha2",
9284 "strum 0.25.0",
9285 "tracing",
9286 "util",
9287 "zstd",
9288]
9289
9290[[package]]
9291name = "rsa"
9292version = "0.9.6"
9293source = "registry+https://github.com/rust-lang/crates.io-index"
9294checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
9295dependencies = [
9296 "const-oid",
9297 "digest",
9298 "num-bigint-dig",
9299 "num-integer",
9300 "num-traits",
9301 "pkcs1",
9302 "pkcs8 0.10.2",
9303 "rand_core 0.6.4",
9304 "signature 2.2.0",
9305 "spki 0.7.3",
9306 "subtle",
9307 "zeroize",
9308]
9309
9310[[package]]
9311name = "runtimelib"
9312version = "0.15.0"
9313source = "registry+https://github.com/rust-lang/crates.io-index"
9314checksum = "a7d76d28b882a7b889ebb04e79bc2b160b3061821ea596ff0f4a838fc7a76db0"
9315dependencies = [
9316 "anyhow",
9317 "async-dispatcher",
9318 "async-std",
9319 "base64 0.22.1",
9320 "bytes 1.7.1",
9321 "chrono",
9322 "data-encoding",
9323 "dirs 5.0.1",
9324 "futures 0.3.30",
9325 "glob",
9326 "rand 0.8.5",
9327 "ring",
9328 "serde",
9329 "serde_json",
9330 "shellexpand 3.1.0",
9331 "smol",
9332 "uuid",
9333 "zeromq",
9334]
9335
9336[[package]]
9337name = "rust-embed"
9338version = "8.5.0"
9339source = "registry+https://github.com/rust-lang/crates.io-index"
9340checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
9341dependencies = [
9342 "rust-embed-impl",
9343 "rust-embed-utils",
9344 "walkdir",
9345]
9346
9347[[package]]
9348name = "rust-embed-impl"
9349version = "8.5.0"
9350source = "registry+https://github.com/rust-lang/crates.io-index"
9351checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
9352dependencies = [
9353 "proc-macro2",
9354 "quote",
9355 "rust-embed-utils",
9356 "syn 2.0.72",
9357 "walkdir",
9358]
9359
9360[[package]]
9361name = "rust-embed-utils"
9362version = "8.5.0"
9363source = "registry+https://github.com/rust-lang/crates.io-index"
9364checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
9365dependencies = [
9366 "globset",
9367 "sha2",
9368 "walkdir",
9369]
9370
9371[[package]]
9372name = "rust_decimal"
9373version = "1.35.0"
9374source = "registry+https://github.com/rust-lang/crates.io-index"
9375checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a"
9376dependencies = [
9377 "arrayvec",
9378 "borsh",
9379 "bytes 1.7.1",
9380 "num-traits",
9381 "rand 0.8.5",
9382 "rkyv",
9383 "serde",
9384 "serde_json",
9385]
9386
9387[[package]]
9388name = "rustc-demangle"
9389version = "0.1.24"
9390source = "registry+https://github.com/rust-lang/crates.io-index"
9391checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
9392
9393[[package]]
9394name = "rustc-hash"
9395version = "1.1.0"
9396source = "registry+https://github.com/rust-lang/crates.io-index"
9397checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
9398
9399[[package]]
9400name = "rustc_version"
9401version = "0.4.0"
9402source = "registry+https://github.com/rust-lang/crates.io-index"
9403checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
9404dependencies = [
9405 "semver",
9406]
9407
9408[[package]]
9409name = "rustix"
9410version = "0.37.27"
9411source = "registry+https://github.com/rust-lang/crates.io-index"
9412checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
9413dependencies = [
9414 "bitflags 1.3.2",
9415 "errno 0.3.9",
9416 "io-lifetimes 1.0.11",
9417 "libc",
9418 "linux-raw-sys 0.3.8",
9419 "windows-sys 0.48.0",
9420]
9421
9422[[package]]
9423name = "rustix"
9424version = "0.38.34"
9425source = "registry+https://github.com/rust-lang/crates.io-index"
9426checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
9427dependencies = [
9428 "bitflags 2.6.0",
9429 "errno 0.3.9",
9430 "itoa",
9431 "libc",
9432 "linux-raw-sys 0.4.14",
9433 "once_cell",
9434 "windows-sys 0.52.0",
9435]
9436
9437[[package]]
9438name = "rustix-openpty"
9439version = "0.1.1"
9440source = "registry+https://github.com/rust-lang/crates.io-index"
9441checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
9442dependencies = [
9443 "errno 0.3.9",
9444 "libc",
9445 "rustix 0.38.34",
9446]
9447
9448[[package]]
9449name = "rustls"
9450version = "0.21.12"
9451source = "registry+https://github.com/rust-lang/crates.io-index"
9452checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
9453dependencies = [
9454 "log",
9455 "ring",
9456 "rustls-webpki",
9457 "sct",
9458]
9459
9460[[package]]
9461name = "rustls-native-certs"
9462version = "0.6.3"
9463source = "registry+https://github.com/rust-lang/crates.io-index"
9464checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
9465dependencies = [
9466 "openssl-probe",
9467 "rustls-pemfile",
9468 "schannel",
9469 "security-framework",
9470]
9471
9472[[package]]
9473name = "rustls-pemfile"
9474version = "1.0.4"
9475source = "registry+https://github.com/rust-lang/crates.io-index"
9476checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
9477dependencies = [
9478 "base64 0.21.7",
9479]
9480
9481[[package]]
9482name = "rustls-webpki"
9483version = "0.101.7"
9484source = "registry+https://github.com/rust-lang/crates.io-index"
9485checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
9486dependencies = [
9487 "ring",
9488 "untrusted",
9489]
9490
9491[[package]]
9492name = "rustversion"
9493version = "1.0.17"
9494source = "registry+https://github.com/rust-lang/crates.io-index"
9495checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
9496
9497[[package]]
9498name = "rustybuzz"
9499version = "0.14.1"
9500source = "registry+https://github.com/rust-lang/crates.io-index"
9501checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
9502dependencies = [
9503 "bitflags 2.6.0",
9504 "bytemuck",
9505 "libm",
9506 "smallvec",
9507 "ttf-parser",
9508 "unicode-bidi-mirroring",
9509 "unicode-ccc",
9510 "unicode-properties",
9511 "unicode-script",
9512]
9513
9514[[package]]
9515name = "ryu"
9516version = "1.0.18"
9517source = "registry+https://github.com/rust-lang/crates.io-index"
9518checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
9519
9520[[package]]
9521name = "salsa20"
9522version = "0.10.2"
9523source = "registry+https://github.com/rust-lang/crates.io-index"
9524checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
9525dependencies = [
9526 "cipher",
9527]
9528
9529[[package]]
9530name = "same-file"
9531version = "1.0.6"
9532source = "registry+https://github.com/rust-lang/crates.io-index"
9533checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
9534dependencies = [
9535 "winapi-util",
9536]
9537
9538[[package]]
9539name = "schannel"
9540version = "0.1.23"
9541source = "registry+https://github.com/rust-lang/crates.io-index"
9542checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
9543dependencies = [
9544 "windows-sys 0.52.0",
9545]
9546
9547[[package]]
9548name = "schemars"
9549version = "0.8.21"
9550source = "registry+https://github.com/rust-lang/crates.io-index"
9551checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
9552dependencies = [
9553 "dyn-clone",
9554 "indexmap 1.9.3",
9555 "schemars_derive",
9556 "serde",
9557 "serde_json",
9558]
9559
9560[[package]]
9561name = "schemars_derive"
9562version = "0.8.21"
9563source = "registry+https://github.com/rust-lang/crates.io-index"
9564checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
9565dependencies = [
9566 "proc-macro2",
9567 "quote",
9568 "serde_derive_internals 0.29.1",
9569 "syn 2.0.72",
9570]
9571
9572[[package]]
9573name = "scoped-tls"
9574version = "1.0.1"
9575source = "registry+https://github.com/rust-lang/crates.io-index"
9576checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
9577
9578[[package]]
9579name = "scopeguard"
9580version = "1.2.0"
9581source = "registry+https://github.com/rust-lang/crates.io-index"
9582checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
9583
9584[[package]]
9585name = "scrypt"
9586version = "0.11.0"
9587source = "registry+https://github.com/rust-lang/crates.io-index"
9588checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
9589dependencies = [
9590 "password-hash",
9591 "pbkdf2",
9592 "salsa20",
9593 "sha2",
9594]
9595
9596[[package]]
9597name = "sct"
9598version = "0.7.1"
9599source = "registry+https://github.com/rust-lang/crates.io-index"
9600checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
9601dependencies = [
9602 "ring",
9603 "untrusted",
9604]
9605
9606[[package]]
9607name = "sea-bae"
9608version = "0.2.0"
9609source = "registry+https://github.com/rust-lang/crates.io-index"
9610checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
9611dependencies = [
9612 "heck 0.4.1",
9613 "proc-macro-error",
9614 "proc-macro2",
9615 "quote",
9616 "syn 2.0.72",
9617]
9618
9619[[package]]
9620name = "sea-orm"
9621version = "1.1.0-rc.1"
9622source = "registry+https://github.com/rust-lang/crates.io-index"
9623checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
9624dependencies = [
9625 "async-stream",
9626 "async-trait",
9627 "bigdecimal",
9628 "chrono",
9629 "futures 0.3.30",
9630 "log",
9631 "ouroboros",
9632 "rust_decimal",
9633 "sea-orm-macros",
9634 "sea-query",
9635 "sea-query-binder",
9636 "serde",
9637 "serde_json",
9638 "sqlx",
9639 "strum 0.26.3",
9640 "thiserror",
9641 "time",
9642 "tracing",
9643 "url",
9644 "uuid",
9645]
9646
9647[[package]]
9648name = "sea-orm-macros"
9649version = "1.1.0-rc.1"
9650source = "registry+https://github.com/rust-lang/crates.io-index"
9651checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
9652dependencies = [
9653 "heck 0.4.1",
9654 "proc-macro2",
9655 "quote",
9656 "sea-bae",
9657 "syn 2.0.72",
9658 "unicode-ident",
9659]
9660
9661[[package]]
9662name = "sea-query"
9663version = "0.32.0-rc.1"
9664source = "registry+https://github.com/rust-lang/crates.io-index"
9665checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
9666dependencies = [
9667 "bigdecimal",
9668 "chrono",
9669 "educe",
9670 "inherent",
9671 "ordered-float 3.9.2",
9672 "rust_decimal",
9673 "serde_json",
9674 "time",
9675 "uuid",
9676]
9677
9678[[package]]
9679name = "sea-query-binder"
9680version = "0.7.0-rc.1"
9681source = "registry+https://github.com/rust-lang/crates.io-index"
9682checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
9683dependencies = [
9684 "bigdecimal",
9685 "chrono",
9686 "rust_decimal",
9687 "sea-query",
9688 "serde_json",
9689 "sqlx",
9690 "time",
9691 "uuid",
9692]
9693
9694[[package]]
9695name = "seahash"
9696version = "4.1.0"
9697source = "registry+https://github.com/rust-lang/crates.io-index"
9698checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
9699
9700[[package]]
9701name = "sealed"
9702version = "0.4.0"
9703source = "registry+https://github.com/rust-lang/crates.io-index"
9704checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
9705dependencies = [
9706 "heck 0.3.3",
9707 "proc-macro2",
9708 "quote",
9709 "syn 1.0.109",
9710]
9711
9712[[package]]
9713name = "search"
9714version = "0.1.0"
9715dependencies = [
9716 "any_vec",
9717 "anyhow",
9718 "bitflags 2.6.0",
9719 "client",
9720 "collections",
9721 "editor",
9722 "futures 0.3.30",
9723 "gpui",
9724 "language",
9725 "menu",
9726 "project",
9727 "serde",
9728 "serde_json",
9729 "settings",
9730 "smol",
9731 "theme",
9732 "ui",
9733 "unindent",
9734 "util",
9735 "workspace",
9736]
9737
9738[[package]]
9739name = "sec1"
9740version = "0.3.0"
9741source = "registry+https://github.com/rust-lang/crates.io-index"
9742checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
9743dependencies = [
9744 "base16ct",
9745 "der 0.6.1",
9746 "generic-array",
9747 "pkcs8 0.9.0",
9748 "subtle",
9749 "zeroize",
9750]
9751
9752[[package]]
9753name = "security-framework"
9754version = "2.11.1"
9755source = "registry+https://github.com/rust-lang/crates.io-index"
9756checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
9757dependencies = [
9758 "bitflags 2.6.0",
9759 "core-foundation 0.9.4",
9760 "core-foundation-sys",
9761 "libc",
9762 "security-framework-sys",
9763]
9764
9765[[package]]
9766name = "security-framework-sys"
9767version = "2.11.1"
9768source = "registry+https://github.com/rust-lang/crates.io-index"
9769checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
9770dependencies = [
9771 "core-foundation-sys",
9772 "libc",
9773]
9774
9775[[package]]
9776name = "self_cell"
9777version = "1.0.4"
9778source = "registry+https://github.com/rust-lang/crates.io-index"
9779checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
9780
9781[[package]]
9782name = "semantic_index"
9783version = "0.1.0"
9784dependencies = [
9785 "anyhow",
9786 "client",
9787 "clock",
9788 "collections",
9789 "env_logger",
9790 "fs",
9791 "futures 0.3.30",
9792 "futures-batch",
9793 "gpui",
9794 "heed",
9795 "http_client",
9796 "language",
9797 "languages",
9798 "log",
9799 "open_ai",
9800 "parking_lot",
9801 "project",
9802 "serde",
9803 "serde_json",
9804 "settings",
9805 "sha2",
9806 "smol",
9807 "tempfile",
9808 "theme",
9809 "tree-sitter",
9810 "ui",
9811 "unindent",
9812 "util",
9813 "workspace",
9814 "worktree",
9815]
9816
9817[[package]]
9818name = "semantic_version"
9819version = "0.1.0"
9820dependencies = [
9821 "anyhow",
9822 "serde",
9823]
9824
9825[[package]]
9826name = "semver"
9827version = "1.0.23"
9828source = "registry+https://github.com/rust-lang/crates.io-index"
9829checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
9830dependencies = [
9831 "serde",
9832]
9833
9834[[package]]
9835name = "serde"
9836version = "1.0.208"
9837source = "registry+https://github.com/rust-lang/crates.io-index"
9838checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
9839dependencies = [
9840 "serde_derive",
9841]
9842
9843[[package]]
9844name = "serde_derive"
9845version = "1.0.208"
9846source = "registry+https://github.com/rust-lang/crates.io-index"
9847checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
9848dependencies = [
9849 "proc-macro2",
9850 "quote",
9851 "syn 2.0.72",
9852]
9853
9854[[package]]
9855name = "serde_derive_internals"
9856version = "0.26.0"
9857source = "registry+https://github.com/rust-lang/crates.io-index"
9858checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
9859dependencies = [
9860 "proc-macro2",
9861 "quote",
9862 "syn 1.0.109",
9863]
9864
9865[[package]]
9866name = "serde_derive_internals"
9867version = "0.29.1"
9868source = "registry+https://github.com/rust-lang/crates.io-index"
9869checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
9870dependencies = [
9871 "proc-macro2",
9872 "quote",
9873 "syn 2.0.72",
9874]
9875
9876[[package]]
9877name = "serde_fmt"
9878version = "1.0.3"
9879source = "registry+https://github.com/rust-lang/crates.io-index"
9880checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
9881dependencies = [
9882 "serde",
9883]
9884
9885[[package]]
9886name = "serde_json"
9887version = "1.0.125"
9888source = "registry+https://github.com/rust-lang/crates.io-index"
9889checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
9890dependencies = [
9891 "indexmap 2.3.0",
9892 "itoa",
9893 "memchr",
9894 "ryu",
9895 "serde",
9896]
9897
9898[[package]]
9899name = "serde_json_lenient"
9900version = "0.1.8"
9901source = "registry+https://github.com/rust-lang/crates.io-index"
9902checksum = "dc61c66b53a4035fcce237ef38043f4b2f0ebf918fd0e69541a5166104065581"
9903dependencies = [
9904 "indexmap 2.3.0",
9905 "itoa",
9906 "ryu",
9907 "serde",
9908]
9909
9910[[package]]
9911name = "serde_path_to_error"
9912version = "0.1.16"
9913source = "registry+https://github.com/rust-lang/crates.io-index"
9914checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
9915dependencies = [
9916 "itoa",
9917 "serde",
9918]
9919
9920[[package]]
9921name = "serde_qs"
9922version = "0.8.5"
9923source = "registry+https://github.com/rust-lang/crates.io-index"
9924checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
9925dependencies = [
9926 "percent-encoding",
9927 "serde",
9928 "thiserror",
9929]
9930
9931[[package]]
9932name = "serde_qs"
9933version = "0.10.1"
9934source = "registry+https://github.com/rust-lang/crates.io-index"
9935checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
9936dependencies = [
9937 "percent-encoding",
9938 "serde",
9939 "thiserror",
9940]
9941
9942[[package]]
9943name = "serde_repr"
9944version = "0.1.19"
9945source = "registry+https://github.com/rust-lang/crates.io-index"
9946checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
9947dependencies = [
9948 "proc-macro2",
9949 "quote",
9950 "syn 2.0.72",
9951]
9952
9953[[package]]
9954name = "serde_spanned"
9955version = "0.6.7"
9956source = "registry+https://github.com/rust-lang/crates.io-index"
9957checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
9958dependencies = [
9959 "serde",
9960]
9961
9962[[package]]
9963name = "serde_urlencoded"
9964version = "0.7.1"
9965source = "registry+https://github.com/rust-lang/crates.io-index"
9966checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
9967dependencies = [
9968 "form_urlencoded",
9969 "itoa",
9970 "ryu",
9971 "serde",
9972]
9973
9974[[package]]
9975name = "session"
9976version = "0.1.0"
9977dependencies = [
9978 "db",
9979 "gpui",
9980 "serde_json",
9981 "util",
9982 "uuid",
9983]
9984
9985[[package]]
9986name = "settings"
9987version = "0.1.0"
9988dependencies = [
9989 "anyhow",
9990 "collections",
9991 "fs",
9992 "futures 0.3.30",
9993 "gpui",
9994 "indoc",
9995 "log",
9996 "paths",
9997 "pretty_assertions",
9998 "release_channel",
9999 "rust-embed",
10000 "schemars",
10001 "serde",
10002 "serde_derive",
10003 "serde_json",
10004 "serde_json_lenient",
10005 "smallvec",
10006 "tree-sitter",
10007 "tree-sitter-json",
10008 "unindent",
10009 "util",
10010]
10011
10012[[package]]
10013name = "settings_ui"
10014version = "0.1.0"
10015dependencies = [
10016 "command_palette_hooks",
10017 "editor",
10018 "feature_flags",
10019 "gpui",
10020 "settings",
10021 "theme",
10022 "ui",
10023 "workspace",
10024]
10025
10026[[package]]
10027name = "sha1"
10028version = "0.10.6"
10029source = "registry+https://github.com/rust-lang/crates.io-index"
10030checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10031dependencies = [
10032 "cfg-if",
10033 "cpufeatures",
10034 "digest",
10035]
10036
10037[[package]]
10038name = "sha1_smol"
10039version = "1.0.1"
10040source = "registry+https://github.com/rust-lang/crates.io-index"
10041checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
10042
10043[[package]]
10044name = "sha2"
10045version = "0.10.8"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
10048dependencies = [
10049 "cfg-if",
10050 "cpufeatures",
10051 "digest",
10052]
10053
10054[[package]]
10055name = "sharded-slab"
10056version = "0.1.7"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
10059dependencies = [
10060 "lazy_static",
10061]
10062
10063[[package]]
10064name = "shell-words"
10065version = "1.1.0"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
10068
10069[[package]]
10070name = "shellexpand"
10071version = "2.1.2"
10072source = "registry+https://github.com/rust-lang/crates.io-index"
10073checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10074dependencies = [
10075 "dirs 4.0.0",
10076]
10077
10078[[package]]
10079name = "shellexpand"
10080version = "3.1.0"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10083dependencies = [
10084 "dirs 5.0.1",
10085]
10086
10087[[package]]
10088name = "shlex"
10089version = "1.3.0"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10092
10093[[package]]
10094name = "signal-hook"
10095version = "0.3.17"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10098dependencies = [
10099 "libc",
10100 "signal-hook-registry",
10101]
10102
10103[[package]]
10104name = "signal-hook-registry"
10105version = "1.4.2"
10106source = "registry+https://github.com/rust-lang/crates.io-index"
10107checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10108dependencies = [
10109 "libc",
10110]
10111
10112[[package]]
10113name = "signature"
10114version = "1.6.4"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10117dependencies = [
10118 "digest",
10119 "rand_core 0.6.4",
10120]
10121
10122[[package]]
10123name = "signature"
10124version = "2.2.0"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10127dependencies = [
10128 "digest",
10129 "rand_core 0.6.4",
10130]
10131
10132[[package]]
10133name = "simd-adler32"
10134version = "0.3.7"
10135source = "registry+https://github.com/rust-lang/crates.io-index"
10136checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10137
10138[[package]]
10139name = "simd_helpers"
10140version = "0.1.0"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10143dependencies = [
10144 "quote",
10145]
10146
10147[[package]]
10148name = "simdutf8"
10149version = "0.1.4"
10150source = "registry+https://github.com/rust-lang/crates.io-index"
10151checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10152
10153[[package]]
10154name = "similar"
10155version = "1.3.0"
10156source = "registry+https://github.com/rust-lang/crates.io-index"
10157checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10158
10159[[package]]
10160name = "simple_asn1"
10161version = "0.6.2"
10162source = "registry+https://github.com/rust-lang/crates.io-index"
10163checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10164dependencies = [
10165 "num-bigint",
10166 "num-traits",
10167 "thiserror",
10168 "time",
10169]
10170
10171[[package]]
10172name = "simplecss"
10173version = "0.2.1"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10176dependencies = [
10177 "log",
10178]
10179
10180[[package]]
10181name = "simplelog"
10182version = "0.12.2"
10183source = "registry+https://github.com/rust-lang/crates.io-index"
10184checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10185dependencies = [
10186 "log",
10187 "termcolor",
10188 "time",
10189]
10190
10191[[package]]
10192name = "siphasher"
10193version = "0.3.11"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10196
10197[[package]]
10198name = "siphasher"
10199version = "1.0.1"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
10202
10203[[package]]
10204name = "skrifa"
10205version = "0.20.0"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
10208dependencies = [
10209 "bytemuck",
10210 "read-fonts",
10211]
10212
10213[[package]]
10214name = "slab"
10215version = "0.4.9"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
10218dependencies = [
10219 "autocfg",
10220]
10221
10222[[package]]
10223name = "slash_commands_example"
10224version = "0.1.0"
10225dependencies = [
10226 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
10227]
10228
10229[[package]]
10230name = "slice-group-by"
10231version = "0.3.1"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
10234
10235[[package]]
10236name = "slotmap"
10237version = "1.0.7"
10238source = "registry+https://github.com/rust-lang/crates.io-index"
10239checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
10240dependencies = [
10241 "version_check",
10242]
10243
10244[[package]]
10245name = "sluice"
10246version = "0.5.5"
10247source = "registry+https://github.com/rust-lang/crates.io-index"
10248checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
10249dependencies = [
10250 "async-channel 1.9.0",
10251 "futures-core",
10252 "futures-io",
10253]
10254
10255[[package]]
10256name = "smallvec"
10257version = "1.13.2"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
10260dependencies = [
10261 "serde",
10262]
10263
10264[[package]]
10265name = "smart-default"
10266version = "0.6.0"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
10269dependencies = [
10270 "proc-macro2",
10271 "quote",
10272 "syn 1.0.109",
10273]
10274
10275[[package]]
10276name = "smol"
10277version = "1.3.0"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
10280dependencies = [
10281 "async-channel 1.9.0",
10282 "async-executor",
10283 "async-fs 1.6.0",
10284 "async-io 1.13.0",
10285 "async-lock 2.8.0",
10286 "async-net 1.8.0",
10287 "async-process 1.8.1",
10288 "blocking",
10289 "futures-lite 1.13.0",
10290]
10291
10292[[package]]
10293name = "smol_str"
10294version = "0.1.24"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
10297dependencies = [
10298 "serde",
10299]
10300
10301[[package]]
10302name = "snippet"
10303version = "0.1.0"
10304dependencies = [
10305 "anyhow",
10306 "smallvec",
10307]
10308
10309[[package]]
10310name = "snippet_provider"
10311version = "0.1.0"
10312dependencies = [
10313 "anyhow",
10314 "collections",
10315 "fs",
10316 "futures 0.3.30",
10317 "gpui",
10318 "parking_lot",
10319 "serde",
10320 "serde_json",
10321 "snippet",
10322 "util",
10323]
10324
10325[[package]]
10326name = "socket2"
10327version = "0.4.10"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
10330dependencies = [
10331 "libc",
10332 "winapi",
10333]
10334
10335[[package]]
10336name = "socket2"
10337version = "0.5.7"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
10340dependencies = [
10341 "libc",
10342 "windows-sys 0.52.0",
10343]
10344
10345[[package]]
10346name = "spdx"
10347version = "0.10.6"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
10350dependencies = [
10351 "smallvec",
10352]
10353
10354[[package]]
10355name = "spin"
10356version = "0.9.8"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
10359dependencies = [
10360 "lock_api",
10361]
10362
10363[[package]]
10364name = "spirv"
10365version = "0.3.0+sdk-1.3.268.0"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
10368dependencies = [
10369 "bitflags 2.6.0",
10370]
10371
10372[[package]]
10373name = "spki"
10374version = "0.6.0"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
10377dependencies = [
10378 "base64ct",
10379 "der 0.6.1",
10380]
10381
10382[[package]]
10383name = "spki"
10384version = "0.7.3"
10385source = "registry+https://github.com/rust-lang/crates.io-index"
10386checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
10387dependencies = [
10388 "base64ct",
10389 "der 0.7.9",
10390]
10391
10392[[package]]
10393name = "sptr"
10394version = "0.3.2"
10395source = "registry+https://github.com/rust-lang/crates.io-index"
10396checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
10397
10398[[package]]
10399name = "sqlez"
10400version = "0.1.0"
10401dependencies = [
10402 "anyhow",
10403 "collections",
10404 "futures 0.3.30",
10405 "indoc",
10406 "libsqlite3-sys",
10407 "parking_lot",
10408 "smol",
10409 "thread_local",
10410 "util",
10411 "uuid",
10412]
10413
10414[[package]]
10415name = "sqlez_macros"
10416version = "0.1.0"
10417dependencies = [
10418 "sqlez",
10419 "sqlformat",
10420 "syn 1.0.109",
10421]
10422
10423[[package]]
10424name = "sqlformat"
10425version = "0.2.4"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f"
10428dependencies = [
10429 "nom",
10430 "unicode_categories",
10431]
10432
10433[[package]]
10434name = "sqlx"
10435version = "0.8.0"
10436source = "registry+https://github.com/rust-lang/crates.io-index"
10437checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
10438dependencies = [
10439 "sqlx-core",
10440 "sqlx-macros",
10441 "sqlx-mysql",
10442 "sqlx-postgres",
10443 "sqlx-sqlite",
10444]
10445
10446[[package]]
10447name = "sqlx-core"
10448version = "0.8.0"
10449source = "registry+https://github.com/rust-lang/crates.io-index"
10450checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
10451dependencies = [
10452 "atoi",
10453 "bigdecimal",
10454 "byteorder",
10455 "bytes 1.7.1",
10456 "chrono",
10457 "crc",
10458 "crossbeam-queue",
10459 "either",
10460 "event-listener 5.3.1",
10461 "futures-channel",
10462 "futures-core",
10463 "futures-intrusive",
10464 "futures-io",
10465 "futures-util",
10466 "hashbrown 0.14.5",
10467 "hashlink",
10468 "hex",
10469 "indexmap 2.3.0",
10470 "log",
10471 "memchr",
10472 "once_cell",
10473 "paste",
10474 "percent-encoding",
10475 "rust_decimal",
10476 "rustls",
10477 "rustls-pemfile",
10478 "serde",
10479 "serde_json",
10480 "sha2",
10481 "smallvec",
10482 "sqlformat",
10483 "thiserror",
10484 "time",
10485 "tokio",
10486 "tokio-stream",
10487 "tracing",
10488 "url",
10489 "uuid",
10490 "webpki-roots",
10491]
10492
10493[[package]]
10494name = "sqlx-macros"
10495version = "0.8.0"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
10498dependencies = [
10499 "proc-macro2",
10500 "quote",
10501 "sqlx-core",
10502 "sqlx-macros-core",
10503 "syn 2.0.72",
10504]
10505
10506[[package]]
10507name = "sqlx-macros-core"
10508version = "0.8.0"
10509source = "registry+https://github.com/rust-lang/crates.io-index"
10510checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
10511dependencies = [
10512 "dotenvy",
10513 "either",
10514 "heck 0.5.0",
10515 "hex",
10516 "once_cell",
10517 "proc-macro2",
10518 "quote",
10519 "serde",
10520 "serde_json",
10521 "sha2",
10522 "sqlx-core",
10523 "sqlx-mysql",
10524 "sqlx-postgres",
10525 "sqlx-sqlite",
10526 "syn 2.0.72",
10527 "tempfile",
10528 "tokio",
10529 "url",
10530]
10531
10532[[package]]
10533name = "sqlx-mysql"
10534version = "0.8.0"
10535source = "registry+https://github.com/rust-lang/crates.io-index"
10536checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
10537dependencies = [
10538 "atoi",
10539 "base64 0.22.1",
10540 "bigdecimal",
10541 "bitflags 2.6.0",
10542 "byteorder",
10543 "bytes 1.7.1",
10544 "chrono",
10545 "crc",
10546 "digest",
10547 "dotenvy",
10548 "either",
10549 "futures-channel",
10550 "futures-core",
10551 "futures-io",
10552 "futures-util",
10553 "generic-array",
10554 "hex",
10555 "hkdf",
10556 "hmac",
10557 "itoa",
10558 "log",
10559 "md-5",
10560 "memchr",
10561 "once_cell",
10562 "percent-encoding",
10563 "rand 0.8.5",
10564 "rsa",
10565 "rust_decimal",
10566 "serde",
10567 "sha1",
10568 "sha2",
10569 "smallvec",
10570 "sqlx-core",
10571 "stringprep",
10572 "thiserror",
10573 "time",
10574 "tracing",
10575 "uuid",
10576 "whoami",
10577]
10578
10579[[package]]
10580name = "sqlx-postgres"
10581version = "0.8.0"
10582source = "registry+https://github.com/rust-lang/crates.io-index"
10583checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
10584dependencies = [
10585 "atoi",
10586 "base64 0.22.1",
10587 "bigdecimal",
10588 "bitflags 2.6.0",
10589 "byteorder",
10590 "chrono",
10591 "crc",
10592 "dotenvy",
10593 "etcetera",
10594 "futures-channel",
10595 "futures-core",
10596 "futures-io",
10597 "futures-util",
10598 "hex",
10599 "hkdf",
10600 "hmac",
10601 "home",
10602 "itoa",
10603 "log",
10604 "md-5",
10605 "memchr",
10606 "num-bigint",
10607 "once_cell",
10608 "rand 0.8.5",
10609 "rust_decimal",
10610 "serde",
10611 "serde_json",
10612 "sha2",
10613 "smallvec",
10614 "sqlx-core",
10615 "stringprep",
10616 "thiserror",
10617 "time",
10618 "tracing",
10619 "uuid",
10620 "whoami",
10621]
10622
10623[[package]]
10624name = "sqlx-sqlite"
10625version = "0.8.0"
10626source = "registry+https://github.com/rust-lang/crates.io-index"
10627checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
10628dependencies = [
10629 "atoi",
10630 "chrono",
10631 "flume",
10632 "futures-channel",
10633 "futures-core",
10634 "futures-executor",
10635 "futures-intrusive",
10636 "futures-util",
10637 "libsqlite3-sys",
10638 "log",
10639 "percent-encoding",
10640 "serde",
10641 "serde_urlencoded",
10642 "sqlx-core",
10643 "time",
10644 "tracing",
10645 "url",
10646 "uuid",
10647]
10648
10649[[package]]
10650name = "stable_deref_trait"
10651version = "1.2.0"
10652source = "registry+https://github.com/rust-lang/crates.io-index"
10653checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
10654
10655[[package]]
10656name = "static_assertions"
10657version = "1.1.0"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
10660
10661[[package]]
10662name = "story"
10663version = "0.1.0"
10664dependencies = [
10665 "gpui",
10666 "itertools 0.13.0",
10667 "smallvec",
10668]
10669
10670[[package]]
10671name = "storybook"
10672version = "0.1.0"
10673dependencies = [
10674 "anyhow",
10675 "clap",
10676 "collab_ui",
10677 "ctrlc",
10678 "dialoguer",
10679 "editor",
10680 "fuzzy",
10681 "gpui",
10682 "indoc",
10683 "language",
10684 "log",
10685 "menu",
10686 "picker",
10687 "project",
10688 "rust-embed",
10689 "settings",
10690 "simplelog",
10691 "story",
10692 "strum 0.25.0",
10693 "theme",
10694 "title_bar",
10695 "ui",
10696]
10697
10698[[package]]
10699name = "strict-num"
10700version = "0.1.1"
10701source = "registry+https://github.com/rust-lang/crates.io-index"
10702checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
10703dependencies = [
10704 "float-cmp",
10705]
10706
10707[[package]]
10708name = "string_cache"
10709version = "0.8.7"
10710source = "registry+https://github.com/rust-lang/crates.io-index"
10711checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
10712dependencies = [
10713 "new_debug_unreachable",
10714 "once_cell",
10715 "parking_lot",
10716 "phf_shared 0.10.0",
10717 "precomputed-hash",
10718 "serde",
10719]
10720
10721[[package]]
10722name = "string_cache_codegen"
10723version = "0.5.2"
10724source = "registry+https://github.com/rust-lang/crates.io-index"
10725checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
10726dependencies = [
10727 "phf_generator 0.10.0",
10728 "phf_shared 0.10.0",
10729 "proc-macro2",
10730 "quote",
10731]
10732
10733[[package]]
10734name = "stringprep"
10735version = "0.1.5"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
10738dependencies = [
10739 "unicode-bidi",
10740 "unicode-normalization",
10741 "unicode-properties",
10742]
10743
10744[[package]]
10745name = "strsim"
10746version = "0.11.1"
10747source = "registry+https://github.com/rust-lang/crates.io-index"
10748checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
10749
10750[[package]]
10751name = "strum"
10752version = "0.25.0"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
10755dependencies = [
10756 "strum_macros",
10757]
10758
10759[[package]]
10760name = "strum"
10761version = "0.26.3"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
10764
10765[[package]]
10766name = "strum_macros"
10767version = "0.25.3"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
10770dependencies = [
10771 "heck 0.4.1",
10772 "proc-macro2",
10773 "quote",
10774 "rustversion",
10775 "syn 2.0.72",
10776]
10777
10778[[package]]
10779name = "subtle"
10780version = "2.6.1"
10781source = "registry+https://github.com/rust-lang/crates.io-index"
10782checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
10783
10784[[package]]
10785name = "sum_tree"
10786version = "0.1.0"
10787dependencies = [
10788 "arrayvec",
10789 "ctor",
10790 "env_logger",
10791 "log",
10792 "rand 0.8.5",
10793 "rayon",
10794]
10795
10796[[package]]
10797name = "supermaven"
10798version = "0.1.0"
10799dependencies = [
10800 "anyhow",
10801 "client",
10802 "collections",
10803 "editor",
10804 "env_logger",
10805 "futures 0.3.30",
10806 "gpui",
10807 "http_client",
10808 "language",
10809 "log",
10810 "postage",
10811 "project",
10812 "serde",
10813 "serde_json",
10814 "settings",
10815 "smol",
10816 "supermaven_api",
10817 "text",
10818 "theme",
10819 "ui",
10820 "util",
10821 "windows 0.58.0",
10822]
10823
10824[[package]]
10825name = "supermaven_api"
10826version = "0.1.0"
10827dependencies = [
10828 "anyhow",
10829 "futures 0.3.30",
10830 "http_client",
10831 "paths",
10832 "serde",
10833 "serde_json",
10834 "smol",
10835]
10836
10837[[package]]
10838name = "sval"
10839version = "2.13.0"
10840source = "registry+https://github.com/rust-lang/crates.io-index"
10841checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
10842
10843[[package]]
10844name = "sval_buffer"
10845version = "2.13.0"
10846source = "registry+https://github.com/rust-lang/crates.io-index"
10847checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
10848dependencies = [
10849 "sval",
10850 "sval_ref",
10851]
10852
10853[[package]]
10854name = "sval_dynamic"
10855version = "2.13.0"
10856source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
10858dependencies = [
10859 "sval",
10860]
10861
10862[[package]]
10863name = "sval_fmt"
10864version = "2.13.0"
10865source = "registry+https://github.com/rust-lang/crates.io-index"
10866checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
10867dependencies = [
10868 "itoa",
10869 "ryu",
10870 "sval",
10871]
10872
10873[[package]]
10874name = "sval_json"
10875version = "2.13.0"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
10878dependencies = [
10879 "itoa",
10880 "ryu",
10881 "sval",
10882]
10883
10884[[package]]
10885name = "sval_nested"
10886version = "2.13.0"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
10889dependencies = [
10890 "sval",
10891 "sval_buffer",
10892 "sval_ref",
10893]
10894
10895[[package]]
10896name = "sval_ref"
10897version = "2.13.0"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
10900dependencies = [
10901 "sval",
10902]
10903
10904[[package]]
10905name = "sval_serde"
10906version = "2.13.0"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
10909dependencies = [
10910 "serde",
10911 "sval",
10912 "sval_nested",
10913]
10914
10915[[package]]
10916name = "svg_fmt"
10917version = "0.4.3"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
10920
10921[[package]]
10922name = "svgtypes"
10923version = "0.15.1"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "fae3064df9b89391c9a76a0425a69d124aee9c5c28455204709e72c39868a43c"
10926dependencies = [
10927 "kurbo",
10928 "siphasher 1.0.1",
10929]
10930
10931[[package]]
10932name = "swash"
10933version = "0.1.18"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
10936dependencies = [
10937 "skrifa",
10938 "yazi",
10939 "zeno",
10940]
10941
10942[[package]]
10943name = "syn"
10944version = "1.0.109"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
10947dependencies = [
10948 "proc-macro2",
10949 "quote",
10950 "unicode-ident",
10951]
10952
10953[[package]]
10954name = "syn"
10955version = "2.0.72"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
10958dependencies = [
10959 "proc-macro2",
10960 "quote",
10961 "unicode-ident",
10962]
10963
10964[[package]]
10965name = "syn_derive"
10966version = "0.1.8"
10967source = "registry+https://github.com/rust-lang/crates.io-index"
10968checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
10969dependencies = [
10970 "proc-macro-error",
10971 "proc-macro2",
10972 "quote",
10973 "syn 2.0.72",
10974]
10975
10976[[package]]
10977name = "sync_wrapper"
10978version = "0.1.2"
10979source = "registry+https://github.com/rust-lang/crates.io-index"
10980checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
10981
10982[[package]]
10983name = "synchronoise"
10984version = "1.0.1"
10985source = "registry+https://github.com/rust-lang/crates.io-index"
10986checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
10987dependencies = [
10988 "crossbeam-queue",
10989]
10990
10991[[package]]
10992name = "sys-locale"
10993version = "0.3.1"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
10996dependencies = [
10997 "libc",
10998]
10999
11000[[package]]
11001name = "sysinfo"
11002version = "0.30.13"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3"
11005dependencies = [
11006 "cfg-if",
11007 "core-foundation-sys",
11008 "libc",
11009 "ntapi",
11010 "once_cell",
11011 "rayon",
11012 "windows 0.52.0",
11013]
11014
11015[[package]]
11016name = "system-configuration"
11017version = "0.5.1"
11018source = "registry+https://github.com/rust-lang/crates.io-index"
11019checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
11020dependencies = [
11021 "bitflags 1.3.2",
11022 "core-foundation 0.9.4",
11023 "system-configuration-sys",
11024]
11025
11026[[package]]
11027name = "system-configuration-sys"
11028version = "0.5.0"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
11031dependencies = [
11032 "core-foundation-sys",
11033 "libc",
11034]
11035
11036[[package]]
11037name = "system-deps"
11038version = "6.2.2"
11039source = "registry+https://github.com/rust-lang/crates.io-index"
11040checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
11041dependencies = [
11042 "cfg-expr",
11043 "heck 0.5.0",
11044 "pkg-config",
11045 "toml 0.8.19",
11046 "version-compare",
11047]
11048
11049[[package]]
11050name = "system-interface"
11051version = "0.27.2"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
11054dependencies = [
11055 "bitflags 2.6.0",
11056 "cap-fs-ext",
11057 "cap-std",
11058 "fd-lock",
11059 "io-lifetimes 2.0.3",
11060 "rustix 0.38.34",
11061 "windows-sys 0.52.0",
11062 "winx",
11063]
11064
11065[[package]]
11066name = "tab_switcher"
11067version = "0.1.0"
11068dependencies = [
11069 "anyhow",
11070 "collections",
11071 "ctor",
11072 "editor",
11073 "env_logger",
11074 "gpui",
11075 "language",
11076 "menu",
11077 "picker",
11078 "project",
11079 "serde",
11080 "serde_json",
11081 "theme",
11082 "ui",
11083 "util",
11084 "workspace",
11085]
11086
11087[[package]]
11088name = "taffy"
11089version = "0.4.4"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11092dependencies = [
11093 "arrayvec",
11094 "grid",
11095 "num-traits",
11096 "serde",
11097 "slotmap",
11098]
11099
11100[[package]]
11101name = "take-until"
11102version = "0.2.0"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11105
11106[[package]]
11107name = "tap"
11108version = "1.0.1"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11111
11112[[package]]
11113name = "target-lexicon"
11114version = "0.12.16"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11117
11118[[package]]
11119name = "task"
11120version = "0.1.0"
11121dependencies = [
11122 "anyhow",
11123 "collections",
11124 "futures 0.3.30",
11125 "gpui",
11126 "hex",
11127 "parking_lot",
11128 "schemars",
11129 "serde",
11130 "serde_json_lenient",
11131 "sha2",
11132 "shellexpand 2.1.2",
11133 "util",
11134]
11135
11136[[package]]
11137name = "tasks_ui"
11138version = "0.1.0"
11139dependencies = [
11140 "anyhow",
11141 "editor",
11142 "file_icons",
11143 "fuzzy",
11144 "gpui",
11145 "language",
11146 "menu",
11147 "picker",
11148 "project",
11149 "schemars",
11150 "serde",
11151 "serde_json",
11152 "settings",
11153 "task",
11154 "tree-sitter-rust",
11155 "tree-sitter-typescript",
11156 "ui",
11157 "util",
11158 "workspace",
11159]
11160
11161[[package]]
11162name = "telemetry_events"
11163version = "0.1.0"
11164dependencies = [
11165 "semantic_version",
11166 "serde",
11167]
11168
11169[[package]]
11170name = "tempfile"
11171version = "3.12.0"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
11174dependencies = [
11175 "cfg-if",
11176 "fastrand 2.1.0",
11177 "once_cell",
11178 "rustix 0.38.34",
11179 "windows-sys 0.59.0",
11180]
11181
11182[[package]]
11183name = "tendril"
11184version = "0.4.3"
11185source = "registry+https://github.com/rust-lang/crates.io-index"
11186checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
11187dependencies = [
11188 "futf",
11189 "mac",
11190 "utf-8",
11191]
11192
11193[[package]]
11194name = "termcolor"
11195version = "1.4.1"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
11198dependencies = [
11199 "winapi-util",
11200]
11201
11202[[package]]
11203name = "terminal"
11204version = "0.1.0"
11205dependencies = [
11206 "alacritty_terminal",
11207 "anyhow",
11208 "collections",
11209 "dirs 4.0.0",
11210 "futures 0.3.30",
11211 "gpui",
11212 "libc",
11213 "rand 0.8.5",
11214 "release_channel",
11215 "schemars",
11216 "serde",
11217 "serde_derive",
11218 "settings",
11219 "smol",
11220 "sysinfo",
11221 "task",
11222 "theme",
11223 "thiserror",
11224 "util",
11225 "windows 0.58.0",
11226]
11227
11228[[package]]
11229name = "terminal_size"
11230version = "0.3.0"
11231source = "registry+https://github.com/rust-lang/crates.io-index"
11232checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
11233dependencies = [
11234 "rustix 0.38.34",
11235 "windows-sys 0.48.0",
11236]
11237
11238[[package]]
11239name = "terminal_view"
11240version = "0.1.0"
11241dependencies = [
11242 "anyhow",
11243 "client",
11244 "collections",
11245 "db",
11246 "dirs 4.0.0",
11247 "editor",
11248 "futures 0.3.30",
11249 "gpui",
11250 "itertools 0.13.0",
11251 "language",
11252 "project",
11253 "rand 0.8.5",
11254 "search",
11255 "serde",
11256 "serde_json",
11257 "settings",
11258 "shellexpand 2.1.2",
11259 "smol",
11260 "task",
11261 "tasks_ui",
11262 "terminal",
11263 "theme",
11264 "ui",
11265 "util",
11266 "workspace",
11267 "zed_actions",
11268]
11269
11270[[package]]
11271name = "text"
11272version = "0.1.0"
11273dependencies = [
11274 "anyhow",
11275 "clock",
11276 "collections",
11277 "ctor",
11278 "env_logger",
11279 "gpui",
11280 "http_client",
11281 "log",
11282 "parking_lot",
11283 "postage",
11284 "rand 0.8.5",
11285 "regex",
11286 "rope",
11287 "smallvec",
11288 "sum_tree",
11289 "util",
11290]
11291
11292[[package]]
11293name = "theme"
11294version = "0.1.0"
11295dependencies = [
11296 "anyhow",
11297 "collections",
11298 "derive_more",
11299 "fs",
11300 "futures 0.3.30",
11301 "gpui",
11302 "indexmap 1.9.3",
11303 "log",
11304 "palette",
11305 "parking_lot",
11306 "refineable",
11307 "schemars",
11308 "serde",
11309 "serde_derive",
11310 "serde_json",
11311 "serde_json_lenient",
11312 "serde_repr",
11313 "settings",
11314 "story",
11315 "util",
11316 "uuid",
11317]
11318
11319[[package]]
11320name = "theme_importer"
11321version = "0.1.0"
11322dependencies = [
11323 "anyhow",
11324 "clap",
11325 "gpui",
11326 "indexmap 1.9.3",
11327 "log",
11328 "palette",
11329 "rust-embed",
11330 "schemars",
11331 "serde",
11332 "serde_json",
11333 "serde_json_lenient",
11334 "simplelog",
11335 "strum 0.25.0",
11336 "theme",
11337 "vscode_theme",
11338]
11339
11340[[package]]
11341name = "theme_selector"
11342version = "0.1.0"
11343dependencies = [
11344 "client",
11345 "feature_flags",
11346 "fs",
11347 "fuzzy",
11348 "gpui",
11349 "log",
11350 "picker",
11351 "serde",
11352 "settings",
11353 "theme",
11354 "ui",
11355 "util",
11356 "workspace",
11357]
11358
11359[[package]]
11360name = "thiserror"
11361version = "1.0.63"
11362source = "registry+https://github.com/rust-lang/crates.io-index"
11363checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
11364dependencies = [
11365 "thiserror-impl",
11366]
11367
11368[[package]]
11369name = "thiserror-impl"
11370version = "1.0.63"
11371source = "registry+https://github.com/rust-lang/crates.io-index"
11372checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
11373dependencies = [
11374 "proc-macro2",
11375 "quote",
11376 "syn 2.0.72",
11377]
11378
11379[[package]]
11380name = "thread_local"
11381version = "1.1.8"
11382source = "registry+https://github.com/rust-lang/crates.io-index"
11383checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
11384dependencies = [
11385 "cfg-if",
11386 "once_cell",
11387]
11388
11389[[package]]
11390name = "tiff"
11391version = "0.9.1"
11392source = "registry+https://github.com/rust-lang/crates.io-index"
11393checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
11394dependencies = [
11395 "flate2",
11396 "jpeg-decoder",
11397 "weezl",
11398]
11399
11400[[package]]
11401name = "tiktoken-rs"
11402version = "0.5.9"
11403source = "registry+https://github.com/rust-lang/crates.io-index"
11404checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
11405dependencies = [
11406 "anyhow",
11407 "base64 0.21.7",
11408 "bstr",
11409 "fancy-regex",
11410 "lazy_static",
11411 "parking_lot",
11412 "rustc-hash",
11413]
11414
11415[[package]]
11416name = "time"
11417version = "0.3.36"
11418source = "registry+https://github.com/rust-lang/crates.io-index"
11419checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
11420dependencies = [
11421 "deranged",
11422 "itoa",
11423 "libc",
11424 "num-conv",
11425 "num_threads",
11426 "powerfmt",
11427 "serde",
11428 "time-core",
11429 "time-macros",
11430]
11431
11432[[package]]
11433name = "time-core"
11434version = "0.1.2"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
11437
11438[[package]]
11439name = "time-macros"
11440version = "0.2.18"
11441source = "registry+https://github.com/rust-lang/crates.io-index"
11442checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
11443dependencies = [
11444 "num-conv",
11445 "time-core",
11446]
11447
11448[[package]]
11449name = "time_format"
11450version = "0.1.0"
11451dependencies = [
11452 "core-foundation 0.9.4",
11453 "core-foundation-sys",
11454 "sys-locale",
11455 "time",
11456]
11457
11458[[package]]
11459name = "tiny-keccak"
11460version = "2.0.2"
11461source = "registry+https://github.com/rust-lang/crates.io-index"
11462checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
11463dependencies = [
11464 "crunchy",
11465]
11466
11467[[package]]
11468name = "tiny-skia"
11469version = "0.11.4"
11470source = "registry+https://github.com/rust-lang/crates.io-index"
11471checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
11472dependencies = [
11473 "arrayref",
11474 "arrayvec",
11475 "bytemuck",
11476 "cfg-if",
11477 "log",
11478 "png",
11479 "tiny-skia-path",
11480]
11481
11482[[package]]
11483name = "tiny-skia-path"
11484version = "0.11.4"
11485source = "registry+https://github.com/rust-lang/crates.io-index"
11486checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
11487dependencies = [
11488 "arrayref",
11489 "bytemuck",
11490 "strict-num",
11491]
11492
11493[[package]]
11494name = "tiny_http"
11495version = "0.8.2"
11496source = "registry+https://github.com/rust-lang/crates.io-index"
11497checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
11498dependencies = [
11499 "ascii",
11500 "chrono",
11501 "chunked_transfer",
11502 "log",
11503 "url",
11504]
11505
11506[[package]]
11507name = "tinytemplate"
11508version = "1.2.1"
11509source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
11511dependencies = [
11512 "serde",
11513 "serde_json",
11514]
11515
11516[[package]]
11517name = "tinyvec"
11518version = "1.8.0"
11519source = "registry+https://github.com/rust-lang/crates.io-index"
11520checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
11521dependencies = [
11522 "tinyvec_macros",
11523]
11524
11525[[package]]
11526name = "tinyvec_macros"
11527version = "0.1.1"
11528source = "registry+https://github.com/rust-lang/crates.io-index"
11529checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
11530
11531[[package]]
11532name = "title_bar"
11533version = "0.1.0"
11534dependencies = [
11535 "auto_update",
11536 "call",
11537 "client",
11538 "collections",
11539 "command_palette",
11540 "dev_server_projects",
11541 "editor",
11542 "extensions_ui",
11543 "feature_flags",
11544 "feedback",
11545 "gpui",
11546 "http_client",
11547 "notifications",
11548 "pretty_assertions",
11549 "project",
11550 "recent_projects",
11551 "rpc",
11552 "serde",
11553 "settings",
11554 "smallvec",
11555 "story",
11556 "theme",
11557 "theme_selector",
11558 "tree-sitter-md",
11559 "ui",
11560 "util",
11561 "vcs_menu",
11562 "windows 0.58.0",
11563 "workspace",
11564 "zed_actions",
11565]
11566
11567[[package]]
11568name = "tokio"
11569version = "1.39.3"
11570source = "registry+https://github.com/rust-lang/crates.io-index"
11571checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5"
11572dependencies = [
11573 "backtrace",
11574 "bytes 1.7.1",
11575 "libc",
11576 "mio 1.0.1",
11577 "parking_lot",
11578 "pin-project-lite",
11579 "signal-hook-registry",
11580 "socket2 0.5.7",
11581 "tokio-macros",
11582 "windows-sys 0.52.0",
11583]
11584
11585[[package]]
11586name = "tokio-io"
11587version = "0.1.13"
11588source = "registry+https://github.com/rust-lang/crates.io-index"
11589checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
11590dependencies = [
11591 "bytes 0.4.12",
11592 "futures 0.1.31",
11593 "log",
11594]
11595
11596[[package]]
11597name = "tokio-macros"
11598version = "2.4.0"
11599source = "registry+https://github.com/rust-lang/crates.io-index"
11600checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
11601dependencies = [
11602 "proc-macro2",
11603 "quote",
11604 "syn 2.0.72",
11605]
11606
11607[[package]]
11608name = "tokio-native-tls"
11609version = "0.3.1"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
11612dependencies = [
11613 "native-tls",
11614 "tokio",
11615]
11616
11617[[package]]
11618name = "tokio-rustls"
11619version = "0.24.1"
11620source = "registry+https://github.com/rust-lang/crates.io-index"
11621checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
11622dependencies = [
11623 "rustls",
11624 "tokio",
11625]
11626
11627[[package]]
11628name = "tokio-socks"
11629version = "0.5.2"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
11632dependencies = [
11633 "either",
11634 "futures-io",
11635 "futures-util",
11636 "thiserror",
11637]
11638
11639[[package]]
11640name = "tokio-stream"
11641version = "0.1.15"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
11644dependencies = [
11645 "futures-core",
11646 "pin-project-lite",
11647 "tokio",
11648]
11649
11650[[package]]
11651name = "tokio-tungstenite"
11652version = "0.20.1"
11653source = "registry+https://github.com/rust-lang/crates.io-index"
11654checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
11655dependencies = [
11656 "futures-util",
11657 "log",
11658 "tokio",
11659 "tungstenite 0.20.1",
11660]
11661
11662[[package]]
11663name = "tokio-tungstenite"
11664version = "0.21.0"
11665source = "registry+https://github.com/rust-lang/crates.io-index"
11666checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
11667dependencies = [
11668 "futures-util",
11669 "log",
11670 "tokio",
11671 "tungstenite 0.21.0",
11672]
11673
11674[[package]]
11675name = "tokio-util"
11676version = "0.7.11"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
11679dependencies = [
11680 "bytes 1.7.1",
11681 "futures-core",
11682 "futures-io",
11683 "futures-sink",
11684 "pin-project-lite",
11685 "tokio",
11686]
11687
11688[[package]]
11689name = "toml"
11690version = "0.5.11"
11691source = "registry+https://github.com/rust-lang/crates.io-index"
11692checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
11693dependencies = [
11694 "serde",
11695]
11696
11697[[package]]
11698name = "toml"
11699version = "0.7.8"
11700source = "registry+https://github.com/rust-lang/crates.io-index"
11701checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
11702dependencies = [
11703 "serde",
11704 "serde_spanned",
11705 "toml_datetime",
11706 "toml_edit 0.19.15",
11707]
11708
11709[[package]]
11710name = "toml"
11711version = "0.8.19"
11712source = "registry+https://github.com/rust-lang/crates.io-index"
11713checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
11714dependencies = [
11715 "serde",
11716 "serde_spanned",
11717 "toml_datetime",
11718 "toml_edit 0.22.20",
11719]
11720
11721[[package]]
11722name = "toml_datetime"
11723version = "0.6.8"
11724source = "registry+https://github.com/rust-lang/crates.io-index"
11725checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
11726dependencies = [
11727 "serde",
11728]
11729
11730[[package]]
11731name = "toml_edit"
11732version = "0.19.15"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
11735dependencies = [
11736 "indexmap 2.3.0",
11737 "serde",
11738 "serde_spanned",
11739 "toml_datetime",
11740 "winnow 0.5.40",
11741]
11742
11743[[package]]
11744name = "toml_edit"
11745version = "0.21.1"
11746source = "registry+https://github.com/rust-lang/crates.io-index"
11747checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
11748dependencies = [
11749 "indexmap 2.3.0",
11750 "toml_datetime",
11751 "winnow 0.5.40",
11752]
11753
11754[[package]]
11755name = "toml_edit"
11756version = "0.22.20"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
11759dependencies = [
11760 "indexmap 2.3.0",
11761 "serde",
11762 "serde_spanned",
11763 "toml_datetime",
11764 "winnow 0.6.18",
11765]
11766
11767[[package]]
11768name = "topological-sort"
11769version = "0.2.2"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
11772
11773[[package]]
11774name = "tower"
11775version = "0.4.13"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
11778dependencies = [
11779 "futures-core",
11780 "futures-util",
11781 "pin-project",
11782 "pin-project-lite",
11783 "tokio",
11784 "tower-layer",
11785 "tower-service",
11786 "tracing",
11787]
11788
11789[[package]]
11790name = "tower-http"
11791version = "0.3.5"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
11794dependencies = [
11795 "bitflags 1.3.2",
11796 "bytes 1.7.1",
11797 "futures-core",
11798 "futures-util",
11799 "http 0.2.12",
11800 "http-body 0.4.6",
11801 "http-range-header",
11802 "pin-project-lite",
11803 "tower-layer",
11804 "tower-service",
11805]
11806
11807[[package]]
11808name = "tower-http"
11809version = "0.4.4"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
11812dependencies = [
11813 "bitflags 2.6.0",
11814 "bytes 1.7.1",
11815 "futures-core",
11816 "futures-util",
11817 "http 0.2.12",
11818 "http-body 0.4.6",
11819 "http-range-header",
11820 "pin-project-lite",
11821 "tower-layer",
11822 "tower-service",
11823 "tracing",
11824]
11825
11826[[package]]
11827name = "tower-layer"
11828version = "0.3.2"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
11831
11832[[package]]
11833name = "tower-service"
11834version = "0.3.2"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
11837
11838[[package]]
11839name = "tracing"
11840version = "0.1.40"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
11843dependencies = [
11844 "log",
11845 "pin-project-lite",
11846 "tracing-attributes",
11847 "tracing-core",
11848]
11849
11850[[package]]
11851name = "tracing-attributes"
11852version = "0.1.27"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
11855dependencies = [
11856 "proc-macro2",
11857 "quote",
11858 "syn 2.0.72",
11859]
11860
11861[[package]]
11862name = "tracing-core"
11863version = "0.1.32"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
11866dependencies = [
11867 "once_cell",
11868 "valuable",
11869]
11870
11871[[package]]
11872name = "tracing-futures"
11873version = "0.2.5"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
11876dependencies = [
11877 "pin-project",
11878 "tracing",
11879]
11880
11881[[package]]
11882name = "tracing-log"
11883version = "0.2.0"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
11886dependencies = [
11887 "log",
11888 "once_cell",
11889 "tracing-core",
11890]
11891
11892[[package]]
11893name = "tracing-serde"
11894version = "0.1.3"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
11897dependencies = [
11898 "serde",
11899 "tracing-core",
11900]
11901
11902[[package]]
11903name = "tracing-subscriber"
11904version = "0.3.18"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
11907dependencies = [
11908 "matchers",
11909 "nu-ansi-term",
11910 "once_cell",
11911 "regex",
11912 "serde",
11913 "serde_json",
11914 "sharded-slab",
11915 "smallvec",
11916 "thread_local",
11917 "tracing",
11918 "tracing-core",
11919 "tracing-log",
11920 "tracing-serde",
11921]
11922
11923[[package]]
11924name = "tree-sitter"
11925version = "0.22.6"
11926source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
11927dependencies = [
11928 "cc",
11929 "regex",
11930 "tree-sitter-language",
11931 "wasmtime-c-api-impl",
11932]
11933
11934[[package]]
11935name = "tree-sitter-bash"
11936version = "0.21.0"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "b5244703ad2e08a616d859a0557d7aa290adcd5e0990188a692e628ffe9dce40"
11939dependencies = [
11940 "cc",
11941 "tree-sitter",
11942]
11943
11944[[package]]
11945name = "tree-sitter-c"
11946version = "0.21.4"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "f956d5351d62652864a4ff3ae861747e7a1940dc96c9998ae400ac0d3ce30427"
11949dependencies = [
11950 "cc",
11951 "tree-sitter",
11952]
11953
11954[[package]]
11955name = "tree-sitter-cpp"
11956version = "0.22.3"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "1d509a22a992790d38f2c291961ff8a1ff016c437c7ec6befc9220b8eec8918c"
11959dependencies = [
11960 "cc",
11961 "tree-sitter",
11962]
11963
11964[[package]]
11965name = "tree-sitter-css"
11966version = "0.21.1"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "5e08e324b1cf60fd3291774b49724c66de2ce8fcf4d358d0b4b82e37b41b1c9b"
11969dependencies = [
11970 "cc",
11971 "tree-sitter",
11972]
11973
11974[[package]]
11975name = "tree-sitter-elixir"
11976version = "0.2.0"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "df94bf7f057768b1cab2ee1f14812ed4ae33f9e04d09254043eeaa797db4ef70"
11979dependencies = [
11980 "cc",
11981 "tree-sitter",
11982]
11983
11984[[package]]
11985name = "tree-sitter-embedded-template"
11986version = "0.20.0"
11987source = "registry+https://github.com/rust-lang/crates.io-index"
11988checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
11989dependencies = [
11990 "cc",
11991 "tree-sitter",
11992]
11993
11994[[package]]
11995name = "tree-sitter-go"
11996version = "0.21.2"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "b8d702a98d3c7e70e466456e58ff2b1ac550bf1e29b97e5770676d2fdabec00d"
11999dependencies = [
12000 "cc",
12001 "tree-sitter",
12002]
12003
12004[[package]]
12005name = "tree-sitter-gomod"
12006version = "1.0.2"
12007source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=1f55029bacd0a6a11f6eb894c4312d429dcf735c#1f55029bacd0a6a11f6eb894c4312d429dcf735c"
12008dependencies = [
12009 "cc",
12010 "tree-sitter",
12011]
12012
12013[[package]]
12014name = "tree-sitter-gowork"
12015version = "0.0.1"
12016source = "git+https://github.com/d1y/tree-sitter-go-work?rev=dcbabff454703c3a4bc98a23cf8778d4be46fd22#dcbabff454703c3a4bc98a23cf8778d4be46fd22"
12017dependencies = [
12018 "cc",
12019 "tree-sitter",
12020]
12021
12022[[package]]
12023name = "tree-sitter-heex"
12024version = "0.0.1"
12025source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=6dd0303acf7138dd2b9b432a229e16539581c701#6dd0303acf7138dd2b9b432a229e16539581c701"
12026dependencies = [
12027 "cc",
12028 "tree-sitter",
12029]
12030
12031[[package]]
12032name = "tree-sitter-html"
12033version = "0.20.4"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
12036dependencies = [
12037 "cc",
12038 "tree-sitter",
12039]
12040
12041[[package]]
12042name = "tree-sitter-jsdoc"
12043version = "0.21.0"
12044source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "8d07920101ff12a59574890318a37fa7e18d9c06d9aa4be334aa24adbb480f18"
12046dependencies = [
12047 "cc",
12048 "tree-sitter",
12049]
12050
12051[[package]]
12052name = "tree-sitter-json"
12053version = "0.21.0"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "5b737dcb73c35d74b7d64a5f3dde158113c86a012bf3cee2bfdf2150d23b05db"
12056dependencies = [
12057 "cc",
12058 "tree-sitter",
12059]
12060
12061[[package]]
12062name = "tree-sitter-language"
12063version = "0.1.0"
12064source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
12065
12066[[package]]
12067name = "tree-sitter-md"
12068version = "0.2.3"
12069source = "git+https://github.com/zed-industries/tree-sitter-markdown?rev=e3855e37f8f2c71aa7513c18a9c95fb7461b1b10#e3855e37f8f2c71aa7513c18a9c95fb7461b1b10"
12070dependencies = [
12071 "cc",
12072 "tree-sitter",
12073]
12074
12075[[package]]
12076name = "tree-sitter-python"
12077version = "0.21.0"
12078source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "b4066c6cf678f962f8c2c4561f205945c84834cce73d981e71392624fdc390a9"
12080dependencies = [
12081 "cc",
12082 "tree-sitter",
12083]
12084
12085[[package]]
12086name = "tree-sitter-regex"
12087version = "0.21.0"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "5ff1286fe9651b2797484839ffa37aa76c8618d4ccb6836d7e31765dfd60c0d5"
12090dependencies = [
12091 "cc",
12092 "tree-sitter",
12093]
12094
12095[[package]]
12096name = "tree-sitter-ruby"
12097version = "0.21.0"
12098source = "registry+https://github.com/rust-lang/crates.io-index"
12099checksum = "c0031f687c0772f2dad7b77104c43428611099a1804c81244ada21560f41f0b1"
12100dependencies = [
12101 "cc",
12102 "tree-sitter",
12103]
12104
12105[[package]]
12106name = "tree-sitter-rust"
12107version = "0.21.2"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "277690f420bf90741dea984f3da038ace46c4fe6047cba57a66822226cde1c93"
12110dependencies = [
12111 "cc",
12112 "tree-sitter",
12113]
12114
12115[[package]]
12116name = "tree-sitter-typescript"
12117version = "0.21.2"
12118source = "registry+https://github.com/rust-lang/crates.io-index"
12119checksum = "ecb35d98a688378e56c18c9c159824fd16f730ccbea19aacf4f206e5d5438ed9"
12120dependencies = [
12121 "cc",
12122 "tree-sitter",
12123]
12124
12125[[package]]
12126name = "tree-sitter-yaml"
12127version = "0.6.1"
12128source = "registry+https://github.com/rust-lang/crates.io-index"
12129checksum = "aad27ec46ad343d8b514f64dd3fdffb478c592ece561b6c935d90ef55589c6b6"
12130dependencies = [
12131 "cc",
12132 "tree-sitter",
12133]
12134
12135[[package]]
12136name = "try-lock"
12137version = "0.2.5"
12138source = "registry+https://github.com/rust-lang/crates.io-index"
12139checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12140
12141[[package]]
12142name = "ttf-parser"
12143version = "0.21.1"
12144source = "registry+https://github.com/rust-lang/crates.io-index"
12145checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
12146
12147[[package]]
12148name = "tungstenite"
12149version = "0.20.1"
12150source = "registry+https://github.com/rust-lang/crates.io-index"
12151checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12152dependencies = [
12153 "byteorder",
12154 "bytes 1.7.1",
12155 "data-encoding",
12156 "http 0.2.12",
12157 "httparse",
12158 "log",
12159 "native-tls",
12160 "rand 0.8.5",
12161 "sha1",
12162 "thiserror",
12163 "url",
12164 "utf-8",
12165]
12166
12167[[package]]
12168name = "tungstenite"
12169version = "0.21.0"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
12172dependencies = [
12173 "byteorder",
12174 "bytes 1.7.1",
12175 "data-encoding",
12176 "http 1.1.0",
12177 "httparse",
12178 "log",
12179 "rand 0.8.5",
12180 "sha1",
12181 "thiserror",
12182 "url",
12183 "utf-8",
12184]
12185
12186[[package]]
12187name = "typeid"
12188version = "1.0.0"
12189source = "registry+https://github.com/rust-lang/crates.io-index"
12190checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf"
12191
12192[[package]]
12193name = "typenum"
12194version = "1.17.0"
12195source = "registry+https://github.com/rust-lang/crates.io-index"
12196checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
12197
12198[[package]]
12199name = "ucd-trie"
12200version = "0.1.6"
12201source = "registry+https://github.com/rust-lang/crates.io-index"
12202checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
12203
12204[[package]]
12205name = "uds_windows"
12206version = "1.1.0"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
12209dependencies = [
12210 "memoffset",
12211 "tempfile",
12212 "winapi",
12213]
12214
12215[[package]]
12216name = "ui"
12217version = "0.1.0"
12218dependencies = [
12219 "chrono",
12220 "gpui",
12221 "itertools 0.13.0",
12222 "menu",
12223 "serde",
12224 "settings",
12225 "smallvec",
12226 "story",
12227 "strum 0.25.0",
12228 "theme",
12229 "windows 0.58.0",
12230]
12231
12232[[package]]
12233name = "ui_input"
12234version = "0.1.0"
12235dependencies = [
12236 "editor",
12237 "gpui",
12238 "settings",
12239 "theme",
12240 "ui",
12241]
12242
12243[[package]]
12244name = "unicase"
12245version = "2.7.0"
12246source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
12248dependencies = [
12249 "version_check",
12250]
12251
12252[[package]]
12253name = "unicode-bidi"
12254version = "0.3.15"
12255source = "registry+https://github.com/rust-lang/crates.io-index"
12256checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
12257
12258[[package]]
12259name = "unicode-bidi-mirroring"
12260version = "0.2.0"
12261source = "registry+https://github.com/rust-lang/crates.io-index"
12262checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
12263
12264[[package]]
12265name = "unicode-ccc"
12266version = "0.2.0"
12267source = "registry+https://github.com/rust-lang/crates.io-index"
12268checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
12269
12270[[package]]
12271name = "unicode-ident"
12272version = "1.0.12"
12273source = "registry+https://github.com/rust-lang/crates.io-index"
12274checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
12275
12276[[package]]
12277name = "unicode-linebreak"
12278version = "0.1.5"
12279source = "registry+https://github.com/rust-lang/crates.io-index"
12280checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
12281
12282[[package]]
12283name = "unicode-normalization"
12284version = "0.1.23"
12285source = "registry+https://github.com/rust-lang/crates.io-index"
12286checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
12287dependencies = [
12288 "tinyvec",
12289]
12290
12291[[package]]
12292name = "unicode-properties"
12293version = "0.1.1"
12294source = "registry+https://github.com/rust-lang/crates.io-index"
12295checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
12296
12297[[package]]
12298name = "unicode-script"
12299version = "0.5.6"
12300source = "registry+https://github.com/rust-lang/crates.io-index"
12301checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
12302
12303[[package]]
12304name = "unicode-segmentation"
12305version = "1.11.0"
12306source = "registry+https://github.com/rust-lang/crates.io-index"
12307checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
12308
12309[[package]]
12310name = "unicode-width"
12311version = "0.1.13"
12312source = "registry+https://github.com/rust-lang/crates.io-index"
12313checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
12314
12315[[package]]
12316name = "unicode-xid"
12317version = "0.2.4"
12318source = "registry+https://github.com/rust-lang/crates.io-index"
12319checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
12320
12321[[package]]
12322name = "unicode_categories"
12323version = "0.1.1"
12324source = "registry+https://github.com/rust-lang/crates.io-index"
12325checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
12326
12327[[package]]
12328name = "unindent"
12329version = "0.1.11"
12330source = "registry+https://github.com/rust-lang/crates.io-index"
12331checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
12332
12333[[package]]
12334name = "untrusted"
12335version = "0.9.0"
12336source = "registry+https://github.com/rust-lang/crates.io-index"
12337checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
12338
12339[[package]]
12340name = "url"
12341version = "2.5.2"
12342source = "registry+https://github.com/rust-lang/crates.io-index"
12343checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
12344dependencies = [
12345 "form_urlencoded",
12346 "idna",
12347 "percent-encoding",
12348 "serde",
12349]
12350
12351[[package]]
12352name = "urlencoding"
12353version = "2.1.3"
12354source = "registry+https://github.com/rust-lang/crates.io-index"
12355checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
12356
12357[[package]]
12358name = "usvg"
12359version = "0.41.0"
12360source = "registry+https://github.com/rust-lang/crates.io-index"
12361checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
12362dependencies = [
12363 "base64 0.22.1",
12364 "data-url",
12365 "flate2",
12366 "imagesize",
12367 "kurbo",
12368 "log",
12369 "pico-args",
12370 "roxmltree 0.19.0",
12371 "simplecss",
12372 "siphasher 1.0.1",
12373 "strict-num",
12374 "svgtypes",
12375 "tiny-skia-path",
12376 "xmlwriter",
12377]
12378
12379[[package]]
12380name = "utf-8"
12381version = "0.7.6"
12382source = "registry+https://github.com/rust-lang/crates.io-index"
12383checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
12384
12385[[package]]
12386name = "utf8parse"
12387version = "0.2.2"
12388source = "registry+https://github.com/rust-lang/crates.io-index"
12389checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
12390
12391[[package]]
12392name = "util"
12393version = "0.1.0"
12394dependencies = [
12395 "anyhow",
12396 "async-fs 1.6.0",
12397 "collections",
12398 "dirs 4.0.0",
12399 "futures 0.3.30",
12400 "futures-lite 1.13.0",
12401 "git2",
12402 "globset",
12403 "log",
12404 "rand 0.8.5",
12405 "regex",
12406 "rust-embed",
12407 "serde",
12408 "serde_json",
12409 "take-until",
12410 "tempfile",
12411 "tendril",
12412 "unicase",
12413]
12414
12415[[package]]
12416name = "uuid"
12417version = "1.10.0"
12418source = "registry+https://github.com/rust-lang/crates.io-index"
12419checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
12420dependencies = [
12421 "getrandom 0.2.15",
12422 "serde",
12423 "sha1_smol",
12424]
12425
12426[[package]]
12427name = "v_frame"
12428version = "0.3.8"
12429source = "registry+https://github.com/rust-lang/crates.io-index"
12430checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
12431dependencies = [
12432 "aligned-vec",
12433 "num-traits",
12434 "wasm-bindgen",
12435]
12436
12437[[package]]
12438name = "valuable"
12439version = "0.1.0"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
12442
12443[[package]]
12444name = "value-bag"
12445version = "1.9.0"
12446source = "registry+https://github.com/rust-lang/crates.io-index"
12447checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
12448dependencies = [
12449 "value-bag-serde1",
12450 "value-bag-sval2",
12451]
12452
12453[[package]]
12454name = "value-bag-serde1"
12455version = "1.9.0"
12456source = "registry+https://github.com/rust-lang/crates.io-index"
12457checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
12458dependencies = [
12459 "erased-serde",
12460 "serde",
12461 "serde_fmt",
12462]
12463
12464[[package]]
12465name = "value-bag-sval2"
12466version = "1.9.0"
12467source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
12469dependencies = [
12470 "sval",
12471 "sval_buffer",
12472 "sval_dynamic",
12473 "sval_fmt",
12474 "sval_json",
12475 "sval_ref",
12476 "sval_serde",
12477]
12478
12479[[package]]
12480name = "vcpkg"
12481version = "0.2.15"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
12484
12485[[package]]
12486name = "vcs_menu"
12487version = "0.1.0"
12488dependencies = [
12489 "anyhow",
12490 "fuzzy",
12491 "git",
12492 "gpui",
12493 "picker",
12494 "ui",
12495 "util",
12496 "workspace",
12497]
12498
12499[[package]]
12500name = "version-compare"
12501version = "0.2.0"
12502source = "registry+https://github.com/rust-lang/crates.io-index"
12503checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
12504
12505[[package]]
12506name = "version_check"
12507version = "0.9.5"
12508source = "registry+https://github.com/rust-lang/crates.io-index"
12509checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
12510
12511[[package]]
12512name = "vim"
12513version = "0.1.0"
12514dependencies = [
12515 "anyhow",
12516 "async-compat",
12517 "async-trait",
12518 "collections",
12519 "command_palette",
12520 "command_palette_hooks",
12521 "editor",
12522 "futures 0.3.30",
12523 "gpui",
12524 "indoc",
12525 "itertools 0.13.0",
12526 "language",
12527 "log",
12528 "lsp",
12529 "multi_buffer",
12530 "nvim-rs",
12531 "parking_lot",
12532 "regex",
12533 "release_channel",
12534 "schemars",
12535 "search",
12536 "serde",
12537 "serde_derive",
12538 "serde_json",
12539 "settings",
12540 "tokio",
12541 "ui",
12542 "util",
12543 "workspace",
12544 "zed_actions",
12545]
12546
12547[[package]]
12548name = "vscode_theme"
12549version = "0.2.0"
12550source = "registry+https://github.com/rust-lang/crates.io-index"
12551checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
12552dependencies = [
12553 "serde",
12554]
12555
12556[[package]]
12557name = "vsimd"
12558version = "0.8.0"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
12561
12562[[package]]
12563name = "vswhom"
12564version = "0.1.0"
12565source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
12567dependencies = [
12568 "libc",
12569 "vswhom-sys",
12570]
12571
12572[[package]]
12573name = "vswhom-sys"
12574version = "0.1.2"
12575source = "registry+https://github.com/rust-lang/crates.io-index"
12576checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
12577dependencies = [
12578 "cc",
12579 "libc",
12580]
12581
12582[[package]]
12583name = "vte"
12584version = "0.13.0"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
12587dependencies = [
12588 "bitflags 2.6.0",
12589 "cursor-icon",
12590 "log",
12591 "serde",
12592 "utf8parse",
12593 "vte_generate_state_changes",
12594]
12595
12596[[package]]
12597name = "vte_generate_state_changes"
12598version = "0.1.2"
12599source = "registry+https://github.com/rust-lang/crates.io-index"
12600checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
12601dependencies = [
12602 "proc-macro2",
12603 "quote",
12604]
12605
12606[[package]]
12607name = "waker-fn"
12608version = "1.2.0"
12609source = "registry+https://github.com/rust-lang/crates.io-index"
12610checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
12611
12612[[package]]
12613name = "walkdir"
12614version = "2.5.0"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
12617dependencies = [
12618 "same-file",
12619 "winapi-util",
12620]
12621
12622[[package]]
12623name = "want"
12624version = "0.3.1"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
12627dependencies = [
12628 "try-lock",
12629]
12630
12631[[package]]
12632name = "warp"
12633version = "0.3.7"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
12636dependencies = [
12637 "bytes 1.7.1",
12638 "futures-channel",
12639 "futures-util",
12640 "headers",
12641 "http 0.2.12",
12642 "hyper",
12643 "log",
12644 "mime",
12645 "mime_guess",
12646 "percent-encoding",
12647 "pin-project",
12648 "scoped-tls",
12649 "serde",
12650 "serde_json",
12651 "serde_urlencoded",
12652 "tokio",
12653 "tokio-tungstenite 0.21.0",
12654 "tokio-util",
12655 "tower-service",
12656 "tracing",
12657]
12658
12659[[package]]
12660name = "wasi"
12661version = "0.9.0+wasi-snapshot-preview1"
12662source = "registry+https://github.com/rust-lang/crates.io-index"
12663checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
12664
12665[[package]]
12666name = "wasi"
12667version = "0.11.0+wasi-snapshot-preview1"
12668source = "registry+https://github.com/rust-lang/crates.io-index"
12669checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
12670
12671[[package]]
12672name = "wasite"
12673version = "0.1.0"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
12676
12677[[package]]
12678name = "wasm-bindgen"
12679version = "0.2.92"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
12682dependencies = [
12683 "cfg-if",
12684 "wasm-bindgen-macro",
12685]
12686
12687[[package]]
12688name = "wasm-bindgen-backend"
12689version = "0.2.92"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
12692dependencies = [
12693 "bumpalo",
12694 "log",
12695 "once_cell",
12696 "proc-macro2",
12697 "quote",
12698 "syn 2.0.72",
12699 "wasm-bindgen-shared",
12700]
12701
12702[[package]]
12703name = "wasm-bindgen-futures"
12704version = "0.4.42"
12705source = "registry+https://github.com/rust-lang/crates.io-index"
12706checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
12707dependencies = [
12708 "cfg-if",
12709 "js-sys",
12710 "wasm-bindgen",
12711 "web-sys",
12712]
12713
12714[[package]]
12715name = "wasm-bindgen-macro"
12716version = "0.2.92"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
12719dependencies = [
12720 "quote",
12721 "wasm-bindgen-macro-support",
12722]
12723
12724[[package]]
12725name = "wasm-bindgen-macro-support"
12726version = "0.2.92"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
12729dependencies = [
12730 "proc-macro2",
12731 "quote",
12732 "syn 2.0.72",
12733 "wasm-bindgen-backend",
12734 "wasm-bindgen-shared",
12735]
12736
12737[[package]]
12738name = "wasm-bindgen-shared"
12739version = "0.2.92"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
12742
12743[[package]]
12744name = "wasm-encoder"
12745version = "0.201.0"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
12748dependencies = [
12749 "leb128",
12750]
12751
12752[[package]]
12753name = "wasm-encoder"
12754version = "0.207.0"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "d996306fb3aeaee0d9157adbe2f670df0236caf19f6728b221e92d0f27b3fe17"
12757dependencies = [
12758 "leb128",
12759]
12760
12761[[package]]
12762name = "wasm-metadata"
12763version = "0.201.0"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
12766dependencies = [
12767 "anyhow",
12768 "indexmap 2.3.0",
12769 "serde",
12770 "serde_derive",
12771 "serde_json",
12772 "spdx",
12773 "wasm-encoder 0.201.0",
12774 "wasmparser 0.201.0",
12775]
12776
12777[[package]]
12778name = "wasmparser"
12779version = "0.201.0"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
12782dependencies = [
12783 "bitflags 2.6.0",
12784 "indexmap 2.3.0",
12785 "semver",
12786]
12787
12788[[package]]
12789name = "wasmparser"
12790version = "0.207.0"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "e19bb9f8ab07616da582ef8adb24c54f1424c7ec876720b7da9db8ec0626c92c"
12793dependencies = [
12794 "ahash 0.8.11",
12795 "bitflags 2.6.0",
12796 "hashbrown 0.14.5",
12797 "indexmap 2.3.0",
12798 "semver",
12799]
12800
12801[[package]]
12802name = "wasmprinter"
12803version = "0.207.0"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "9c2d8a7b4dabb460208e6b4334d9db5766e84505038b2529e69c3d07ac619115"
12806dependencies = [
12807 "anyhow",
12808 "wasmparser 0.207.0",
12809]
12810
12811[[package]]
12812name = "wasmtime"
12813version = "21.0.1"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "f92a1370c66a0022e6d92dcc277e2c84f5dece19569670b8ce7db8162560d8b6"
12816dependencies = [
12817 "anyhow",
12818 "async-trait",
12819 "bumpalo",
12820 "cc",
12821 "cfg-if",
12822 "encoding_rs",
12823 "hashbrown 0.14.5",
12824 "indexmap 2.3.0",
12825 "libc",
12826 "libm",
12827 "log",
12828 "mach2",
12829 "memfd",
12830 "memoffset",
12831 "object 0.33.0",
12832 "once_cell",
12833 "paste",
12834 "postcard",
12835 "psm",
12836 "rustix 0.38.34",
12837 "semver",
12838 "serde",
12839 "serde_derive",
12840 "smallvec",
12841 "sptr",
12842 "target-lexicon",
12843 "wasmparser 0.207.0",
12844 "wasmtime-asm-macros",
12845 "wasmtime-component-macro",
12846 "wasmtime-component-util",
12847 "wasmtime-cranelift",
12848 "wasmtime-environ",
12849 "wasmtime-fiber",
12850 "wasmtime-jit-icache-coherence",
12851 "wasmtime-slab",
12852 "wasmtime-versioned-export-macros",
12853 "wasmtime-winch",
12854 "windows-sys 0.52.0",
12855]
12856
12857[[package]]
12858name = "wasmtime-asm-macros"
12859version = "21.0.1"
12860source = "registry+https://github.com/rust-lang/crates.io-index"
12861checksum = "6dee8679c974a7f258c03d60d3c747c426ed219945b6d08cbc77fd2eab15b2d1"
12862dependencies = [
12863 "cfg-if",
12864]
12865
12866[[package]]
12867name = "wasmtime-c-api-impl"
12868version = "21.0.1"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "76af8b62c8d2814b7d5975c5dc140122e4c086150db6c15d25a4b76f11c929dd"
12871dependencies = [
12872 "anyhow",
12873 "log",
12874 "once_cell",
12875 "tracing",
12876 "wasmtime",
12877 "wasmtime-c-api-macros",
12878]
12879
12880[[package]]
12881name = "wasmtime-c-api-macros"
12882version = "21.0.1"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "d74b92f917c9ced9c6262a00e9cb982ebac183e6900b4d44e2480f936b9495eb"
12885dependencies = [
12886 "proc-macro2",
12887 "quote",
12888]
12889
12890[[package]]
12891name = "wasmtime-component-macro"
12892version = "21.0.1"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "32cae30035f1cf97dcc6657c979cf39f99ce6be93583675eddf4aeaa5548509c"
12895dependencies = [
12896 "anyhow",
12897 "proc-macro2",
12898 "quote",
12899 "syn 2.0.72",
12900 "wasmtime-component-util",
12901 "wasmtime-wit-bindgen",
12902 "wit-parser 0.207.0",
12903]
12904
12905[[package]]
12906name = "wasmtime-component-util"
12907version = "21.0.1"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "f7ae611f08cea620c67330925be28a96115bf01f8f393a6cbdf4856a86087134"
12910
12911[[package]]
12912name = "wasmtime-cranelift"
12913version = "21.0.1"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "b2909406a6007e28be964067167890bca4574bd48a9ff18f1fa9f4856d89ea40"
12916dependencies = [
12917 "anyhow",
12918 "cfg-if",
12919 "cranelift-codegen",
12920 "cranelift-control",
12921 "cranelift-entity",
12922 "cranelift-frontend",
12923 "cranelift-native",
12924 "cranelift-wasm",
12925 "gimli 0.28.1",
12926 "log",
12927 "object 0.33.0",
12928 "target-lexicon",
12929 "thiserror",
12930 "wasmparser 0.207.0",
12931 "wasmtime-environ",
12932 "wasmtime-versioned-export-macros",
12933]
12934
12935[[package]]
12936name = "wasmtime-environ"
12937version = "21.0.1"
12938source = "registry+https://github.com/rust-lang/crates.io-index"
12939checksum = "40e227f9ed2f5421473723d6c0352b5986e6e6044fde5410a274a394d726108f"
12940dependencies = [
12941 "anyhow",
12942 "cpp_demangle",
12943 "cranelift-entity",
12944 "gimli 0.28.1",
12945 "indexmap 2.3.0",
12946 "log",
12947 "object 0.33.0",
12948 "postcard",
12949 "rustc-demangle",
12950 "serde",
12951 "serde_derive",
12952 "target-lexicon",
12953 "wasm-encoder 0.207.0",
12954 "wasmparser 0.207.0",
12955 "wasmprinter",
12956 "wasmtime-component-util",
12957 "wasmtime-types",
12958]
12959
12960[[package]]
12961name = "wasmtime-fiber"
12962version = "21.0.1"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "42edb392586d07038c1638e854382db916b6ca7845a2e6a7f8dc49e08907acdd"
12965dependencies = [
12966 "anyhow",
12967 "cc",
12968 "cfg-if",
12969 "rustix 0.38.34",
12970 "wasmtime-asm-macros",
12971 "wasmtime-versioned-export-macros",
12972 "windows-sys 0.52.0",
12973]
12974
12975[[package]]
12976name = "wasmtime-jit-icache-coherence"
12977version = "21.0.1"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "afe088f9b56bb353adaf837bf7e10f1c2e1676719dd5be4cac8e37f2ba1ee5bc"
12980dependencies = [
12981 "anyhow",
12982 "cfg-if",
12983 "libc",
12984 "windows-sys 0.52.0",
12985]
12986
12987[[package]]
12988name = "wasmtime-slab"
12989version = "21.0.1"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "4ff75cafffe47b04b036385ce3710f209153525b0ed19d57b0cf44a22d446460"
12992
12993[[package]]
12994name = "wasmtime-types"
12995version = "21.0.1"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "2f2fa462bfea3220711c84e2b549f147e4df89eeb49b8a2a3d89148f6cc4a8b1"
12998dependencies = [
12999 "cranelift-entity",
13000 "serde",
13001 "serde_derive",
13002 "smallvec",
13003 "wasmparser 0.207.0",
13004]
13005
13006[[package]]
13007name = "wasmtime-versioned-export-macros"
13008version = "21.0.1"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "d4cedc5bfef3db2a85522ee38564b47ef3b7fc7c92e94cacbce99808e63cdd47"
13011dependencies = [
13012 "proc-macro2",
13013 "quote",
13014 "syn 2.0.72",
13015]
13016
13017[[package]]
13018name = "wasmtime-wasi"
13019version = "21.0.1"
13020source = "registry+https://github.com/rust-lang/crates.io-index"
13021checksum = "bdbbe94245904d4c96c7c5f7b55bad896cc27908644efd9442063c0748b631fc"
13022dependencies = [
13023 "anyhow",
13024 "async-trait",
13025 "bitflags 2.6.0",
13026 "bytes 1.7.1",
13027 "cap-fs-ext",
13028 "cap-net-ext",
13029 "cap-rand",
13030 "cap-std",
13031 "cap-time-ext",
13032 "fs-set-times",
13033 "futures 0.3.30",
13034 "io-extras",
13035 "io-lifetimes 2.0.3",
13036 "once_cell",
13037 "rustix 0.38.34",
13038 "system-interface",
13039 "thiserror",
13040 "tokio",
13041 "tracing",
13042 "url",
13043 "wasmtime",
13044 "wiggle",
13045 "windows-sys 0.52.0",
13046]
13047
13048[[package]]
13049name = "wasmtime-winch"
13050version = "21.0.1"
13051source = "registry+https://github.com/rust-lang/crates.io-index"
13052checksum = "97b27054fed6be4f3800aba5766f7ef435d4220ce290788f021a08d4fa573108"
13053dependencies = [
13054 "anyhow",
13055 "cranelift-codegen",
13056 "gimli 0.28.1",
13057 "object 0.33.0",
13058 "target-lexicon",
13059 "wasmparser 0.207.0",
13060 "wasmtime-cranelift",
13061 "wasmtime-environ",
13062 "winch-codegen",
13063]
13064
13065[[package]]
13066name = "wasmtime-wit-bindgen"
13067version = "21.0.1"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "c936a52ce69c28de2aa3b5fb4f2dbbb2966df304f04cccb7aca4ba56d915fda0"
13070dependencies = [
13071 "anyhow",
13072 "heck 0.4.1",
13073 "indexmap 2.3.0",
13074 "wit-parser 0.207.0",
13075]
13076
13077[[package]]
13078name = "wast"
13079version = "35.0.2"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
13082dependencies = [
13083 "leb128",
13084]
13085
13086[[package]]
13087name = "wayland-backend"
13088version = "0.3.6"
13089source = "registry+https://github.com/rust-lang/crates.io-index"
13090checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13091dependencies = [
13092 "cc",
13093 "downcast-rs",
13094 "rustix 0.38.34",
13095 "scoped-tls",
13096 "smallvec",
13097 "wayland-sys",
13098]
13099
13100[[package]]
13101name = "wayland-client"
13102version = "0.31.5"
13103source = "registry+https://github.com/rust-lang/crates.io-index"
13104checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
13105dependencies = [
13106 "bitflags 2.6.0",
13107 "rustix 0.38.34",
13108 "wayland-backend",
13109 "wayland-scanner",
13110]
13111
13112[[package]]
13113name = "wayland-cursor"
13114version = "0.31.5"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
13117dependencies = [
13118 "rustix 0.38.34",
13119 "wayland-client",
13120 "xcursor",
13121]
13122
13123[[package]]
13124name = "wayland-protocols"
13125version = "0.31.2"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
13128dependencies = [
13129 "bitflags 2.6.0",
13130 "wayland-backend",
13131 "wayland-client",
13132 "wayland-scanner",
13133]
13134
13135[[package]]
13136name = "wayland-protocols-plasma"
13137version = "0.2.0"
13138source = "registry+https://github.com/rust-lang/crates.io-index"
13139checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
13140dependencies = [
13141 "bitflags 2.6.0",
13142 "wayland-backend",
13143 "wayland-client",
13144 "wayland-protocols",
13145 "wayland-scanner",
13146]
13147
13148[[package]]
13149name = "wayland-scanner"
13150version = "0.31.4"
13151source = "registry+https://github.com/rust-lang/crates.io-index"
13152checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
13153dependencies = [
13154 "proc-macro2",
13155 "quick-xml 0.34.0",
13156 "quote",
13157]
13158
13159[[package]]
13160name = "wayland-sys"
13161version = "0.31.4"
13162source = "registry+https://github.com/rust-lang/crates.io-index"
13163checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
13164dependencies = [
13165 "dlib",
13166 "log",
13167 "once_cell",
13168 "pkg-config",
13169]
13170
13171[[package]]
13172name = "web-sys"
13173version = "0.3.69"
13174source = "registry+https://github.com/rust-lang/crates.io-index"
13175checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
13176dependencies = [
13177 "js-sys",
13178 "wasm-bindgen",
13179]
13180
13181[[package]]
13182name = "webpki-roots"
13183version = "0.25.4"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
13186
13187[[package]]
13188name = "weezl"
13189version = "0.1.8"
13190source = "registry+https://github.com/rust-lang/crates.io-index"
13191checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
13192
13193[[package]]
13194name = "welcome"
13195version = "0.1.0"
13196dependencies = [
13197 "anyhow",
13198 "client",
13199 "db",
13200 "editor",
13201 "extensions_ui",
13202 "fuzzy",
13203 "gpui",
13204 "inline_completion_button",
13205 "install_cli",
13206 "picker",
13207 "project",
13208 "schemars",
13209 "serde",
13210 "settings",
13211 "theme_selector",
13212 "ui",
13213 "util",
13214 "vim",
13215 "workspace",
13216]
13217
13218[[package]]
13219name = "which"
13220version = "4.4.2"
13221source = "registry+https://github.com/rust-lang/crates.io-index"
13222checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
13223dependencies = [
13224 "either",
13225 "home",
13226 "once_cell",
13227 "rustix 0.38.34",
13228]
13229
13230[[package]]
13231name = "which"
13232version = "6.0.3"
13233source = "registry+https://github.com/rust-lang/crates.io-index"
13234checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
13235dependencies = [
13236 "either",
13237 "home",
13238 "rustix 0.38.34",
13239 "winsafe",
13240]
13241
13242[[package]]
13243name = "whoami"
13244version = "1.5.1"
13245source = "registry+https://github.com/rust-lang/crates.io-index"
13246checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
13247dependencies = [
13248 "redox_syscall 0.4.1",
13249 "wasite",
13250]
13251
13252[[package]]
13253name = "wiggle"
13254version = "21.0.1"
13255source = "registry+https://github.com/rust-lang/crates.io-index"
13256checksum = "a89ea6f74ece6d1cfbd089783006b8eb69a0219ca83cad22068f0d9fa9df3f91"
13257dependencies = [
13258 "anyhow",
13259 "async-trait",
13260 "bitflags 2.6.0",
13261 "thiserror",
13262 "tracing",
13263 "wasmtime",
13264 "wiggle-macro",
13265]
13266
13267[[package]]
13268name = "wiggle-generate"
13269version = "21.0.1"
13270source = "registry+https://github.com/rust-lang/crates.io-index"
13271checksum = "36beda94813296ecaf0d91b7ada9da073fd41865ba339bdd3b7764e2e785b8e9"
13272dependencies = [
13273 "anyhow",
13274 "heck 0.4.1",
13275 "proc-macro2",
13276 "quote",
13277 "shellexpand 2.1.2",
13278 "syn 2.0.72",
13279 "witx",
13280]
13281
13282[[package]]
13283name = "wiggle-macro"
13284version = "21.0.1"
13285source = "registry+https://github.com/rust-lang/crates.io-index"
13286checksum = "0b47d2b4442ce93106dba5d1a9c59d5f85b5732878bb3d0598d3c93c0d01b16b"
13287dependencies = [
13288 "proc-macro2",
13289 "quote",
13290 "syn 2.0.72",
13291 "wiggle-generate",
13292]
13293
13294[[package]]
13295name = "winapi"
13296version = "0.3.9"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
13299dependencies = [
13300 "winapi-i686-pc-windows-gnu",
13301 "winapi-x86_64-pc-windows-gnu",
13302]
13303
13304[[package]]
13305name = "winapi-i686-pc-windows-gnu"
13306version = "0.4.0"
13307source = "registry+https://github.com/rust-lang/crates.io-index"
13308checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
13309
13310[[package]]
13311name = "winapi-util"
13312version = "0.1.9"
13313source = "registry+https://github.com/rust-lang/crates.io-index"
13314checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
13315dependencies = [
13316 "windows-sys 0.59.0",
13317]
13318
13319[[package]]
13320name = "winapi-x86_64-pc-windows-gnu"
13321version = "0.4.0"
13322source = "registry+https://github.com/rust-lang/crates.io-index"
13323checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
13324
13325[[package]]
13326name = "winch-codegen"
13327version = "0.19.1"
13328source = "registry+https://github.com/rust-lang/crates.io-index"
13329checksum = "1dc69899ccb2da7daa4df31426dcfd284b104d1a85e1dae35806df0c46187f87"
13330dependencies = [
13331 "anyhow",
13332 "cranelift-codegen",
13333 "gimli 0.28.1",
13334 "regalloc2",
13335 "smallvec",
13336 "target-lexicon",
13337 "wasmparser 0.207.0",
13338 "wasmtime-cranelift",
13339 "wasmtime-environ",
13340]
13341
13342[[package]]
13343name = "windows"
13344version = "0.48.0"
13345source = "registry+https://github.com/rust-lang/crates.io-index"
13346checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
13347dependencies = [
13348 "windows-targets 0.48.5",
13349]
13350
13351[[package]]
13352name = "windows"
13353version = "0.52.0"
13354source = "registry+https://github.com/rust-lang/crates.io-index"
13355checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
13356dependencies = [
13357 "windows-core 0.52.0",
13358 "windows-targets 0.52.6",
13359]
13360
13361[[package]]
13362name = "windows"
13363version = "0.54.0"
13364source = "registry+https://github.com/rust-lang/crates.io-index"
13365checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
13366dependencies = [
13367 "windows-core 0.54.0",
13368 "windows-targets 0.52.6",
13369]
13370
13371[[package]]
13372name = "windows"
13373version = "0.58.0"
13374source = "registry+https://github.com/rust-lang/crates.io-index"
13375checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
13376dependencies = [
13377 "windows-core 0.58.0",
13378 "windows-targets 0.52.6",
13379]
13380
13381[[package]]
13382name = "windows-core"
13383version = "0.52.0"
13384source = "registry+https://github.com/rust-lang/crates.io-index"
13385checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
13386dependencies = [
13387 "windows-targets 0.52.6",
13388]
13389
13390[[package]]
13391name = "windows-core"
13392version = "0.54.0"
13393source = "registry+https://github.com/rust-lang/crates.io-index"
13394checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
13395dependencies = [
13396 "windows-result 0.1.2",
13397 "windows-targets 0.52.6",
13398]
13399
13400[[package]]
13401name = "windows-core"
13402version = "0.58.0"
13403source = "registry+https://github.com/rust-lang/crates.io-index"
13404checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
13405dependencies = [
13406 "windows-implement",
13407 "windows-interface",
13408 "windows-result 0.2.0",
13409 "windows-strings",
13410 "windows-targets 0.52.6",
13411]
13412
13413[[package]]
13414name = "windows-implement"
13415version = "0.58.0"
13416source = "registry+https://github.com/rust-lang/crates.io-index"
13417checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
13418dependencies = [
13419 "proc-macro2",
13420 "quote",
13421 "syn 2.0.72",
13422]
13423
13424[[package]]
13425name = "windows-interface"
13426version = "0.58.0"
13427source = "registry+https://github.com/rust-lang/crates.io-index"
13428checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
13429dependencies = [
13430 "proc-macro2",
13431 "quote",
13432 "syn 2.0.72",
13433]
13434
13435[[package]]
13436name = "windows-result"
13437version = "0.1.2"
13438source = "registry+https://github.com/rust-lang/crates.io-index"
13439checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
13440dependencies = [
13441 "windows-targets 0.52.6",
13442]
13443
13444[[package]]
13445name = "windows-result"
13446version = "0.2.0"
13447source = "registry+https://github.com/rust-lang/crates.io-index"
13448checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
13449dependencies = [
13450 "windows-targets 0.52.6",
13451]
13452
13453[[package]]
13454name = "windows-strings"
13455version = "0.1.0"
13456source = "registry+https://github.com/rust-lang/crates.io-index"
13457checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
13458dependencies = [
13459 "windows-result 0.2.0",
13460 "windows-targets 0.52.6",
13461]
13462
13463[[package]]
13464name = "windows-sys"
13465version = "0.45.0"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
13468dependencies = [
13469 "windows-targets 0.42.2",
13470]
13471
13472[[package]]
13473name = "windows-sys"
13474version = "0.48.0"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
13477dependencies = [
13478 "windows-targets 0.48.5",
13479]
13480
13481[[package]]
13482name = "windows-sys"
13483version = "0.52.0"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
13486dependencies = [
13487 "windows-targets 0.52.6",
13488]
13489
13490[[package]]
13491name = "windows-sys"
13492version = "0.59.0"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
13495dependencies = [
13496 "windows-targets 0.52.6",
13497]
13498
13499[[package]]
13500name = "windows-targets"
13501version = "0.42.2"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
13504dependencies = [
13505 "windows_aarch64_gnullvm 0.42.2",
13506 "windows_aarch64_msvc 0.42.2",
13507 "windows_i686_gnu 0.42.2",
13508 "windows_i686_msvc 0.42.2",
13509 "windows_x86_64_gnu 0.42.2",
13510 "windows_x86_64_gnullvm 0.42.2",
13511 "windows_x86_64_msvc 0.42.2",
13512]
13513
13514[[package]]
13515name = "windows-targets"
13516version = "0.48.5"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
13519dependencies = [
13520 "windows_aarch64_gnullvm 0.48.5",
13521 "windows_aarch64_msvc 0.48.5",
13522 "windows_i686_gnu 0.48.5",
13523 "windows_i686_msvc 0.48.5",
13524 "windows_x86_64_gnu 0.48.5",
13525 "windows_x86_64_gnullvm 0.48.5",
13526 "windows_x86_64_msvc 0.48.5",
13527]
13528
13529[[package]]
13530name = "windows-targets"
13531version = "0.52.6"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
13534dependencies = [
13535 "windows_aarch64_gnullvm 0.52.6",
13536 "windows_aarch64_msvc 0.52.6",
13537 "windows_i686_gnu 0.52.6",
13538 "windows_i686_gnullvm",
13539 "windows_i686_msvc 0.52.6",
13540 "windows_x86_64_gnu 0.52.6",
13541 "windows_x86_64_gnullvm 0.52.6",
13542 "windows_x86_64_msvc 0.52.6",
13543]
13544
13545[[package]]
13546name = "windows_aarch64_gnullvm"
13547version = "0.42.2"
13548source = "registry+https://github.com/rust-lang/crates.io-index"
13549checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
13550
13551[[package]]
13552name = "windows_aarch64_gnullvm"
13553version = "0.48.5"
13554source = "registry+https://github.com/rust-lang/crates.io-index"
13555checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
13556
13557[[package]]
13558name = "windows_aarch64_gnullvm"
13559version = "0.52.6"
13560source = "registry+https://github.com/rust-lang/crates.io-index"
13561checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
13562
13563[[package]]
13564name = "windows_aarch64_msvc"
13565version = "0.42.2"
13566source = "registry+https://github.com/rust-lang/crates.io-index"
13567checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
13568
13569[[package]]
13570name = "windows_aarch64_msvc"
13571version = "0.48.5"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
13574
13575[[package]]
13576name = "windows_aarch64_msvc"
13577version = "0.52.6"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
13580
13581[[package]]
13582name = "windows_i686_gnu"
13583version = "0.42.2"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
13586
13587[[package]]
13588name = "windows_i686_gnu"
13589version = "0.48.5"
13590source = "registry+https://github.com/rust-lang/crates.io-index"
13591checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
13592
13593[[package]]
13594name = "windows_i686_gnu"
13595version = "0.52.6"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
13598
13599[[package]]
13600name = "windows_i686_gnullvm"
13601version = "0.52.6"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
13604
13605[[package]]
13606name = "windows_i686_msvc"
13607version = "0.42.2"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
13610
13611[[package]]
13612name = "windows_i686_msvc"
13613version = "0.48.5"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
13616
13617[[package]]
13618name = "windows_i686_msvc"
13619version = "0.52.6"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
13622
13623[[package]]
13624name = "windows_x86_64_gnu"
13625version = "0.42.2"
13626source = "registry+https://github.com/rust-lang/crates.io-index"
13627checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
13628
13629[[package]]
13630name = "windows_x86_64_gnu"
13631version = "0.48.5"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
13634
13635[[package]]
13636name = "windows_x86_64_gnu"
13637version = "0.52.6"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
13640
13641[[package]]
13642name = "windows_x86_64_gnullvm"
13643version = "0.42.2"
13644source = "registry+https://github.com/rust-lang/crates.io-index"
13645checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
13646
13647[[package]]
13648name = "windows_x86_64_gnullvm"
13649version = "0.48.5"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
13652
13653[[package]]
13654name = "windows_x86_64_gnullvm"
13655version = "0.52.6"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
13658
13659[[package]]
13660name = "windows_x86_64_msvc"
13661version = "0.42.2"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
13664
13665[[package]]
13666name = "windows_x86_64_msvc"
13667version = "0.48.5"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
13670
13671[[package]]
13672name = "windows_x86_64_msvc"
13673version = "0.52.6"
13674source = "registry+https://github.com/rust-lang/crates.io-index"
13675checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
13676
13677[[package]]
13678name = "winnow"
13679version = "0.5.40"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
13682dependencies = [
13683 "memchr",
13684]
13685
13686[[package]]
13687name = "winnow"
13688version = "0.6.18"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
13691dependencies = [
13692 "memchr",
13693]
13694
13695[[package]]
13696name = "winreg"
13697version = "0.50.0"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
13700dependencies = [
13701 "cfg-if",
13702 "windows-sys 0.48.0",
13703]
13704
13705[[package]]
13706name = "winreg"
13707version = "0.52.0"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
13710dependencies = [
13711 "cfg-if",
13712 "windows-sys 0.48.0",
13713]
13714
13715[[package]]
13716name = "winresource"
13717version = "0.1.17"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
13720dependencies = [
13721 "toml 0.7.8",
13722 "version_check",
13723]
13724
13725[[package]]
13726name = "winsafe"
13727version = "0.0.19"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
13730
13731[[package]]
13732name = "winx"
13733version = "0.36.3"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
13736dependencies = [
13737 "bitflags 2.6.0",
13738 "windows-sys 0.52.0",
13739]
13740
13741[[package]]
13742name = "wio"
13743version = "0.2.2"
13744source = "registry+https://github.com/rust-lang/crates.io-index"
13745checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
13746dependencies = [
13747 "winapi",
13748]
13749
13750[[package]]
13751name = "wit-bindgen"
13752version = "0.22.0"
13753source = "registry+https://github.com/rust-lang/crates.io-index"
13754checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
13755dependencies = [
13756 "bitflags 2.6.0",
13757 "wit-bindgen-rt",
13758 "wit-bindgen-rust-macro",
13759]
13760
13761[[package]]
13762name = "wit-bindgen-core"
13763version = "0.22.0"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
13766dependencies = [
13767 "anyhow",
13768 "wit-parser 0.201.0",
13769]
13770
13771[[package]]
13772name = "wit-bindgen-rt"
13773version = "0.22.0"
13774source = "registry+https://github.com/rust-lang/crates.io-index"
13775checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
13776
13777[[package]]
13778name = "wit-bindgen-rust"
13779version = "0.22.0"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
13782dependencies = [
13783 "anyhow",
13784 "heck 0.4.1",
13785 "indexmap 2.3.0",
13786 "wasm-metadata",
13787 "wit-bindgen-core",
13788 "wit-component",
13789]
13790
13791[[package]]
13792name = "wit-bindgen-rust-macro"
13793version = "0.22.0"
13794source = "registry+https://github.com/rust-lang/crates.io-index"
13795checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
13796dependencies = [
13797 "anyhow",
13798 "proc-macro2",
13799 "quote",
13800 "syn 2.0.72",
13801 "wit-bindgen-core",
13802 "wit-bindgen-rust",
13803]
13804
13805[[package]]
13806name = "wit-component"
13807version = "0.201.0"
13808source = "registry+https://github.com/rust-lang/crates.io-index"
13809checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
13810dependencies = [
13811 "anyhow",
13812 "bitflags 2.6.0",
13813 "indexmap 2.3.0",
13814 "log",
13815 "serde",
13816 "serde_derive",
13817 "serde_json",
13818 "wasm-encoder 0.201.0",
13819 "wasm-metadata",
13820 "wasmparser 0.201.0",
13821 "wit-parser 0.201.0",
13822]
13823
13824[[package]]
13825name = "wit-parser"
13826version = "0.201.0"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
13829dependencies = [
13830 "anyhow",
13831 "id-arena",
13832 "indexmap 2.3.0",
13833 "log",
13834 "semver",
13835 "serde",
13836 "serde_derive",
13837 "serde_json",
13838 "unicode-xid",
13839 "wasmparser 0.201.0",
13840]
13841
13842[[package]]
13843name = "wit-parser"
13844version = "0.207.0"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "78c83dab33a9618d86cfe3563cc864deffd08c17efc5db31a3b7cd1edeffe6e1"
13847dependencies = [
13848 "anyhow",
13849 "id-arena",
13850 "indexmap 2.3.0",
13851 "log",
13852 "semver",
13853 "serde",
13854 "serde_derive",
13855 "serde_json",
13856 "unicode-xid",
13857 "wasmparser 0.207.0",
13858]
13859
13860[[package]]
13861name = "witx"
13862version = "0.9.1"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
13865dependencies = [
13866 "anyhow",
13867 "log",
13868 "thiserror",
13869 "wast",
13870]
13871
13872[[package]]
13873name = "workspace"
13874version = "0.1.0"
13875dependencies = [
13876 "any_vec",
13877 "anyhow",
13878 "async-recursion 1.1.1",
13879 "bincode",
13880 "call",
13881 "client",
13882 "clock",
13883 "collections",
13884 "db",
13885 "derive_more",
13886 "dev_server_projects",
13887 "env_logger",
13888 "fs",
13889 "futures 0.3.30",
13890 "git",
13891 "gpui",
13892 "http_client",
13893 "itertools 0.13.0",
13894 "language",
13895 "log",
13896 "node_runtime",
13897 "parking_lot",
13898 "postage",
13899 "project",
13900 "schemars",
13901 "serde",
13902 "serde_json",
13903 "session",
13904 "settings",
13905 "smallvec",
13906 "sqlez",
13907 "task",
13908 "tempfile",
13909 "theme",
13910 "ui",
13911 "util",
13912 "uuid",
13913]
13914
13915[[package]]
13916name = "worktree"
13917version = "0.1.0"
13918dependencies = [
13919 "anyhow",
13920 "clock",
13921 "collections",
13922 "env_logger",
13923 "fs",
13924 "futures 0.3.30",
13925 "fuzzy",
13926 "git",
13927 "git2",
13928 "gpui",
13929 "http_client",
13930 "ignore",
13931 "language",
13932 "log",
13933 "parking_lot",
13934 "paths",
13935 "postage",
13936 "pretty_assertions",
13937 "rand 0.8.5",
13938 "rpc",
13939 "schemars",
13940 "serde",
13941 "serde_json",
13942 "settings",
13943 "smallvec",
13944 "smol",
13945 "sum_tree",
13946 "text",
13947 "util",
13948]
13949
13950[[package]]
13951name = "wyz"
13952version = "0.5.1"
13953source = "registry+https://github.com/rust-lang/crates.io-index"
13954checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
13955dependencies = [
13956 "tap",
13957]
13958
13959[[package]]
13960name = "x11-clipboard"
13961version = "0.9.2"
13962source = "registry+https://github.com/rust-lang/crates.io-index"
13963checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
13964dependencies = [
13965 "libc",
13966 "x11rb",
13967]
13968
13969[[package]]
13970name = "x11rb"
13971version = "0.13.1"
13972source = "registry+https://github.com/rust-lang/crates.io-index"
13973checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
13974dependencies = [
13975 "as-raw-xcb-connection",
13976 "gethostname",
13977 "libc",
13978 "rustix 0.38.34",
13979 "x11rb-protocol",
13980]
13981
13982[[package]]
13983name = "x11rb-protocol"
13984version = "0.13.1"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
13987
13988[[package]]
13989name = "xattr"
13990version = "0.2.3"
13991source = "registry+https://github.com/rust-lang/crates.io-index"
13992checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
13993dependencies = [
13994 "libc",
13995]
13996
13997[[package]]
13998name = "xcursor"
13999version = "0.3.6"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "d491ee231a51ae64a5b762114c3ac2104b967aadba1de45c86ca42cf051513b7"
14002
14003[[package]]
14004name = "xdg-home"
14005version = "1.2.0"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "ca91dcf8f93db085f3a0a29358cd0b9d670915468f4290e8b85d118a34211ab8"
14008dependencies = [
14009 "libc",
14010 "windows-sys 0.52.0",
14011]
14012
14013[[package]]
14014name = "xim"
14015version = "0.4.0"
14016source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
14017dependencies = [
14018 "ahash 0.8.11",
14019 "hashbrown 0.14.5",
14020 "log",
14021 "x11rb",
14022 "xim-ctext",
14023 "xim-parser",
14024]
14025
14026[[package]]
14027name = "xim-ctext"
14028version = "0.3.0"
14029source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
14030dependencies = [
14031 "encoding_rs",
14032]
14033
14034[[package]]
14035name = "xim-parser"
14036version = "0.2.1"
14037source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
14038dependencies = [
14039 "bitflags 2.6.0",
14040]
14041
14042[[package]]
14043name = "xkbcommon"
14044version = "0.7.0"
14045source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
14046dependencies = [
14047 "as-raw-xcb-connection",
14048 "libc",
14049 "memmap2",
14050 "xkeysym",
14051]
14052
14053[[package]]
14054name = "xkeysym"
14055version = "0.2.1"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
14058
14059[[package]]
14060name = "xml5ever"
14061version = "0.18.1"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
14064dependencies = [
14065 "log",
14066 "mac",
14067 "markup5ever",
14068]
14069
14070[[package]]
14071name = "xmlparser"
14072version = "0.13.6"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
14075
14076[[package]]
14077name = "xmlwriter"
14078version = "0.1.0"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
14081
14082[[package]]
14083name = "xtask"
14084version = "0.1.0"
14085dependencies = [
14086 "anyhow",
14087 "cargo_metadata",
14088 "cargo_toml",
14089 "clap",
14090]
14091
14092[[package]]
14093name = "yansi"
14094version = "0.5.1"
14095source = "registry+https://github.com/rust-lang/crates.io-index"
14096checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
14097
14098[[package]]
14099name = "yazi"
14100version = "0.1.6"
14101source = "registry+https://github.com/rust-lang/crates.io-index"
14102checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
14103
14104[[package]]
14105name = "yeslogic-fontconfig-sys"
14106version = "6.0.0"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
14109dependencies = [
14110 "dlib",
14111 "once_cell",
14112 "pkg-config",
14113]
14114
14115[[package]]
14116name = "zbus"
14117version = "4.4.0"
14118source = "registry+https://github.com/rust-lang/crates.io-index"
14119checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
14120dependencies = [
14121 "async-broadcast",
14122 "async-executor",
14123 "async-fs 2.1.2",
14124 "async-io 2.3.3",
14125 "async-lock 3.4.0",
14126 "async-process 2.2.3",
14127 "async-recursion 1.1.1",
14128 "async-task",
14129 "async-trait",
14130 "blocking",
14131 "enumflags2",
14132 "event-listener 5.3.1",
14133 "futures-core",
14134 "futures-sink",
14135 "futures-util",
14136 "hex",
14137 "nix 0.29.0",
14138 "ordered-stream",
14139 "rand 0.8.5",
14140 "serde",
14141 "serde_repr",
14142 "sha1",
14143 "static_assertions",
14144 "tracing",
14145 "uds_windows",
14146 "windows-sys 0.52.0",
14147 "xdg-home",
14148 "zbus_macros",
14149 "zbus_names",
14150 "zvariant",
14151]
14152
14153[[package]]
14154name = "zbus_macros"
14155version = "4.4.0"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
14158dependencies = [
14159 "proc-macro-crate",
14160 "proc-macro2",
14161 "quote",
14162 "syn 2.0.72",
14163 "zvariant_utils",
14164]
14165
14166[[package]]
14167name = "zbus_names"
14168version = "3.0.0"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
14171dependencies = [
14172 "serde",
14173 "static_assertions",
14174 "zvariant",
14175]
14176
14177[[package]]
14178name = "zed"
14179version = "0.152.0"
14180dependencies = [
14181 "activity_indicator",
14182 "anyhow",
14183 "ashpd",
14184 "assets",
14185 "assistant",
14186 "audio",
14187 "auto_update",
14188 "backtrace",
14189 "breadcrumbs",
14190 "call",
14191 "channel",
14192 "chrono",
14193 "clap",
14194 "cli",
14195 "client",
14196 "collab_ui",
14197 "collections",
14198 "command_palette",
14199 "command_palette_hooks",
14200 "copilot",
14201 "db",
14202 "dev_server_projects",
14203 "diagnostics",
14204 "editor",
14205 "env_logger",
14206 "extension",
14207 "extensions_ui",
14208 "feature_flags",
14209 "feedback",
14210 "file_finder",
14211 "file_icons",
14212 "fs",
14213 "futures 0.3.30",
14214 "git",
14215 "git_hosting_providers",
14216 "go_to_line",
14217 "gpui",
14218 "headless",
14219 "http_client",
14220 "image_viewer",
14221 "inline_completion_button",
14222 "install_cli",
14223 "isahc",
14224 "journal",
14225 "language",
14226 "language_model",
14227 "language_selector",
14228 "language_tools",
14229 "languages",
14230 "libc",
14231 "log",
14232 "markdown_preview",
14233 "menu",
14234 "mimalloc",
14235 "nix 0.28.0",
14236 "node_runtime",
14237 "notifications",
14238 "outline",
14239 "outline_panel",
14240 "parking_lot",
14241 "paths",
14242 "performance",
14243 "profiling",
14244 "project",
14245 "project_panel",
14246 "project_symbols",
14247 "quick_action_bar",
14248 "recent_projects",
14249 "release_channel",
14250 "remote",
14251 "repl",
14252 "rope",
14253 "search",
14254 "serde",
14255 "serde_json",
14256 "session",
14257 "settings",
14258 "settings_ui",
14259 "simplelog",
14260 "smol",
14261 "snippet_provider",
14262 "supermaven",
14263 "tab_switcher",
14264 "task",
14265 "tasks_ui",
14266 "telemetry_events",
14267 "terminal_view",
14268 "theme",
14269 "theme_selector",
14270 "time",
14271 "tree-sitter-md",
14272 "tree-sitter-rust",
14273 "ui",
14274 "url",
14275 "urlencoding",
14276 "util",
14277 "uuid",
14278 "vim",
14279 "welcome",
14280 "windows 0.58.0",
14281 "winresource",
14282 "workspace",
14283 "zed_actions",
14284]
14285
14286[[package]]
14287name = "zed_actions"
14288version = "0.1.0"
14289dependencies = [
14290 "gpui",
14291 "serde",
14292]
14293
14294[[package]]
14295name = "zed_astro"
14296version = "0.1.0"
14297dependencies = [
14298 "serde",
14299 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14300]
14301
14302[[package]]
14303name = "zed_clojure"
14304version = "0.0.3"
14305dependencies = [
14306 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14307]
14308
14309[[package]]
14310name = "zed_csharp"
14311version = "0.0.2"
14312dependencies = [
14313 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14314]
14315
14316[[package]]
14317name = "zed_dart"
14318version = "0.0.3"
14319dependencies = [
14320 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14321]
14322
14323[[package]]
14324name = "zed_deno"
14325version = "0.0.2"
14326dependencies = [
14327 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14328]
14329
14330[[package]]
14331name = "zed_elixir"
14332version = "0.0.9"
14333dependencies = [
14334 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14335]
14336
14337[[package]]
14338name = "zed_elm"
14339version = "0.0.1"
14340dependencies = [
14341 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14342]
14343
14344[[package]]
14345name = "zed_emmet"
14346version = "0.0.3"
14347dependencies = [
14348 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14349]
14350
14351[[package]]
14352name = "zed_erlang"
14353version = "0.0.1"
14354dependencies = [
14355 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14356]
14357
14358[[package]]
14359name = "zed_extension_api"
14360version = "0.1.0"
14361dependencies = [
14362 "serde",
14363 "serde_json",
14364 "wit-bindgen",
14365]
14366
14367[[package]]
14368name = "zed_extension_api"
14369version = "0.1.0"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
14372dependencies = [
14373 "serde",
14374 "serde_json",
14375 "wit-bindgen",
14376]
14377
14378[[package]]
14379name = "zed_gleam"
14380version = "0.2.0"
14381dependencies = [
14382 "html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14383 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14384]
14385
14386[[package]]
14387name = "zed_glsl"
14388version = "0.1.0"
14389dependencies = [
14390 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14391]
14392
14393[[package]]
14394name = "zed_haskell"
14395version = "0.1.1"
14396dependencies = [
14397 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14398]
14399
14400[[package]]
14401name = "zed_html"
14402version = "0.1.2"
14403dependencies = [
14404 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14405]
14406
14407[[package]]
14408name = "zed_lua"
14409version = "0.0.3"
14410dependencies = [
14411 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14412]
14413
14414[[package]]
14415name = "zed_ocaml"
14416version = "0.0.2"
14417dependencies = [
14418 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14419]
14420
14421[[package]]
14422name = "zed_php"
14423version = "0.1.3"
14424dependencies = [
14425 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14426]
14427
14428[[package]]
14429name = "zed_prisma"
14430version = "0.0.3"
14431dependencies = [
14432 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14433]
14434
14435[[package]]
14436name = "zed_purescript"
14437version = "0.0.1"
14438dependencies = [
14439 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14440]
14441
14442[[package]]
14443name = "zed_ruby"
14444version = "0.2.0"
14445dependencies = [
14446 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14447]
14448
14449[[package]]
14450name = "zed_ruff"
14451version = "0.0.2"
14452dependencies = [
14453 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14454]
14455
14456[[package]]
14457name = "zed_snippets"
14458version = "0.0.5"
14459dependencies = [
14460 "serde_json",
14461 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14462]
14463
14464[[package]]
14465name = "zed_svelte"
14466version = "0.0.3"
14467dependencies = [
14468 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14469]
14470
14471[[package]]
14472name = "zed_terraform"
14473version = "0.0.4"
14474dependencies = [
14475 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14476]
14477
14478[[package]]
14479name = "zed_test_extension"
14480version = "0.1.0"
14481dependencies = [
14482 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14483]
14484
14485[[package]]
14486name = "zed_toml"
14487version = "0.1.1"
14488dependencies = [
14489 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14490]
14491
14492[[package]]
14493name = "zed_uiua"
14494version = "0.0.1"
14495dependencies = [
14496 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14497]
14498
14499[[package]]
14500name = "zed_vue"
14501version = "0.1.0"
14502dependencies = [
14503 "serde",
14504 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14505]
14506
14507[[package]]
14508name = "zed_zig"
14509version = "0.3.0"
14510dependencies = [
14511 "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14512]
14513
14514[[package]]
14515name = "zeno"
14516version = "0.2.3"
14517source = "registry+https://github.com/rust-lang/crates.io-index"
14518checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
14519
14520[[package]]
14521name = "zerocopy"
14522version = "0.7.35"
14523source = "registry+https://github.com/rust-lang/crates.io-index"
14524checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
14525dependencies = [
14526 "byteorder",
14527 "zerocopy-derive",
14528]
14529
14530[[package]]
14531name = "zerocopy-derive"
14532version = "0.7.35"
14533source = "registry+https://github.com/rust-lang/crates.io-index"
14534checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
14535dependencies = [
14536 "proc-macro2",
14537 "quote",
14538 "syn 2.0.72",
14539]
14540
14541[[package]]
14542name = "zeroize"
14543version = "1.8.1"
14544source = "registry+https://github.com/rust-lang/crates.io-index"
14545checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
14546dependencies = [
14547 "zeroize_derive",
14548]
14549
14550[[package]]
14551name = "zeroize_derive"
14552version = "1.4.2"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
14555dependencies = [
14556 "proc-macro2",
14557 "quote",
14558 "syn 2.0.72",
14559]
14560
14561[[package]]
14562name = "zeromq"
14563version = "0.4.0"
14564source = "registry+https://github.com/rust-lang/crates.io-index"
14565checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
14566dependencies = [
14567 "async-dispatcher",
14568 "async-std",
14569 "async-trait",
14570 "asynchronous-codec",
14571 "bytes 1.7.1",
14572 "crossbeam-queue",
14573 "dashmap 5.5.3",
14574 "futures-channel",
14575 "futures-io",
14576 "futures-task",
14577 "futures-util",
14578 "log",
14579 "num-traits",
14580 "once_cell",
14581 "parking_lot",
14582 "rand 0.8.5",
14583 "regex",
14584 "thiserror",
14585 "uuid",
14586]
14587
14588[[package]]
14589name = "zstd"
14590version = "0.11.2+zstd.1.5.2"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
14593dependencies = [
14594 "zstd-safe",
14595]
14596
14597[[package]]
14598name = "zstd-safe"
14599version = "5.0.2+zstd.1.5.2"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
14602dependencies = [
14603 "libc",
14604 "zstd-sys",
14605]
14606
14607[[package]]
14608name = "zstd-sys"
14609version = "2.0.13+zstd.1.5.6"
14610source = "registry+https://github.com/rust-lang/crates.io-index"
14611checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
14612dependencies = [
14613 "cc",
14614 "pkg-config",
14615]
14616
14617[[package]]
14618name = "zune-core"
14619version = "0.4.12"
14620source = "registry+https://github.com/rust-lang/crates.io-index"
14621checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
14622
14623[[package]]
14624name = "zune-inflate"
14625version = "0.2.54"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
14628dependencies = [
14629 "simd-adler32",
14630]
14631
14632[[package]]
14633name = "zune-jpeg"
14634version = "0.4.13"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
14637dependencies = [
14638 "zune-core",
14639]
14640
14641[[package]]
14642name = "zvariant"
14643version = "4.2.0"
14644source = "registry+https://github.com/rust-lang/crates.io-index"
14645checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
14646dependencies = [
14647 "endi",
14648 "enumflags2",
14649 "serde",
14650 "static_assertions",
14651 "url",
14652 "zvariant_derive",
14653]
14654
14655[[package]]
14656name = "zvariant_derive"
14657version = "4.2.0"
14658source = "registry+https://github.com/rust-lang/crates.io-index"
14659checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
14660dependencies = [
14661 "proc-macro-crate",
14662 "proc-macro2",
14663 "quote",
14664 "syn 2.0.72",
14665 "zvariant_utils",
14666]
14667
14668[[package]]
14669name = "zvariant_utils"
14670version = "2.1.0"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
14673dependencies = [
14674 "proc-macro2",
14675 "quote",
14676 "syn 2.0.72",
14677]