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