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