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