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