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_host",
13 "futures 0.3.30",
14 "gpui",
15 "language",
16 "project",
17 "smallvec",
18 "ui",
19 "util",
20 "workspace",
21]
22
23[[package]]
24name = "addr2line"
25version = "0.24.1"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
28dependencies = [
29 "gimli 0.31.0",
30]
31
32[[package]]
33name = "adler"
34version = "1.0.2"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
37
38[[package]]
39name = "adler2"
40version = "2.0.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
43
44[[package]]
45name = "aes"
46version = "0.8.4"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
49dependencies = [
50 "cfg-if",
51 "cipher",
52 "cpufeatures",
53 "zeroize",
54]
55
56[[package]]
57name = "ahash"
58version = "0.7.8"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
61dependencies = [
62 "getrandom 0.2.15",
63 "once_cell",
64 "version_check",
65]
66
67[[package]]
68name = "ahash"
69version = "0.8.11"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
72dependencies = [
73 "cfg-if",
74 "const-random",
75 "once_cell",
76 "version_check",
77 "zerocopy",
78]
79
80[[package]]
81name = "aho-corasick"
82version = "1.1.3"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
85dependencies = [
86 "memchr",
87]
88
89[[package]]
90name = "alacritty_terminal"
91version = "0.24.1-dev"
92source = "git+https://github.com/alacritty/alacritty?rev=91d034ff8b53867143c005acfaa14609147c9a2c#91d034ff8b53867143c005acfaa14609147c9a2c"
93dependencies = [
94 "base64 0.22.1",
95 "bitflags 2.6.0",
96 "home",
97 "libc",
98 "log",
99 "miow",
100 "parking_lot",
101 "piper",
102 "polling 3.7.3",
103 "regex-automata 0.4.7",
104 "rustix-openpty",
105 "serde",
106 "signal-hook",
107 "unicode-width",
108 "vte",
109 "windows-sys 0.52.0",
110]
111
112[[package]]
113name = "aliasable"
114version = "0.1.3"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
117
118[[package]]
119name = "aligned-vec"
120version = "0.5.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
123
124[[package]]
125name = "allocator-api2"
126version = "0.2.18"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
129
130[[package]]
131name = "alsa"
132version = "0.9.1"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
135dependencies = [
136 "alsa-sys",
137 "bitflags 2.6.0",
138 "cfg-if",
139 "libc",
140]
141
142[[package]]
143name = "alsa-sys"
144version = "0.3.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
147dependencies = [
148 "libc",
149 "pkg-config",
150]
151
152[[package]]
153name = "ambient-authority"
154version = "0.0.2"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
157
158[[package]]
159name = "ammonia"
160version = "4.0.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
163dependencies = [
164 "html5ever",
165 "maplit",
166 "once_cell",
167 "tendril",
168 "url",
169]
170
171[[package]]
172name = "android-tzdata"
173version = "0.1.1"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
176
177[[package]]
178name = "android_system_properties"
179version = "0.1.5"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
182dependencies = [
183 "libc",
184]
185
186[[package]]
187name = "anes"
188version = "0.1.6"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
191
192[[package]]
193name = "anstream"
194version = "0.6.15"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
197dependencies = [
198 "anstyle",
199 "anstyle-parse",
200 "anstyle-query",
201 "anstyle-wincon",
202 "colorchoice",
203 "is_terminal_polyfill",
204 "utf8parse",
205]
206
207[[package]]
208name = "anstyle"
209version = "1.0.8"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
212
213[[package]]
214name = "anstyle-parse"
215version = "0.2.5"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
218dependencies = [
219 "utf8parse",
220]
221
222[[package]]
223name = "anstyle-query"
224version = "1.1.1"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
227dependencies = [
228 "windows-sys 0.52.0",
229]
230
231[[package]]
232name = "anstyle-wincon"
233version = "3.0.4"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
236dependencies = [
237 "anstyle",
238 "windows-sys 0.52.0",
239]
240
241[[package]]
242name = "anthropic"
243version = "0.1.0"
244dependencies = [
245 "anyhow",
246 "chrono",
247 "futures 0.3.30",
248 "http_client",
249 "schemars",
250 "serde",
251 "serde_json",
252 "strum 0.25.0",
253 "thiserror",
254 "util",
255]
256
257[[package]]
258name = "any_vec"
259version = "0.14.0"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
262
263[[package]]
264name = "anyhow"
265version = "1.0.91"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
268
269[[package]]
270name = "approx"
271version = "0.5.1"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
274dependencies = [
275 "num-traits",
276]
277
278[[package]]
279name = "arbitrary"
280version = "1.3.2"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
283
284[[package]]
285name = "arg_enum_proc_macro"
286version = "0.3.4"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
289dependencies = [
290 "proc-macro2",
291 "quote",
292 "syn 2.0.76",
293]
294
295[[package]]
296name = "arraydeque"
297version = "0.5.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
300
301[[package]]
302name = "arrayref"
303version = "0.3.8"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a"
306
307[[package]]
308name = "arrayvec"
309version = "0.7.6"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
312dependencies = [
313 "serde",
314]
315
316[[package]]
317name = "as-raw-xcb-connection"
318version = "1.0.1"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
321
322[[package]]
323name = "ascii"
324version = "1.1.0"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
327
328[[package]]
329name = "ash"
330version = "0.38.0+1.3.281"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
333dependencies = [
334 "libloading",
335]
336
337[[package]]
338name = "ash-window"
339version = "0.13.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
342dependencies = [
343 "ash",
344 "raw-window-handle",
345 "raw-window-metal",
346]
347
348[[package]]
349name = "ashpd"
350version = "0.9.2"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "4d43c03d9e36dd40cab48435be0b09646da362c278223ca535493877b2c1dee9"
353dependencies = [
354 "async-fs 2.1.2",
355 "async-net 2.0.0",
356 "enumflags2",
357 "futures-channel",
358 "futures-util",
359 "rand 0.8.5",
360 "serde",
361 "serde_repr",
362 "url",
363 "zbus",
364]
365
366[[package]]
367name = "assets"
368version = "0.1.0"
369dependencies = [
370 "anyhow",
371 "gpui",
372 "rust-embed",
373]
374
375[[package]]
376name = "assistant"
377version = "0.1.0"
378dependencies = [
379 "anthropic",
380 "anyhow",
381 "assets",
382 "assistant_slash_command",
383 "assistant_tool",
384 "async-watch",
385 "cargo_toml",
386 "chrono",
387 "client",
388 "clock",
389 "collections",
390 "command_palette_hooks",
391 "context_servers",
392 "ctor",
393 "db",
394 "editor",
395 "env_logger 0.11.5",
396 "feature_flags",
397 "fs",
398 "futures 0.3.30",
399 "fuzzy",
400 "globset",
401 "gpui",
402 "handlebars 4.5.0",
403 "heed",
404 "html_to_markdown",
405 "http_client",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "languages",
411 "log",
412 "lsp",
413 "markdown",
414 "menu",
415 "multi_buffer",
416 "ollama",
417 "open_ai",
418 "ordered-float 2.10.1",
419 "parking_lot",
420 "paths",
421 "picker",
422 "pretty_assertions",
423 "project",
424 "proto",
425 "rand 0.8.5",
426 "regex",
427 "release_channel",
428 "rope",
429 "rpc",
430 "schemars",
431 "search",
432 "semantic_index",
433 "serde",
434 "serde_json",
435 "serde_json_lenient",
436 "settings",
437 "similar",
438 "smallvec",
439 "smol",
440 "strum 0.25.0",
441 "telemetry_events",
442 "terminal",
443 "terminal_view",
444 "text",
445 "theme",
446 "toml 0.8.19",
447 "tree-sitter-md",
448 "ui",
449 "unindent",
450 "util",
451 "uuid",
452 "workspace",
453 "zed_actions",
454]
455
456[[package]]
457name = "assistant_slash_command"
458version = "0.1.0"
459dependencies = [
460 "anyhow",
461 "collections",
462 "derive_more",
463 "futures 0.3.30",
464 "gpui",
465 "language",
466 "parking_lot",
467 "pretty_assertions",
468 "serde",
469 "serde_json",
470 "workspace",
471]
472
473[[package]]
474name = "assistant_tool"
475version = "0.1.0"
476dependencies = [
477 "anyhow",
478 "collections",
479 "derive_more",
480 "gpui",
481 "parking_lot",
482 "serde",
483 "serde_json",
484 "workspace",
485]
486
487[[package]]
488name = "async-attributes"
489version = "1.1.2"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
492dependencies = [
493 "quote",
494 "syn 1.0.109",
495]
496
497[[package]]
498name = "async-broadcast"
499version = "0.7.1"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
502dependencies = [
503 "event-listener 5.3.1",
504 "event-listener-strategy",
505 "futures-core",
506 "pin-project-lite",
507]
508
509[[package]]
510name = "async-channel"
511version = "1.9.0"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
514dependencies = [
515 "concurrent-queue",
516 "event-listener 2.5.3",
517 "futures-core",
518]
519
520[[package]]
521name = "async-channel"
522version = "2.3.1"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
525dependencies = [
526 "concurrent-queue",
527 "event-listener-strategy",
528 "futures-core",
529 "pin-project-lite",
530]
531
532[[package]]
533name = "async-compat"
534version = "0.2.4"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
537dependencies = [
538 "futures-core",
539 "futures-io",
540 "once_cell",
541 "pin-project-lite",
542 "tokio",
543]
544
545[[package]]
546name = "async-compression"
547version = "0.4.17"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857"
550dependencies = [
551 "deflate64",
552 "flate2",
553 "futures-core",
554 "futures-io",
555 "memchr",
556 "pin-project-lite",
557]
558
559[[package]]
560name = "async-dispatcher"
561version = "0.1.2"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
564dependencies = [
565 "async-task",
566 "futures-lite 1.13.0",
567]
568
569[[package]]
570name = "async-executor"
571version = "1.13.0"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
574dependencies = [
575 "async-task",
576 "concurrent-queue",
577 "fastrand 2.1.1",
578 "futures-lite 2.3.0",
579 "slab",
580]
581
582[[package]]
583name = "async-fs"
584version = "1.6.0"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
587dependencies = [
588 "async-lock 2.8.0",
589 "autocfg",
590 "blocking",
591 "futures-lite 1.13.0",
592]
593
594[[package]]
595name = "async-fs"
596version = "2.1.2"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
599dependencies = [
600 "async-lock 3.4.0",
601 "blocking",
602 "futures-lite 2.3.0",
603]
604
605[[package]]
606name = "async-global-executor"
607version = "2.4.1"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
610dependencies = [
611 "async-channel 2.3.1",
612 "async-executor",
613 "async-io 2.3.4",
614 "async-lock 3.4.0",
615 "blocking",
616 "futures-lite 2.3.0",
617 "once_cell",
618]
619
620[[package]]
621name = "async-io"
622version = "1.13.0"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
625dependencies = [
626 "async-lock 2.8.0",
627 "autocfg",
628 "cfg-if",
629 "concurrent-queue",
630 "futures-lite 1.13.0",
631 "log",
632 "parking",
633 "polling 2.8.0",
634 "rustix 0.37.27",
635 "slab",
636 "socket2 0.4.10",
637 "waker-fn",
638]
639
640[[package]]
641name = "async-io"
642version = "2.3.4"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
645dependencies = [
646 "async-lock 3.4.0",
647 "cfg-if",
648 "concurrent-queue",
649 "futures-io",
650 "futures-lite 2.3.0",
651 "parking",
652 "polling 3.7.3",
653 "rustix 0.38.35",
654 "slab",
655 "tracing",
656 "windows-sys 0.59.0",
657]
658
659[[package]]
660name = "async-lock"
661version = "2.8.0"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
664dependencies = [
665 "event-listener 2.5.3",
666]
667
668[[package]]
669name = "async-lock"
670version = "3.4.0"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
673dependencies = [
674 "event-listener 5.3.1",
675 "event-listener-strategy",
676 "pin-project-lite",
677]
678
679[[package]]
680name = "async-native-tls"
681version = "0.5.0"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
684dependencies = [
685 "futures-util",
686 "native-tls",
687 "thiserror",
688 "url",
689]
690
691[[package]]
692name = "async-net"
693version = "1.8.0"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
696dependencies = [
697 "async-io 1.13.0",
698 "blocking",
699 "futures-lite 1.13.0",
700]
701
702[[package]]
703name = "async-net"
704version = "2.0.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
707dependencies = [
708 "async-io 2.3.4",
709 "blocking",
710 "futures-lite 2.3.0",
711]
712
713[[package]]
714name = "async-pipe"
715version = "0.1.3"
716source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
717dependencies = [
718 "futures 0.3.30",
719 "log",
720]
721
722[[package]]
723name = "async-process"
724version = "1.8.1"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
727dependencies = [
728 "async-io 1.13.0",
729 "async-lock 2.8.0",
730 "async-signal",
731 "blocking",
732 "cfg-if",
733 "event-listener 3.1.0",
734 "futures-lite 1.13.0",
735 "rustix 0.38.35",
736 "windows-sys 0.48.0",
737]
738
739[[package]]
740name = "async-process"
741version = "2.2.4"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "a8a07789659a4d385b79b18b9127fc27e1a59e1e89117c78c5ea3b806f016374"
744dependencies = [
745 "async-channel 2.3.1",
746 "async-io 2.3.4",
747 "async-lock 3.4.0",
748 "async-signal",
749 "async-task",
750 "blocking",
751 "cfg-if",
752 "event-listener 5.3.1",
753 "futures-lite 2.3.0",
754 "rustix 0.38.35",
755 "tracing",
756 "windows-sys 0.59.0",
757]
758
759[[package]]
760name = "async-recursion"
761version = "0.3.2"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
764dependencies = [
765 "proc-macro2",
766 "quote",
767 "syn 1.0.109",
768]
769
770[[package]]
771name = "async-recursion"
772version = "1.1.1"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
775dependencies = [
776 "proc-macro2",
777 "quote",
778 "syn 2.0.76",
779]
780
781[[package]]
782name = "async-signal"
783version = "0.2.10"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
786dependencies = [
787 "async-io 2.3.4",
788 "async-lock 3.4.0",
789 "atomic-waker",
790 "cfg-if",
791 "futures-core",
792 "futures-io",
793 "rustix 0.38.35",
794 "signal-hook-registry",
795 "slab",
796 "windows-sys 0.59.0",
797]
798
799[[package]]
800name = "async-std"
801version = "1.12.0"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
804dependencies = [
805 "async-attributes",
806 "async-channel 1.9.0",
807 "async-global-executor",
808 "async-io 1.13.0",
809 "async-lock 2.8.0",
810 "async-process 1.8.1",
811 "crossbeam-utils",
812 "futures-channel",
813 "futures-core",
814 "futures-io",
815 "futures-lite 1.13.0",
816 "gloo-timers",
817 "kv-log-macro",
818 "log",
819 "memchr",
820 "once_cell",
821 "pin-project-lite",
822 "pin-utils",
823 "slab",
824 "wasm-bindgen-futures",
825]
826
827[[package]]
828name = "async-stream"
829version = "0.3.5"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
832dependencies = [
833 "async-stream-impl",
834 "futures-core",
835 "pin-project-lite",
836]
837
838[[package]]
839name = "async-stream-impl"
840version = "0.3.5"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
843dependencies = [
844 "proc-macro2",
845 "quote",
846 "syn 2.0.76",
847]
848
849[[package]]
850name = "async-stripe"
851version = "0.40.0"
852source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
853dependencies = [
854 "chrono",
855 "futures-util",
856 "http-types",
857 "hyper 0.14.31",
858 "hyper-rustls 0.24.2",
859 "serde",
860 "serde_json",
861 "serde_path_to_error",
862 "serde_qs 0.10.1",
863 "smart-default",
864 "smol_str",
865 "thiserror",
866 "tokio",
867]
868
869[[package]]
870name = "async-tar"
871version = "0.5.0"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
874dependencies = [
875 "async-std",
876 "filetime",
877 "libc",
878 "pin-project",
879 "redox_syscall 0.2.16",
880 "xattr",
881]
882
883[[package]]
884name = "async-task"
885version = "4.7.1"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
888
889[[package]]
890name = "async-tls"
891version = "0.12.0"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "cfeefd0ca297cbbb3bd34fd6b228401c2a5177038257afd751bc29f0a2da4795"
894dependencies = [
895 "futures-core",
896 "futures-io",
897 "rustls 0.20.9",
898 "rustls-pemfile 1.0.4",
899 "webpki",
900 "webpki-roots 0.22.6",
901]
902
903[[package]]
904name = "async-trait"
905version = "0.1.83"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
908dependencies = [
909 "proc-macro2",
910 "quote",
911 "syn 2.0.76",
912]
913
914[[package]]
915name = "async-tungstenite"
916version = "0.24.0"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "3609af4bbf701ddaf1f6bb4e6257dff4ff8932327d0e685d3f653724c258b1ac"
919dependencies = [
920 "async-std",
921 "async-tls",
922 "futures-io",
923 "futures-util",
924 "log",
925 "pin-project-lite",
926 "tungstenite 0.21.0",
927]
928
929[[package]]
930name = "async-watch"
931version = "0.3.1"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
934dependencies = [
935 "event-listener 2.5.3",
936]
937
938[[package]]
939name = "async_zip"
940version = "0.0.17"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
943dependencies = [
944 "async-compression",
945 "crc32fast",
946 "futures-lite 2.3.0",
947 "pin-project",
948 "thiserror",
949]
950
951[[package]]
952name = "asynchronous-codec"
953version = "0.7.0"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
956dependencies = [
957 "bytes 1.7.2",
958 "futures-sink",
959 "futures-util",
960 "memchr",
961 "pin-project-lite",
962]
963
964[[package]]
965name = "atoi"
966version = "2.0.0"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
969dependencies = [
970 "num-traits",
971]
972
973[[package]]
974name = "atomic"
975version = "0.5.3"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
978
979[[package]]
980name = "atomic-waker"
981version = "1.1.2"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
984
985[[package]]
986name = "audio"
987version = "0.1.0"
988dependencies = [
989 "anyhow",
990 "collections",
991 "derive_more",
992 "gpui",
993 "parking_lot",
994 "rodio",
995 "util",
996]
997
998[[package]]
999name = "auto_update"
1000version = "0.1.0"
1001dependencies = [
1002 "anyhow",
1003 "client",
1004 "db",
1005 "editor",
1006 "gpui",
1007 "http_client",
1008 "log",
1009 "markdown_preview",
1010 "menu",
1011 "paths",
1012 "release_channel",
1013 "schemars",
1014 "serde",
1015 "serde_derive",
1016 "serde_json",
1017 "settings",
1018 "smol",
1019 "tempfile",
1020 "util",
1021 "which 6.0.3",
1022 "workspace",
1023]
1024
1025[[package]]
1026name = "autocfg"
1027version = "1.3.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
1030
1031[[package]]
1032name = "av1-grain"
1033version = "0.2.3"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1036dependencies = [
1037 "anyhow",
1038 "arrayvec",
1039 "log",
1040 "nom",
1041 "num-rational",
1042 "v_frame",
1043]
1044
1045[[package]]
1046name = "avif-serialize"
1047version = "0.8.1"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
1050dependencies = [
1051 "arrayvec",
1052]
1053
1054[[package]]
1055name = "aws-config"
1056version = "1.5.5"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "4e95816a168520d72c0e7680c405a5a8c1fb6a035b4bc4b9d7b0de8e1a941697"
1059dependencies = [
1060 "aws-credential-types",
1061 "aws-runtime",
1062 "aws-sdk-sso",
1063 "aws-sdk-ssooidc",
1064 "aws-sdk-sts",
1065 "aws-smithy-async",
1066 "aws-smithy-http",
1067 "aws-smithy-json",
1068 "aws-smithy-runtime",
1069 "aws-smithy-runtime-api",
1070 "aws-smithy-types",
1071 "aws-types",
1072 "bytes 1.7.2",
1073 "fastrand 2.1.1",
1074 "hex",
1075 "http 0.2.12",
1076 "ring 0.17.8",
1077 "time",
1078 "tokio",
1079 "tracing",
1080 "url",
1081 "zeroize",
1082]
1083
1084[[package]]
1085name = "aws-credential-types"
1086version = "1.2.1"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1089dependencies = [
1090 "aws-smithy-async",
1091 "aws-smithy-runtime-api",
1092 "aws-smithy-types",
1093 "zeroize",
1094]
1095
1096[[package]]
1097name = "aws-runtime"
1098version = "1.4.2"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "2424565416eef55906f9f8cece2072b6b6a76075e3ff81483ebe938a89a4c05f"
1101dependencies = [
1102 "aws-credential-types",
1103 "aws-sigv4",
1104 "aws-smithy-async",
1105 "aws-smithy-eventstream",
1106 "aws-smithy-http",
1107 "aws-smithy-runtime",
1108 "aws-smithy-runtime-api",
1109 "aws-smithy-types",
1110 "aws-types",
1111 "bytes 1.7.2",
1112 "fastrand 2.1.1",
1113 "http 0.2.12",
1114 "http-body 0.4.6",
1115 "once_cell",
1116 "percent-encoding",
1117 "pin-project-lite",
1118 "tracing",
1119 "uuid",
1120]
1121
1122[[package]]
1123name = "aws-sdk-s3"
1124version = "1.47.0"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "cca49303c05d2a740b8a4552fac63a4db6ead84f7e7eeed04761fd3014c26f25"
1127dependencies = [
1128 "ahash 0.8.11",
1129 "aws-credential-types",
1130 "aws-runtime",
1131 "aws-sigv4",
1132 "aws-smithy-async",
1133 "aws-smithy-checksums",
1134 "aws-smithy-eventstream",
1135 "aws-smithy-http",
1136 "aws-smithy-json",
1137 "aws-smithy-runtime",
1138 "aws-smithy-runtime-api",
1139 "aws-smithy-types",
1140 "aws-smithy-xml",
1141 "aws-types",
1142 "bytes 1.7.2",
1143 "fastrand 2.1.1",
1144 "hex",
1145 "hmac",
1146 "http 0.2.12",
1147 "http-body 0.4.6",
1148 "lru",
1149 "once_cell",
1150 "percent-encoding",
1151 "regex-lite",
1152 "sha2",
1153 "tracing",
1154 "url",
1155]
1156
1157[[package]]
1158name = "aws-sdk-sso"
1159version = "1.40.0"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "e5879bec6e74b648ce12f6085e7245417bc5f6d672781028384d2e494be3eb6d"
1162dependencies = [
1163 "aws-credential-types",
1164 "aws-runtime",
1165 "aws-smithy-async",
1166 "aws-smithy-http",
1167 "aws-smithy-json",
1168 "aws-smithy-runtime",
1169 "aws-smithy-runtime-api",
1170 "aws-smithy-types",
1171 "aws-types",
1172 "bytes 1.7.2",
1173 "http 0.2.12",
1174 "once_cell",
1175 "regex-lite",
1176 "tracing",
1177]
1178
1179[[package]]
1180name = "aws-sdk-ssooidc"
1181version = "1.41.0"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "4ef4cd9362f638c22a3b959fd8df292e7e47fdf170270f86246b97109b5f2f7d"
1184dependencies = [
1185 "aws-credential-types",
1186 "aws-runtime",
1187 "aws-smithy-async",
1188 "aws-smithy-http",
1189 "aws-smithy-json",
1190 "aws-smithy-runtime",
1191 "aws-smithy-runtime-api",
1192 "aws-smithy-types",
1193 "aws-types",
1194 "bytes 1.7.2",
1195 "http 0.2.12",
1196 "once_cell",
1197 "regex-lite",
1198 "tracing",
1199]
1200
1201[[package]]
1202name = "aws-sdk-sts"
1203version = "1.40.0"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "0b1e2735d2ab28b35ecbb5496c9d41857f52a0d6a0075bbf6a8af306045ea6f6"
1206dependencies = [
1207 "aws-credential-types",
1208 "aws-runtime",
1209 "aws-smithy-async",
1210 "aws-smithy-http",
1211 "aws-smithy-json",
1212 "aws-smithy-query",
1213 "aws-smithy-runtime",
1214 "aws-smithy-runtime-api",
1215 "aws-smithy-types",
1216 "aws-smithy-xml",
1217 "aws-types",
1218 "http 0.2.12",
1219 "once_cell",
1220 "regex-lite",
1221 "tracing",
1222]
1223
1224[[package]]
1225name = "aws-sigv4"
1226version = "1.2.3"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be"
1229dependencies = [
1230 "aws-credential-types",
1231 "aws-smithy-eventstream",
1232 "aws-smithy-http",
1233 "aws-smithy-runtime-api",
1234 "aws-smithy-types",
1235 "bytes 1.7.2",
1236 "crypto-bigint 0.5.5",
1237 "form_urlencoded",
1238 "hex",
1239 "hmac",
1240 "http 0.2.12",
1241 "http 1.1.0",
1242 "once_cell",
1243 "p256",
1244 "percent-encoding",
1245 "ring 0.17.8",
1246 "sha2",
1247 "subtle",
1248 "time",
1249 "tracing",
1250 "zeroize",
1251]
1252
1253[[package]]
1254name = "aws-smithy-async"
1255version = "1.2.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
1258dependencies = [
1259 "futures-util",
1260 "pin-project-lite",
1261 "tokio",
1262]
1263
1264[[package]]
1265name = "aws-smithy-checksums"
1266version = "0.60.12"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23"
1269dependencies = [
1270 "aws-smithy-http",
1271 "aws-smithy-types",
1272 "bytes 1.7.2",
1273 "crc32c",
1274 "crc32fast",
1275 "hex",
1276 "http 0.2.12",
1277 "http-body 0.4.6",
1278 "md-5",
1279 "pin-project-lite",
1280 "sha1",
1281 "sha2",
1282 "tracing",
1283]
1284
1285[[package]]
1286name = "aws-smithy-eventstream"
1287version = "0.60.4"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
1290dependencies = [
1291 "aws-smithy-types",
1292 "bytes 1.7.2",
1293 "crc32fast",
1294]
1295
1296[[package]]
1297name = "aws-smithy-http"
1298version = "0.60.10"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "01dbcb6e2588fd64cfb6d7529661b06466419e4c54ed1c62d6510d2d0350a728"
1301dependencies = [
1302 "aws-smithy-eventstream",
1303 "aws-smithy-runtime-api",
1304 "aws-smithy-types",
1305 "bytes 1.7.2",
1306 "bytes-utils",
1307 "futures-core",
1308 "http 0.2.12",
1309 "http-body 0.4.6",
1310 "once_cell",
1311 "percent-encoding",
1312 "pin-project-lite",
1313 "pin-utils",
1314 "tracing",
1315]
1316
1317[[package]]
1318name = "aws-smithy-json"
1319version = "0.60.7"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
1322dependencies = [
1323 "aws-smithy-types",
1324]
1325
1326[[package]]
1327name = "aws-smithy-query"
1328version = "0.60.7"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1331dependencies = [
1332 "aws-smithy-types",
1333 "urlencoding",
1334]
1335
1336[[package]]
1337name = "aws-smithy-runtime"
1338version = "1.7.1"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87"
1341dependencies = [
1342 "aws-smithy-async",
1343 "aws-smithy-http",
1344 "aws-smithy-runtime-api",
1345 "aws-smithy-types",
1346 "bytes 1.7.2",
1347 "fastrand 2.1.1",
1348 "h2 0.3.26",
1349 "http 0.2.12",
1350 "http-body 0.4.6",
1351 "http-body 1.0.1",
1352 "httparse",
1353 "hyper 0.14.31",
1354 "hyper-rustls 0.24.2",
1355 "once_cell",
1356 "pin-project-lite",
1357 "pin-utils",
1358 "rustls 0.21.12",
1359 "tokio",
1360 "tracing",
1361]
1362
1363[[package]]
1364name = "aws-smithy-runtime-api"
1365version = "1.7.2"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
1368dependencies = [
1369 "aws-smithy-async",
1370 "aws-smithy-types",
1371 "bytes 1.7.2",
1372 "http 0.2.12",
1373 "http 1.1.0",
1374 "pin-project-lite",
1375 "tokio",
1376 "tracing",
1377 "zeroize",
1378]
1379
1380[[package]]
1381name = "aws-smithy-types"
1382version = "1.2.4"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "273dcdfd762fae3e1650b8024624e7cd50e484e37abdab73a7a706188ad34543"
1385dependencies = [
1386 "base64-simd",
1387 "bytes 1.7.2",
1388 "bytes-utils",
1389 "futures-core",
1390 "http 0.2.12",
1391 "http 1.1.0",
1392 "http-body 0.4.6",
1393 "http-body 1.0.1",
1394 "http-body-util",
1395 "itoa",
1396 "num-integer",
1397 "pin-project-lite",
1398 "pin-utils",
1399 "ryu",
1400 "serde",
1401 "time",
1402 "tokio",
1403 "tokio-util",
1404]
1405
1406[[package]]
1407name = "aws-smithy-xml"
1408version = "0.60.8"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
1411dependencies = [
1412 "xmlparser",
1413]
1414
1415[[package]]
1416name = "aws-types"
1417version = "1.3.3"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1420dependencies = [
1421 "aws-credential-types",
1422 "aws-smithy-async",
1423 "aws-smithy-runtime-api",
1424 "aws-smithy-types",
1425 "rustc_version",
1426 "tracing",
1427]
1428
1429[[package]]
1430name = "axum"
1431version = "0.6.20"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1434dependencies = [
1435 "async-trait",
1436 "axum-core",
1437 "base64 0.21.7",
1438 "bitflags 1.3.2",
1439 "bytes 1.7.2",
1440 "futures-util",
1441 "headers",
1442 "http 0.2.12",
1443 "http-body 0.4.6",
1444 "hyper 0.14.31",
1445 "itoa",
1446 "matchit",
1447 "memchr",
1448 "mime",
1449 "percent-encoding",
1450 "pin-project-lite",
1451 "rustversion",
1452 "serde",
1453 "serde_json",
1454 "serde_path_to_error",
1455 "serde_urlencoded",
1456 "sha1",
1457 "sync_wrapper 0.1.2",
1458 "tokio",
1459 "tokio-tungstenite 0.20.1",
1460 "tower",
1461 "tower-layer",
1462 "tower-service",
1463]
1464
1465[[package]]
1466name = "axum-core"
1467version = "0.3.4"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1470dependencies = [
1471 "async-trait",
1472 "bytes 1.7.2",
1473 "futures-util",
1474 "http 0.2.12",
1475 "http-body 0.4.6",
1476 "mime",
1477 "rustversion",
1478 "tower-layer",
1479 "tower-service",
1480]
1481
1482[[package]]
1483name = "axum-extra"
1484version = "0.4.2"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1487dependencies = [
1488 "axum",
1489 "bytes 1.7.2",
1490 "futures-util",
1491 "http 0.2.12",
1492 "mime",
1493 "pin-project-lite",
1494 "serde",
1495 "serde_json",
1496 "tokio",
1497 "tower",
1498 "tower-http 0.3.5",
1499 "tower-layer",
1500 "tower-service",
1501]
1502
1503[[package]]
1504name = "backtrace"
1505version = "0.3.74"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1508dependencies = [
1509 "addr2line",
1510 "cfg-if",
1511 "libc",
1512 "miniz_oxide 0.8.0",
1513 "object",
1514 "rustc-demangle",
1515 "windows-targets 0.52.6",
1516]
1517
1518[[package]]
1519name = "base16ct"
1520version = "0.1.1"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1523
1524[[package]]
1525name = "base64"
1526version = "0.13.1"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1529
1530[[package]]
1531name = "base64"
1532version = "0.21.7"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1535
1536[[package]]
1537name = "base64"
1538version = "0.22.1"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1541
1542[[package]]
1543name = "base64-simd"
1544version = "0.8.0"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1547dependencies = [
1548 "outref",
1549 "vsimd",
1550]
1551
1552[[package]]
1553name = "base64ct"
1554version = "1.6.0"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1557
1558[[package]]
1559name = "bigdecimal"
1560version = "0.4.5"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee"
1563dependencies = [
1564 "autocfg",
1565 "libm",
1566 "num-bigint",
1567 "num-integer",
1568 "num-traits",
1569 "serde",
1570]
1571
1572[[package]]
1573name = "bincode"
1574version = "1.3.3"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1577dependencies = [
1578 "serde",
1579]
1580
1581[[package]]
1582name = "bindgen"
1583version = "0.69.4"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
1586dependencies = [
1587 "bitflags 2.6.0",
1588 "cexpr",
1589 "clang-sys",
1590 "itertools 0.12.1",
1591 "lazy_static",
1592 "lazycell",
1593 "proc-macro2",
1594 "quote",
1595 "regex",
1596 "rustc-hash 1.1.0",
1597 "shlex",
1598 "syn 2.0.76",
1599]
1600
1601[[package]]
1602name = "bindgen"
1603version = "0.70.1"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1606dependencies = [
1607 "bitflags 2.6.0",
1608 "cexpr",
1609 "clang-sys",
1610 "itertools 0.13.0",
1611 "log",
1612 "prettyplease",
1613 "proc-macro2",
1614 "quote",
1615 "regex",
1616 "rustc-hash 1.1.0",
1617 "shlex",
1618 "syn 2.0.76",
1619]
1620
1621[[package]]
1622name = "bit-set"
1623version = "0.5.3"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1626dependencies = [
1627 "bit-vec 0.6.3",
1628]
1629
1630[[package]]
1631name = "bit-set"
1632version = "0.6.0"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
1635dependencies = [
1636 "bit-vec 0.7.0",
1637]
1638
1639[[package]]
1640name = "bit-vec"
1641version = "0.6.3"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1644
1645[[package]]
1646name = "bit-vec"
1647version = "0.7.0"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
1650
1651[[package]]
1652name = "bit_field"
1653version = "0.10.2"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1656
1657[[package]]
1658name = "bitflags"
1659version = "1.3.2"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1662
1663[[package]]
1664name = "bitflags"
1665version = "2.6.0"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1668dependencies = [
1669 "serde",
1670]
1671
1672[[package]]
1673name = "bitstream-io"
1674version = "2.5.3"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452"
1677
1678[[package]]
1679name = "bitvec"
1680version = "1.0.1"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1683dependencies = [
1684 "funty",
1685 "radium",
1686 "tap",
1687 "wyz",
1688]
1689
1690[[package]]
1691name = "blade-graphics"
1692version = "0.5.0"
1693source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1694dependencies = [
1695 "ash",
1696 "ash-window",
1697 "bitflags 2.6.0",
1698 "block",
1699 "bytemuck",
1700 "codespan-reporting",
1701 "core-graphics-types 0.1.3",
1702 "glow",
1703 "gpu-alloc",
1704 "gpu-alloc-ash",
1705 "hidden-trait",
1706 "js-sys",
1707 "khronos-egl",
1708 "libloading",
1709 "log",
1710 "metal",
1711 "mint",
1712 "naga",
1713 "objc",
1714 "raw-window-handle",
1715 "slab",
1716 "wasm-bindgen",
1717 "web-sys",
1718]
1719
1720[[package]]
1721name = "blade-macros"
1722version = "0.3.0"
1723source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1724dependencies = [
1725 "proc-macro2",
1726 "quote",
1727 "syn 2.0.76",
1728]
1729
1730[[package]]
1731name = "blade-util"
1732version = "0.1.0"
1733source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1734dependencies = [
1735 "blade-graphics",
1736 "bytemuck",
1737 "log",
1738 "profiling",
1739]
1740
1741[[package]]
1742name = "blake3"
1743version = "1.5.4"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
1746dependencies = [
1747 "arrayref",
1748 "arrayvec",
1749 "cc",
1750 "cfg-if",
1751 "constant_time_eq",
1752]
1753
1754[[package]]
1755name = "block"
1756version = "0.1.6"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1759
1760[[package]]
1761name = "block-buffer"
1762version = "0.10.4"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1765dependencies = [
1766 "generic-array",
1767]
1768
1769[[package]]
1770name = "block-padding"
1771version = "0.3.3"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1774dependencies = [
1775 "generic-array",
1776]
1777
1778[[package]]
1779name = "blocking"
1780version = "1.6.1"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1783dependencies = [
1784 "async-channel 2.3.1",
1785 "async-task",
1786 "futures-io",
1787 "futures-lite 2.3.0",
1788 "piper",
1789]
1790
1791[[package]]
1792name = "borsh"
1793version = "1.5.1"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
1796dependencies = [
1797 "borsh-derive",
1798 "cfg_aliases 0.2.1",
1799]
1800
1801[[package]]
1802name = "borsh-derive"
1803version = "1.5.1"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
1806dependencies = [
1807 "once_cell",
1808 "proc-macro-crate",
1809 "proc-macro2",
1810 "quote",
1811 "syn 2.0.76",
1812 "syn_derive",
1813]
1814
1815[[package]]
1816name = "breadcrumbs"
1817version = "0.1.0"
1818dependencies = [
1819 "editor",
1820 "gpui",
1821 "itertools 0.13.0",
1822 "outline",
1823 "theme",
1824 "ui",
1825 "workspace",
1826]
1827
1828[[package]]
1829name = "bstr"
1830version = "1.10.0"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
1833dependencies = [
1834 "memchr",
1835 "regex-automata 0.4.7",
1836 "serde",
1837]
1838
1839[[package]]
1840name = "built"
1841version = "0.7.4"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4"
1844
1845[[package]]
1846name = "bumpalo"
1847version = "3.16.0"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1850
1851[[package]]
1852name = "by_address"
1853version = "1.2.1"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1856
1857[[package]]
1858name = "bytecheck"
1859version = "0.6.12"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1862dependencies = [
1863 "bytecheck_derive",
1864 "ptr_meta",
1865 "simdutf8",
1866]
1867
1868[[package]]
1869name = "bytecheck_derive"
1870version = "0.6.12"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1873dependencies = [
1874 "proc-macro2",
1875 "quote",
1876 "syn 1.0.109",
1877]
1878
1879[[package]]
1880name = "bytemuck"
1881version = "1.17.1"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2"
1884dependencies = [
1885 "bytemuck_derive",
1886]
1887
1888[[package]]
1889name = "bytemuck_derive"
1890version = "1.7.1"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26"
1893dependencies = [
1894 "proc-macro2",
1895 "quote",
1896 "syn 2.0.76",
1897]
1898
1899[[package]]
1900name = "byteorder"
1901version = "1.5.0"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1904
1905[[package]]
1906name = "byteorder-lite"
1907version = "0.1.0"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1910
1911[[package]]
1912name = "bytes"
1913version = "0.4.12"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1916dependencies = [
1917 "byteorder",
1918 "iovec",
1919]
1920
1921[[package]]
1922name = "bytes"
1923version = "1.7.2"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
1926
1927[[package]]
1928name = "bytes-utils"
1929version = "0.1.4"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1932dependencies = [
1933 "bytes 1.7.2",
1934 "either",
1935]
1936
1937[[package]]
1938name = "call"
1939version = "0.1.0"
1940dependencies = [
1941 "anyhow",
1942 "audio",
1943 "client",
1944 "collections",
1945 "fs",
1946 "futures 0.3.30",
1947 "gpui",
1948 "http_client",
1949 "language",
1950 "live_kit_client",
1951 "log",
1952 "postage",
1953 "project",
1954 "schemars",
1955 "serde",
1956 "serde_derive",
1957 "settings",
1958 "util",
1959]
1960
1961[[package]]
1962name = "calloop"
1963version = "0.13.0"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
1966dependencies = [
1967 "bitflags 2.6.0",
1968 "log",
1969 "polling 3.7.3",
1970 "rustix 0.38.35",
1971 "slab",
1972 "thiserror",
1973]
1974
1975[[package]]
1976name = "calloop-wayland-source"
1977version = "0.3.0"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
1980dependencies = [
1981 "calloop",
1982 "rustix 0.38.35",
1983 "wayland-backend",
1984 "wayland-client",
1985]
1986
1987[[package]]
1988name = "camino"
1989version = "1.1.9"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
1992dependencies = [
1993 "serde",
1994]
1995
1996[[package]]
1997name = "cap-fs-ext"
1998version = "3.2.0"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "eb23061fc1c4ead4e45ca713080fe768e6234e959f5a5c399c39eb41aa34e56e"
2001dependencies = [
2002 "cap-primitives",
2003 "cap-std",
2004 "io-lifetimes 2.0.3",
2005 "windows-sys 0.52.0",
2006]
2007
2008[[package]]
2009name = "cap-net-ext"
2010version = "3.2.0"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "f83ae11f116bcbafc5327c6af250341db96b5930046732e1905f7dc65887e0e1"
2013dependencies = [
2014 "cap-primitives",
2015 "cap-std",
2016 "rustix 0.38.35",
2017 "smallvec",
2018]
2019
2020[[package]]
2021name = "cap-primitives"
2022version = "3.2.0"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "6d00bd8d26c4270d950eaaa837387964a2089a1c3c349a690a1fa03221d29531"
2025dependencies = [
2026 "ambient-authority",
2027 "fs-set-times",
2028 "io-extras",
2029 "io-lifetimes 2.0.3",
2030 "ipnet",
2031 "maybe-owned",
2032 "rustix 0.38.35",
2033 "windows-sys 0.52.0",
2034 "winx",
2035]
2036
2037[[package]]
2038name = "cap-rand"
2039version = "3.2.0"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "dbcb16a619d8b8211ed61f42bd290d2a1ac71277a69cf8417ec0996fa92f5211"
2042dependencies = [
2043 "ambient-authority",
2044 "rand 0.8.5",
2045]
2046
2047[[package]]
2048name = "cap-std"
2049version = "3.2.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "19eb8e3d71996828751c1ed3908a439639752ac6bdc874e41469ef7fc15fbd7f"
2052dependencies = [
2053 "cap-primitives",
2054 "io-extras",
2055 "io-lifetimes 2.0.3",
2056 "rustix 0.38.35",
2057]
2058
2059[[package]]
2060name = "cap-time-ext"
2061version = "3.2.0"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "61142dc51e25b7acc970ca578ce2c3695eac22bbba46c1073f5f583e78957725"
2064dependencies = [
2065 "ambient-authority",
2066 "cap-primitives",
2067 "iana-time-zone",
2068 "once_cell",
2069 "rustix 0.38.35",
2070 "winx",
2071]
2072
2073[[package]]
2074name = "cargo-platform"
2075version = "0.1.8"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2078dependencies = [
2079 "serde",
2080]
2081
2082[[package]]
2083name = "cargo_metadata"
2084version = "0.18.1"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
2087dependencies = [
2088 "camino",
2089 "cargo-platform",
2090 "semver",
2091 "serde",
2092 "serde_json",
2093 "thiserror",
2094]
2095
2096[[package]]
2097name = "cargo_toml"
2098version = "0.20.5"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "88da5a13c620b4ca0078845707ea9c3faf11edbc3ffd8497d11d686211cd1ac0"
2101dependencies = [
2102 "serde",
2103 "toml 0.8.19",
2104]
2105
2106[[package]]
2107name = "cast"
2108version = "0.3.0"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2111
2112[[package]]
2113name = "cbc"
2114version = "0.1.2"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2117dependencies = [
2118 "cipher",
2119]
2120
2121[[package]]
2122name = "cbindgen"
2123version = "0.27.0"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2126dependencies = [
2127 "heck 0.4.1",
2128 "indexmap 2.4.0",
2129 "log",
2130 "proc-macro2",
2131 "quote",
2132 "serde",
2133 "serde_json",
2134 "syn 2.0.76",
2135 "tempfile",
2136 "toml 0.8.19",
2137]
2138
2139[[package]]
2140name = "cc"
2141version = "1.1.15"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
2144dependencies = [
2145 "jobserver",
2146 "libc",
2147 "shlex",
2148]
2149
2150[[package]]
2151name = "cesu8"
2152version = "1.1.0"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2155
2156[[package]]
2157name = "cexpr"
2158version = "0.6.0"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2161dependencies = [
2162 "nom",
2163]
2164
2165[[package]]
2166name = "cfg-expr"
2167version = "0.15.8"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2170dependencies = [
2171 "smallvec",
2172 "target-lexicon",
2173]
2174
2175[[package]]
2176name = "cfg-if"
2177version = "1.0.0"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2180
2181[[package]]
2182name = "cfg_aliases"
2183version = "0.1.1"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2186
2187[[package]]
2188name = "cfg_aliases"
2189version = "0.2.1"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2192
2193[[package]]
2194name = "channel"
2195version = "0.1.0"
2196dependencies = [
2197 "anyhow",
2198 "client",
2199 "clock",
2200 "collections",
2201 "futures 0.3.30",
2202 "gpui",
2203 "http_client",
2204 "language",
2205 "log",
2206 "rand 0.8.5",
2207 "release_channel",
2208 "rpc",
2209 "settings",
2210 "sum_tree",
2211 "text",
2212 "time",
2213 "util",
2214]
2215
2216[[package]]
2217name = "chrono"
2218version = "0.4.38"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2221dependencies = [
2222 "android-tzdata",
2223 "iana-time-zone",
2224 "js-sys",
2225 "num-traits",
2226 "serde",
2227 "wasm-bindgen",
2228 "windows-targets 0.52.6",
2229]
2230
2231[[package]]
2232name = "chunked_transfer"
2233version = "1.5.0"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2236
2237[[package]]
2238name = "ciborium"
2239version = "0.2.2"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2242dependencies = [
2243 "ciborium-io",
2244 "ciborium-ll",
2245 "serde",
2246]
2247
2248[[package]]
2249name = "ciborium-io"
2250version = "0.2.2"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2253
2254[[package]]
2255name = "ciborium-ll"
2256version = "0.2.2"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2259dependencies = [
2260 "ciborium-io",
2261 "half",
2262]
2263
2264[[package]]
2265name = "cipher"
2266version = "0.4.4"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2269dependencies = [
2270 "crypto-common",
2271 "inout",
2272 "zeroize",
2273]
2274
2275[[package]]
2276name = "clang-sys"
2277version = "1.8.1"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2280dependencies = [
2281 "glob",
2282 "libc",
2283 "libloading",
2284]
2285
2286[[package]]
2287name = "clap"
2288version = "4.5.20"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
2291dependencies = [
2292 "clap_builder",
2293 "clap_derive",
2294]
2295
2296[[package]]
2297name = "clap_builder"
2298version = "4.5.20"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
2301dependencies = [
2302 "anstream",
2303 "anstyle",
2304 "clap_lex",
2305 "strsim",
2306 "terminal_size",
2307]
2308
2309[[package]]
2310name = "clap_complete"
2311version = "4.5.24"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b"
2314dependencies = [
2315 "clap",
2316]
2317
2318[[package]]
2319name = "clap_derive"
2320version = "4.5.18"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2323dependencies = [
2324 "heck 0.5.0",
2325 "proc-macro2",
2326 "quote",
2327 "syn 2.0.76",
2328]
2329
2330[[package]]
2331name = "clap_lex"
2332version = "0.7.2"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2335
2336[[package]]
2337name = "cli"
2338version = "0.1.0"
2339dependencies = [
2340 "anyhow",
2341 "clap",
2342 "collections",
2343 "core-foundation 0.9.4",
2344 "core-services",
2345 "exec",
2346 "fork",
2347 "ipc-channel",
2348 "once_cell",
2349 "parking_lot",
2350 "paths",
2351 "plist",
2352 "release_channel",
2353 "serde",
2354 "tempfile",
2355 "util",
2356]
2357
2358[[package]]
2359name = "clickhouse"
2360version = "0.11.6"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
2363dependencies = [
2364 "bstr",
2365 "bytes 1.7.2",
2366 "clickhouse-derive",
2367 "clickhouse-rs-cityhash-sys",
2368 "futures 0.3.30",
2369 "hyper 0.14.31",
2370 "hyper-tls",
2371 "lz4",
2372 "sealed",
2373 "serde",
2374 "static_assertions",
2375 "thiserror",
2376 "tokio",
2377 "url",
2378]
2379
2380[[package]]
2381name = "clickhouse-derive"
2382version = "0.1.1"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
2385dependencies = [
2386 "proc-macro2",
2387 "quote",
2388 "serde_derive_internals 0.26.0",
2389 "syn 1.0.109",
2390]
2391
2392[[package]]
2393name = "clickhouse-rs-cityhash-sys"
2394version = "0.1.2"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
2397dependencies = [
2398 "cc",
2399]
2400
2401[[package]]
2402name = "client"
2403version = "0.1.0"
2404dependencies = [
2405 "anyhow",
2406 "async-native-tls",
2407 "async-recursion 0.3.2",
2408 "async-tungstenite",
2409 "chrono",
2410 "clock",
2411 "cocoa 0.26.0",
2412 "collections",
2413 "feature_flags",
2414 "futures 0.3.30",
2415 "gpui",
2416 "http_client",
2417 "log",
2418 "once_cell",
2419 "parking_lot",
2420 "paths",
2421 "postage",
2422 "rand 0.8.5",
2423 "release_channel",
2424 "rpc",
2425 "rustls 0.20.9",
2426 "rustls-native-certs 0.8.0",
2427 "schemars",
2428 "serde",
2429 "serde_json",
2430 "settings",
2431 "sha2",
2432 "smol",
2433 "sysinfo",
2434 "telemetry_events",
2435 "tempfile",
2436 "text",
2437 "thiserror",
2438 "time",
2439 "tiny_http",
2440 "tokio-socks",
2441 "url",
2442 "util",
2443 "windows 0.58.0",
2444 "worktree",
2445]
2446
2447[[package]]
2448name = "clock"
2449version = "0.1.0"
2450dependencies = [
2451 "chrono",
2452 "parking_lot",
2453 "serde",
2454 "smallvec",
2455]
2456
2457[[package]]
2458name = "cobs"
2459version = "0.2.3"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2462
2463[[package]]
2464name = "cocoa"
2465version = "0.25.0"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2468dependencies = [
2469 "bitflags 1.3.2",
2470 "block",
2471 "cocoa-foundation 0.1.2",
2472 "core-foundation 0.9.4",
2473 "core-graphics 0.23.2",
2474 "foreign-types 0.5.0",
2475 "libc",
2476 "objc",
2477]
2478
2479[[package]]
2480name = "cocoa"
2481version = "0.26.0"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2484dependencies = [
2485 "bitflags 2.6.0",
2486 "block",
2487 "cocoa-foundation 0.2.0",
2488 "core-foundation 0.10.0",
2489 "core-graphics 0.24.0",
2490 "foreign-types 0.5.0",
2491 "libc",
2492 "objc",
2493]
2494
2495[[package]]
2496name = "cocoa-foundation"
2497version = "0.1.2"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2500dependencies = [
2501 "bitflags 1.3.2",
2502 "block",
2503 "core-foundation 0.9.4",
2504 "core-graphics-types 0.1.3",
2505 "libc",
2506 "objc",
2507]
2508
2509[[package]]
2510name = "cocoa-foundation"
2511version = "0.2.0"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2514dependencies = [
2515 "bitflags 2.6.0",
2516 "block",
2517 "core-foundation 0.10.0",
2518 "core-graphics-types 0.2.0",
2519 "libc",
2520 "objc",
2521]
2522
2523[[package]]
2524name = "codespan-reporting"
2525version = "0.11.1"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2528dependencies = [
2529 "termcolor",
2530 "unicode-width",
2531]
2532
2533[[package]]
2534name = "collab"
2535version = "0.44.0"
2536dependencies = [
2537 "anthropic",
2538 "anyhow",
2539 "assistant",
2540 "async-stripe",
2541 "async-trait",
2542 "async-tungstenite",
2543 "audio",
2544 "aws-config",
2545 "aws-sdk-s3",
2546 "axum",
2547 "axum-extra",
2548 "base64 0.22.1",
2549 "call",
2550 "channel",
2551 "chrono",
2552 "clickhouse",
2553 "client",
2554 "clock",
2555 "collab_ui",
2556 "collections",
2557 "ctor",
2558 "dashmap 6.0.1",
2559 "derive_more",
2560 "editor",
2561 "env_logger 0.11.5",
2562 "envy",
2563 "file_finder",
2564 "fs",
2565 "futures 0.3.30",
2566 "git",
2567 "git_hosting_providers",
2568 "google_ai",
2569 "gpui",
2570 "hex",
2571 "http_client",
2572 "hyper 0.14.31",
2573 "indoc",
2574 "jsonwebtoken",
2575 "language",
2576 "language_model",
2577 "live_kit_client",
2578 "live_kit_server",
2579 "log",
2580 "lsp",
2581 "menu",
2582 "multi_buffer",
2583 "nanoid",
2584 "node_runtime",
2585 "notifications",
2586 "open_ai",
2587 "parking_lot",
2588 "pretty_assertions",
2589 "project",
2590 "prometheus",
2591 "prost",
2592 "rand 0.8.5",
2593 "recent_projects",
2594 "release_channel",
2595 "remote",
2596 "remote_server",
2597 "reqwest 0.11.27",
2598 "reqwest_client",
2599 "rpc",
2600 "rustc-demangle",
2601 "scrypt",
2602 "sea-orm",
2603 "semantic_version",
2604 "semver",
2605 "serde",
2606 "serde_derive",
2607 "serde_json",
2608 "session",
2609 "settings",
2610 "sha2",
2611 "sqlx",
2612 "strum 0.25.0",
2613 "subtle",
2614 "supermaven_api",
2615 "telemetry_events",
2616 "text",
2617 "theme",
2618 "thiserror",
2619 "time",
2620 "tokio",
2621 "toml 0.8.19",
2622 "tower",
2623 "tower-http 0.4.4",
2624 "tracing",
2625 "tracing-subscriber",
2626 "unindent",
2627 "util",
2628 "uuid",
2629 "workspace",
2630 "worktree",
2631]
2632
2633[[package]]
2634name = "collab_ui"
2635version = "0.1.0"
2636dependencies = [
2637 "anyhow",
2638 "call",
2639 "channel",
2640 "chrono",
2641 "client",
2642 "collections",
2643 "db",
2644 "editor",
2645 "emojis",
2646 "futures 0.3.30",
2647 "fuzzy",
2648 "gpui",
2649 "http_client",
2650 "language",
2651 "menu",
2652 "notifications",
2653 "parking_lot",
2654 "picker",
2655 "pretty_assertions",
2656 "project",
2657 "release_channel",
2658 "rich_text",
2659 "rpc",
2660 "schemars",
2661 "serde",
2662 "serde_derive",
2663 "serde_json",
2664 "settings",
2665 "smallvec",
2666 "story",
2667 "theme",
2668 "time",
2669 "time_format",
2670 "title_bar",
2671 "tree-sitter-md",
2672 "ui",
2673 "util",
2674 "vcs_menu",
2675 "workspace",
2676]
2677
2678[[package]]
2679name = "collections"
2680version = "0.1.0"
2681dependencies = [
2682 "rustc-hash 1.1.0",
2683]
2684
2685[[package]]
2686name = "color_quant"
2687version = "1.1.0"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2690
2691[[package]]
2692name = "colorchoice"
2693version = "1.0.2"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2696
2697[[package]]
2698name = "combine"
2699version = "4.6.7"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2702dependencies = [
2703 "bytes 1.7.2",
2704 "memchr",
2705]
2706
2707[[package]]
2708name = "command_palette"
2709version = "0.1.0"
2710dependencies = [
2711 "client",
2712 "collections",
2713 "command_palette_hooks",
2714 "ctor",
2715 "editor",
2716 "env_logger 0.11.5",
2717 "fuzzy",
2718 "go_to_line",
2719 "gpui",
2720 "language",
2721 "menu",
2722 "picker",
2723 "postage",
2724 "project",
2725 "serde",
2726 "serde_json",
2727 "settings",
2728 "theme",
2729 "ui",
2730 "util",
2731 "workspace",
2732 "zed_actions",
2733]
2734
2735[[package]]
2736name = "command_palette_hooks"
2737version = "0.1.0"
2738dependencies = [
2739 "collections",
2740 "derive_more",
2741 "gpui",
2742]
2743
2744[[package]]
2745name = "concurrent-queue"
2746version = "2.5.0"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2749dependencies = [
2750 "crossbeam-utils",
2751]
2752
2753[[package]]
2754name = "console"
2755version = "0.15.8"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2758dependencies = [
2759 "encode_unicode",
2760 "lazy_static",
2761 "libc",
2762 "unicode-width",
2763 "windows-sys 0.52.0",
2764]
2765
2766[[package]]
2767name = "const-oid"
2768version = "0.9.6"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2771
2772[[package]]
2773name = "const-random"
2774version = "0.1.18"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2777dependencies = [
2778 "const-random-macro",
2779]
2780
2781[[package]]
2782name = "const-random-macro"
2783version = "0.1.16"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2786dependencies = [
2787 "getrandom 0.2.15",
2788 "once_cell",
2789 "tiny-keccak",
2790]
2791
2792[[package]]
2793name = "constant_time_eq"
2794version = "0.3.1"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2797
2798[[package]]
2799name = "context_servers"
2800version = "0.1.0"
2801dependencies = [
2802 "anyhow",
2803 "collections",
2804 "command_palette_hooks",
2805 "futures 0.3.30",
2806 "gpui",
2807 "log",
2808 "parking_lot",
2809 "postage",
2810 "schemars",
2811 "serde",
2812 "serde_json",
2813 "settings",
2814 "smol",
2815 "url",
2816 "util",
2817 "workspace",
2818]
2819
2820[[package]]
2821name = "convert_case"
2822version = "0.4.0"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2825
2826[[package]]
2827name = "convert_case"
2828version = "0.6.0"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2831dependencies = [
2832 "unicode-segmentation",
2833]
2834
2835[[package]]
2836name = "copilot"
2837version = "0.1.0"
2838dependencies = [
2839 "anyhow",
2840 "async-compression",
2841 "async-std",
2842 "async-tar",
2843 "chrono",
2844 "client",
2845 "clock",
2846 "collections",
2847 "command_palette_hooks",
2848 "editor",
2849 "fs",
2850 "futures 0.3.30",
2851 "gpui",
2852 "http_client",
2853 "indoc",
2854 "language",
2855 "lsp",
2856 "menu",
2857 "node_runtime",
2858 "parking_lot",
2859 "paths",
2860 "project",
2861 "rpc",
2862 "schemars",
2863 "serde",
2864 "serde_json",
2865 "settings",
2866 "smol",
2867 "strum 0.25.0",
2868 "task",
2869 "theme",
2870 "ui",
2871 "util",
2872 "workspace",
2873]
2874
2875[[package]]
2876name = "core-foundation"
2877version = "0.9.4"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2880dependencies = [
2881 "core-foundation-sys",
2882 "libc",
2883]
2884
2885[[package]]
2886name = "core-foundation"
2887version = "0.10.0"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2890dependencies = [
2891 "core-foundation-sys",
2892 "libc",
2893]
2894
2895[[package]]
2896name = "core-foundation-sys"
2897version = "0.8.7"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2900
2901[[package]]
2902name = "core-graphics"
2903version = "0.23.2"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2906dependencies = [
2907 "bitflags 1.3.2",
2908 "core-foundation 0.9.4",
2909 "core-graphics-types 0.1.3",
2910 "foreign-types 0.5.0",
2911 "libc",
2912]
2913
2914[[package]]
2915name = "core-graphics"
2916version = "0.24.0"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
2919dependencies = [
2920 "bitflags 2.6.0",
2921 "core-foundation 0.10.0",
2922 "core-graphics-types 0.2.0",
2923 "foreign-types 0.5.0",
2924 "libc",
2925]
2926
2927[[package]]
2928name = "core-graphics-types"
2929version = "0.1.3"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2932dependencies = [
2933 "bitflags 1.3.2",
2934 "core-foundation 0.9.4",
2935 "libc",
2936]
2937
2938[[package]]
2939name = "core-graphics-types"
2940version = "0.2.0"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
2943dependencies = [
2944 "bitflags 2.6.0",
2945 "core-foundation 0.10.0",
2946 "libc",
2947]
2948
2949[[package]]
2950name = "core-services"
2951version = "0.2.1"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
2954dependencies = [
2955 "core-foundation 0.9.4",
2956]
2957
2958[[package]]
2959name = "core-text"
2960version = "20.1.0"
2961source = "registry+https://github.com/rust-lang/crates.io-index"
2962checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
2963dependencies = [
2964 "core-foundation 0.9.4",
2965 "core-graphics 0.23.2",
2966 "foreign-types 0.5.0",
2967 "libc",
2968]
2969
2970[[package]]
2971name = "coreaudio-rs"
2972version = "0.11.3"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
2975dependencies = [
2976 "bitflags 1.3.2",
2977 "core-foundation-sys",
2978 "coreaudio-sys",
2979]
2980
2981[[package]]
2982name = "coreaudio-sys"
2983version = "0.2.15"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9"
2986dependencies = [
2987 "bindgen 0.69.4",
2988]
2989
2990[[package]]
2991name = "cosmic-text"
2992version = "0.11.2"
2993source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
2994dependencies = [
2995 "bitflags 2.6.0",
2996 "fontdb",
2997 "log",
2998 "rangemap",
2999 "rayon",
3000 "rustc-hash 1.1.0",
3001 "rustybuzz",
3002 "self_cell",
3003 "swash",
3004 "sys-locale",
3005 "ttf-parser",
3006 "unicode-bidi",
3007 "unicode-linebreak",
3008 "unicode-script",
3009 "unicode-segmentation",
3010]
3011
3012[[package]]
3013name = "cpal"
3014version = "0.15.3"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
3017dependencies = [
3018 "alsa",
3019 "core-foundation-sys",
3020 "coreaudio-rs",
3021 "dasp_sample",
3022 "jni",
3023 "js-sys",
3024 "libc",
3025 "mach2",
3026 "ndk",
3027 "ndk-context",
3028 "oboe",
3029 "wasm-bindgen",
3030 "wasm-bindgen-futures",
3031 "web-sys",
3032 "windows 0.54.0",
3033]
3034
3035[[package]]
3036name = "cpp_demangle"
3037version = "0.4.4"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3040dependencies = [
3041 "cfg-if",
3042]
3043
3044[[package]]
3045name = "cpufeatures"
3046version = "0.2.13"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
3049dependencies = [
3050 "libc",
3051]
3052
3053[[package]]
3054name = "cranelift-bforest"
3055version = "0.111.1"
3056source = "registry+https://github.com/rust-lang/crates.io-index"
3057checksum = "32d69b774780246008783a75edfb943eccc2487b6a43808503a07cd563f2ffde"
3058dependencies = [
3059 "cranelift-entity",
3060]
3061
3062[[package]]
3063name = "cranelift-bitset"
3064version = "0.111.1"
3065source = "registry+https://github.com/rust-lang/crates.io-index"
3066checksum = "a7d8d71c6b32c1a7cff254c5e5d7359872c1e5e610fbe963472afcddbd9cf303"
3067dependencies = [
3068 "serde",
3069 "serde_derive",
3070]
3071
3072[[package]]
3073name = "cranelift-codegen"
3074version = "0.111.1"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "3ad3a906f2a3f3590ad9798d59a46959a8593258eb985af722f634723c063a2c"
3077dependencies = [
3078 "bumpalo",
3079 "cranelift-bforest",
3080 "cranelift-bitset",
3081 "cranelift-codegen-meta",
3082 "cranelift-codegen-shared",
3083 "cranelift-control",
3084 "cranelift-entity",
3085 "cranelift-isle",
3086 "gimli 0.29.0",
3087 "hashbrown 0.14.5",
3088 "log",
3089 "regalloc2",
3090 "rustc-hash 1.1.0",
3091 "smallvec",
3092 "target-lexicon",
3093]
3094
3095[[package]]
3096name = "cranelift-codegen-meta"
3097version = "0.111.1"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "cd5e4ee12262a135efbef3ced4ab2153adafe4adc55f36af94f9d73be0f7505d"
3100dependencies = [
3101 "cranelift-codegen-shared",
3102]
3103
3104[[package]]
3105name = "cranelift-codegen-shared"
3106version = "0.111.1"
3107source = "registry+https://github.com/rust-lang/crates.io-index"
3108checksum = "5b9374a2a5f060f72e3080fe1c87c9ff4bef2cbe798faae60daf276fb1a13968"
3109
3110[[package]]
3111name = "cranelift-control"
3112version = "0.111.1"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "fba3ca2f344bb22d265a928e7c3f5f46e1a2eb41f1393bd53538d07b6ffb5293"
3115dependencies = [
3116 "arbitrary",
3117]
3118
3119[[package]]
3120name = "cranelift-entity"
3121version = "0.111.1"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "a6aef77dfb018eed09d92d4244abe3c1c060cbbd900c24f75ddde7d75d0e781e"
3124dependencies = [
3125 "cranelift-bitset",
3126 "serde",
3127 "serde_derive",
3128]
3129
3130[[package]]
3131name = "cranelift-frontend"
3132version = "0.111.1"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "7b1d6954f03d63df1cb95d66153c97df0201862220861349bbd5f583754b1917"
3135dependencies = [
3136 "cranelift-codegen",
3137 "log",
3138 "smallvec",
3139 "target-lexicon",
3140]
3141
3142[[package]]
3143name = "cranelift-isle"
3144version = "0.111.1"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "f8b9b7e088b784796ea8aa5947c1cc12034c1b076a077ec2a5a287da717fa746"
3147
3148[[package]]
3149name = "cranelift-native"
3150version = "0.111.1"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "4cab7424083d070669ff3fdeea7c5b4b5013a055aa1ee0532703f17a5f62af64"
3153dependencies = [
3154 "cranelift-codegen",
3155 "libc",
3156 "target-lexicon",
3157]
3158
3159[[package]]
3160name = "cranelift-wasm"
3161version = "0.111.1"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "81a9f6d0495984eef1d753ec8748de0b216b37ade16d219f1c0f27d8188d7f77"
3164dependencies = [
3165 "cranelift-codegen",
3166 "cranelift-entity",
3167 "cranelift-frontend",
3168 "itertools 0.12.1",
3169 "log",
3170 "smallvec",
3171 "wasmparser 0.215.0",
3172 "wasmtime-types",
3173]
3174
3175[[package]]
3176name = "crc"
3177version = "3.2.1"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3180dependencies = [
3181 "crc-catalog",
3182]
3183
3184[[package]]
3185name = "crc-catalog"
3186version = "2.4.0"
3187source = "registry+https://github.com/rust-lang/crates.io-index"
3188checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3189
3190[[package]]
3191name = "crc32c"
3192version = "0.6.8"
3193source = "registry+https://github.com/rust-lang/crates.io-index"
3194checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3195dependencies = [
3196 "rustc_version",
3197]
3198
3199[[package]]
3200name = "crc32fast"
3201version = "1.4.2"
3202source = "registry+https://github.com/rust-lang/crates.io-index"
3203checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3204dependencies = [
3205 "cfg-if",
3206]
3207
3208[[package]]
3209name = "criterion"
3210version = "0.5.1"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3213dependencies = [
3214 "anes",
3215 "cast",
3216 "ciborium",
3217 "clap",
3218 "criterion-plot",
3219 "is-terminal",
3220 "itertools 0.10.5",
3221 "num-traits",
3222 "once_cell",
3223 "oorandom",
3224 "plotters",
3225 "rayon",
3226 "regex",
3227 "serde",
3228 "serde_derive",
3229 "serde_json",
3230 "tinytemplate",
3231 "walkdir",
3232]
3233
3234[[package]]
3235name = "criterion-plot"
3236version = "0.5.0"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3239dependencies = [
3240 "cast",
3241 "itertools 0.10.5",
3242]
3243
3244[[package]]
3245name = "crossbeam-channel"
3246version = "0.5.13"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3249dependencies = [
3250 "crossbeam-utils",
3251]
3252
3253[[package]]
3254name = "crossbeam-deque"
3255version = "0.8.5"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3258dependencies = [
3259 "crossbeam-epoch",
3260 "crossbeam-utils",
3261]
3262
3263[[package]]
3264name = "crossbeam-epoch"
3265version = "0.9.18"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3268dependencies = [
3269 "crossbeam-utils",
3270]
3271
3272[[package]]
3273name = "crossbeam-queue"
3274version = "0.3.11"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3277dependencies = [
3278 "crossbeam-utils",
3279]
3280
3281[[package]]
3282name = "crossbeam-utils"
3283version = "0.8.20"
3284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3286
3287[[package]]
3288name = "crunchy"
3289version = "0.2.2"
3290source = "registry+https://github.com/rust-lang/crates.io-index"
3291checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3292
3293[[package]]
3294name = "crypto-bigint"
3295version = "0.4.9"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3298dependencies = [
3299 "generic-array",
3300 "rand_core 0.6.4",
3301 "subtle",
3302 "zeroize",
3303]
3304
3305[[package]]
3306name = "crypto-bigint"
3307version = "0.5.5"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3310dependencies = [
3311 "rand_core 0.6.4",
3312 "subtle",
3313]
3314
3315[[package]]
3316name = "crypto-common"
3317version = "0.1.6"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3320dependencies = [
3321 "generic-array",
3322 "rand_core 0.6.4",
3323 "typenum",
3324]
3325
3326[[package]]
3327name = "ctor"
3328version = "0.2.8"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
3331dependencies = [
3332 "quote",
3333 "syn 2.0.76",
3334]
3335
3336[[package]]
3337name = "ctrlc"
3338version = "3.4.5"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3341dependencies = [
3342 "nix",
3343 "windows-sys 0.59.0",
3344]
3345
3346[[package]]
3347name = "cursor-icon"
3348version = "1.1.0"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3351
3352[[package]]
3353name = "dashmap"
3354version = "5.5.3"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3357dependencies = [
3358 "cfg-if",
3359 "hashbrown 0.14.5",
3360 "lock_api",
3361 "once_cell",
3362 "parking_lot_core",
3363]
3364
3365[[package]]
3366name = "dashmap"
3367version = "6.0.1"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
3370dependencies = [
3371 "cfg-if",
3372 "crossbeam-utils",
3373 "hashbrown 0.14.5",
3374 "lock_api",
3375 "once_cell",
3376 "parking_lot_core",
3377]
3378
3379[[package]]
3380name = "dasp_sample"
3381version = "0.11.0"
3382source = "registry+https://github.com/rust-lang/crates.io-index"
3383checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3384
3385[[package]]
3386name = "data-encoding"
3387version = "2.6.0"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3390
3391[[package]]
3392name = "data-url"
3393version = "0.3.1"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3396
3397[[package]]
3398name = "db"
3399version = "0.1.0"
3400dependencies = [
3401 "anyhow",
3402 "gpui",
3403 "indoc",
3404 "log",
3405 "paths",
3406 "release_channel",
3407 "smol",
3408 "sqlez",
3409 "sqlez_macros",
3410 "tempfile",
3411 "util",
3412]
3413
3414[[package]]
3415name = "dbus"
3416version = "0.9.7"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3419dependencies = [
3420 "libc",
3421 "libdbus-sys",
3422 "winapi",
3423]
3424
3425[[package]]
3426name = "deflate64"
3427version = "0.1.9"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3430
3431[[package]]
3432name = "der"
3433version = "0.6.1"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3436dependencies = [
3437 "const-oid",
3438 "zeroize",
3439]
3440
3441[[package]]
3442name = "der"
3443version = "0.7.9"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3446dependencies = [
3447 "const-oid",
3448 "pem-rfc7468",
3449 "zeroize",
3450]
3451
3452[[package]]
3453name = "deranged"
3454version = "0.3.11"
3455source = "registry+https://github.com/rust-lang/crates.io-index"
3456checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3457dependencies = [
3458 "powerfmt",
3459 "serde",
3460]
3461
3462[[package]]
3463name = "derive_more"
3464version = "0.99.18"
3465source = "registry+https://github.com/rust-lang/crates.io-index"
3466checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3467dependencies = [
3468 "convert_case 0.4.0",
3469 "proc-macro2",
3470 "quote",
3471 "rustc_version",
3472 "syn 2.0.76",
3473]
3474
3475[[package]]
3476name = "derive_refineable"
3477version = "0.1.0"
3478dependencies = [
3479 "proc-macro2",
3480 "quote",
3481 "syn 1.0.109",
3482]
3483
3484[[package]]
3485name = "diagnostics"
3486version = "0.1.0"
3487dependencies = [
3488 "anyhow",
3489 "client",
3490 "collections",
3491 "ctor",
3492 "editor",
3493 "env_logger 0.11.5",
3494 "futures 0.3.30",
3495 "gpui",
3496 "language",
3497 "log",
3498 "lsp",
3499 "pretty_assertions",
3500 "project",
3501 "rand 0.8.5",
3502 "schemars",
3503 "serde",
3504 "serde_json",
3505 "settings",
3506 "theme",
3507 "ui",
3508 "unindent",
3509 "util",
3510 "workspace",
3511]
3512
3513[[package]]
3514name = "dialoguer"
3515version = "0.11.0"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3518dependencies = [
3519 "console",
3520 "fuzzy-matcher",
3521 "shell-words",
3522 "tempfile",
3523 "thiserror",
3524 "zeroize",
3525]
3526
3527[[package]]
3528name = "diff"
3529version = "0.1.13"
3530source = "registry+https://github.com/rust-lang/crates.io-index"
3531checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3532
3533[[package]]
3534name = "digest"
3535version = "0.10.7"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3538dependencies = [
3539 "block-buffer",
3540 "const-oid",
3541 "crypto-common",
3542 "subtle",
3543]
3544
3545[[package]]
3546name = "dirs"
3547version = "4.0.0"
3548source = "registry+https://github.com/rust-lang/crates.io-index"
3549checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3550dependencies = [
3551 "dirs-sys 0.3.7",
3552]
3553
3554[[package]]
3555name = "dirs"
3556version = "5.0.1"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3559dependencies = [
3560 "dirs-sys 0.4.1",
3561]
3562
3563[[package]]
3564name = "dirs-sys"
3565version = "0.3.7"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3568dependencies = [
3569 "libc",
3570 "redox_users",
3571 "winapi",
3572]
3573
3574[[package]]
3575name = "dirs-sys"
3576version = "0.4.1"
3577source = "registry+https://github.com/rust-lang/crates.io-index"
3578checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3579dependencies = [
3580 "libc",
3581 "option-ext",
3582 "redox_users",
3583 "windows-sys 0.48.0",
3584]
3585
3586[[package]]
3587name = "dlib"
3588version = "0.5.2"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3591dependencies = [
3592 "libloading",
3593]
3594
3595[[package]]
3596name = "docs_preprocessor"
3597version = "0.1.0"
3598dependencies = [
3599 "anyhow",
3600 "clap",
3601 "mdbook",
3602 "regex",
3603 "serde",
3604 "serde_json",
3605 "settings",
3606 "util",
3607]
3608
3609[[package]]
3610name = "dotenvy"
3611version = "0.15.7"
3612source = "registry+https://github.com/rust-lang/crates.io-index"
3613checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3614
3615[[package]]
3616name = "downcast-rs"
3617version = "1.2.1"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3620
3621[[package]]
3622name = "doxygen-rs"
3623version = "0.4.2"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3626dependencies = [
3627 "phf",
3628]
3629
3630[[package]]
3631name = "dwrote"
3632version = "0.11.1"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c"
3635dependencies = [
3636 "lazy_static",
3637 "libc",
3638 "winapi",
3639 "wio",
3640]
3641
3642[[package]]
3643name = "dyn-clone"
3644version = "1.0.17"
3645source = "registry+https://github.com/rust-lang/crates.io-index"
3646checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3647
3648[[package]]
3649name = "ec4rs"
3650version = "1.1.1"
3651source = "registry+https://github.com/rust-lang/crates.io-index"
3652checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3653
3654[[package]]
3655name = "ecdsa"
3656version = "0.14.8"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3659dependencies = [
3660 "der 0.6.1",
3661 "elliptic-curve",
3662 "rfc6979",
3663 "signature 1.6.4",
3664]
3665
3666[[package]]
3667name = "editor"
3668version = "0.1.0"
3669dependencies = [
3670 "aho-corasick",
3671 "anyhow",
3672 "assets",
3673 "chrono",
3674 "client",
3675 "clock",
3676 "collections",
3677 "convert_case 0.6.0",
3678 "ctor",
3679 "db",
3680 "emojis",
3681 "env_logger 0.11.5",
3682 "file_icons",
3683 "futures 0.3.30",
3684 "fuzzy",
3685 "git",
3686 "gpui",
3687 "http_client",
3688 "indoc",
3689 "itertools 0.13.0",
3690 "language",
3691 "linkify",
3692 "log",
3693 "lsp",
3694 "markdown",
3695 "multi_buffer",
3696 "ordered-float 2.10.1",
3697 "parking_lot",
3698 "pretty_assertions",
3699 "project",
3700 "rand 0.8.5",
3701 "release_channel",
3702 "rpc",
3703 "schemars",
3704 "serde",
3705 "serde_json",
3706 "settings",
3707 "similar",
3708 "smallvec",
3709 "smol",
3710 "snippet",
3711 "sum_tree",
3712 "task",
3713 "text",
3714 "theme",
3715 "time",
3716 "time_format",
3717 "tree-sitter-html",
3718 "tree-sitter-rust",
3719 "tree-sitter-typescript",
3720 "ui",
3721 "unicode-segmentation",
3722 "unindent",
3723 "url",
3724 "util",
3725 "workspace",
3726]
3727
3728[[package]]
3729name = "educe"
3730version = "0.5.11"
3731source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8"
3733dependencies = [
3734 "enum-ordinalize",
3735 "proc-macro2",
3736 "quote",
3737 "syn 2.0.76",
3738]
3739
3740[[package]]
3741name = "either"
3742version = "1.13.0"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3745dependencies = [
3746 "serde",
3747]
3748
3749[[package]]
3750name = "elasticlunr-rs"
3751version = "3.0.2"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3754dependencies = [
3755 "regex",
3756 "serde",
3757 "serde_derive",
3758 "serde_json",
3759]
3760
3761[[package]]
3762name = "elliptic-curve"
3763version = "0.12.3"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3766dependencies = [
3767 "base16ct",
3768 "crypto-bigint 0.4.9",
3769 "der 0.6.1",
3770 "digest",
3771 "ff",
3772 "generic-array",
3773 "group",
3774 "pkcs8 0.9.0",
3775 "rand_core 0.6.4",
3776 "sec1",
3777 "subtle",
3778 "zeroize",
3779]
3780
3781[[package]]
3782name = "embed-resource"
3783version = "2.4.3"
3784source = "registry+https://github.com/rust-lang/crates.io-index"
3785checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602"
3786dependencies = [
3787 "cc",
3788 "memchr",
3789 "rustc_version",
3790 "toml 0.8.19",
3791 "vswhom",
3792 "winreg 0.52.0",
3793]
3794
3795[[package]]
3796name = "embedded-io"
3797version = "0.4.0"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3800
3801[[package]]
3802name = "embedded-io"
3803version = "0.6.1"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3806
3807[[package]]
3808name = "emojis"
3809version = "0.6.4"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3812dependencies = [
3813 "phf",
3814]
3815
3816[[package]]
3817name = "encode_unicode"
3818version = "0.3.6"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3821
3822[[package]]
3823name = "encoding_rs"
3824version = "0.8.34"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
3827dependencies = [
3828 "cfg-if",
3829]
3830
3831[[package]]
3832name = "endi"
3833version = "1.1.0"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3836
3837[[package]]
3838name = "enum-ordinalize"
3839version = "4.3.0"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
3842dependencies = [
3843 "enum-ordinalize-derive",
3844]
3845
3846[[package]]
3847name = "enum-ordinalize-derive"
3848version = "4.3.1"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
3851dependencies = [
3852 "proc-macro2",
3853 "quote",
3854 "syn 2.0.76",
3855]
3856
3857[[package]]
3858name = "enumflags2"
3859version = "0.7.10"
3860source = "registry+https://github.com/rust-lang/crates.io-index"
3861checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
3862dependencies = [
3863 "enumflags2_derive",
3864 "serde",
3865]
3866
3867[[package]]
3868name = "enumflags2_derive"
3869version = "0.7.10"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
3872dependencies = [
3873 "proc-macro2",
3874 "quote",
3875 "syn 2.0.76",
3876]
3877
3878[[package]]
3879name = "env_filter"
3880version = "0.1.2"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
3883dependencies = [
3884 "log",
3885 "regex",
3886]
3887
3888[[package]]
3889name = "env_logger"
3890version = "0.10.2"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
3893dependencies = [
3894 "humantime",
3895 "is-terminal",
3896 "log",
3897 "regex",
3898 "termcolor",
3899]
3900
3901[[package]]
3902name = "env_logger"
3903version = "0.11.5"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
3906dependencies = [
3907 "anstream",
3908 "anstyle",
3909 "env_filter",
3910 "humantime",
3911 "log",
3912]
3913
3914[[package]]
3915name = "envy"
3916version = "0.4.2"
3917source = "registry+https://github.com/rust-lang/crates.io-index"
3918checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
3919dependencies = [
3920 "serde",
3921]
3922
3923[[package]]
3924name = "equivalent"
3925version = "1.0.1"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
3928
3929[[package]]
3930name = "erased-serde"
3931version = "0.4.5"
3932source = "registry+https://github.com/rust-lang/crates.io-index"
3933checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
3934dependencies = [
3935 "serde",
3936 "typeid",
3937]
3938
3939[[package]]
3940name = "errno"
3941version = "0.2.8"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
3944dependencies = [
3945 "errno-dragonfly",
3946 "libc",
3947 "winapi",
3948]
3949
3950[[package]]
3951name = "errno"
3952version = "0.3.9"
3953source = "registry+https://github.com/rust-lang/crates.io-index"
3954checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
3955dependencies = [
3956 "libc",
3957 "windows-sys 0.52.0",
3958]
3959
3960[[package]]
3961name = "errno-dragonfly"
3962version = "0.1.2"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
3965dependencies = [
3966 "cc",
3967 "libc",
3968]
3969
3970[[package]]
3971name = "etagere"
3972version = "0.2.13"
3973source = "registry+https://github.com/rust-lang/crates.io-index"
3974checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
3975dependencies = [
3976 "euclid",
3977 "svg_fmt",
3978]
3979
3980[[package]]
3981name = "etcetera"
3982version = "0.8.0"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
3985dependencies = [
3986 "cfg-if",
3987 "home",
3988 "windows-sys 0.48.0",
3989]
3990
3991[[package]]
3992name = "euclid"
3993version = "0.22.11"
3994source = "registry+https://github.com/rust-lang/crates.io-index"
3995checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
3996dependencies = [
3997 "num-traits",
3998]
3999
4000[[package]]
4001name = "evals"
4002version = "0.1.0"
4003dependencies = [
4004 "anyhow",
4005 "clap",
4006 "client",
4007 "clock",
4008 "collections",
4009 "env_logger 0.11.5",
4010 "feature_flags",
4011 "fs",
4012 "git",
4013 "gpui",
4014 "http_client",
4015 "language",
4016 "languages",
4017 "node_runtime",
4018 "open_ai",
4019 "project",
4020 "reqwest_client",
4021 "semantic_index",
4022 "serde",
4023 "serde_json",
4024 "settings",
4025 "smol",
4026]
4027
4028[[package]]
4029name = "event-listener"
4030version = "2.5.3"
4031source = "registry+https://github.com/rust-lang/crates.io-index"
4032checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4033
4034[[package]]
4035name = "event-listener"
4036version = "3.1.0"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4039dependencies = [
4040 "concurrent-queue",
4041 "parking",
4042 "pin-project-lite",
4043]
4044
4045[[package]]
4046name = "event-listener"
4047version = "5.3.1"
4048source = "registry+https://github.com/rust-lang/crates.io-index"
4049checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4050dependencies = [
4051 "concurrent-queue",
4052 "parking",
4053 "pin-project-lite",
4054]
4055
4056[[package]]
4057name = "event-listener-strategy"
4058version = "0.5.2"
4059source = "registry+https://github.com/rust-lang/crates.io-index"
4060checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
4061dependencies = [
4062 "event-listener 5.3.1",
4063 "pin-project-lite",
4064]
4065
4066[[package]]
4067name = "exec"
4068version = "0.3.1"
4069source = "registry+https://github.com/rust-lang/crates.io-index"
4070checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4071dependencies = [
4072 "errno 0.2.8",
4073 "libc",
4074]
4075
4076[[package]]
4077name = "exr"
4078version = "1.72.0"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
4081dependencies = [
4082 "bit_field",
4083 "flume",
4084 "half",
4085 "lebe",
4086 "miniz_oxide 0.7.4",
4087 "rayon-core",
4088 "smallvec",
4089 "zune-inflate",
4090]
4091
4092[[package]]
4093name = "extension"
4094version = "0.1.0"
4095dependencies = [
4096 "anyhow",
4097 "async-compression",
4098 "async-tar",
4099 "collections",
4100 "fs",
4101 "futures 0.3.30",
4102 "http_client",
4103 "language",
4104 "log",
4105 "lsp",
4106 "semantic_version",
4107 "serde",
4108 "serde_json",
4109 "toml 0.8.19",
4110 "wasm-encoder 0.215.0",
4111 "wasmparser 0.215.0",
4112 "wit-component",
4113]
4114
4115[[package]]
4116name = "extension_cli"
4117version = "0.1.0"
4118dependencies = [
4119 "anyhow",
4120 "clap",
4121 "env_logger 0.11.5",
4122 "extension",
4123 "fs",
4124 "language",
4125 "log",
4126 "reqwest_client",
4127 "rpc",
4128 "serde",
4129 "serde_json",
4130 "theme",
4131 "tokio",
4132 "toml 0.8.19",
4133 "tree-sitter",
4134 "wasmtime",
4135]
4136
4137[[package]]
4138name = "extension_host"
4139version = "0.1.0"
4140dependencies = [
4141 "anyhow",
4142 "assistant_slash_command",
4143 "async-compression",
4144 "async-tar",
4145 "async-trait",
4146 "client",
4147 "collections",
4148 "ctor",
4149 "env_logger 0.11.5",
4150 "extension",
4151 "fs",
4152 "futures 0.3.30",
4153 "gpui",
4154 "http_client",
4155 "indexed_docs",
4156 "language",
4157 "log",
4158 "lsp",
4159 "node_runtime",
4160 "parking_lot",
4161 "paths",
4162 "project",
4163 "release_channel",
4164 "reqwest_client",
4165 "schemars",
4166 "semantic_version",
4167 "serde",
4168 "serde_json",
4169 "serde_json_lenient",
4170 "settings",
4171 "snippet_provider",
4172 "task",
4173 "theme",
4174 "toml 0.8.19",
4175 "ui",
4176 "url",
4177 "util",
4178 "wasmtime",
4179 "wasmtime-wasi",
4180 "workspace",
4181]
4182
4183[[package]]
4184name = "extensions_ui"
4185version = "0.1.0"
4186dependencies = [
4187 "anyhow",
4188 "client",
4189 "collections",
4190 "db",
4191 "editor",
4192 "extension_host",
4193 "fs",
4194 "fuzzy",
4195 "gpui",
4196 "language",
4197 "num-format",
4198 "picker",
4199 "project",
4200 "release_channel",
4201 "semantic_version",
4202 "serde",
4203 "settings",
4204 "smallvec",
4205 "theme",
4206 "theme_selector",
4207 "ui",
4208 "util",
4209 "vim",
4210 "workspace",
4211]
4212
4213[[package]]
4214name = "fallible-iterator"
4215version = "0.3.0"
4216source = "registry+https://github.com/rust-lang/crates.io-index"
4217checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4218
4219[[package]]
4220name = "fancy-regex"
4221version = "0.12.0"
4222source = "registry+https://github.com/rust-lang/crates.io-index"
4223checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
4224dependencies = [
4225 "bit-set 0.5.3",
4226 "regex",
4227]
4228
4229[[package]]
4230name = "fast-srgb8"
4231version = "1.0.0"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4234
4235[[package]]
4236name = "fastrand"
4237version = "1.9.0"
4238source = "registry+https://github.com/rust-lang/crates.io-index"
4239checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4240dependencies = [
4241 "instant",
4242]
4243
4244[[package]]
4245name = "fastrand"
4246version = "2.1.1"
4247source = "registry+https://github.com/rust-lang/crates.io-index"
4248checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
4249
4250[[package]]
4251name = "fd-lock"
4252version = "4.0.2"
4253source = "registry+https://github.com/rust-lang/crates.io-index"
4254checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4255dependencies = [
4256 "cfg-if",
4257 "rustix 0.38.35",
4258 "windows-sys 0.52.0",
4259]
4260
4261[[package]]
4262name = "fdeflate"
4263version = "0.3.4"
4264source = "registry+https://github.com/rust-lang/crates.io-index"
4265checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
4266dependencies = [
4267 "simd-adler32",
4268]
4269
4270[[package]]
4271name = "feature_flags"
4272version = "0.1.0"
4273dependencies = [
4274 "futures 0.3.30",
4275 "gpui",
4276]
4277
4278[[package]]
4279name = "feedback"
4280version = "0.1.0"
4281dependencies = [
4282 "anyhow",
4283 "bitflags 2.6.0",
4284 "client",
4285 "db",
4286 "editor",
4287 "futures 0.3.30",
4288 "gpui",
4289 "http_client",
4290 "human_bytes",
4291 "language",
4292 "log",
4293 "menu",
4294 "project",
4295 "regex",
4296 "release_channel",
4297 "serde",
4298 "serde_derive",
4299 "serde_json",
4300 "smol",
4301 "sysinfo",
4302 "ui",
4303 "urlencoding",
4304 "util",
4305 "workspace",
4306]
4307
4308[[package]]
4309name = "ff"
4310version = "0.12.1"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4313dependencies = [
4314 "rand_core 0.6.4",
4315 "subtle",
4316]
4317
4318[[package]]
4319name = "file_finder"
4320version = "0.1.0"
4321dependencies = [
4322 "anyhow",
4323 "collections",
4324 "ctor",
4325 "editor",
4326 "env_logger 0.11.5",
4327 "file_icons",
4328 "futures 0.3.30",
4329 "fuzzy",
4330 "gpui",
4331 "language",
4332 "menu",
4333 "picker",
4334 "project",
4335 "schemars",
4336 "serde",
4337 "serde_derive",
4338 "serde_json",
4339 "settings",
4340 "text",
4341 "theme",
4342 "ui",
4343 "util",
4344 "workspace",
4345]
4346
4347[[package]]
4348name = "file_icons"
4349version = "0.1.0"
4350dependencies = [
4351 "collections",
4352 "gpui",
4353 "serde",
4354 "serde_derive",
4355 "serde_json",
4356 "util",
4357]
4358
4359[[package]]
4360name = "filedescriptor"
4361version = "0.8.2"
4362source = "registry+https://github.com/rust-lang/crates.io-index"
4363checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4364dependencies = [
4365 "libc",
4366 "thiserror",
4367 "winapi",
4368]
4369
4370[[package]]
4371name = "filetime"
4372version = "0.2.25"
4373source = "registry+https://github.com/rust-lang/crates.io-index"
4374checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4375dependencies = [
4376 "cfg-if",
4377 "libc",
4378 "libredox",
4379 "windows-sys 0.59.0",
4380]
4381
4382[[package]]
4383name = "fixedbitset"
4384version = "0.4.2"
4385source = "registry+https://github.com/rust-lang/crates.io-index"
4386checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4387
4388[[package]]
4389name = "flate2"
4390version = "1.0.33"
4391source = "registry+https://github.com/rust-lang/crates.io-index"
4392checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
4393dependencies = [
4394 "crc32fast",
4395 "miniz_oxide 0.8.0",
4396]
4397
4398[[package]]
4399name = "float-cmp"
4400version = "0.9.0"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4403
4404[[package]]
4405name = "float-ord"
4406version = "0.3.2"
4407source = "registry+https://github.com/rust-lang/crates.io-index"
4408checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4409
4410[[package]]
4411name = "flume"
4412version = "0.11.1"
4413source = "registry+https://github.com/rust-lang/crates.io-index"
4414checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4415dependencies = [
4416 "futures-core",
4417 "futures-sink",
4418 "nanorand",
4419 "spin 0.9.8",
4420]
4421
4422[[package]]
4423name = "fnv"
4424version = "1.0.7"
4425source = "registry+https://github.com/rust-lang/crates.io-index"
4426checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4427
4428[[package]]
4429name = "font-kit"
4430version = "0.14.1"
4431source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4432dependencies = [
4433 "bitflags 2.6.0",
4434 "byteorder",
4435 "core-foundation 0.9.4",
4436 "core-graphics 0.23.2",
4437 "core-text",
4438 "dirs 5.0.1",
4439 "dwrote",
4440 "float-ord",
4441 "freetype-sys",
4442 "lazy_static",
4443 "libc",
4444 "log",
4445 "pathfinder_geometry",
4446 "pathfinder_simd",
4447 "walkdir",
4448 "winapi",
4449 "yeslogic-fontconfig-sys",
4450]
4451
4452[[package]]
4453name = "font-types"
4454version = "0.6.0"
4455source = "registry+https://github.com/rust-lang/crates.io-index"
4456checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60"
4457dependencies = [
4458 "bytemuck",
4459]
4460
4461[[package]]
4462name = "fontconfig-parser"
4463version = "0.5.7"
4464source = "registry+https://github.com/rust-lang/crates.io-index"
4465checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4466dependencies = [
4467 "roxmltree 0.20.0",
4468]
4469
4470[[package]]
4471name = "fontdb"
4472version = "0.18.0"
4473source = "registry+https://github.com/rust-lang/crates.io-index"
4474checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4475dependencies = [
4476 "fontconfig-parser",
4477 "log",
4478 "memmap2",
4479 "slotmap",
4480 "tinyvec",
4481 "ttf-parser",
4482]
4483
4484[[package]]
4485name = "foreign-types"
4486version = "0.3.2"
4487source = "registry+https://github.com/rust-lang/crates.io-index"
4488checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4489dependencies = [
4490 "foreign-types-shared 0.1.1",
4491]
4492
4493[[package]]
4494name = "foreign-types"
4495version = "0.5.0"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4498dependencies = [
4499 "foreign-types-macros",
4500 "foreign-types-shared 0.3.1",
4501]
4502
4503[[package]]
4504name = "foreign-types-macros"
4505version = "0.2.3"
4506source = "registry+https://github.com/rust-lang/crates.io-index"
4507checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4508dependencies = [
4509 "proc-macro2",
4510 "quote",
4511 "syn 2.0.76",
4512]
4513
4514[[package]]
4515name = "foreign-types-shared"
4516version = "0.1.1"
4517source = "registry+https://github.com/rust-lang/crates.io-index"
4518checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4519
4520[[package]]
4521name = "foreign-types-shared"
4522version = "0.3.1"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4525
4526[[package]]
4527name = "fork"
4528version = "0.2.0"
4529source = "registry+https://github.com/rust-lang/crates.io-index"
4530checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4531dependencies = [
4532 "libc",
4533]
4534
4535[[package]]
4536name = "form_urlencoded"
4537version = "1.2.1"
4538source = "registry+https://github.com/rust-lang/crates.io-index"
4539checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4540dependencies = [
4541 "percent-encoding",
4542]
4543
4544[[package]]
4545name = "freetype-sys"
4546version = "0.20.1"
4547source = "registry+https://github.com/rust-lang/crates.io-index"
4548checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4549dependencies = [
4550 "cc",
4551 "libc",
4552 "pkg-config",
4553]
4554
4555[[package]]
4556name = "fs"
4557version = "0.1.0"
4558dependencies = [
4559 "anyhow",
4560 "ashpd",
4561 "async-tar",
4562 "async-trait",
4563 "cocoa 0.26.0",
4564 "collections",
4565 "fsevent",
4566 "futures 0.3.30",
4567 "git",
4568 "git2",
4569 "gpui",
4570 "libc",
4571 "notify",
4572 "objc",
4573 "parking_lot",
4574 "paths",
4575 "rope",
4576 "serde",
4577 "serde_json",
4578 "smol",
4579 "tempfile",
4580 "text",
4581 "time",
4582 "util",
4583 "windows 0.58.0",
4584]
4585
4586[[package]]
4587name = "fs-set-times"
4588version = "0.20.1"
4589source = "registry+https://github.com/rust-lang/crates.io-index"
4590checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
4591dependencies = [
4592 "io-lifetimes 2.0.3",
4593 "rustix 0.38.35",
4594 "windows-sys 0.52.0",
4595]
4596
4597[[package]]
4598name = "fsevent"
4599version = "0.1.0"
4600dependencies = [
4601 "bitflags 2.6.0",
4602 "core-foundation 0.9.4",
4603 "fsevent-sys 3.1.0",
4604 "parking_lot",
4605 "tempfile",
4606]
4607
4608[[package]]
4609name = "fsevent-sys"
4610version = "3.1.0"
4611source = "registry+https://github.com/rust-lang/crates.io-index"
4612checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4613dependencies = [
4614 "libc",
4615]
4616
4617[[package]]
4618name = "fsevent-sys"
4619version = "4.1.0"
4620source = "registry+https://github.com/rust-lang/crates.io-index"
4621checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4622dependencies = [
4623 "libc",
4624]
4625
4626[[package]]
4627name = "funty"
4628version = "2.0.0"
4629source = "registry+https://github.com/rust-lang/crates.io-index"
4630checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4631
4632[[package]]
4633name = "futf"
4634version = "0.1.5"
4635source = "registry+https://github.com/rust-lang/crates.io-index"
4636checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4637dependencies = [
4638 "mac",
4639 "new_debug_unreachable",
4640]
4641
4642[[package]]
4643name = "futures"
4644version = "0.1.31"
4645source = "registry+https://github.com/rust-lang/crates.io-index"
4646checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4647
4648[[package]]
4649name = "futures"
4650version = "0.3.30"
4651source = "registry+https://github.com/rust-lang/crates.io-index"
4652checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
4653dependencies = [
4654 "futures-channel",
4655 "futures-core",
4656 "futures-executor",
4657 "futures-io",
4658 "futures-sink",
4659 "futures-task",
4660 "futures-util",
4661]
4662
4663[[package]]
4664name = "futures-batch"
4665version = "0.6.1"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4668dependencies = [
4669 "futures 0.3.30",
4670 "futures-timer",
4671 "pin-utils",
4672]
4673
4674[[package]]
4675name = "futures-channel"
4676version = "0.3.30"
4677source = "registry+https://github.com/rust-lang/crates.io-index"
4678checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
4679dependencies = [
4680 "futures-core",
4681 "futures-sink",
4682]
4683
4684[[package]]
4685name = "futures-core"
4686version = "0.3.30"
4687source = "registry+https://github.com/rust-lang/crates.io-index"
4688checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
4689
4690[[package]]
4691name = "futures-executor"
4692version = "0.3.30"
4693source = "registry+https://github.com/rust-lang/crates.io-index"
4694checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
4695dependencies = [
4696 "futures-core",
4697 "futures-task",
4698 "futures-util",
4699]
4700
4701[[package]]
4702name = "futures-intrusive"
4703version = "0.5.0"
4704source = "registry+https://github.com/rust-lang/crates.io-index"
4705checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4706dependencies = [
4707 "futures-core",
4708 "lock_api",
4709 "parking_lot",
4710]
4711
4712[[package]]
4713name = "futures-io"
4714version = "0.3.30"
4715source = "registry+https://github.com/rust-lang/crates.io-index"
4716checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
4717
4718[[package]]
4719name = "futures-lite"
4720version = "1.13.0"
4721source = "registry+https://github.com/rust-lang/crates.io-index"
4722checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4723dependencies = [
4724 "fastrand 1.9.0",
4725 "futures-core",
4726 "futures-io",
4727 "memchr",
4728 "parking",
4729 "pin-project-lite",
4730 "waker-fn",
4731]
4732
4733[[package]]
4734name = "futures-lite"
4735version = "2.3.0"
4736source = "registry+https://github.com/rust-lang/crates.io-index"
4737checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
4738dependencies = [
4739 "fastrand 2.1.1",
4740 "futures-core",
4741 "futures-io",
4742 "parking",
4743 "pin-project-lite",
4744]
4745
4746[[package]]
4747name = "futures-macro"
4748version = "0.3.30"
4749source = "registry+https://github.com/rust-lang/crates.io-index"
4750checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
4751dependencies = [
4752 "proc-macro2",
4753 "quote",
4754 "syn 2.0.76",
4755]
4756
4757[[package]]
4758name = "futures-sink"
4759version = "0.3.30"
4760source = "registry+https://github.com/rust-lang/crates.io-index"
4761checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
4762
4763[[package]]
4764name = "futures-task"
4765version = "0.3.30"
4766source = "registry+https://github.com/rust-lang/crates.io-index"
4767checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
4768
4769[[package]]
4770name = "futures-timer"
4771version = "3.0.3"
4772source = "registry+https://github.com/rust-lang/crates.io-index"
4773checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4774
4775[[package]]
4776name = "futures-util"
4777version = "0.3.30"
4778source = "registry+https://github.com/rust-lang/crates.io-index"
4779checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
4780dependencies = [
4781 "futures 0.1.31",
4782 "futures-channel",
4783 "futures-core",
4784 "futures-io",
4785 "futures-macro",
4786 "futures-sink",
4787 "futures-task",
4788 "memchr",
4789 "pin-project-lite",
4790 "pin-utils",
4791 "slab",
4792 "tokio-io",
4793]
4794
4795[[package]]
4796name = "fuzzy"
4797version = "0.1.0"
4798dependencies = [
4799 "gpui",
4800 "util",
4801]
4802
4803[[package]]
4804name = "fuzzy-matcher"
4805version = "0.3.7"
4806source = "registry+https://github.com/rust-lang/crates.io-index"
4807checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4808dependencies = [
4809 "thread_local",
4810]
4811
4812[[package]]
4813name = "generic-array"
4814version = "0.14.7"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4817dependencies = [
4818 "typenum",
4819 "version_check",
4820]
4821
4822[[package]]
4823name = "gethostname"
4824version = "0.4.3"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4827dependencies = [
4828 "libc",
4829 "windows-targets 0.48.5",
4830]
4831
4832[[package]]
4833name = "getrandom"
4834version = "0.1.16"
4835source = "registry+https://github.com/rust-lang/crates.io-index"
4836checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4837dependencies = [
4838 "cfg-if",
4839 "libc",
4840 "wasi 0.9.0+wasi-snapshot-preview1",
4841]
4842
4843[[package]]
4844name = "getrandom"
4845version = "0.2.15"
4846source = "registry+https://github.com/rust-lang/crates.io-index"
4847checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
4848dependencies = [
4849 "cfg-if",
4850 "js-sys",
4851 "libc",
4852 "wasi 0.11.0+wasi-snapshot-preview1",
4853 "wasm-bindgen",
4854]
4855
4856[[package]]
4857name = "gif"
4858version = "0.13.1"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
4861dependencies = [
4862 "color_quant",
4863 "weezl",
4864]
4865
4866[[package]]
4867name = "gimli"
4868version = "0.29.0"
4869source = "registry+https://github.com/rust-lang/crates.io-index"
4870checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
4871dependencies = [
4872 "fallible-iterator",
4873 "indexmap 2.4.0",
4874 "stable_deref_trait",
4875]
4876
4877[[package]]
4878name = "gimli"
4879version = "0.31.0"
4880source = "registry+https://github.com/rust-lang/crates.io-index"
4881checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
4882
4883[[package]]
4884name = "git"
4885version = "0.1.0"
4886dependencies = [
4887 "anyhow",
4888 "async-trait",
4889 "clock",
4890 "collections",
4891 "derive_more",
4892 "git2",
4893 "gpui",
4894 "http_client",
4895 "log",
4896 "parking_lot",
4897 "pretty_assertions",
4898 "rope",
4899 "serde",
4900 "serde_json",
4901 "smol",
4902 "sum_tree",
4903 "text",
4904 "time",
4905 "unindent",
4906 "url",
4907 "util",
4908 "windows 0.58.0",
4909]
4910
4911[[package]]
4912name = "git2"
4913version = "0.19.0"
4914source = "registry+https://github.com/rust-lang/crates.io-index"
4915checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
4916dependencies = [
4917 "bitflags 2.6.0",
4918 "libc",
4919 "libgit2-sys",
4920 "log",
4921 "url",
4922]
4923
4924[[package]]
4925name = "git_hosting_providers"
4926version = "0.1.0"
4927dependencies = [
4928 "anyhow",
4929 "async-trait",
4930 "futures 0.3.30",
4931 "git",
4932 "gpui",
4933 "http_client",
4934 "indoc",
4935 "pretty_assertions",
4936 "regex",
4937 "serde",
4938 "serde_json",
4939 "url",
4940 "util",
4941]
4942
4943[[package]]
4944name = "glob"
4945version = "0.3.1"
4946source = "registry+https://github.com/rust-lang/crates.io-index"
4947checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4948
4949[[package]]
4950name = "globset"
4951version = "0.4.15"
4952source = "registry+https://github.com/rust-lang/crates.io-index"
4953checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
4954dependencies = [
4955 "aho-corasick",
4956 "bstr",
4957 "log",
4958 "regex-automata 0.4.7",
4959 "regex-syntax 0.8.4",
4960]
4961
4962[[package]]
4963name = "gloo-timers"
4964version = "0.2.6"
4965source = "registry+https://github.com/rust-lang/crates.io-index"
4966checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
4967dependencies = [
4968 "futures-channel",
4969 "futures-core",
4970 "js-sys",
4971 "wasm-bindgen",
4972]
4973
4974[[package]]
4975name = "glow"
4976version = "0.14.0"
4977source = "registry+https://github.com/rust-lang/crates.io-index"
4978checksum = "f865cbd94bd355b89611211e49508da98a1fce0ad755c1e8448fb96711b24528"
4979dependencies = [
4980 "js-sys",
4981 "slotmap",
4982 "wasm-bindgen",
4983 "web-sys",
4984]
4985
4986[[package]]
4987name = "go_to_line"
4988version = "0.1.0"
4989dependencies = [
4990 "anyhow",
4991 "editor",
4992 "gpui",
4993 "indoc",
4994 "language",
4995 "menu",
4996 "project",
4997 "rope",
4998 "schemars",
4999 "serde",
5000 "serde_json",
5001 "settings",
5002 "text",
5003 "theme",
5004 "tree-sitter-rust",
5005 "tree-sitter-typescript",
5006 "ui",
5007 "util",
5008 "workspace",
5009]
5010
5011[[package]]
5012name = "google_ai"
5013version = "0.1.0"
5014dependencies = [
5015 "anyhow",
5016 "futures 0.3.30",
5017 "http_client",
5018 "schemars",
5019 "serde",
5020 "serde_json",
5021 "strum 0.25.0",
5022]
5023
5024[[package]]
5025name = "gpu-alloc"
5026version = "0.6.0"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5029dependencies = [
5030 "bitflags 2.6.0",
5031 "gpu-alloc-types",
5032]
5033
5034[[package]]
5035name = "gpu-alloc-ash"
5036version = "0.7.0"
5037source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5039dependencies = [
5040 "ash",
5041 "gpu-alloc-types",
5042 "tinyvec",
5043]
5044
5045[[package]]
5046name = "gpu-alloc-types"
5047version = "0.3.0"
5048source = "registry+https://github.com/rust-lang/crates.io-index"
5049checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5050dependencies = [
5051 "bitflags 2.6.0",
5052]
5053
5054[[package]]
5055name = "gpui"
5056version = "0.1.0"
5057dependencies = [
5058 "anyhow",
5059 "as-raw-xcb-connection",
5060 "ashpd",
5061 "async-task",
5062 "backtrace",
5063 "bindgen 0.70.1",
5064 "blade-graphics",
5065 "blade-macros",
5066 "blade-util",
5067 "block",
5068 "bytemuck",
5069 "calloop",
5070 "calloop-wayland-source",
5071 "cbindgen",
5072 "cocoa 0.26.0",
5073 "collections",
5074 "core-foundation 0.9.4",
5075 "core-foundation-sys",
5076 "core-graphics 0.23.2",
5077 "core-text",
5078 "cosmic-text",
5079 "ctor",
5080 "derive_more",
5081 "embed-resource",
5082 "env_logger 0.11.5",
5083 "etagere",
5084 "filedescriptor",
5085 "flume",
5086 "font-kit",
5087 "foreign-types 0.5.0",
5088 "futures 0.3.30",
5089 "gpui_macros",
5090 "http_client",
5091 "image",
5092 "itertools 0.13.0",
5093 "linkme",
5094 "log",
5095 "media",
5096 "metal",
5097 "num_cpus",
5098 "objc",
5099 "oo7",
5100 "open",
5101 "parking",
5102 "parking_lot",
5103 "pathfinder_geometry",
5104 "postage",
5105 "profiling",
5106 "rand 0.8.5",
5107 "raw-window-handle",
5108 "refineable",
5109 "resvg",
5110 "schemars",
5111 "seahash",
5112 "semantic_version",
5113 "serde",
5114 "serde_derive",
5115 "serde_json",
5116 "slotmap",
5117 "smallvec",
5118 "smol",
5119 "strum 0.25.0",
5120 "sum_tree",
5121 "taffy",
5122 "thiserror",
5123 "unicode-segmentation",
5124 "usvg",
5125 "util",
5126 "uuid",
5127 "waker-fn",
5128 "wayland-backend",
5129 "wayland-client",
5130 "wayland-cursor",
5131 "wayland-protocols",
5132 "wayland-protocols-plasma",
5133 "windows 0.58.0",
5134 "windows-core 0.58.0",
5135 "x11-clipboard",
5136 "x11rb",
5137 "xim",
5138 "xkbcommon",
5139]
5140
5141[[package]]
5142name = "gpui_macros"
5143version = "0.1.0"
5144dependencies = [
5145 "proc-macro2",
5146 "quote",
5147 "syn 1.0.109",
5148]
5149
5150[[package]]
5151name = "grid"
5152version = "0.13.0"
5153source = "registry+https://github.com/rust-lang/crates.io-index"
5154checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5155
5156[[package]]
5157name = "group"
5158version = "0.12.1"
5159source = "registry+https://github.com/rust-lang/crates.io-index"
5160checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5161dependencies = [
5162 "ff",
5163 "rand_core 0.6.4",
5164 "subtle",
5165]
5166
5167[[package]]
5168name = "h2"
5169version = "0.3.26"
5170source = "registry+https://github.com/rust-lang/crates.io-index"
5171checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5172dependencies = [
5173 "bytes 1.7.2",
5174 "fnv",
5175 "futures-core",
5176 "futures-sink",
5177 "futures-util",
5178 "http 0.2.12",
5179 "indexmap 2.4.0",
5180 "slab",
5181 "tokio",
5182 "tokio-util",
5183 "tracing",
5184]
5185
5186[[package]]
5187name = "h2"
5188version = "0.4.6"
5189source = "registry+https://github.com/rust-lang/crates.io-index"
5190checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
5191dependencies = [
5192 "atomic-waker",
5193 "bytes 1.7.2",
5194 "fnv",
5195 "futures-core",
5196 "futures-sink",
5197 "http 1.1.0",
5198 "indexmap 2.4.0",
5199 "slab",
5200 "tokio",
5201 "tokio-util",
5202 "tracing",
5203]
5204
5205[[package]]
5206name = "half"
5207version = "2.4.1"
5208source = "registry+https://github.com/rust-lang/crates.io-index"
5209checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5210dependencies = [
5211 "cfg-if",
5212 "crunchy",
5213]
5214
5215[[package]]
5216name = "handlebars"
5217version = "4.5.0"
5218source = "registry+https://github.com/rust-lang/crates.io-index"
5219checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5220dependencies = [
5221 "log",
5222 "pest",
5223 "pest_derive",
5224 "serde",
5225 "serde_json",
5226 "thiserror",
5227]
5228
5229[[package]]
5230name = "handlebars"
5231version = "5.1.2"
5232source = "registry+https://github.com/rust-lang/crates.io-index"
5233checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
5234dependencies = [
5235 "log",
5236 "pest",
5237 "pest_derive",
5238 "serde",
5239 "serde_json",
5240 "thiserror",
5241]
5242
5243[[package]]
5244name = "hashbrown"
5245version = "0.12.3"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5248dependencies = [
5249 "ahash 0.7.8",
5250]
5251
5252[[package]]
5253name = "hashbrown"
5254version = "0.13.2"
5255source = "registry+https://github.com/rust-lang/crates.io-index"
5256checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5257dependencies = [
5258 "ahash 0.8.11",
5259]
5260
5261[[package]]
5262name = "hashbrown"
5263version = "0.14.5"
5264source = "registry+https://github.com/rust-lang/crates.io-index"
5265checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5266dependencies = [
5267 "ahash 0.8.11",
5268 "allocator-api2",
5269 "serde",
5270]
5271
5272[[package]]
5273name = "hashlink"
5274version = "0.8.4"
5275source = "registry+https://github.com/rust-lang/crates.io-index"
5276checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5277dependencies = [
5278 "hashbrown 0.14.5",
5279]
5280
5281[[package]]
5282name = "hashlink"
5283version = "0.9.1"
5284source = "registry+https://github.com/rust-lang/crates.io-index"
5285checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5286dependencies = [
5287 "hashbrown 0.14.5",
5288]
5289
5290[[package]]
5291name = "headers"
5292version = "0.3.9"
5293source = "registry+https://github.com/rust-lang/crates.io-index"
5294checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5295dependencies = [
5296 "base64 0.21.7",
5297 "bytes 1.7.2",
5298 "headers-core",
5299 "http 0.2.12",
5300 "httpdate",
5301 "mime",
5302 "sha1",
5303]
5304
5305[[package]]
5306name = "headers-core"
5307version = "0.2.0"
5308source = "registry+https://github.com/rust-lang/crates.io-index"
5309checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5310dependencies = [
5311 "http 0.2.12",
5312]
5313
5314[[package]]
5315name = "heck"
5316version = "0.3.3"
5317source = "registry+https://github.com/rust-lang/crates.io-index"
5318checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5319dependencies = [
5320 "unicode-segmentation",
5321]
5322
5323[[package]]
5324name = "heck"
5325version = "0.4.1"
5326source = "registry+https://github.com/rust-lang/crates.io-index"
5327checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5328dependencies = [
5329 "unicode-segmentation",
5330]
5331
5332[[package]]
5333name = "heck"
5334version = "0.5.0"
5335source = "registry+https://github.com/rust-lang/crates.io-index"
5336checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5337
5338[[package]]
5339name = "heed"
5340version = "0.20.5"
5341source = "registry+https://github.com/rust-lang/crates.io-index"
5342checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
5343dependencies = [
5344 "bitflags 2.6.0",
5345 "byteorder",
5346 "heed-traits",
5347 "heed-types",
5348 "libc",
5349 "lmdb-master-sys",
5350 "once_cell",
5351 "page_size",
5352 "serde",
5353 "synchronoise",
5354 "url",
5355]
5356
5357[[package]]
5358name = "heed-traits"
5359version = "0.20.0"
5360source = "registry+https://github.com/rust-lang/crates.io-index"
5361checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5362
5363[[package]]
5364name = "heed-types"
5365version = "0.20.1"
5366source = "registry+https://github.com/rust-lang/crates.io-index"
5367checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
5368dependencies = [
5369 "bincode",
5370 "byteorder",
5371 "heed-traits",
5372 "serde",
5373 "serde_json",
5374]
5375
5376[[package]]
5377name = "hermit-abi"
5378version = "0.3.9"
5379source = "registry+https://github.com/rust-lang/crates.io-index"
5380checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5381
5382[[package]]
5383name = "hermit-abi"
5384version = "0.4.0"
5385source = "registry+https://github.com/rust-lang/crates.io-index"
5386checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5387
5388[[package]]
5389name = "hex"
5390version = "0.4.3"
5391source = "registry+https://github.com/rust-lang/crates.io-index"
5392checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5393
5394[[package]]
5395name = "hexf-parse"
5396version = "0.2.1"
5397source = "registry+https://github.com/rust-lang/crates.io-index"
5398checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5399
5400[[package]]
5401name = "hidden-trait"
5402version = "0.1.2"
5403source = "registry+https://github.com/rust-lang/crates.io-index"
5404checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5405dependencies = [
5406 "proc-macro2",
5407 "quote",
5408 "syn 1.0.109",
5409]
5410
5411[[package]]
5412name = "hkdf"
5413version = "0.12.4"
5414source = "registry+https://github.com/rust-lang/crates.io-index"
5415checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5416dependencies = [
5417 "hmac",
5418]
5419
5420[[package]]
5421name = "hmac"
5422version = "0.12.1"
5423source = "registry+https://github.com/rust-lang/crates.io-index"
5424checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5425dependencies = [
5426 "digest",
5427]
5428
5429[[package]]
5430name = "home"
5431version = "0.5.9"
5432source = "registry+https://github.com/rust-lang/crates.io-index"
5433checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5434dependencies = [
5435 "windows-sys 0.52.0",
5436]
5437
5438[[package]]
5439name = "hound"
5440version = "3.5.1"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5443
5444[[package]]
5445name = "html5ever"
5446version = "0.27.0"
5447source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5449dependencies = [
5450 "log",
5451 "mac",
5452 "markup5ever",
5453 "proc-macro2",
5454 "quote",
5455 "syn 2.0.76",
5456]
5457
5458[[package]]
5459name = "html_to_markdown"
5460version = "0.1.0"
5461dependencies = [
5462 "anyhow",
5463 "html5ever",
5464 "indoc",
5465 "markup5ever_rcdom",
5466 "pretty_assertions",
5467 "regex",
5468]
5469
5470[[package]]
5471name = "http"
5472version = "0.2.12"
5473source = "registry+https://github.com/rust-lang/crates.io-index"
5474checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5475dependencies = [
5476 "bytes 1.7.2",
5477 "fnv",
5478 "itoa",
5479]
5480
5481[[package]]
5482name = "http"
5483version = "1.1.0"
5484source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
5486dependencies = [
5487 "bytes 1.7.2",
5488 "fnv",
5489 "itoa",
5490]
5491
5492[[package]]
5493name = "http-body"
5494version = "0.4.6"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5497dependencies = [
5498 "bytes 1.7.2",
5499 "http 0.2.12",
5500 "pin-project-lite",
5501]
5502
5503[[package]]
5504name = "http-body"
5505version = "1.0.1"
5506source = "registry+https://github.com/rust-lang/crates.io-index"
5507checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5508dependencies = [
5509 "bytes 1.7.2",
5510 "http 1.1.0",
5511]
5512
5513[[package]]
5514name = "http-body-util"
5515version = "0.1.2"
5516source = "registry+https://github.com/rust-lang/crates.io-index"
5517checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5518dependencies = [
5519 "bytes 1.7.2",
5520 "futures-util",
5521 "http 1.1.0",
5522 "http-body 1.0.1",
5523 "pin-project-lite",
5524]
5525
5526[[package]]
5527name = "http-range-header"
5528version = "0.3.1"
5529source = "registry+https://github.com/rust-lang/crates.io-index"
5530checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5531
5532[[package]]
5533name = "http-types"
5534version = "2.12.0"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5537dependencies = [
5538 "anyhow",
5539 "async-channel 1.9.0",
5540 "base64 0.13.1",
5541 "futures-lite 1.13.0",
5542 "http 0.2.12",
5543 "infer",
5544 "pin-project-lite",
5545 "rand 0.7.3",
5546 "serde",
5547 "serde_json",
5548 "serde_qs 0.8.5",
5549 "serde_urlencoded",
5550 "url",
5551]
5552
5553[[package]]
5554name = "http_client"
5555version = "0.1.0"
5556dependencies = [
5557 "anyhow",
5558 "bytes 1.7.2",
5559 "derive_more",
5560 "futures 0.3.30",
5561 "http 1.1.0",
5562 "log",
5563 "serde",
5564 "serde_json",
5565 "url",
5566]
5567
5568[[package]]
5569name = "httparse"
5570version = "1.9.4"
5571source = "registry+https://github.com/rust-lang/crates.io-index"
5572checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
5573
5574[[package]]
5575name = "httpdate"
5576version = "1.0.3"
5577source = "registry+https://github.com/rust-lang/crates.io-index"
5578checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5579
5580[[package]]
5581name = "human_bytes"
5582version = "0.4.3"
5583source = "registry+https://github.com/rust-lang/crates.io-index"
5584checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5585
5586[[package]]
5587name = "humantime"
5588version = "2.1.0"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5591
5592[[package]]
5593name = "hyper"
5594version = "0.14.31"
5595source = "registry+https://github.com/rust-lang/crates.io-index"
5596checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
5597dependencies = [
5598 "bytes 1.7.2",
5599 "futures-channel",
5600 "futures-core",
5601 "futures-util",
5602 "h2 0.3.26",
5603 "http 0.2.12",
5604 "http-body 0.4.6",
5605 "httparse",
5606 "httpdate",
5607 "itoa",
5608 "pin-project-lite",
5609 "socket2 0.5.7",
5610 "tokio",
5611 "tower-service",
5612 "tracing",
5613 "want",
5614]
5615
5616[[package]]
5617name = "hyper"
5618version = "1.4.1"
5619source = "registry+https://github.com/rust-lang/crates.io-index"
5620checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
5621dependencies = [
5622 "bytes 1.7.2",
5623 "futures-channel",
5624 "futures-util",
5625 "h2 0.4.6",
5626 "http 1.1.0",
5627 "http-body 1.0.1",
5628 "httparse",
5629 "itoa",
5630 "pin-project-lite",
5631 "smallvec",
5632 "tokio",
5633 "want",
5634]
5635
5636[[package]]
5637name = "hyper-rustls"
5638version = "0.24.2"
5639source = "registry+https://github.com/rust-lang/crates.io-index"
5640checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5641dependencies = [
5642 "futures-util",
5643 "http 0.2.12",
5644 "hyper 0.14.31",
5645 "log",
5646 "rustls 0.21.12",
5647 "rustls-native-certs 0.6.3",
5648 "tokio",
5649 "tokio-rustls 0.24.1",
5650]
5651
5652[[package]]
5653name = "hyper-rustls"
5654version = "0.27.3"
5655source = "registry+https://github.com/rust-lang/crates.io-index"
5656checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5657dependencies = [
5658 "futures-util",
5659 "http 1.1.0",
5660 "hyper 1.4.1",
5661 "hyper-util",
5662 "rustls 0.23.13",
5663 "rustls-native-certs 0.8.0",
5664 "rustls-pki-types",
5665 "tokio",
5666 "tokio-rustls 0.26.0",
5667 "tower-service",
5668]
5669
5670[[package]]
5671name = "hyper-tls"
5672version = "0.5.0"
5673source = "registry+https://github.com/rust-lang/crates.io-index"
5674checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5675dependencies = [
5676 "bytes 1.7.2",
5677 "hyper 0.14.31",
5678 "native-tls",
5679 "tokio",
5680 "tokio-native-tls",
5681]
5682
5683[[package]]
5684name = "hyper-util"
5685version = "0.1.9"
5686source = "registry+https://github.com/rust-lang/crates.io-index"
5687checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
5688dependencies = [
5689 "bytes 1.7.2",
5690 "futures-channel",
5691 "futures-util",
5692 "http 1.1.0",
5693 "http-body 1.0.1",
5694 "hyper 1.4.1",
5695 "pin-project-lite",
5696 "socket2 0.5.7",
5697 "tokio",
5698 "tower-service",
5699 "tracing",
5700]
5701
5702[[package]]
5703name = "iana-time-zone"
5704version = "0.1.60"
5705source = "registry+https://github.com/rust-lang/crates.io-index"
5706checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
5707dependencies = [
5708 "android_system_properties",
5709 "core-foundation-sys",
5710 "iana-time-zone-haiku",
5711 "js-sys",
5712 "wasm-bindgen",
5713 "windows-core 0.52.0",
5714]
5715
5716[[package]]
5717name = "iana-time-zone-haiku"
5718version = "0.1.2"
5719source = "registry+https://github.com/rust-lang/crates.io-index"
5720checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5721dependencies = [
5722 "cc",
5723]
5724
5725[[package]]
5726name = "id-arena"
5727version = "2.2.1"
5728source = "registry+https://github.com/rust-lang/crates.io-index"
5729checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5730
5731[[package]]
5732name = "idna"
5733version = "0.5.0"
5734source = "registry+https://github.com/rust-lang/crates.io-index"
5735checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5736dependencies = [
5737 "unicode-bidi",
5738 "unicode-normalization",
5739]
5740
5741[[package]]
5742name = "ignore"
5743version = "0.4.23"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
5745checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
5746dependencies = [
5747 "crossbeam-deque",
5748 "globset",
5749 "log",
5750 "memchr",
5751 "regex-automata 0.4.7",
5752 "same-file",
5753 "walkdir",
5754 "winapi-util",
5755]
5756
5757[[package]]
5758name = "image"
5759version = "0.25.2"
5760source = "registry+https://github.com/rust-lang/crates.io-index"
5761checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
5762dependencies = [
5763 "bytemuck",
5764 "byteorder-lite",
5765 "color_quant",
5766 "exr",
5767 "gif",
5768 "image-webp",
5769 "num-traits",
5770 "png",
5771 "qoi",
5772 "ravif",
5773 "rayon",
5774 "rgb",
5775 "tiff",
5776 "zune-core",
5777 "zune-jpeg",
5778]
5779
5780[[package]]
5781name = "image-webp"
5782version = "0.1.3"
5783source = "registry+https://github.com/rust-lang/crates.io-index"
5784checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
5785dependencies = [
5786 "byteorder-lite",
5787 "quick-error",
5788]
5789
5790[[package]]
5791name = "image_viewer"
5792version = "0.1.0"
5793dependencies = [
5794 "anyhow",
5795 "db",
5796 "file_icons",
5797 "gpui",
5798 "project",
5799 "settings",
5800 "theme",
5801 "ui",
5802 "workspace",
5803]
5804
5805[[package]]
5806name = "imagesize"
5807version = "0.12.0"
5808source = "registry+https://github.com/rust-lang/crates.io-index"
5809checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
5810
5811[[package]]
5812name = "imgref"
5813version = "1.10.1"
5814source = "registry+https://github.com/rust-lang/crates.io-index"
5815checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
5816
5817[[package]]
5818name = "indexed_docs"
5819version = "0.1.0"
5820dependencies = [
5821 "anyhow",
5822 "async-trait",
5823 "cargo_metadata",
5824 "collections",
5825 "derive_more",
5826 "fs",
5827 "futures 0.3.30",
5828 "fuzzy",
5829 "gpui",
5830 "heed",
5831 "html_to_markdown",
5832 "http_client",
5833 "indexmap 1.9.3",
5834 "indoc",
5835 "parking_lot",
5836 "paths",
5837 "pretty_assertions",
5838 "serde",
5839 "strum 0.25.0",
5840 "util",
5841]
5842
5843[[package]]
5844name = "indexmap"
5845version = "1.9.3"
5846source = "registry+https://github.com/rust-lang/crates.io-index"
5847checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
5848dependencies = [
5849 "autocfg",
5850 "hashbrown 0.12.3",
5851 "serde",
5852]
5853
5854[[package]]
5855name = "indexmap"
5856version = "2.4.0"
5857source = "registry+https://github.com/rust-lang/crates.io-index"
5858checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
5859dependencies = [
5860 "equivalent",
5861 "hashbrown 0.14.5",
5862 "serde",
5863]
5864
5865[[package]]
5866name = "indoc"
5867version = "2.0.5"
5868source = "registry+https://github.com/rust-lang/crates.io-index"
5869checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
5870
5871[[package]]
5872name = "infer"
5873version = "0.2.3"
5874source = "registry+https://github.com/rust-lang/crates.io-index"
5875checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
5876
5877[[package]]
5878name = "inherent"
5879version = "1.0.11"
5880source = "registry+https://github.com/rust-lang/crates.io-index"
5881checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
5882dependencies = [
5883 "proc-macro2",
5884 "quote",
5885 "syn 2.0.76",
5886]
5887
5888[[package]]
5889name = "inline_completion_button"
5890version = "0.1.0"
5891dependencies = [
5892 "anyhow",
5893 "copilot",
5894 "editor",
5895 "fs",
5896 "futures 0.3.30",
5897 "gpui",
5898 "indoc",
5899 "language",
5900 "lsp",
5901 "paths",
5902 "project",
5903 "serde_json",
5904 "settings",
5905 "supermaven",
5906 "theme",
5907 "ui",
5908 "util",
5909 "workspace",
5910 "zed_actions",
5911]
5912
5913[[package]]
5914name = "inotify"
5915version = "0.9.6"
5916source = "registry+https://github.com/rust-lang/crates.io-index"
5917checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5918dependencies = [
5919 "bitflags 1.3.2",
5920 "inotify-sys",
5921 "libc",
5922]
5923
5924[[package]]
5925name = "inotify-sys"
5926version = "0.1.5"
5927source = "registry+https://github.com/rust-lang/crates.io-index"
5928checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5929dependencies = [
5930 "libc",
5931]
5932
5933[[package]]
5934name = "inout"
5935version = "0.1.3"
5936source = "registry+https://github.com/rust-lang/crates.io-index"
5937checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
5938dependencies = [
5939 "block-padding",
5940 "generic-array",
5941]
5942
5943[[package]]
5944name = "install_cli"
5945version = "0.1.0"
5946dependencies = [
5947 "anyhow",
5948 "gpui",
5949 "smol",
5950 "util",
5951]
5952
5953[[package]]
5954name = "instant"
5955version = "0.1.13"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
5958dependencies = [
5959 "cfg-if",
5960]
5961
5962[[package]]
5963name = "interpolate_name"
5964version = "0.2.4"
5965source = "registry+https://github.com/rust-lang/crates.io-index"
5966checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
5967dependencies = [
5968 "proc-macro2",
5969 "quote",
5970 "syn 2.0.76",
5971]
5972
5973[[package]]
5974name = "io-extras"
5975version = "0.18.2"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
5978dependencies = [
5979 "io-lifetimes 2.0.3",
5980 "windows-sys 0.52.0",
5981]
5982
5983[[package]]
5984name = "io-lifetimes"
5985version = "1.0.11"
5986source = "registry+https://github.com/rust-lang/crates.io-index"
5987checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
5988dependencies = [
5989 "hermit-abi 0.3.9",
5990 "libc",
5991 "windows-sys 0.48.0",
5992]
5993
5994[[package]]
5995name = "io-lifetimes"
5996version = "2.0.3"
5997source = "registry+https://github.com/rust-lang/crates.io-index"
5998checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
5999
6000[[package]]
6001name = "iovec"
6002version = "0.1.4"
6003source = "registry+https://github.com/rust-lang/crates.io-index"
6004checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6005dependencies = [
6006 "libc",
6007]
6008
6009[[package]]
6010name = "ipc-channel"
6011version = "0.18.3"
6012source = "registry+https://github.com/rust-lang/crates.io-index"
6013checksum = "c7f4c80f2df4fc64fb7fc2cff69fc034af26e6e6617ea9f1313131af464b9ca0"
6014dependencies = [
6015 "bincode",
6016 "crossbeam-channel",
6017 "fnv",
6018 "lazy_static",
6019 "libc",
6020 "mio 1.0.2",
6021 "rand 0.8.5",
6022 "serde",
6023 "tempfile",
6024 "uuid",
6025 "windows 0.58.0",
6026]
6027
6028[[package]]
6029name = "ipnet"
6030version = "2.9.0"
6031source = "registry+https://github.com/rust-lang/crates.io-index"
6032checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
6033
6034[[package]]
6035name = "is-docker"
6036version = "0.2.0"
6037source = "registry+https://github.com/rust-lang/crates.io-index"
6038checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6039dependencies = [
6040 "once_cell",
6041]
6042
6043[[package]]
6044name = "is-terminal"
6045version = "0.4.13"
6046source = "registry+https://github.com/rust-lang/crates.io-index"
6047checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6048dependencies = [
6049 "hermit-abi 0.4.0",
6050 "libc",
6051 "windows-sys 0.52.0",
6052]
6053
6054[[package]]
6055name = "is-wsl"
6056version = "0.4.0"
6057source = "registry+https://github.com/rust-lang/crates.io-index"
6058checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6059dependencies = [
6060 "is-docker",
6061 "once_cell",
6062]
6063
6064[[package]]
6065name = "is_terminal_polyfill"
6066version = "1.70.1"
6067source = "registry+https://github.com/rust-lang/crates.io-index"
6068checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6069
6070[[package]]
6071name = "itertools"
6072version = "0.10.5"
6073source = "registry+https://github.com/rust-lang/crates.io-index"
6074checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6075dependencies = [
6076 "either",
6077]
6078
6079[[package]]
6080name = "itertools"
6081version = "0.12.1"
6082source = "registry+https://github.com/rust-lang/crates.io-index"
6083checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6084dependencies = [
6085 "either",
6086]
6087
6088[[package]]
6089name = "itertools"
6090version = "0.13.0"
6091source = "registry+https://github.com/rust-lang/crates.io-index"
6092checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6093dependencies = [
6094 "either",
6095]
6096
6097[[package]]
6098name = "itoa"
6099version = "1.0.11"
6100source = "registry+https://github.com/rust-lang/crates.io-index"
6101checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
6102
6103[[package]]
6104name = "jni"
6105version = "0.21.1"
6106source = "registry+https://github.com/rust-lang/crates.io-index"
6107checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6108dependencies = [
6109 "cesu8",
6110 "cfg-if",
6111 "combine",
6112 "jni-sys",
6113 "log",
6114 "thiserror",
6115 "walkdir",
6116 "windows-sys 0.45.0",
6117]
6118
6119[[package]]
6120name = "jni-sys"
6121version = "0.3.0"
6122source = "registry+https://github.com/rust-lang/crates.io-index"
6123checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6124
6125[[package]]
6126name = "jobserver"
6127version = "0.1.32"
6128source = "registry+https://github.com/rust-lang/crates.io-index"
6129checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6130dependencies = [
6131 "libc",
6132]
6133
6134[[package]]
6135name = "journal"
6136version = "0.1.0"
6137dependencies = [
6138 "anyhow",
6139 "chrono",
6140 "editor",
6141 "gpui",
6142 "log",
6143 "schemars",
6144 "serde",
6145 "settings",
6146 "shellexpand 2.1.2",
6147 "workspace",
6148]
6149
6150[[package]]
6151name = "jpeg-decoder"
6152version = "0.3.1"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6155
6156[[package]]
6157name = "js-sys"
6158version = "0.3.70"
6159source = "registry+https://github.com/rust-lang/crates.io-index"
6160checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
6161dependencies = [
6162 "wasm-bindgen",
6163]
6164
6165[[package]]
6166name = "jsonwebtoken"
6167version = "9.3.0"
6168source = "registry+https://github.com/rust-lang/crates.io-index"
6169checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6170dependencies = [
6171 "base64 0.21.7",
6172 "js-sys",
6173 "pem",
6174 "ring 0.17.8",
6175 "serde",
6176 "serde_json",
6177 "simple_asn1",
6178]
6179
6180[[package]]
6181name = "jupyter-serde"
6182version = "0.2.1"
6183source = "registry+https://github.com/rust-lang/crates.io-index"
6184checksum = "77b96de099fc23d5c21e05de32cc087c8326983895b7f6c242562af01f7d4c81"
6185dependencies = [
6186 "anyhow",
6187 "chrono",
6188 "serde",
6189 "serde_json",
6190 "thiserror",
6191 "uuid",
6192]
6193
6194[[package]]
6195name = "khronos-egl"
6196version = "6.0.0"
6197source = "registry+https://github.com/rust-lang/crates.io-index"
6198checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6199dependencies = [
6200 "libc",
6201 "libloading",
6202]
6203
6204[[package]]
6205name = "kqueue"
6206version = "1.0.8"
6207source = "registry+https://github.com/rust-lang/crates.io-index"
6208checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6209dependencies = [
6210 "kqueue-sys",
6211 "libc",
6212]
6213
6214[[package]]
6215name = "kqueue-sys"
6216version = "1.0.4"
6217source = "registry+https://github.com/rust-lang/crates.io-index"
6218checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6219dependencies = [
6220 "bitflags 1.3.2",
6221 "libc",
6222]
6223
6224[[package]]
6225name = "kurbo"
6226version = "0.11.0"
6227source = "registry+https://github.com/rust-lang/crates.io-index"
6228checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
6229dependencies = [
6230 "arrayvec",
6231 "smallvec",
6232]
6233
6234[[package]]
6235name = "kv-log-macro"
6236version = "1.0.7"
6237source = "registry+https://github.com/rust-lang/crates.io-index"
6238checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6239dependencies = [
6240 "log",
6241]
6242
6243[[package]]
6244name = "language"
6245version = "0.1.0"
6246dependencies = [
6247 "anyhow",
6248 "async-trait",
6249 "async-watch",
6250 "clock",
6251 "collections",
6252 "ctor",
6253 "ec4rs",
6254 "env_logger 0.11.5",
6255 "futures 0.3.30",
6256 "fuzzy",
6257 "git",
6258 "globset",
6259 "gpui",
6260 "http_client",
6261 "indoc",
6262 "itertools 0.13.0",
6263 "log",
6264 "lsp",
6265 "parking_lot",
6266 "postage",
6267 "pretty_assertions",
6268 "pulldown-cmark 0.12.1",
6269 "rand 0.8.5",
6270 "regex",
6271 "rpc",
6272 "schemars",
6273 "serde",
6274 "serde_json",
6275 "settings",
6276 "similar",
6277 "smallvec",
6278 "smol",
6279 "strsim",
6280 "sum_tree",
6281 "task",
6282 "text",
6283 "theme",
6284 "tree-sitter",
6285 "tree-sitter-elixir",
6286 "tree-sitter-embedded-template",
6287 "tree-sitter-heex",
6288 "tree-sitter-html",
6289 "tree-sitter-json",
6290 "tree-sitter-md",
6291 "tree-sitter-ruby",
6292 "tree-sitter-rust",
6293 "tree-sitter-typescript",
6294 "unicase",
6295 "unindent",
6296 "util",
6297]
6298
6299[[package]]
6300name = "language_model"
6301version = "0.1.0"
6302dependencies = [
6303 "anthropic",
6304 "anyhow",
6305 "base64 0.22.1",
6306 "client",
6307 "collections",
6308 "copilot",
6309 "ctor",
6310 "editor",
6311 "env_logger 0.11.5",
6312 "feature_flags",
6313 "futures 0.3.30",
6314 "google_ai",
6315 "gpui",
6316 "http_client",
6317 "image",
6318 "inline_completion_button",
6319 "language",
6320 "log",
6321 "menu",
6322 "ollama",
6323 "open_ai",
6324 "parking_lot",
6325 "project",
6326 "proto",
6327 "rand 0.8.5",
6328 "schemars",
6329 "serde",
6330 "serde_json",
6331 "settings",
6332 "smol",
6333 "strum 0.25.0",
6334 "telemetry_events",
6335 "text",
6336 "theme",
6337 "thiserror",
6338 "tiktoken-rs",
6339 "ui",
6340 "unindent",
6341 "util",
6342]
6343
6344[[package]]
6345name = "language_selector"
6346version = "0.1.0"
6347dependencies = [
6348 "anyhow",
6349 "editor",
6350 "fuzzy",
6351 "gpui",
6352 "language",
6353 "picker",
6354 "project",
6355 "ui",
6356 "util",
6357 "workspace",
6358]
6359
6360[[package]]
6361name = "language_tools"
6362version = "0.1.0"
6363dependencies = [
6364 "anyhow",
6365 "client",
6366 "collections",
6367 "copilot",
6368 "editor",
6369 "env_logger 0.11.5",
6370 "futures 0.3.30",
6371 "gpui",
6372 "itertools 0.13.0",
6373 "language",
6374 "lsp",
6375 "project",
6376 "release_channel",
6377 "serde_json",
6378 "settings",
6379 "theme",
6380 "tree-sitter",
6381 "ui",
6382 "util",
6383 "workspace",
6384 "zed_actions",
6385]
6386
6387[[package]]
6388name = "languages"
6389version = "0.1.0"
6390dependencies = [
6391 "anyhow",
6392 "async-compression",
6393 "async-tar",
6394 "async-trait",
6395 "collections",
6396 "futures 0.3.30",
6397 "gpui",
6398 "http_client",
6399 "language",
6400 "log",
6401 "lsp",
6402 "node_runtime",
6403 "paths",
6404 "pet",
6405 "pet-conda",
6406 "pet-core",
6407 "pet-poetry",
6408 "pet-reporter",
6409 "project",
6410 "regex",
6411 "rope",
6412 "rust-embed",
6413 "serde",
6414 "serde_json",
6415 "settings",
6416 "smol",
6417 "task",
6418 "text",
6419 "theme",
6420 "toml 0.8.19",
6421 "tree-sitter",
6422 "tree-sitter-bash",
6423 "tree-sitter-c",
6424 "tree-sitter-cpp",
6425 "tree-sitter-css",
6426 "tree-sitter-diff",
6427 "tree-sitter-go",
6428 "tree-sitter-gomod",
6429 "tree-sitter-gowork",
6430 "tree-sitter-jsdoc",
6431 "tree-sitter-json",
6432 "tree-sitter-md",
6433 "tree-sitter-python",
6434 "tree-sitter-regex",
6435 "tree-sitter-rust",
6436 "tree-sitter-typescript",
6437 "tree-sitter-yaml",
6438 "unindent",
6439 "util",
6440 "workspace",
6441]
6442
6443[[package]]
6444name = "lazy_static"
6445version = "1.5.0"
6446source = "registry+https://github.com/rust-lang/crates.io-index"
6447checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6448dependencies = [
6449 "spin 0.9.8",
6450]
6451
6452[[package]]
6453name = "lazycell"
6454version = "1.3.0"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
6457
6458[[package]]
6459name = "leb128"
6460version = "0.2.5"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6463
6464[[package]]
6465name = "lebe"
6466version = "0.5.2"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6469
6470[[package]]
6471name = "libc"
6472version = "0.2.161"
6473source = "registry+https://github.com/rust-lang/crates.io-index"
6474checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
6475
6476[[package]]
6477name = "libdbus-sys"
6478version = "0.2.5"
6479source = "registry+https://github.com/rust-lang/crates.io-index"
6480checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6481dependencies = [
6482 "cc",
6483 "pkg-config",
6484]
6485
6486[[package]]
6487name = "libfuzzer-sys"
6488version = "0.4.7"
6489source = "registry+https://github.com/rust-lang/crates.io-index"
6490checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
6491dependencies = [
6492 "arbitrary",
6493 "cc",
6494 "once_cell",
6495]
6496
6497[[package]]
6498name = "libgit2-sys"
6499version = "0.17.0+1.8.1"
6500source = "registry+https://github.com/rust-lang/crates.io-index"
6501checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6502dependencies = [
6503 "cc",
6504 "libc",
6505 "libz-sys",
6506 "pkg-config",
6507]
6508
6509[[package]]
6510name = "libloading"
6511version = "0.8.5"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
6514dependencies = [
6515 "cfg-if",
6516 "windows-targets 0.52.6",
6517]
6518
6519[[package]]
6520name = "libm"
6521version = "0.2.8"
6522source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
6524
6525[[package]]
6526name = "libmimalloc-sys"
6527version = "0.1.39"
6528source = "registry+https://github.com/rust-lang/crates.io-index"
6529checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6530dependencies = [
6531 "cc",
6532 "libc",
6533]
6534
6535[[package]]
6536name = "libredox"
6537version = "0.1.3"
6538source = "registry+https://github.com/rust-lang/crates.io-index"
6539checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6540dependencies = [
6541 "bitflags 2.6.0",
6542 "libc",
6543 "redox_syscall 0.5.3",
6544]
6545
6546[[package]]
6547name = "libsqlite3-sys"
6548version = "0.28.0"
6549source = "registry+https://github.com/rust-lang/crates.io-index"
6550checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
6551dependencies = [
6552 "cc",
6553 "pkg-config",
6554 "vcpkg",
6555]
6556
6557[[package]]
6558name = "libz-sys"
6559version = "1.1.20"
6560source = "registry+https://github.com/rust-lang/crates.io-index"
6561checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6562dependencies = [
6563 "cc",
6564 "libc",
6565 "pkg-config",
6566 "vcpkg",
6567]
6568
6569[[package]]
6570name = "linkify"
6571version = "0.10.0"
6572source = "registry+https://github.com/rust-lang/crates.io-index"
6573checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
6574dependencies = [
6575 "memchr",
6576]
6577
6578[[package]]
6579name = "linkme"
6580version = "0.3.29"
6581source = "registry+https://github.com/rust-lang/crates.io-index"
6582checksum = "70fe496a7af8c406f877635cbf3cd6a9fac9d6f443f58691cd8afe6ce0971af4"
6583dependencies = [
6584 "linkme-impl",
6585]
6586
6587[[package]]
6588name = "linkme-impl"
6589version = "0.3.29"
6590source = "registry+https://github.com/rust-lang/crates.io-index"
6591checksum = "b01f197a15988fb5b2ec0a5a9800c97e70771499c456ad757d63b3c5e9b96e75"
6592dependencies = [
6593 "proc-macro2",
6594 "quote",
6595 "syn 2.0.76",
6596]
6597
6598[[package]]
6599name = "linux-raw-sys"
6600version = "0.3.8"
6601source = "registry+https://github.com/rust-lang/crates.io-index"
6602checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6603
6604[[package]]
6605name = "linux-raw-sys"
6606version = "0.4.14"
6607source = "registry+https://github.com/rust-lang/crates.io-index"
6608checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
6609
6610[[package]]
6611name = "live_kit_client"
6612version = "0.1.0"
6613dependencies = [
6614 "anyhow",
6615 "async-broadcast",
6616 "async-trait",
6617 "collections",
6618 "core-foundation 0.9.4",
6619 "futures 0.3.30",
6620 "gpui",
6621 "live_kit_server",
6622 "log",
6623 "media",
6624 "nanoid",
6625 "parking_lot",
6626 "postage",
6627 "serde",
6628 "serde_json",
6629 "sha2",
6630 "simplelog",
6631]
6632
6633[[package]]
6634name = "live_kit_server"
6635version = "0.1.0"
6636dependencies = [
6637 "anyhow",
6638 "async-trait",
6639 "jsonwebtoken",
6640 "log",
6641 "prost",
6642 "prost-build",
6643 "prost-types",
6644 "reqwest 0.12.8",
6645 "serde",
6646]
6647
6648[[package]]
6649name = "lmdb-master-sys"
6650version = "0.2.4"
6651source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6653dependencies = [
6654 "cc",
6655 "doxygen-rs",
6656 "libc",
6657]
6658
6659[[package]]
6660name = "lock_api"
6661version = "0.4.12"
6662source = "registry+https://github.com/rust-lang/crates.io-index"
6663checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6664dependencies = [
6665 "autocfg",
6666 "scopeguard",
6667]
6668
6669[[package]]
6670name = "log"
6671version = "0.4.22"
6672source = "registry+https://github.com/rust-lang/crates.io-index"
6673checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6674dependencies = [
6675 "serde",
6676 "value-bag",
6677]
6678
6679[[package]]
6680name = "loop9"
6681version = "0.1.5"
6682source = "registry+https://github.com/rust-lang/crates.io-index"
6683checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6684dependencies = [
6685 "imgref",
6686]
6687
6688[[package]]
6689name = "lru"
6690version = "0.12.4"
6691source = "registry+https://github.com/rust-lang/crates.io-index"
6692checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6693dependencies = [
6694 "hashbrown 0.14.5",
6695]
6696
6697[[package]]
6698name = "lsp"
6699version = "0.1.0"
6700dependencies = [
6701 "anyhow",
6702 "async-pipe",
6703 "collections",
6704 "ctor",
6705 "env_logger 0.11.5",
6706 "futures 0.3.30",
6707 "gpui",
6708 "log",
6709 "lsp-types",
6710 "parking_lot",
6711 "postage",
6712 "release_channel",
6713 "serde",
6714 "serde_json",
6715 "smol",
6716 "util",
6717 "windows 0.58.0",
6718]
6719
6720[[package]]
6721name = "lsp-types"
6722version = "0.95.1"
6723source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
6724dependencies = [
6725 "bitflags 1.3.2",
6726 "serde",
6727 "serde_json",
6728 "serde_repr",
6729 "url",
6730]
6731
6732[[package]]
6733name = "lz4"
6734version = "1.26.0"
6735source = "registry+https://github.com/rust-lang/crates.io-index"
6736checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
6737dependencies = [
6738 "libc",
6739 "lz4-sys",
6740]
6741
6742[[package]]
6743name = "lz4-sys"
6744version = "1.10.0"
6745source = "registry+https://github.com/rust-lang/crates.io-index"
6746checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
6747dependencies = [
6748 "cc",
6749 "libc",
6750]
6751
6752[[package]]
6753name = "mac"
6754version = "0.1.1"
6755source = "registry+https://github.com/rust-lang/crates.io-index"
6756checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6757
6758[[package]]
6759name = "mach2"
6760version = "0.4.2"
6761source = "registry+https://github.com/rust-lang/crates.io-index"
6762checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
6763dependencies = [
6764 "libc",
6765]
6766
6767[[package]]
6768name = "malloc_buf"
6769version = "0.0.6"
6770source = "registry+https://github.com/rust-lang/crates.io-index"
6771checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6772dependencies = [
6773 "libc",
6774]
6775
6776[[package]]
6777name = "maplit"
6778version = "1.0.2"
6779source = "registry+https://github.com/rust-lang/crates.io-index"
6780checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
6781
6782[[package]]
6783name = "markdown"
6784version = "0.1.0"
6785dependencies = [
6786 "anyhow",
6787 "assets",
6788 "env_logger 0.11.5",
6789 "futures 0.3.30",
6790 "gpui",
6791 "language",
6792 "languages",
6793 "linkify",
6794 "log",
6795 "node_runtime",
6796 "pulldown-cmark 0.12.1",
6797 "settings",
6798 "theme",
6799 "ui",
6800 "util",
6801]
6802
6803[[package]]
6804name = "markdown_preview"
6805version = "0.1.0"
6806dependencies = [
6807 "anyhow",
6808 "async-recursion 1.1.1",
6809 "collections",
6810 "editor",
6811 "gpui",
6812 "language",
6813 "linkify",
6814 "log",
6815 "pretty_assertions",
6816 "pulldown-cmark 0.12.1",
6817 "settings",
6818 "theme",
6819 "ui",
6820 "workspace",
6821]
6822
6823[[package]]
6824name = "markup5ever"
6825version = "0.12.1"
6826source = "registry+https://github.com/rust-lang/crates.io-index"
6827checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
6828dependencies = [
6829 "log",
6830 "phf",
6831 "phf_codegen",
6832 "string_cache",
6833 "string_cache_codegen",
6834 "tendril",
6835]
6836
6837[[package]]
6838name = "markup5ever_rcdom"
6839version = "0.3.0"
6840source = "registry+https://github.com/rust-lang/crates.io-index"
6841checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
6842dependencies = [
6843 "html5ever",
6844 "markup5ever",
6845 "tendril",
6846 "xml5ever",
6847]
6848
6849[[package]]
6850name = "matchers"
6851version = "0.1.0"
6852source = "registry+https://github.com/rust-lang/crates.io-index"
6853checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6854dependencies = [
6855 "regex-automata 0.1.10",
6856]
6857
6858[[package]]
6859name = "matchit"
6860version = "0.7.3"
6861source = "registry+https://github.com/rust-lang/crates.io-index"
6862checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6863
6864[[package]]
6865name = "maybe-owned"
6866version = "0.3.4"
6867source = "registry+https://github.com/rust-lang/crates.io-index"
6868checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6869
6870[[package]]
6871name = "maybe-rayon"
6872version = "0.1.1"
6873source = "registry+https://github.com/rust-lang/crates.io-index"
6874checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
6875dependencies = [
6876 "cfg-if",
6877]
6878
6879[[package]]
6880name = "md-5"
6881version = "0.10.6"
6882source = "registry+https://github.com/rust-lang/crates.io-index"
6883checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
6884dependencies = [
6885 "cfg-if",
6886 "digest",
6887]
6888
6889[[package]]
6890name = "mdbook"
6891version = "0.4.40"
6892source = "registry+https://github.com/rust-lang/crates.io-index"
6893checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
6894dependencies = [
6895 "ammonia",
6896 "anyhow",
6897 "chrono",
6898 "clap",
6899 "clap_complete",
6900 "elasticlunr-rs",
6901 "env_logger 0.11.5",
6902 "futures-util",
6903 "handlebars 5.1.2",
6904 "ignore",
6905 "log",
6906 "memchr",
6907 "notify",
6908 "notify-debouncer-mini",
6909 "once_cell",
6910 "opener",
6911 "pathdiff",
6912 "pulldown-cmark 0.10.3",
6913 "regex",
6914 "serde",
6915 "serde_json",
6916 "shlex",
6917 "tempfile",
6918 "tokio",
6919 "toml 0.5.11",
6920 "topological-sort",
6921 "walkdir",
6922 "warp",
6923]
6924
6925[[package]]
6926name = "media"
6927version = "0.1.0"
6928dependencies = [
6929 "anyhow",
6930 "bindgen 0.70.1",
6931 "core-foundation 0.9.4",
6932 "foreign-types 0.5.0",
6933 "metal",
6934 "objc",
6935]
6936
6937[[package]]
6938name = "memchr"
6939version = "2.7.4"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
6942
6943[[package]]
6944name = "memfd"
6945version = "0.6.4"
6946source = "registry+https://github.com/rust-lang/crates.io-index"
6947checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6948dependencies = [
6949 "rustix 0.38.35",
6950]
6951
6952[[package]]
6953name = "memmap2"
6954version = "0.9.4"
6955source = "registry+https://github.com/rust-lang/crates.io-index"
6956checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6957dependencies = [
6958 "libc",
6959]
6960
6961[[package]]
6962name = "memoffset"
6963version = "0.9.1"
6964source = "registry+https://github.com/rust-lang/crates.io-index"
6965checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
6966dependencies = [
6967 "autocfg",
6968]
6969
6970[[package]]
6971name = "menu"
6972version = "0.1.0"
6973dependencies = [
6974 "gpui",
6975 "serde",
6976]
6977
6978[[package]]
6979name = "metal"
6980version = "0.29.0"
6981source = "registry+https://github.com/rust-lang/crates.io-index"
6982checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
6983dependencies = [
6984 "bitflags 2.6.0",
6985 "block",
6986 "core-graphics-types 0.1.3",
6987 "foreign-types 0.5.0",
6988 "log",
6989 "objc",
6990 "paste",
6991]
6992
6993[[package]]
6994name = "mimalloc"
6995version = "0.1.43"
6996source = "registry+https://github.com/rust-lang/crates.io-index"
6997checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
6998dependencies = [
6999 "libmimalloc-sys",
7000]
7001
7002[[package]]
7003name = "mime"
7004version = "0.3.17"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7007
7008[[package]]
7009name = "mime_guess"
7010version = "2.0.5"
7011source = "registry+https://github.com/rust-lang/crates.io-index"
7012checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7013dependencies = [
7014 "mime",
7015 "unicase",
7016]
7017
7018[[package]]
7019name = "minimal-lexical"
7020version = "0.2.1"
7021source = "registry+https://github.com/rust-lang/crates.io-index"
7022checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7023
7024[[package]]
7025name = "miniz_oxide"
7026version = "0.7.4"
7027source = "registry+https://github.com/rust-lang/crates.io-index"
7028checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
7029dependencies = [
7030 "adler",
7031 "simd-adler32",
7032]
7033
7034[[package]]
7035name = "miniz_oxide"
7036version = "0.8.0"
7037source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7039dependencies = [
7040 "adler2",
7041]
7042
7043[[package]]
7044name = "mint"
7045version = "0.5.9"
7046source = "registry+https://github.com/rust-lang/crates.io-index"
7047checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7048
7049[[package]]
7050name = "mio"
7051version = "0.8.11"
7052source = "registry+https://github.com/rust-lang/crates.io-index"
7053checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7054dependencies = [
7055 "libc",
7056 "log",
7057 "wasi 0.11.0+wasi-snapshot-preview1",
7058 "windows-sys 0.48.0",
7059]
7060
7061[[package]]
7062name = "mio"
7063version = "1.0.2"
7064source = "registry+https://github.com/rust-lang/crates.io-index"
7065checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
7066dependencies = [
7067 "hermit-abi 0.3.9",
7068 "libc",
7069 "log",
7070 "wasi 0.11.0+wasi-snapshot-preview1",
7071 "windows-sys 0.52.0",
7072]
7073
7074[[package]]
7075name = "miow"
7076version = "0.6.0"
7077source = "registry+https://github.com/rust-lang/crates.io-index"
7078checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7079dependencies = [
7080 "windows-sys 0.48.0",
7081]
7082
7083[[package]]
7084name = "msvc_spectre_libs"
7085version = "0.1.2"
7086source = "registry+https://github.com/rust-lang/crates.io-index"
7087checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7088dependencies = [
7089 "cc",
7090]
7091
7092[[package]]
7093name = "multi_buffer"
7094version = "0.1.0"
7095dependencies = [
7096 "anyhow",
7097 "clock",
7098 "collections",
7099 "ctor",
7100 "env_logger 0.11.5",
7101 "futures 0.3.30",
7102 "gpui",
7103 "itertools 0.13.0",
7104 "language",
7105 "log",
7106 "parking_lot",
7107 "rand 0.8.5",
7108 "serde",
7109 "settings",
7110 "smallvec",
7111 "sum_tree",
7112 "text",
7113 "theme",
7114 "util",
7115]
7116
7117[[package]]
7118name = "multimap"
7119version = "0.8.3"
7120source = "registry+https://github.com/rust-lang/crates.io-index"
7121checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7122
7123[[package]]
7124name = "naga"
7125version = "22.1.0"
7126source = "registry+https://github.com/rust-lang/crates.io-index"
7127checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
7128dependencies = [
7129 "arrayvec",
7130 "bit-set 0.6.0",
7131 "bitflags 2.6.0",
7132 "cfg_aliases 0.1.1",
7133 "codespan-reporting",
7134 "hexf-parse",
7135 "indexmap 2.4.0",
7136 "log",
7137 "rustc-hash 1.1.0",
7138 "spirv",
7139 "termcolor",
7140 "thiserror",
7141 "unicode-xid",
7142]
7143
7144[[package]]
7145name = "nanoid"
7146version = "0.4.0"
7147source = "registry+https://github.com/rust-lang/crates.io-index"
7148checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7149dependencies = [
7150 "rand 0.8.5",
7151]
7152
7153[[package]]
7154name = "nanorand"
7155version = "0.7.0"
7156source = "registry+https://github.com/rust-lang/crates.io-index"
7157checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7158dependencies = [
7159 "getrandom 0.2.15",
7160]
7161
7162[[package]]
7163name = "native-tls"
7164version = "0.2.12"
7165source = "registry+https://github.com/rust-lang/crates.io-index"
7166checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7167dependencies = [
7168 "libc",
7169 "log",
7170 "openssl",
7171 "openssl-probe",
7172 "openssl-sys",
7173 "schannel",
7174 "security-framework",
7175 "security-framework-sys",
7176 "tempfile",
7177]
7178
7179[[package]]
7180name = "nbformat"
7181version = "0.3.2"
7182source = "registry+https://github.com/rust-lang/crates.io-index"
7183checksum = "84f8a9ab08b34237c2c1d0504b794c2ff01c08dfc46a060d160f004a7f479c31"
7184dependencies = [
7185 "anyhow",
7186 "chrono",
7187 "jupyter-serde",
7188 "serde",
7189 "serde_json",
7190 "thiserror",
7191 "uuid",
7192]
7193
7194[[package]]
7195name = "ndk"
7196version = "0.8.0"
7197source = "registry+https://github.com/rust-lang/crates.io-index"
7198checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7199dependencies = [
7200 "bitflags 2.6.0",
7201 "jni-sys",
7202 "log",
7203 "ndk-sys",
7204 "num_enum",
7205 "thiserror",
7206]
7207
7208[[package]]
7209name = "ndk-context"
7210version = "0.1.1"
7211source = "registry+https://github.com/rust-lang/crates.io-index"
7212checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7213
7214[[package]]
7215name = "ndk-sys"
7216version = "0.5.0+25.2.9519653"
7217source = "registry+https://github.com/rust-lang/crates.io-index"
7218checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7219dependencies = [
7220 "jni-sys",
7221]
7222
7223[[package]]
7224name = "new_debug_unreachable"
7225version = "1.0.6"
7226source = "registry+https://github.com/rust-lang/crates.io-index"
7227checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7228
7229[[package]]
7230name = "nix"
7231version = "0.29.0"
7232source = "registry+https://github.com/rust-lang/crates.io-index"
7233checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7234dependencies = [
7235 "bitflags 2.6.0",
7236 "cfg-if",
7237 "cfg_aliases 0.2.1",
7238 "libc",
7239 "memoffset",
7240]
7241
7242[[package]]
7243name = "node_runtime"
7244version = "0.1.0"
7245dependencies = [
7246 "anyhow",
7247 "async-compression",
7248 "async-std",
7249 "async-tar",
7250 "async-trait",
7251 "async-watch",
7252 "async_zip",
7253 "futures 0.3.30",
7254 "http_client",
7255 "log",
7256 "paths",
7257 "semver",
7258 "serde",
7259 "serde_json",
7260 "smol",
7261 "tempfile",
7262 "util",
7263 "walkdir",
7264 "which 6.0.3",
7265 "windows 0.58.0",
7266]
7267
7268[[package]]
7269name = "nom"
7270version = "7.1.3"
7271source = "registry+https://github.com/rust-lang/crates.io-index"
7272checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7273dependencies = [
7274 "memchr",
7275 "minimal-lexical",
7276]
7277
7278[[package]]
7279name = "noop_proc_macro"
7280version = "0.3.0"
7281source = "registry+https://github.com/rust-lang/crates.io-index"
7282checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7283
7284[[package]]
7285name = "normpath"
7286version = "1.3.0"
7287source = "registry+https://github.com/rust-lang/crates.io-index"
7288checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7289dependencies = [
7290 "windows-sys 0.59.0",
7291]
7292
7293[[package]]
7294name = "notifications"
7295version = "0.1.0"
7296dependencies = [
7297 "anyhow",
7298 "channel",
7299 "client",
7300 "collections",
7301 "db",
7302 "gpui",
7303 "rpc",
7304 "settings",
7305 "sum_tree",
7306 "time",
7307 "util",
7308]
7309
7310[[package]]
7311name = "notify"
7312version = "6.1.1"
7313source = "registry+https://github.com/rust-lang/crates.io-index"
7314checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7315dependencies = [
7316 "bitflags 2.6.0",
7317 "crossbeam-channel",
7318 "filetime",
7319 "fsevent-sys 4.1.0",
7320 "inotify",
7321 "kqueue",
7322 "libc",
7323 "log",
7324 "mio 0.8.11",
7325 "walkdir",
7326 "windows-sys 0.48.0",
7327]
7328
7329[[package]]
7330name = "notify-debouncer-mini"
7331version = "0.4.1"
7332source = "registry+https://github.com/rust-lang/crates.io-index"
7333checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7334dependencies = [
7335 "crossbeam-channel",
7336 "log",
7337 "notify",
7338]
7339
7340[[package]]
7341name = "ntapi"
7342version = "0.4.1"
7343source = "registry+https://github.com/rust-lang/crates.io-index"
7344checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7345dependencies = [
7346 "winapi",
7347]
7348
7349[[package]]
7350name = "nu-ansi-term"
7351version = "0.46.0"
7352source = "registry+https://github.com/rust-lang/crates.io-index"
7353checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7354dependencies = [
7355 "overload",
7356 "winapi",
7357]
7358
7359[[package]]
7360name = "num"
7361version = "0.4.3"
7362source = "registry+https://github.com/rust-lang/crates.io-index"
7363checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7364dependencies = [
7365 "num-bigint",
7366 "num-complex",
7367 "num-integer",
7368 "num-iter",
7369 "num-rational",
7370 "num-traits",
7371]
7372
7373[[package]]
7374name = "num-bigint"
7375version = "0.4.6"
7376source = "registry+https://github.com/rust-lang/crates.io-index"
7377checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7378dependencies = [
7379 "num-integer",
7380 "num-traits",
7381]
7382
7383[[package]]
7384name = "num-bigint-dig"
7385version = "0.8.4"
7386source = "registry+https://github.com/rust-lang/crates.io-index"
7387checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7388dependencies = [
7389 "byteorder",
7390 "lazy_static",
7391 "libm",
7392 "num-integer",
7393 "num-iter",
7394 "num-traits",
7395 "rand 0.8.5",
7396 "serde",
7397 "smallvec",
7398 "zeroize",
7399]
7400
7401[[package]]
7402name = "num-complex"
7403version = "0.4.6"
7404source = "registry+https://github.com/rust-lang/crates.io-index"
7405checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7406dependencies = [
7407 "num-traits",
7408]
7409
7410[[package]]
7411name = "num-conv"
7412version = "0.1.0"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7415
7416[[package]]
7417name = "num-derive"
7418version = "0.4.2"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7421dependencies = [
7422 "proc-macro2",
7423 "quote",
7424 "syn 2.0.76",
7425]
7426
7427[[package]]
7428name = "num-format"
7429version = "0.4.4"
7430source = "registry+https://github.com/rust-lang/crates.io-index"
7431checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7432dependencies = [
7433 "arrayvec",
7434 "itoa",
7435]
7436
7437[[package]]
7438name = "num-integer"
7439version = "0.1.46"
7440source = "registry+https://github.com/rust-lang/crates.io-index"
7441checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7442dependencies = [
7443 "num-traits",
7444]
7445
7446[[package]]
7447name = "num-iter"
7448version = "0.1.45"
7449source = "registry+https://github.com/rust-lang/crates.io-index"
7450checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7451dependencies = [
7452 "autocfg",
7453 "num-integer",
7454 "num-traits",
7455]
7456
7457[[package]]
7458name = "num-rational"
7459version = "0.4.2"
7460source = "registry+https://github.com/rust-lang/crates.io-index"
7461checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7462dependencies = [
7463 "num-bigint",
7464 "num-integer",
7465 "num-traits",
7466]
7467
7468[[package]]
7469name = "num-traits"
7470version = "0.2.19"
7471source = "registry+https://github.com/rust-lang/crates.io-index"
7472checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7473dependencies = [
7474 "autocfg",
7475 "libm",
7476]
7477
7478[[package]]
7479name = "num_cpus"
7480version = "1.16.0"
7481source = "registry+https://github.com/rust-lang/crates.io-index"
7482checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7483dependencies = [
7484 "hermit-abi 0.3.9",
7485 "libc",
7486]
7487
7488[[package]]
7489name = "num_enum"
7490version = "0.7.3"
7491source = "registry+https://github.com/rust-lang/crates.io-index"
7492checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7493dependencies = [
7494 "num_enum_derive",
7495]
7496
7497[[package]]
7498name = "num_enum_derive"
7499version = "0.7.3"
7500source = "registry+https://github.com/rust-lang/crates.io-index"
7501checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7502dependencies = [
7503 "proc-macro-crate",
7504 "proc-macro2",
7505 "quote",
7506 "syn 2.0.76",
7507]
7508
7509[[package]]
7510name = "num_threads"
7511version = "0.1.7"
7512source = "registry+https://github.com/rust-lang/crates.io-index"
7513checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7514dependencies = [
7515 "libc",
7516]
7517
7518[[package]]
7519name = "nvim-rs"
7520version = "0.8.0-pre"
7521source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7522dependencies = [
7523 "async-trait",
7524 "futures 0.3.30",
7525 "log",
7526 "parity-tokio-ipc",
7527 "rmp",
7528 "rmpv",
7529 "tokio",
7530 "tokio-util",
7531 "winapi",
7532]
7533
7534[[package]]
7535name = "objc"
7536version = "0.2.7"
7537source = "registry+https://github.com/rust-lang/crates.io-index"
7538checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7539dependencies = [
7540 "malloc_buf",
7541]
7542
7543[[package]]
7544name = "object"
7545version = "0.36.4"
7546source = "registry+https://github.com/rust-lang/crates.io-index"
7547checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
7548dependencies = [
7549 "crc32fast",
7550 "hashbrown 0.14.5",
7551 "indexmap 2.4.0",
7552 "memchr",
7553]
7554
7555[[package]]
7556name = "oboe"
7557version = "0.6.1"
7558source = "registry+https://github.com/rust-lang/crates.io-index"
7559checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7560dependencies = [
7561 "jni",
7562 "ndk",
7563 "ndk-context",
7564 "num-derive",
7565 "num-traits",
7566 "oboe-sys",
7567]
7568
7569[[package]]
7570name = "oboe-sys"
7571version = "0.6.1"
7572source = "registry+https://github.com/rust-lang/crates.io-index"
7573checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7574dependencies = [
7575 "cc",
7576]
7577
7578[[package]]
7579name = "ollama"
7580version = "0.1.0"
7581dependencies = [
7582 "anyhow",
7583 "futures 0.3.30",
7584 "http_client",
7585 "schemars",
7586 "serde",
7587 "serde_json",
7588]
7589
7590[[package]]
7591name = "once_cell"
7592version = "1.19.0"
7593source = "registry+https://github.com/rust-lang/crates.io-index"
7594checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7595
7596[[package]]
7597name = "oo7"
7598version = "0.3.3"
7599source = "registry+https://github.com/rust-lang/crates.io-index"
7600checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7601dependencies = [
7602 "aes",
7603 "async-fs 2.1.2",
7604 "async-io 2.3.4",
7605 "async-lock 3.4.0",
7606 "async-net 2.0.0",
7607 "blocking",
7608 "cbc",
7609 "cipher",
7610 "digest",
7611 "endi",
7612 "futures-lite 2.3.0",
7613 "futures-util",
7614 "hkdf",
7615 "hmac",
7616 "md-5",
7617 "num",
7618 "num-bigint-dig",
7619 "pbkdf2",
7620 "rand 0.8.5",
7621 "serde",
7622 "sha2",
7623 "subtle",
7624 "zbus",
7625 "zeroize",
7626 "zvariant",
7627]
7628
7629[[package]]
7630name = "oorandom"
7631version = "11.1.4"
7632source = "registry+https://github.com/rust-lang/crates.io-index"
7633checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7634
7635[[package]]
7636name = "open"
7637version = "5.3.0"
7638source = "registry+https://github.com/rust-lang/crates.io-index"
7639checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7640dependencies = [
7641 "is-wsl",
7642 "libc",
7643 "pathdiff",
7644]
7645
7646[[package]]
7647name = "open_ai"
7648version = "0.1.0"
7649dependencies = [
7650 "anyhow",
7651 "futures 0.3.30",
7652 "http_client",
7653 "schemars",
7654 "serde",
7655 "serde_json",
7656 "strum 0.25.0",
7657]
7658
7659[[package]]
7660name = "opener"
7661version = "0.7.2"
7662source = "registry+https://github.com/rust-lang/crates.io-index"
7663checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
7664dependencies = [
7665 "bstr",
7666 "dbus",
7667 "normpath",
7668 "windows-sys 0.59.0",
7669]
7670
7671[[package]]
7672name = "openssl"
7673version = "0.10.66"
7674source = "registry+https://github.com/rust-lang/crates.io-index"
7675checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7676dependencies = [
7677 "bitflags 2.6.0",
7678 "cfg-if",
7679 "foreign-types 0.3.2",
7680 "libc",
7681 "once_cell",
7682 "openssl-macros",
7683 "openssl-sys",
7684]
7685
7686[[package]]
7687name = "openssl-macros"
7688version = "0.1.1"
7689source = "registry+https://github.com/rust-lang/crates.io-index"
7690checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7691dependencies = [
7692 "proc-macro2",
7693 "quote",
7694 "syn 2.0.76",
7695]
7696
7697[[package]]
7698name = "openssl-probe"
7699version = "0.1.5"
7700source = "registry+https://github.com/rust-lang/crates.io-index"
7701checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7702
7703[[package]]
7704name = "openssl-src"
7705version = "300.3.1+3.3.1"
7706source = "registry+https://github.com/rust-lang/crates.io-index"
7707checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
7708dependencies = [
7709 "cc",
7710]
7711
7712[[package]]
7713name = "openssl-sys"
7714version = "0.9.103"
7715source = "registry+https://github.com/rust-lang/crates.io-index"
7716checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
7717dependencies = [
7718 "cc",
7719 "libc",
7720 "openssl-src",
7721 "pkg-config",
7722 "vcpkg",
7723]
7724
7725[[package]]
7726name = "option-ext"
7727version = "0.2.0"
7728source = "registry+https://github.com/rust-lang/crates.io-index"
7729checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7730
7731[[package]]
7732name = "ordered-float"
7733version = "2.10.1"
7734source = "registry+https://github.com/rust-lang/crates.io-index"
7735checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
7736dependencies = [
7737 "num-traits",
7738]
7739
7740[[package]]
7741name = "ordered-float"
7742version = "3.9.2"
7743source = "registry+https://github.com/rust-lang/crates.io-index"
7744checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
7745dependencies = [
7746 "num-traits",
7747]
7748
7749[[package]]
7750name = "ordered-stream"
7751version = "0.2.0"
7752source = "registry+https://github.com/rust-lang/crates.io-index"
7753checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7754dependencies = [
7755 "futures-core",
7756 "pin-project-lite",
7757]
7758
7759[[package]]
7760name = "ouroboros"
7761version = "0.17.2"
7762source = "registry+https://github.com/rust-lang/crates.io-index"
7763checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7764dependencies = [
7765 "aliasable",
7766 "ouroboros_macro",
7767 "static_assertions",
7768]
7769
7770[[package]]
7771name = "ouroboros_macro"
7772version = "0.17.2"
7773source = "registry+https://github.com/rust-lang/crates.io-index"
7774checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7775dependencies = [
7776 "heck 0.4.1",
7777 "proc-macro-error",
7778 "proc-macro2",
7779 "quote",
7780 "syn 2.0.76",
7781]
7782
7783[[package]]
7784name = "outline"
7785version = "0.1.0"
7786dependencies = [
7787 "editor",
7788 "fuzzy",
7789 "gpui",
7790 "indoc",
7791 "language",
7792 "menu",
7793 "ordered-float 2.10.1",
7794 "picker",
7795 "project",
7796 "rope",
7797 "serde_json",
7798 "smol",
7799 "theme",
7800 "tree-sitter-rust",
7801 "tree-sitter-typescript",
7802 "ui",
7803 "util",
7804 "workspace",
7805]
7806
7807[[package]]
7808name = "outline_panel"
7809version = "0.1.0"
7810dependencies = [
7811 "anyhow",
7812 "collections",
7813 "db",
7814 "editor",
7815 "file_icons",
7816 "fuzzy",
7817 "gpui",
7818 "itertools 0.13.0",
7819 "language",
7820 "log",
7821 "menu",
7822 "pretty_assertions",
7823 "project",
7824 "schemars",
7825 "search",
7826 "serde",
7827 "serde_json",
7828 "settings",
7829 "smallvec",
7830 "smol",
7831 "theme",
7832 "ui",
7833 "util",
7834 "workspace",
7835 "worktree",
7836]
7837
7838[[package]]
7839name = "outref"
7840version = "0.5.1"
7841source = "registry+https://github.com/rust-lang/crates.io-index"
7842checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7843
7844[[package]]
7845name = "overload"
7846version = "0.1.1"
7847source = "registry+https://github.com/rust-lang/crates.io-index"
7848checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7849
7850[[package]]
7851name = "p256"
7852version = "0.11.1"
7853source = "registry+https://github.com/rust-lang/crates.io-index"
7854checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7855dependencies = [
7856 "ecdsa",
7857 "elliptic-curve",
7858 "sha2",
7859]
7860
7861[[package]]
7862name = "page_size"
7863version = "0.6.0"
7864source = "registry+https://github.com/rust-lang/crates.io-index"
7865checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7866dependencies = [
7867 "libc",
7868 "winapi",
7869]
7870
7871[[package]]
7872name = "palette"
7873version = "0.7.6"
7874source = "registry+https://github.com/rust-lang/crates.io-index"
7875checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
7876dependencies = [
7877 "approx",
7878 "fast-srgb8",
7879 "palette_derive",
7880]
7881
7882[[package]]
7883name = "palette_derive"
7884version = "0.7.6"
7885source = "registry+https://github.com/rust-lang/crates.io-index"
7886checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
7887dependencies = [
7888 "by_address",
7889 "proc-macro2",
7890 "quote",
7891 "syn 2.0.76",
7892]
7893
7894[[package]]
7895name = "parity-tokio-ipc"
7896version = "0.9.0"
7897source = "registry+https://github.com/rust-lang/crates.io-index"
7898checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7899dependencies = [
7900 "futures 0.3.30",
7901 "libc",
7902 "log",
7903 "rand 0.7.3",
7904 "tokio",
7905 "winapi",
7906]
7907
7908[[package]]
7909name = "parking"
7910version = "2.2.1"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
7913
7914[[package]]
7915name = "parking_lot"
7916version = "0.12.3"
7917source = "registry+https://github.com/rust-lang/crates.io-index"
7918checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
7919dependencies = [
7920 "lock_api",
7921 "parking_lot_core",
7922]
7923
7924[[package]]
7925name = "parking_lot_core"
7926version = "0.9.10"
7927source = "registry+https://github.com/rust-lang/crates.io-index"
7928checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
7929dependencies = [
7930 "cfg-if",
7931 "libc",
7932 "redox_syscall 0.5.3",
7933 "smallvec",
7934 "windows-targets 0.52.6",
7935]
7936
7937[[package]]
7938name = "password-hash"
7939version = "0.5.0"
7940source = "registry+https://github.com/rust-lang/crates.io-index"
7941checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
7942dependencies = [
7943 "base64ct",
7944 "rand_core 0.6.4",
7945 "subtle",
7946]
7947
7948[[package]]
7949name = "paste"
7950version = "1.0.15"
7951source = "registry+https://github.com/rust-lang/crates.io-index"
7952checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
7953
7954[[package]]
7955name = "pathdiff"
7956version = "0.2.2"
7957source = "registry+https://github.com/rust-lang/crates.io-index"
7958checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
7959
7960[[package]]
7961name = "pathfinder_geometry"
7962version = "0.5.1"
7963source = "registry+https://github.com/rust-lang/crates.io-index"
7964checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
7965dependencies = [
7966 "log",
7967 "pathfinder_simd",
7968]
7969
7970[[package]]
7971name = "pathfinder_simd"
7972version = "0.5.4"
7973source = "registry+https://github.com/rust-lang/crates.io-index"
7974checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
7975dependencies = [
7976 "rustc_version",
7977]
7978
7979[[package]]
7980name = "paths"
7981version = "0.1.0"
7982dependencies = [
7983 "dirs 4.0.0",
7984 "util",
7985]
7986
7987[[package]]
7988name = "pbkdf2"
7989version = "0.12.2"
7990source = "registry+https://github.com/rust-lang/crates.io-index"
7991checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7992dependencies = [
7993 "digest",
7994 "hmac",
7995]
7996
7997[[package]]
7998name = "pem"
7999version = "3.0.4"
8000source = "registry+https://github.com/rust-lang/crates.io-index"
8001checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8002dependencies = [
8003 "base64 0.22.1",
8004 "serde",
8005]
8006
8007[[package]]
8008name = "pem-rfc7468"
8009version = "0.7.0"
8010source = "registry+https://github.com/rust-lang/crates.io-index"
8011checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8012dependencies = [
8013 "base64ct",
8014]
8015
8016[[package]]
8017name = "percent-encoding"
8018version = "2.3.1"
8019source = "registry+https://github.com/rust-lang/crates.io-index"
8020checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8021
8022[[package]]
8023name = "perplexity"
8024version = "0.1.0"
8025dependencies = [
8026 "serde",
8027 "zed_extension_api 0.2.0",
8028]
8029
8030[[package]]
8031name = "pest"
8032version = "2.7.11"
8033source = "registry+https://github.com/rust-lang/crates.io-index"
8034checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
8035dependencies = [
8036 "memchr",
8037 "thiserror",
8038 "ucd-trie",
8039]
8040
8041[[package]]
8042name = "pest_derive"
8043version = "2.7.11"
8044source = "registry+https://github.com/rust-lang/crates.io-index"
8045checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
8046dependencies = [
8047 "pest",
8048 "pest_generator",
8049]
8050
8051[[package]]
8052name = "pest_generator"
8053version = "2.7.11"
8054source = "registry+https://github.com/rust-lang/crates.io-index"
8055checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
8056dependencies = [
8057 "pest",
8058 "pest_meta",
8059 "proc-macro2",
8060 "quote",
8061 "syn 2.0.76",
8062]
8063
8064[[package]]
8065name = "pest_meta"
8066version = "2.7.11"
8067source = "registry+https://github.com/rust-lang/crates.io-index"
8068checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
8069dependencies = [
8070 "once_cell",
8071 "pest",
8072 "sha2",
8073]
8074
8075[[package]]
8076name = "pet"
8077version = "0.1.0"
8078source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8079dependencies = [
8080 "clap",
8081 "env_logger 0.10.2",
8082 "lazy_static",
8083 "log",
8084 "msvc_spectre_libs",
8085 "pet-conda",
8086 "pet-core",
8087 "pet-env-var-path",
8088 "pet-fs",
8089 "pet-global-virtualenvs",
8090 "pet-homebrew",
8091 "pet-jsonrpc",
8092 "pet-linux-global-python",
8093 "pet-mac-commandlinetools",
8094 "pet-mac-python-org",
8095 "pet-mac-xcode",
8096 "pet-pipenv",
8097 "pet-poetry",
8098 "pet-pyenv",
8099 "pet-python-utils",
8100 "pet-reporter",
8101 "pet-telemetry",
8102 "pet-venv",
8103 "pet-virtualenv",
8104 "pet-virtualenvwrapper",
8105 "pet-windows-registry",
8106 "pet-windows-store",
8107 "serde",
8108 "serde_json",
8109]
8110
8111[[package]]
8112name = "pet-conda"
8113version = "0.1.0"
8114source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8115dependencies = [
8116 "env_logger 0.10.2",
8117 "lazy_static",
8118 "log",
8119 "msvc_spectre_libs",
8120 "pet-core",
8121 "pet-fs",
8122 "pet-python-utils",
8123 "pet-reporter",
8124 "regex",
8125 "serde",
8126 "serde_json",
8127 "yaml-rust2",
8128]
8129
8130[[package]]
8131name = "pet-core"
8132version = "0.1.0"
8133source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8134dependencies = [
8135 "clap",
8136 "lazy_static",
8137 "log",
8138 "msvc_spectre_libs",
8139 "pet-fs",
8140 "regex",
8141 "serde",
8142 "serde_json",
8143]
8144
8145[[package]]
8146name = "pet-env-var-path"
8147version = "0.1.0"
8148source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8149dependencies = [
8150 "lazy_static",
8151 "log",
8152 "msvc_spectre_libs",
8153 "pet-conda",
8154 "pet-core",
8155 "pet-fs",
8156 "pet-python-utils",
8157 "pet-virtualenv",
8158 "regex",
8159]
8160
8161[[package]]
8162name = "pet-fs"
8163version = "0.1.0"
8164source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8165dependencies = [
8166 "log",
8167 "msvc_spectre_libs",
8168]
8169
8170[[package]]
8171name = "pet-global-virtualenvs"
8172version = "0.1.0"
8173source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8174dependencies = [
8175 "log",
8176 "msvc_spectre_libs",
8177 "pet-conda",
8178 "pet-core",
8179 "pet-fs",
8180 "pet-virtualenv",
8181]
8182
8183[[package]]
8184name = "pet-homebrew"
8185version = "0.1.0"
8186source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8187dependencies = [
8188 "lazy_static",
8189 "log",
8190 "msvc_spectre_libs",
8191 "pet-conda",
8192 "pet-core",
8193 "pet-fs",
8194 "pet-python-utils",
8195 "pet-virtualenv",
8196 "regex",
8197 "serde",
8198 "serde_json",
8199]
8200
8201[[package]]
8202name = "pet-jsonrpc"
8203version = "0.1.0"
8204source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8205dependencies = [
8206 "env_logger 0.10.2",
8207 "log",
8208 "msvc_spectre_libs",
8209 "pet-core",
8210 "serde",
8211 "serde_json",
8212]
8213
8214[[package]]
8215name = "pet-linux-global-python"
8216version = "0.1.0"
8217source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8218dependencies = [
8219 "log",
8220 "msvc_spectre_libs",
8221 "pet-core",
8222 "pet-fs",
8223 "pet-python-utils",
8224 "pet-virtualenv",
8225]
8226
8227[[package]]
8228name = "pet-mac-commandlinetools"
8229version = "0.1.0"
8230source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8231dependencies = [
8232 "log",
8233 "msvc_spectre_libs",
8234 "pet-core",
8235 "pet-fs",
8236 "pet-python-utils",
8237 "pet-virtualenv",
8238]
8239
8240[[package]]
8241name = "pet-mac-python-org"
8242version = "0.1.0"
8243source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8244dependencies = [
8245 "log",
8246 "msvc_spectre_libs",
8247 "pet-core",
8248 "pet-fs",
8249 "pet-python-utils",
8250 "pet-virtualenv",
8251]
8252
8253[[package]]
8254name = "pet-mac-xcode"
8255version = "0.1.0"
8256source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8257dependencies = [
8258 "log",
8259 "msvc_spectre_libs",
8260 "pet-core",
8261 "pet-fs",
8262 "pet-python-utils",
8263 "pet-virtualenv",
8264]
8265
8266[[package]]
8267name = "pet-pipenv"
8268version = "0.1.0"
8269source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8270dependencies = [
8271 "log",
8272 "msvc_spectre_libs",
8273 "pet-core",
8274 "pet-fs",
8275 "pet-python-utils",
8276 "pet-virtualenv",
8277]
8278
8279[[package]]
8280name = "pet-poetry"
8281version = "0.1.0"
8282source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8283dependencies = [
8284 "base64 0.22.1",
8285 "lazy_static",
8286 "log",
8287 "msvc_spectre_libs",
8288 "pet-core",
8289 "pet-fs",
8290 "pet-python-utils",
8291 "pet-reporter",
8292 "pet-virtualenv",
8293 "regex",
8294 "serde",
8295 "serde_json",
8296 "sha2",
8297 "toml 0.8.19",
8298]
8299
8300[[package]]
8301name = "pet-pyenv"
8302version = "0.1.0"
8303source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8304dependencies = [
8305 "lazy_static",
8306 "log",
8307 "msvc_spectre_libs",
8308 "pet-conda",
8309 "pet-core",
8310 "pet-fs",
8311 "pet-python-utils",
8312 "pet-reporter",
8313 "regex",
8314 "serde",
8315 "serde_json",
8316]
8317
8318[[package]]
8319name = "pet-python-utils"
8320version = "0.1.0"
8321source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8322dependencies = [
8323 "env_logger 0.10.2",
8324 "lazy_static",
8325 "log",
8326 "msvc_spectre_libs",
8327 "pet-core",
8328 "pet-fs",
8329 "regex",
8330 "serde",
8331 "serde_json",
8332 "sha2",
8333]
8334
8335[[package]]
8336name = "pet-reporter"
8337version = "0.1.0"
8338source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8339dependencies = [
8340 "env_logger 0.10.2",
8341 "log",
8342 "msvc_spectre_libs",
8343 "pet-core",
8344 "pet-jsonrpc",
8345 "serde",
8346 "serde_json",
8347]
8348
8349[[package]]
8350name = "pet-telemetry"
8351version = "0.1.0"
8352source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8353dependencies = [
8354 "env_logger 0.10.2",
8355 "lazy_static",
8356 "log",
8357 "msvc_spectre_libs",
8358 "pet-core",
8359 "pet-fs",
8360 "pet-python-utils",
8361 "regex",
8362]
8363
8364[[package]]
8365name = "pet-venv"
8366version = "0.1.0"
8367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8368dependencies = [
8369 "log",
8370 "msvc_spectre_libs",
8371 "pet-core",
8372 "pet-python-utils",
8373 "pet-virtualenv",
8374]
8375
8376[[package]]
8377name = "pet-virtualenv"
8378version = "0.1.0"
8379source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8380dependencies = [
8381 "log",
8382 "msvc_spectre_libs",
8383 "pet-core",
8384 "pet-fs",
8385 "pet-python-utils",
8386]
8387
8388[[package]]
8389name = "pet-virtualenvwrapper"
8390version = "0.1.0"
8391source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8392dependencies = [
8393 "log",
8394 "msvc_spectre_libs",
8395 "pet-core",
8396 "pet-fs",
8397 "pet-python-utils",
8398 "pet-virtualenv",
8399]
8400
8401[[package]]
8402name = "pet-windows-registry"
8403version = "0.1.0"
8404source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8405dependencies = [
8406 "lazy_static",
8407 "log",
8408 "msvc_spectre_libs",
8409 "pet-conda",
8410 "pet-core",
8411 "pet-fs",
8412 "pet-python-utils",
8413 "pet-virtualenv",
8414 "pet-windows-store",
8415 "regex",
8416 "winreg 0.52.0",
8417]
8418
8419[[package]]
8420name = "pet-windows-store"
8421version = "0.1.0"
8422source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8423dependencies = [
8424 "lazy_static",
8425 "log",
8426 "msvc_spectre_libs",
8427 "pet-core",
8428 "pet-fs",
8429 "pet-python-utils",
8430 "pet-virtualenv",
8431 "regex",
8432 "winreg 0.52.0",
8433]
8434
8435[[package]]
8436name = "petgraph"
8437version = "0.6.5"
8438source = "registry+https://github.com/rust-lang/crates.io-index"
8439checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
8440dependencies = [
8441 "fixedbitset",
8442 "indexmap 2.4.0",
8443]
8444
8445[[package]]
8446name = "phf"
8447version = "0.11.2"
8448source = "registry+https://github.com/rust-lang/crates.io-index"
8449checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
8450dependencies = [
8451 "phf_macros",
8452 "phf_shared 0.11.2",
8453]
8454
8455[[package]]
8456name = "phf_codegen"
8457version = "0.11.2"
8458source = "registry+https://github.com/rust-lang/crates.io-index"
8459checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
8460dependencies = [
8461 "phf_generator 0.11.2",
8462 "phf_shared 0.11.2",
8463]
8464
8465[[package]]
8466name = "phf_generator"
8467version = "0.10.0"
8468source = "registry+https://github.com/rust-lang/crates.io-index"
8469checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
8470dependencies = [
8471 "phf_shared 0.10.0",
8472 "rand 0.8.5",
8473]
8474
8475[[package]]
8476name = "phf_generator"
8477version = "0.11.2"
8478source = "registry+https://github.com/rust-lang/crates.io-index"
8479checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
8480dependencies = [
8481 "phf_shared 0.11.2",
8482 "rand 0.8.5",
8483]
8484
8485[[package]]
8486name = "phf_macros"
8487version = "0.11.2"
8488source = "registry+https://github.com/rust-lang/crates.io-index"
8489checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
8490dependencies = [
8491 "phf_generator 0.11.2",
8492 "phf_shared 0.11.2",
8493 "proc-macro2",
8494 "quote",
8495 "syn 2.0.76",
8496]
8497
8498[[package]]
8499name = "phf_shared"
8500version = "0.10.0"
8501source = "registry+https://github.com/rust-lang/crates.io-index"
8502checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
8503dependencies = [
8504 "siphasher 0.3.11",
8505]
8506
8507[[package]]
8508name = "phf_shared"
8509version = "0.11.2"
8510source = "registry+https://github.com/rust-lang/crates.io-index"
8511checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
8512dependencies = [
8513 "siphasher 0.3.11",
8514]
8515
8516[[package]]
8517name = "picker"
8518version = "0.1.0"
8519dependencies = [
8520 "anyhow",
8521 "ctor",
8522 "editor",
8523 "env_logger 0.11.5",
8524 "gpui",
8525 "menu",
8526 "serde",
8527 "serde_json",
8528 "ui",
8529 "workspace",
8530]
8531
8532[[package]]
8533name = "pico-args"
8534version = "0.5.0"
8535source = "registry+https://github.com/rust-lang/crates.io-index"
8536checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
8537
8538[[package]]
8539name = "pin-project"
8540version = "1.1.5"
8541source = "registry+https://github.com/rust-lang/crates.io-index"
8542checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
8543dependencies = [
8544 "pin-project-internal",
8545]
8546
8547[[package]]
8548name = "pin-project-internal"
8549version = "1.1.5"
8550source = "registry+https://github.com/rust-lang/crates.io-index"
8551checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
8552dependencies = [
8553 "proc-macro2",
8554 "quote",
8555 "syn 2.0.76",
8556]
8557
8558[[package]]
8559name = "pin-project-lite"
8560version = "0.2.14"
8561source = "registry+https://github.com/rust-lang/crates.io-index"
8562checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
8563
8564[[package]]
8565name = "pin-utils"
8566version = "0.1.0"
8567source = "registry+https://github.com/rust-lang/crates.io-index"
8568checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8569
8570[[package]]
8571name = "piper"
8572version = "0.2.4"
8573source = "registry+https://github.com/rust-lang/crates.io-index"
8574checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
8575dependencies = [
8576 "atomic-waker",
8577 "fastrand 2.1.1",
8578 "futures-io",
8579]
8580
8581[[package]]
8582name = "pkcs1"
8583version = "0.7.5"
8584source = "registry+https://github.com/rust-lang/crates.io-index"
8585checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8586dependencies = [
8587 "der 0.7.9",
8588 "pkcs8 0.10.2",
8589 "spki 0.7.3",
8590]
8591
8592[[package]]
8593name = "pkcs8"
8594version = "0.9.0"
8595source = "registry+https://github.com/rust-lang/crates.io-index"
8596checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
8597dependencies = [
8598 "der 0.6.1",
8599 "spki 0.6.0",
8600]
8601
8602[[package]]
8603name = "pkcs8"
8604version = "0.10.2"
8605source = "registry+https://github.com/rust-lang/crates.io-index"
8606checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8607dependencies = [
8608 "der 0.7.9",
8609 "spki 0.7.3",
8610]
8611
8612[[package]]
8613name = "pkg-config"
8614version = "0.3.30"
8615source = "registry+https://github.com/rust-lang/crates.io-index"
8616checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8617
8618[[package]]
8619name = "plist"
8620version = "1.7.0"
8621source = "registry+https://github.com/rust-lang/crates.io-index"
8622checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8623dependencies = [
8624 "base64 0.22.1",
8625 "indexmap 2.4.0",
8626 "quick-xml 0.32.0",
8627 "serde",
8628 "time",
8629]
8630
8631[[package]]
8632name = "plotters"
8633version = "0.3.6"
8634source = "registry+https://github.com/rust-lang/crates.io-index"
8635checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8636dependencies = [
8637 "num-traits",
8638 "plotters-backend",
8639 "plotters-svg",
8640 "wasm-bindgen",
8641 "web-sys",
8642]
8643
8644[[package]]
8645name = "plotters-backend"
8646version = "0.3.6"
8647source = "registry+https://github.com/rust-lang/crates.io-index"
8648checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
8649
8650[[package]]
8651name = "plotters-svg"
8652version = "0.3.6"
8653source = "registry+https://github.com/rust-lang/crates.io-index"
8654checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
8655dependencies = [
8656 "plotters-backend",
8657]
8658
8659[[package]]
8660name = "png"
8661version = "0.17.13"
8662source = "registry+https://github.com/rust-lang/crates.io-index"
8663checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
8664dependencies = [
8665 "bitflags 1.3.2",
8666 "crc32fast",
8667 "fdeflate",
8668 "flate2",
8669 "miniz_oxide 0.7.4",
8670]
8671
8672[[package]]
8673name = "polling"
8674version = "2.8.0"
8675source = "registry+https://github.com/rust-lang/crates.io-index"
8676checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8677dependencies = [
8678 "autocfg",
8679 "bitflags 1.3.2",
8680 "cfg-if",
8681 "concurrent-queue",
8682 "libc",
8683 "log",
8684 "pin-project-lite",
8685 "windows-sys 0.48.0",
8686]
8687
8688[[package]]
8689name = "polling"
8690version = "3.7.3"
8691source = "registry+https://github.com/rust-lang/crates.io-index"
8692checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
8693dependencies = [
8694 "cfg-if",
8695 "concurrent-queue",
8696 "hermit-abi 0.4.0",
8697 "pin-project-lite",
8698 "rustix 0.38.35",
8699 "tracing",
8700 "windows-sys 0.59.0",
8701]
8702
8703[[package]]
8704name = "pollster"
8705version = "0.2.5"
8706source = "registry+https://github.com/rust-lang/crates.io-index"
8707checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
8708
8709[[package]]
8710name = "postage"
8711version = "0.5.0"
8712source = "registry+https://github.com/rust-lang/crates.io-index"
8713checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
8714dependencies = [
8715 "atomic",
8716 "crossbeam-queue",
8717 "futures 0.3.30",
8718 "log",
8719 "parking_lot",
8720 "pin-project",
8721 "pollster",
8722 "static_assertions",
8723 "thiserror",
8724]
8725
8726[[package]]
8727name = "postcard"
8728version = "1.0.10"
8729source = "registry+https://github.com/rust-lang/crates.io-index"
8730checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
8731dependencies = [
8732 "cobs",
8733 "embedded-io 0.4.0",
8734 "embedded-io 0.6.1",
8735 "serde",
8736]
8737
8738[[package]]
8739name = "powerfmt"
8740version = "0.2.0"
8741source = "registry+https://github.com/rust-lang/crates.io-index"
8742checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8743
8744[[package]]
8745name = "ppv-lite86"
8746version = "0.2.20"
8747source = "registry+https://github.com/rust-lang/crates.io-index"
8748checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
8749dependencies = [
8750 "zerocopy",
8751]
8752
8753[[package]]
8754name = "precomputed-hash"
8755version = "0.1.1"
8756source = "registry+https://github.com/rust-lang/crates.io-index"
8757checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8758
8759[[package]]
8760name = "prettier"
8761version = "0.1.0"
8762dependencies = [
8763 "anyhow",
8764 "collections",
8765 "fs",
8766 "gpui",
8767 "language",
8768 "log",
8769 "lsp",
8770 "node_runtime",
8771 "parking_lot",
8772 "paths",
8773 "serde",
8774 "serde_json",
8775 "util",
8776]
8777
8778[[package]]
8779name = "pretty_assertions"
8780version = "1.4.1"
8781source = "registry+https://github.com/rust-lang/crates.io-index"
8782checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
8783dependencies = [
8784 "diff",
8785 "yansi",
8786]
8787
8788[[package]]
8789name = "prettyplease"
8790version = "0.2.22"
8791source = "registry+https://github.com/rust-lang/crates.io-index"
8792checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
8793dependencies = [
8794 "proc-macro2",
8795 "syn 2.0.76",
8796]
8797
8798[[package]]
8799name = "proc-macro-crate"
8800version = "3.2.0"
8801source = "registry+https://github.com/rust-lang/crates.io-index"
8802checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
8803dependencies = [
8804 "toml_edit 0.22.20",
8805]
8806
8807[[package]]
8808name = "proc-macro-error"
8809version = "1.0.4"
8810source = "registry+https://github.com/rust-lang/crates.io-index"
8811checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8812dependencies = [
8813 "proc-macro-error-attr",
8814 "proc-macro2",
8815 "quote",
8816 "syn 1.0.109",
8817 "version_check",
8818]
8819
8820[[package]]
8821name = "proc-macro-error-attr"
8822version = "1.0.4"
8823source = "registry+https://github.com/rust-lang/crates.io-index"
8824checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8825dependencies = [
8826 "proc-macro2",
8827 "quote",
8828 "version_check",
8829]
8830
8831[[package]]
8832name = "proc-macro2"
8833version = "1.0.89"
8834source = "registry+https://github.com/rust-lang/crates.io-index"
8835checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
8836dependencies = [
8837 "unicode-ident",
8838]
8839
8840[[package]]
8841name = "profiling"
8842version = "1.0.16"
8843source = "registry+https://github.com/rust-lang/crates.io-index"
8844checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
8845dependencies = [
8846 "profiling-procmacros",
8847]
8848
8849[[package]]
8850name = "profiling-procmacros"
8851version = "1.0.16"
8852source = "registry+https://github.com/rust-lang/crates.io-index"
8853checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
8854dependencies = [
8855 "quote",
8856 "syn 2.0.76",
8857]
8858
8859[[package]]
8860name = "project"
8861version = "0.1.0"
8862dependencies = [
8863 "aho-corasick",
8864 "anyhow",
8865 "async-trait",
8866 "client",
8867 "clock",
8868 "collections",
8869 "env_logger 0.11.5",
8870 "fs",
8871 "futures 0.3.30",
8872 "fuzzy",
8873 "git",
8874 "git2",
8875 "globset",
8876 "gpui",
8877 "http_client",
8878 "itertools 0.13.0",
8879 "language",
8880 "log",
8881 "lsp",
8882 "node_runtime",
8883 "parking_lot",
8884 "pathdiff",
8885 "paths",
8886 "postage",
8887 "prettier",
8888 "pretty_assertions",
8889 "rand 0.8.5",
8890 "regex",
8891 "release_channel",
8892 "remote",
8893 "rpc",
8894 "schemars",
8895 "serde",
8896 "serde_json",
8897 "settings",
8898 "sha2",
8899 "shellexpand 2.1.2",
8900 "shlex",
8901 "similar",
8902 "smol",
8903 "snippet",
8904 "snippet_provider",
8905 "task",
8906 "tempfile",
8907 "terminal",
8908 "text",
8909 "unindent",
8910 "url",
8911 "util",
8912 "which 6.0.3",
8913 "windows 0.58.0",
8914 "worktree",
8915]
8916
8917[[package]]
8918name = "project_panel"
8919version = "0.1.0"
8920dependencies = [
8921 "anyhow",
8922 "client",
8923 "collections",
8924 "db",
8925 "editor",
8926 "file_icons",
8927 "git",
8928 "gpui",
8929 "indexmap 1.9.3",
8930 "language",
8931 "menu",
8932 "pretty_assertions",
8933 "project",
8934 "schemars",
8935 "search",
8936 "serde",
8937 "serde_derive",
8938 "serde_json",
8939 "settings",
8940 "smallvec",
8941 "theme",
8942 "ui",
8943 "util",
8944 "workspace",
8945 "worktree",
8946]
8947
8948[[package]]
8949name = "project_symbols"
8950version = "0.1.0"
8951dependencies = [
8952 "anyhow",
8953 "editor",
8954 "futures 0.3.30",
8955 "fuzzy",
8956 "gpui",
8957 "language",
8958 "lsp",
8959 "ordered-float 2.10.1",
8960 "picker",
8961 "project",
8962 "release_channel",
8963 "serde_json",
8964 "settings",
8965 "theme",
8966 "util",
8967 "workspace",
8968]
8969
8970[[package]]
8971name = "prometheus"
8972version = "0.13.4"
8973source = "registry+https://github.com/rust-lang/crates.io-index"
8974checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
8975dependencies = [
8976 "cfg-if",
8977 "fnv",
8978 "lazy_static",
8979 "memchr",
8980 "parking_lot",
8981 "protobuf",
8982 "thiserror",
8983]
8984
8985[[package]]
8986name = "prost"
8987version = "0.9.0"
8988source = "registry+https://github.com/rust-lang/crates.io-index"
8989checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
8990dependencies = [
8991 "bytes 1.7.2",
8992 "prost-derive",
8993]
8994
8995[[package]]
8996name = "prost-build"
8997version = "0.9.0"
8998source = "registry+https://github.com/rust-lang/crates.io-index"
8999checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9000dependencies = [
9001 "bytes 1.7.2",
9002 "heck 0.3.3",
9003 "itertools 0.10.5",
9004 "lazy_static",
9005 "log",
9006 "multimap",
9007 "petgraph",
9008 "prost",
9009 "prost-types",
9010 "regex",
9011 "tempfile",
9012 "which 4.4.2",
9013]
9014
9015[[package]]
9016name = "prost-derive"
9017version = "0.9.0"
9018source = "registry+https://github.com/rust-lang/crates.io-index"
9019checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9020dependencies = [
9021 "anyhow",
9022 "itertools 0.10.5",
9023 "proc-macro2",
9024 "quote",
9025 "syn 1.0.109",
9026]
9027
9028[[package]]
9029name = "prost-types"
9030version = "0.9.0"
9031source = "registry+https://github.com/rust-lang/crates.io-index"
9032checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9033dependencies = [
9034 "bytes 1.7.2",
9035 "prost",
9036]
9037
9038[[package]]
9039name = "proto"
9040version = "0.1.0"
9041dependencies = [
9042 "anyhow",
9043 "collections",
9044 "prost",
9045 "prost-build",
9046 "serde",
9047]
9048
9049[[package]]
9050name = "protobuf"
9051version = "2.28.0"
9052source = "registry+https://github.com/rust-lang/crates.io-index"
9053checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9054
9055[[package]]
9056name = "psm"
9057version = "0.1.21"
9058source = "registry+https://github.com/rust-lang/crates.io-index"
9059checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
9060dependencies = [
9061 "cc",
9062]
9063
9064[[package]]
9065name = "ptr_meta"
9066version = "0.1.4"
9067source = "registry+https://github.com/rust-lang/crates.io-index"
9068checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9069dependencies = [
9070 "ptr_meta_derive",
9071]
9072
9073[[package]]
9074name = "ptr_meta_derive"
9075version = "0.1.4"
9076source = "registry+https://github.com/rust-lang/crates.io-index"
9077checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9078dependencies = [
9079 "proc-macro2",
9080 "quote",
9081 "syn 1.0.109",
9082]
9083
9084[[package]]
9085name = "pulldown-cmark"
9086version = "0.10.3"
9087source = "registry+https://github.com/rust-lang/crates.io-index"
9088checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9089dependencies = [
9090 "bitflags 2.6.0",
9091 "memchr",
9092 "pulldown-cmark-escape",
9093 "unicase",
9094]
9095
9096[[package]]
9097name = "pulldown-cmark"
9098version = "0.12.1"
9099source = "registry+https://github.com/rust-lang/crates.io-index"
9100checksum = "666f0f59e259aea2d72e6012290c09877a780935cc3c18b1ceded41f3890d59c"
9101dependencies = [
9102 "bitflags 2.6.0",
9103 "memchr",
9104 "unicase",
9105]
9106
9107[[package]]
9108name = "pulldown-cmark-escape"
9109version = "0.10.1"
9110source = "registry+https://github.com/rust-lang/crates.io-index"
9111checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9112
9113[[package]]
9114name = "qoi"
9115version = "0.4.1"
9116source = "registry+https://github.com/rust-lang/crates.io-index"
9117checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9118dependencies = [
9119 "bytemuck",
9120]
9121
9122[[package]]
9123name = "quick-error"
9124version = "2.0.1"
9125source = "registry+https://github.com/rust-lang/crates.io-index"
9126checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
9127
9128[[package]]
9129name = "quick-xml"
9130version = "0.32.0"
9131source = "registry+https://github.com/rust-lang/crates.io-index"
9132checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
9133dependencies = [
9134 "memchr",
9135]
9136
9137[[package]]
9138name = "quick-xml"
9139version = "0.34.0"
9140source = "registry+https://github.com/rust-lang/crates.io-index"
9141checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
9142dependencies = [
9143 "memchr",
9144]
9145
9146[[package]]
9147name = "quick_action_bar"
9148version = "0.1.0"
9149dependencies = [
9150 "assistant",
9151 "editor",
9152 "gpui",
9153 "markdown_preview",
9154 "repl",
9155 "search",
9156 "settings",
9157 "ui",
9158 "util",
9159 "workspace",
9160 "zed_actions",
9161]
9162
9163[[package]]
9164name = "quinn"
9165version = "0.11.5"
9166source = "registry+https://github.com/rust-lang/crates.io-index"
9167checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
9168dependencies = [
9169 "bytes 1.7.2",
9170 "pin-project-lite",
9171 "quinn-proto",
9172 "quinn-udp",
9173 "rustc-hash 2.0.0",
9174 "rustls 0.23.13",
9175 "socket2 0.5.7",
9176 "thiserror",
9177 "tokio",
9178 "tracing",
9179]
9180
9181[[package]]
9182name = "quinn-proto"
9183version = "0.11.8"
9184source = "registry+https://github.com/rust-lang/crates.io-index"
9185checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
9186dependencies = [
9187 "bytes 1.7.2",
9188 "rand 0.8.5",
9189 "ring 0.17.8",
9190 "rustc-hash 2.0.0",
9191 "rustls 0.23.13",
9192 "slab",
9193 "thiserror",
9194 "tinyvec",
9195 "tracing",
9196]
9197
9198[[package]]
9199name = "quinn-udp"
9200version = "0.5.5"
9201source = "registry+https://github.com/rust-lang/crates.io-index"
9202checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
9203dependencies = [
9204 "libc",
9205 "once_cell",
9206 "socket2 0.5.7",
9207 "tracing",
9208 "windows-sys 0.59.0",
9209]
9210
9211[[package]]
9212name = "quote"
9213version = "1.0.37"
9214source = "registry+https://github.com/rust-lang/crates.io-index"
9215checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
9216dependencies = [
9217 "proc-macro2",
9218]
9219
9220[[package]]
9221name = "radium"
9222version = "0.7.0"
9223source = "registry+https://github.com/rust-lang/crates.io-index"
9224checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
9225
9226[[package]]
9227name = "rand"
9228version = "0.7.3"
9229source = "registry+https://github.com/rust-lang/crates.io-index"
9230checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
9231dependencies = [
9232 "getrandom 0.1.16",
9233 "libc",
9234 "rand_chacha 0.2.2",
9235 "rand_core 0.5.1",
9236 "rand_hc",
9237]
9238
9239[[package]]
9240name = "rand"
9241version = "0.8.5"
9242source = "registry+https://github.com/rust-lang/crates.io-index"
9243checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
9244dependencies = [
9245 "libc",
9246 "rand_chacha 0.3.1",
9247 "rand_core 0.6.4",
9248]
9249
9250[[package]]
9251name = "rand_chacha"
9252version = "0.2.2"
9253source = "registry+https://github.com/rust-lang/crates.io-index"
9254checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
9255dependencies = [
9256 "ppv-lite86",
9257 "rand_core 0.5.1",
9258]
9259
9260[[package]]
9261name = "rand_chacha"
9262version = "0.3.1"
9263source = "registry+https://github.com/rust-lang/crates.io-index"
9264checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
9265dependencies = [
9266 "ppv-lite86",
9267 "rand_core 0.6.4",
9268]
9269
9270[[package]]
9271name = "rand_core"
9272version = "0.5.1"
9273source = "registry+https://github.com/rust-lang/crates.io-index"
9274checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
9275dependencies = [
9276 "getrandom 0.1.16",
9277]
9278
9279[[package]]
9280name = "rand_core"
9281version = "0.6.4"
9282source = "registry+https://github.com/rust-lang/crates.io-index"
9283checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
9284dependencies = [
9285 "getrandom 0.2.15",
9286]
9287
9288[[package]]
9289name = "rand_hc"
9290version = "0.2.0"
9291source = "registry+https://github.com/rust-lang/crates.io-index"
9292checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
9293dependencies = [
9294 "rand_core 0.5.1",
9295]
9296
9297[[package]]
9298name = "rangemap"
9299version = "1.5.1"
9300source = "registry+https://github.com/rust-lang/crates.io-index"
9301checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
9302
9303[[package]]
9304name = "rav1e"
9305version = "0.7.1"
9306source = "registry+https://github.com/rust-lang/crates.io-index"
9307checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
9308dependencies = [
9309 "arbitrary",
9310 "arg_enum_proc_macro",
9311 "arrayvec",
9312 "av1-grain",
9313 "bitstream-io",
9314 "built",
9315 "cfg-if",
9316 "interpolate_name",
9317 "itertools 0.12.1",
9318 "libc",
9319 "libfuzzer-sys",
9320 "log",
9321 "maybe-rayon",
9322 "new_debug_unreachable",
9323 "noop_proc_macro",
9324 "num-derive",
9325 "num-traits",
9326 "once_cell",
9327 "paste",
9328 "profiling",
9329 "rand 0.8.5",
9330 "rand_chacha 0.3.1",
9331 "simd_helpers",
9332 "system-deps",
9333 "thiserror",
9334 "v_frame",
9335 "wasm-bindgen",
9336]
9337
9338[[package]]
9339name = "ravif"
9340version = "0.11.10"
9341source = "registry+https://github.com/rust-lang/crates.io-index"
9342checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
9343dependencies = [
9344 "avif-serialize",
9345 "imgref",
9346 "loop9",
9347 "quick-error",
9348 "rav1e",
9349 "rgb",
9350]
9351
9352[[package]]
9353name = "raw-window-handle"
9354version = "0.6.2"
9355source = "registry+https://github.com/rust-lang/crates.io-index"
9356checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
9357
9358[[package]]
9359name = "raw-window-metal"
9360version = "0.4.0"
9361source = "registry+https://github.com/rust-lang/crates.io-index"
9362checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
9363dependencies = [
9364 "cocoa 0.25.0",
9365 "core-graphics 0.23.2",
9366 "objc",
9367 "raw-window-handle",
9368]
9369
9370[[package]]
9371name = "rayon"
9372version = "1.10.0"
9373source = "registry+https://github.com/rust-lang/crates.io-index"
9374checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
9375dependencies = [
9376 "either",
9377 "rayon-core",
9378]
9379
9380[[package]]
9381name = "rayon-core"
9382version = "1.12.1"
9383source = "registry+https://github.com/rust-lang/crates.io-index"
9384checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
9385dependencies = [
9386 "crossbeam-deque",
9387 "crossbeam-utils",
9388]
9389
9390[[package]]
9391name = "read-fonts"
9392version = "0.20.0"
9393source = "registry+https://github.com/rust-lang/crates.io-index"
9394checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
9395dependencies = [
9396 "bytemuck",
9397 "font-types",
9398]
9399
9400[[package]]
9401name = "recent_projects"
9402version = "0.1.0"
9403dependencies = [
9404 "anyhow",
9405 "auto_update",
9406 "editor",
9407 "file_finder",
9408 "futures 0.3.30",
9409 "fuzzy",
9410 "gpui",
9411 "itertools 0.13.0",
9412 "language",
9413 "log",
9414 "markdown",
9415 "menu",
9416 "ordered-float 2.10.1",
9417 "paths",
9418 "picker",
9419 "project",
9420 "release_channel",
9421 "remote",
9422 "schemars",
9423 "serde",
9424 "serde_json",
9425 "settings",
9426 "smol",
9427 "task",
9428 "theme",
9429 "ui",
9430 "util",
9431 "workspace",
9432]
9433
9434[[package]]
9435name = "redox_syscall"
9436version = "0.2.16"
9437source = "registry+https://github.com/rust-lang/crates.io-index"
9438checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
9439dependencies = [
9440 "bitflags 1.3.2",
9441]
9442
9443[[package]]
9444name = "redox_syscall"
9445version = "0.4.1"
9446source = "registry+https://github.com/rust-lang/crates.io-index"
9447checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
9448dependencies = [
9449 "bitflags 1.3.2",
9450]
9451
9452[[package]]
9453name = "redox_syscall"
9454version = "0.5.3"
9455source = "registry+https://github.com/rust-lang/crates.io-index"
9456checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
9457dependencies = [
9458 "bitflags 2.6.0",
9459]
9460
9461[[package]]
9462name = "redox_users"
9463version = "0.4.6"
9464source = "registry+https://github.com/rust-lang/crates.io-index"
9465checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
9466dependencies = [
9467 "getrandom 0.2.15",
9468 "libredox",
9469 "thiserror",
9470]
9471
9472[[package]]
9473name = "refineable"
9474version = "0.1.0"
9475dependencies = [
9476 "derive_refineable",
9477]
9478
9479[[package]]
9480name = "regalloc2"
9481version = "0.9.3"
9482source = "registry+https://github.com/rust-lang/crates.io-index"
9483checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
9484dependencies = [
9485 "hashbrown 0.13.2",
9486 "log",
9487 "rustc-hash 1.1.0",
9488 "slice-group-by",
9489 "smallvec",
9490]
9491
9492[[package]]
9493name = "regex"
9494version = "1.10.6"
9495source = "registry+https://github.com/rust-lang/crates.io-index"
9496checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
9497dependencies = [
9498 "aho-corasick",
9499 "memchr",
9500 "regex-automata 0.4.7",
9501 "regex-syntax 0.8.4",
9502]
9503
9504[[package]]
9505name = "regex-automata"
9506version = "0.1.10"
9507source = "registry+https://github.com/rust-lang/crates.io-index"
9508checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
9509dependencies = [
9510 "regex-syntax 0.6.29",
9511]
9512
9513[[package]]
9514name = "regex-automata"
9515version = "0.4.7"
9516source = "registry+https://github.com/rust-lang/crates.io-index"
9517checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
9518dependencies = [
9519 "aho-corasick",
9520 "memchr",
9521 "regex-syntax 0.8.4",
9522]
9523
9524[[package]]
9525name = "regex-lite"
9526version = "0.1.6"
9527source = "registry+https://github.com/rust-lang/crates.io-index"
9528checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
9529
9530[[package]]
9531name = "regex-syntax"
9532version = "0.6.29"
9533source = "registry+https://github.com/rust-lang/crates.io-index"
9534checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
9535
9536[[package]]
9537name = "regex-syntax"
9538version = "0.8.4"
9539source = "registry+https://github.com/rust-lang/crates.io-index"
9540checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
9541
9542[[package]]
9543name = "release_channel"
9544version = "0.1.0"
9545dependencies = [
9546 "gpui",
9547 "once_cell",
9548]
9549
9550[[package]]
9551name = "remote"
9552version = "0.1.0"
9553dependencies = [
9554 "anyhow",
9555 "async-trait",
9556 "collections",
9557 "fs",
9558 "futures 0.3.30",
9559 "gpui",
9560 "itertools 0.13.0",
9561 "log",
9562 "parking_lot",
9563 "prost",
9564 "release_channel",
9565 "rpc",
9566 "serde",
9567 "serde_json",
9568 "shlex",
9569 "smol",
9570 "tempfile",
9571 "thiserror",
9572 "util",
9573]
9574
9575[[package]]
9576name = "remote_server"
9577version = "0.1.0"
9578dependencies = [
9579 "anyhow",
9580 "async-watch",
9581 "backtrace",
9582 "cargo_toml",
9583 "chrono",
9584 "clap",
9585 "client",
9586 "clock",
9587 "env_logger 0.11.5",
9588 "fork",
9589 "fs",
9590 "futures 0.3.30",
9591 "git",
9592 "git_hosting_providers",
9593 "gpui",
9594 "http_client",
9595 "language",
9596 "languages",
9597 "libc",
9598 "log",
9599 "lsp",
9600 "node_runtime",
9601 "paths",
9602 "project",
9603 "proto",
9604 "release_channel",
9605 "remote",
9606 "reqwest_client",
9607 "rpc",
9608 "rust-embed",
9609 "serde",
9610 "serde_json",
9611 "settings",
9612 "shellexpand 2.1.2",
9613 "smol",
9614 "telemetry_events",
9615 "toml 0.8.19",
9616 "util",
9617 "worktree",
9618]
9619
9620[[package]]
9621name = "rend"
9622version = "0.4.2"
9623source = "registry+https://github.com/rust-lang/crates.io-index"
9624checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
9625dependencies = [
9626 "bytecheck",
9627]
9628
9629[[package]]
9630name = "repl"
9631version = "0.1.0"
9632dependencies = [
9633 "alacritty_terminal",
9634 "anyhow",
9635 "async-dispatcher",
9636 "base64 0.22.1",
9637 "client",
9638 "collections",
9639 "command_palette_hooks",
9640 "editor",
9641 "env_logger 0.11.5",
9642 "feature_flags",
9643 "futures 0.3.30",
9644 "gpui",
9645 "http_client",
9646 "image",
9647 "indoc",
9648 "language",
9649 "languages",
9650 "log",
9651 "markdown_preview",
9652 "menu",
9653 "multi_buffer",
9654 "nbformat",
9655 "project",
9656 "runtimelib",
9657 "schemars",
9658 "serde",
9659 "serde_json",
9660 "settings",
9661 "smol",
9662 "terminal",
9663 "terminal_view",
9664 "theme",
9665 "tree-sitter-md",
9666 "tree-sitter-python",
9667 "tree-sitter-typescript",
9668 "ui",
9669 "util",
9670 "uuid",
9671 "windows 0.58.0",
9672 "workspace",
9673]
9674
9675[[package]]
9676name = "reqwest"
9677version = "0.11.27"
9678source = "registry+https://github.com/rust-lang/crates.io-index"
9679checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9680dependencies = [
9681 "base64 0.21.7",
9682 "bytes 1.7.2",
9683 "encoding_rs",
9684 "futures-core",
9685 "futures-util",
9686 "h2 0.3.26",
9687 "http 0.2.12",
9688 "http-body 0.4.6",
9689 "hyper 0.14.31",
9690 "hyper-tls",
9691 "ipnet",
9692 "js-sys",
9693 "log",
9694 "mime",
9695 "native-tls",
9696 "once_cell",
9697 "percent-encoding",
9698 "pin-project-lite",
9699 "rustls-pemfile 1.0.4",
9700 "serde",
9701 "serde_json",
9702 "serde_urlencoded",
9703 "sync_wrapper 0.1.2",
9704 "system-configuration 0.5.1",
9705 "tokio",
9706 "tokio-native-tls",
9707 "tower-service",
9708 "url",
9709 "wasm-bindgen",
9710 "wasm-bindgen-futures",
9711 "web-sys",
9712 "winreg 0.50.0",
9713]
9714
9715[[package]]
9716name = "reqwest"
9717version = "0.12.8"
9718source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
9719dependencies = [
9720 "base64 0.22.1",
9721 "bytes 1.7.2",
9722 "encoding_rs",
9723 "futures-core",
9724 "futures-util",
9725 "h2 0.4.6",
9726 "http 1.1.0",
9727 "http-body 1.0.1",
9728 "http-body-util",
9729 "hyper 1.4.1",
9730 "hyper-rustls 0.27.3",
9731 "hyper-util",
9732 "ipnet",
9733 "js-sys",
9734 "log",
9735 "mime",
9736 "once_cell",
9737 "percent-encoding",
9738 "pin-project-lite",
9739 "quinn",
9740 "rustls 0.23.13",
9741 "rustls-native-certs 0.8.0",
9742 "rustls-pemfile 2.1.3",
9743 "rustls-pki-types",
9744 "serde",
9745 "serde_json",
9746 "serde_urlencoded",
9747 "sync_wrapper 1.0.1",
9748 "system-configuration 0.6.1",
9749 "tokio",
9750 "tokio-rustls 0.26.0",
9751 "tokio-socks",
9752 "tokio-util",
9753 "tower-service",
9754 "url",
9755 "wasm-bindgen",
9756 "wasm-bindgen-futures",
9757 "wasm-streams",
9758 "web-sys",
9759 "windows-registry",
9760]
9761
9762[[package]]
9763name = "reqwest_client"
9764version = "0.1.0"
9765dependencies = [
9766 "anyhow",
9767 "bytes 1.7.2",
9768 "futures 0.3.30",
9769 "gpui",
9770 "http_client",
9771 "log",
9772 "reqwest 0.12.8",
9773 "serde",
9774 "smol",
9775 "tokio",
9776]
9777
9778[[package]]
9779name = "resvg"
9780version = "0.41.0"
9781source = "registry+https://github.com/rust-lang/crates.io-index"
9782checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
9783dependencies = [
9784 "log",
9785 "pico-args",
9786 "rgb",
9787 "svgtypes",
9788 "tiny-skia",
9789 "usvg",
9790]
9791
9792[[package]]
9793name = "rfc6979"
9794version = "0.3.1"
9795source = "registry+https://github.com/rust-lang/crates.io-index"
9796checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9797dependencies = [
9798 "crypto-bigint 0.4.9",
9799 "hmac",
9800 "zeroize",
9801]
9802
9803[[package]]
9804name = "rgb"
9805version = "0.8.49"
9806source = "registry+https://github.com/rust-lang/crates.io-index"
9807checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
9808dependencies = [
9809 "bytemuck",
9810]
9811
9812[[package]]
9813name = "rich_text"
9814version = "0.1.0"
9815dependencies = [
9816 "futures 0.3.30",
9817 "gpui",
9818 "language",
9819 "linkify",
9820 "pulldown-cmark 0.12.1",
9821 "theme",
9822 "ui",
9823 "util",
9824]
9825
9826[[package]]
9827name = "ring"
9828version = "0.16.20"
9829source = "registry+https://github.com/rust-lang/crates.io-index"
9830checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
9831dependencies = [
9832 "cc",
9833 "libc",
9834 "once_cell",
9835 "spin 0.5.2",
9836 "untrusted 0.7.1",
9837 "web-sys",
9838 "winapi",
9839]
9840
9841[[package]]
9842name = "ring"
9843version = "0.17.8"
9844source = "registry+https://github.com/rust-lang/crates.io-index"
9845checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9846dependencies = [
9847 "cc",
9848 "cfg-if",
9849 "getrandom 0.2.15",
9850 "libc",
9851 "spin 0.9.8",
9852 "untrusted 0.9.0",
9853 "windows-sys 0.52.0",
9854]
9855
9856[[package]]
9857name = "rkyv"
9858version = "0.7.45"
9859source = "registry+https://github.com/rust-lang/crates.io-index"
9860checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9861dependencies = [
9862 "bitvec",
9863 "bytecheck",
9864 "bytes 1.7.2",
9865 "hashbrown 0.12.3",
9866 "ptr_meta",
9867 "rend",
9868 "rkyv_derive",
9869 "seahash",
9870 "tinyvec",
9871 "uuid",
9872]
9873
9874[[package]]
9875name = "rkyv_derive"
9876version = "0.7.45"
9877source = "registry+https://github.com/rust-lang/crates.io-index"
9878checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9879dependencies = [
9880 "proc-macro2",
9881 "quote",
9882 "syn 1.0.109",
9883]
9884
9885[[package]]
9886name = "rmp"
9887version = "0.8.14"
9888source = "registry+https://github.com/rust-lang/crates.io-index"
9889checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9890dependencies = [
9891 "byteorder",
9892 "num-traits",
9893 "paste",
9894]
9895
9896[[package]]
9897name = "rmpv"
9898version = "1.3.0"
9899source = "registry+https://github.com/rust-lang/crates.io-index"
9900checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9901dependencies = [
9902 "num-traits",
9903 "rmp",
9904]
9905
9906[[package]]
9907name = "rodio"
9908version = "0.19.0"
9909source = "registry+https://github.com/rust-lang/crates.io-index"
9910checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
9911dependencies = [
9912 "cpal",
9913 "hound",
9914 "thiserror",
9915]
9916
9917[[package]]
9918name = "rope"
9919version = "0.1.0"
9920dependencies = [
9921 "arrayvec",
9922 "criterion",
9923 "ctor",
9924 "env_logger 0.11.5",
9925 "gpui",
9926 "log",
9927 "rand 0.8.5",
9928 "rayon",
9929 "smallvec",
9930 "sum_tree",
9931 "unicode-segmentation",
9932 "util",
9933]
9934
9935[[package]]
9936name = "roxmltree"
9937version = "0.19.0"
9938source = "registry+https://github.com/rust-lang/crates.io-index"
9939checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
9940
9941[[package]]
9942name = "roxmltree"
9943version = "0.20.0"
9944source = "registry+https://github.com/rust-lang/crates.io-index"
9945checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9946
9947[[package]]
9948name = "rpc"
9949version = "0.1.0"
9950dependencies = [
9951 "anyhow",
9952 "async-tungstenite",
9953 "base64 0.22.1",
9954 "chrono",
9955 "collections",
9956 "env_logger 0.11.5",
9957 "futures 0.3.30",
9958 "gpui",
9959 "parking_lot",
9960 "proto",
9961 "rand 0.8.5",
9962 "rsa",
9963 "serde",
9964 "serde_json",
9965 "sha2",
9966 "strum 0.25.0",
9967 "tracing",
9968 "util",
9969 "zstd",
9970]
9971
9972[[package]]
9973name = "rsa"
9974version = "0.9.6"
9975source = "registry+https://github.com/rust-lang/crates.io-index"
9976checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
9977dependencies = [
9978 "const-oid",
9979 "digest",
9980 "num-bigint-dig",
9981 "num-integer",
9982 "num-traits",
9983 "pkcs1",
9984 "pkcs8 0.10.2",
9985 "rand_core 0.6.4",
9986 "signature 2.2.0",
9987 "spki 0.7.3",
9988 "subtle",
9989 "zeroize",
9990]
9991
9992[[package]]
9993name = "runtimelib"
9994version = "0.16.1"
9995source = "registry+https://github.com/rust-lang/crates.io-index"
9996checksum = "bc7fe3c17675445fe89de68d130be00b7115104924fbcf53a9b0a84b0283fc81"
9997dependencies = [
9998 "anyhow",
9999 "async-dispatcher",
10000 "async-std",
10001 "base64 0.22.1",
10002 "bytes 1.7.2",
10003 "chrono",
10004 "data-encoding",
10005 "dirs 5.0.1",
10006 "futures 0.3.30",
10007 "glob",
10008 "jupyter-serde",
10009 "rand 0.8.5",
10010 "ring 0.17.8",
10011 "serde",
10012 "serde_json",
10013 "shellexpand 3.1.0",
10014 "smol",
10015 "uuid",
10016 "zeromq",
10017]
10018
10019[[package]]
10020name = "rust-embed"
10021version = "8.5.0"
10022source = "registry+https://github.com/rust-lang/crates.io-index"
10023checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10024dependencies = [
10025 "rust-embed-impl",
10026 "rust-embed-utils",
10027 "walkdir",
10028]
10029
10030[[package]]
10031name = "rust-embed-impl"
10032version = "8.5.0"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10035dependencies = [
10036 "proc-macro2",
10037 "quote",
10038 "rust-embed-utils",
10039 "syn 2.0.76",
10040 "walkdir",
10041]
10042
10043[[package]]
10044name = "rust-embed-utils"
10045version = "8.5.0"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10048dependencies = [
10049 "globset",
10050 "sha2",
10051 "walkdir",
10052]
10053
10054[[package]]
10055name = "rust_decimal"
10056version = "1.36.0"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10059dependencies = [
10060 "arrayvec",
10061 "borsh",
10062 "bytes 1.7.2",
10063 "num-traits",
10064 "rand 0.8.5",
10065 "rkyv",
10066 "serde",
10067 "serde_json",
10068]
10069
10070[[package]]
10071name = "rustc-demangle"
10072version = "0.1.24"
10073source = "registry+https://github.com/rust-lang/crates.io-index"
10074checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10075
10076[[package]]
10077name = "rustc-hash"
10078version = "1.1.0"
10079source = "registry+https://github.com/rust-lang/crates.io-index"
10080checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10081
10082[[package]]
10083name = "rustc-hash"
10084version = "2.0.0"
10085source = "registry+https://github.com/rust-lang/crates.io-index"
10086checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
10087
10088[[package]]
10089name = "rustc_version"
10090version = "0.4.1"
10091source = "registry+https://github.com/rust-lang/crates.io-index"
10092checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10093dependencies = [
10094 "semver",
10095]
10096
10097[[package]]
10098name = "rustix"
10099version = "0.37.27"
10100source = "registry+https://github.com/rust-lang/crates.io-index"
10101checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
10102dependencies = [
10103 "bitflags 1.3.2",
10104 "errno 0.3.9",
10105 "io-lifetimes 1.0.11",
10106 "libc",
10107 "linux-raw-sys 0.3.8",
10108 "windows-sys 0.48.0",
10109]
10110
10111[[package]]
10112name = "rustix"
10113version = "0.38.35"
10114source = "registry+https://github.com/rust-lang/crates.io-index"
10115checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
10116dependencies = [
10117 "bitflags 2.6.0",
10118 "errno 0.3.9",
10119 "itoa",
10120 "libc",
10121 "linux-raw-sys 0.4.14",
10122 "once_cell",
10123 "windows-sys 0.52.0",
10124]
10125
10126[[package]]
10127name = "rustix-openpty"
10128version = "0.1.1"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10131dependencies = [
10132 "errno 0.3.9",
10133 "libc",
10134 "rustix 0.38.35",
10135]
10136
10137[[package]]
10138name = "rustls"
10139version = "0.20.9"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
10142dependencies = [
10143 "log",
10144 "ring 0.16.20",
10145 "sct",
10146 "webpki",
10147]
10148
10149[[package]]
10150name = "rustls"
10151version = "0.21.12"
10152source = "registry+https://github.com/rust-lang/crates.io-index"
10153checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10154dependencies = [
10155 "log",
10156 "ring 0.17.8",
10157 "rustls-webpki 0.101.7",
10158 "sct",
10159]
10160
10161[[package]]
10162name = "rustls"
10163version = "0.23.13"
10164source = "registry+https://github.com/rust-lang/crates.io-index"
10165checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
10166dependencies = [
10167 "once_cell",
10168 "ring 0.17.8",
10169 "rustls-pki-types",
10170 "rustls-webpki 0.102.8",
10171 "subtle",
10172 "zeroize",
10173]
10174
10175[[package]]
10176name = "rustls-native-certs"
10177version = "0.6.3"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
10180dependencies = [
10181 "openssl-probe",
10182 "rustls-pemfile 1.0.4",
10183 "schannel",
10184 "security-framework",
10185]
10186
10187[[package]]
10188name = "rustls-native-certs"
10189version = "0.8.0"
10190source = "registry+https://github.com/rust-lang/crates.io-index"
10191checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
10192dependencies = [
10193 "openssl-probe",
10194 "rustls-pemfile 2.1.3",
10195 "rustls-pki-types",
10196 "schannel",
10197 "security-framework",
10198]
10199
10200[[package]]
10201name = "rustls-pemfile"
10202version = "1.0.4"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
10205dependencies = [
10206 "base64 0.21.7",
10207]
10208
10209[[package]]
10210name = "rustls-pemfile"
10211version = "2.1.3"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
10214dependencies = [
10215 "base64 0.22.1",
10216 "rustls-pki-types",
10217]
10218
10219[[package]]
10220name = "rustls-pki-types"
10221version = "1.8.0"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
10224
10225[[package]]
10226name = "rustls-webpki"
10227version = "0.101.7"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
10230dependencies = [
10231 "ring 0.17.8",
10232 "untrusted 0.9.0",
10233]
10234
10235[[package]]
10236name = "rustls-webpki"
10237version = "0.102.8"
10238source = "registry+https://github.com/rust-lang/crates.io-index"
10239checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
10240dependencies = [
10241 "ring 0.17.8",
10242 "rustls-pki-types",
10243 "untrusted 0.9.0",
10244]
10245
10246[[package]]
10247name = "rustversion"
10248version = "1.0.17"
10249source = "registry+https://github.com/rust-lang/crates.io-index"
10250checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
10251
10252[[package]]
10253name = "rustybuzz"
10254version = "0.14.1"
10255source = "registry+https://github.com/rust-lang/crates.io-index"
10256checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
10257dependencies = [
10258 "bitflags 2.6.0",
10259 "bytemuck",
10260 "libm",
10261 "smallvec",
10262 "ttf-parser",
10263 "unicode-bidi-mirroring",
10264 "unicode-ccc",
10265 "unicode-properties",
10266 "unicode-script",
10267]
10268
10269[[package]]
10270name = "ryu"
10271version = "1.0.18"
10272source = "registry+https://github.com/rust-lang/crates.io-index"
10273checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
10274
10275[[package]]
10276name = "salsa20"
10277version = "0.10.2"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
10280dependencies = [
10281 "cipher",
10282]
10283
10284[[package]]
10285name = "same-file"
10286version = "1.0.6"
10287source = "registry+https://github.com/rust-lang/crates.io-index"
10288checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
10289dependencies = [
10290 "winapi-util",
10291]
10292
10293[[package]]
10294name = "schannel"
10295version = "0.1.23"
10296source = "registry+https://github.com/rust-lang/crates.io-index"
10297checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
10298dependencies = [
10299 "windows-sys 0.52.0",
10300]
10301
10302[[package]]
10303name = "schemars"
10304version = "0.8.21"
10305source = "registry+https://github.com/rust-lang/crates.io-index"
10306checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
10307dependencies = [
10308 "dyn-clone",
10309 "indexmap 1.9.3",
10310 "schemars_derive",
10311 "serde",
10312 "serde_json",
10313]
10314
10315[[package]]
10316name = "schemars_derive"
10317version = "0.8.21"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
10320dependencies = [
10321 "proc-macro2",
10322 "quote",
10323 "serde_derive_internals 0.29.1",
10324 "syn 2.0.76",
10325]
10326
10327[[package]]
10328name = "scoped-tls"
10329version = "1.0.1"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
10332
10333[[package]]
10334name = "scopeguard"
10335version = "1.2.0"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
10338
10339[[package]]
10340name = "scrypt"
10341version = "0.11.0"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
10344dependencies = [
10345 "password-hash",
10346 "pbkdf2",
10347 "salsa20",
10348 "sha2",
10349]
10350
10351[[package]]
10352name = "sct"
10353version = "0.7.1"
10354source = "registry+https://github.com/rust-lang/crates.io-index"
10355checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
10356dependencies = [
10357 "ring 0.17.8",
10358 "untrusted 0.9.0",
10359]
10360
10361[[package]]
10362name = "sea-bae"
10363version = "0.2.0"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
10366dependencies = [
10367 "heck 0.4.1",
10368 "proc-macro-error",
10369 "proc-macro2",
10370 "quote",
10371 "syn 2.0.76",
10372]
10373
10374[[package]]
10375name = "sea-orm"
10376version = "1.1.0-rc.1"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
10379dependencies = [
10380 "async-stream",
10381 "async-trait",
10382 "bigdecimal",
10383 "chrono",
10384 "futures 0.3.30",
10385 "log",
10386 "ouroboros",
10387 "rust_decimal",
10388 "sea-orm-macros",
10389 "sea-query",
10390 "sea-query-binder",
10391 "serde",
10392 "serde_json",
10393 "sqlx",
10394 "strum 0.26.3",
10395 "thiserror",
10396 "time",
10397 "tracing",
10398 "url",
10399 "uuid",
10400]
10401
10402[[package]]
10403name = "sea-orm-macros"
10404version = "1.1.0-rc.1"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
10407dependencies = [
10408 "heck 0.4.1",
10409 "proc-macro2",
10410 "quote",
10411 "sea-bae",
10412 "syn 2.0.76",
10413 "unicode-ident",
10414]
10415
10416[[package]]
10417name = "sea-query"
10418version = "0.32.0-rc.1"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
10421dependencies = [
10422 "bigdecimal",
10423 "chrono",
10424 "educe",
10425 "inherent",
10426 "ordered-float 3.9.2",
10427 "rust_decimal",
10428 "serde_json",
10429 "time",
10430 "uuid",
10431]
10432
10433[[package]]
10434name = "sea-query-binder"
10435version = "0.7.0-rc.1"
10436source = "registry+https://github.com/rust-lang/crates.io-index"
10437checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
10438dependencies = [
10439 "bigdecimal",
10440 "chrono",
10441 "rust_decimal",
10442 "sea-query",
10443 "serde_json",
10444 "sqlx",
10445 "time",
10446 "uuid",
10447]
10448
10449[[package]]
10450name = "seahash"
10451version = "4.1.0"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
10454
10455[[package]]
10456name = "sealed"
10457version = "0.4.0"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
10460dependencies = [
10461 "heck 0.3.3",
10462 "proc-macro2",
10463 "quote",
10464 "syn 1.0.109",
10465]
10466
10467[[package]]
10468name = "search"
10469version = "0.1.0"
10470dependencies = [
10471 "any_vec",
10472 "anyhow",
10473 "bitflags 2.6.0",
10474 "client",
10475 "collections",
10476 "editor",
10477 "futures 0.3.30",
10478 "gpui",
10479 "language",
10480 "menu",
10481 "project",
10482 "serde",
10483 "serde_json",
10484 "settings",
10485 "smol",
10486 "theme",
10487 "ui",
10488 "unindent",
10489 "util",
10490 "workspace",
10491]
10492
10493[[package]]
10494name = "sec1"
10495version = "0.3.0"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
10498dependencies = [
10499 "base16ct",
10500 "der 0.6.1",
10501 "generic-array",
10502 "pkcs8 0.9.0",
10503 "subtle",
10504 "zeroize",
10505]
10506
10507[[package]]
10508name = "security-framework"
10509version = "2.11.1"
10510source = "registry+https://github.com/rust-lang/crates.io-index"
10511checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
10512dependencies = [
10513 "bitflags 2.6.0",
10514 "core-foundation 0.9.4",
10515 "core-foundation-sys",
10516 "libc",
10517 "security-framework-sys",
10518]
10519
10520[[package]]
10521name = "security-framework-sys"
10522version = "2.11.1"
10523source = "registry+https://github.com/rust-lang/crates.io-index"
10524checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
10525dependencies = [
10526 "core-foundation-sys",
10527 "libc",
10528]
10529
10530[[package]]
10531name = "self_cell"
10532version = "1.0.4"
10533source = "registry+https://github.com/rust-lang/crates.io-index"
10534checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
10535
10536[[package]]
10537name = "semantic_index"
10538version = "0.1.0"
10539dependencies = [
10540 "anyhow",
10541 "arrayvec",
10542 "blake3",
10543 "client",
10544 "clock",
10545 "collections",
10546 "env_logger 0.11.5",
10547 "feature_flags",
10548 "fs",
10549 "futures 0.3.30",
10550 "futures-batch",
10551 "gpui",
10552 "heed",
10553 "http_client",
10554 "language",
10555 "language_model",
10556 "languages",
10557 "log",
10558 "open_ai",
10559 "parking_lot",
10560 "project",
10561 "reqwest_client",
10562 "serde",
10563 "serde_json",
10564 "settings",
10565 "sha2",
10566 "smol",
10567 "tempfile",
10568 "theme",
10569 "tree-sitter",
10570 "ui",
10571 "unindent",
10572 "util",
10573 "workspace",
10574 "worktree",
10575]
10576
10577[[package]]
10578name = "semantic_version"
10579version = "0.1.0"
10580dependencies = [
10581 "anyhow",
10582 "serde",
10583]
10584
10585[[package]]
10586name = "semver"
10587version = "1.0.23"
10588source = "registry+https://github.com/rust-lang/crates.io-index"
10589checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
10590dependencies = [
10591 "serde",
10592]
10593
10594[[package]]
10595name = "serde"
10596version = "1.0.209"
10597source = "registry+https://github.com/rust-lang/crates.io-index"
10598checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
10599dependencies = [
10600 "serde_derive",
10601]
10602
10603[[package]]
10604name = "serde_derive"
10605version = "1.0.209"
10606source = "registry+https://github.com/rust-lang/crates.io-index"
10607checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
10608dependencies = [
10609 "proc-macro2",
10610 "quote",
10611 "syn 2.0.76",
10612]
10613
10614[[package]]
10615name = "serde_derive_internals"
10616version = "0.26.0"
10617source = "registry+https://github.com/rust-lang/crates.io-index"
10618checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
10619dependencies = [
10620 "proc-macro2",
10621 "quote",
10622 "syn 1.0.109",
10623]
10624
10625[[package]]
10626name = "serde_derive_internals"
10627version = "0.29.1"
10628source = "registry+https://github.com/rust-lang/crates.io-index"
10629checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
10630dependencies = [
10631 "proc-macro2",
10632 "quote",
10633 "syn 2.0.76",
10634]
10635
10636[[package]]
10637name = "serde_fmt"
10638version = "1.0.3"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
10641dependencies = [
10642 "serde",
10643]
10644
10645[[package]]
10646name = "serde_json"
10647version = "1.0.128"
10648source = "registry+https://github.com/rust-lang/crates.io-index"
10649checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
10650dependencies = [
10651 "indexmap 2.4.0",
10652 "itoa",
10653 "memchr",
10654 "ryu",
10655 "serde",
10656]
10657
10658[[package]]
10659name = "serde_json_lenient"
10660version = "0.2.1"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
10663dependencies = [
10664 "indexmap 2.4.0",
10665 "itoa",
10666 "ryu",
10667 "serde",
10668]
10669
10670[[package]]
10671name = "serde_path_to_error"
10672version = "0.1.16"
10673source = "registry+https://github.com/rust-lang/crates.io-index"
10674checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
10675dependencies = [
10676 "itoa",
10677 "serde",
10678]
10679
10680[[package]]
10681name = "serde_qs"
10682version = "0.8.5"
10683source = "registry+https://github.com/rust-lang/crates.io-index"
10684checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
10685dependencies = [
10686 "percent-encoding",
10687 "serde",
10688 "thiserror",
10689]
10690
10691[[package]]
10692name = "serde_qs"
10693version = "0.10.1"
10694source = "registry+https://github.com/rust-lang/crates.io-index"
10695checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
10696dependencies = [
10697 "percent-encoding",
10698 "serde",
10699 "thiserror",
10700]
10701
10702[[package]]
10703name = "serde_repr"
10704version = "0.1.19"
10705source = "registry+https://github.com/rust-lang/crates.io-index"
10706checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
10707dependencies = [
10708 "proc-macro2",
10709 "quote",
10710 "syn 2.0.76",
10711]
10712
10713[[package]]
10714name = "serde_spanned"
10715version = "0.6.7"
10716source = "registry+https://github.com/rust-lang/crates.io-index"
10717checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
10718dependencies = [
10719 "serde",
10720]
10721
10722[[package]]
10723name = "serde_urlencoded"
10724version = "0.7.1"
10725source = "registry+https://github.com/rust-lang/crates.io-index"
10726checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
10727dependencies = [
10728 "form_urlencoded",
10729 "itoa",
10730 "ryu",
10731 "serde",
10732]
10733
10734[[package]]
10735name = "session"
10736version = "0.1.0"
10737dependencies = [
10738 "db",
10739 "gpui",
10740 "serde_json",
10741 "util",
10742 "uuid",
10743]
10744
10745[[package]]
10746name = "settings"
10747version = "0.1.0"
10748dependencies = [
10749 "anyhow",
10750 "collections",
10751 "ec4rs",
10752 "fs",
10753 "futures 0.3.30",
10754 "gpui",
10755 "indoc",
10756 "log",
10757 "paths",
10758 "pretty_assertions",
10759 "release_channel",
10760 "rust-embed",
10761 "schemars",
10762 "serde",
10763 "serde_derive",
10764 "serde_json",
10765 "serde_json_lenient",
10766 "smallvec",
10767 "tree-sitter",
10768 "tree-sitter-json",
10769 "unindent",
10770 "util",
10771]
10772
10773[[package]]
10774name = "settings_ui"
10775version = "0.1.0"
10776dependencies = [
10777 "command_palette_hooks",
10778 "editor",
10779 "feature_flags",
10780 "gpui",
10781 "settings",
10782 "theme",
10783 "ui",
10784 "workspace",
10785]
10786
10787[[package]]
10788name = "sha1"
10789version = "0.10.6"
10790source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10792dependencies = [
10793 "cfg-if",
10794 "cpufeatures",
10795 "digest",
10796]
10797
10798[[package]]
10799name = "sha1_smol"
10800version = "1.0.1"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
10803
10804[[package]]
10805name = "sha2"
10806version = "0.10.8"
10807source = "registry+https://github.com/rust-lang/crates.io-index"
10808checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
10809dependencies = [
10810 "cfg-if",
10811 "cpufeatures",
10812 "digest",
10813]
10814
10815[[package]]
10816name = "sharded-slab"
10817version = "0.1.7"
10818source = "registry+https://github.com/rust-lang/crates.io-index"
10819checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
10820dependencies = [
10821 "lazy_static",
10822]
10823
10824[[package]]
10825name = "shell-words"
10826version = "1.1.0"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
10829
10830[[package]]
10831name = "shellexpand"
10832version = "2.1.2"
10833source = "registry+https://github.com/rust-lang/crates.io-index"
10834checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10835dependencies = [
10836 "dirs 4.0.0",
10837]
10838
10839[[package]]
10840name = "shellexpand"
10841version = "3.1.0"
10842source = "registry+https://github.com/rust-lang/crates.io-index"
10843checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10844dependencies = [
10845 "dirs 5.0.1",
10846]
10847
10848[[package]]
10849name = "shlex"
10850version = "1.3.0"
10851source = "registry+https://github.com/rust-lang/crates.io-index"
10852checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10853
10854[[package]]
10855name = "signal-hook"
10856version = "0.3.17"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10859dependencies = [
10860 "libc",
10861 "signal-hook-registry",
10862]
10863
10864[[package]]
10865name = "signal-hook-registry"
10866version = "1.4.2"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10869dependencies = [
10870 "libc",
10871]
10872
10873[[package]]
10874name = "signature"
10875version = "1.6.4"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10878dependencies = [
10879 "digest",
10880 "rand_core 0.6.4",
10881]
10882
10883[[package]]
10884name = "signature"
10885version = "2.2.0"
10886source = "registry+https://github.com/rust-lang/crates.io-index"
10887checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10888dependencies = [
10889 "digest",
10890 "rand_core 0.6.4",
10891]
10892
10893[[package]]
10894name = "simd-adler32"
10895version = "0.3.7"
10896source = "registry+https://github.com/rust-lang/crates.io-index"
10897checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10898
10899[[package]]
10900name = "simd_helpers"
10901version = "0.1.0"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10904dependencies = [
10905 "quote",
10906]
10907
10908[[package]]
10909name = "simdutf8"
10910version = "0.1.4"
10911source = "registry+https://github.com/rust-lang/crates.io-index"
10912checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10913
10914[[package]]
10915name = "similar"
10916version = "1.3.0"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10919
10920[[package]]
10921name = "simple_asn1"
10922version = "0.6.2"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10925dependencies = [
10926 "num-bigint",
10927 "num-traits",
10928 "thiserror",
10929 "time",
10930]
10931
10932[[package]]
10933name = "simplecss"
10934version = "0.2.1"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10937dependencies = [
10938 "log",
10939]
10940
10941[[package]]
10942name = "simplelog"
10943version = "0.12.2"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10946dependencies = [
10947 "log",
10948 "termcolor",
10949 "time",
10950]
10951
10952[[package]]
10953name = "siphasher"
10954version = "0.3.11"
10955source = "registry+https://github.com/rust-lang/crates.io-index"
10956checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10957
10958[[package]]
10959name = "siphasher"
10960version = "1.0.1"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
10963
10964[[package]]
10965name = "skrifa"
10966version = "0.20.0"
10967source = "registry+https://github.com/rust-lang/crates.io-index"
10968checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
10969dependencies = [
10970 "bytemuck",
10971 "read-fonts",
10972]
10973
10974[[package]]
10975name = "slab"
10976version = "0.4.9"
10977source = "registry+https://github.com/rust-lang/crates.io-index"
10978checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
10979dependencies = [
10980 "autocfg",
10981]
10982
10983[[package]]
10984name = "slash_commands_example"
10985version = "0.1.0"
10986dependencies = [
10987 "zed_extension_api 0.1.0",
10988]
10989
10990[[package]]
10991name = "slice-group-by"
10992version = "0.3.1"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
10995
10996[[package]]
10997name = "slotmap"
10998version = "1.0.7"
10999source = "registry+https://github.com/rust-lang/crates.io-index"
11000checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11001dependencies = [
11002 "version_check",
11003]
11004
11005[[package]]
11006name = "smallvec"
11007version = "1.13.2"
11008source = "registry+https://github.com/rust-lang/crates.io-index"
11009checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11010dependencies = [
11011 "serde",
11012]
11013
11014[[package]]
11015name = "smart-default"
11016version = "0.6.0"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11019dependencies = [
11020 "proc-macro2",
11021 "quote",
11022 "syn 1.0.109",
11023]
11024
11025[[package]]
11026name = "smol"
11027version = "1.3.0"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11030dependencies = [
11031 "async-channel 1.9.0",
11032 "async-executor",
11033 "async-fs 1.6.0",
11034 "async-io 1.13.0",
11035 "async-lock 2.8.0",
11036 "async-net 1.8.0",
11037 "async-process 1.8.1",
11038 "blocking",
11039 "futures-lite 1.13.0",
11040]
11041
11042[[package]]
11043name = "smol_str"
11044version = "0.1.24"
11045source = "registry+https://github.com/rust-lang/crates.io-index"
11046checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11047dependencies = [
11048 "serde",
11049]
11050
11051[[package]]
11052name = "snippet"
11053version = "0.1.0"
11054dependencies = [
11055 "anyhow",
11056 "smallvec",
11057]
11058
11059[[package]]
11060name = "snippet_provider"
11061version = "0.1.0"
11062dependencies = [
11063 "anyhow",
11064 "collections",
11065 "fs",
11066 "futures 0.3.30",
11067 "gpui",
11068 "parking_lot",
11069 "paths",
11070 "serde",
11071 "serde_json",
11072 "snippet",
11073 "util",
11074]
11075
11076[[package]]
11077name = "snippets_ui"
11078version = "0.1.0"
11079dependencies = [
11080 "fuzzy",
11081 "gpui",
11082 "language",
11083 "paths",
11084 "picker",
11085 "ui",
11086 "util",
11087 "workspace",
11088]
11089
11090[[package]]
11091name = "socket2"
11092version = "0.4.10"
11093source = "registry+https://github.com/rust-lang/crates.io-index"
11094checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
11095dependencies = [
11096 "libc",
11097 "winapi",
11098]
11099
11100[[package]]
11101name = "socket2"
11102version = "0.5.7"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
11105dependencies = [
11106 "libc",
11107 "windows-sys 0.52.0",
11108]
11109
11110[[package]]
11111name = "spdx"
11112version = "0.10.6"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
11115dependencies = [
11116 "smallvec",
11117]
11118
11119[[package]]
11120name = "spin"
11121version = "0.5.2"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
11124
11125[[package]]
11126name = "spin"
11127version = "0.9.8"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11130dependencies = [
11131 "lock_api",
11132]
11133
11134[[package]]
11135name = "spirv"
11136version = "0.3.0+sdk-1.3.268.0"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11139dependencies = [
11140 "bitflags 2.6.0",
11141]
11142
11143[[package]]
11144name = "spki"
11145version = "0.6.0"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11148dependencies = [
11149 "base64ct",
11150 "der 0.6.1",
11151]
11152
11153[[package]]
11154name = "spki"
11155version = "0.7.3"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11158dependencies = [
11159 "base64ct",
11160 "der 0.7.9",
11161]
11162
11163[[package]]
11164name = "sptr"
11165version = "0.3.2"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11168
11169[[package]]
11170name = "sqlez"
11171version = "0.1.0"
11172dependencies = [
11173 "anyhow",
11174 "collections",
11175 "futures 0.3.30",
11176 "indoc",
11177 "libsqlite3-sys",
11178 "parking_lot",
11179 "smol",
11180 "sqlformat",
11181 "thread_local",
11182 "util",
11183 "uuid",
11184]
11185
11186[[package]]
11187name = "sqlez_macros"
11188version = "0.1.0"
11189dependencies = [
11190 "sqlez",
11191 "sqlformat",
11192 "syn 1.0.109",
11193]
11194
11195[[package]]
11196name = "sqlformat"
11197version = "0.2.6"
11198source = "registry+https://github.com/rust-lang/crates.io-index"
11199checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
11200dependencies = [
11201 "nom",
11202 "unicode_categories",
11203]
11204
11205[[package]]
11206name = "sqlx"
11207version = "0.8.0"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
11210dependencies = [
11211 "sqlx-core",
11212 "sqlx-macros",
11213 "sqlx-mysql",
11214 "sqlx-postgres",
11215 "sqlx-sqlite",
11216]
11217
11218[[package]]
11219name = "sqlx-core"
11220version = "0.8.0"
11221source = "registry+https://github.com/rust-lang/crates.io-index"
11222checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
11223dependencies = [
11224 "atoi",
11225 "bigdecimal",
11226 "byteorder",
11227 "bytes 1.7.2",
11228 "chrono",
11229 "crc",
11230 "crossbeam-queue",
11231 "either",
11232 "event-listener 5.3.1",
11233 "futures-channel",
11234 "futures-core",
11235 "futures-intrusive",
11236 "futures-io",
11237 "futures-util",
11238 "hashbrown 0.14.5",
11239 "hashlink 0.9.1",
11240 "hex",
11241 "indexmap 2.4.0",
11242 "log",
11243 "memchr",
11244 "once_cell",
11245 "paste",
11246 "percent-encoding",
11247 "rust_decimal",
11248 "rustls 0.21.12",
11249 "rustls-pemfile 1.0.4",
11250 "serde",
11251 "serde_json",
11252 "sha2",
11253 "smallvec",
11254 "sqlformat",
11255 "thiserror",
11256 "time",
11257 "tokio",
11258 "tokio-stream",
11259 "tracing",
11260 "url",
11261 "uuid",
11262 "webpki-roots 0.25.4",
11263]
11264
11265[[package]]
11266name = "sqlx-macros"
11267version = "0.8.0"
11268source = "registry+https://github.com/rust-lang/crates.io-index"
11269checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
11270dependencies = [
11271 "proc-macro2",
11272 "quote",
11273 "sqlx-core",
11274 "sqlx-macros-core",
11275 "syn 2.0.76",
11276]
11277
11278[[package]]
11279name = "sqlx-macros-core"
11280version = "0.8.0"
11281source = "registry+https://github.com/rust-lang/crates.io-index"
11282checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
11283dependencies = [
11284 "dotenvy",
11285 "either",
11286 "heck 0.5.0",
11287 "hex",
11288 "once_cell",
11289 "proc-macro2",
11290 "quote",
11291 "serde",
11292 "serde_json",
11293 "sha2",
11294 "sqlx-core",
11295 "sqlx-mysql",
11296 "sqlx-postgres",
11297 "sqlx-sqlite",
11298 "syn 2.0.76",
11299 "tempfile",
11300 "tokio",
11301 "url",
11302]
11303
11304[[package]]
11305name = "sqlx-mysql"
11306version = "0.8.0"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
11309dependencies = [
11310 "atoi",
11311 "base64 0.22.1",
11312 "bigdecimal",
11313 "bitflags 2.6.0",
11314 "byteorder",
11315 "bytes 1.7.2",
11316 "chrono",
11317 "crc",
11318 "digest",
11319 "dotenvy",
11320 "either",
11321 "futures-channel",
11322 "futures-core",
11323 "futures-io",
11324 "futures-util",
11325 "generic-array",
11326 "hex",
11327 "hkdf",
11328 "hmac",
11329 "itoa",
11330 "log",
11331 "md-5",
11332 "memchr",
11333 "once_cell",
11334 "percent-encoding",
11335 "rand 0.8.5",
11336 "rsa",
11337 "rust_decimal",
11338 "serde",
11339 "sha1",
11340 "sha2",
11341 "smallvec",
11342 "sqlx-core",
11343 "stringprep",
11344 "thiserror",
11345 "time",
11346 "tracing",
11347 "uuid",
11348 "whoami",
11349]
11350
11351[[package]]
11352name = "sqlx-postgres"
11353version = "0.8.0"
11354source = "registry+https://github.com/rust-lang/crates.io-index"
11355checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
11356dependencies = [
11357 "atoi",
11358 "base64 0.22.1",
11359 "bigdecimal",
11360 "bitflags 2.6.0",
11361 "byteorder",
11362 "chrono",
11363 "crc",
11364 "dotenvy",
11365 "etcetera",
11366 "futures-channel",
11367 "futures-core",
11368 "futures-io",
11369 "futures-util",
11370 "hex",
11371 "hkdf",
11372 "hmac",
11373 "home",
11374 "itoa",
11375 "log",
11376 "md-5",
11377 "memchr",
11378 "num-bigint",
11379 "once_cell",
11380 "rand 0.8.5",
11381 "rust_decimal",
11382 "serde",
11383 "serde_json",
11384 "sha2",
11385 "smallvec",
11386 "sqlx-core",
11387 "stringprep",
11388 "thiserror",
11389 "time",
11390 "tracing",
11391 "uuid",
11392 "whoami",
11393]
11394
11395[[package]]
11396name = "sqlx-sqlite"
11397version = "0.8.0"
11398source = "registry+https://github.com/rust-lang/crates.io-index"
11399checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
11400dependencies = [
11401 "atoi",
11402 "chrono",
11403 "flume",
11404 "futures-channel",
11405 "futures-core",
11406 "futures-executor",
11407 "futures-intrusive",
11408 "futures-util",
11409 "libsqlite3-sys",
11410 "log",
11411 "percent-encoding",
11412 "serde",
11413 "serde_urlencoded",
11414 "sqlx-core",
11415 "time",
11416 "tracing",
11417 "url",
11418 "uuid",
11419]
11420
11421[[package]]
11422name = "stable_deref_trait"
11423version = "1.2.0"
11424source = "registry+https://github.com/rust-lang/crates.io-index"
11425checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
11426
11427[[package]]
11428name = "static_assertions"
11429version = "1.1.0"
11430source = "registry+https://github.com/rust-lang/crates.io-index"
11431checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
11432
11433[[package]]
11434name = "story"
11435version = "0.1.0"
11436dependencies = [
11437 "gpui",
11438 "itertools 0.13.0",
11439 "smallvec",
11440]
11441
11442[[package]]
11443name = "storybook"
11444version = "0.1.0"
11445dependencies = [
11446 "anyhow",
11447 "clap",
11448 "collab_ui",
11449 "ctrlc",
11450 "dialoguer",
11451 "editor",
11452 "fuzzy",
11453 "gpui",
11454 "indoc",
11455 "language",
11456 "log",
11457 "menu",
11458 "picker",
11459 "project",
11460 "reqwest_client",
11461 "rust-embed",
11462 "settings",
11463 "simplelog",
11464 "story",
11465 "strum 0.25.0",
11466 "theme",
11467 "title_bar",
11468 "ui",
11469]
11470
11471[[package]]
11472name = "strict-num"
11473version = "0.1.1"
11474source = "registry+https://github.com/rust-lang/crates.io-index"
11475checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
11476dependencies = [
11477 "float-cmp",
11478]
11479
11480[[package]]
11481name = "string_cache"
11482version = "0.8.7"
11483source = "registry+https://github.com/rust-lang/crates.io-index"
11484checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
11485dependencies = [
11486 "new_debug_unreachable",
11487 "once_cell",
11488 "parking_lot",
11489 "phf_shared 0.10.0",
11490 "precomputed-hash",
11491 "serde",
11492]
11493
11494[[package]]
11495name = "string_cache_codegen"
11496version = "0.5.2"
11497source = "registry+https://github.com/rust-lang/crates.io-index"
11498checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
11499dependencies = [
11500 "phf_generator 0.10.0",
11501 "phf_shared 0.10.0",
11502 "proc-macro2",
11503 "quote",
11504]
11505
11506[[package]]
11507name = "stringprep"
11508version = "0.1.5"
11509source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
11511dependencies = [
11512 "unicode-bidi",
11513 "unicode-normalization",
11514 "unicode-properties",
11515]
11516
11517[[package]]
11518name = "strsim"
11519version = "0.11.1"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
11522
11523[[package]]
11524name = "strum"
11525version = "0.25.0"
11526source = "registry+https://github.com/rust-lang/crates.io-index"
11527checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
11528dependencies = [
11529 "strum_macros",
11530]
11531
11532[[package]]
11533name = "strum"
11534version = "0.26.3"
11535source = "registry+https://github.com/rust-lang/crates.io-index"
11536checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
11537
11538[[package]]
11539name = "strum_macros"
11540version = "0.25.3"
11541source = "registry+https://github.com/rust-lang/crates.io-index"
11542checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
11543dependencies = [
11544 "heck 0.4.1",
11545 "proc-macro2",
11546 "quote",
11547 "rustversion",
11548 "syn 2.0.76",
11549]
11550
11551[[package]]
11552name = "subtle"
11553version = "2.6.1"
11554source = "registry+https://github.com/rust-lang/crates.io-index"
11555checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
11556
11557[[package]]
11558name = "sum_tree"
11559version = "0.1.0"
11560dependencies = [
11561 "arrayvec",
11562 "ctor",
11563 "env_logger 0.11.5",
11564 "log",
11565 "rand 0.8.5",
11566 "rayon",
11567]
11568
11569[[package]]
11570name = "supermaven"
11571version = "0.1.0"
11572dependencies = [
11573 "anyhow",
11574 "client",
11575 "collections",
11576 "editor",
11577 "env_logger 0.11.5",
11578 "futures 0.3.30",
11579 "gpui",
11580 "http_client",
11581 "language",
11582 "log",
11583 "postage",
11584 "project",
11585 "serde",
11586 "serde_json",
11587 "settings",
11588 "smol",
11589 "supermaven_api",
11590 "text",
11591 "theme",
11592 "ui",
11593 "unicode-segmentation",
11594 "util",
11595 "windows 0.58.0",
11596]
11597
11598[[package]]
11599name = "supermaven_api"
11600version = "0.1.0"
11601dependencies = [
11602 "anyhow",
11603 "futures 0.3.30",
11604 "http_client",
11605 "paths",
11606 "serde",
11607 "serde_json",
11608 "smol",
11609]
11610
11611[[package]]
11612name = "sval"
11613version = "2.13.0"
11614source = "registry+https://github.com/rust-lang/crates.io-index"
11615checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
11616
11617[[package]]
11618name = "sval_buffer"
11619version = "2.13.0"
11620source = "registry+https://github.com/rust-lang/crates.io-index"
11621checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
11622dependencies = [
11623 "sval",
11624 "sval_ref",
11625]
11626
11627[[package]]
11628name = "sval_dynamic"
11629version = "2.13.0"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
11632dependencies = [
11633 "sval",
11634]
11635
11636[[package]]
11637name = "sval_fmt"
11638version = "2.13.0"
11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
11641dependencies = [
11642 "itoa",
11643 "ryu",
11644 "sval",
11645]
11646
11647[[package]]
11648name = "sval_json"
11649version = "2.13.0"
11650source = "registry+https://github.com/rust-lang/crates.io-index"
11651checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
11652dependencies = [
11653 "itoa",
11654 "ryu",
11655 "sval",
11656]
11657
11658[[package]]
11659name = "sval_nested"
11660version = "2.13.0"
11661source = "registry+https://github.com/rust-lang/crates.io-index"
11662checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
11663dependencies = [
11664 "sval",
11665 "sval_buffer",
11666 "sval_ref",
11667]
11668
11669[[package]]
11670name = "sval_ref"
11671version = "2.13.0"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
11674dependencies = [
11675 "sval",
11676]
11677
11678[[package]]
11679name = "sval_serde"
11680version = "2.13.0"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
11683dependencies = [
11684 "serde",
11685 "sval",
11686 "sval_nested",
11687]
11688
11689[[package]]
11690name = "svg_fmt"
11691version = "0.4.3"
11692source = "registry+https://github.com/rust-lang/crates.io-index"
11693checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
11694
11695[[package]]
11696name = "svgtypes"
11697version = "0.15.2"
11698source = "registry+https://github.com/rust-lang/crates.io-index"
11699checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
11700dependencies = [
11701 "kurbo",
11702 "siphasher 1.0.1",
11703]
11704
11705[[package]]
11706name = "swash"
11707version = "0.1.18"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
11710dependencies = [
11711 "skrifa",
11712 "yazi",
11713 "zeno",
11714]
11715
11716[[package]]
11717name = "syn"
11718version = "1.0.109"
11719source = "registry+https://github.com/rust-lang/crates.io-index"
11720checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
11721dependencies = [
11722 "proc-macro2",
11723 "quote",
11724 "unicode-ident",
11725]
11726
11727[[package]]
11728name = "syn"
11729version = "2.0.76"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
11732dependencies = [
11733 "proc-macro2",
11734 "quote",
11735 "unicode-ident",
11736]
11737
11738[[package]]
11739name = "syn_derive"
11740version = "0.1.8"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
11743dependencies = [
11744 "proc-macro-error",
11745 "proc-macro2",
11746 "quote",
11747 "syn 2.0.76",
11748]
11749
11750[[package]]
11751name = "sync_wrapper"
11752version = "0.1.2"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
11755
11756[[package]]
11757name = "sync_wrapper"
11758version = "1.0.1"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
11761dependencies = [
11762 "futures-core",
11763]
11764
11765[[package]]
11766name = "synchronoise"
11767version = "1.0.1"
11768source = "registry+https://github.com/rust-lang/crates.io-index"
11769checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
11770dependencies = [
11771 "crossbeam-queue",
11772]
11773
11774[[package]]
11775name = "sys-locale"
11776version = "0.3.1"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
11779dependencies = [
11780 "libc",
11781]
11782
11783[[package]]
11784name = "sysinfo"
11785version = "0.31.4"
11786source = "registry+https://github.com/rust-lang/crates.io-index"
11787checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
11788dependencies = [
11789 "core-foundation-sys",
11790 "libc",
11791 "memchr",
11792 "ntapi",
11793 "rayon",
11794 "windows 0.54.0",
11795]
11796
11797[[package]]
11798name = "system-configuration"
11799version = "0.5.1"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
11802dependencies = [
11803 "bitflags 1.3.2",
11804 "core-foundation 0.9.4",
11805 "system-configuration-sys 0.5.0",
11806]
11807
11808[[package]]
11809name = "system-configuration"
11810version = "0.6.1"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
11813dependencies = [
11814 "bitflags 2.6.0",
11815 "core-foundation 0.9.4",
11816 "system-configuration-sys 0.6.0",
11817]
11818
11819[[package]]
11820name = "system-configuration-sys"
11821version = "0.5.0"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
11824dependencies = [
11825 "core-foundation-sys",
11826 "libc",
11827]
11828
11829[[package]]
11830name = "system-configuration-sys"
11831version = "0.6.0"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
11834dependencies = [
11835 "core-foundation-sys",
11836 "libc",
11837]
11838
11839[[package]]
11840name = "system-deps"
11841version = "6.2.2"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
11844dependencies = [
11845 "cfg-expr",
11846 "heck 0.5.0",
11847 "pkg-config",
11848 "toml 0.8.19",
11849 "version-compare",
11850]
11851
11852[[package]]
11853name = "system-interface"
11854version = "0.27.2"
11855source = "registry+https://github.com/rust-lang/crates.io-index"
11856checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
11857dependencies = [
11858 "bitflags 2.6.0",
11859 "cap-fs-ext",
11860 "cap-std",
11861 "fd-lock",
11862 "io-lifetimes 2.0.3",
11863 "rustix 0.38.35",
11864 "windows-sys 0.52.0",
11865 "winx",
11866]
11867
11868[[package]]
11869name = "tab_switcher"
11870version = "0.1.0"
11871dependencies = [
11872 "anyhow",
11873 "collections",
11874 "ctor",
11875 "editor",
11876 "env_logger 0.11.5",
11877 "gpui",
11878 "language",
11879 "menu",
11880 "picker",
11881 "project",
11882 "serde",
11883 "serde_json",
11884 "settings",
11885 "theme",
11886 "ui",
11887 "util",
11888 "workspace",
11889]
11890
11891[[package]]
11892name = "taffy"
11893version = "0.4.4"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11896dependencies = [
11897 "arrayvec",
11898 "grid",
11899 "num-traits",
11900 "serde",
11901 "slotmap",
11902]
11903
11904[[package]]
11905name = "take-until"
11906version = "0.2.0"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11909
11910[[package]]
11911name = "tap"
11912version = "1.0.1"
11913source = "registry+https://github.com/rust-lang/crates.io-index"
11914checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11915
11916[[package]]
11917name = "target-lexicon"
11918version = "0.12.16"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11921
11922[[package]]
11923name = "task"
11924version = "0.1.0"
11925dependencies = [
11926 "anyhow",
11927 "collections",
11928 "futures 0.3.30",
11929 "gpui",
11930 "hex",
11931 "parking_lot",
11932 "schemars",
11933 "serde",
11934 "serde_json_lenient",
11935 "sha2",
11936 "shellexpand 2.1.2",
11937 "util",
11938]
11939
11940[[package]]
11941name = "tasks_ui"
11942version = "0.1.0"
11943dependencies = [
11944 "anyhow",
11945 "editor",
11946 "file_icons",
11947 "fuzzy",
11948 "gpui",
11949 "language",
11950 "menu",
11951 "picker",
11952 "project",
11953 "schemars",
11954 "serde",
11955 "serde_json",
11956 "settings",
11957 "task",
11958 "tree-sitter-rust",
11959 "tree-sitter-typescript",
11960 "ui",
11961 "util",
11962 "workspace",
11963]
11964
11965[[package]]
11966name = "telemetry_events"
11967version = "0.1.0"
11968dependencies = [
11969 "semantic_version",
11970 "serde",
11971]
11972
11973[[package]]
11974name = "tempfile"
11975version = "3.12.0"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
11978dependencies = [
11979 "cfg-if",
11980 "fastrand 2.1.1",
11981 "once_cell",
11982 "rustix 0.38.35",
11983 "windows-sys 0.59.0",
11984]
11985
11986[[package]]
11987name = "tendril"
11988version = "0.4.3"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
11991dependencies = [
11992 "futf",
11993 "mac",
11994 "utf-8",
11995]
11996
11997[[package]]
11998name = "termcolor"
11999version = "1.4.1"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12002dependencies = [
12003 "winapi-util",
12004]
12005
12006[[package]]
12007name = "terminal"
12008version = "0.1.0"
12009dependencies = [
12010 "alacritty_terminal",
12011 "anyhow",
12012 "collections",
12013 "dirs 4.0.0",
12014 "futures 0.3.30",
12015 "gpui",
12016 "libc",
12017 "rand 0.8.5",
12018 "regex",
12019 "release_channel",
12020 "schemars",
12021 "serde",
12022 "serde_derive",
12023 "settings",
12024 "smol",
12025 "sysinfo",
12026 "task",
12027 "theme",
12028 "thiserror",
12029 "util",
12030 "windows 0.58.0",
12031]
12032
12033[[package]]
12034name = "terminal_size"
12035version = "0.4.0"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
12038dependencies = [
12039 "rustix 0.38.35",
12040 "windows-sys 0.59.0",
12041]
12042
12043[[package]]
12044name = "terminal_view"
12045version = "0.1.0"
12046dependencies = [
12047 "anyhow",
12048 "client",
12049 "collections",
12050 "db",
12051 "dirs 4.0.0",
12052 "editor",
12053 "futures 0.3.30",
12054 "gpui",
12055 "itertools 0.13.0",
12056 "language",
12057 "project",
12058 "rand 0.8.5",
12059 "search",
12060 "serde",
12061 "serde_json",
12062 "settings",
12063 "shellexpand 2.1.2",
12064 "smol",
12065 "task",
12066 "tasks_ui",
12067 "terminal",
12068 "theme",
12069 "ui",
12070 "util",
12071 "workspace",
12072 "zed_actions",
12073]
12074
12075[[package]]
12076name = "text"
12077version = "0.1.0"
12078dependencies = [
12079 "anyhow",
12080 "clock",
12081 "collections",
12082 "ctor",
12083 "env_logger 0.11.5",
12084 "gpui",
12085 "http_client",
12086 "log",
12087 "parking_lot",
12088 "postage",
12089 "rand 0.8.5",
12090 "regex",
12091 "rope",
12092 "smallvec",
12093 "sum_tree",
12094 "util",
12095]
12096
12097[[package]]
12098name = "theme"
12099version = "0.1.0"
12100dependencies = [
12101 "anyhow",
12102 "collections",
12103 "derive_more",
12104 "fs",
12105 "futures 0.3.30",
12106 "gpui",
12107 "indexmap 1.9.3",
12108 "log",
12109 "palette",
12110 "parking_lot",
12111 "refineable",
12112 "schemars",
12113 "serde",
12114 "serde_derive",
12115 "serde_json",
12116 "serde_json_lenient",
12117 "serde_repr",
12118 "settings",
12119 "strum 0.25.0",
12120 "util",
12121 "uuid",
12122]
12123
12124[[package]]
12125name = "theme_importer"
12126version = "0.1.0"
12127dependencies = [
12128 "anyhow",
12129 "clap",
12130 "gpui",
12131 "indexmap 1.9.3",
12132 "log",
12133 "palette",
12134 "rust-embed",
12135 "schemars",
12136 "serde",
12137 "serde_json",
12138 "serde_json_lenient",
12139 "simplelog",
12140 "strum 0.25.0",
12141 "theme",
12142 "vscode_theme",
12143]
12144
12145[[package]]
12146name = "theme_selector"
12147version = "0.1.0"
12148dependencies = [
12149 "client",
12150 "fs",
12151 "fuzzy",
12152 "gpui",
12153 "log",
12154 "picker",
12155 "serde",
12156 "settings",
12157 "theme",
12158 "ui",
12159 "util",
12160 "workspace",
12161]
12162
12163[[package]]
12164name = "thiserror"
12165version = "1.0.64"
12166source = "registry+https://github.com/rust-lang/crates.io-index"
12167checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
12168dependencies = [
12169 "thiserror-impl",
12170]
12171
12172[[package]]
12173name = "thiserror-impl"
12174version = "1.0.64"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
12177dependencies = [
12178 "proc-macro2",
12179 "quote",
12180 "syn 2.0.76",
12181]
12182
12183[[package]]
12184name = "thread_local"
12185version = "1.1.8"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
12188dependencies = [
12189 "cfg-if",
12190 "once_cell",
12191]
12192
12193[[package]]
12194name = "tiff"
12195version = "0.9.1"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
12198dependencies = [
12199 "flate2",
12200 "jpeg-decoder",
12201 "weezl",
12202]
12203
12204[[package]]
12205name = "tiktoken-rs"
12206version = "0.5.9"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
12209dependencies = [
12210 "anyhow",
12211 "base64 0.21.7",
12212 "bstr",
12213 "fancy-regex",
12214 "lazy_static",
12215 "parking_lot",
12216 "rustc-hash 1.1.0",
12217]
12218
12219[[package]]
12220name = "time"
12221version = "0.3.36"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
12224dependencies = [
12225 "deranged",
12226 "itoa",
12227 "libc",
12228 "num-conv",
12229 "num_threads",
12230 "powerfmt",
12231 "serde",
12232 "time-core",
12233 "time-macros",
12234]
12235
12236[[package]]
12237name = "time-core"
12238version = "0.1.2"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
12241
12242[[package]]
12243name = "time-macros"
12244version = "0.2.18"
12245source = "registry+https://github.com/rust-lang/crates.io-index"
12246checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
12247dependencies = [
12248 "num-conv",
12249 "time-core",
12250]
12251
12252[[package]]
12253name = "time_format"
12254version = "0.1.0"
12255dependencies = [
12256 "core-foundation 0.9.4",
12257 "core-foundation-sys",
12258 "sys-locale",
12259 "time",
12260]
12261
12262[[package]]
12263name = "tiny-keccak"
12264version = "2.0.2"
12265source = "registry+https://github.com/rust-lang/crates.io-index"
12266checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
12267dependencies = [
12268 "crunchy",
12269]
12270
12271[[package]]
12272name = "tiny-skia"
12273version = "0.11.4"
12274source = "registry+https://github.com/rust-lang/crates.io-index"
12275checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
12276dependencies = [
12277 "arrayref",
12278 "arrayvec",
12279 "bytemuck",
12280 "cfg-if",
12281 "log",
12282 "png",
12283 "tiny-skia-path",
12284]
12285
12286[[package]]
12287name = "tiny-skia-path"
12288version = "0.11.4"
12289source = "registry+https://github.com/rust-lang/crates.io-index"
12290checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
12291dependencies = [
12292 "arrayref",
12293 "bytemuck",
12294 "strict-num",
12295]
12296
12297[[package]]
12298name = "tiny_http"
12299version = "0.8.2"
12300source = "registry+https://github.com/rust-lang/crates.io-index"
12301checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
12302dependencies = [
12303 "ascii",
12304 "chrono",
12305 "chunked_transfer",
12306 "log",
12307 "url",
12308]
12309
12310[[package]]
12311name = "tinytemplate"
12312version = "1.2.1"
12313source = "registry+https://github.com/rust-lang/crates.io-index"
12314checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12315dependencies = [
12316 "serde",
12317 "serde_json",
12318]
12319
12320[[package]]
12321name = "tinyvec"
12322version = "1.8.0"
12323source = "registry+https://github.com/rust-lang/crates.io-index"
12324checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
12325dependencies = [
12326 "tinyvec_macros",
12327]
12328
12329[[package]]
12330name = "tinyvec_macros"
12331version = "0.1.1"
12332source = "registry+https://github.com/rust-lang/crates.io-index"
12333checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
12334
12335[[package]]
12336name = "title_bar"
12337version = "0.1.0"
12338dependencies = [
12339 "auto_update",
12340 "call",
12341 "client",
12342 "collections",
12343 "command_palette",
12344 "editor",
12345 "extensions_ui",
12346 "feature_flags",
12347 "feedback",
12348 "gpui",
12349 "http_client",
12350 "notifications",
12351 "pretty_assertions",
12352 "project",
12353 "recent_projects",
12354 "remote",
12355 "rpc",
12356 "serde",
12357 "settings",
12358 "smallvec",
12359 "story",
12360 "theme",
12361 "theme_selector",
12362 "tree-sitter-md",
12363 "ui",
12364 "util",
12365 "vcs_menu",
12366 "windows 0.58.0",
12367 "workspace",
12368 "zed_actions",
12369]
12370
12371[[package]]
12372name = "tokio"
12373version = "1.40.0"
12374source = "registry+https://github.com/rust-lang/crates.io-index"
12375checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
12376dependencies = [
12377 "backtrace",
12378 "bytes 1.7.2",
12379 "libc",
12380 "mio 1.0.2",
12381 "parking_lot",
12382 "pin-project-lite",
12383 "signal-hook-registry",
12384 "socket2 0.5.7",
12385 "tokio-macros",
12386 "windows-sys 0.52.0",
12387]
12388
12389[[package]]
12390name = "tokio-io"
12391version = "0.1.13"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
12394dependencies = [
12395 "bytes 0.4.12",
12396 "futures 0.1.31",
12397 "log",
12398]
12399
12400[[package]]
12401name = "tokio-macros"
12402version = "2.4.0"
12403source = "registry+https://github.com/rust-lang/crates.io-index"
12404checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
12405dependencies = [
12406 "proc-macro2",
12407 "quote",
12408 "syn 2.0.76",
12409]
12410
12411[[package]]
12412name = "tokio-native-tls"
12413version = "0.3.1"
12414source = "registry+https://github.com/rust-lang/crates.io-index"
12415checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
12416dependencies = [
12417 "native-tls",
12418 "tokio",
12419]
12420
12421[[package]]
12422name = "tokio-rustls"
12423version = "0.24.1"
12424source = "registry+https://github.com/rust-lang/crates.io-index"
12425checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
12426dependencies = [
12427 "rustls 0.21.12",
12428 "tokio",
12429]
12430
12431[[package]]
12432name = "tokio-rustls"
12433version = "0.26.0"
12434source = "registry+https://github.com/rust-lang/crates.io-index"
12435checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12436dependencies = [
12437 "rustls 0.23.13",
12438 "rustls-pki-types",
12439 "tokio",
12440]
12441
12442[[package]]
12443name = "tokio-socks"
12444version = "0.5.2"
12445source = "registry+https://github.com/rust-lang/crates.io-index"
12446checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
12447dependencies = [
12448 "either",
12449 "futures-io",
12450 "futures-util",
12451 "thiserror",
12452 "tokio",
12453]
12454
12455[[package]]
12456name = "tokio-stream"
12457version = "0.1.15"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12460dependencies = [
12461 "futures-core",
12462 "pin-project-lite",
12463 "tokio",
12464]
12465
12466[[package]]
12467name = "tokio-tungstenite"
12468version = "0.20.1"
12469source = "registry+https://github.com/rust-lang/crates.io-index"
12470checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
12471dependencies = [
12472 "futures-util",
12473 "log",
12474 "tokio",
12475 "tungstenite 0.20.1",
12476]
12477
12478[[package]]
12479name = "tokio-tungstenite"
12480version = "0.21.0"
12481source = "registry+https://github.com/rust-lang/crates.io-index"
12482checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
12483dependencies = [
12484 "futures-util",
12485 "log",
12486 "tokio",
12487 "tungstenite 0.21.0",
12488]
12489
12490[[package]]
12491name = "tokio-util"
12492version = "0.7.12"
12493source = "registry+https://github.com/rust-lang/crates.io-index"
12494checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
12495dependencies = [
12496 "bytes 1.7.2",
12497 "futures-core",
12498 "futures-io",
12499 "futures-sink",
12500 "pin-project-lite",
12501 "tokio",
12502]
12503
12504[[package]]
12505name = "toml"
12506version = "0.5.11"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12509dependencies = [
12510 "serde",
12511]
12512
12513[[package]]
12514name = "toml"
12515version = "0.7.8"
12516source = "registry+https://github.com/rust-lang/crates.io-index"
12517checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
12518dependencies = [
12519 "serde",
12520 "serde_spanned",
12521 "toml_datetime",
12522 "toml_edit 0.19.15",
12523]
12524
12525[[package]]
12526name = "toml"
12527version = "0.8.19"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
12530dependencies = [
12531 "serde",
12532 "serde_spanned",
12533 "toml_datetime",
12534 "toml_edit 0.22.20",
12535]
12536
12537[[package]]
12538name = "toml_datetime"
12539version = "0.6.8"
12540source = "registry+https://github.com/rust-lang/crates.io-index"
12541checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
12542dependencies = [
12543 "serde",
12544]
12545
12546[[package]]
12547name = "toml_edit"
12548version = "0.19.15"
12549source = "registry+https://github.com/rust-lang/crates.io-index"
12550checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
12551dependencies = [
12552 "indexmap 2.4.0",
12553 "serde",
12554 "serde_spanned",
12555 "toml_datetime",
12556 "winnow 0.5.40",
12557]
12558
12559[[package]]
12560name = "toml_edit"
12561version = "0.22.20"
12562source = "registry+https://github.com/rust-lang/crates.io-index"
12563checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
12564dependencies = [
12565 "indexmap 2.4.0",
12566 "serde",
12567 "serde_spanned",
12568 "toml_datetime",
12569 "winnow 0.6.18",
12570]
12571
12572[[package]]
12573name = "toolchain_selector"
12574version = "0.1.0"
12575dependencies = [
12576 "editor",
12577 "fuzzy",
12578 "gpui",
12579 "language",
12580 "picker",
12581 "project",
12582 "ui",
12583 "util",
12584 "workspace",
12585]
12586
12587[[package]]
12588name = "topological-sort"
12589version = "0.2.2"
12590source = "registry+https://github.com/rust-lang/crates.io-index"
12591checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
12592
12593[[package]]
12594name = "tower"
12595version = "0.4.13"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
12598dependencies = [
12599 "futures-core",
12600 "futures-util",
12601 "pin-project",
12602 "pin-project-lite",
12603 "tokio",
12604 "tower-layer",
12605 "tower-service",
12606 "tracing",
12607]
12608
12609[[package]]
12610name = "tower-http"
12611version = "0.3.5"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
12614dependencies = [
12615 "bitflags 1.3.2",
12616 "bytes 1.7.2",
12617 "futures-core",
12618 "futures-util",
12619 "http 0.2.12",
12620 "http-body 0.4.6",
12621 "http-range-header",
12622 "pin-project-lite",
12623 "tower-layer",
12624 "tower-service",
12625]
12626
12627[[package]]
12628name = "tower-http"
12629version = "0.4.4"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
12632dependencies = [
12633 "bitflags 2.6.0",
12634 "bytes 1.7.2",
12635 "futures-core",
12636 "futures-util",
12637 "http 0.2.12",
12638 "http-body 0.4.6",
12639 "http-range-header",
12640 "pin-project-lite",
12641 "tower-layer",
12642 "tower-service",
12643 "tracing",
12644]
12645
12646[[package]]
12647name = "tower-layer"
12648version = "0.3.3"
12649source = "registry+https://github.com/rust-lang/crates.io-index"
12650checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
12651
12652[[package]]
12653name = "tower-service"
12654version = "0.3.3"
12655source = "registry+https://github.com/rust-lang/crates.io-index"
12656checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
12657
12658[[package]]
12659name = "tracing"
12660version = "0.1.40"
12661source = "registry+https://github.com/rust-lang/crates.io-index"
12662checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
12663dependencies = [
12664 "log",
12665 "pin-project-lite",
12666 "tracing-attributes",
12667 "tracing-core",
12668]
12669
12670[[package]]
12671name = "tracing-attributes"
12672version = "0.1.27"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
12675dependencies = [
12676 "proc-macro2",
12677 "quote",
12678 "syn 2.0.76",
12679]
12680
12681[[package]]
12682name = "tracing-core"
12683version = "0.1.32"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
12686dependencies = [
12687 "once_cell",
12688 "valuable",
12689]
12690
12691[[package]]
12692name = "tracing-log"
12693version = "0.2.0"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
12696dependencies = [
12697 "log",
12698 "once_cell",
12699 "tracing-core",
12700]
12701
12702[[package]]
12703name = "tracing-serde"
12704version = "0.1.3"
12705source = "registry+https://github.com/rust-lang/crates.io-index"
12706checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
12707dependencies = [
12708 "serde",
12709 "tracing-core",
12710]
12711
12712[[package]]
12713name = "tracing-subscriber"
12714version = "0.3.18"
12715source = "registry+https://github.com/rust-lang/crates.io-index"
12716checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
12717dependencies = [
12718 "matchers",
12719 "nu-ansi-term",
12720 "once_cell",
12721 "regex",
12722 "serde",
12723 "serde_json",
12724 "sharded-slab",
12725 "smallvec",
12726 "thread_local",
12727 "tracing",
12728 "tracing-core",
12729 "tracing-log",
12730 "tracing-serde",
12731]
12732
12733[[package]]
12734name = "tree-sitter"
12735version = "0.23.0"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff"
12738dependencies = [
12739 "cc",
12740 "regex",
12741 "regex-syntax 0.8.4",
12742 "tree-sitter-language",
12743 "wasmtime-c-api-impl",
12744]
12745
12746[[package]]
12747name = "tree-sitter-bash"
12748version = "0.23.1"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
12751dependencies = [
12752 "cc",
12753 "tree-sitter-language",
12754]
12755
12756[[package]]
12757name = "tree-sitter-c"
12758version = "0.23.1"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b"
12761dependencies = [
12762 "cc",
12763 "tree-sitter-language",
12764]
12765
12766[[package]]
12767name = "tree-sitter-cpp"
12768version = "0.23.1"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "1d67e862242878d6ee50e1e5814f267ee3eea0168aea2cdbd700ccfb4c74b6d3"
12771dependencies = [
12772 "cc",
12773 "tree-sitter-language",
12774]
12775
12776[[package]]
12777name = "tree-sitter-css"
12778version = "0.23.0"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292"
12781dependencies = [
12782 "cc",
12783 "tree-sitter-language",
12784]
12785
12786[[package]]
12787name = "tree-sitter-diff"
12788version = "0.1.0"
12789source = "registry+https://github.com/rust-lang/crates.io-index"
12790checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
12791dependencies = [
12792 "cc",
12793 "tree-sitter-language",
12794]
12795
12796[[package]]
12797name = "tree-sitter-elixir"
12798version = "0.3.1"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32"
12801dependencies = [
12802 "cc",
12803 "tree-sitter-language",
12804]
12805
12806[[package]]
12807name = "tree-sitter-embedded-template"
12808version = "0.23.0"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495"
12811dependencies = [
12812 "cc",
12813 "tree-sitter-language",
12814]
12815
12816[[package]]
12817name = "tree-sitter-go"
12818version = "0.23.1"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e"
12821dependencies = [
12822 "cc",
12823 "tree-sitter-language",
12824]
12825
12826[[package]]
12827name = "tree-sitter-gomod"
12828version = "1.0.2"
12829source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
12830dependencies = [
12831 "cc",
12832 "tree-sitter-language",
12833]
12834
12835[[package]]
12836name = "tree-sitter-gowork"
12837version = "0.0.1"
12838source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
12839dependencies = [
12840 "cc",
12841 "tree-sitter-language",
12842]
12843
12844[[package]]
12845name = "tree-sitter-heex"
12846version = "0.0.1"
12847source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
12848dependencies = [
12849 "cc",
12850 "tree-sitter-language",
12851]
12852
12853[[package]]
12854name = "tree-sitter-html"
12855version = "0.20.4"
12856source = "registry+https://github.com/rust-lang/crates.io-index"
12857checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
12858dependencies = [
12859 "cc",
12860 "tree-sitter",
12861]
12862
12863[[package]]
12864name = "tree-sitter-jsdoc"
12865version = "0.23.0"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8"
12868dependencies = [
12869 "cc",
12870 "tree-sitter-language",
12871]
12872
12873[[package]]
12874name = "tree-sitter-json"
12875version = "0.23.0"
12876source = "registry+https://github.com/rust-lang/crates.io-index"
12877checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
12878dependencies = [
12879 "cc",
12880 "tree-sitter-language",
12881]
12882
12883[[package]]
12884name = "tree-sitter-language"
12885version = "0.1.0"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57"
12888
12889[[package]]
12890name = "tree-sitter-md"
12891version = "0.3.2"
12892source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
12893dependencies = [
12894 "cc",
12895 "tree-sitter-language",
12896]
12897
12898[[package]]
12899name = "tree-sitter-python"
12900version = "0.23.2"
12901source = "registry+https://github.com/rust-lang/crates.io-index"
12902checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb"
12903dependencies = [
12904 "cc",
12905 "tree-sitter-language",
12906]
12907
12908[[package]]
12909name = "tree-sitter-regex"
12910version = "0.23.0"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
12913dependencies = [
12914 "cc",
12915 "tree-sitter-language",
12916]
12917
12918[[package]]
12919name = "tree-sitter-ruby"
12920version = "0.23.0"
12921source = "registry+https://github.com/rust-lang/crates.io-index"
12922checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0"
12923dependencies = [
12924 "cc",
12925 "tree-sitter-language",
12926]
12927
12928[[package]]
12929name = "tree-sitter-rust"
12930version = "0.23.0"
12931source = "registry+https://github.com/rust-lang/crates.io-index"
12932checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8"
12933dependencies = [
12934 "cc",
12935 "tree-sitter-language",
12936]
12937
12938[[package]]
12939name = "tree-sitter-typescript"
12940version = "0.23.0"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685"
12943dependencies = [
12944 "cc",
12945 "tree-sitter-language",
12946]
12947
12948[[package]]
12949name = "tree-sitter-yaml"
12950version = "0.6.1"
12951source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
12952dependencies = [
12953 "cc",
12954 "tree-sitter-language",
12955]
12956
12957[[package]]
12958name = "try-lock"
12959version = "0.2.5"
12960source = "registry+https://github.com/rust-lang/crates.io-index"
12961checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12962
12963[[package]]
12964name = "ttf-parser"
12965version = "0.21.1"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
12968
12969[[package]]
12970name = "tungstenite"
12971version = "0.20.1"
12972source = "registry+https://github.com/rust-lang/crates.io-index"
12973checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12974dependencies = [
12975 "byteorder",
12976 "bytes 1.7.2",
12977 "data-encoding",
12978 "http 0.2.12",
12979 "httparse",
12980 "log",
12981 "rand 0.8.5",
12982 "sha1",
12983 "thiserror",
12984 "url",
12985 "utf-8",
12986]
12987
12988[[package]]
12989name = "tungstenite"
12990version = "0.21.0"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
12993dependencies = [
12994 "byteorder",
12995 "bytes 1.7.2",
12996 "data-encoding",
12997 "http 1.1.0",
12998 "httparse",
12999 "log",
13000 "rand 0.8.5",
13001 "sha1",
13002 "thiserror",
13003 "url",
13004 "utf-8",
13005]
13006
13007[[package]]
13008name = "typeid"
13009version = "1.0.2"
13010source = "registry+https://github.com/rust-lang/crates.io-index"
13011checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13012
13013[[package]]
13014name = "typenum"
13015version = "1.17.0"
13016source = "registry+https://github.com/rust-lang/crates.io-index"
13017checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13018
13019[[package]]
13020name = "ucd-trie"
13021version = "0.1.6"
13022source = "registry+https://github.com/rust-lang/crates.io-index"
13023checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
13024
13025[[package]]
13026name = "uds_windows"
13027version = "1.1.0"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13030dependencies = [
13031 "memoffset",
13032 "tempfile",
13033 "winapi",
13034]
13035
13036[[package]]
13037name = "ui"
13038version = "0.1.0"
13039dependencies = [
13040 "chrono",
13041 "gpui",
13042 "itertools 0.13.0",
13043 "menu",
13044 "serde",
13045 "settings",
13046 "smallvec",
13047 "story",
13048 "strum 0.25.0",
13049 "theme",
13050 "ui_macros",
13051 "windows 0.58.0",
13052]
13053
13054[[package]]
13055name = "ui_input"
13056version = "0.1.0"
13057dependencies = [
13058 "editor",
13059 "gpui",
13060 "settings",
13061 "theme",
13062 "ui",
13063]
13064
13065[[package]]
13066name = "ui_macros"
13067version = "0.1.0"
13068dependencies = [
13069 "convert_case 0.6.0",
13070 "proc-macro2",
13071 "quote",
13072 "syn 1.0.109",
13073]
13074
13075[[package]]
13076name = "unicase"
13077version = "2.7.0"
13078source = "registry+https://github.com/rust-lang/crates.io-index"
13079checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
13080dependencies = [
13081 "version_check",
13082]
13083
13084[[package]]
13085name = "unicode-bidi"
13086version = "0.3.15"
13087source = "registry+https://github.com/rust-lang/crates.io-index"
13088checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
13089
13090[[package]]
13091name = "unicode-bidi-mirroring"
13092version = "0.2.0"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13095
13096[[package]]
13097name = "unicode-ccc"
13098version = "0.2.0"
13099source = "registry+https://github.com/rust-lang/crates.io-index"
13100checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13101
13102[[package]]
13103name = "unicode-ident"
13104version = "1.0.12"
13105source = "registry+https://github.com/rust-lang/crates.io-index"
13106checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
13107
13108[[package]]
13109name = "unicode-linebreak"
13110version = "0.1.5"
13111source = "registry+https://github.com/rust-lang/crates.io-index"
13112checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13113
13114[[package]]
13115name = "unicode-normalization"
13116version = "0.1.23"
13117source = "registry+https://github.com/rust-lang/crates.io-index"
13118checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
13119dependencies = [
13120 "tinyvec",
13121]
13122
13123[[package]]
13124name = "unicode-properties"
13125version = "0.1.2"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
13128
13129[[package]]
13130name = "unicode-script"
13131version = "0.5.6"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
13134
13135[[package]]
13136name = "unicode-segmentation"
13137version = "1.11.0"
13138source = "registry+https://github.com/rust-lang/crates.io-index"
13139checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
13140
13141[[package]]
13142name = "unicode-width"
13143version = "0.1.13"
13144source = "registry+https://github.com/rust-lang/crates.io-index"
13145checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
13146
13147[[package]]
13148name = "unicode-xid"
13149version = "0.2.5"
13150source = "registry+https://github.com/rust-lang/crates.io-index"
13151checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
13152
13153[[package]]
13154name = "unicode_categories"
13155version = "0.1.1"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
13158
13159[[package]]
13160name = "unindent"
13161version = "0.1.11"
13162source = "registry+https://github.com/rust-lang/crates.io-index"
13163checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
13164
13165[[package]]
13166name = "untrusted"
13167version = "0.7.1"
13168source = "registry+https://github.com/rust-lang/crates.io-index"
13169checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
13170
13171[[package]]
13172name = "untrusted"
13173version = "0.9.0"
13174source = "registry+https://github.com/rust-lang/crates.io-index"
13175checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
13176
13177[[package]]
13178name = "url"
13179version = "2.5.2"
13180source = "registry+https://github.com/rust-lang/crates.io-index"
13181checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
13182dependencies = [
13183 "form_urlencoded",
13184 "idna",
13185 "percent-encoding",
13186 "serde",
13187]
13188
13189[[package]]
13190name = "urlencoding"
13191version = "2.1.3"
13192source = "registry+https://github.com/rust-lang/crates.io-index"
13193checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
13194
13195[[package]]
13196name = "usvg"
13197version = "0.41.0"
13198source = "registry+https://github.com/rust-lang/crates.io-index"
13199checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
13200dependencies = [
13201 "base64 0.22.1",
13202 "data-url",
13203 "flate2",
13204 "imagesize",
13205 "kurbo",
13206 "log",
13207 "pico-args",
13208 "roxmltree 0.19.0",
13209 "simplecss",
13210 "siphasher 1.0.1",
13211 "strict-num",
13212 "svgtypes",
13213 "tiny-skia-path",
13214 "xmlwriter",
13215]
13216
13217[[package]]
13218name = "utf-8"
13219version = "0.7.6"
13220source = "registry+https://github.com/rust-lang/crates.io-index"
13221checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
13222
13223[[package]]
13224name = "utf8parse"
13225version = "0.2.2"
13226source = "registry+https://github.com/rust-lang/crates.io-index"
13227checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
13228
13229[[package]]
13230name = "util"
13231version = "0.1.0"
13232dependencies = [
13233 "anyhow",
13234 "async-fs 1.6.0",
13235 "collections",
13236 "dirs 4.0.0",
13237 "futures 0.3.30",
13238 "futures-lite 1.13.0",
13239 "git2",
13240 "globset",
13241 "log",
13242 "rand 0.8.5",
13243 "regex",
13244 "rust-embed",
13245 "serde",
13246 "serde_json",
13247 "take-until",
13248 "tempfile",
13249 "tendril",
13250 "unicase",
13251]
13252
13253[[package]]
13254name = "uuid"
13255version = "1.10.0"
13256source = "registry+https://github.com/rust-lang/crates.io-index"
13257checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
13258dependencies = [
13259 "getrandom 0.2.15",
13260 "serde",
13261 "sha1_smol",
13262]
13263
13264[[package]]
13265name = "v_frame"
13266version = "0.3.8"
13267source = "registry+https://github.com/rust-lang/crates.io-index"
13268checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
13269dependencies = [
13270 "aligned-vec",
13271 "num-traits",
13272 "wasm-bindgen",
13273]
13274
13275[[package]]
13276name = "valuable"
13277version = "0.1.0"
13278source = "registry+https://github.com/rust-lang/crates.io-index"
13279checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
13280
13281[[package]]
13282name = "value-bag"
13283version = "1.9.0"
13284source = "registry+https://github.com/rust-lang/crates.io-index"
13285checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
13286dependencies = [
13287 "value-bag-serde1",
13288 "value-bag-sval2",
13289]
13290
13291[[package]]
13292name = "value-bag-serde1"
13293version = "1.9.0"
13294source = "registry+https://github.com/rust-lang/crates.io-index"
13295checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
13296dependencies = [
13297 "erased-serde",
13298 "serde",
13299 "serde_fmt",
13300]
13301
13302[[package]]
13303name = "value-bag-sval2"
13304version = "1.9.0"
13305source = "registry+https://github.com/rust-lang/crates.io-index"
13306checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
13307dependencies = [
13308 "sval",
13309 "sval_buffer",
13310 "sval_dynamic",
13311 "sval_fmt",
13312 "sval_json",
13313 "sval_ref",
13314 "sval_serde",
13315]
13316
13317[[package]]
13318name = "vcpkg"
13319version = "0.2.15"
13320source = "registry+https://github.com/rust-lang/crates.io-index"
13321checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
13322
13323[[package]]
13324name = "vcs_menu"
13325version = "0.1.0"
13326dependencies = [
13327 "anyhow",
13328 "fuzzy",
13329 "git",
13330 "gpui",
13331 "picker",
13332 "project",
13333 "ui",
13334 "util",
13335 "workspace",
13336]
13337
13338[[package]]
13339name = "version-compare"
13340version = "0.2.0"
13341source = "registry+https://github.com/rust-lang/crates.io-index"
13342checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
13343
13344[[package]]
13345name = "version_check"
13346version = "0.9.5"
13347source = "registry+https://github.com/rust-lang/crates.io-index"
13348checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
13349
13350[[package]]
13351name = "vim"
13352version = "0.1.0"
13353dependencies = [
13354 "anyhow",
13355 "async-compat",
13356 "async-trait",
13357 "collections",
13358 "command_palette",
13359 "command_palette_hooks",
13360 "editor",
13361 "futures 0.3.30",
13362 "gpui",
13363 "indoc",
13364 "itertools 0.13.0",
13365 "language",
13366 "log",
13367 "lsp",
13368 "multi_buffer",
13369 "nvim-rs",
13370 "parking_lot",
13371 "regex",
13372 "release_channel",
13373 "schemars",
13374 "search",
13375 "serde",
13376 "serde_derive",
13377 "serde_json",
13378 "settings",
13379 "tokio",
13380 "ui",
13381 "util",
13382 "workspace",
13383 "zed_actions",
13384]
13385
13386[[package]]
13387name = "vscode_theme"
13388version = "0.2.0"
13389source = "registry+https://github.com/rust-lang/crates.io-index"
13390checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
13391dependencies = [
13392 "serde",
13393]
13394
13395[[package]]
13396name = "vsimd"
13397version = "0.8.0"
13398source = "registry+https://github.com/rust-lang/crates.io-index"
13399checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
13400
13401[[package]]
13402name = "vswhom"
13403version = "0.1.0"
13404source = "registry+https://github.com/rust-lang/crates.io-index"
13405checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
13406dependencies = [
13407 "libc",
13408 "vswhom-sys",
13409]
13410
13411[[package]]
13412name = "vswhom-sys"
13413version = "0.1.2"
13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
13416dependencies = [
13417 "cc",
13418 "libc",
13419]
13420
13421[[package]]
13422name = "vte"
13423version = "0.13.0"
13424source = "registry+https://github.com/rust-lang/crates.io-index"
13425checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
13426dependencies = [
13427 "bitflags 2.6.0",
13428 "cursor-icon",
13429 "log",
13430 "serde",
13431 "utf8parse",
13432 "vte_generate_state_changes",
13433]
13434
13435[[package]]
13436name = "vte_generate_state_changes"
13437version = "0.1.2"
13438source = "registry+https://github.com/rust-lang/crates.io-index"
13439checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
13440dependencies = [
13441 "proc-macro2",
13442 "quote",
13443]
13444
13445[[package]]
13446name = "waker-fn"
13447version = "1.2.0"
13448source = "registry+https://github.com/rust-lang/crates.io-index"
13449checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
13450
13451[[package]]
13452name = "walkdir"
13453version = "2.5.0"
13454source = "registry+https://github.com/rust-lang/crates.io-index"
13455checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
13456dependencies = [
13457 "same-file",
13458 "winapi-util",
13459]
13460
13461[[package]]
13462name = "want"
13463version = "0.3.1"
13464source = "registry+https://github.com/rust-lang/crates.io-index"
13465checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
13466dependencies = [
13467 "try-lock",
13468]
13469
13470[[package]]
13471name = "warp"
13472version = "0.3.7"
13473source = "registry+https://github.com/rust-lang/crates.io-index"
13474checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
13475dependencies = [
13476 "bytes 1.7.2",
13477 "futures-channel",
13478 "futures-util",
13479 "headers",
13480 "http 0.2.12",
13481 "hyper 0.14.31",
13482 "log",
13483 "mime",
13484 "mime_guess",
13485 "percent-encoding",
13486 "pin-project",
13487 "scoped-tls",
13488 "serde",
13489 "serde_json",
13490 "serde_urlencoded",
13491 "tokio",
13492 "tokio-tungstenite 0.21.0",
13493 "tokio-util",
13494 "tower-service",
13495 "tracing",
13496]
13497
13498[[package]]
13499name = "wasi"
13500version = "0.9.0+wasi-snapshot-preview1"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
13503
13504[[package]]
13505name = "wasi"
13506version = "0.11.0+wasi-snapshot-preview1"
13507source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
13509
13510[[package]]
13511name = "wasite"
13512version = "0.1.0"
13513source = "registry+https://github.com/rust-lang/crates.io-index"
13514checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
13515
13516[[package]]
13517name = "wasm-bindgen"
13518version = "0.2.93"
13519source = "registry+https://github.com/rust-lang/crates.io-index"
13520checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
13521dependencies = [
13522 "cfg-if",
13523 "once_cell",
13524 "wasm-bindgen-macro",
13525]
13526
13527[[package]]
13528name = "wasm-bindgen-backend"
13529version = "0.2.93"
13530source = "registry+https://github.com/rust-lang/crates.io-index"
13531checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
13532dependencies = [
13533 "bumpalo",
13534 "log",
13535 "once_cell",
13536 "proc-macro2",
13537 "quote",
13538 "syn 2.0.76",
13539 "wasm-bindgen-shared",
13540]
13541
13542[[package]]
13543name = "wasm-bindgen-futures"
13544version = "0.4.43"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
13547dependencies = [
13548 "cfg-if",
13549 "js-sys",
13550 "wasm-bindgen",
13551 "web-sys",
13552]
13553
13554[[package]]
13555name = "wasm-bindgen-macro"
13556version = "0.2.93"
13557source = "registry+https://github.com/rust-lang/crates.io-index"
13558checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
13559dependencies = [
13560 "quote",
13561 "wasm-bindgen-macro-support",
13562]
13563
13564[[package]]
13565name = "wasm-bindgen-macro-support"
13566version = "0.2.93"
13567source = "registry+https://github.com/rust-lang/crates.io-index"
13568checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
13569dependencies = [
13570 "proc-macro2",
13571 "quote",
13572 "syn 2.0.76",
13573 "wasm-bindgen-backend",
13574 "wasm-bindgen-shared",
13575]
13576
13577[[package]]
13578name = "wasm-bindgen-shared"
13579version = "0.2.93"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
13582
13583[[package]]
13584name = "wasm-encoder"
13585version = "0.201.0"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
13588dependencies = [
13589 "leb128",
13590]
13591
13592[[package]]
13593name = "wasm-encoder"
13594version = "0.215.0"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
13597dependencies = [
13598 "leb128",
13599]
13600
13601[[package]]
13602name = "wasm-metadata"
13603version = "0.201.0"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
13606dependencies = [
13607 "anyhow",
13608 "indexmap 2.4.0",
13609 "serde",
13610 "serde_derive",
13611 "serde_json",
13612 "spdx",
13613 "wasm-encoder 0.201.0",
13614 "wasmparser 0.201.0",
13615]
13616
13617[[package]]
13618name = "wasm-streams"
13619version = "0.4.1"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
13622dependencies = [
13623 "futures-util",
13624 "js-sys",
13625 "wasm-bindgen",
13626 "wasm-bindgen-futures",
13627 "web-sys",
13628]
13629
13630[[package]]
13631name = "wasmparser"
13632version = "0.201.0"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
13635dependencies = [
13636 "bitflags 2.6.0",
13637 "indexmap 2.4.0",
13638 "semver",
13639]
13640
13641[[package]]
13642name = "wasmparser"
13643version = "0.215.0"
13644source = "registry+https://github.com/rust-lang/crates.io-index"
13645checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
13646dependencies = [
13647 "ahash 0.8.11",
13648 "bitflags 2.6.0",
13649 "hashbrown 0.14.5",
13650 "indexmap 2.4.0",
13651 "semver",
13652 "serde",
13653]
13654
13655[[package]]
13656name = "wasmprinter"
13657version = "0.215.0"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
13660dependencies = [
13661 "anyhow",
13662 "termcolor",
13663 "wasmparser 0.215.0",
13664]
13665
13666[[package]]
13667name = "wasmtime"
13668version = "24.0.1"
13669source = "registry+https://github.com/rust-lang/crates.io-index"
13670checksum = "7e4a5b05e9f1797e557e79f0cf04348eaa7a232596939ef4762838ddf7a6127a"
13671dependencies = [
13672 "anyhow",
13673 "async-trait",
13674 "bitflags 2.6.0",
13675 "bumpalo",
13676 "cc",
13677 "cfg-if",
13678 "encoding_rs",
13679 "hashbrown 0.14.5",
13680 "indexmap 2.4.0",
13681 "libc",
13682 "libm",
13683 "log",
13684 "mach2",
13685 "memfd",
13686 "object",
13687 "once_cell",
13688 "paste",
13689 "postcard",
13690 "psm",
13691 "rustix 0.38.35",
13692 "semver",
13693 "serde",
13694 "serde_derive",
13695 "smallvec",
13696 "sptr",
13697 "target-lexicon",
13698 "wasmparser 0.215.0",
13699 "wasmtime-asm-macros",
13700 "wasmtime-component-macro",
13701 "wasmtime-component-util",
13702 "wasmtime-cranelift",
13703 "wasmtime-environ",
13704 "wasmtime-fiber",
13705 "wasmtime-jit-icache-coherence",
13706 "wasmtime-slab",
13707 "wasmtime-versioned-export-macros",
13708 "wasmtime-winch",
13709 "windows-sys 0.52.0",
13710]
13711
13712[[package]]
13713name = "wasmtime-asm-macros"
13714version = "24.0.1"
13715source = "registry+https://github.com/rust-lang/crates.io-index"
13716checksum = "64414227e19556d4372f9688458c5673606de83473eb66cd0514d36ea8808cab"
13717dependencies = [
13718 "cfg-if",
13719]
13720
13721[[package]]
13722name = "wasmtime-c-api-impl"
13723version = "24.0.0"
13724source = "registry+https://github.com/rust-lang/crates.io-index"
13725checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
13726dependencies = [
13727 "anyhow",
13728 "log",
13729 "once_cell",
13730 "tracing",
13731 "wasmtime",
13732 "wasmtime-c-api-macros",
13733]
13734
13735[[package]]
13736name = "wasmtime-c-api-macros"
13737version = "24.0.0"
13738source = "registry+https://github.com/rust-lang/crates.io-index"
13739checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
13740dependencies = [
13741 "proc-macro2",
13742 "quote",
13743]
13744
13745[[package]]
13746name = "wasmtime-component-macro"
13747version = "24.0.1"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "d3ead31b73689602225742920adbcd881f5656702c1a3b4830862c0c66731727"
13750dependencies = [
13751 "anyhow",
13752 "proc-macro2",
13753 "quote",
13754 "syn 2.0.76",
13755 "wasmtime-component-util",
13756 "wasmtime-wit-bindgen",
13757 "wit-parser 0.215.0",
13758]
13759
13760[[package]]
13761name = "wasmtime-component-util"
13762version = "24.0.1"
13763source = "registry+https://github.com/rust-lang/crates.io-index"
13764checksum = "ab2c778661800e1dcd8ba3e15ff042299709e0a4c512525d9cbb604a04c0421b"
13765
13766[[package]]
13767name = "wasmtime-cranelift"
13768version = "24.0.1"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "9f7ee1f436bcf7d213ef7c2e9d44caffcd57e540ccf997d013384c2ae9b82db7"
13771dependencies = [
13772 "anyhow",
13773 "cfg-if",
13774 "cranelift-codegen",
13775 "cranelift-control",
13776 "cranelift-entity",
13777 "cranelift-frontend",
13778 "cranelift-native",
13779 "cranelift-wasm",
13780 "gimli 0.29.0",
13781 "log",
13782 "object",
13783 "target-lexicon",
13784 "thiserror",
13785 "wasmparser 0.215.0",
13786 "wasmtime-environ",
13787 "wasmtime-versioned-export-macros",
13788]
13789
13790[[package]]
13791name = "wasmtime-environ"
13792version = "24.0.1"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "fa8c33adfb3b9f8d6ef716bc55aea5e6b2275cd5a6721ec8c837d1cb0c471516"
13795dependencies = [
13796 "anyhow",
13797 "cpp_demangle",
13798 "cranelift-bitset",
13799 "cranelift-entity",
13800 "gimli 0.29.0",
13801 "indexmap 2.4.0",
13802 "log",
13803 "object",
13804 "postcard",
13805 "rustc-demangle",
13806 "semver",
13807 "serde",
13808 "serde_derive",
13809 "target-lexicon",
13810 "wasm-encoder 0.215.0",
13811 "wasmparser 0.215.0",
13812 "wasmprinter",
13813 "wasmtime-component-util",
13814 "wasmtime-types",
13815]
13816
13817[[package]]
13818name = "wasmtime-fiber"
13819version = "24.0.1"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "9f3227ed807c2dda9dd770c241023fcd6e48e6722c1c26ff79fc3604d412e884"
13822dependencies = [
13823 "anyhow",
13824 "cc",
13825 "cfg-if",
13826 "rustix 0.38.35",
13827 "wasmtime-asm-macros",
13828 "wasmtime-versioned-export-macros",
13829 "windows-sys 0.52.0",
13830]
13831
13832[[package]]
13833name = "wasmtime-jit-icache-coherence"
13834version = "24.0.1"
13835source = "registry+https://github.com/rust-lang/crates.io-index"
13836checksum = "fa89fc440f0edca882ba6d1890608898e6f0193afdc504c0a64478ec53622bd6"
13837dependencies = [
13838 "anyhow",
13839 "cfg-if",
13840 "libc",
13841 "windows-sys 0.52.0",
13842]
13843
13844[[package]]
13845name = "wasmtime-slab"
13846version = "24.0.1"
13847source = "registry+https://github.com/rust-lang/crates.io-index"
13848checksum = "682b7a5b6772c4e4de8c696fc619ec97930b5e89098db9bee22c1136e002438b"
13849
13850[[package]]
13851name = "wasmtime-types"
13852version = "24.0.1"
13853source = "registry+https://github.com/rust-lang/crates.io-index"
13854checksum = "4a95ea5572f8c3ffe777af21aa00a92097ded291a342fecad9f2c6a972ecea99"
13855dependencies = [
13856 "anyhow",
13857 "cranelift-entity",
13858 "serde",
13859 "serde_derive",
13860 "smallvec",
13861 "wasmparser 0.215.0",
13862]
13863
13864[[package]]
13865name = "wasmtime-versioned-export-macros"
13866version = "24.0.1"
13867source = "registry+https://github.com/rust-lang/crates.io-index"
13868checksum = "ac3621bfccd4e4336ae141d62b96e96316c0f23c47d64e9700594ebe3c4d9a10"
13869dependencies = [
13870 "proc-macro2",
13871 "quote",
13872 "syn 2.0.76",
13873]
13874
13875[[package]]
13876name = "wasmtime-wasi"
13877version = "24.0.1"
13878source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "fda03f5bfd5c4cc09f75c7e44846663f25f2c48a2d688fbfb5c7a33af6cf34f5"
13880dependencies = [
13881 "anyhow",
13882 "async-trait",
13883 "bitflags 2.6.0",
13884 "bytes 1.7.2",
13885 "cap-fs-ext",
13886 "cap-net-ext",
13887 "cap-rand",
13888 "cap-std",
13889 "cap-time-ext",
13890 "fs-set-times",
13891 "futures 0.3.30",
13892 "io-extras",
13893 "io-lifetimes 2.0.3",
13894 "once_cell",
13895 "rustix 0.38.35",
13896 "system-interface",
13897 "thiserror",
13898 "tokio",
13899 "tracing",
13900 "url",
13901 "wasmtime",
13902 "wiggle",
13903 "windows-sys 0.52.0",
13904]
13905
13906[[package]]
13907name = "wasmtime-winch"
13908version = "24.0.1"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "d1d3e99f6bba37864487c9356398667699935b9cfa3655ed2b153b9428b3dd21"
13911dependencies = [
13912 "anyhow",
13913 "cranelift-codegen",
13914 "gimli 0.29.0",
13915 "object",
13916 "target-lexicon",
13917 "wasmparser 0.215.0",
13918 "wasmtime-cranelift",
13919 "wasmtime-environ",
13920 "winch-codegen",
13921]
13922
13923[[package]]
13924name = "wasmtime-wit-bindgen"
13925version = "24.0.1"
13926source = "registry+https://github.com/rust-lang/crates.io-index"
13927checksum = "ee0f4524da226d2cb503d794c8928de6bc24878758cebd4e383c946e9fdb8b3a"
13928dependencies = [
13929 "anyhow",
13930 "heck 0.4.1",
13931 "indexmap 2.4.0",
13932 "wit-parser 0.215.0",
13933]
13934
13935[[package]]
13936name = "wast"
13937version = "35.0.2"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
13940dependencies = [
13941 "leb128",
13942]
13943
13944[[package]]
13945name = "wayland-backend"
13946version = "0.3.6"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13949dependencies = [
13950 "cc",
13951 "downcast-rs",
13952 "rustix 0.38.35",
13953 "scoped-tls",
13954 "smallvec",
13955 "wayland-sys",
13956]
13957
13958[[package]]
13959name = "wayland-client"
13960version = "0.31.5"
13961source = "registry+https://github.com/rust-lang/crates.io-index"
13962checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
13963dependencies = [
13964 "bitflags 2.6.0",
13965 "rustix 0.38.35",
13966 "wayland-backend",
13967 "wayland-scanner",
13968]
13969
13970[[package]]
13971name = "wayland-cursor"
13972version = "0.31.5"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
13975dependencies = [
13976 "rustix 0.38.35",
13977 "wayland-client",
13978 "xcursor",
13979]
13980
13981[[package]]
13982name = "wayland-protocols"
13983version = "0.31.2"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
13986dependencies = [
13987 "bitflags 2.6.0",
13988 "wayland-backend",
13989 "wayland-client",
13990 "wayland-scanner",
13991]
13992
13993[[package]]
13994name = "wayland-protocols-plasma"
13995version = "0.2.0"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
13998dependencies = [
13999 "bitflags 2.6.0",
14000 "wayland-backend",
14001 "wayland-client",
14002 "wayland-protocols",
14003 "wayland-scanner",
14004]
14005
14006[[package]]
14007name = "wayland-scanner"
14008version = "0.31.4"
14009source = "registry+https://github.com/rust-lang/crates.io-index"
14010checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
14011dependencies = [
14012 "proc-macro2",
14013 "quick-xml 0.34.0",
14014 "quote",
14015]
14016
14017[[package]]
14018name = "wayland-sys"
14019version = "0.31.4"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
14022dependencies = [
14023 "dlib",
14024 "log",
14025 "once_cell",
14026 "pkg-config",
14027]
14028
14029[[package]]
14030name = "web-sys"
14031version = "0.3.70"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
14034dependencies = [
14035 "js-sys",
14036 "wasm-bindgen",
14037]
14038
14039[[package]]
14040name = "webpki"
14041version = "0.22.4"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14044dependencies = [
14045 "ring 0.17.8",
14046 "untrusted 0.9.0",
14047]
14048
14049[[package]]
14050name = "webpki-roots"
14051version = "0.22.6"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14054dependencies = [
14055 "webpki",
14056]
14057
14058[[package]]
14059name = "webpki-roots"
14060version = "0.25.4"
14061source = "registry+https://github.com/rust-lang/crates.io-index"
14062checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
14063
14064[[package]]
14065name = "weezl"
14066version = "0.1.8"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14069
14070[[package]]
14071name = "welcome"
14072version = "0.1.0"
14073dependencies = [
14074 "anyhow",
14075 "client",
14076 "db",
14077 "editor",
14078 "extensions_ui",
14079 "fuzzy",
14080 "gpui",
14081 "inline_completion_button",
14082 "install_cli",
14083 "picker",
14084 "project",
14085 "schemars",
14086 "serde",
14087 "settings",
14088 "theme_selector",
14089 "ui",
14090 "util",
14091 "vim",
14092 "workspace",
14093 "zed_actions",
14094]
14095
14096[[package]]
14097name = "which"
14098version = "4.4.2"
14099source = "registry+https://github.com/rust-lang/crates.io-index"
14100checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
14101dependencies = [
14102 "either",
14103 "home",
14104 "once_cell",
14105 "rustix 0.38.35",
14106]
14107
14108[[package]]
14109name = "which"
14110version = "6.0.3"
14111source = "registry+https://github.com/rust-lang/crates.io-index"
14112checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
14113dependencies = [
14114 "either",
14115 "home",
14116 "rustix 0.38.35",
14117 "winsafe",
14118]
14119
14120[[package]]
14121name = "whoami"
14122version = "1.5.1"
14123source = "registry+https://github.com/rust-lang/crates.io-index"
14124checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
14125dependencies = [
14126 "redox_syscall 0.4.1",
14127 "wasite",
14128]
14129
14130[[package]]
14131name = "wiggle"
14132version = "24.0.1"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "2d3b31bd2b4d2d82a4b747b8dbc45f566214214a4ffdc5690429a73bc221dc8a"
14135dependencies = [
14136 "anyhow",
14137 "async-trait",
14138 "bitflags 2.6.0",
14139 "thiserror",
14140 "tracing",
14141 "wasmtime",
14142 "wiggle-macro",
14143]
14144
14145[[package]]
14146name = "wiggle-generate"
14147version = "24.0.1"
14148source = "registry+https://github.com/rust-lang/crates.io-index"
14149checksum = "e2c6136b195fc12067aa9d4e7a5baf118729394df7bc7cbf8c63119bc9f2a7cd"
14150dependencies = [
14151 "anyhow",
14152 "heck 0.4.1",
14153 "proc-macro2",
14154 "quote",
14155 "shellexpand 2.1.2",
14156 "syn 2.0.76",
14157 "witx",
14158]
14159
14160[[package]]
14161name = "wiggle-macro"
14162version = "24.0.1"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "8a41eaceee468da976ac43b85c4eb82e482f828d5e8e56f49f90dfac2d9bc3b4"
14165dependencies = [
14166 "proc-macro2",
14167 "quote",
14168 "syn 2.0.76",
14169 "wiggle-generate",
14170]
14171
14172[[package]]
14173name = "winapi"
14174version = "0.3.9"
14175source = "registry+https://github.com/rust-lang/crates.io-index"
14176checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
14177dependencies = [
14178 "winapi-i686-pc-windows-gnu",
14179 "winapi-x86_64-pc-windows-gnu",
14180]
14181
14182[[package]]
14183name = "winapi-i686-pc-windows-gnu"
14184version = "0.4.0"
14185source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
14187
14188[[package]]
14189name = "winapi-util"
14190version = "0.1.9"
14191source = "registry+https://github.com/rust-lang/crates.io-index"
14192checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
14193dependencies = [
14194 "windows-sys 0.59.0",
14195]
14196
14197[[package]]
14198name = "winapi-x86_64-pc-windows-gnu"
14199version = "0.4.0"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
14202
14203[[package]]
14204name = "winch-codegen"
14205version = "0.22.1"
14206source = "registry+https://github.com/rust-lang/crates.io-index"
14207checksum = "c139fb9298d9651b6869afd544e567ca2448cd5f5ddcb24e4bb86a1ee187c8b3"
14208dependencies = [
14209 "anyhow",
14210 "cranelift-codegen",
14211 "gimli 0.29.0",
14212 "regalloc2",
14213 "smallvec",
14214 "target-lexicon",
14215 "wasmparser 0.215.0",
14216 "wasmtime-cranelift",
14217 "wasmtime-environ",
14218]
14219
14220[[package]]
14221name = "windows"
14222version = "0.54.0"
14223source = "registry+https://github.com/rust-lang/crates.io-index"
14224checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
14225dependencies = [
14226 "windows-core 0.54.0",
14227 "windows-targets 0.52.6",
14228]
14229
14230[[package]]
14231name = "windows"
14232version = "0.58.0"
14233source = "registry+https://github.com/rust-lang/crates.io-index"
14234checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
14235dependencies = [
14236 "windows-core 0.58.0",
14237 "windows-targets 0.52.6",
14238]
14239
14240[[package]]
14241name = "windows-core"
14242version = "0.52.0"
14243source = "registry+https://github.com/rust-lang/crates.io-index"
14244checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
14245dependencies = [
14246 "windows-targets 0.52.6",
14247]
14248
14249[[package]]
14250name = "windows-core"
14251version = "0.54.0"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
14254dependencies = [
14255 "windows-result 0.1.2",
14256 "windows-targets 0.52.6",
14257]
14258
14259[[package]]
14260name = "windows-core"
14261version = "0.58.0"
14262source = "registry+https://github.com/rust-lang/crates.io-index"
14263checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
14264dependencies = [
14265 "windows-implement",
14266 "windows-interface",
14267 "windows-result 0.2.0",
14268 "windows-strings",
14269 "windows-targets 0.52.6",
14270]
14271
14272[[package]]
14273name = "windows-implement"
14274version = "0.58.0"
14275source = "registry+https://github.com/rust-lang/crates.io-index"
14276checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
14277dependencies = [
14278 "proc-macro2",
14279 "quote",
14280 "syn 2.0.76",
14281]
14282
14283[[package]]
14284name = "windows-interface"
14285version = "0.58.0"
14286source = "registry+https://github.com/rust-lang/crates.io-index"
14287checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
14288dependencies = [
14289 "proc-macro2",
14290 "quote",
14291 "syn 2.0.76",
14292]
14293
14294[[package]]
14295name = "windows-registry"
14296version = "0.2.0"
14297source = "registry+https://github.com/rust-lang/crates.io-index"
14298checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
14299dependencies = [
14300 "windows-result 0.2.0",
14301 "windows-strings",
14302 "windows-targets 0.52.6",
14303]
14304
14305[[package]]
14306name = "windows-result"
14307version = "0.1.2"
14308source = "registry+https://github.com/rust-lang/crates.io-index"
14309checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
14310dependencies = [
14311 "windows-targets 0.52.6",
14312]
14313
14314[[package]]
14315name = "windows-result"
14316version = "0.2.0"
14317source = "registry+https://github.com/rust-lang/crates.io-index"
14318checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
14319dependencies = [
14320 "windows-targets 0.52.6",
14321]
14322
14323[[package]]
14324name = "windows-strings"
14325version = "0.1.0"
14326source = "registry+https://github.com/rust-lang/crates.io-index"
14327checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
14328dependencies = [
14329 "windows-result 0.2.0",
14330 "windows-targets 0.52.6",
14331]
14332
14333[[package]]
14334name = "windows-sys"
14335version = "0.45.0"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
14338dependencies = [
14339 "windows-targets 0.42.2",
14340]
14341
14342[[package]]
14343name = "windows-sys"
14344version = "0.48.0"
14345source = "registry+https://github.com/rust-lang/crates.io-index"
14346checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
14347dependencies = [
14348 "windows-targets 0.48.5",
14349]
14350
14351[[package]]
14352name = "windows-sys"
14353version = "0.52.0"
14354source = "registry+https://github.com/rust-lang/crates.io-index"
14355checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
14356dependencies = [
14357 "windows-targets 0.52.6",
14358]
14359
14360[[package]]
14361name = "windows-sys"
14362version = "0.59.0"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
14365dependencies = [
14366 "windows-targets 0.52.6",
14367]
14368
14369[[package]]
14370name = "windows-targets"
14371version = "0.42.2"
14372source = "registry+https://github.com/rust-lang/crates.io-index"
14373checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
14374dependencies = [
14375 "windows_aarch64_gnullvm 0.42.2",
14376 "windows_aarch64_msvc 0.42.2",
14377 "windows_i686_gnu 0.42.2",
14378 "windows_i686_msvc 0.42.2",
14379 "windows_x86_64_gnu 0.42.2",
14380 "windows_x86_64_gnullvm 0.42.2",
14381 "windows_x86_64_msvc 0.42.2",
14382]
14383
14384[[package]]
14385name = "windows-targets"
14386version = "0.48.5"
14387source = "registry+https://github.com/rust-lang/crates.io-index"
14388checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
14389dependencies = [
14390 "windows_aarch64_gnullvm 0.48.5",
14391 "windows_aarch64_msvc 0.48.5",
14392 "windows_i686_gnu 0.48.5",
14393 "windows_i686_msvc 0.48.5",
14394 "windows_x86_64_gnu 0.48.5",
14395 "windows_x86_64_gnullvm 0.48.5",
14396 "windows_x86_64_msvc 0.48.5",
14397]
14398
14399[[package]]
14400name = "windows-targets"
14401version = "0.52.6"
14402source = "registry+https://github.com/rust-lang/crates.io-index"
14403checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
14404dependencies = [
14405 "windows_aarch64_gnullvm 0.52.6",
14406 "windows_aarch64_msvc 0.52.6",
14407 "windows_i686_gnu 0.52.6",
14408 "windows_i686_gnullvm",
14409 "windows_i686_msvc 0.52.6",
14410 "windows_x86_64_gnu 0.52.6",
14411 "windows_x86_64_gnullvm 0.52.6",
14412 "windows_x86_64_msvc 0.52.6",
14413]
14414
14415[[package]]
14416name = "windows_aarch64_gnullvm"
14417version = "0.42.2"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
14420
14421[[package]]
14422name = "windows_aarch64_gnullvm"
14423version = "0.48.5"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
14426
14427[[package]]
14428name = "windows_aarch64_gnullvm"
14429version = "0.52.6"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
14432
14433[[package]]
14434name = "windows_aarch64_msvc"
14435version = "0.42.2"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
14438
14439[[package]]
14440name = "windows_aarch64_msvc"
14441version = "0.48.5"
14442source = "registry+https://github.com/rust-lang/crates.io-index"
14443checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
14444
14445[[package]]
14446name = "windows_aarch64_msvc"
14447version = "0.52.6"
14448source = "registry+https://github.com/rust-lang/crates.io-index"
14449checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
14450
14451[[package]]
14452name = "windows_i686_gnu"
14453version = "0.42.2"
14454source = "registry+https://github.com/rust-lang/crates.io-index"
14455checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
14456
14457[[package]]
14458name = "windows_i686_gnu"
14459version = "0.48.5"
14460source = "registry+https://github.com/rust-lang/crates.io-index"
14461checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
14462
14463[[package]]
14464name = "windows_i686_gnu"
14465version = "0.52.6"
14466source = "registry+https://github.com/rust-lang/crates.io-index"
14467checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
14468
14469[[package]]
14470name = "windows_i686_gnullvm"
14471version = "0.52.6"
14472source = "registry+https://github.com/rust-lang/crates.io-index"
14473checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
14474
14475[[package]]
14476name = "windows_i686_msvc"
14477version = "0.42.2"
14478source = "registry+https://github.com/rust-lang/crates.io-index"
14479checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
14480
14481[[package]]
14482name = "windows_i686_msvc"
14483version = "0.48.5"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
14486
14487[[package]]
14488name = "windows_i686_msvc"
14489version = "0.52.6"
14490source = "registry+https://github.com/rust-lang/crates.io-index"
14491checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
14492
14493[[package]]
14494name = "windows_x86_64_gnu"
14495version = "0.42.2"
14496source = "registry+https://github.com/rust-lang/crates.io-index"
14497checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
14498
14499[[package]]
14500name = "windows_x86_64_gnu"
14501version = "0.48.5"
14502source = "registry+https://github.com/rust-lang/crates.io-index"
14503checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
14504
14505[[package]]
14506name = "windows_x86_64_gnu"
14507version = "0.52.6"
14508source = "registry+https://github.com/rust-lang/crates.io-index"
14509checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
14510
14511[[package]]
14512name = "windows_x86_64_gnullvm"
14513version = "0.42.2"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
14516
14517[[package]]
14518name = "windows_x86_64_gnullvm"
14519version = "0.48.5"
14520source = "registry+https://github.com/rust-lang/crates.io-index"
14521checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
14522
14523[[package]]
14524name = "windows_x86_64_gnullvm"
14525version = "0.52.6"
14526source = "registry+https://github.com/rust-lang/crates.io-index"
14527checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
14528
14529[[package]]
14530name = "windows_x86_64_msvc"
14531version = "0.42.2"
14532source = "registry+https://github.com/rust-lang/crates.io-index"
14533checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
14534
14535[[package]]
14536name = "windows_x86_64_msvc"
14537version = "0.48.5"
14538source = "registry+https://github.com/rust-lang/crates.io-index"
14539checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
14540
14541[[package]]
14542name = "windows_x86_64_msvc"
14543version = "0.52.6"
14544source = "registry+https://github.com/rust-lang/crates.io-index"
14545checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
14546
14547[[package]]
14548name = "winnow"
14549version = "0.5.40"
14550source = "registry+https://github.com/rust-lang/crates.io-index"
14551checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
14552dependencies = [
14553 "memchr",
14554]
14555
14556[[package]]
14557name = "winnow"
14558version = "0.6.18"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
14561dependencies = [
14562 "memchr",
14563]
14564
14565[[package]]
14566name = "winreg"
14567version = "0.50.0"
14568source = "registry+https://github.com/rust-lang/crates.io-index"
14569checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
14570dependencies = [
14571 "cfg-if",
14572 "windows-sys 0.48.0",
14573]
14574
14575[[package]]
14576name = "winreg"
14577version = "0.52.0"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
14580dependencies = [
14581 "cfg-if",
14582 "windows-sys 0.48.0",
14583]
14584
14585[[package]]
14586name = "winresource"
14587version = "0.1.17"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
14590dependencies = [
14591 "toml 0.7.8",
14592 "version_check",
14593]
14594
14595[[package]]
14596name = "winsafe"
14597version = "0.0.19"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
14600
14601[[package]]
14602name = "winx"
14603version = "0.36.3"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
14606dependencies = [
14607 "bitflags 2.6.0",
14608 "windows-sys 0.52.0",
14609]
14610
14611[[package]]
14612name = "wio"
14613version = "0.2.2"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
14616dependencies = [
14617 "winapi",
14618]
14619
14620[[package]]
14621name = "wit-bindgen"
14622version = "0.22.0"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
14625dependencies = [
14626 "bitflags 2.6.0",
14627 "wit-bindgen-rt",
14628 "wit-bindgen-rust-macro",
14629]
14630
14631[[package]]
14632name = "wit-bindgen-core"
14633version = "0.22.0"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
14636dependencies = [
14637 "anyhow",
14638 "wit-parser 0.201.0",
14639]
14640
14641[[package]]
14642name = "wit-bindgen-rt"
14643version = "0.22.0"
14644source = "registry+https://github.com/rust-lang/crates.io-index"
14645checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
14646
14647[[package]]
14648name = "wit-bindgen-rust"
14649version = "0.22.0"
14650source = "registry+https://github.com/rust-lang/crates.io-index"
14651checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
14652dependencies = [
14653 "anyhow",
14654 "heck 0.4.1",
14655 "indexmap 2.4.0",
14656 "wasm-metadata",
14657 "wit-bindgen-core",
14658 "wit-component",
14659]
14660
14661[[package]]
14662name = "wit-bindgen-rust-macro"
14663version = "0.22.0"
14664source = "registry+https://github.com/rust-lang/crates.io-index"
14665checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
14666dependencies = [
14667 "anyhow",
14668 "proc-macro2",
14669 "quote",
14670 "syn 2.0.76",
14671 "wit-bindgen-core",
14672 "wit-bindgen-rust",
14673]
14674
14675[[package]]
14676name = "wit-component"
14677version = "0.201.0"
14678source = "registry+https://github.com/rust-lang/crates.io-index"
14679checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
14680dependencies = [
14681 "anyhow",
14682 "bitflags 2.6.0",
14683 "indexmap 2.4.0",
14684 "log",
14685 "serde",
14686 "serde_derive",
14687 "serde_json",
14688 "wasm-encoder 0.201.0",
14689 "wasm-metadata",
14690 "wasmparser 0.201.0",
14691 "wit-parser 0.201.0",
14692]
14693
14694[[package]]
14695name = "wit-parser"
14696version = "0.201.0"
14697source = "registry+https://github.com/rust-lang/crates.io-index"
14698checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
14699dependencies = [
14700 "anyhow",
14701 "id-arena",
14702 "indexmap 2.4.0",
14703 "log",
14704 "semver",
14705 "serde",
14706 "serde_derive",
14707 "serde_json",
14708 "unicode-xid",
14709 "wasmparser 0.201.0",
14710]
14711
14712[[package]]
14713name = "wit-parser"
14714version = "0.215.0"
14715source = "registry+https://github.com/rust-lang/crates.io-index"
14716checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
14717dependencies = [
14718 "anyhow",
14719 "id-arena",
14720 "indexmap 2.4.0",
14721 "log",
14722 "semver",
14723 "serde",
14724 "serde_derive",
14725 "serde_json",
14726 "unicode-xid",
14727 "wasmparser 0.215.0",
14728]
14729
14730[[package]]
14731name = "witx"
14732version = "0.9.1"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
14735dependencies = [
14736 "anyhow",
14737 "log",
14738 "thiserror",
14739 "wast",
14740]
14741
14742[[package]]
14743name = "workspace"
14744version = "0.1.0"
14745dependencies = [
14746 "any_vec",
14747 "anyhow",
14748 "async-recursion 1.1.1",
14749 "bincode",
14750 "call",
14751 "client",
14752 "clock",
14753 "collections",
14754 "db",
14755 "derive_more",
14756 "env_logger 0.11.5",
14757 "fs",
14758 "futures 0.3.30",
14759 "git",
14760 "gpui",
14761 "http_client",
14762 "itertools 0.13.0",
14763 "language",
14764 "log",
14765 "node_runtime",
14766 "parking_lot",
14767 "postage",
14768 "project",
14769 "remote",
14770 "schemars",
14771 "serde",
14772 "serde_json",
14773 "session",
14774 "settings",
14775 "smallvec",
14776 "sqlez",
14777 "task",
14778 "tempfile",
14779 "theme",
14780 "ui",
14781 "util",
14782 "uuid",
14783]
14784
14785[[package]]
14786name = "worktree"
14787version = "0.1.0"
14788dependencies = [
14789 "anyhow",
14790 "clock",
14791 "collections",
14792 "env_logger 0.11.5",
14793 "fs",
14794 "futures 0.3.30",
14795 "fuzzy",
14796 "git",
14797 "git2",
14798 "git_hosting_providers",
14799 "gpui",
14800 "http_client",
14801 "ignore",
14802 "language",
14803 "log",
14804 "parking_lot",
14805 "paths",
14806 "postage",
14807 "pretty_assertions",
14808 "rand 0.8.5",
14809 "rpc",
14810 "schemars",
14811 "serde",
14812 "serde_json",
14813 "settings",
14814 "smallvec",
14815 "smol",
14816 "sum_tree",
14817 "text",
14818 "util",
14819]
14820
14821[[package]]
14822name = "wyz"
14823version = "0.5.1"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
14826dependencies = [
14827 "tap",
14828]
14829
14830[[package]]
14831name = "x11-clipboard"
14832version = "0.9.2"
14833source = "registry+https://github.com/rust-lang/crates.io-index"
14834checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
14835dependencies = [
14836 "libc",
14837 "x11rb",
14838]
14839
14840[[package]]
14841name = "x11rb"
14842version = "0.13.1"
14843source = "registry+https://github.com/rust-lang/crates.io-index"
14844checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
14845dependencies = [
14846 "as-raw-xcb-connection",
14847 "gethostname",
14848 "libc",
14849 "rustix 0.38.35",
14850 "x11rb-protocol",
14851]
14852
14853[[package]]
14854name = "x11rb-protocol"
14855version = "0.13.1"
14856source = "registry+https://github.com/rust-lang/crates.io-index"
14857checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
14858
14859[[package]]
14860name = "xattr"
14861version = "0.2.3"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
14864dependencies = [
14865 "libc",
14866]
14867
14868[[package]]
14869name = "xcursor"
14870version = "0.3.8"
14871source = "registry+https://github.com/rust-lang/crates.io-index"
14872checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
14873
14874[[package]]
14875name = "xdg-home"
14876version = "1.3.0"
14877source = "registry+https://github.com/rust-lang/crates.io-index"
14878checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
14879dependencies = [
14880 "libc",
14881 "windows-sys 0.59.0",
14882]
14883
14884[[package]]
14885name = "xim"
14886version = "0.4.0"
14887source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14888dependencies = [
14889 "ahash 0.8.11",
14890 "hashbrown 0.14.5",
14891 "log",
14892 "x11rb",
14893 "xim-ctext",
14894 "xim-parser",
14895]
14896
14897[[package]]
14898name = "xim-ctext"
14899version = "0.3.0"
14900source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14901dependencies = [
14902 "encoding_rs",
14903]
14904
14905[[package]]
14906name = "xim-parser"
14907version = "0.2.1"
14908source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14909dependencies = [
14910 "bitflags 2.6.0",
14911]
14912
14913[[package]]
14914name = "xkbcommon"
14915version = "0.7.0"
14916source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
14917dependencies = [
14918 "as-raw-xcb-connection",
14919 "libc",
14920 "memmap2",
14921 "xkeysym",
14922]
14923
14924[[package]]
14925name = "xkeysym"
14926version = "0.2.1"
14927source = "registry+https://github.com/rust-lang/crates.io-index"
14928checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
14929
14930[[package]]
14931name = "xml5ever"
14932version = "0.18.1"
14933source = "registry+https://github.com/rust-lang/crates.io-index"
14934checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
14935dependencies = [
14936 "log",
14937 "mac",
14938 "markup5ever",
14939]
14940
14941[[package]]
14942name = "xmlparser"
14943version = "0.13.6"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
14946
14947[[package]]
14948name = "xmlwriter"
14949version = "0.1.0"
14950source = "registry+https://github.com/rust-lang/crates.io-index"
14951checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
14952
14953[[package]]
14954name = "xtask"
14955version = "0.1.0"
14956dependencies = [
14957 "anyhow",
14958 "cargo_metadata",
14959 "cargo_toml",
14960 "clap",
14961]
14962
14963[[package]]
14964name = "yaml-rust2"
14965version = "0.8.1"
14966source = "registry+https://github.com/rust-lang/crates.io-index"
14967checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
14968dependencies = [
14969 "arraydeque",
14970 "encoding_rs",
14971 "hashlink 0.8.4",
14972]
14973
14974[[package]]
14975name = "yansi"
14976version = "1.0.1"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
14979
14980[[package]]
14981name = "yazi"
14982version = "0.1.6"
14983source = "registry+https://github.com/rust-lang/crates.io-index"
14984checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
14985
14986[[package]]
14987name = "yeslogic-fontconfig-sys"
14988version = "6.0.0"
14989source = "registry+https://github.com/rust-lang/crates.io-index"
14990checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
14991dependencies = [
14992 "dlib",
14993 "once_cell",
14994 "pkg-config",
14995]
14996
14997[[package]]
14998name = "zbus"
14999version = "4.4.0"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15002dependencies = [
15003 "async-broadcast",
15004 "async-executor",
15005 "async-fs 2.1.2",
15006 "async-io 2.3.4",
15007 "async-lock 3.4.0",
15008 "async-process 2.2.4",
15009 "async-recursion 1.1.1",
15010 "async-task",
15011 "async-trait",
15012 "blocking",
15013 "enumflags2",
15014 "event-listener 5.3.1",
15015 "futures-core",
15016 "futures-sink",
15017 "futures-util",
15018 "hex",
15019 "nix",
15020 "ordered-stream",
15021 "rand 0.8.5",
15022 "serde",
15023 "serde_repr",
15024 "sha1",
15025 "static_assertions",
15026 "tracing",
15027 "uds_windows",
15028 "windows-sys 0.52.0",
15029 "xdg-home",
15030 "zbus_macros",
15031 "zbus_names",
15032 "zvariant",
15033]
15034
15035[[package]]
15036name = "zbus_macros"
15037version = "4.4.0"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
15040dependencies = [
15041 "proc-macro-crate",
15042 "proc-macro2",
15043 "quote",
15044 "syn 2.0.76",
15045 "zvariant_utils",
15046]
15047
15048[[package]]
15049name = "zbus_names"
15050version = "3.0.0"
15051source = "registry+https://github.com/rust-lang/crates.io-index"
15052checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
15053dependencies = [
15054 "serde",
15055 "static_assertions",
15056 "zvariant",
15057]
15058
15059[[package]]
15060name = "zed"
15061version = "0.161.0"
15062dependencies = [
15063 "activity_indicator",
15064 "anyhow",
15065 "ashpd",
15066 "assets",
15067 "assistant",
15068 "async-watch",
15069 "audio",
15070 "auto_update",
15071 "backtrace",
15072 "breadcrumbs",
15073 "call",
15074 "channel",
15075 "chrono",
15076 "clap",
15077 "cli",
15078 "client",
15079 "collab_ui",
15080 "collections",
15081 "command_palette",
15082 "command_palette_hooks",
15083 "copilot",
15084 "db",
15085 "diagnostics",
15086 "editor",
15087 "env_logger 0.11.5",
15088 "extension_host",
15089 "extensions_ui",
15090 "feature_flags",
15091 "feedback",
15092 "file_finder",
15093 "file_icons",
15094 "fs",
15095 "futures 0.3.30",
15096 "git",
15097 "git_hosting_providers",
15098 "go_to_line",
15099 "gpui",
15100 "http_client",
15101 "image_viewer",
15102 "inline_completion_button",
15103 "install_cli",
15104 "journal",
15105 "language",
15106 "language_model",
15107 "language_selector",
15108 "language_tools",
15109 "languages",
15110 "libc",
15111 "log",
15112 "markdown_preview",
15113 "menu",
15114 "mimalloc",
15115 "nix",
15116 "node_runtime",
15117 "notifications",
15118 "outline",
15119 "outline_panel",
15120 "parking_lot",
15121 "paths",
15122 "profiling",
15123 "project",
15124 "project_panel",
15125 "project_symbols",
15126 "proto",
15127 "quick_action_bar",
15128 "recent_projects",
15129 "release_channel",
15130 "remote",
15131 "repl",
15132 "reqwest_client",
15133 "rope",
15134 "search",
15135 "serde",
15136 "serde_json",
15137 "session",
15138 "settings",
15139 "settings_ui",
15140 "shellexpand 2.1.2",
15141 "simplelog",
15142 "smol",
15143 "snippet_provider",
15144 "snippets_ui",
15145 "supermaven",
15146 "sysinfo",
15147 "tab_switcher",
15148 "task",
15149 "tasks_ui",
15150 "telemetry_events",
15151 "terminal_view",
15152 "theme",
15153 "theme_selector",
15154 "time",
15155 "toolchain_selector",
15156 "tree-sitter-md",
15157 "tree-sitter-rust",
15158 "ui",
15159 "url",
15160 "urlencoding",
15161 "util",
15162 "uuid",
15163 "vim",
15164 "welcome",
15165 "windows 0.58.0",
15166 "winresource",
15167 "workspace",
15168 "zed_actions",
15169]
15170
15171[[package]]
15172name = "zed_actions"
15173version = "0.1.0"
15174dependencies = [
15175 "gpui",
15176 "serde",
15177]
15178
15179[[package]]
15180name = "zed_astro"
15181version = "0.1.1"
15182dependencies = [
15183 "serde",
15184 "zed_extension_api 0.1.0",
15185]
15186
15187[[package]]
15188name = "zed_clojure"
15189version = "0.0.3"
15190dependencies = [
15191 "zed_extension_api 0.1.0",
15192]
15193
15194[[package]]
15195name = "zed_csharp"
15196version = "0.0.2"
15197dependencies = [
15198 "zed_extension_api 0.1.0",
15199]
15200
15201[[package]]
15202name = "zed_deno"
15203version = "0.0.2"
15204dependencies = [
15205 "zed_extension_api 0.1.0",
15206]
15207
15208[[package]]
15209name = "zed_elixir"
15210version = "0.1.1"
15211dependencies = [
15212 "zed_extension_api 0.1.0",
15213]
15214
15215[[package]]
15216name = "zed_elm"
15217version = "0.0.1"
15218dependencies = [
15219 "zed_extension_api 0.1.0",
15220]
15221
15222[[package]]
15223name = "zed_emmet"
15224version = "0.0.3"
15225dependencies = [
15226 "zed_extension_api 0.1.0",
15227]
15228
15229[[package]]
15230name = "zed_erlang"
15231version = "0.1.0"
15232dependencies = [
15233 "zed_extension_api 0.1.0",
15234]
15235
15236[[package]]
15237name = "zed_extension_api"
15238version = "0.1.0"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
15241dependencies = [
15242 "serde",
15243 "serde_json",
15244 "wit-bindgen",
15245]
15246
15247[[package]]
15248name = "zed_extension_api"
15249version = "0.2.0"
15250dependencies = [
15251 "serde",
15252 "serde_json",
15253 "wit-bindgen",
15254]
15255
15256[[package]]
15257name = "zed_glsl"
15258version = "0.1.0"
15259dependencies = [
15260 "zed_extension_api 0.1.0",
15261]
15262
15263[[package]]
15264name = "zed_haskell"
15265version = "0.1.1"
15266dependencies = [
15267 "zed_extension_api 0.1.0",
15268]
15269
15270[[package]]
15271name = "zed_html"
15272version = "0.1.3"
15273dependencies = [
15274 "zed_extension_api 0.1.0",
15275]
15276
15277[[package]]
15278name = "zed_lua"
15279version = "0.1.0"
15280dependencies = [
15281 "zed_extension_api 0.1.0",
15282]
15283
15284[[package]]
15285name = "zed_ocaml"
15286version = "0.1.0"
15287dependencies = [
15288 "zed_extension_api 0.1.0",
15289]
15290
15291[[package]]
15292name = "zed_php"
15293version = "0.2.2"
15294dependencies = [
15295 "zed_extension_api 0.1.0",
15296]
15297
15298[[package]]
15299name = "zed_prisma"
15300version = "0.0.3"
15301dependencies = [
15302 "zed_extension_api 0.1.0",
15303]
15304
15305[[package]]
15306name = "zed_proto"
15307version = "0.2.0"
15308dependencies = [
15309 "zed_extension_api 0.1.0",
15310]
15311
15312[[package]]
15313name = "zed_purescript"
15314version = "0.0.1"
15315dependencies = [
15316 "zed_extension_api 0.1.0",
15317]
15318
15319[[package]]
15320name = "zed_ruff"
15321version = "0.1.0"
15322dependencies = [
15323 "zed_extension_api 0.1.0",
15324]
15325
15326[[package]]
15327name = "zed_snippets"
15328version = "0.0.5"
15329dependencies = [
15330 "serde_json",
15331 "zed_extension_api 0.1.0",
15332]
15333
15334[[package]]
15335name = "zed_terraform"
15336version = "0.1.1"
15337dependencies = [
15338 "zed_extension_api 0.1.0",
15339]
15340
15341[[package]]
15342name = "zed_test_extension"
15343version = "0.1.0"
15344dependencies = [
15345 "zed_extension_api 0.2.0",
15346]
15347
15348[[package]]
15349name = "zed_toml"
15350version = "0.1.1"
15351dependencies = [
15352 "zed_extension_api 0.1.0",
15353]
15354
15355[[package]]
15356name = "zed_uiua"
15357version = "0.0.1"
15358dependencies = [
15359 "zed_extension_api 0.1.0",
15360]
15361
15362[[package]]
15363name = "zed_zig"
15364version = "0.3.1"
15365dependencies = [
15366 "zed_extension_api 0.1.0",
15367]
15368
15369[[package]]
15370name = "zeno"
15371version = "0.2.3"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
15374
15375[[package]]
15376name = "zerocopy"
15377version = "0.7.35"
15378source = "registry+https://github.com/rust-lang/crates.io-index"
15379checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
15380dependencies = [
15381 "byteorder",
15382 "zerocopy-derive",
15383]
15384
15385[[package]]
15386name = "zerocopy-derive"
15387version = "0.7.35"
15388source = "registry+https://github.com/rust-lang/crates.io-index"
15389checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
15390dependencies = [
15391 "proc-macro2",
15392 "quote",
15393 "syn 2.0.76",
15394]
15395
15396[[package]]
15397name = "zeroize"
15398version = "1.8.1"
15399source = "registry+https://github.com/rust-lang/crates.io-index"
15400checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
15401dependencies = [
15402 "zeroize_derive",
15403]
15404
15405[[package]]
15406name = "zeroize_derive"
15407version = "1.4.2"
15408source = "registry+https://github.com/rust-lang/crates.io-index"
15409checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
15410dependencies = [
15411 "proc-macro2",
15412 "quote",
15413 "syn 2.0.76",
15414]
15415
15416[[package]]
15417name = "zeromq"
15418version = "0.4.0"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
15421dependencies = [
15422 "async-dispatcher",
15423 "async-std",
15424 "async-trait",
15425 "asynchronous-codec",
15426 "bytes 1.7.2",
15427 "crossbeam-queue",
15428 "dashmap 5.5.3",
15429 "futures-channel",
15430 "futures-io",
15431 "futures-task",
15432 "futures-util",
15433 "log",
15434 "num-traits",
15435 "once_cell",
15436 "parking_lot",
15437 "rand 0.8.5",
15438 "regex",
15439 "thiserror",
15440 "uuid",
15441]
15442
15443[[package]]
15444name = "zstd"
15445version = "0.11.2+zstd.1.5.2"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
15448dependencies = [
15449 "zstd-safe",
15450]
15451
15452[[package]]
15453name = "zstd-safe"
15454version = "5.0.2+zstd.1.5.2"
15455source = "registry+https://github.com/rust-lang/crates.io-index"
15456checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
15457dependencies = [
15458 "libc",
15459 "zstd-sys",
15460]
15461
15462[[package]]
15463name = "zstd-sys"
15464version = "2.0.13+zstd.1.5.6"
15465source = "registry+https://github.com/rust-lang/crates.io-index"
15466checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
15467dependencies = [
15468 "cc",
15469 "pkg-config",
15470]
15471
15472[[package]]
15473name = "zune-core"
15474version = "0.4.12"
15475source = "registry+https://github.com/rust-lang/crates.io-index"
15476checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
15477
15478[[package]]
15479name = "zune-inflate"
15480version = "0.2.54"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
15483dependencies = [
15484 "simd-adler32",
15485]
15486
15487[[package]]
15488name = "zune-jpeg"
15489version = "0.4.13"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
15492dependencies = [
15493 "zune-core",
15494]
15495
15496[[package]]
15497name = "zvariant"
15498version = "4.2.0"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
15501dependencies = [
15502 "endi",
15503 "enumflags2",
15504 "serde",
15505 "static_assertions",
15506 "url",
15507 "zvariant_derive",
15508]
15509
15510[[package]]
15511name = "zvariant_derive"
15512version = "4.2.0"
15513source = "registry+https://github.com/rust-lang/crates.io-index"
15514checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
15515dependencies = [
15516 "proc-macro-crate",
15517 "proc-macro2",
15518 "quote",
15519 "syn 2.0.76",
15520 "zvariant_utils",
15521]
15522
15523[[package]]
15524name = "zvariant_utils"
15525version = "2.1.0"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
15528dependencies = [
15529 "proc-macro2",
15530 "quote",
15531 "syn 2.0.76",
15532]