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