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