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