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