1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension",
13 "futures 0.3.30",
14 "gpui",
15 "language",
16 "project",
17 "smallvec",
18 "ui",
19 "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.13"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "7e614738943d3f68c628ae3dbce7c3daffb196665f82f8c8ea6b65de73c79429"
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.30",
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.30",
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.30",
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.30",
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.30",
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 "assistant_slash_command",
4098 "async-compression",
4099 "async-tar",
4100 "async-trait",
4101 "client",
4102 "collections",
4103 "ctor",
4104 "env_logger 0.11.5",
4105 "fs",
4106 "futures 0.3.30",
4107 "gpui",
4108 "http_client",
4109 "indexed_docs",
4110 "language",
4111 "log",
4112 "lsp",
4113 "node_runtime",
4114 "parking_lot",
4115 "paths",
4116 "project",
4117 "release_channel",
4118 "reqwest_client",
4119 "schemars",
4120 "semantic_version",
4121 "serde",
4122 "serde_json",
4123 "serde_json_lenient",
4124 "settings",
4125 "snippet_provider",
4126 "task",
4127 "theme",
4128 "toml 0.8.19",
4129 "ui",
4130 "url",
4131 "util",
4132 "wasm-encoder 0.215.0",
4133 "wasmparser 0.215.0",
4134 "wasmtime",
4135 "wasmtime-wasi",
4136 "wit-component",
4137 "workspace",
4138]
4139
4140[[package]]
4141name = "extension_cli"
4142version = "0.1.0"
4143dependencies = [
4144 "anyhow",
4145 "clap",
4146 "env_logger 0.11.5",
4147 "extension",
4148 "fs",
4149 "language",
4150 "log",
4151 "reqwest_client",
4152 "rpc",
4153 "serde",
4154 "serde_json",
4155 "theme",
4156 "tokio",
4157 "toml 0.8.19",
4158 "tree-sitter",
4159 "wasmtime",
4160]
4161
4162[[package]]
4163name = "extensions_ui"
4164version = "0.1.0"
4165dependencies = [
4166 "anyhow",
4167 "client",
4168 "collections",
4169 "db",
4170 "editor",
4171 "extension",
4172 "fs",
4173 "fuzzy",
4174 "gpui",
4175 "language",
4176 "num-format",
4177 "picker",
4178 "project",
4179 "release_channel",
4180 "semantic_version",
4181 "serde",
4182 "settings",
4183 "smallvec",
4184 "theme",
4185 "theme_selector",
4186 "ui",
4187 "util",
4188 "vim",
4189 "workspace",
4190]
4191
4192[[package]]
4193name = "fallible-iterator"
4194version = "0.3.0"
4195source = "registry+https://github.com/rust-lang/crates.io-index"
4196checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4197
4198[[package]]
4199name = "fancy-regex"
4200version = "0.12.0"
4201source = "registry+https://github.com/rust-lang/crates.io-index"
4202checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
4203dependencies = [
4204 "bit-set 0.5.3",
4205 "regex",
4206]
4207
4208[[package]]
4209name = "fast-srgb8"
4210version = "1.0.0"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4213
4214[[package]]
4215name = "fastrand"
4216version = "1.9.0"
4217source = "registry+https://github.com/rust-lang/crates.io-index"
4218checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4219dependencies = [
4220 "instant",
4221]
4222
4223[[package]]
4224name = "fastrand"
4225version = "2.1.1"
4226source = "registry+https://github.com/rust-lang/crates.io-index"
4227checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
4228
4229[[package]]
4230name = "fd-lock"
4231version = "4.0.2"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4234dependencies = [
4235 "cfg-if",
4236 "rustix 0.38.35",
4237 "windows-sys 0.52.0",
4238]
4239
4240[[package]]
4241name = "fdeflate"
4242version = "0.3.4"
4243source = "registry+https://github.com/rust-lang/crates.io-index"
4244checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
4245dependencies = [
4246 "simd-adler32",
4247]
4248
4249[[package]]
4250name = "feature_flags"
4251version = "0.1.0"
4252dependencies = [
4253 "futures 0.3.30",
4254 "gpui",
4255]
4256
4257[[package]]
4258name = "feedback"
4259version = "0.1.0"
4260dependencies = [
4261 "anyhow",
4262 "bitflags 2.6.0",
4263 "client",
4264 "db",
4265 "editor",
4266 "futures 0.3.30",
4267 "gpui",
4268 "http_client",
4269 "human_bytes",
4270 "language",
4271 "log",
4272 "menu",
4273 "project",
4274 "regex",
4275 "release_channel",
4276 "serde",
4277 "serde_derive",
4278 "serde_json",
4279 "smol",
4280 "sysinfo",
4281 "ui",
4282 "urlencoding",
4283 "util",
4284 "workspace",
4285]
4286
4287[[package]]
4288name = "ff"
4289version = "0.12.1"
4290source = "registry+https://github.com/rust-lang/crates.io-index"
4291checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4292dependencies = [
4293 "rand_core 0.6.4",
4294 "subtle",
4295]
4296
4297[[package]]
4298name = "file_finder"
4299version = "0.1.0"
4300dependencies = [
4301 "anyhow",
4302 "collections",
4303 "ctor",
4304 "editor",
4305 "env_logger 0.11.5",
4306 "file_icons",
4307 "futures 0.3.30",
4308 "fuzzy",
4309 "gpui",
4310 "language",
4311 "menu",
4312 "picker",
4313 "project",
4314 "schemars",
4315 "serde",
4316 "serde_derive",
4317 "serde_json",
4318 "settings",
4319 "text",
4320 "theme",
4321 "ui",
4322 "util",
4323 "workspace",
4324]
4325
4326[[package]]
4327name = "file_icons"
4328version = "0.1.0"
4329dependencies = [
4330 "collections",
4331 "gpui",
4332 "serde",
4333 "serde_derive",
4334 "serde_json",
4335 "util",
4336]
4337
4338[[package]]
4339name = "filedescriptor"
4340version = "0.8.2"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4343dependencies = [
4344 "libc",
4345 "thiserror",
4346 "winapi",
4347]
4348
4349[[package]]
4350name = "filetime"
4351version = "0.2.25"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4354dependencies = [
4355 "cfg-if",
4356 "libc",
4357 "libredox",
4358 "windows-sys 0.59.0",
4359]
4360
4361[[package]]
4362name = "fixedbitset"
4363version = "0.4.2"
4364source = "registry+https://github.com/rust-lang/crates.io-index"
4365checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4366
4367[[package]]
4368name = "flate2"
4369version = "1.0.33"
4370source = "registry+https://github.com/rust-lang/crates.io-index"
4371checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
4372dependencies = [
4373 "crc32fast",
4374 "miniz_oxide 0.8.0",
4375]
4376
4377[[package]]
4378name = "float-cmp"
4379version = "0.9.0"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4382
4383[[package]]
4384name = "float-ord"
4385version = "0.3.2"
4386source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4388
4389[[package]]
4390name = "flume"
4391version = "0.11.0"
4392source = "registry+https://github.com/rust-lang/crates.io-index"
4393checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
4394dependencies = [
4395 "futures-core",
4396 "futures-sink",
4397 "nanorand",
4398 "spin 0.9.8",
4399]
4400
4401[[package]]
4402name = "fnv"
4403version = "1.0.7"
4404source = "registry+https://github.com/rust-lang/crates.io-index"
4405checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4406
4407[[package]]
4408name = "font-kit"
4409version = "0.14.1"
4410source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4411dependencies = [
4412 "bitflags 2.6.0",
4413 "byteorder",
4414 "core-foundation 0.9.4",
4415 "core-graphics 0.23.2",
4416 "core-text",
4417 "dirs 5.0.1",
4418 "dwrote",
4419 "float-ord",
4420 "freetype-sys",
4421 "lazy_static",
4422 "libc",
4423 "log",
4424 "pathfinder_geometry",
4425 "pathfinder_simd",
4426 "walkdir",
4427 "winapi",
4428 "yeslogic-fontconfig-sys",
4429]
4430
4431[[package]]
4432name = "font-types"
4433version = "0.6.0"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60"
4436dependencies = [
4437 "bytemuck",
4438]
4439
4440[[package]]
4441name = "fontconfig-parser"
4442version = "0.5.7"
4443source = "registry+https://github.com/rust-lang/crates.io-index"
4444checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4445dependencies = [
4446 "roxmltree 0.20.0",
4447]
4448
4449[[package]]
4450name = "fontdb"
4451version = "0.18.0"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4454dependencies = [
4455 "fontconfig-parser",
4456 "log",
4457 "memmap2",
4458 "slotmap",
4459 "tinyvec",
4460 "ttf-parser",
4461]
4462
4463[[package]]
4464name = "foreign-types"
4465version = "0.3.2"
4466source = "registry+https://github.com/rust-lang/crates.io-index"
4467checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4468dependencies = [
4469 "foreign-types-shared 0.1.1",
4470]
4471
4472[[package]]
4473name = "foreign-types"
4474version = "0.5.0"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4477dependencies = [
4478 "foreign-types-macros",
4479 "foreign-types-shared 0.3.1",
4480]
4481
4482[[package]]
4483name = "foreign-types-macros"
4484version = "0.2.3"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4487dependencies = [
4488 "proc-macro2",
4489 "quote",
4490 "syn 2.0.76",
4491]
4492
4493[[package]]
4494name = "foreign-types-shared"
4495version = "0.1.1"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4498
4499[[package]]
4500name = "foreign-types-shared"
4501version = "0.3.1"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4504
4505[[package]]
4506name = "fork"
4507version = "0.2.0"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4510dependencies = [
4511 "libc",
4512]
4513
4514[[package]]
4515name = "form_urlencoded"
4516version = "1.2.1"
4517source = "registry+https://github.com/rust-lang/crates.io-index"
4518checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4519dependencies = [
4520 "percent-encoding",
4521]
4522
4523[[package]]
4524name = "freetype-sys"
4525version = "0.20.1"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4528dependencies = [
4529 "cc",
4530 "libc",
4531 "pkg-config",
4532]
4533
4534[[package]]
4535name = "fs"
4536version = "0.1.0"
4537dependencies = [
4538 "anyhow",
4539 "ashpd",
4540 "async-tar",
4541 "async-trait",
4542 "cocoa 0.26.0",
4543 "collections",
4544 "fsevent",
4545 "futures 0.3.30",
4546 "git",
4547 "git2",
4548 "gpui",
4549 "libc",
4550 "notify",
4551 "objc",
4552 "parking_lot",
4553 "paths",
4554 "rope",
4555 "serde",
4556 "serde_json",
4557 "smol",
4558 "tempfile",
4559 "text",
4560 "time",
4561 "util",
4562 "windows 0.58.0",
4563]
4564
4565[[package]]
4566name = "fs-set-times"
4567version = "0.20.1"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
4570dependencies = [
4571 "io-lifetimes 2.0.3",
4572 "rustix 0.38.35",
4573 "windows-sys 0.52.0",
4574]
4575
4576[[package]]
4577name = "fsevent"
4578version = "0.1.0"
4579dependencies = [
4580 "bitflags 2.6.0",
4581 "core-foundation 0.9.4",
4582 "fsevent-sys 3.1.0",
4583 "parking_lot",
4584 "tempfile",
4585]
4586
4587[[package]]
4588name = "fsevent-sys"
4589version = "3.1.0"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4592dependencies = [
4593 "libc",
4594]
4595
4596[[package]]
4597name = "fsevent-sys"
4598version = "4.1.0"
4599source = "registry+https://github.com/rust-lang/crates.io-index"
4600checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4601dependencies = [
4602 "libc",
4603]
4604
4605[[package]]
4606name = "funty"
4607version = "2.0.0"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4610
4611[[package]]
4612name = "futf"
4613version = "0.1.5"
4614source = "registry+https://github.com/rust-lang/crates.io-index"
4615checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4616dependencies = [
4617 "mac",
4618 "new_debug_unreachable",
4619]
4620
4621[[package]]
4622name = "futures"
4623version = "0.1.31"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4626
4627[[package]]
4628name = "futures"
4629version = "0.3.30"
4630source = "registry+https://github.com/rust-lang/crates.io-index"
4631checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
4632dependencies = [
4633 "futures-channel",
4634 "futures-core",
4635 "futures-executor",
4636 "futures-io",
4637 "futures-sink",
4638 "futures-task",
4639 "futures-util",
4640]
4641
4642[[package]]
4643name = "futures-batch"
4644version = "0.6.1"
4645source = "registry+https://github.com/rust-lang/crates.io-index"
4646checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4647dependencies = [
4648 "futures 0.3.30",
4649 "futures-timer",
4650 "pin-utils",
4651]
4652
4653[[package]]
4654name = "futures-channel"
4655version = "0.3.30"
4656source = "registry+https://github.com/rust-lang/crates.io-index"
4657checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
4658dependencies = [
4659 "futures-core",
4660 "futures-sink",
4661]
4662
4663[[package]]
4664name = "futures-core"
4665version = "0.3.30"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
4668
4669[[package]]
4670name = "futures-executor"
4671version = "0.3.30"
4672source = "registry+https://github.com/rust-lang/crates.io-index"
4673checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
4674dependencies = [
4675 "futures-core",
4676 "futures-task",
4677 "futures-util",
4678]
4679
4680[[package]]
4681name = "futures-intrusive"
4682version = "0.5.0"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4685dependencies = [
4686 "futures-core",
4687 "lock_api",
4688 "parking_lot",
4689]
4690
4691[[package]]
4692name = "futures-io"
4693version = "0.3.30"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
4696
4697[[package]]
4698name = "futures-lite"
4699version = "1.13.0"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4702dependencies = [
4703 "fastrand 1.9.0",
4704 "futures-core",
4705 "futures-io",
4706 "memchr",
4707 "parking",
4708 "pin-project-lite",
4709 "waker-fn",
4710]
4711
4712[[package]]
4713name = "futures-lite"
4714version = "2.3.0"
4715source = "registry+https://github.com/rust-lang/crates.io-index"
4716checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
4717dependencies = [
4718 "fastrand 2.1.1",
4719 "futures-core",
4720 "futures-io",
4721 "parking",
4722 "pin-project-lite",
4723]
4724
4725[[package]]
4726name = "futures-macro"
4727version = "0.3.30"
4728source = "registry+https://github.com/rust-lang/crates.io-index"
4729checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
4730dependencies = [
4731 "proc-macro2",
4732 "quote",
4733 "syn 2.0.76",
4734]
4735
4736[[package]]
4737name = "futures-sink"
4738version = "0.3.30"
4739source = "registry+https://github.com/rust-lang/crates.io-index"
4740checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
4741
4742[[package]]
4743name = "futures-task"
4744version = "0.3.30"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
4747
4748[[package]]
4749name = "futures-timer"
4750version = "3.0.3"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4753
4754[[package]]
4755name = "futures-util"
4756version = "0.3.30"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
4759dependencies = [
4760 "futures 0.1.31",
4761 "futures-channel",
4762 "futures-core",
4763 "futures-io",
4764 "futures-macro",
4765 "futures-sink",
4766 "futures-task",
4767 "memchr",
4768 "pin-project-lite",
4769 "pin-utils",
4770 "slab",
4771 "tokio-io",
4772]
4773
4774[[package]]
4775name = "fuzzy"
4776version = "0.1.0"
4777dependencies = [
4778 "gpui",
4779 "util",
4780]
4781
4782[[package]]
4783name = "fuzzy-matcher"
4784version = "0.3.7"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4787dependencies = [
4788 "thread_local",
4789]
4790
4791[[package]]
4792name = "generic-array"
4793version = "0.14.7"
4794source = "registry+https://github.com/rust-lang/crates.io-index"
4795checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4796dependencies = [
4797 "typenum",
4798 "version_check",
4799]
4800
4801[[package]]
4802name = "gethostname"
4803version = "0.4.3"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4806dependencies = [
4807 "libc",
4808 "windows-targets 0.48.5",
4809]
4810
4811[[package]]
4812name = "getrandom"
4813version = "0.1.16"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4816dependencies = [
4817 "cfg-if",
4818 "libc",
4819 "wasi 0.9.0+wasi-snapshot-preview1",
4820]
4821
4822[[package]]
4823name = "getrandom"
4824version = "0.2.15"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
4827dependencies = [
4828 "cfg-if",
4829 "js-sys",
4830 "libc",
4831 "wasi 0.11.0+wasi-snapshot-preview1",
4832 "wasm-bindgen",
4833]
4834
4835[[package]]
4836name = "gif"
4837version = "0.13.1"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
4839checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
4840dependencies = [
4841 "color_quant",
4842 "weezl",
4843]
4844
4845[[package]]
4846name = "gimli"
4847version = "0.29.0"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
4850dependencies = [
4851 "fallible-iterator",
4852 "indexmap 2.4.0",
4853 "stable_deref_trait",
4854]
4855
4856[[package]]
4857name = "gimli"
4858version = "0.31.0"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
4861
4862[[package]]
4863name = "git"
4864version = "0.1.0"
4865dependencies = [
4866 "anyhow",
4867 "async-trait",
4868 "clock",
4869 "collections",
4870 "derive_more",
4871 "git2",
4872 "gpui",
4873 "http_client",
4874 "log",
4875 "parking_lot",
4876 "pretty_assertions",
4877 "rope",
4878 "serde",
4879 "serde_json",
4880 "smol",
4881 "sum_tree",
4882 "text",
4883 "time",
4884 "unindent",
4885 "url",
4886 "util",
4887 "windows 0.58.0",
4888]
4889
4890[[package]]
4891name = "git2"
4892version = "0.19.0"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
4895dependencies = [
4896 "bitflags 2.6.0",
4897 "libc",
4898 "libgit2-sys",
4899 "log",
4900 "url",
4901]
4902
4903[[package]]
4904name = "git_hosting_providers"
4905version = "0.1.0"
4906dependencies = [
4907 "anyhow",
4908 "async-trait",
4909 "futures 0.3.30",
4910 "git",
4911 "gpui",
4912 "http_client",
4913 "indoc",
4914 "pretty_assertions",
4915 "regex",
4916 "serde",
4917 "serde_json",
4918 "url",
4919 "util",
4920]
4921
4922[[package]]
4923name = "glob"
4924version = "0.3.1"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4927
4928[[package]]
4929name = "globset"
4930version = "0.4.15"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
4933dependencies = [
4934 "aho-corasick",
4935 "bstr",
4936 "log",
4937 "regex-automata 0.4.7",
4938 "regex-syntax 0.8.4",
4939]
4940
4941[[package]]
4942name = "gloo-timers"
4943version = "0.2.6"
4944source = "registry+https://github.com/rust-lang/crates.io-index"
4945checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
4946dependencies = [
4947 "futures-channel",
4948 "futures-core",
4949 "js-sys",
4950 "wasm-bindgen",
4951]
4952
4953[[package]]
4954name = "glow"
4955version = "0.14.0"
4956source = "registry+https://github.com/rust-lang/crates.io-index"
4957checksum = "f865cbd94bd355b89611211e49508da98a1fce0ad755c1e8448fb96711b24528"
4958dependencies = [
4959 "js-sys",
4960 "slotmap",
4961 "wasm-bindgen",
4962 "web-sys",
4963]
4964
4965[[package]]
4966name = "go_to_line"
4967version = "0.1.0"
4968dependencies = [
4969 "anyhow",
4970 "editor",
4971 "gpui",
4972 "indoc",
4973 "language",
4974 "menu",
4975 "project",
4976 "rope",
4977 "schemars",
4978 "serde",
4979 "serde_json",
4980 "settings",
4981 "text",
4982 "theme",
4983 "tree-sitter-rust",
4984 "tree-sitter-typescript",
4985 "ui",
4986 "util",
4987 "workspace",
4988]
4989
4990[[package]]
4991name = "google_ai"
4992version = "0.1.0"
4993dependencies = [
4994 "anyhow",
4995 "futures 0.3.30",
4996 "http_client",
4997 "schemars",
4998 "serde",
4999 "serde_json",
5000 "strum 0.25.0",
5001]
5002
5003[[package]]
5004name = "gpu-alloc"
5005version = "0.6.0"
5006source = "registry+https://github.com/rust-lang/crates.io-index"
5007checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5008dependencies = [
5009 "bitflags 2.6.0",
5010 "gpu-alloc-types",
5011]
5012
5013[[package]]
5014name = "gpu-alloc-ash"
5015version = "0.7.0"
5016source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5018dependencies = [
5019 "ash",
5020 "gpu-alloc-types",
5021 "tinyvec",
5022]
5023
5024[[package]]
5025name = "gpu-alloc-types"
5026version = "0.3.0"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5029dependencies = [
5030 "bitflags 2.6.0",
5031]
5032
5033[[package]]
5034name = "gpui"
5035version = "0.1.0"
5036dependencies = [
5037 "anyhow",
5038 "as-raw-xcb-connection",
5039 "ashpd",
5040 "async-task",
5041 "backtrace",
5042 "bindgen 0.70.1",
5043 "blade-graphics",
5044 "blade-macros",
5045 "blade-util",
5046 "block",
5047 "bytemuck",
5048 "calloop",
5049 "calloop-wayland-source",
5050 "cbindgen",
5051 "cocoa 0.26.0",
5052 "collections",
5053 "core-foundation 0.9.4",
5054 "core-foundation-sys",
5055 "core-graphics 0.23.2",
5056 "core-text",
5057 "cosmic-text",
5058 "ctor",
5059 "derive_more",
5060 "embed-resource",
5061 "env_logger 0.11.5",
5062 "etagere",
5063 "filedescriptor",
5064 "flume",
5065 "font-kit",
5066 "foreign-types 0.5.0",
5067 "futures 0.3.30",
5068 "gpui_macros",
5069 "http_client",
5070 "image",
5071 "itertools 0.13.0",
5072 "linkme",
5073 "log",
5074 "media",
5075 "metal",
5076 "num_cpus",
5077 "objc",
5078 "oo7",
5079 "open",
5080 "parking",
5081 "parking_lot",
5082 "pathfinder_geometry",
5083 "postage",
5084 "profiling",
5085 "rand 0.8.5",
5086 "raw-window-handle",
5087 "refineable",
5088 "resvg",
5089 "schemars",
5090 "seahash",
5091 "semantic_version",
5092 "serde",
5093 "serde_derive",
5094 "serde_json",
5095 "slotmap",
5096 "smallvec",
5097 "smol",
5098 "strum 0.25.0",
5099 "sum_tree",
5100 "taffy",
5101 "thiserror",
5102 "unicode-segmentation",
5103 "usvg",
5104 "util",
5105 "uuid",
5106 "waker-fn",
5107 "wayland-backend",
5108 "wayland-client",
5109 "wayland-cursor",
5110 "wayland-protocols",
5111 "wayland-protocols-plasma",
5112 "windows 0.58.0",
5113 "windows-core 0.58.0",
5114 "x11-clipboard",
5115 "x11rb",
5116 "xim",
5117 "xkbcommon",
5118]
5119
5120[[package]]
5121name = "gpui_macros"
5122version = "0.1.0"
5123dependencies = [
5124 "proc-macro2",
5125 "quote",
5126 "syn 1.0.109",
5127]
5128
5129[[package]]
5130name = "grid"
5131version = "0.13.0"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5134
5135[[package]]
5136name = "group"
5137version = "0.12.1"
5138source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5140dependencies = [
5141 "ff",
5142 "rand_core 0.6.4",
5143 "subtle",
5144]
5145
5146[[package]]
5147name = "h2"
5148version = "0.3.26"
5149source = "registry+https://github.com/rust-lang/crates.io-index"
5150checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5151dependencies = [
5152 "bytes 1.7.2",
5153 "fnv",
5154 "futures-core",
5155 "futures-sink",
5156 "futures-util",
5157 "http 0.2.12",
5158 "indexmap 2.4.0",
5159 "slab",
5160 "tokio",
5161 "tokio-util",
5162 "tracing",
5163]
5164
5165[[package]]
5166name = "h2"
5167version = "0.4.6"
5168source = "registry+https://github.com/rust-lang/crates.io-index"
5169checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
5170dependencies = [
5171 "atomic-waker",
5172 "bytes 1.7.2",
5173 "fnv",
5174 "futures-core",
5175 "futures-sink",
5176 "http 1.1.0",
5177 "indexmap 2.4.0",
5178 "slab",
5179 "tokio",
5180 "tokio-util",
5181 "tracing",
5182]
5183
5184[[package]]
5185name = "half"
5186version = "2.4.1"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5189dependencies = [
5190 "cfg-if",
5191 "crunchy",
5192]
5193
5194[[package]]
5195name = "handlebars"
5196version = "4.5.0"
5197source = "registry+https://github.com/rust-lang/crates.io-index"
5198checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5199dependencies = [
5200 "log",
5201 "pest",
5202 "pest_derive",
5203 "serde",
5204 "serde_json",
5205 "thiserror",
5206]
5207
5208[[package]]
5209name = "handlebars"
5210version = "5.1.2"
5211source = "registry+https://github.com/rust-lang/crates.io-index"
5212checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
5213dependencies = [
5214 "log",
5215 "pest",
5216 "pest_derive",
5217 "serde",
5218 "serde_json",
5219 "thiserror",
5220]
5221
5222[[package]]
5223name = "hashbrown"
5224version = "0.12.3"
5225source = "registry+https://github.com/rust-lang/crates.io-index"
5226checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5227dependencies = [
5228 "ahash 0.7.8",
5229]
5230
5231[[package]]
5232name = "hashbrown"
5233version = "0.13.2"
5234source = "registry+https://github.com/rust-lang/crates.io-index"
5235checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5236dependencies = [
5237 "ahash 0.8.11",
5238]
5239
5240[[package]]
5241name = "hashbrown"
5242version = "0.14.5"
5243source = "registry+https://github.com/rust-lang/crates.io-index"
5244checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5245dependencies = [
5246 "ahash 0.8.11",
5247 "allocator-api2",
5248 "serde",
5249]
5250
5251[[package]]
5252name = "hashlink"
5253version = "0.8.4"
5254source = "registry+https://github.com/rust-lang/crates.io-index"
5255checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5256dependencies = [
5257 "hashbrown 0.14.5",
5258]
5259
5260[[package]]
5261name = "hashlink"
5262version = "0.9.1"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5265dependencies = [
5266 "hashbrown 0.14.5",
5267]
5268
5269[[package]]
5270name = "headers"
5271version = "0.3.9"
5272source = "registry+https://github.com/rust-lang/crates.io-index"
5273checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5274dependencies = [
5275 "base64 0.21.7",
5276 "bytes 1.7.2",
5277 "headers-core",
5278 "http 0.2.12",
5279 "httpdate",
5280 "mime",
5281 "sha1",
5282]
5283
5284[[package]]
5285name = "headers-core"
5286version = "0.2.0"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5289dependencies = [
5290 "http 0.2.12",
5291]
5292
5293[[package]]
5294name = "heck"
5295version = "0.3.3"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5298dependencies = [
5299 "unicode-segmentation",
5300]
5301
5302[[package]]
5303name = "heck"
5304version = "0.4.1"
5305source = "registry+https://github.com/rust-lang/crates.io-index"
5306checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5307dependencies = [
5308 "unicode-segmentation",
5309]
5310
5311[[package]]
5312name = "heck"
5313version = "0.5.0"
5314source = "registry+https://github.com/rust-lang/crates.io-index"
5315checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5316
5317[[package]]
5318name = "heed"
5319version = "0.20.5"
5320source = "registry+https://github.com/rust-lang/crates.io-index"
5321checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
5322dependencies = [
5323 "bitflags 2.6.0",
5324 "byteorder",
5325 "heed-traits",
5326 "heed-types",
5327 "libc",
5328 "lmdb-master-sys",
5329 "once_cell",
5330 "page_size",
5331 "serde",
5332 "synchronoise",
5333 "url",
5334]
5335
5336[[package]]
5337name = "heed-traits"
5338version = "0.20.0"
5339source = "registry+https://github.com/rust-lang/crates.io-index"
5340checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5341
5342[[package]]
5343name = "heed-types"
5344version = "0.20.1"
5345source = "registry+https://github.com/rust-lang/crates.io-index"
5346checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
5347dependencies = [
5348 "bincode",
5349 "byteorder",
5350 "heed-traits",
5351 "serde",
5352 "serde_json",
5353]
5354
5355[[package]]
5356name = "hermit-abi"
5357version = "0.3.9"
5358source = "registry+https://github.com/rust-lang/crates.io-index"
5359checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5360
5361[[package]]
5362name = "hermit-abi"
5363version = "0.4.0"
5364source = "registry+https://github.com/rust-lang/crates.io-index"
5365checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5366
5367[[package]]
5368name = "hex"
5369version = "0.4.3"
5370source = "registry+https://github.com/rust-lang/crates.io-index"
5371checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5372
5373[[package]]
5374name = "hexf-parse"
5375version = "0.2.1"
5376source = "registry+https://github.com/rust-lang/crates.io-index"
5377checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5378
5379[[package]]
5380name = "hidden-trait"
5381version = "0.1.2"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5384dependencies = [
5385 "proc-macro2",
5386 "quote",
5387 "syn 1.0.109",
5388]
5389
5390[[package]]
5391name = "hkdf"
5392version = "0.12.4"
5393source = "registry+https://github.com/rust-lang/crates.io-index"
5394checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5395dependencies = [
5396 "hmac",
5397]
5398
5399[[package]]
5400name = "hmac"
5401version = "0.12.1"
5402source = "registry+https://github.com/rust-lang/crates.io-index"
5403checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5404dependencies = [
5405 "digest",
5406]
5407
5408[[package]]
5409name = "home"
5410version = "0.5.9"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5413dependencies = [
5414 "windows-sys 0.52.0",
5415]
5416
5417[[package]]
5418name = "hound"
5419version = "3.5.1"
5420source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5422
5423[[package]]
5424name = "html5ever"
5425version = "0.27.0"
5426source = "registry+https://github.com/rust-lang/crates.io-index"
5427checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5428dependencies = [
5429 "log",
5430 "mac",
5431 "markup5ever",
5432 "proc-macro2",
5433 "quote",
5434 "syn 2.0.76",
5435]
5436
5437[[package]]
5438name = "html_to_markdown"
5439version = "0.1.0"
5440dependencies = [
5441 "anyhow",
5442 "html5ever",
5443 "indoc",
5444 "markup5ever_rcdom",
5445 "pretty_assertions",
5446 "regex",
5447]
5448
5449[[package]]
5450name = "http"
5451version = "0.2.12"
5452source = "registry+https://github.com/rust-lang/crates.io-index"
5453checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5454dependencies = [
5455 "bytes 1.7.2",
5456 "fnv",
5457 "itoa",
5458]
5459
5460[[package]]
5461name = "http"
5462version = "1.1.0"
5463source = "registry+https://github.com/rust-lang/crates.io-index"
5464checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
5465dependencies = [
5466 "bytes 1.7.2",
5467 "fnv",
5468 "itoa",
5469]
5470
5471[[package]]
5472name = "http-body"
5473version = "0.4.6"
5474source = "registry+https://github.com/rust-lang/crates.io-index"
5475checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5476dependencies = [
5477 "bytes 1.7.2",
5478 "http 0.2.12",
5479 "pin-project-lite",
5480]
5481
5482[[package]]
5483name = "http-body"
5484version = "1.0.1"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5487dependencies = [
5488 "bytes 1.7.2",
5489 "http 1.1.0",
5490]
5491
5492[[package]]
5493name = "http-body-util"
5494version = "0.1.2"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5497dependencies = [
5498 "bytes 1.7.2",
5499 "futures-util",
5500 "http 1.1.0",
5501 "http-body 1.0.1",
5502 "pin-project-lite",
5503]
5504
5505[[package]]
5506name = "http-range-header"
5507version = "0.3.1"
5508source = "registry+https://github.com/rust-lang/crates.io-index"
5509checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5510
5511[[package]]
5512name = "http-types"
5513version = "2.12.0"
5514source = "registry+https://github.com/rust-lang/crates.io-index"
5515checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5516dependencies = [
5517 "anyhow",
5518 "async-channel 1.9.0",
5519 "base64 0.13.1",
5520 "futures-lite 1.13.0",
5521 "http 0.2.12",
5522 "infer",
5523 "pin-project-lite",
5524 "rand 0.7.3",
5525 "serde",
5526 "serde_json",
5527 "serde_qs 0.8.5",
5528 "serde_urlencoded",
5529 "url",
5530]
5531
5532[[package]]
5533name = "http_client"
5534version = "0.1.0"
5535dependencies = [
5536 "anyhow",
5537 "bytes 1.7.2",
5538 "derive_more",
5539 "futures 0.3.30",
5540 "http 1.1.0",
5541 "log",
5542 "serde",
5543 "serde_json",
5544 "url",
5545]
5546
5547[[package]]
5548name = "httparse"
5549version = "1.9.4"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
5552
5553[[package]]
5554name = "httpdate"
5555version = "1.0.3"
5556source = "registry+https://github.com/rust-lang/crates.io-index"
5557checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5558
5559[[package]]
5560name = "human_bytes"
5561version = "0.4.3"
5562source = "registry+https://github.com/rust-lang/crates.io-index"
5563checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5564
5565[[package]]
5566name = "humantime"
5567version = "2.1.0"
5568source = "registry+https://github.com/rust-lang/crates.io-index"
5569checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5570
5571[[package]]
5572name = "hyper"
5573version = "0.14.30"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
5576dependencies = [
5577 "bytes 1.7.2",
5578 "futures-channel",
5579 "futures-core",
5580 "futures-util",
5581 "h2 0.3.26",
5582 "http 0.2.12",
5583 "http-body 0.4.6",
5584 "httparse",
5585 "httpdate",
5586 "itoa",
5587 "pin-project-lite",
5588 "socket2 0.5.7",
5589 "tokio",
5590 "tower-service",
5591 "tracing",
5592 "want",
5593]
5594
5595[[package]]
5596name = "hyper"
5597version = "1.4.1"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
5600dependencies = [
5601 "bytes 1.7.2",
5602 "futures-channel",
5603 "futures-util",
5604 "h2 0.4.6",
5605 "http 1.1.0",
5606 "http-body 1.0.1",
5607 "httparse",
5608 "itoa",
5609 "pin-project-lite",
5610 "smallvec",
5611 "tokio",
5612 "want",
5613]
5614
5615[[package]]
5616name = "hyper-rustls"
5617version = "0.24.2"
5618source = "registry+https://github.com/rust-lang/crates.io-index"
5619checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5620dependencies = [
5621 "futures-util",
5622 "http 0.2.12",
5623 "hyper 0.14.30",
5624 "log",
5625 "rustls 0.21.12",
5626 "rustls-native-certs 0.6.3",
5627 "tokio",
5628 "tokio-rustls 0.24.1",
5629]
5630
5631[[package]]
5632name = "hyper-rustls"
5633version = "0.27.3"
5634source = "registry+https://github.com/rust-lang/crates.io-index"
5635checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5636dependencies = [
5637 "futures-util",
5638 "http 1.1.0",
5639 "hyper 1.4.1",
5640 "hyper-util",
5641 "rustls 0.23.13",
5642 "rustls-native-certs 0.8.0",
5643 "rustls-pki-types",
5644 "tokio",
5645 "tokio-rustls 0.26.0",
5646 "tower-service",
5647]
5648
5649[[package]]
5650name = "hyper-tls"
5651version = "0.5.0"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5654dependencies = [
5655 "bytes 1.7.2",
5656 "hyper 0.14.30",
5657 "native-tls",
5658 "tokio",
5659 "tokio-native-tls",
5660]
5661
5662[[package]]
5663name = "hyper-util"
5664version = "0.1.9"
5665source = "registry+https://github.com/rust-lang/crates.io-index"
5666checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
5667dependencies = [
5668 "bytes 1.7.2",
5669 "futures-channel",
5670 "futures-util",
5671 "http 1.1.0",
5672 "http-body 1.0.1",
5673 "hyper 1.4.1",
5674 "pin-project-lite",
5675 "socket2 0.5.7",
5676 "tokio",
5677 "tower-service",
5678 "tracing",
5679]
5680
5681[[package]]
5682name = "iana-time-zone"
5683version = "0.1.60"
5684source = "registry+https://github.com/rust-lang/crates.io-index"
5685checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
5686dependencies = [
5687 "android_system_properties",
5688 "core-foundation-sys",
5689 "iana-time-zone-haiku",
5690 "js-sys",
5691 "wasm-bindgen",
5692 "windows-core 0.52.0",
5693]
5694
5695[[package]]
5696name = "iana-time-zone-haiku"
5697version = "0.1.2"
5698source = "registry+https://github.com/rust-lang/crates.io-index"
5699checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5700dependencies = [
5701 "cc",
5702]
5703
5704[[package]]
5705name = "id-arena"
5706version = "2.2.1"
5707source = "registry+https://github.com/rust-lang/crates.io-index"
5708checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5709
5710[[package]]
5711name = "idna"
5712version = "0.5.0"
5713source = "registry+https://github.com/rust-lang/crates.io-index"
5714checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5715dependencies = [
5716 "unicode-bidi",
5717 "unicode-normalization",
5718]
5719
5720[[package]]
5721name = "ignore"
5722version = "0.4.23"
5723source = "registry+https://github.com/rust-lang/crates.io-index"
5724checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
5725dependencies = [
5726 "crossbeam-deque",
5727 "globset",
5728 "log",
5729 "memchr",
5730 "regex-automata 0.4.7",
5731 "same-file",
5732 "walkdir",
5733 "winapi-util",
5734]
5735
5736[[package]]
5737name = "image"
5738version = "0.25.2"
5739source = "registry+https://github.com/rust-lang/crates.io-index"
5740checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
5741dependencies = [
5742 "bytemuck",
5743 "byteorder-lite",
5744 "color_quant",
5745 "exr",
5746 "gif",
5747 "image-webp",
5748 "num-traits",
5749 "png",
5750 "qoi",
5751 "ravif",
5752 "rayon",
5753 "rgb",
5754 "tiff",
5755 "zune-core",
5756 "zune-jpeg",
5757]
5758
5759[[package]]
5760name = "image-webp"
5761version = "0.1.3"
5762source = "registry+https://github.com/rust-lang/crates.io-index"
5763checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
5764dependencies = [
5765 "byteorder-lite",
5766 "quick-error",
5767]
5768
5769[[package]]
5770name = "image_viewer"
5771version = "0.1.0"
5772dependencies = [
5773 "anyhow",
5774 "db",
5775 "file_icons",
5776 "gpui",
5777 "project",
5778 "settings",
5779 "ui",
5780 "workspace",
5781]
5782
5783[[package]]
5784name = "imagesize"
5785version = "0.12.0"
5786source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
5788
5789[[package]]
5790name = "imgref"
5791version = "1.10.1"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
5794
5795[[package]]
5796name = "indexed_docs"
5797version = "0.1.0"
5798dependencies = [
5799 "anyhow",
5800 "async-trait",
5801 "cargo_metadata",
5802 "collections",
5803 "derive_more",
5804 "fs",
5805 "futures 0.3.30",
5806 "fuzzy",
5807 "gpui",
5808 "heed",
5809 "html_to_markdown",
5810 "http_client",
5811 "indexmap 1.9.3",
5812 "indoc",
5813 "parking_lot",
5814 "paths",
5815 "pretty_assertions",
5816 "serde",
5817 "strum 0.25.0",
5818 "util",
5819]
5820
5821[[package]]
5822name = "indexmap"
5823version = "1.9.3"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
5826dependencies = [
5827 "autocfg",
5828 "hashbrown 0.12.3",
5829 "serde",
5830]
5831
5832[[package]]
5833name = "indexmap"
5834version = "2.4.0"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
5837dependencies = [
5838 "equivalent",
5839 "hashbrown 0.14.5",
5840 "serde",
5841]
5842
5843[[package]]
5844name = "indoc"
5845version = "2.0.5"
5846source = "registry+https://github.com/rust-lang/crates.io-index"
5847checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
5848
5849[[package]]
5850name = "infer"
5851version = "0.2.3"
5852source = "registry+https://github.com/rust-lang/crates.io-index"
5853checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
5854
5855[[package]]
5856name = "inherent"
5857version = "1.0.11"
5858source = "registry+https://github.com/rust-lang/crates.io-index"
5859checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
5860dependencies = [
5861 "proc-macro2",
5862 "quote",
5863 "syn 2.0.76",
5864]
5865
5866[[package]]
5867name = "inline_completion_button"
5868version = "0.1.0"
5869dependencies = [
5870 "anyhow",
5871 "copilot",
5872 "editor",
5873 "fs",
5874 "futures 0.3.30",
5875 "gpui",
5876 "indoc",
5877 "language",
5878 "lsp",
5879 "paths",
5880 "project",
5881 "serde_json",
5882 "settings",
5883 "supermaven",
5884 "theme",
5885 "ui",
5886 "util",
5887 "workspace",
5888 "zed_actions",
5889]
5890
5891[[package]]
5892name = "inotify"
5893version = "0.9.6"
5894source = "registry+https://github.com/rust-lang/crates.io-index"
5895checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5896dependencies = [
5897 "bitflags 1.3.2",
5898 "inotify-sys",
5899 "libc",
5900]
5901
5902[[package]]
5903name = "inotify-sys"
5904version = "0.1.5"
5905source = "registry+https://github.com/rust-lang/crates.io-index"
5906checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5907dependencies = [
5908 "libc",
5909]
5910
5911[[package]]
5912name = "inout"
5913version = "0.1.3"
5914source = "registry+https://github.com/rust-lang/crates.io-index"
5915checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
5916dependencies = [
5917 "block-padding",
5918 "generic-array",
5919]
5920
5921[[package]]
5922name = "install_cli"
5923version = "0.1.0"
5924dependencies = [
5925 "anyhow",
5926 "gpui",
5927 "smol",
5928 "util",
5929]
5930
5931[[package]]
5932name = "instant"
5933version = "0.1.13"
5934source = "registry+https://github.com/rust-lang/crates.io-index"
5935checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
5936dependencies = [
5937 "cfg-if",
5938]
5939
5940[[package]]
5941name = "interpolate_name"
5942version = "0.2.4"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
5945dependencies = [
5946 "proc-macro2",
5947 "quote",
5948 "syn 2.0.76",
5949]
5950
5951[[package]]
5952name = "io-extras"
5953version = "0.18.2"
5954source = "registry+https://github.com/rust-lang/crates.io-index"
5955checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
5956dependencies = [
5957 "io-lifetimes 2.0.3",
5958 "windows-sys 0.52.0",
5959]
5960
5961[[package]]
5962name = "io-lifetimes"
5963version = "1.0.11"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
5966dependencies = [
5967 "hermit-abi 0.3.9",
5968 "libc",
5969 "windows-sys 0.48.0",
5970]
5971
5972[[package]]
5973name = "io-lifetimes"
5974version = "2.0.3"
5975source = "registry+https://github.com/rust-lang/crates.io-index"
5976checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
5977
5978[[package]]
5979name = "iovec"
5980version = "0.1.4"
5981source = "registry+https://github.com/rust-lang/crates.io-index"
5982checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
5983dependencies = [
5984 "libc",
5985]
5986
5987[[package]]
5988name = "ipc-channel"
5989version = "0.18.3"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "c7f4c80f2df4fc64fb7fc2cff69fc034af26e6e6617ea9f1313131af464b9ca0"
5992dependencies = [
5993 "bincode",
5994 "crossbeam-channel",
5995 "fnv",
5996 "lazy_static",
5997 "libc",
5998 "mio 1.0.2",
5999 "rand 0.8.5",
6000 "serde",
6001 "tempfile",
6002 "uuid",
6003 "windows 0.58.0",
6004]
6005
6006[[package]]
6007name = "ipnet"
6008version = "2.9.0"
6009source = "registry+https://github.com/rust-lang/crates.io-index"
6010checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
6011
6012[[package]]
6013name = "is-docker"
6014version = "0.2.0"
6015source = "registry+https://github.com/rust-lang/crates.io-index"
6016checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6017dependencies = [
6018 "once_cell",
6019]
6020
6021[[package]]
6022name = "is-terminal"
6023version = "0.4.13"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6026dependencies = [
6027 "hermit-abi 0.4.0",
6028 "libc",
6029 "windows-sys 0.52.0",
6030]
6031
6032[[package]]
6033name = "is-wsl"
6034version = "0.4.0"
6035source = "registry+https://github.com/rust-lang/crates.io-index"
6036checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6037dependencies = [
6038 "is-docker",
6039 "once_cell",
6040]
6041
6042[[package]]
6043name = "is_terminal_polyfill"
6044version = "1.70.1"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6047
6048[[package]]
6049name = "itertools"
6050version = "0.10.5"
6051source = "registry+https://github.com/rust-lang/crates.io-index"
6052checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6053dependencies = [
6054 "either",
6055]
6056
6057[[package]]
6058name = "itertools"
6059version = "0.12.1"
6060source = "registry+https://github.com/rust-lang/crates.io-index"
6061checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6062dependencies = [
6063 "either",
6064]
6065
6066[[package]]
6067name = "itertools"
6068version = "0.13.0"
6069source = "registry+https://github.com/rust-lang/crates.io-index"
6070checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6071dependencies = [
6072 "either",
6073]
6074
6075[[package]]
6076name = "itoa"
6077version = "1.0.11"
6078source = "registry+https://github.com/rust-lang/crates.io-index"
6079checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
6080
6081[[package]]
6082name = "jni"
6083version = "0.21.1"
6084source = "registry+https://github.com/rust-lang/crates.io-index"
6085checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6086dependencies = [
6087 "cesu8",
6088 "cfg-if",
6089 "combine",
6090 "jni-sys",
6091 "log",
6092 "thiserror",
6093 "walkdir",
6094 "windows-sys 0.45.0",
6095]
6096
6097[[package]]
6098name = "jni-sys"
6099version = "0.3.0"
6100source = "registry+https://github.com/rust-lang/crates.io-index"
6101checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6102
6103[[package]]
6104name = "jobserver"
6105version = "0.1.32"
6106source = "registry+https://github.com/rust-lang/crates.io-index"
6107checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6108dependencies = [
6109 "libc",
6110]
6111
6112[[package]]
6113name = "journal"
6114version = "0.1.0"
6115dependencies = [
6116 "anyhow",
6117 "chrono",
6118 "editor",
6119 "gpui",
6120 "log",
6121 "schemars",
6122 "serde",
6123 "settings",
6124 "shellexpand 2.1.2",
6125 "workspace",
6126]
6127
6128[[package]]
6129name = "jpeg-decoder"
6130version = "0.3.1"
6131source = "registry+https://github.com/rust-lang/crates.io-index"
6132checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6133
6134[[package]]
6135name = "js-sys"
6136version = "0.3.70"
6137source = "registry+https://github.com/rust-lang/crates.io-index"
6138checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
6139dependencies = [
6140 "wasm-bindgen",
6141]
6142
6143[[package]]
6144name = "jsonwebtoken"
6145version = "9.3.0"
6146source = "registry+https://github.com/rust-lang/crates.io-index"
6147checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6148dependencies = [
6149 "base64 0.21.7",
6150 "js-sys",
6151 "pem",
6152 "ring 0.17.8",
6153 "serde",
6154 "serde_json",
6155 "simple_asn1",
6156]
6157
6158[[package]]
6159name = "jupyter-serde"
6160version = "0.2.0"
6161source = "registry+https://github.com/rust-lang/crates.io-index"
6162checksum = "0a444fb3f87ee6885eb316028cc998c7d84811663ef95d78c419419423d5a054"
6163dependencies = [
6164 "anyhow",
6165 "chrono",
6166 "serde",
6167 "serde_json",
6168 "thiserror",
6169 "uuid",
6170]
6171
6172[[package]]
6173name = "khronos-egl"
6174version = "6.0.0"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6177dependencies = [
6178 "libc",
6179 "libloading",
6180]
6181
6182[[package]]
6183name = "kqueue"
6184version = "1.0.8"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6187dependencies = [
6188 "kqueue-sys",
6189 "libc",
6190]
6191
6192[[package]]
6193name = "kqueue-sys"
6194version = "1.0.4"
6195source = "registry+https://github.com/rust-lang/crates.io-index"
6196checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6197dependencies = [
6198 "bitflags 1.3.2",
6199 "libc",
6200]
6201
6202[[package]]
6203name = "kurbo"
6204version = "0.11.0"
6205source = "registry+https://github.com/rust-lang/crates.io-index"
6206checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
6207dependencies = [
6208 "arrayvec",
6209 "smallvec",
6210]
6211
6212[[package]]
6213name = "kv-log-macro"
6214version = "1.0.7"
6215source = "registry+https://github.com/rust-lang/crates.io-index"
6216checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6217dependencies = [
6218 "log",
6219]
6220
6221[[package]]
6222name = "language"
6223version = "0.1.0"
6224dependencies = [
6225 "anyhow",
6226 "async-trait",
6227 "async-watch",
6228 "clock",
6229 "collections",
6230 "ctor",
6231 "ec4rs",
6232 "env_logger 0.11.5",
6233 "futures 0.3.30",
6234 "fuzzy",
6235 "git",
6236 "globset",
6237 "gpui",
6238 "http_client",
6239 "indoc",
6240 "itertools 0.13.0",
6241 "log",
6242 "lsp",
6243 "parking_lot",
6244 "postage",
6245 "pretty_assertions",
6246 "pulldown-cmark 0.12.1",
6247 "rand 0.8.5",
6248 "regex",
6249 "rpc",
6250 "schemars",
6251 "serde",
6252 "serde_json",
6253 "settings",
6254 "similar",
6255 "smallvec",
6256 "smol",
6257 "strsim",
6258 "sum_tree",
6259 "task",
6260 "text",
6261 "theme",
6262 "tree-sitter",
6263 "tree-sitter-elixir",
6264 "tree-sitter-embedded-template",
6265 "tree-sitter-heex",
6266 "tree-sitter-html",
6267 "tree-sitter-json",
6268 "tree-sitter-md",
6269 "tree-sitter-ruby",
6270 "tree-sitter-rust",
6271 "tree-sitter-typescript",
6272 "unicase",
6273 "unindent",
6274 "util",
6275]
6276
6277[[package]]
6278name = "language_model"
6279version = "0.1.0"
6280dependencies = [
6281 "anthropic",
6282 "anyhow",
6283 "base64 0.22.1",
6284 "client",
6285 "collections",
6286 "copilot",
6287 "ctor",
6288 "editor",
6289 "env_logger 0.11.5",
6290 "feature_flags",
6291 "futures 0.3.30",
6292 "google_ai",
6293 "gpui",
6294 "http_client",
6295 "image",
6296 "inline_completion_button",
6297 "language",
6298 "log",
6299 "menu",
6300 "ollama",
6301 "open_ai",
6302 "parking_lot",
6303 "project",
6304 "proto",
6305 "rand 0.8.5",
6306 "schemars",
6307 "serde",
6308 "serde_json",
6309 "settings",
6310 "smol",
6311 "strum 0.25.0",
6312 "text",
6313 "theme",
6314 "thiserror",
6315 "tiktoken-rs",
6316 "ui",
6317 "unindent",
6318 "util",
6319]
6320
6321[[package]]
6322name = "language_selector"
6323version = "0.1.0"
6324dependencies = [
6325 "anyhow",
6326 "editor",
6327 "fuzzy",
6328 "gpui",
6329 "language",
6330 "picker",
6331 "project",
6332 "ui",
6333 "util",
6334 "workspace",
6335]
6336
6337[[package]]
6338name = "language_tools"
6339version = "0.1.0"
6340dependencies = [
6341 "anyhow",
6342 "client",
6343 "collections",
6344 "copilot",
6345 "editor",
6346 "env_logger 0.11.5",
6347 "futures 0.3.30",
6348 "gpui",
6349 "language",
6350 "lsp",
6351 "project",
6352 "release_channel",
6353 "serde_json",
6354 "settings",
6355 "theme",
6356 "tree-sitter",
6357 "ui",
6358 "util",
6359 "workspace",
6360]
6361
6362[[package]]
6363name = "languages"
6364version = "0.1.0"
6365dependencies = [
6366 "anyhow",
6367 "async-compression",
6368 "async-tar",
6369 "async-trait",
6370 "collections",
6371 "feature_flags",
6372 "futures 0.3.30",
6373 "gpui",
6374 "http_client",
6375 "language",
6376 "log",
6377 "lsp",
6378 "node_runtime",
6379 "paths",
6380 "pet",
6381 "pet-conda",
6382 "pet-core",
6383 "pet-poetry",
6384 "pet-reporter",
6385 "project",
6386 "regex",
6387 "rope",
6388 "rust-embed",
6389 "serde",
6390 "serde_json",
6391 "settings",
6392 "smol",
6393 "task",
6394 "text",
6395 "theme",
6396 "toml 0.8.19",
6397 "tree-sitter",
6398 "tree-sitter-bash",
6399 "tree-sitter-c",
6400 "tree-sitter-cpp",
6401 "tree-sitter-css",
6402 "tree-sitter-diff",
6403 "tree-sitter-go",
6404 "tree-sitter-gomod",
6405 "tree-sitter-gowork",
6406 "tree-sitter-jsdoc",
6407 "tree-sitter-json",
6408 "tree-sitter-md",
6409 "tree-sitter-python",
6410 "tree-sitter-regex",
6411 "tree-sitter-rust",
6412 "tree-sitter-typescript",
6413 "tree-sitter-yaml",
6414 "unindent",
6415 "util",
6416 "workspace",
6417]
6418
6419[[package]]
6420name = "lazy_static"
6421version = "1.5.0"
6422source = "registry+https://github.com/rust-lang/crates.io-index"
6423checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6424dependencies = [
6425 "spin 0.9.8",
6426]
6427
6428[[package]]
6429name = "lazycell"
6430version = "1.3.0"
6431source = "registry+https://github.com/rust-lang/crates.io-index"
6432checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
6433
6434[[package]]
6435name = "leb128"
6436version = "0.2.5"
6437source = "registry+https://github.com/rust-lang/crates.io-index"
6438checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6439
6440[[package]]
6441name = "lebe"
6442version = "0.5.2"
6443source = "registry+https://github.com/rust-lang/crates.io-index"
6444checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6445
6446[[package]]
6447name = "libc"
6448version = "0.2.159"
6449source = "registry+https://github.com/rust-lang/crates.io-index"
6450checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
6451
6452[[package]]
6453name = "libdbus-sys"
6454version = "0.2.5"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6457dependencies = [
6458 "cc",
6459 "pkg-config",
6460]
6461
6462[[package]]
6463name = "libfuzzer-sys"
6464version = "0.4.7"
6465source = "registry+https://github.com/rust-lang/crates.io-index"
6466checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
6467dependencies = [
6468 "arbitrary",
6469 "cc",
6470 "once_cell",
6471]
6472
6473[[package]]
6474name = "libgit2-sys"
6475version = "0.17.0+1.8.1"
6476source = "registry+https://github.com/rust-lang/crates.io-index"
6477checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6478dependencies = [
6479 "cc",
6480 "libc",
6481 "libz-sys",
6482 "pkg-config",
6483]
6484
6485[[package]]
6486name = "libloading"
6487version = "0.8.5"
6488source = "registry+https://github.com/rust-lang/crates.io-index"
6489checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
6490dependencies = [
6491 "cfg-if",
6492 "windows-targets 0.52.6",
6493]
6494
6495[[package]]
6496name = "libm"
6497version = "0.2.8"
6498source = "registry+https://github.com/rust-lang/crates.io-index"
6499checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
6500
6501[[package]]
6502name = "libmimalloc-sys"
6503version = "0.1.39"
6504source = "registry+https://github.com/rust-lang/crates.io-index"
6505checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6506dependencies = [
6507 "cc",
6508 "libc",
6509]
6510
6511[[package]]
6512name = "libredox"
6513version = "0.1.3"
6514source = "registry+https://github.com/rust-lang/crates.io-index"
6515checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6516dependencies = [
6517 "bitflags 2.6.0",
6518 "libc",
6519 "redox_syscall 0.5.3",
6520]
6521
6522[[package]]
6523name = "libsqlite3-sys"
6524version = "0.28.0"
6525source = "registry+https://github.com/rust-lang/crates.io-index"
6526checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
6527dependencies = [
6528 "cc",
6529 "pkg-config",
6530 "vcpkg",
6531]
6532
6533[[package]]
6534name = "libz-sys"
6535version = "1.1.20"
6536source = "registry+https://github.com/rust-lang/crates.io-index"
6537checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6538dependencies = [
6539 "cc",
6540 "libc",
6541 "pkg-config",
6542 "vcpkg",
6543]
6544
6545[[package]]
6546name = "linkify"
6547version = "0.10.0"
6548source = "registry+https://github.com/rust-lang/crates.io-index"
6549checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
6550dependencies = [
6551 "memchr",
6552]
6553
6554[[package]]
6555name = "linkme"
6556version = "0.3.28"
6557source = "registry+https://github.com/rust-lang/crates.io-index"
6558checksum = "3c943daedff228392b791b33bba32e75737756e80a613e32e246c6ce9cbab20a"
6559dependencies = [
6560 "linkme-impl",
6561]
6562
6563[[package]]
6564name = "linkme-impl"
6565version = "0.3.28"
6566source = "registry+https://github.com/rust-lang/crates.io-index"
6567checksum = "cb26336e6dc7cc76e7927d2c9e7e3bb376d7af65a6f56a0b16c47d18a9b1abc5"
6568dependencies = [
6569 "proc-macro2",
6570 "quote",
6571 "syn 2.0.76",
6572]
6573
6574[[package]]
6575name = "linux-raw-sys"
6576version = "0.3.8"
6577source = "registry+https://github.com/rust-lang/crates.io-index"
6578checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6579
6580[[package]]
6581name = "linux-raw-sys"
6582version = "0.4.14"
6583source = "registry+https://github.com/rust-lang/crates.io-index"
6584checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
6585
6586[[package]]
6587name = "live_kit_client"
6588version = "0.1.0"
6589dependencies = [
6590 "anyhow",
6591 "async-broadcast",
6592 "async-trait",
6593 "collections",
6594 "core-foundation 0.9.4",
6595 "futures 0.3.30",
6596 "gpui",
6597 "live_kit_server",
6598 "log",
6599 "media",
6600 "nanoid",
6601 "parking_lot",
6602 "postage",
6603 "serde",
6604 "serde_json",
6605 "sha2",
6606 "simplelog",
6607]
6608
6609[[package]]
6610name = "live_kit_server"
6611version = "0.1.0"
6612dependencies = [
6613 "anyhow",
6614 "async-trait",
6615 "jsonwebtoken",
6616 "log",
6617 "prost",
6618 "prost-build",
6619 "prost-types",
6620 "reqwest 0.12.8",
6621 "serde",
6622]
6623
6624[[package]]
6625name = "lmdb-master-sys"
6626version = "0.2.4"
6627source = "registry+https://github.com/rust-lang/crates.io-index"
6628checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6629dependencies = [
6630 "cc",
6631 "doxygen-rs",
6632 "libc",
6633]
6634
6635[[package]]
6636name = "lock_api"
6637version = "0.4.12"
6638source = "registry+https://github.com/rust-lang/crates.io-index"
6639checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6640dependencies = [
6641 "autocfg",
6642 "scopeguard",
6643]
6644
6645[[package]]
6646name = "log"
6647version = "0.4.22"
6648source = "registry+https://github.com/rust-lang/crates.io-index"
6649checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6650dependencies = [
6651 "serde",
6652 "value-bag",
6653]
6654
6655[[package]]
6656name = "loop9"
6657version = "0.1.5"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6660dependencies = [
6661 "imgref",
6662]
6663
6664[[package]]
6665name = "lru"
6666version = "0.12.4"
6667source = "registry+https://github.com/rust-lang/crates.io-index"
6668checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6669dependencies = [
6670 "hashbrown 0.14.5",
6671]
6672
6673[[package]]
6674name = "lsp"
6675version = "0.1.0"
6676dependencies = [
6677 "anyhow",
6678 "async-pipe",
6679 "collections",
6680 "ctor",
6681 "env_logger 0.11.5",
6682 "futures 0.3.30",
6683 "gpui",
6684 "log",
6685 "lsp-types",
6686 "parking_lot",
6687 "postage",
6688 "release_channel",
6689 "serde",
6690 "serde_json",
6691 "smol",
6692 "util",
6693 "windows 0.58.0",
6694]
6695
6696[[package]]
6697name = "lsp-types"
6698version = "0.95.1"
6699source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
6700dependencies = [
6701 "bitflags 1.3.2",
6702 "serde",
6703 "serde_json",
6704 "serde_repr",
6705 "url",
6706]
6707
6708[[package]]
6709name = "lz4"
6710version = "1.26.0"
6711source = "registry+https://github.com/rust-lang/crates.io-index"
6712checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
6713dependencies = [
6714 "libc",
6715 "lz4-sys",
6716]
6717
6718[[package]]
6719name = "lz4-sys"
6720version = "1.10.0"
6721source = "registry+https://github.com/rust-lang/crates.io-index"
6722checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
6723dependencies = [
6724 "cc",
6725 "libc",
6726]
6727
6728[[package]]
6729name = "mac"
6730version = "0.1.1"
6731source = "registry+https://github.com/rust-lang/crates.io-index"
6732checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6733
6734[[package]]
6735name = "mach2"
6736version = "0.4.2"
6737source = "registry+https://github.com/rust-lang/crates.io-index"
6738checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
6739dependencies = [
6740 "libc",
6741]
6742
6743[[package]]
6744name = "malloc_buf"
6745version = "0.0.6"
6746source = "registry+https://github.com/rust-lang/crates.io-index"
6747checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6748dependencies = [
6749 "libc",
6750]
6751
6752[[package]]
6753name = "maplit"
6754version = "1.0.2"
6755source = "registry+https://github.com/rust-lang/crates.io-index"
6756checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
6757
6758[[package]]
6759name = "markdown"
6760version = "0.1.0"
6761dependencies = [
6762 "anyhow",
6763 "assets",
6764 "env_logger 0.11.5",
6765 "futures 0.3.30",
6766 "gpui",
6767 "language",
6768 "languages",
6769 "linkify",
6770 "log",
6771 "node_runtime",
6772 "pulldown-cmark 0.12.1",
6773 "settings",
6774 "theme",
6775 "ui",
6776 "util",
6777]
6778
6779[[package]]
6780name = "markdown_preview"
6781version = "0.1.0"
6782dependencies = [
6783 "anyhow",
6784 "async-recursion 1.1.1",
6785 "collections",
6786 "editor",
6787 "gpui",
6788 "language",
6789 "linkify",
6790 "log",
6791 "pretty_assertions",
6792 "pulldown-cmark 0.12.1",
6793 "settings",
6794 "theme",
6795 "ui",
6796 "workspace",
6797]
6798
6799[[package]]
6800name = "markup5ever"
6801version = "0.12.1"
6802source = "registry+https://github.com/rust-lang/crates.io-index"
6803checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
6804dependencies = [
6805 "log",
6806 "phf",
6807 "phf_codegen",
6808 "string_cache",
6809 "string_cache_codegen",
6810 "tendril",
6811]
6812
6813[[package]]
6814name = "markup5ever_rcdom"
6815version = "0.3.0"
6816source = "registry+https://github.com/rust-lang/crates.io-index"
6817checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
6818dependencies = [
6819 "html5ever",
6820 "markup5ever",
6821 "tendril",
6822 "xml5ever",
6823]
6824
6825[[package]]
6826name = "matchers"
6827version = "0.1.0"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6830dependencies = [
6831 "regex-automata 0.1.10",
6832]
6833
6834[[package]]
6835name = "matchit"
6836version = "0.7.3"
6837source = "registry+https://github.com/rust-lang/crates.io-index"
6838checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6839
6840[[package]]
6841name = "maybe-owned"
6842version = "0.3.4"
6843source = "registry+https://github.com/rust-lang/crates.io-index"
6844checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6845
6846[[package]]
6847name = "maybe-rayon"
6848version = "0.1.1"
6849source = "registry+https://github.com/rust-lang/crates.io-index"
6850checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
6851dependencies = [
6852 "cfg-if",
6853]
6854
6855[[package]]
6856name = "md-5"
6857version = "0.10.6"
6858source = "registry+https://github.com/rust-lang/crates.io-index"
6859checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
6860dependencies = [
6861 "cfg-if",
6862 "digest",
6863]
6864
6865[[package]]
6866name = "mdbook"
6867version = "0.4.40"
6868source = "registry+https://github.com/rust-lang/crates.io-index"
6869checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
6870dependencies = [
6871 "ammonia",
6872 "anyhow",
6873 "chrono",
6874 "clap",
6875 "clap_complete",
6876 "elasticlunr-rs",
6877 "env_logger 0.11.5",
6878 "futures-util",
6879 "handlebars 5.1.2",
6880 "ignore",
6881 "log",
6882 "memchr",
6883 "notify",
6884 "notify-debouncer-mini",
6885 "once_cell",
6886 "opener",
6887 "pathdiff",
6888 "pulldown-cmark 0.10.3",
6889 "regex",
6890 "serde",
6891 "serde_json",
6892 "shlex",
6893 "tempfile",
6894 "tokio",
6895 "toml 0.5.11",
6896 "topological-sort",
6897 "walkdir",
6898 "warp",
6899]
6900
6901[[package]]
6902name = "media"
6903version = "0.1.0"
6904dependencies = [
6905 "anyhow",
6906 "bindgen 0.70.1",
6907 "core-foundation 0.9.4",
6908 "foreign-types 0.5.0",
6909 "metal",
6910 "objc",
6911]
6912
6913[[package]]
6914name = "memchr"
6915version = "2.7.4"
6916source = "registry+https://github.com/rust-lang/crates.io-index"
6917checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
6918
6919[[package]]
6920name = "memfd"
6921version = "0.6.4"
6922source = "registry+https://github.com/rust-lang/crates.io-index"
6923checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6924dependencies = [
6925 "rustix 0.38.35",
6926]
6927
6928[[package]]
6929name = "memmap2"
6930version = "0.9.4"
6931source = "registry+https://github.com/rust-lang/crates.io-index"
6932checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6933dependencies = [
6934 "libc",
6935]
6936
6937[[package]]
6938name = "memoffset"
6939version = "0.9.1"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
6942dependencies = [
6943 "autocfg",
6944]
6945
6946[[package]]
6947name = "menu"
6948version = "0.1.0"
6949dependencies = [
6950 "gpui",
6951 "serde",
6952]
6953
6954[[package]]
6955name = "metal"
6956version = "0.29.0"
6957source = "registry+https://github.com/rust-lang/crates.io-index"
6958checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
6959dependencies = [
6960 "bitflags 2.6.0",
6961 "block",
6962 "core-graphics-types 0.1.3",
6963 "foreign-types 0.5.0",
6964 "log",
6965 "objc",
6966 "paste",
6967]
6968
6969[[package]]
6970name = "mimalloc"
6971version = "0.1.43"
6972source = "registry+https://github.com/rust-lang/crates.io-index"
6973checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
6974dependencies = [
6975 "libmimalloc-sys",
6976]
6977
6978[[package]]
6979name = "mime"
6980version = "0.3.17"
6981source = "registry+https://github.com/rust-lang/crates.io-index"
6982checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
6983
6984[[package]]
6985name = "mime_guess"
6986version = "2.0.5"
6987source = "registry+https://github.com/rust-lang/crates.io-index"
6988checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
6989dependencies = [
6990 "mime",
6991 "unicase",
6992]
6993
6994[[package]]
6995name = "minimal-lexical"
6996version = "0.2.1"
6997source = "registry+https://github.com/rust-lang/crates.io-index"
6998checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
6999
7000[[package]]
7001name = "miniz_oxide"
7002version = "0.7.4"
7003source = "registry+https://github.com/rust-lang/crates.io-index"
7004checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
7005dependencies = [
7006 "adler",
7007 "simd-adler32",
7008]
7009
7010[[package]]
7011name = "miniz_oxide"
7012version = "0.8.0"
7013source = "registry+https://github.com/rust-lang/crates.io-index"
7014checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7015dependencies = [
7016 "adler2",
7017]
7018
7019[[package]]
7020name = "mint"
7021version = "0.5.9"
7022source = "registry+https://github.com/rust-lang/crates.io-index"
7023checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7024
7025[[package]]
7026name = "mio"
7027version = "0.8.11"
7028source = "registry+https://github.com/rust-lang/crates.io-index"
7029checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7030dependencies = [
7031 "libc",
7032 "log",
7033 "wasi 0.11.0+wasi-snapshot-preview1",
7034 "windows-sys 0.48.0",
7035]
7036
7037[[package]]
7038name = "mio"
7039version = "1.0.2"
7040source = "registry+https://github.com/rust-lang/crates.io-index"
7041checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
7042dependencies = [
7043 "hermit-abi 0.3.9",
7044 "libc",
7045 "log",
7046 "wasi 0.11.0+wasi-snapshot-preview1",
7047 "windows-sys 0.52.0",
7048]
7049
7050[[package]]
7051name = "miow"
7052version = "0.6.0"
7053source = "registry+https://github.com/rust-lang/crates.io-index"
7054checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7055dependencies = [
7056 "windows-sys 0.48.0",
7057]
7058
7059[[package]]
7060name = "msvc_spectre_libs"
7061version = "0.1.2"
7062source = "registry+https://github.com/rust-lang/crates.io-index"
7063checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7064dependencies = [
7065 "cc",
7066]
7067
7068[[package]]
7069name = "multi_buffer"
7070version = "0.1.0"
7071dependencies = [
7072 "anyhow",
7073 "clock",
7074 "collections",
7075 "ctor",
7076 "env_logger 0.11.5",
7077 "futures 0.3.30",
7078 "gpui",
7079 "itertools 0.13.0",
7080 "language",
7081 "log",
7082 "parking_lot",
7083 "rand 0.8.5",
7084 "serde",
7085 "settings",
7086 "smallvec",
7087 "sum_tree",
7088 "text",
7089 "theme",
7090 "util",
7091]
7092
7093[[package]]
7094name = "multimap"
7095version = "0.8.3"
7096source = "registry+https://github.com/rust-lang/crates.io-index"
7097checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7098
7099[[package]]
7100name = "naga"
7101version = "22.1.0"
7102source = "registry+https://github.com/rust-lang/crates.io-index"
7103checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
7104dependencies = [
7105 "arrayvec",
7106 "bit-set 0.6.0",
7107 "bitflags 2.6.0",
7108 "cfg_aliases 0.1.1",
7109 "codespan-reporting",
7110 "hexf-parse",
7111 "indexmap 2.4.0",
7112 "log",
7113 "rustc-hash 1.1.0",
7114 "spirv",
7115 "termcolor",
7116 "thiserror",
7117 "unicode-xid",
7118]
7119
7120[[package]]
7121name = "nanoid"
7122version = "0.4.0"
7123source = "registry+https://github.com/rust-lang/crates.io-index"
7124checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7125dependencies = [
7126 "rand 0.8.5",
7127]
7128
7129[[package]]
7130name = "nanorand"
7131version = "0.7.0"
7132source = "registry+https://github.com/rust-lang/crates.io-index"
7133checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7134dependencies = [
7135 "getrandom 0.2.15",
7136]
7137
7138[[package]]
7139name = "native-tls"
7140version = "0.2.12"
7141source = "registry+https://github.com/rust-lang/crates.io-index"
7142checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7143dependencies = [
7144 "libc",
7145 "log",
7146 "openssl",
7147 "openssl-probe",
7148 "openssl-sys",
7149 "schannel",
7150 "security-framework",
7151 "security-framework-sys",
7152 "tempfile",
7153]
7154
7155[[package]]
7156name = "nbformat"
7157version = "0.3.1"
7158source = "registry+https://github.com/rust-lang/crates.io-index"
7159checksum = "146074ad45cab20f5d98ccded164826158471f21d04f96e40b9872529e10979d"
7160dependencies = [
7161 "anyhow",
7162 "chrono",
7163 "jupyter-serde",
7164 "serde",
7165 "serde_json",
7166 "thiserror",
7167 "uuid",
7168]
7169
7170[[package]]
7171name = "ndk"
7172version = "0.8.0"
7173source = "registry+https://github.com/rust-lang/crates.io-index"
7174checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7175dependencies = [
7176 "bitflags 2.6.0",
7177 "jni-sys",
7178 "log",
7179 "ndk-sys",
7180 "num_enum",
7181 "thiserror",
7182]
7183
7184[[package]]
7185name = "ndk-context"
7186version = "0.1.1"
7187source = "registry+https://github.com/rust-lang/crates.io-index"
7188checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7189
7190[[package]]
7191name = "ndk-sys"
7192version = "0.5.0+25.2.9519653"
7193source = "registry+https://github.com/rust-lang/crates.io-index"
7194checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7195dependencies = [
7196 "jni-sys",
7197]
7198
7199[[package]]
7200name = "new_debug_unreachable"
7201version = "1.0.6"
7202source = "registry+https://github.com/rust-lang/crates.io-index"
7203checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7204
7205[[package]]
7206name = "nix"
7207version = "0.29.0"
7208source = "registry+https://github.com/rust-lang/crates.io-index"
7209checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7210dependencies = [
7211 "bitflags 2.6.0",
7212 "cfg-if",
7213 "cfg_aliases 0.2.1",
7214 "libc",
7215 "memoffset",
7216]
7217
7218[[package]]
7219name = "node_runtime"
7220version = "0.1.0"
7221dependencies = [
7222 "anyhow",
7223 "async-compression",
7224 "async-std",
7225 "async-tar",
7226 "async-trait",
7227 "async-watch",
7228 "async_zip",
7229 "futures 0.3.30",
7230 "http_client",
7231 "log",
7232 "paths",
7233 "semver",
7234 "serde",
7235 "serde_json",
7236 "smol",
7237 "tempfile",
7238 "util",
7239 "walkdir",
7240 "which 6.0.3",
7241 "windows 0.58.0",
7242]
7243
7244[[package]]
7245name = "nom"
7246version = "7.1.3"
7247source = "registry+https://github.com/rust-lang/crates.io-index"
7248checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7249dependencies = [
7250 "memchr",
7251 "minimal-lexical",
7252]
7253
7254[[package]]
7255name = "noop_proc_macro"
7256version = "0.3.0"
7257source = "registry+https://github.com/rust-lang/crates.io-index"
7258checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7259
7260[[package]]
7261name = "normpath"
7262version = "1.3.0"
7263source = "registry+https://github.com/rust-lang/crates.io-index"
7264checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7265dependencies = [
7266 "windows-sys 0.59.0",
7267]
7268
7269[[package]]
7270name = "notifications"
7271version = "0.1.0"
7272dependencies = [
7273 "anyhow",
7274 "channel",
7275 "client",
7276 "collections",
7277 "db",
7278 "gpui",
7279 "rpc",
7280 "settings",
7281 "sum_tree",
7282 "time",
7283 "util",
7284]
7285
7286[[package]]
7287name = "notify"
7288version = "6.1.1"
7289source = "registry+https://github.com/rust-lang/crates.io-index"
7290checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7291dependencies = [
7292 "bitflags 2.6.0",
7293 "crossbeam-channel",
7294 "filetime",
7295 "fsevent-sys 4.1.0",
7296 "inotify",
7297 "kqueue",
7298 "libc",
7299 "log",
7300 "mio 0.8.11",
7301 "walkdir",
7302 "windows-sys 0.48.0",
7303]
7304
7305[[package]]
7306name = "notify-debouncer-mini"
7307version = "0.4.1"
7308source = "registry+https://github.com/rust-lang/crates.io-index"
7309checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7310dependencies = [
7311 "crossbeam-channel",
7312 "log",
7313 "notify",
7314]
7315
7316[[package]]
7317name = "ntapi"
7318version = "0.4.1"
7319source = "registry+https://github.com/rust-lang/crates.io-index"
7320checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7321dependencies = [
7322 "winapi",
7323]
7324
7325[[package]]
7326name = "nu-ansi-term"
7327version = "0.46.0"
7328source = "registry+https://github.com/rust-lang/crates.io-index"
7329checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7330dependencies = [
7331 "overload",
7332 "winapi",
7333]
7334
7335[[package]]
7336name = "num"
7337version = "0.4.3"
7338source = "registry+https://github.com/rust-lang/crates.io-index"
7339checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7340dependencies = [
7341 "num-bigint",
7342 "num-complex",
7343 "num-integer",
7344 "num-iter",
7345 "num-rational",
7346 "num-traits",
7347]
7348
7349[[package]]
7350name = "num-bigint"
7351version = "0.4.6"
7352source = "registry+https://github.com/rust-lang/crates.io-index"
7353checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7354dependencies = [
7355 "num-integer",
7356 "num-traits",
7357]
7358
7359[[package]]
7360name = "num-bigint-dig"
7361version = "0.8.4"
7362source = "registry+https://github.com/rust-lang/crates.io-index"
7363checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7364dependencies = [
7365 "byteorder",
7366 "lazy_static",
7367 "libm",
7368 "num-integer",
7369 "num-iter",
7370 "num-traits",
7371 "rand 0.8.5",
7372 "serde",
7373 "smallvec",
7374 "zeroize",
7375]
7376
7377[[package]]
7378name = "num-complex"
7379version = "0.4.6"
7380source = "registry+https://github.com/rust-lang/crates.io-index"
7381checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7382dependencies = [
7383 "num-traits",
7384]
7385
7386[[package]]
7387name = "num-conv"
7388version = "0.1.0"
7389source = "registry+https://github.com/rust-lang/crates.io-index"
7390checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7391
7392[[package]]
7393name = "num-derive"
7394version = "0.4.2"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7397dependencies = [
7398 "proc-macro2",
7399 "quote",
7400 "syn 2.0.76",
7401]
7402
7403[[package]]
7404name = "num-format"
7405version = "0.4.4"
7406source = "registry+https://github.com/rust-lang/crates.io-index"
7407checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7408dependencies = [
7409 "arrayvec",
7410 "itoa",
7411]
7412
7413[[package]]
7414name = "num-integer"
7415version = "0.1.46"
7416source = "registry+https://github.com/rust-lang/crates.io-index"
7417checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7418dependencies = [
7419 "num-traits",
7420]
7421
7422[[package]]
7423name = "num-iter"
7424version = "0.1.45"
7425source = "registry+https://github.com/rust-lang/crates.io-index"
7426checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7427dependencies = [
7428 "autocfg",
7429 "num-integer",
7430 "num-traits",
7431]
7432
7433[[package]]
7434name = "num-rational"
7435version = "0.4.2"
7436source = "registry+https://github.com/rust-lang/crates.io-index"
7437checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7438dependencies = [
7439 "num-bigint",
7440 "num-integer",
7441 "num-traits",
7442]
7443
7444[[package]]
7445name = "num-traits"
7446version = "0.2.19"
7447source = "registry+https://github.com/rust-lang/crates.io-index"
7448checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7449dependencies = [
7450 "autocfg",
7451 "libm",
7452]
7453
7454[[package]]
7455name = "num_cpus"
7456version = "1.16.0"
7457source = "registry+https://github.com/rust-lang/crates.io-index"
7458checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7459dependencies = [
7460 "hermit-abi 0.3.9",
7461 "libc",
7462]
7463
7464[[package]]
7465name = "num_enum"
7466version = "0.7.3"
7467source = "registry+https://github.com/rust-lang/crates.io-index"
7468checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7469dependencies = [
7470 "num_enum_derive",
7471]
7472
7473[[package]]
7474name = "num_enum_derive"
7475version = "0.7.3"
7476source = "registry+https://github.com/rust-lang/crates.io-index"
7477checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7478dependencies = [
7479 "proc-macro-crate",
7480 "proc-macro2",
7481 "quote",
7482 "syn 2.0.76",
7483]
7484
7485[[package]]
7486name = "num_threads"
7487version = "0.1.7"
7488source = "registry+https://github.com/rust-lang/crates.io-index"
7489checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7490dependencies = [
7491 "libc",
7492]
7493
7494[[package]]
7495name = "nvim-rs"
7496version = "0.8.0-pre"
7497source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7498dependencies = [
7499 "async-trait",
7500 "futures 0.3.30",
7501 "log",
7502 "parity-tokio-ipc",
7503 "rmp",
7504 "rmpv",
7505 "tokio",
7506 "tokio-util",
7507 "winapi",
7508]
7509
7510[[package]]
7511name = "objc"
7512version = "0.2.7"
7513source = "registry+https://github.com/rust-lang/crates.io-index"
7514checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7515dependencies = [
7516 "malloc_buf",
7517]
7518
7519[[package]]
7520name = "object"
7521version = "0.36.4"
7522source = "registry+https://github.com/rust-lang/crates.io-index"
7523checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
7524dependencies = [
7525 "crc32fast",
7526 "hashbrown 0.14.5",
7527 "indexmap 2.4.0",
7528 "memchr",
7529]
7530
7531[[package]]
7532name = "oboe"
7533version = "0.6.1"
7534source = "registry+https://github.com/rust-lang/crates.io-index"
7535checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7536dependencies = [
7537 "jni",
7538 "ndk",
7539 "ndk-context",
7540 "num-derive",
7541 "num-traits",
7542 "oboe-sys",
7543]
7544
7545[[package]]
7546name = "oboe-sys"
7547version = "0.6.1"
7548source = "registry+https://github.com/rust-lang/crates.io-index"
7549checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7550dependencies = [
7551 "cc",
7552]
7553
7554[[package]]
7555name = "ollama"
7556version = "0.1.0"
7557dependencies = [
7558 "anyhow",
7559 "futures 0.3.30",
7560 "http_client",
7561 "schemars",
7562 "serde",
7563 "serde_json",
7564]
7565
7566[[package]]
7567name = "once_cell"
7568version = "1.19.0"
7569source = "registry+https://github.com/rust-lang/crates.io-index"
7570checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7571
7572[[package]]
7573name = "oo7"
7574version = "0.3.3"
7575source = "registry+https://github.com/rust-lang/crates.io-index"
7576checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7577dependencies = [
7578 "aes",
7579 "async-fs 2.1.2",
7580 "async-io 2.3.4",
7581 "async-lock 3.4.0",
7582 "async-net 2.0.0",
7583 "blocking",
7584 "cbc",
7585 "cipher",
7586 "digest",
7587 "endi",
7588 "futures-lite 2.3.0",
7589 "futures-util",
7590 "hkdf",
7591 "hmac",
7592 "md-5",
7593 "num",
7594 "num-bigint-dig",
7595 "pbkdf2",
7596 "rand 0.8.5",
7597 "serde",
7598 "sha2",
7599 "subtle",
7600 "zbus",
7601 "zeroize",
7602 "zvariant",
7603]
7604
7605[[package]]
7606name = "oorandom"
7607version = "11.1.4"
7608source = "registry+https://github.com/rust-lang/crates.io-index"
7609checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7610
7611[[package]]
7612name = "open"
7613version = "5.3.0"
7614source = "registry+https://github.com/rust-lang/crates.io-index"
7615checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7616dependencies = [
7617 "is-wsl",
7618 "libc",
7619 "pathdiff",
7620]
7621
7622[[package]]
7623name = "open_ai"
7624version = "0.1.0"
7625dependencies = [
7626 "anyhow",
7627 "futures 0.3.30",
7628 "http_client",
7629 "schemars",
7630 "serde",
7631 "serde_json",
7632 "strum 0.25.0",
7633]
7634
7635[[package]]
7636name = "opener"
7637version = "0.7.2"
7638source = "registry+https://github.com/rust-lang/crates.io-index"
7639checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
7640dependencies = [
7641 "bstr",
7642 "dbus",
7643 "normpath",
7644 "windows-sys 0.59.0",
7645]
7646
7647[[package]]
7648name = "openssl"
7649version = "0.10.66"
7650source = "registry+https://github.com/rust-lang/crates.io-index"
7651checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7652dependencies = [
7653 "bitflags 2.6.0",
7654 "cfg-if",
7655 "foreign-types 0.3.2",
7656 "libc",
7657 "once_cell",
7658 "openssl-macros",
7659 "openssl-sys",
7660]
7661
7662[[package]]
7663name = "openssl-macros"
7664version = "0.1.1"
7665source = "registry+https://github.com/rust-lang/crates.io-index"
7666checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7667dependencies = [
7668 "proc-macro2",
7669 "quote",
7670 "syn 2.0.76",
7671]
7672
7673[[package]]
7674name = "openssl-probe"
7675version = "0.1.5"
7676source = "registry+https://github.com/rust-lang/crates.io-index"
7677checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7678
7679[[package]]
7680name = "openssl-src"
7681version = "300.3.1+3.3.1"
7682source = "registry+https://github.com/rust-lang/crates.io-index"
7683checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
7684dependencies = [
7685 "cc",
7686]
7687
7688[[package]]
7689name = "openssl-sys"
7690version = "0.9.103"
7691source = "registry+https://github.com/rust-lang/crates.io-index"
7692checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
7693dependencies = [
7694 "cc",
7695 "libc",
7696 "openssl-src",
7697 "pkg-config",
7698 "vcpkg",
7699]
7700
7701[[package]]
7702name = "option-ext"
7703version = "0.2.0"
7704source = "registry+https://github.com/rust-lang/crates.io-index"
7705checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7706
7707[[package]]
7708name = "ordered-float"
7709version = "2.10.1"
7710source = "registry+https://github.com/rust-lang/crates.io-index"
7711checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
7712dependencies = [
7713 "num-traits",
7714]
7715
7716[[package]]
7717name = "ordered-float"
7718version = "3.9.2"
7719source = "registry+https://github.com/rust-lang/crates.io-index"
7720checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
7721dependencies = [
7722 "num-traits",
7723]
7724
7725[[package]]
7726name = "ordered-stream"
7727version = "0.2.0"
7728source = "registry+https://github.com/rust-lang/crates.io-index"
7729checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7730dependencies = [
7731 "futures-core",
7732 "pin-project-lite",
7733]
7734
7735[[package]]
7736name = "ouroboros"
7737version = "0.17.2"
7738source = "registry+https://github.com/rust-lang/crates.io-index"
7739checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7740dependencies = [
7741 "aliasable",
7742 "ouroboros_macro",
7743 "static_assertions",
7744]
7745
7746[[package]]
7747name = "ouroboros_macro"
7748version = "0.17.2"
7749source = "registry+https://github.com/rust-lang/crates.io-index"
7750checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7751dependencies = [
7752 "heck 0.4.1",
7753 "proc-macro-error",
7754 "proc-macro2",
7755 "quote",
7756 "syn 2.0.76",
7757]
7758
7759[[package]]
7760name = "outline"
7761version = "0.1.0"
7762dependencies = [
7763 "editor",
7764 "fuzzy",
7765 "gpui",
7766 "indoc",
7767 "language",
7768 "menu",
7769 "ordered-float 2.10.1",
7770 "picker",
7771 "project",
7772 "rope",
7773 "serde_json",
7774 "smol",
7775 "theme",
7776 "tree-sitter-rust",
7777 "tree-sitter-typescript",
7778 "ui",
7779 "util",
7780 "workspace",
7781]
7782
7783[[package]]
7784name = "outline_panel"
7785version = "0.1.0"
7786dependencies = [
7787 "anyhow",
7788 "collections",
7789 "db",
7790 "editor",
7791 "file_icons",
7792 "fuzzy",
7793 "gpui",
7794 "itertools 0.13.0",
7795 "language",
7796 "log",
7797 "menu",
7798 "pretty_assertions",
7799 "project",
7800 "schemars",
7801 "search",
7802 "serde",
7803 "serde_json",
7804 "settings",
7805 "smallvec",
7806 "smol",
7807 "theme",
7808 "ui",
7809 "util",
7810 "workspace",
7811 "worktree",
7812]
7813
7814[[package]]
7815name = "outref"
7816version = "0.5.1"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7819
7820[[package]]
7821name = "overload"
7822version = "0.1.1"
7823source = "registry+https://github.com/rust-lang/crates.io-index"
7824checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7825
7826[[package]]
7827name = "p256"
7828version = "0.11.1"
7829source = "registry+https://github.com/rust-lang/crates.io-index"
7830checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7831dependencies = [
7832 "ecdsa",
7833 "elliptic-curve",
7834 "sha2",
7835]
7836
7837[[package]]
7838name = "page_size"
7839version = "0.6.0"
7840source = "registry+https://github.com/rust-lang/crates.io-index"
7841checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7842dependencies = [
7843 "libc",
7844 "winapi",
7845]
7846
7847[[package]]
7848name = "palette"
7849version = "0.7.6"
7850source = "registry+https://github.com/rust-lang/crates.io-index"
7851checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
7852dependencies = [
7853 "approx",
7854 "fast-srgb8",
7855 "palette_derive",
7856]
7857
7858[[package]]
7859name = "palette_derive"
7860version = "0.7.6"
7861source = "registry+https://github.com/rust-lang/crates.io-index"
7862checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
7863dependencies = [
7864 "by_address",
7865 "proc-macro2",
7866 "quote",
7867 "syn 2.0.76",
7868]
7869
7870[[package]]
7871name = "parity-tokio-ipc"
7872version = "0.9.0"
7873source = "registry+https://github.com/rust-lang/crates.io-index"
7874checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7875dependencies = [
7876 "futures 0.3.30",
7877 "libc",
7878 "log",
7879 "rand 0.7.3",
7880 "tokio",
7881 "winapi",
7882]
7883
7884[[package]]
7885name = "parking"
7886version = "2.2.1"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
7889
7890[[package]]
7891name = "parking_lot"
7892version = "0.12.3"
7893source = "registry+https://github.com/rust-lang/crates.io-index"
7894checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
7895dependencies = [
7896 "lock_api",
7897 "parking_lot_core",
7898]
7899
7900[[package]]
7901name = "parking_lot_core"
7902version = "0.9.10"
7903source = "registry+https://github.com/rust-lang/crates.io-index"
7904checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
7905dependencies = [
7906 "cfg-if",
7907 "libc",
7908 "redox_syscall 0.5.3",
7909 "smallvec",
7910 "windows-targets 0.52.6",
7911]
7912
7913[[package]]
7914name = "password-hash"
7915version = "0.5.0"
7916source = "registry+https://github.com/rust-lang/crates.io-index"
7917checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
7918dependencies = [
7919 "base64ct",
7920 "rand_core 0.6.4",
7921 "subtle",
7922]
7923
7924[[package]]
7925name = "paste"
7926version = "1.0.15"
7927source = "registry+https://github.com/rust-lang/crates.io-index"
7928checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
7929
7930[[package]]
7931name = "pathdiff"
7932version = "0.2.1"
7933source = "registry+https://github.com/rust-lang/crates.io-index"
7934checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
7935
7936[[package]]
7937name = "pathfinder_geometry"
7938version = "0.5.1"
7939source = "registry+https://github.com/rust-lang/crates.io-index"
7940checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
7941dependencies = [
7942 "log",
7943 "pathfinder_simd",
7944]
7945
7946[[package]]
7947name = "pathfinder_simd"
7948version = "0.5.4"
7949source = "registry+https://github.com/rust-lang/crates.io-index"
7950checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
7951dependencies = [
7952 "rustc_version",
7953]
7954
7955[[package]]
7956name = "paths"
7957version = "0.1.0"
7958dependencies = [
7959 "dirs 4.0.0",
7960 "util",
7961]
7962
7963[[package]]
7964name = "pbkdf2"
7965version = "0.12.2"
7966source = "registry+https://github.com/rust-lang/crates.io-index"
7967checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7968dependencies = [
7969 "digest",
7970 "hmac",
7971]
7972
7973[[package]]
7974name = "pem"
7975version = "3.0.4"
7976source = "registry+https://github.com/rust-lang/crates.io-index"
7977checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
7978dependencies = [
7979 "base64 0.22.1",
7980 "serde",
7981]
7982
7983[[package]]
7984name = "pem-rfc7468"
7985version = "0.7.0"
7986source = "registry+https://github.com/rust-lang/crates.io-index"
7987checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
7988dependencies = [
7989 "base64ct",
7990]
7991
7992[[package]]
7993name = "percent-encoding"
7994version = "2.3.1"
7995source = "registry+https://github.com/rust-lang/crates.io-index"
7996checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
7997
7998[[package]]
7999name = "perplexity"
8000version = "0.1.0"
8001dependencies = [
8002 "serde",
8003 "zed_extension_api 0.2.0",
8004]
8005
8006[[package]]
8007name = "pest"
8008version = "2.7.11"
8009source = "registry+https://github.com/rust-lang/crates.io-index"
8010checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
8011dependencies = [
8012 "memchr",
8013 "thiserror",
8014 "ucd-trie",
8015]
8016
8017[[package]]
8018name = "pest_derive"
8019version = "2.7.11"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
8022dependencies = [
8023 "pest",
8024 "pest_generator",
8025]
8026
8027[[package]]
8028name = "pest_generator"
8029version = "2.7.11"
8030source = "registry+https://github.com/rust-lang/crates.io-index"
8031checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
8032dependencies = [
8033 "pest",
8034 "pest_meta",
8035 "proc-macro2",
8036 "quote",
8037 "syn 2.0.76",
8038]
8039
8040[[package]]
8041name = "pest_meta"
8042version = "2.7.11"
8043source = "registry+https://github.com/rust-lang/crates.io-index"
8044checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
8045dependencies = [
8046 "once_cell",
8047 "pest",
8048 "sha2",
8049]
8050
8051[[package]]
8052name = "pet"
8053version = "0.1.0"
8054source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8055dependencies = [
8056 "clap",
8057 "env_logger 0.10.2",
8058 "lazy_static",
8059 "log",
8060 "msvc_spectre_libs",
8061 "pet-conda",
8062 "pet-core",
8063 "pet-env-var-path",
8064 "pet-fs",
8065 "pet-global-virtualenvs",
8066 "pet-homebrew",
8067 "pet-jsonrpc",
8068 "pet-linux-global-python",
8069 "pet-mac-commandlinetools",
8070 "pet-mac-python-org",
8071 "pet-mac-xcode",
8072 "pet-pipenv",
8073 "pet-poetry",
8074 "pet-pyenv",
8075 "pet-python-utils",
8076 "pet-reporter",
8077 "pet-telemetry",
8078 "pet-venv",
8079 "pet-virtualenv",
8080 "pet-virtualenvwrapper",
8081 "pet-windows-registry",
8082 "pet-windows-store",
8083 "serde",
8084 "serde_json",
8085]
8086
8087[[package]]
8088name = "pet-conda"
8089version = "0.1.0"
8090source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8091dependencies = [
8092 "env_logger 0.10.2",
8093 "lazy_static",
8094 "log",
8095 "msvc_spectre_libs",
8096 "pet-core",
8097 "pet-fs",
8098 "pet-python-utils",
8099 "pet-reporter",
8100 "regex",
8101 "serde",
8102 "serde_json",
8103 "yaml-rust2",
8104]
8105
8106[[package]]
8107name = "pet-core"
8108version = "0.1.0"
8109source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8110dependencies = [
8111 "clap",
8112 "lazy_static",
8113 "log",
8114 "msvc_spectre_libs",
8115 "pet-fs",
8116 "regex",
8117 "serde",
8118 "serde_json",
8119]
8120
8121[[package]]
8122name = "pet-env-var-path"
8123version = "0.1.0"
8124source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8125dependencies = [
8126 "lazy_static",
8127 "log",
8128 "msvc_spectre_libs",
8129 "pet-conda",
8130 "pet-core",
8131 "pet-fs",
8132 "pet-python-utils",
8133 "pet-virtualenv",
8134 "regex",
8135]
8136
8137[[package]]
8138name = "pet-fs"
8139version = "0.1.0"
8140source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8141dependencies = [
8142 "log",
8143 "msvc_spectre_libs",
8144]
8145
8146[[package]]
8147name = "pet-global-virtualenvs"
8148version = "0.1.0"
8149source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8150dependencies = [
8151 "log",
8152 "msvc_spectre_libs",
8153 "pet-conda",
8154 "pet-core",
8155 "pet-fs",
8156 "pet-virtualenv",
8157]
8158
8159[[package]]
8160name = "pet-homebrew"
8161version = "0.1.0"
8162source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8163dependencies = [
8164 "lazy_static",
8165 "log",
8166 "msvc_spectre_libs",
8167 "pet-conda",
8168 "pet-core",
8169 "pet-fs",
8170 "pet-python-utils",
8171 "pet-virtualenv",
8172 "regex",
8173 "serde",
8174 "serde_json",
8175]
8176
8177[[package]]
8178name = "pet-jsonrpc"
8179version = "0.1.0"
8180source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8181dependencies = [
8182 "env_logger 0.10.2",
8183 "log",
8184 "msvc_spectre_libs",
8185 "pet-core",
8186 "serde",
8187 "serde_json",
8188]
8189
8190[[package]]
8191name = "pet-linux-global-python"
8192version = "0.1.0"
8193source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8194dependencies = [
8195 "log",
8196 "msvc_spectre_libs",
8197 "pet-core",
8198 "pet-fs",
8199 "pet-python-utils",
8200 "pet-virtualenv",
8201]
8202
8203[[package]]
8204name = "pet-mac-commandlinetools"
8205version = "0.1.0"
8206source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8207dependencies = [
8208 "log",
8209 "msvc_spectre_libs",
8210 "pet-core",
8211 "pet-fs",
8212 "pet-python-utils",
8213 "pet-virtualenv",
8214]
8215
8216[[package]]
8217name = "pet-mac-python-org"
8218version = "0.1.0"
8219source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8220dependencies = [
8221 "log",
8222 "msvc_spectre_libs",
8223 "pet-core",
8224 "pet-fs",
8225 "pet-python-utils",
8226 "pet-virtualenv",
8227]
8228
8229[[package]]
8230name = "pet-mac-xcode"
8231version = "0.1.0"
8232source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8233dependencies = [
8234 "log",
8235 "msvc_spectre_libs",
8236 "pet-core",
8237 "pet-fs",
8238 "pet-python-utils",
8239 "pet-virtualenv",
8240]
8241
8242[[package]]
8243name = "pet-pipenv"
8244version = "0.1.0"
8245source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8246dependencies = [
8247 "log",
8248 "msvc_spectre_libs",
8249 "pet-core",
8250 "pet-fs",
8251 "pet-python-utils",
8252 "pet-virtualenv",
8253]
8254
8255[[package]]
8256name = "pet-poetry"
8257version = "0.1.0"
8258source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8259dependencies = [
8260 "base64 0.22.1",
8261 "lazy_static",
8262 "log",
8263 "msvc_spectre_libs",
8264 "pet-core",
8265 "pet-fs",
8266 "pet-python-utils",
8267 "pet-reporter",
8268 "pet-virtualenv",
8269 "regex",
8270 "serde",
8271 "serde_json",
8272 "sha2",
8273 "toml 0.8.19",
8274]
8275
8276[[package]]
8277name = "pet-pyenv"
8278version = "0.1.0"
8279source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8280dependencies = [
8281 "lazy_static",
8282 "log",
8283 "msvc_spectre_libs",
8284 "pet-conda",
8285 "pet-core",
8286 "pet-fs",
8287 "pet-python-utils",
8288 "pet-reporter",
8289 "regex",
8290 "serde",
8291 "serde_json",
8292]
8293
8294[[package]]
8295name = "pet-python-utils"
8296version = "0.1.0"
8297source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8298dependencies = [
8299 "env_logger 0.10.2",
8300 "lazy_static",
8301 "log",
8302 "msvc_spectre_libs",
8303 "pet-core",
8304 "pet-fs",
8305 "regex",
8306 "serde",
8307 "serde_json",
8308 "sha2",
8309]
8310
8311[[package]]
8312name = "pet-reporter"
8313version = "0.1.0"
8314source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8315dependencies = [
8316 "env_logger 0.10.2",
8317 "log",
8318 "msvc_spectre_libs",
8319 "pet-core",
8320 "pet-jsonrpc",
8321 "serde",
8322 "serde_json",
8323]
8324
8325[[package]]
8326name = "pet-telemetry"
8327version = "0.1.0"
8328source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8329dependencies = [
8330 "env_logger 0.10.2",
8331 "lazy_static",
8332 "log",
8333 "msvc_spectre_libs",
8334 "pet-core",
8335 "pet-fs",
8336 "pet-python-utils",
8337 "regex",
8338]
8339
8340[[package]]
8341name = "pet-venv"
8342version = "0.1.0"
8343source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8344dependencies = [
8345 "log",
8346 "msvc_spectre_libs",
8347 "pet-core",
8348 "pet-python-utils",
8349 "pet-virtualenv",
8350]
8351
8352[[package]]
8353name = "pet-virtualenv"
8354version = "0.1.0"
8355source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8356dependencies = [
8357 "log",
8358 "msvc_spectre_libs",
8359 "pet-core",
8360 "pet-fs",
8361 "pet-python-utils",
8362]
8363
8364[[package]]
8365name = "pet-virtualenvwrapper"
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-fs",
8373 "pet-python-utils",
8374 "pet-virtualenv",
8375]
8376
8377[[package]]
8378name = "pet-windows-registry"
8379version = "0.1.0"
8380source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8381dependencies = [
8382 "lazy_static",
8383 "log",
8384 "msvc_spectre_libs",
8385 "pet-conda",
8386 "pet-core",
8387 "pet-fs",
8388 "pet-python-utils",
8389 "pet-virtualenv",
8390 "pet-windows-store",
8391 "regex",
8392 "winreg 0.52.0",
8393]
8394
8395[[package]]
8396name = "pet-windows-store"
8397version = "0.1.0"
8398source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8399dependencies = [
8400 "lazy_static",
8401 "log",
8402 "msvc_spectre_libs",
8403 "pet-core",
8404 "pet-fs",
8405 "pet-python-utils",
8406 "pet-virtualenv",
8407 "regex",
8408 "winreg 0.52.0",
8409]
8410
8411[[package]]
8412name = "petgraph"
8413version = "0.6.5"
8414source = "registry+https://github.com/rust-lang/crates.io-index"
8415checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
8416dependencies = [
8417 "fixedbitset",
8418 "indexmap 2.4.0",
8419]
8420
8421[[package]]
8422name = "phf"
8423version = "0.11.2"
8424source = "registry+https://github.com/rust-lang/crates.io-index"
8425checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
8426dependencies = [
8427 "phf_macros",
8428 "phf_shared 0.11.2",
8429]
8430
8431[[package]]
8432name = "phf_codegen"
8433version = "0.11.2"
8434source = "registry+https://github.com/rust-lang/crates.io-index"
8435checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
8436dependencies = [
8437 "phf_generator 0.11.2",
8438 "phf_shared 0.11.2",
8439]
8440
8441[[package]]
8442name = "phf_generator"
8443version = "0.10.0"
8444source = "registry+https://github.com/rust-lang/crates.io-index"
8445checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
8446dependencies = [
8447 "phf_shared 0.10.0",
8448 "rand 0.8.5",
8449]
8450
8451[[package]]
8452name = "phf_generator"
8453version = "0.11.2"
8454source = "registry+https://github.com/rust-lang/crates.io-index"
8455checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
8456dependencies = [
8457 "phf_shared 0.11.2",
8458 "rand 0.8.5",
8459]
8460
8461[[package]]
8462name = "phf_macros"
8463version = "0.11.2"
8464source = "registry+https://github.com/rust-lang/crates.io-index"
8465checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
8466dependencies = [
8467 "phf_generator 0.11.2",
8468 "phf_shared 0.11.2",
8469 "proc-macro2",
8470 "quote",
8471 "syn 2.0.76",
8472]
8473
8474[[package]]
8475name = "phf_shared"
8476version = "0.10.0"
8477source = "registry+https://github.com/rust-lang/crates.io-index"
8478checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
8479dependencies = [
8480 "siphasher 0.3.11",
8481]
8482
8483[[package]]
8484name = "phf_shared"
8485version = "0.11.2"
8486source = "registry+https://github.com/rust-lang/crates.io-index"
8487checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
8488dependencies = [
8489 "siphasher 0.3.11",
8490]
8491
8492[[package]]
8493name = "picker"
8494version = "0.1.0"
8495dependencies = [
8496 "anyhow",
8497 "ctor",
8498 "editor",
8499 "env_logger 0.11.5",
8500 "gpui",
8501 "menu",
8502 "serde",
8503 "serde_json",
8504 "ui",
8505 "workspace",
8506]
8507
8508[[package]]
8509name = "pico-args"
8510version = "0.5.0"
8511source = "registry+https://github.com/rust-lang/crates.io-index"
8512checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
8513
8514[[package]]
8515name = "pin-project"
8516version = "1.1.5"
8517source = "registry+https://github.com/rust-lang/crates.io-index"
8518checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
8519dependencies = [
8520 "pin-project-internal",
8521]
8522
8523[[package]]
8524name = "pin-project-internal"
8525version = "1.1.5"
8526source = "registry+https://github.com/rust-lang/crates.io-index"
8527checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
8528dependencies = [
8529 "proc-macro2",
8530 "quote",
8531 "syn 2.0.76",
8532]
8533
8534[[package]]
8535name = "pin-project-lite"
8536version = "0.2.14"
8537source = "registry+https://github.com/rust-lang/crates.io-index"
8538checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
8539
8540[[package]]
8541name = "pin-utils"
8542version = "0.1.0"
8543source = "registry+https://github.com/rust-lang/crates.io-index"
8544checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8545
8546[[package]]
8547name = "piper"
8548version = "0.2.4"
8549source = "registry+https://github.com/rust-lang/crates.io-index"
8550checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
8551dependencies = [
8552 "atomic-waker",
8553 "fastrand 2.1.1",
8554 "futures-io",
8555]
8556
8557[[package]]
8558name = "pkcs1"
8559version = "0.7.5"
8560source = "registry+https://github.com/rust-lang/crates.io-index"
8561checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8562dependencies = [
8563 "der 0.7.9",
8564 "pkcs8 0.10.2",
8565 "spki 0.7.3",
8566]
8567
8568[[package]]
8569name = "pkcs8"
8570version = "0.9.0"
8571source = "registry+https://github.com/rust-lang/crates.io-index"
8572checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
8573dependencies = [
8574 "der 0.6.1",
8575 "spki 0.6.0",
8576]
8577
8578[[package]]
8579name = "pkcs8"
8580version = "0.10.2"
8581source = "registry+https://github.com/rust-lang/crates.io-index"
8582checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8583dependencies = [
8584 "der 0.7.9",
8585 "spki 0.7.3",
8586]
8587
8588[[package]]
8589name = "pkg-config"
8590version = "0.3.30"
8591source = "registry+https://github.com/rust-lang/crates.io-index"
8592checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8593
8594[[package]]
8595name = "plist"
8596version = "1.7.0"
8597source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8599dependencies = [
8600 "base64 0.22.1",
8601 "indexmap 2.4.0",
8602 "quick-xml 0.32.0",
8603 "serde",
8604 "time",
8605]
8606
8607[[package]]
8608name = "plotters"
8609version = "0.3.6"
8610source = "registry+https://github.com/rust-lang/crates.io-index"
8611checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8612dependencies = [
8613 "num-traits",
8614 "plotters-backend",
8615 "plotters-svg",
8616 "wasm-bindgen",
8617 "web-sys",
8618]
8619
8620[[package]]
8621name = "plotters-backend"
8622version = "0.3.6"
8623source = "registry+https://github.com/rust-lang/crates.io-index"
8624checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
8625
8626[[package]]
8627name = "plotters-svg"
8628version = "0.3.6"
8629source = "registry+https://github.com/rust-lang/crates.io-index"
8630checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
8631dependencies = [
8632 "plotters-backend",
8633]
8634
8635[[package]]
8636name = "png"
8637version = "0.17.13"
8638source = "registry+https://github.com/rust-lang/crates.io-index"
8639checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
8640dependencies = [
8641 "bitflags 1.3.2",
8642 "crc32fast",
8643 "fdeflate",
8644 "flate2",
8645 "miniz_oxide 0.7.4",
8646]
8647
8648[[package]]
8649name = "polling"
8650version = "2.8.0"
8651source = "registry+https://github.com/rust-lang/crates.io-index"
8652checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8653dependencies = [
8654 "autocfg",
8655 "bitflags 1.3.2",
8656 "cfg-if",
8657 "concurrent-queue",
8658 "libc",
8659 "log",
8660 "pin-project-lite",
8661 "windows-sys 0.48.0",
8662]
8663
8664[[package]]
8665name = "polling"
8666version = "3.7.3"
8667source = "registry+https://github.com/rust-lang/crates.io-index"
8668checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
8669dependencies = [
8670 "cfg-if",
8671 "concurrent-queue",
8672 "hermit-abi 0.4.0",
8673 "pin-project-lite",
8674 "rustix 0.38.35",
8675 "tracing",
8676 "windows-sys 0.59.0",
8677]
8678
8679[[package]]
8680name = "pollster"
8681version = "0.2.5"
8682source = "registry+https://github.com/rust-lang/crates.io-index"
8683checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
8684
8685[[package]]
8686name = "postage"
8687version = "0.5.0"
8688source = "registry+https://github.com/rust-lang/crates.io-index"
8689checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
8690dependencies = [
8691 "atomic",
8692 "crossbeam-queue",
8693 "futures 0.3.30",
8694 "log",
8695 "parking_lot",
8696 "pin-project",
8697 "pollster",
8698 "static_assertions",
8699 "thiserror",
8700]
8701
8702[[package]]
8703name = "postcard"
8704version = "1.0.10"
8705source = "registry+https://github.com/rust-lang/crates.io-index"
8706checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
8707dependencies = [
8708 "cobs",
8709 "embedded-io 0.4.0",
8710 "embedded-io 0.6.1",
8711 "serde",
8712]
8713
8714[[package]]
8715name = "powerfmt"
8716version = "0.2.0"
8717source = "registry+https://github.com/rust-lang/crates.io-index"
8718checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8719
8720[[package]]
8721name = "ppv-lite86"
8722version = "0.2.20"
8723source = "registry+https://github.com/rust-lang/crates.io-index"
8724checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
8725dependencies = [
8726 "zerocopy",
8727]
8728
8729[[package]]
8730name = "precomputed-hash"
8731version = "0.1.1"
8732source = "registry+https://github.com/rust-lang/crates.io-index"
8733checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8734
8735[[package]]
8736name = "prettier"
8737version = "0.1.0"
8738dependencies = [
8739 "anyhow",
8740 "collections",
8741 "fs",
8742 "gpui",
8743 "language",
8744 "log",
8745 "lsp",
8746 "node_runtime",
8747 "parking_lot",
8748 "paths",
8749 "serde",
8750 "serde_json",
8751 "util",
8752]
8753
8754[[package]]
8755name = "pretty_assertions"
8756version = "1.4.1"
8757source = "registry+https://github.com/rust-lang/crates.io-index"
8758checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
8759dependencies = [
8760 "diff",
8761 "yansi",
8762]
8763
8764[[package]]
8765name = "prettyplease"
8766version = "0.2.22"
8767source = "registry+https://github.com/rust-lang/crates.io-index"
8768checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
8769dependencies = [
8770 "proc-macro2",
8771 "syn 2.0.76",
8772]
8773
8774[[package]]
8775name = "proc-macro-crate"
8776version = "3.2.0"
8777source = "registry+https://github.com/rust-lang/crates.io-index"
8778checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
8779dependencies = [
8780 "toml_edit 0.22.20",
8781]
8782
8783[[package]]
8784name = "proc-macro-error"
8785version = "1.0.4"
8786source = "registry+https://github.com/rust-lang/crates.io-index"
8787checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8788dependencies = [
8789 "proc-macro-error-attr",
8790 "proc-macro2",
8791 "quote",
8792 "syn 1.0.109",
8793 "version_check",
8794]
8795
8796[[package]]
8797name = "proc-macro-error-attr"
8798version = "1.0.4"
8799source = "registry+https://github.com/rust-lang/crates.io-index"
8800checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8801dependencies = [
8802 "proc-macro2",
8803 "quote",
8804 "version_check",
8805]
8806
8807[[package]]
8808name = "proc-macro2"
8809version = "1.0.87"
8810source = "registry+https://github.com/rust-lang/crates.io-index"
8811checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
8812dependencies = [
8813 "unicode-ident",
8814]
8815
8816[[package]]
8817name = "profiling"
8818version = "1.0.15"
8819source = "registry+https://github.com/rust-lang/crates.io-index"
8820checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
8821dependencies = [
8822 "profiling-procmacros",
8823]
8824
8825[[package]]
8826name = "profiling-procmacros"
8827version = "1.0.15"
8828source = "registry+https://github.com/rust-lang/crates.io-index"
8829checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
8830dependencies = [
8831 "quote",
8832 "syn 2.0.76",
8833]
8834
8835[[package]]
8836name = "project"
8837version = "0.1.0"
8838dependencies = [
8839 "aho-corasick",
8840 "anyhow",
8841 "async-trait",
8842 "client",
8843 "clock",
8844 "collections",
8845 "env_logger 0.11.5",
8846 "fs",
8847 "futures 0.3.30",
8848 "fuzzy",
8849 "git",
8850 "git2",
8851 "globset",
8852 "gpui",
8853 "http_client",
8854 "itertools 0.13.0",
8855 "language",
8856 "log",
8857 "lsp",
8858 "node_runtime",
8859 "parking_lot",
8860 "pathdiff",
8861 "paths",
8862 "postage",
8863 "prettier",
8864 "pretty_assertions",
8865 "rand 0.8.5",
8866 "regex",
8867 "release_channel",
8868 "remote",
8869 "rpc",
8870 "schemars",
8871 "serde",
8872 "serde_json",
8873 "settings",
8874 "sha2",
8875 "shellexpand 2.1.2",
8876 "shlex",
8877 "similar",
8878 "smol",
8879 "snippet",
8880 "snippet_provider",
8881 "task",
8882 "tempfile",
8883 "terminal",
8884 "text",
8885 "unindent",
8886 "url",
8887 "util",
8888 "which 6.0.3",
8889 "windows 0.58.0",
8890 "worktree",
8891]
8892
8893[[package]]
8894name = "project_panel"
8895version = "0.1.0"
8896dependencies = [
8897 "anyhow",
8898 "client",
8899 "collections",
8900 "db",
8901 "editor",
8902 "file_icons",
8903 "git",
8904 "gpui",
8905 "indexmap 1.9.3",
8906 "language",
8907 "menu",
8908 "pretty_assertions",
8909 "project",
8910 "schemars",
8911 "search",
8912 "serde",
8913 "serde_derive",
8914 "serde_json",
8915 "settings",
8916 "smallvec",
8917 "theme",
8918 "ui",
8919 "util",
8920 "workspace",
8921 "worktree",
8922]
8923
8924[[package]]
8925name = "project_symbols"
8926version = "0.1.0"
8927dependencies = [
8928 "anyhow",
8929 "editor",
8930 "futures 0.3.30",
8931 "fuzzy",
8932 "gpui",
8933 "language",
8934 "lsp",
8935 "ordered-float 2.10.1",
8936 "picker",
8937 "project",
8938 "release_channel",
8939 "serde_json",
8940 "settings",
8941 "theme",
8942 "util",
8943 "workspace",
8944]
8945
8946[[package]]
8947name = "prometheus"
8948version = "0.13.4"
8949source = "registry+https://github.com/rust-lang/crates.io-index"
8950checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
8951dependencies = [
8952 "cfg-if",
8953 "fnv",
8954 "lazy_static",
8955 "memchr",
8956 "parking_lot",
8957 "protobuf",
8958 "thiserror",
8959]
8960
8961[[package]]
8962name = "prost"
8963version = "0.9.0"
8964source = "registry+https://github.com/rust-lang/crates.io-index"
8965checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
8966dependencies = [
8967 "bytes 1.7.2",
8968 "prost-derive",
8969]
8970
8971[[package]]
8972name = "prost-build"
8973version = "0.9.0"
8974source = "registry+https://github.com/rust-lang/crates.io-index"
8975checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
8976dependencies = [
8977 "bytes 1.7.2",
8978 "heck 0.3.3",
8979 "itertools 0.10.5",
8980 "lazy_static",
8981 "log",
8982 "multimap",
8983 "petgraph",
8984 "prost",
8985 "prost-types",
8986 "regex",
8987 "tempfile",
8988 "which 4.4.2",
8989]
8990
8991[[package]]
8992name = "prost-derive"
8993version = "0.9.0"
8994source = "registry+https://github.com/rust-lang/crates.io-index"
8995checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
8996dependencies = [
8997 "anyhow",
8998 "itertools 0.10.5",
8999 "proc-macro2",
9000 "quote",
9001 "syn 1.0.109",
9002]
9003
9004[[package]]
9005name = "prost-types"
9006version = "0.9.0"
9007source = "registry+https://github.com/rust-lang/crates.io-index"
9008checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9009dependencies = [
9010 "bytes 1.7.2",
9011 "prost",
9012]
9013
9014[[package]]
9015name = "proto"
9016version = "0.1.0"
9017dependencies = [
9018 "anyhow",
9019 "collections",
9020 "prost",
9021 "prost-build",
9022 "serde",
9023]
9024
9025[[package]]
9026name = "protobuf"
9027version = "2.28.0"
9028source = "registry+https://github.com/rust-lang/crates.io-index"
9029checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9030
9031[[package]]
9032name = "psm"
9033version = "0.1.21"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
9036dependencies = [
9037 "cc",
9038]
9039
9040[[package]]
9041name = "ptr_meta"
9042version = "0.1.4"
9043source = "registry+https://github.com/rust-lang/crates.io-index"
9044checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9045dependencies = [
9046 "ptr_meta_derive",
9047]
9048
9049[[package]]
9050name = "ptr_meta_derive"
9051version = "0.1.4"
9052source = "registry+https://github.com/rust-lang/crates.io-index"
9053checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9054dependencies = [
9055 "proc-macro2",
9056 "quote",
9057 "syn 1.0.109",
9058]
9059
9060[[package]]
9061name = "pulldown-cmark"
9062version = "0.10.3"
9063source = "registry+https://github.com/rust-lang/crates.io-index"
9064checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9065dependencies = [
9066 "bitflags 2.6.0",
9067 "memchr",
9068 "pulldown-cmark-escape",
9069 "unicase",
9070]
9071
9072[[package]]
9073name = "pulldown-cmark"
9074version = "0.12.1"
9075source = "registry+https://github.com/rust-lang/crates.io-index"
9076checksum = "666f0f59e259aea2d72e6012290c09877a780935cc3c18b1ceded41f3890d59c"
9077dependencies = [
9078 "bitflags 2.6.0",
9079 "memchr",
9080 "unicase",
9081]
9082
9083[[package]]
9084name = "pulldown-cmark-escape"
9085version = "0.10.1"
9086source = "registry+https://github.com/rust-lang/crates.io-index"
9087checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9088
9089[[package]]
9090name = "qoi"
9091version = "0.4.1"
9092source = "registry+https://github.com/rust-lang/crates.io-index"
9093checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9094dependencies = [
9095 "bytemuck",
9096]
9097
9098[[package]]
9099name = "quick-error"
9100version = "2.0.1"
9101source = "registry+https://github.com/rust-lang/crates.io-index"
9102checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
9103
9104[[package]]
9105name = "quick-xml"
9106version = "0.32.0"
9107source = "registry+https://github.com/rust-lang/crates.io-index"
9108checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
9109dependencies = [
9110 "memchr",
9111]
9112
9113[[package]]
9114name = "quick-xml"
9115version = "0.34.0"
9116source = "registry+https://github.com/rust-lang/crates.io-index"
9117checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
9118dependencies = [
9119 "memchr",
9120]
9121
9122[[package]]
9123name = "quick_action_bar"
9124version = "0.1.0"
9125dependencies = [
9126 "assistant",
9127 "editor",
9128 "gpui",
9129 "markdown_preview",
9130 "repl",
9131 "search",
9132 "settings",
9133 "ui",
9134 "util",
9135 "workspace",
9136 "zed_actions",
9137]
9138
9139[[package]]
9140name = "quinn"
9141version = "0.11.5"
9142source = "registry+https://github.com/rust-lang/crates.io-index"
9143checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
9144dependencies = [
9145 "bytes 1.7.2",
9146 "pin-project-lite",
9147 "quinn-proto",
9148 "quinn-udp",
9149 "rustc-hash 2.0.0",
9150 "rustls 0.23.13",
9151 "socket2 0.5.7",
9152 "thiserror",
9153 "tokio",
9154 "tracing",
9155]
9156
9157[[package]]
9158name = "quinn-proto"
9159version = "0.11.8"
9160source = "registry+https://github.com/rust-lang/crates.io-index"
9161checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
9162dependencies = [
9163 "bytes 1.7.2",
9164 "rand 0.8.5",
9165 "ring 0.17.8",
9166 "rustc-hash 2.0.0",
9167 "rustls 0.23.13",
9168 "slab",
9169 "thiserror",
9170 "tinyvec",
9171 "tracing",
9172]
9173
9174[[package]]
9175name = "quinn-udp"
9176version = "0.5.5"
9177source = "registry+https://github.com/rust-lang/crates.io-index"
9178checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
9179dependencies = [
9180 "libc",
9181 "once_cell",
9182 "socket2 0.5.7",
9183 "tracing",
9184 "windows-sys 0.59.0",
9185]
9186
9187[[package]]
9188name = "quote"
9189version = "1.0.37"
9190source = "registry+https://github.com/rust-lang/crates.io-index"
9191checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
9192dependencies = [
9193 "proc-macro2",
9194]
9195
9196[[package]]
9197name = "radium"
9198version = "0.7.0"
9199source = "registry+https://github.com/rust-lang/crates.io-index"
9200checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
9201
9202[[package]]
9203name = "rand"
9204version = "0.7.3"
9205source = "registry+https://github.com/rust-lang/crates.io-index"
9206checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
9207dependencies = [
9208 "getrandom 0.1.16",
9209 "libc",
9210 "rand_chacha 0.2.2",
9211 "rand_core 0.5.1",
9212 "rand_hc",
9213]
9214
9215[[package]]
9216name = "rand"
9217version = "0.8.5"
9218source = "registry+https://github.com/rust-lang/crates.io-index"
9219checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
9220dependencies = [
9221 "libc",
9222 "rand_chacha 0.3.1",
9223 "rand_core 0.6.4",
9224]
9225
9226[[package]]
9227name = "rand_chacha"
9228version = "0.2.2"
9229source = "registry+https://github.com/rust-lang/crates.io-index"
9230checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
9231dependencies = [
9232 "ppv-lite86",
9233 "rand_core 0.5.1",
9234]
9235
9236[[package]]
9237name = "rand_chacha"
9238version = "0.3.1"
9239source = "registry+https://github.com/rust-lang/crates.io-index"
9240checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
9241dependencies = [
9242 "ppv-lite86",
9243 "rand_core 0.6.4",
9244]
9245
9246[[package]]
9247name = "rand_core"
9248version = "0.5.1"
9249source = "registry+https://github.com/rust-lang/crates.io-index"
9250checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
9251dependencies = [
9252 "getrandom 0.1.16",
9253]
9254
9255[[package]]
9256name = "rand_core"
9257version = "0.6.4"
9258source = "registry+https://github.com/rust-lang/crates.io-index"
9259checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
9260dependencies = [
9261 "getrandom 0.2.15",
9262]
9263
9264[[package]]
9265name = "rand_hc"
9266version = "0.2.0"
9267source = "registry+https://github.com/rust-lang/crates.io-index"
9268checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
9269dependencies = [
9270 "rand_core 0.5.1",
9271]
9272
9273[[package]]
9274name = "rangemap"
9275version = "1.5.1"
9276source = "registry+https://github.com/rust-lang/crates.io-index"
9277checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
9278
9279[[package]]
9280name = "rav1e"
9281version = "0.7.1"
9282source = "registry+https://github.com/rust-lang/crates.io-index"
9283checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
9284dependencies = [
9285 "arbitrary",
9286 "arg_enum_proc_macro",
9287 "arrayvec",
9288 "av1-grain",
9289 "bitstream-io",
9290 "built",
9291 "cfg-if",
9292 "interpolate_name",
9293 "itertools 0.12.1",
9294 "libc",
9295 "libfuzzer-sys",
9296 "log",
9297 "maybe-rayon",
9298 "new_debug_unreachable",
9299 "noop_proc_macro",
9300 "num-derive",
9301 "num-traits",
9302 "once_cell",
9303 "paste",
9304 "profiling",
9305 "rand 0.8.5",
9306 "rand_chacha 0.3.1",
9307 "simd_helpers",
9308 "system-deps",
9309 "thiserror",
9310 "v_frame",
9311 "wasm-bindgen",
9312]
9313
9314[[package]]
9315name = "ravif"
9316version = "0.11.10"
9317source = "registry+https://github.com/rust-lang/crates.io-index"
9318checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
9319dependencies = [
9320 "avif-serialize",
9321 "imgref",
9322 "loop9",
9323 "quick-error",
9324 "rav1e",
9325 "rgb",
9326]
9327
9328[[package]]
9329name = "raw-window-handle"
9330version = "0.6.2"
9331source = "registry+https://github.com/rust-lang/crates.io-index"
9332checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
9333
9334[[package]]
9335name = "raw-window-metal"
9336version = "0.4.0"
9337source = "registry+https://github.com/rust-lang/crates.io-index"
9338checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
9339dependencies = [
9340 "cocoa 0.25.0",
9341 "core-graphics 0.23.2",
9342 "objc",
9343 "raw-window-handle",
9344]
9345
9346[[package]]
9347name = "rayon"
9348version = "1.10.0"
9349source = "registry+https://github.com/rust-lang/crates.io-index"
9350checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
9351dependencies = [
9352 "either",
9353 "rayon-core",
9354]
9355
9356[[package]]
9357name = "rayon-core"
9358version = "1.12.1"
9359source = "registry+https://github.com/rust-lang/crates.io-index"
9360checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
9361dependencies = [
9362 "crossbeam-deque",
9363 "crossbeam-utils",
9364]
9365
9366[[package]]
9367name = "read-fonts"
9368version = "0.20.0"
9369source = "registry+https://github.com/rust-lang/crates.io-index"
9370checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
9371dependencies = [
9372 "bytemuck",
9373 "font-types",
9374]
9375
9376[[package]]
9377name = "recent_projects"
9378version = "0.1.0"
9379dependencies = [
9380 "anyhow",
9381 "auto_update",
9382 "editor",
9383 "file_finder",
9384 "futures 0.3.30",
9385 "fuzzy",
9386 "gpui",
9387 "itertools 0.13.0",
9388 "language",
9389 "log",
9390 "markdown",
9391 "menu",
9392 "ordered-float 2.10.1",
9393 "paths",
9394 "picker",
9395 "project",
9396 "release_channel",
9397 "remote",
9398 "schemars",
9399 "serde",
9400 "serde_json",
9401 "settings",
9402 "smol",
9403 "task",
9404 "theme",
9405 "ui",
9406 "util",
9407 "workspace",
9408]
9409
9410[[package]]
9411name = "redox_syscall"
9412version = "0.2.16"
9413source = "registry+https://github.com/rust-lang/crates.io-index"
9414checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
9415dependencies = [
9416 "bitflags 1.3.2",
9417]
9418
9419[[package]]
9420name = "redox_syscall"
9421version = "0.4.1"
9422source = "registry+https://github.com/rust-lang/crates.io-index"
9423checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
9424dependencies = [
9425 "bitflags 1.3.2",
9426]
9427
9428[[package]]
9429name = "redox_syscall"
9430version = "0.5.3"
9431source = "registry+https://github.com/rust-lang/crates.io-index"
9432checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
9433dependencies = [
9434 "bitflags 2.6.0",
9435]
9436
9437[[package]]
9438name = "redox_users"
9439version = "0.4.6"
9440source = "registry+https://github.com/rust-lang/crates.io-index"
9441checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
9442dependencies = [
9443 "getrandom 0.2.15",
9444 "libredox",
9445 "thiserror",
9446]
9447
9448[[package]]
9449name = "refineable"
9450version = "0.1.0"
9451dependencies = [
9452 "derive_refineable",
9453]
9454
9455[[package]]
9456name = "regalloc2"
9457version = "0.9.3"
9458source = "registry+https://github.com/rust-lang/crates.io-index"
9459checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
9460dependencies = [
9461 "hashbrown 0.13.2",
9462 "log",
9463 "rustc-hash 1.1.0",
9464 "slice-group-by",
9465 "smallvec",
9466]
9467
9468[[package]]
9469name = "regex"
9470version = "1.10.6"
9471source = "registry+https://github.com/rust-lang/crates.io-index"
9472checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
9473dependencies = [
9474 "aho-corasick",
9475 "memchr",
9476 "regex-automata 0.4.7",
9477 "regex-syntax 0.8.4",
9478]
9479
9480[[package]]
9481name = "regex-automata"
9482version = "0.1.10"
9483source = "registry+https://github.com/rust-lang/crates.io-index"
9484checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
9485dependencies = [
9486 "regex-syntax 0.6.29",
9487]
9488
9489[[package]]
9490name = "regex-automata"
9491version = "0.4.7"
9492source = "registry+https://github.com/rust-lang/crates.io-index"
9493checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
9494dependencies = [
9495 "aho-corasick",
9496 "memchr",
9497 "regex-syntax 0.8.4",
9498]
9499
9500[[package]]
9501name = "regex-lite"
9502version = "0.1.6"
9503source = "registry+https://github.com/rust-lang/crates.io-index"
9504checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
9505
9506[[package]]
9507name = "regex-syntax"
9508version = "0.6.29"
9509source = "registry+https://github.com/rust-lang/crates.io-index"
9510checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
9511
9512[[package]]
9513name = "regex-syntax"
9514version = "0.8.4"
9515source = "registry+https://github.com/rust-lang/crates.io-index"
9516checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
9517
9518[[package]]
9519name = "release_channel"
9520version = "0.1.0"
9521dependencies = [
9522 "gpui",
9523 "once_cell",
9524]
9525
9526[[package]]
9527name = "remote"
9528version = "0.1.0"
9529dependencies = [
9530 "anyhow",
9531 "async-trait",
9532 "collections",
9533 "fs",
9534 "futures 0.3.30",
9535 "gpui",
9536 "log",
9537 "parking_lot",
9538 "prost",
9539 "rpc",
9540 "serde",
9541 "serde_json",
9542 "shlex",
9543 "smol",
9544 "tempfile",
9545 "thiserror",
9546 "util",
9547]
9548
9549[[package]]
9550name = "remote_server"
9551version = "0.1.0"
9552dependencies = [
9553 "anyhow",
9554 "async-watch",
9555 "backtrace",
9556 "cargo_toml",
9557 "chrono",
9558 "clap",
9559 "client",
9560 "clock",
9561 "env_logger 0.11.5",
9562 "fork",
9563 "fs",
9564 "futures 0.3.30",
9565 "git",
9566 "git_hosting_providers",
9567 "gpui",
9568 "http_client",
9569 "language",
9570 "languages",
9571 "libc",
9572 "log",
9573 "lsp",
9574 "node_runtime",
9575 "paths",
9576 "project",
9577 "proto",
9578 "release_channel",
9579 "remote",
9580 "reqwest_client",
9581 "rpc",
9582 "rust-embed",
9583 "serde",
9584 "serde_json",
9585 "settings",
9586 "shellexpand 2.1.2",
9587 "smol",
9588 "telemetry_events",
9589 "toml 0.8.19",
9590 "util",
9591 "worktree",
9592]
9593
9594[[package]]
9595name = "rend"
9596version = "0.4.2"
9597source = "registry+https://github.com/rust-lang/crates.io-index"
9598checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
9599dependencies = [
9600 "bytecheck",
9601]
9602
9603[[package]]
9604name = "repl"
9605version = "0.1.0"
9606dependencies = [
9607 "alacritty_terminal",
9608 "anyhow",
9609 "async-dispatcher",
9610 "base64 0.22.1",
9611 "client",
9612 "collections",
9613 "command_palette_hooks",
9614 "editor",
9615 "env_logger 0.11.5",
9616 "feature_flags",
9617 "futures 0.3.30",
9618 "gpui",
9619 "http_client",
9620 "image",
9621 "indoc",
9622 "language",
9623 "languages",
9624 "log",
9625 "markdown_preview",
9626 "menu",
9627 "multi_buffer",
9628 "nbformat",
9629 "project",
9630 "runtimelib",
9631 "schemars",
9632 "serde",
9633 "serde_json",
9634 "settings",
9635 "smol",
9636 "terminal",
9637 "terminal_view",
9638 "theme",
9639 "tree-sitter-md",
9640 "tree-sitter-python",
9641 "tree-sitter-typescript",
9642 "ui",
9643 "util",
9644 "uuid",
9645 "windows 0.58.0",
9646 "workspace",
9647]
9648
9649[[package]]
9650name = "reqwest"
9651version = "0.11.27"
9652source = "registry+https://github.com/rust-lang/crates.io-index"
9653checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9654dependencies = [
9655 "base64 0.21.7",
9656 "bytes 1.7.2",
9657 "encoding_rs",
9658 "futures-core",
9659 "futures-util",
9660 "h2 0.3.26",
9661 "http 0.2.12",
9662 "http-body 0.4.6",
9663 "hyper 0.14.30",
9664 "hyper-tls",
9665 "ipnet",
9666 "js-sys",
9667 "log",
9668 "mime",
9669 "native-tls",
9670 "once_cell",
9671 "percent-encoding",
9672 "pin-project-lite",
9673 "rustls-pemfile 1.0.4",
9674 "serde",
9675 "serde_json",
9676 "serde_urlencoded",
9677 "sync_wrapper 0.1.2",
9678 "system-configuration 0.5.1",
9679 "tokio",
9680 "tokio-native-tls",
9681 "tower-service",
9682 "url",
9683 "wasm-bindgen",
9684 "wasm-bindgen-futures",
9685 "web-sys",
9686 "winreg 0.50.0",
9687]
9688
9689[[package]]
9690name = "reqwest"
9691version = "0.12.8"
9692source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
9693dependencies = [
9694 "base64 0.22.1",
9695 "bytes 1.7.2",
9696 "encoding_rs",
9697 "futures-core",
9698 "futures-util",
9699 "h2 0.4.6",
9700 "http 1.1.0",
9701 "http-body 1.0.1",
9702 "http-body-util",
9703 "hyper 1.4.1",
9704 "hyper-rustls 0.27.3",
9705 "hyper-util",
9706 "ipnet",
9707 "js-sys",
9708 "log",
9709 "mime",
9710 "once_cell",
9711 "percent-encoding",
9712 "pin-project-lite",
9713 "quinn",
9714 "rustls 0.23.13",
9715 "rustls-native-certs 0.8.0",
9716 "rustls-pemfile 2.1.3",
9717 "rustls-pki-types",
9718 "serde",
9719 "serde_json",
9720 "serde_urlencoded",
9721 "sync_wrapper 1.0.1",
9722 "system-configuration 0.6.1",
9723 "tokio",
9724 "tokio-rustls 0.26.0",
9725 "tokio-socks",
9726 "tokio-util",
9727 "tower-service",
9728 "url",
9729 "wasm-bindgen",
9730 "wasm-bindgen-futures",
9731 "wasm-streams",
9732 "web-sys",
9733 "windows-registry",
9734]
9735
9736[[package]]
9737name = "reqwest_client"
9738version = "0.1.0"
9739dependencies = [
9740 "anyhow",
9741 "bytes 1.7.2",
9742 "futures 0.3.30",
9743 "gpui",
9744 "http_client",
9745 "log",
9746 "reqwest 0.12.8",
9747 "serde",
9748 "smol",
9749 "tokio",
9750]
9751
9752[[package]]
9753name = "resvg"
9754version = "0.41.0"
9755source = "registry+https://github.com/rust-lang/crates.io-index"
9756checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
9757dependencies = [
9758 "log",
9759 "pico-args",
9760 "rgb",
9761 "svgtypes",
9762 "tiny-skia",
9763 "usvg",
9764]
9765
9766[[package]]
9767name = "rfc6979"
9768version = "0.3.1"
9769source = "registry+https://github.com/rust-lang/crates.io-index"
9770checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9771dependencies = [
9772 "crypto-bigint 0.4.9",
9773 "hmac",
9774 "zeroize",
9775]
9776
9777[[package]]
9778name = "rgb"
9779version = "0.8.49"
9780source = "registry+https://github.com/rust-lang/crates.io-index"
9781checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
9782dependencies = [
9783 "bytemuck",
9784]
9785
9786[[package]]
9787name = "rich_text"
9788version = "0.1.0"
9789dependencies = [
9790 "futures 0.3.30",
9791 "gpui",
9792 "language",
9793 "linkify",
9794 "pulldown-cmark 0.12.1",
9795 "theme",
9796 "ui",
9797 "util",
9798]
9799
9800[[package]]
9801name = "ring"
9802version = "0.16.20"
9803source = "registry+https://github.com/rust-lang/crates.io-index"
9804checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
9805dependencies = [
9806 "cc",
9807 "libc",
9808 "once_cell",
9809 "spin 0.5.2",
9810 "untrusted 0.7.1",
9811 "web-sys",
9812 "winapi",
9813]
9814
9815[[package]]
9816name = "ring"
9817version = "0.17.8"
9818source = "registry+https://github.com/rust-lang/crates.io-index"
9819checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9820dependencies = [
9821 "cc",
9822 "cfg-if",
9823 "getrandom 0.2.15",
9824 "libc",
9825 "spin 0.9.8",
9826 "untrusted 0.9.0",
9827 "windows-sys 0.52.0",
9828]
9829
9830[[package]]
9831name = "rkyv"
9832version = "0.7.45"
9833source = "registry+https://github.com/rust-lang/crates.io-index"
9834checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9835dependencies = [
9836 "bitvec",
9837 "bytecheck",
9838 "bytes 1.7.2",
9839 "hashbrown 0.12.3",
9840 "ptr_meta",
9841 "rend",
9842 "rkyv_derive",
9843 "seahash",
9844 "tinyvec",
9845 "uuid",
9846]
9847
9848[[package]]
9849name = "rkyv_derive"
9850version = "0.7.45"
9851source = "registry+https://github.com/rust-lang/crates.io-index"
9852checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9853dependencies = [
9854 "proc-macro2",
9855 "quote",
9856 "syn 1.0.109",
9857]
9858
9859[[package]]
9860name = "rmp"
9861version = "0.8.14"
9862source = "registry+https://github.com/rust-lang/crates.io-index"
9863checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9864dependencies = [
9865 "byteorder",
9866 "num-traits",
9867 "paste",
9868]
9869
9870[[package]]
9871name = "rmpv"
9872version = "1.3.0"
9873source = "registry+https://github.com/rust-lang/crates.io-index"
9874checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9875dependencies = [
9876 "num-traits",
9877 "rmp",
9878]
9879
9880[[package]]
9881name = "rodio"
9882version = "0.19.0"
9883source = "registry+https://github.com/rust-lang/crates.io-index"
9884checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
9885dependencies = [
9886 "cpal",
9887 "hound",
9888 "thiserror",
9889]
9890
9891[[package]]
9892name = "rope"
9893version = "0.1.0"
9894dependencies = [
9895 "arrayvec",
9896 "criterion",
9897 "ctor",
9898 "env_logger 0.11.5",
9899 "gpui",
9900 "log",
9901 "rand 0.8.5",
9902 "rayon",
9903 "smallvec",
9904 "sum_tree",
9905 "unicode-segmentation",
9906 "util",
9907]
9908
9909[[package]]
9910name = "roxmltree"
9911version = "0.19.0"
9912source = "registry+https://github.com/rust-lang/crates.io-index"
9913checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
9914
9915[[package]]
9916name = "roxmltree"
9917version = "0.20.0"
9918source = "registry+https://github.com/rust-lang/crates.io-index"
9919checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9920
9921[[package]]
9922name = "rpc"
9923version = "0.1.0"
9924dependencies = [
9925 "anyhow",
9926 "async-tungstenite",
9927 "base64 0.22.1",
9928 "chrono",
9929 "collections",
9930 "env_logger 0.11.5",
9931 "futures 0.3.30",
9932 "gpui",
9933 "parking_lot",
9934 "proto",
9935 "rand 0.8.5",
9936 "rsa",
9937 "serde",
9938 "serde_json",
9939 "sha2",
9940 "strum 0.25.0",
9941 "tracing",
9942 "util",
9943 "zstd",
9944]
9945
9946[[package]]
9947name = "rsa"
9948version = "0.9.6"
9949source = "registry+https://github.com/rust-lang/crates.io-index"
9950checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
9951dependencies = [
9952 "const-oid",
9953 "digest",
9954 "num-bigint-dig",
9955 "num-integer",
9956 "num-traits",
9957 "pkcs1",
9958 "pkcs8 0.10.2",
9959 "rand_core 0.6.4",
9960 "signature 2.2.0",
9961 "spki 0.7.3",
9962 "subtle",
9963 "zeroize",
9964]
9965
9966[[package]]
9967name = "runtimelib"
9968version = "0.16.0"
9969source = "registry+https://github.com/rust-lang/crates.io-index"
9970checksum = "263588fe9593333c4bfde258c9021fc64e766ea434e070c6b67c7100536d6499"
9971dependencies = [
9972 "anyhow",
9973 "async-dispatcher",
9974 "async-std",
9975 "base64 0.22.1",
9976 "bytes 1.7.2",
9977 "chrono",
9978 "data-encoding",
9979 "dirs 5.0.1",
9980 "futures 0.3.30",
9981 "glob",
9982 "jupyter-serde",
9983 "rand 0.8.5",
9984 "ring 0.17.8",
9985 "serde",
9986 "serde_json",
9987 "shellexpand 3.1.0",
9988 "smol",
9989 "uuid",
9990 "zeromq",
9991]
9992
9993[[package]]
9994name = "rust-embed"
9995version = "8.5.0"
9996source = "registry+https://github.com/rust-lang/crates.io-index"
9997checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
9998dependencies = [
9999 "rust-embed-impl",
10000 "rust-embed-utils",
10001 "walkdir",
10002]
10003
10004[[package]]
10005name = "rust-embed-impl"
10006version = "8.5.0"
10007source = "registry+https://github.com/rust-lang/crates.io-index"
10008checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10009dependencies = [
10010 "proc-macro2",
10011 "quote",
10012 "rust-embed-utils",
10013 "syn 2.0.76",
10014 "walkdir",
10015]
10016
10017[[package]]
10018name = "rust-embed-utils"
10019version = "8.5.0"
10020source = "registry+https://github.com/rust-lang/crates.io-index"
10021checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10022dependencies = [
10023 "globset",
10024 "sha2",
10025 "walkdir",
10026]
10027
10028[[package]]
10029name = "rust_decimal"
10030version = "1.36.0"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10033dependencies = [
10034 "arrayvec",
10035 "borsh",
10036 "bytes 1.7.2",
10037 "num-traits",
10038 "rand 0.8.5",
10039 "rkyv",
10040 "serde",
10041 "serde_json",
10042]
10043
10044[[package]]
10045name = "rustc-demangle"
10046version = "0.1.24"
10047source = "registry+https://github.com/rust-lang/crates.io-index"
10048checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10049
10050[[package]]
10051name = "rustc-hash"
10052version = "1.1.0"
10053source = "registry+https://github.com/rust-lang/crates.io-index"
10054checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10055
10056[[package]]
10057name = "rustc-hash"
10058version = "2.0.0"
10059source = "registry+https://github.com/rust-lang/crates.io-index"
10060checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
10061
10062[[package]]
10063name = "rustc_version"
10064version = "0.4.1"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10067dependencies = [
10068 "semver",
10069]
10070
10071[[package]]
10072name = "rustix"
10073version = "0.37.27"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
10076dependencies = [
10077 "bitflags 1.3.2",
10078 "errno 0.3.9",
10079 "io-lifetimes 1.0.11",
10080 "libc",
10081 "linux-raw-sys 0.3.8",
10082 "windows-sys 0.48.0",
10083]
10084
10085[[package]]
10086name = "rustix"
10087version = "0.38.35"
10088source = "registry+https://github.com/rust-lang/crates.io-index"
10089checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
10090dependencies = [
10091 "bitflags 2.6.0",
10092 "errno 0.3.9",
10093 "itoa",
10094 "libc",
10095 "linux-raw-sys 0.4.14",
10096 "once_cell",
10097 "windows-sys 0.52.0",
10098]
10099
10100[[package]]
10101name = "rustix-openpty"
10102version = "0.1.1"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10105dependencies = [
10106 "errno 0.3.9",
10107 "libc",
10108 "rustix 0.38.35",
10109]
10110
10111[[package]]
10112name = "rustls"
10113version = "0.20.9"
10114source = "registry+https://github.com/rust-lang/crates.io-index"
10115checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
10116dependencies = [
10117 "log",
10118 "ring 0.16.20",
10119 "sct",
10120 "webpki",
10121]
10122
10123[[package]]
10124name = "rustls"
10125version = "0.21.12"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10128dependencies = [
10129 "log",
10130 "ring 0.17.8",
10131 "rustls-webpki 0.101.7",
10132 "sct",
10133]
10134
10135[[package]]
10136name = "rustls"
10137version = "0.23.13"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
10140dependencies = [
10141 "once_cell",
10142 "ring 0.17.8",
10143 "rustls-pki-types",
10144 "rustls-webpki 0.102.8",
10145 "subtle",
10146 "zeroize",
10147]
10148
10149[[package]]
10150name = "rustls-native-certs"
10151version = "0.6.3"
10152source = "registry+https://github.com/rust-lang/crates.io-index"
10153checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
10154dependencies = [
10155 "openssl-probe",
10156 "rustls-pemfile 1.0.4",
10157 "schannel",
10158 "security-framework",
10159]
10160
10161[[package]]
10162name = "rustls-native-certs"
10163version = "0.8.0"
10164source = "registry+https://github.com/rust-lang/crates.io-index"
10165checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
10166dependencies = [
10167 "openssl-probe",
10168 "rustls-pemfile 2.1.3",
10169 "rustls-pki-types",
10170 "schannel",
10171 "security-framework",
10172]
10173
10174[[package]]
10175name = "rustls-pemfile"
10176version = "1.0.4"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
10179dependencies = [
10180 "base64 0.21.7",
10181]
10182
10183[[package]]
10184name = "rustls-pemfile"
10185version = "2.1.3"
10186source = "registry+https://github.com/rust-lang/crates.io-index"
10187checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
10188dependencies = [
10189 "base64 0.22.1",
10190 "rustls-pki-types",
10191]
10192
10193[[package]]
10194name = "rustls-pki-types"
10195version = "1.8.0"
10196source = "registry+https://github.com/rust-lang/crates.io-index"
10197checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
10198
10199[[package]]
10200name = "rustls-webpki"
10201version = "0.101.7"
10202source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
10204dependencies = [
10205 "ring 0.17.8",
10206 "untrusted 0.9.0",
10207]
10208
10209[[package]]
10210name = "rustls-webpki"
10211version = "0.102.8"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
10214dependencies = [
10215 "ring 0.17.8",
10216 "rustls-pki-types",
10217 "untrusted 0.9.0",
10218]
10219
10220[[package]]
10221name = "rustversion"
10222version = "1.0.17"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
10225
10226[[package]]
10227name = "rustybuzz"
10228version = "0.14.1"
10229source = "registry+https://github.com/rust-lang/crates.io-index"
10230checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
10231dependencies = [
10232 "bitflags 2.6.0",
10233 "bytemuck",
10234 "libm",
10235 "smallvec",
10236 "ttf-parser",
10237 "unicode-bidi-mirroring",
10238 "unicode-ccc",
10239 "unicode-properties",
10240 "unicode-script",
10241]
10242
10243[[package]]
10244name = "ryu"
10245version = "1.0.18"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
10248
10249[[package]]
10250name = "salsa20"
10251version = "0.10.2"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
10254dependencies = [
10255 "cipher",
10256]
10257
10258[[package]]
10259name = "same-file"
10260version = "1.0.6"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
10263dependencies = [
10264 "winapi-util",
10265]
10266
10267[[package]]
10268name = "schannel"
10269version = "0.1.23"
10270source = "registry+https://github.com/rust-lang/crates.io-index"
10271checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
10272dependencies = [
10273 "windows-sys 0.52.0",
10274]
10275
10276[[package]]
10277name = "schemars"
10278version = "0.8.21"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
10281dependencies = [
10282 "dyn-clone",
10283 "indexmap 1.9.3",
10284 "schemars_derive",
10285 "serde",
10286 "serde_json",
10287]
10288
10289[[package]]
10290name = "schemars_derive"
10291version = "0.8.21"
10292source = "registry+https://github.com/rust-lang/crates.io-index"
10293checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
10294dependencies = [
10295 "proc-macro2",
10296 "quote",
10297 "serde_derive_internals 0.29.1",
10298 "syn 2.0.76",
10299]
10300
10301[[package]]
10302name = "scoped-tls"
10303version = "1.0.1"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
10306
10307[[package]]
10308name = "scopeguard"
10309version = "1.2.0"
10310source = "registry+https://github.com/rust-lang/crates.io-index"
10311checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
10312
10313[[package]]
10314name = "scrypt"
10315version = "0.11.0"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
10318dependencies = [
10319 "password-hash",
10320 "pbkdf2",
10321 "salsa20",
10322 "sha2",
10323]
10324
10325[[package]]
10326name = "sct"
10327version = "0.7.1"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
10330dependencies = [
10331 "ring 0.17.8",
10332 "untrusted 0.9.0",
10333]
10334
10335[[package]]
10336name = "sea-bae"
10337version = "0.2.0"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
10340dependencies = [
10341 "heck 0.4.1",
10342 "proc-macro-error",
10343 "proc-macro2",
10344 "quote",
10345 "syn 2.0.76",
10346]
10347
10348[[package]]
10349name = "sea-orm"
10350version = "1.1.0-rc.1"
10351source = "registry+https://github.com/rust-lang/crates.io-index"
10352checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
10353dependencies = [
10354 "async-stream",
10355 "async-trait",
10356 "bigdecimal",
10357 "chrono",
10358 "futures 0.3.30",
10359 "log",
10360 "ouroboros",
10361 "rust_decimal",
10362 "sea-orm-macros",
10363 "sea-query",
10364 "sea-query-binder",
10365 "serde",
10366 "serde_json",
10367 "sqlx",
10368 "strum 0.26.3",
10369 "thiserror",
10370 "time",
10371 "tracing",
10372 "url",
10373 "uuid",
10374]
10375
10376[[package]]
10377name = "sea-orm-macros"
10378version = "1.1.0-rc.1"
10379source = "registry+https://github.com/rust-lang/crates.io-index"
10380checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
10381dependencies = [
10382 "heck 0.4.1",
10383 "proc-macro2",
10384 "quote",
10385 "sea-bae",
10386 "syn 2.0.76",
10387 "unicode-ident",
10388]
10389
10390[[package]]
10391name = "sea-query"
10392version = "0.32.0-rc.1"
10393source = "registry+https://github.com/rust-lang/crates.io-index"
10394checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
10395dependencies = [
10396 "bigdecimal",
10397 "chrono",
10398 "educe",
10399 "inherent",
10400 "ordered-float 3.9.2",
10401 "rust_decimal",
10402 "serde_json",
10403 "time",
10404 "uuid",
10405]
10406
10407[[package]]
10408name = "sea-query-binder"
10409version = "0.7.0-rc.1"
10410source = "registry+https://github.com/rust-lang/crates.io-index"
10411checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
10412dependencies = [
10413 "bigdecimal",
10414 "chrono",
10415 "rust_decimal",
10416 "sea-query",
10417 "serde_json",
10418 "sqlx",
10419 "time",
10420 "uuid",
10421]
10422
10423[[package]]
10424name = "seahash"
10425version = "4.1.0"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
10428
10429[[package]]
10430name = "sealed"
10431version = "0.4.0"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
10434dependencies = [
10435 "heck 0.3.3",
10436 "proc-macro2",
10437 "quote",
10438 "syn 1.0.109",
10439]
10440
10441[[package]]
10442name = "search"
10443version = "0.1.0"
10444dependencies = [
10445 "any_vec",
10446 "anyhow",
10447 "bitflags 2.6.0",
10448 "client",
10449 "collections",
10450 "editor",
10451 "futures 0.3.30",
10452 "gpui",
10453 "language",
10454 "menu",
10455 "project",
10456 "serde",
10457 "serde_json",
10458 "settings",
10459 "smol",
10460 "theme",
10461 "ui",
10462 "unindent",
10463 "util",
10464 "workspace",
10465]
10466
10467[[package]]
10468name = "sec1"
10469version = "0.3.0"
10470source = "registry+https://github.com/rust-lang/crates.io-index"
10471checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
10472dependencies = [
10473 "base16ct",
10474 "der 0.6.1",
10475 "generic-array",
10476 "pkcs8 0.9.0",
10477 "subtle",
10478 "zeroize",
10479]
10480
10481[[package]]
10482name = "security-framework"
10483version = "2.11.1"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
10486dependencies = [
10487 "bitflags 2.6.0",
10488 "core-foundation 0.9.4",
10489 "core-foundation-sys",
10490 "libc",
10491 "security-framework-sys",
10492]
10493
10494[[package]]
10495name = "security-framework-sys"
10496version = "2.11.1"
10497source = "registry+https://github.com/rust-lang/crates.io-index"
10498checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
10499dependencies = [
10500 "core-foundation-sys",
10501 "libc",
10502]
10503
10504[[package]]
10505name = "self_cell"
10506version = "1.0.4"
10507source = "registry+https://github.com/rust-lang/crates.io-index"
10508checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
10509
10510[[package]]
10511name = "semantic_index"
10512version = "0.1.0"
10513dependencies = [
10514 "anyhow",
10515 "arrayvec",
10516 "blake3",
10517 "client",
10518 "clock",
10519 "collections",
10520 "env_logger 0.11.5",
10521 "feature_flags",
10522 "fs",
10523 "futures 0.3.30",
10524 "futures-batch",
10525 "gpui",
10526 "heed",
10527 "http_client",
10528 "language",
10529 "language_model",
10530 "languages",
10531 "log",
10532 "open_ai",
10533 "parking_lot",
10534 "project",
10535 "reqwest_client",
10536 "serde",
10537 "serde_json",
10538 "settings",
10539 "sha2",
10540 "smol",
10541 "tempfile",
10542 "theme",
10543 "tree-sitter",
10544 "ui",
10545 "unindent",
10546 "util",
10547 "workspace",
10548 "worktree",
10549]
10550
10551[[package]]
10552name = "semantic_version"
10553version = "0.1.0"
10554dependencies = [
10555 "anyhow",
10556 "serde",
10557]
10558
10559[[package]]
10560name = "semver"
10561version = "1.0.23"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
10564dependencies = [
10565 "serde",
10566]
10567
10568[[package]]
10569name = "serde"
10570version = "1.0.209"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
10573dependencies = [
10574 "serde_derive",
10575]
10576
10577[[package]]
10578name = "serde_derive"
10579version = "1.0.209"
10580source = "registry+https://github.com/rust-lang/crates.io-index"
10581checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
10582dependencies = [
10583 "proc-macro2",
10584 "quote",
10585 "syn 2.0.76",
10586]
10587
10588[[package]]
10589name = "serde_derive_internals"
10590version = "0.26.0"
10591source = "registry+https://github.com/rust-lang/crates.io-index"
10592checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
10593dependencies = [
10594 "proc-macro2",
10595 "quote",
10596 "syn 1.0.109",
10597]
10598
10599[[package]]
10600name = "serde_derive_internals"
10601version = "0.29.1"
10602source = "registry+https://github.com/rust-lang/crates.io-index"
10603checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
10604dependencies = [
10605 "proc-macro2",
10606 "quote",
10607 "syn 2.0.76",
10608]
10609
10610[[package]]
10611name = "serde_fmt"
10612version = "1.0.3"
10613source = "registry+https://github.com/rust-lang/crates.io-index"
10614checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
10615dependencies = [
10616 "serde",
10617]
10618
10619[[package]]
10620name = "serde_json"
10621version = "1.0.128"
10622source = "registry+https://github.com/rust-lang/crates.io-index"
10623checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
10624dependencies = [
10625 "indexmap 2.4.0",
10626 "itoa",
10627 "memchr",
10628 "ryu",
10629 "serde",
10630]
10631
10632[[package]]
10633name = "serde_json_lenient"
10634version = "0.2.1"
10635source = "registry+https://github.com/rust-lang/crates.io-index"
10636checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
10637dependencies = [
10638 "indexmap 2.4.0",
10639 "itoa",
10640 "ryu",
10641 "serde",
10642]
10643
10644[[package]]
10645name = "serde_path_to_error"
10646version = "0.1.16"
10647source = "registry+https://github.com/rust-lang/crates.io-index"
10648checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
10649dependencies = [
10650 "itoa",
10651 "serde",
10652]
10653
10654[[package]]
10655name = "serde_qs"
10656version = "0.8.5"
10657source = "registry+https://github.com/rust-lang/crates.io-index"
10658checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
10659dependencies = [
10660 "percent-encoding",
10661 "serde",
10662 "thiserror",
10663]
10664
10665[[package]]
10666name = "serde_qs"
10667version = "0.10.1"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
10670dependencies = [
10671 "percent-encoding",
10672 "serde",
10673 "thiserror",
10674]
10675
10676[[package]]
10677name = "serde_repr"
10678version = "0.1.19"
10679source = "registry+https://github.com/rust-lang/crates.io-index"
10680checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
10681dependencies = [
10682 "proc-macro2",
10683 "quote",
10684 "syn 2.0.76",
10685]
10686
10687[[package]]
10688name = "serde_spanned"
10689version = "0.6.7"
10690source = "registry+https://github.com/rust-lang/crates.io-index"
10691checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
10692dependencies = [
10693 "serde",
10694]
10695
10696[[package]]
10697name = "serde_urlencoded"
10698version = "0.7.1"
10699source = "registry+https://github.com/rust-lang/crates.io-index"
10700checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
10701dependencies = [
10702 "form_urlencoded",
10703 "itoa",
10704 "ryu",
10705 "serde",
10706]
10707
10708[[package]]
10709name = "session"
10710version = "0.1.0"
10711dependencies = [
10712 "db",
10713 "gpui",
10714 "serde_json",
10715 "util",
10716 "uuid",
10717]
10718
10719[[package]]
10720name = "settings"
10721version = "0.1.0"
10722dependencies = [
10723 "anyhow",
10724 "collections",
10725 "ec4rs",
10726 "fs",
10727 "futures 0.3.30",
10728 "gpui",
10729 "indoc",
10730 "log",
10731 "paths",
10732 "pretty_assertions",
10733 "release_channel",
10734 "rust-embed",
10735 "schemars",
10736 "serde",
10737 "serde_derive",
10738 "serde_json",
10739 "serde_json_lenient",
10740 "smallvec",
10741 "tree-sitter",
10742 "tree-sitter-json",
10743 "unindent",
10744 "util",
10745]
10746
10747[[package]]
10748name = "settings_ui"
10749version = "0.1.0"
10750dependencies = [
10751 "command_palette_hooks",
10752 "editor",
10753 "feature_flags",
10754 "gpui",
10755 "settings",
10756 "theme",
10757 "ui",
10758 "workspace",
10759]
10760
10761[[package]]
10762name = "sha1"
10763version = "0.10.6"
10764source = "registry+https://github.com/rust-lang/crates.io-index"
10765checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10766dependencies = [
10767 "cfg-if",
10768 "cpufeatures",
10769 "digest",
10770]
10771
10772[[package]]
10773name = "sha1_smol"
10774version = "1.0.1"
10775source = "registry+https://github.com/rust-lang/crates.io-index"
10776checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
10777
10778[[package]]
10779name = "sha2"
10780version = "0.10.8"
10781source = "registry+https://github.com/rust-lang/crates.io-index"
10782checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
10783dependencies = [
10784 "cfg-if",
10785 "cpufeatures",
10786 "digest",
10787]
10788
10789[[package]]
10790name = "sharded-slab"
10791version = "0.1.7"
10792source = "registry+https://github.com/rust-lang/crates.io-index"
10793checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
10794dependencies = [
10795 "lazy_static",
10796]
10797
10798[[package]]
10799name = "shell-words"
10800version = "1.1.0"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
10803
10804[[package]]
10805name = "shellexpand"
10806version = "2.1.2"
10807source = "registry+https://github.com/rust-lang/crates.io-index"
10808checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10809dependencies = [
10810 "dirs 4.0.0",
10811]
10812
10813[[package]]
10814name = "shellexpand"
10815version = "3.1.0"
10816source = "registry+https://github.com/rust-lang/crates.io-index"
10817checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10818dependencies = [
10819 "dirs 5.0.1",
10820]
10821
10822[[package]]
10823name = "shlex"
10824version = "1.3.0"
10825source = "registry+https://github.com/rust-lang/crates.io-index"
10826checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10827
10828[[package]]
10829name = "signal-hook"
10830version = "0.3.17"
10831source = "registry+https://github.com/rust-lang/crates.io-index"
10832checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10833dependencies = [
10834 "libc",
10835 "signal-hook-registry",
10836]
10837
10838[[package]]
10839name = "signal-hook-registry"
10840version = "1.4.2"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10843dependencies = [
10844 "libc",
10845]
10846
10847[[package]]
10848name = "signature"
10849version = "1.6.4"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10852dependencies = [
10853 "digest",
10854 "rand_core 0.6.4",
10855]
10856
10857[[package]]
10858name = "signature"
10859version = "2.2.0"
10860source = "registry+https://github.com/rust-lang/crates.io-index"
10861checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10862dependencies = [
10863 "digest",
10864 "rand_core 0.6.4",
10865]
10866
10867[[package]]
10868name = "simd-adler32"
10869version = "0.3.7"
10870source = "registry+https://github.com/rust-lang/crates.io-index"
10871checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10872
10873[[package]]
10874name = "simd_helpers"
10875version = "0.1.0"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10878dependencies = [
10879 "quote",
10880]
10881
10882[[package]]
10883name = "simdutf8"
10884version = "0.1.4"
10885source = "registry+https://github.com/rust-lang/crates.io-index"
10886checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10887
10888[[package]]
10889name = "similar"
10890version = "1.3.0"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10893
10894[[package]]
10895name = "simple_asn1"
10896version = "0.6.2"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10899dependencies = [
10900 "num-bigint",
10901 "num-traits",
10902 "thiserror",
10903 "time",
10904]
10905
10906[[package]]
10907name = "simplecss"
10908version = "0.2.1"
10909source = "registry+https://github.com/rust-lang/crates.io-index"
10910checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10911dependencies = [
10912 "log",
10913]
10914
10915[[package]]
10916name = "simplelog"
10917version = "0.12.2"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10920dependencies = [
10921 "log",
10922 "termcolor",
10923 "time",
10924]
10925
10926[[package]]
10927name = "siphasher"
10928version = "0.3.11"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10931
10932[[package]]
10933name = "siphasher"
10934version = "1.0.1"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
10937
10938[[package]]
10939name = "skrifa"
10940version = "0.20.0"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
10943dependencies = [
10944 "bytemuck",
10945 "read-fonts",
10946]
10947
10948[[package]]
10949name = "slab"
10950version = "0.4.9"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
10953dependencies = [
10954 "autocfg",
10955]
10956
10957[[package]]
10958name = "slash_commands_example"
10959version = "0.1.0"
10960dependencies = [
10961 "zed_extension_api 0.1.0",
10962]
10963
10964[[package]]
10965name = "slice-group-by"
10966version = "0.3.1"
10967source = "registry+https://github.com/rust-lang/crates.io-index"
10968checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
10969
10970[[package]]
10971name = "slotmap"
10972version = "1.0.7"
10973source = "registry+https://github.com/rust-lang/crates.io-index"
10974checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
10975dependencies = [
10976 "version_check",
10977]
10978
10979[[package]]
10980name = "smallvec"
10981version = "1.13.2"
10982source = "registry+https://github.com/rust-lang/crates.io-index"
10983checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
10984dependencies = [
10985 "serde",
10986]
10987
10988[[package]]
10989name = "smart-default"
10990version = "0.6.0"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
10993dependencies = [
10994 "proc-macro2",
10995 "quote",
10996 "syn 1.0.109",
10997]
10998
10999[[package]]
11000name = "smol"
11001version = "1.3.0"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11004dependencies = [
11005 "async-channel 1.9.0",
11006 "async-executor",
11007 "async-fs 1.6.0",
11008 "async-io 1.13.0",
11009 "async-lock 2.8.0",
11010 "async-net 1.8.0",
11011 "async-process 1.8.1",
11012 "blocking",
11013 "futures-lite 1.13.0",
11014]
11015
11016[[package]]
11017name = "smol_str"
11018version = "0.1.24"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11021dependencies = [
11022 "serde",
11023]
11024
11025[[package]]
11026name = "snippet"
11027version = "0.1.0"
11028dependencies = [
11029 "anyhow",
11030 "smallvec",
11031]
11032
11033[[package]]
11034name = "snippet_provider"
11035version = "0.1.0"
11036dependencies = [
11037 "anyhow",
11038 "collections",
11039 "fs",
11040 "futures 0.3.30",
11041 "gpui",
11042 "parking_lot",
11043 "paths",
11044 "serde",
11045 "serde_json",
11046 "snippet",
11047 "util",
11048]
11049
11050[[package]]
11051name = "snippets_ui"
11052version = "0.1.0"
11053dependencies = [
11054 "fuzzy",
11055 "gpui",
11056 "language",
11057 "paths",
11058 "picker",
11059 "ui",
11060 "util",
11061 "workspace",
11062]
11063
11064[[package]]
11065name = "socket2"
11066version = "0.4.10"
11067source = "registry+https://github.com/rust-lang/crates.io-index"
11068checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
11069dependencies = [
11070 "libc",
11071 "winapi",
11072]
11073
11074[[package]]
11075name = "socket2"
11076version = "0.5.7"
11077source = "registry+https://github.com/rust-lang/crates.io-index"
11078checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
11079dependencies = [
11080 "libc",
11081 "windows-sys 0.52.0",
11082]
11083
11084[[package]]
11085name = "spdx"
11086version = "0.10.6"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
11089dependencies = [
11090 "smallvec",
11091]
11092
11093[[package]]
11094name = "spin"
11095version = "0.5.2"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
11098
11099[[package]]
11100name = "spin"
11101version = "0.9.8"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11104dependencies = [
11105 "lock_api",
11106]
11107
11108[[package]]
11109name = "spirv"
11110version = "0.3.0+sdk-1.3.268.0"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11113dependencies = [
11114 "bitflags 2.6.0",
11115]
11116
11117[[package]]
11118name = "spki"
11119version = "0.6.0"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11122dependencies = [
11123 "base64ct",
11124 "der 0.6.1",
11125]
11126
11127[[package]]
11128name = "spki"
11129version = "0.7.3"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11132dependencies = [
11133 "base64ct",
11134 "der 0.7.9",
11135]
11136
11137[[package]]
11138name = "sptr"
11139version = "0.3.2"
11140source = "registry+https://github.com/rust-lang/crates.io-index"
11141checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11142
11143[[package]]
11144name = "sqlez"
11145version = "0.1.0"
11146dependencies = [
11147 "anyhow",
11148 "collections",
11149 "futures 0.3.30",
11150 "indoc",
11151 "libsqlite3-sys",
11152 "parking_lot",
11153 "smol",
11154 "sqlformat",
11155 "thread_local",
11156 "util",
11157 "uuid",
11158]
11159
11160[[package]]
11161name = "sqlez_macros"
11162version = "0.1.0"
11163dependencies = [
11164 "sqlez",
11165 "sqlformat",
11166 "syn 1.0.109",
11167]
11168
11169[[package]]
11170name = "sqlformat"
11171version = "0.2.6"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
11174dependencies = [
11175 "nom",
11176 "unicode_categories",
11177]
11178
11179[[package]]
11180name = "sqlx"
11181version = "0.8.0"
11182source = "registry+https://github.com/rust-lang/crates.io-index"
11183checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
11184dependencies = [
11185 "sqlx-core",
11186 "sqlx-macros",
11187 "sqlx-mysql",
11188 "sqlx-postgres",
11189 "sqlx-sqlite",
11190]
11191
11192[[package]]
11193name = "sqlx-core"
11194version = "0.8.0"
11195source = "registry+https://github.com/rust-lang/crates.io-index"
11196checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
11197dependencies = [
11198 "atoi",
11199 "bigdecimal",
11200 "byteorder",
11201 "bytes 1.7.2",
11202 "chrono",
11203 "crc",
11204 "crossbeam-queue",
11205 "either",
11206 "event-listener 5.3.1",
11207 "futures-channel",
11208 "futures-core",
11209 "futures-intrusive",
11210 "futures-io",
11211 "futures-util",
11212 "hashbrown 0.14.5",
11213 "hashlink 0.9.1",
11214 "hex",
11215 "indexmap 2.4.0",
11216 "log",
11217 "memchr",
11218 "once_cell",
11219 "paste",
11220 "percent-encoding",
11221 "rust_decimal",
11222 "rustls 0.21.12",
11223 "rustls-pemfile 1.0.4",
11224 "serde",
11225 "serde_json",
11226 "sha2",
11227 "smallvec",
11228 "sqlformat",
11229 "thiserror",
11230 "time",
11231 "tokio",
11232 "tokio-stream",
11233 "tracing",
11234 "url",
11235 "uuid",
11236 "webpki-roots 0.25.4",
11237]
11238
11239[[package]]
11240name = "sqlx-macros"
11241version = "0.8.0"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
11244dependencies = [
11245 "proc-macro2",
11246 "quote",
11247 "sqlx-core",
11248 "sqlx-macros-core",
11249 "syn 2.0.76",
11250]
11251
11252[[package]]
11253name = "sqlx-macros-core"
11254version = "0.8.0"
11255source = "registry+https://github.com/rust-lang/crates.io-index"
11256checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
11257dependencies = [
11258 "dotenvy",
11259 "either",
11260 "heck 0.5.0",
11261 "hex",
11262 "once_cell",
11263 "proc-macro2",
11264 "quote",
11265 "serde",
11266 "serde_json",
11267 "sha2",
11268 "sqlx-core",
11269 "sqlx-mysql",
11270 "sqlx-postgres",
11271 "sqlx-sqlite",
11272 "syn 2.0.76",
11273 "tempfile",
11274 "tokio",
11275 "url",
11276]
11277
11278[[package]]
11279name = "sqlx-mysql"
11280version = "0.8.0"
11281source = "registry+https://github.com/rust-lang/crates.io-index"
11282checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
11283dependencies = [
11284 "atoi",
11285 "base64 0.22.1",
11286 "bigdecimal",
11287 "bitflags 2.6.0",
11288 "byteorder",
11289 "bytes 1.7.2",
11290 "chrono",
11291 "crc",
11292 "digest",
11293 "dotenvy",
11294 "either",
11295 "futures-channel",
11296 "futures-core",
11297 "futures-io",
11298 "futures-util",
11299 "generic-array",
11300 "hex",
11301 "hkdf",
11302 "hmac",
11303 "itoa",
11304 "log",
11305 "md-5",
11306 "memchr",
11307 "once_cell",
11308 "percent-encoding",
11309 "rand 0.8.5",
11310 "rsa",
11311 "rust_decimal",
11312 "serde",
11313 "sha1",
11314 "sha2",
11315 "smallvec",
11316 "sqlx-core",
11317 "stringprep",
11318 "thiserror",
11319 "time",
11320 "tracing",
11321 "uuid",
11322 "whoami",
11323]
11324
11325[[package]]
11326name = "sqlx-postgres"
11327version = "0.8.0"
11328source = "registry+https://github.com/rust-lang/crates.io-index"
11329checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
11330dependencies = [
11331 "atoi",
11332 "base64 0.22.1",
11333 "bigdecimal",
11334 "bitflags 2.6.0",
11335 "byteorder",
11336 "chrono",
11337 "crc",
11338 "dotenvy",
11339 "etcetera",
11340 "futures-channel",
11341 "futures-core",
11342 "futures-io",
11343 "futures-util",
11344 "hex",
11345 "hkdf",
11346 "hmac",
11347 "home",
11348 "itoa",
11349 "log",
11350 "md-5",
11351 "memchr",
11352 "num-bigint",
11353 "once_cell",
11354 "rand 0.8.5",
11355 "rust_decimal",
11356 "serde",
11357 "serde_json",
11358 "sha2",
11359 "smallvec",
11360 "sqlx-core",
11361 "stringprep",
11362 "thiserror",
11363 "time",
11364 "tracing",
11365 "uuid",
11366 "whoami",
11367]
11368
11369[[package]]
11370name = "sqlx-sqlite"
11371version = "0.8.0"
11372source = "registry+https://github.com/rust-lang/crates.io-index"
11373checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
11374dependencies = [
11375 "atoi",
11376 "chrono",
11377 "flume",
11378 "futures-channel",
11379 "futures-core",
11380 "futures-executor",
11381 "futures-intrusive",
11382 "futures-util",
11383 "libsqlite3-sys",
11384 "log",
11385 "percent-encoding",
11386 "serde",
11387 "serde_urlencoded",
11388 "sqlx-core",
11389 "time",
11390 "tracing",
11391 "url",
11392 "uuid",
11393]
11394
11395[[package]]
11396name = "stable_deref_trait"
11397version = "1.2.0"
11398source = "registry+https://github.com/rust-lang/crates.io-index"
11399checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
11400
11401[[package]]
11402name = "static_assertions"
11403version = "1.1.0"
11404source = "registry+https://github.com/rust-lang/crates.io-index"
11405checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
11406
11407[[package]]
11408name = "story"
11409version = "0.1.0"
11410dependencies = [
11411 "gpui",
11412 "itertools 0.13.0",
11413 "smallvec",
11414]
11415
11416[[package]]
11417name = "storybook"
11418version = "0.1.0"
11419dependencies = [
11420 "anyhow",
11421 "clap",
11422 "collab_ui",
11423 "ctrlc",
11424 "dialoguer",
11425 "editor",
11426 "fuzzy",
11427 "gpui",
11428 "indoc",
11429 "language",
11430 "log",
11431 "menu",
11432 "picker",
11433 "project",
11434 "reqwest_client",
11435 "rust-embed",
11436 "settings",
11437 "simplelog",
11438 "story",
11439 "strum 0.25.0",
11440 "theme",
11441 "title_bar",
11442 "ui",
11443]
11444
11445[[package]]
11446name = "strict-num"
11447version = "0.1.1"
11448source = "registry+https://github.com/rust-lang/crates.io-index"
11449checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
11450dependencies = [
11451 "float-cmp",
11452]
11453
11454[[package]]
11455name = "string_cache"
11456version = "0.8.7"
11457source = "registry+https://github.com/rust-lang/crates.io-index"
11458checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
11459dependencies = [
11460 "new_debug_unreachable",
11461 "once_cell",
11462 "parking_lot",
11463 "phf_shared 0.10.0",
11464 "precomputed-hash",
11465 "serde",
11466]
11467
11468[[package]]
11469name = "string_cache_codegen"
11470version = "0.5.2"
11471source = "registry+https://github.com/rust-lang/crates.io-index"
11472checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
11473dependencies = [
11474 "phf_generator 0.10.0",
11475 "phf_shared 0.10.0",
11476 "proc-macro2",
11477 "quote",
11478]
11479
11480[[package]]
11481name = "stringprep"
11482version = "0.1.5"
11483source = "registry+https://github.com/rust-lang/crates.io-index"
11484checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
11485dependencies = [
11486 "unicode-bidi",
11487 "unicode-normalization",
11488 "unicode-properties",
11489]
11490
11491[[package]]
11492name = "strsim"
11493version = "0.11.1"
11494source = "registry+https://github.com/rust-lang/crates.io-index"
11495checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
11496
11497[[package]]
11498name = "strum"
11499version = "0.25.0"
11500source = "registry+https://github.com/rust-lang/crates.io-index"
11501checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
11502dependencies = [
11503 "strum_macros",
11504]
11505
11506[[package]]
11507name = "strum"
11508version = "0.26.3"
11509source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
11511
11512[[package]]
11513name = "strum_macros"
11514version = "0.25.3"
11515source = "registry+https://github.com/rust-lang/crates.io-index"
11516checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
11517dependencies = [
11518 "heck 0.4.1",
11519 "proc-macro2",
11520 "quote",
11521 "rustversion",
11522 "syn 2.0.76",
11523]
11524
11525[[package]]
11526name = "subtle"
11527version = "2.6.1"
11528source = "registry+https://github.com/rust-lang/crates.io-index"
11529checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
11530
11531[[package]]
11532name = "sum_tree"
11533version = "0.1.0"
11534dependencies = [
11535 "arrayvec",
11536 "ctor",
11537 "env_logger 0.11.5",
11538 "log",
11539 "rand 0.8.5",
11540 "rayon",
11541]
11542
11543[[package]]
11544name = "supermaven"
11545version = "0.1.0"
11546dependencies = [
11547 "anyhow",
11548 "client",
11549 "collections",
11550 "editor",
11551 "env_logger 0.11.5",
11552 "futures 0.3.30",
11553 "gpui",
11554 "http_client",
11555 "language",
11556 "log",
11557 "postage",
11558 "project",
11559 "serde",
11560 "serde_json",
11561 "settings",
11562 "smol",
11563 "supermaven_api",
11564 "text",
11565 "theme",
11566 "ui",
11567 "unicode-segmentation",
11568 "util",
11569 "windows 0.58.0",
11570]
11571
11572[[package]]
11573name = "supermaven_api"
11574version = "0.1.0"
11575dependencies = [
11576 "anyhow",
11577 "futures 0.3.30",
11578 "http_client",
11579 "paths",
11580 "serde",
11581 "serde_json",
11582 "smol",
11583]
11584
11585[[package]]
11586name = "sval"
11587version = "2.13.0"
11588source = "registry+https://github.com/rust-lang/crates.io-index"
11589checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
11590
11591[[package]]
11592name = "sval_buffer"
11593version = "2.13.0"
11594source = "registry+https://github.com/rust-lang/crates.io-index"
11595checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
11596dependencies = [
11597 "sval",
11598 "sval_ref",
11599]
11600
11601[[package]]
11602name = "sval_dynamic"
11603version = "2.13.0"
11604source = "registry+https://github.com/rust-lang/crates.io-index"
11605checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
11606dependencies = [
11607 "sval",
11608]
11609
11610[[package]]
11611name = "sval_fmt"
11612version = "2.13.0"
11613source = "registry+https://github.com/rust-lang/crates.io-index"
11614checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
11615dependencies = [
11616 "itoa",
11617 "ryu",
11618 "sval",
11619]
11620
11621[[package]]
11622name = "sval_json"
11623version = "2.13.0"
11624source = "registry+https://github.com/rust-lang/crates.io-index"
11625checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
11626dependencies = [
11627 "itoa",
11628 "ryu",
11629 "sval",
11630]
11631
11632[[package]]
11633name = "sval_nested"
11634version = "2.13.0"
11635source = "registry+https://github.com/rust-lang/crates.io-index"
11636checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
11637dependencies = [
11638 "sval",
11639 "sval_buffer",
11640 "sval_ref",
11641]
11642
11643[[package]]
11644name = "sval_ref"
11645version = "2.13.0"
11646source = "registry+https://github.com/rust-lang/crates.io-index"
11647checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
11648dependencies = [
11649 "sval",
11650]
11651
11652[[package]]
11653name = "sval_serde"
11654version = "2.13.0"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
11657dependencies = [
11658 "serde",
11659 "sval",
11660 "sval_nested",
11661]
11662
11663[[package]]
11664name = "svg_fmt"
11665version = "0.4.3"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
11668
11669[[package]]
11670name = "svgtypes"
11671version = "0.15.2"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
11674dependencies = [
11675 "kurbo",
11676 "siphasher 1.0.1",
11677]
11678
11679[[package]]
11680name = "swash"
11681version = "0.1.18"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
11684dependencies = [
11685 "skrifa",
11686 "yazi",
11687 "zeno",
11688]
11689
11690[[package]]
11691name = "syn"
11692version = "1.0.109"
11693source = "registry+https://github.com/rust-lang/crates.io-index"
11694checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
11695dependencies = [
11696 "proc-macro2",
11697 "quote",
11698 "unicode-ident",
11699]
11700
11701[[package]]
11702name = "syn"
11703version = "2.0.76"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
11706dependencies = [
11707 "proc-macro2",
11708 "quote",
11709 "unicode-ident",
11710]
11711
11712[[package]]
11713name = "syn_derive"
11714version = "0.1.8"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
11717dependencies = [
11718 "proc-macro-error",
11719 "proc-macro2",
11720 "quote",
11721 "syn 2.0.76",
11722]
11723
11724[[package]]
11725name = "sync_wrapper"
11726version = "0.1.2"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
11729
11730[[package]]
11731name = "sync_wrapper"
11732version = "1.0.1"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
11735dependencies = [
11736 "futures-core",
11737]
11738
11739[[package]]
11740name = "synchronoise"
11741version = "1.0.1"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
11744dependencies = [
11745 "crossbeam-queue",
11746]
11747
11748[[package]]
11749name = "sys-locale"
11750version = "0.3.1"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
11753dependencies = [
11754 "libc",
11755]
11756
11757[[package]]
11758name = "sysinfo"
11759version = "0.31.4"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
11762dependencies = [
11763 "core-foundation-sys",
11764 "libc",
11765 "memchr",
11766 "ntapi",
11767 "rayon",
11768 "windows 0.54.0",
11769]
11770
11771[[package]]
11772name = "system-configuration"
11773version = "0.5.1"
11774source = "registry+https://github.com/rust-lang/crates.io-index"
11775checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
11776dependencies = [
11777 "bitflags 1.3.2",
11778 "core-foundation 0.9.4",
11779 "system-configuration-sys 0.5.0",
11780]
11781
11782[[package]]
11783name = "system-configuration"
11784version = "0.6.1"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
11787dependencies = [
11788 "bitflags 2.6.0",
11789 "core-foundation 0.9.4",
11790 "system-configuration-sys 0.6.0",
11791]
11792
11793[[package]]
11794name = "system-configuration-sys"
11795version = "0.5.0"
11796source = "registry+https://github.com/rust-lang/crates.io-index"
11797checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
11798dependencies = [
11799 "core-foundation-sys",
11800 "libc",
11801]
11802
11803[[package]]
11804name = "system-configuration-sys"
11805version = "0.6.0"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
11808dependencies = [
11809 "core-foundation-sys",
11810 "libc",
11811]
11812
11813[[package]]
11814name = "system-deps"
11815version = "6.2.2"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
11818dependencies = [
11819 "cfg-expr",
11820 "heck 0.5.0",
11821 "pkg-config",
11822 "toml 0.8.19",
11823 "version-compare",
11824]
11825
11826[[package]]
11827name = "system-interface"
11828version = "0.27.2"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
11831dependencies = [
11832 "bitflags 2.6.0",
11833 "cap-fs-ext",
11834 "cap-std",
11835 "fd-lock",
11836 "io-lifetimes 2.0.3",
11837 "rustix 0.38.35",
11838 "windows-sys 0.52.0",
11839 "winx",
11840]
11841
11842[[package]]
11843name = "tab_switcher"
11844version = "0.1.0"
11845dependencies = [
11846 "anyhow",
11847 "collections",
11848 "ctor",
11849 "editor",
11850 "env_logger 0.11.5",
11851 "gpui",
11852 "language",
11853 "menu",
11854 "picker",
11855 "project",
11856 "serde",
11857 "serde_json",
11858 "settings",
11859 "theme",
11860 "ui",
11861 "util",
11862 "workspace",
11863]
11864
11865[[package]]
11866name = "taffy"
11867version = "0.4.4"
11868source = "registry+https://github.com/rust-lang/crates.io-index"
11869checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11870dependencies = [
11871 "arrayvec",
11872 "grid",
11873 "num-traits",
11874 "serde",
11875 "slotmap",
11876]
11877
11878[[package]]
11879name = "take-until"
11880version = "0.2.0"
11881source = "registry+https://github.com/rust-lang/crates.io-index"
11882checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11883
11884[[package]]
11885name = "tap"
11886version = "1.0.1"
11887source = "registry+https://github.com/rust-lang/crates.io-index"
11888checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11889
11890[[package]]
11891name = "target-lexicon"
11892version = "0.12.16"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11895
11896[[package]]
11897name = "task"
11898version = "0.1.0"
11899dependencies = [
11900 "anyhow",
11901 "collections",
11902 "futures 0.3.30",
11903 "gpui",
11904 "hex",
11905 "parking_lot",
11906 "schemars",
11907 "serde",
11908 "serde_json_lenient",
11909 "sha2",
11910 "shellexpand 2.1.2",
11911 "util",
11912]
11913
11914[[package]]
11915name = "tasks_ui"
11916version = "0.1.0"
11917dependencies = [
11918 "anyhow",
11919 "editor",
11920 "file_icons",
11921 "fuzzy",
11922 "gpui",
11923 "language",
11924 "menu",
11925 "picker",
11926 "project",
11927 "schemars",
11928 "serde",
11929 "serde_json",
11930 "settings",
11931 "task",
11932 "tree-sitter-rust",
11933 "tree-sitter-typescript",
11934 "ui",
11935 "util",
11936 "workspace",
11937]
11938
11939[[package]]
11940name = "telemetry_events"
11941version = "0.1.0"
11942dependencies = [
11943 "semantic_version",
11944 "serde",
11945]
11946
11947[[package]]
11948name = "tempfile"
11949version = "3.12.0"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
11952dependencies = [
11953 "cfg-if",
11954 "fastrand 2.1.1",
11955 "once_cell",
11956 "rustix 0.38.35",
11957 "windows-sys 0.59.0",
11958]
11959
11960[[package]]
11961name = "tendril"
11962version = "0.4.3"
11963source = "registry+https://github.com/rust-lang/crates.io-index"
11964checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
11965dependencies = [
11966 "futf",
11967 "mac",
11968 "utf-8",
11969]
11970
11971[[package]]
11972name = "termcolor"
11973version = "1.4.1"
11974source = "registry+https://github.com/rust-lang/crates.io-index"
11975checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
11976dependencies = [
11977 "winapi-util",
11978]
11979
11980[[package]]
11981name = "terminal"
11982version = "0.1.0"
11983dependencies = [
11984 "alacritty_terminal",
11985 "anyhow",
11986 "collections",
11987 "dirs 4.0.0",
11988 "futures 0.3.30",
11989 "gpui",
11990 "libc",
11991 "rand 0.8.5",
11992 "regex",
11993 "release_channel",
11994 "schemars",
11995 "serde",
11996 "serde_derive",
11997 "settings",
11998 "smol",
11999 "sysinfo",
12000 "task",
12001 "theme",
12002 "thiserror",
12003 "util",
12004 "windows 0.58.0",
12005]
12006
12007[[package]]
12008name = "terminal_size"
12009version = "0.4.0"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
12012dependencies = [
12013 "rustix 0.38.35",
12014 "windows-sys 0.59.0",
12015]
12016
12017[[package]]
12018name = "terminal_view"
12019version = "0.1.0"
12020dependencies = [
12021 "anyhow",
12022 "client",
12023 "collections",
12024 "db",
12025 "dirs 4.0.0",
12026 "editor",
12027 "futures 0.3.30",
12028 "gpui",
12029 "itertools 0.13.0",
12030 "language",
12031 "project",
12032 "rand 0.8.5",
12033 "search",
12034 "serde",
12035 "serde_json",
12036 "settings",
12037 "shellexpand 2.1.2",
12038 "smol",
12039 "task",
12040 "tasks_ui",
12041 "terminal",
12042 "theme",
12043 "ui",
12044 "util",
12045 "workspace",
12046 "zed_actions",
12047]
12048
12049[[package]]
12050name = "text"
12051version = "0.1.0"
12052dependencies = [
12053 "anyhow",
12054 "clock",
12055 "collections",
12056 "ctor",
12057 "env_logger 0.11.5",
12058 "gpui",
12059 "http_client",
12060 "log",
12061 "parking_lot",
12062 "postage",
12063 "rand 0.8.5",
12064 "regex",
12065 "rope",
12066 "smallvec",
12067 "sum_tree",
12068 "util",
12069]
12070
12071[[package]]
12072name = "theme"
12073version = "0.1.0"
12074dependencies = [
12075 "anyhow",
12076 "collections",
12077 "derive_more",
12078 "fs",
12079 "futures 0.3.30",
12080 "gpui",
12081 "indexmap 1.9.3",
12082 "log",
12083 "palette",
12084 "parking_lot",
12085 "refineable",
12086 "schemars",
12087 "serde",
12088 "serde_derive",
12089 "serde_json",
12090 "serde_json_lenient",
12091 "serde_repr",
12092 "settings",
12093 "util",
12094 "uuid",
12095]
12096
12097[[package]]
12098name = "theme_importer"
12099version = "0.1.0"
12100dependencies = [
12101 "anyhow",
12102 "clap",
12103 "gpui",
12104 "indexmap 1.9.3",
12105 "log",
12106 "palette",
12107 "rust-embed",
12108 "schemars",
12109 "serde",
12110 "serde_json",
12111 "serde_json_lenient",
12112 "simplelog",
12113 "strum 0.25.0",
12114 "theme",
12115 "vscode_theme",
12116]
12117
12118[[package]]
12119name = "theme_selector"
12120version = "0.1.0"
12121dependencies = [
12122 "client",
12123 "feature_flags",
12124 "fs",
12125 "fuzzy",
12126 "gpui",
12127 "log",
12128 "picker",
12129 "serde",
12130 "settings",
12131 "theme",
12132 "ui",
12133 "util",
12134 "workspace",
12135]
12136
12137[[package]]
12138name = "thiserror"
12139version = "1.0.64"
12140source = "registry+https://github.com/rust-lang/crates.io-index"
12141checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
12142dependencies = [
12143 "thiserror-impl",
12144]
12145
12146[[package]]
12147name = "thiserror-impl"
12148version = "1.0.64"
12149source = "registry+https://github.com/rust-lang/crates.io-index"
12150checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
12151dependencies = [
12152 "proc-macro2",
12153 "quote",
12154 "syn 2.0.76",
12155]
12156
12157[[package]]
12158name = "thread_local"
12159version = "1.1.8"
12160source = "registry+https://github.com/rust-lang/crates.io-index"
12161checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
12162dependencies = [
12163 "cfg-if",
12164 "once_cell",
12165]
12166
12167[[package]]
12168name = "tiff"
12169version = "0.9.1"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
12172dependencies = [
12173 "flate2",
12174 "jpeg-decoder",
12175 "weezl",
12176]
12177
12178[[package]]
12179name = "tiktoken-rs"
12180version = "0.5.9"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
12183dependencies = [
12184 "anyhow",
12185 "base64 0.21.7",
12186 "bstr",
12187 "fancy-regex",
12188 "lazy_static",
12189 "parking_lot",
12190 "rustc-hash 1.1.0",
12191]
12192
12193[[package]]
12194name = "time"
12195version = "0.3.36"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
12198dependencies = [
12199 "deranged",
12200 "itoa",
12201 "libc",
12202 "num-conv",
12203 "num_threads",
12204 "powerfmt",
12205 "serde",
12206 "time-core",
12207 "time-macros",
12208]
12209
12210[[package]]
12211name = "time-core"
12212version = "0.1.2"
12213source = "registry+https://github.com/rust-lang/crates.io-index"
12214checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
12215
12216[[package]]
12217name = "time-macros"
12218version = "0.2.18"
12219source = "registry+https://github.com/rust-lang/crates.io-index"
12220checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
12221dependencies = [
12222 "num-conv",
12223 "time-core",
12224]
12225
12226[[package]]
12227name = "time_format"
12228version = "0.1.0"
12229dependencies = [
12230 "core-foundation 0.9.4",
12231 "core-foundation-sys",
12232 "sys-locale",
12233 "time",
12234]
12235
12236[[package]]
12237name = "tiny-keccak"
12238version = "2.0.2"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
12241dependencies = [
12242 "crunchy",
12243]
12244
12245[[package]]
12246name = "tiny-skia"
12247version = "0.11.4"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
12250dependencies = [
12251 "arrayref",
12252 "arrayvec",
12253 "bytemuck",
12254 "cfg-if",
12255 "log",
12256 "png",
12257 "tiny-skia-path",
12258]
12259
12260[[package]]
12261name = "tiny-skia-path"
12262version = "0.11.4"
12263source = "registry+https://github.com/rust-lang/crates.io-index"
12264checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
12265dependencies = [
12266 "arrayref",
12267 "bytemuck",
12268 "strict-num",
12269]
12270
12271[[package]]
12272name = "tiny_http"
12273version = "0.8.2"
12274source = "registry+https://github.com/rust-lang/crates.io-index"
12275checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
12276dependencies = [
12277 "ascii",
12278 "chrono",
12279 "chunked_transfer",
12280 "log",
12281 "url",
12282]
12283
12284[[package]]
12285name = "tinytemplate"
12286version = "1.2.1"
12287source = "registry+https://github.com/rust-lang/crates.io-index"
12288checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12289dependencies = [
12290 "serde",
12291 "serde_json",
12292]
12293
12294[[package]]
12295name = "tinyvec"
12296version = "1.8.0"
12297source = "registry+https://github.com/rust-lang/crates.io-index"
12298checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
12299dependencies = [
12300 "tinyvec_macros",
12301]
12302
12303[[package]]
12304name = "tinyvec_macros"
12305version = "0.1.1"
12306source = "registry+https://github.com/rust-lang/crates.io-index"
12307checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
12308
12309[[package]]
12310name = "title_bar"
12311version = "0.1.0"
12312dependencies = [
12313 "auto_update",
12314 "call",
12315 "client",
12316 "collections",
12317 "command_palette",
12318 "editor",
12319 "extensions_ui",
12320 "feature_flags",
12321 "feedback",
12322 "gpui",
12323 "http_client",
12324 "notifications",
12325 "pretty_assertions",
12326 "project",
12327 "recent_projects",
12328 "remote",
12329 "rpc",
12330 "serde",
12331 "settings",
12332 "smallvec",
12333 "story",
12334 "theme",
12335 "theme_selector",
12336 "tree-sitter-md",
12337 "ui",
12338 "util",
12339 "vcs_menu",
12340 "windows 0.58.0",
12341 "workspace",
12342 "zed_actions",
12343]
12344
12345[[package]]
12346name = "tokio"
12347version = "1.40.0"
12348source = "registry+https://github.com/rust-lang/crates.io-index"
12349checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
12350dependencies = [
12351 "backtrace",
12352 "bytes 1.7.2",
12353 "libc",
12354 "mio 1.0.2",
12355 "parking_lot",
12356 "pin-project-lite",
12357 "signal-hook-registry",
12358 "socket2 0.5.7",
12359 "tokio-macros",
12360 "windows-sys 0.52.0",
12361]
12362
12363[[package]]
12364name = "tokio-io"
12365version = "0.1.13"
12366source = "registry+https://github.com/rust-lang/crates.io-index"
12367checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
12368dependencies = [
12369 "bytes 0.4.12",
12370 "futures 0.1.31",
12371 "log",
12372]
12373
12374[[package]]
12375name = "tokio-macros"
12376version = "2.4.0"
12377source = "registry+https://github.com/rust-lang/crates.io-index"
12378checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
12379dependencies = [
12380 "proc-macro2",
12381 "quote",
12382 "syn 2.0.76",
12383]
12384
12385[[package]]
12386name = "tokio-native-tls"
12387version = "0.3.1"
12388source = "registry+https://github.com/rust-lang/crates.io-index"
12389checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
12390dependencies = [
12391 "native-tls",
12392 "tokio",
12393]
12394
12395[[package]]
12396name = "tokio-rustls"
12397version = "0.24.1"
12398source = "registry+https://github.com/rust-lang/crates.io-index"
12399checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
12400dependencies = [
12401 "rustls 0.21.12",
12402 "tokio",
12403]
12404
12405[[package]]
12406name = "tokio-rustls"
12407version = "0.26.0"
12408source = "registry+https://github.com/rust-lang/crates.io-index"
12409checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12410dependencies = [
12411 "rustls 0.23.13",
12412 "rustls-pki-types",
12413 "tokio",
12414]
12415
12416[[package]]
12417name = "tokio-socks"
12418version = "0.5.2"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
12421dependencies = [
12422 "either",
12423 "futures-io",
12424 "futures-util",
12425 "thiserror",
12426 "tokio",
12427]
12428
12429[[package]]
12430name = "tokio-stream"
12431version = "0.1.15"
12432source = "registry+https://github.com/rust-lang/crates.io-index"
12433checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12434dependencies = [
12435 "futures-core",
12436 "pin-project-lite",
12437 "tokio",
12438]
12439
12440[[package]]
12441name = "tokio-tungstenite"
12442version = "0.20.1"
12443source = "registry+https://github.com/rust-lang/crates.io-index"
12444checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
12445dependencies = [
12446 "futures-util",
12447 "log",
12448 "tokio",
12449 "tungstenite 0.20.1",
12450]
12451
12452[[package]]
12453name = "tokio-tungstenite"
12454version = "0.21.0"
12455source = "registry+https://github.com/rust-lang/crates.io-index"
12456checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
12457dependencies = [
12458 "futures-util",
12459 "log",
12460 "tokio",
12461 "tungstenite 0.21.0",
12462]
12463
12464[[package]]
12465name = "tokio-util"
12466version = "0.7.12"
12467source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
12469dependencies = [
12470 "bytes 1.7.2",
12471 "futures-core",
12472 "futures-io",
12473 "futures-sink",
12474 "pin-project-lite",
12475 "tokio",
12476]
12477
12478[[package]]
12479name = "toml"
12480version = "0.5.11"
12481source = "registry+https://github.com/rust-lang/crates.io-index"
12482checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12483dependencies = [
12484 "serde",
12485]
12486
12487[[package]]
12488name = "toml"
12489version = "0.7.8"
12490source = "registry+https://github.com/rust-lang/crates.io-index"
12491checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
12492dependencies = [
12493 "serde",
12494 "serde_spanned",
12495 "toml_datetime",
12496 "toml_edit 0.19.15",
12497]
12498
12499[[package]]
12500name = "toml"
12501version = "0.8.19"
12502source = "registry+https://github.com/rust-lang/crates.io-index"
12503checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
12504dependencies = [
12505 "serde",
12506 "serde_spanned",
12507 "toml_datetime",
12508 "toml_edit 0.22.20",
12509]
12510
12511[[package]]
12512name = "toml_datetime"
12513version = "0.6.8"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
12516dependencies = [
12517 "serde",
12518]
12519
12520[[package]]
12521name = "toml_edit"
12522version = "0.19.15"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
12525dependencies = [
12526 "indexmap 2.4.0",
12527 "serde",
12528 "serde_spanned",
12529 "toml_datetime",
12530 "winnow 0.5.40",
12531]
12532
12533[[package]]
12534name = "toml_edit"
12535version = "0.22.20"
12536source = "registry+https://github.com/rust-lang/crates.io-index"
12537checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
12538dependencies = [
12539 "indexmap 2.4.0",
12540 "serde",
12541 "serde_spanned",
12542 "toml_datetime",
12543 "winnow 0.6.18",
12544]
12545
12546[[package]]
12547name = "toolchain_selector"
12548version = "0.1.0"
12549dependencies = [
12550 "editor",
12551 "fuzzy",
12552 "gpui",
12553 "language",
12554 "picker",
12555 "project",
12556 "ui",
12557 "util",
12558 "workspace",
12559]
12560
12561[[package]]
12562name = "topological-sort"
12563version = "0.2.2"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
12566
12567[[package]]
12568name = "tower"
12569version = "0.4.13"
12570source = "registry+https://github.com/rust-lang/crates.io-index"
12571checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
12572dependencies = [
12573 "futures-core",
12574 "futures-util",
12575 "pin-project",
12576 "pin-project-lite",
12577 "tokio",
12578 "tower-layer",
12579 "tower-service",
12580 "tracing",
12581]
12582
12583[[package]]
12584name = "tower-http"
12585version = "0.3.5"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
12588dependencies = [
12589 "bitflags 1.3.2",
12590 "bytes 1.7.2",
12591 "futures-core",
12592 "futures-util",
12593 "http 0.2.12",
12594 "http-body 0.4.6",
12595 "http-range-header",
12596 "pin-project-lite",
12597 "tower-layer",
12598 "tower-service",
12599]
12600
12601[[package]]
12602name = "tower-http"
12603version = "0.4.4"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
12606dependencies = [
12607 "bitflags 2.6.0",
12608 "bytes 1.7.2",
12609 "futures-core",
12610 "futures-util",
12611 "http 0.2.12",
12612 "http-body 0.4.6",
12613 "http-range-header",
12614 "pin-project-lite",
12615 "tower-layer",
12616 "tower-service",
12617 "tracing",
12618]
12619
12620[[package]]
12621name = "tower-layer"
12622version = "0.3.3"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
12625
12626[[package]]
12627name = "tower-service"
12628version = "0.3.3"
12629source = "registry+https://github.com/rust-lang/crates.io-index"
12630checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
12631
12632[[package]]
12633name = "tracing"
12634version = "0.1.40"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
12637dependencies = [
12638 "log",
12639 "pin-project-lite",
12640 "tracing-attributes",
12641 "tracing-core",
12642]
12643
12644[[package]]
12645name = "tracing-attributes"
12646version = "0.1.27"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
12649dependencies = [
12650 "proc-macro2",
12651 "quote",
12652 "syn 2.0.76",
12653]
12654
12655[[package]]
12656name = "tracing-core"
12657version = "0.1.32"
12658source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
12660dependencies = [
12661 "once_cell",
12662 "valuable",
12663]
12664
12665[[package]]
12666name = "tracing-log"
12667version = "0.2.0"
12668source = "registry+https://github.com/rust-lang/crates.io-index"
12669checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
12670dependencies = [
12671 "log",
12672 "once_cell",
12673 "tracing-core",
12674]
12675
12676[[package]]
12677name = "tracing-serde"
12678version = "0.1.3"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
12681dependencies = [
12682 "serde",
12683 "tracing-core",
12684]
12685
12686[[package]]
12687name = "tracing-subscriber"
12688version = "0.3.18"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
12691dependencies = [
12692 "matchers",
12693 "nu-ansi-term",
12694 "once_cell",
12695 "regex",
12696 "serde",
12697 "serde_json",
12698 "sharded-slab",
12699 "smallvec",
12700 "thread_local",
12701 "tracing",
12702 "tracing-core",
12703 "tracing-log",
12704 "tracing-serde",
12705]
12706
12707[[package]]
12708name = "tree-sitter"
12709version = "0.23.0"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff"
12712dependencies = [
12713 "cc",
12714 "regex",
12715 "regex-syntax 0.8.4",
12716 "tree-sitter-language",
12717 "wasmtime-c-api-impl",
12718]
12719
12720[[package]]
12721name = "tree-sitter-bash"
12722version = "0.23.1"
12723source = "registry+https://github.com/rust-lang/crates.io-index"
12724checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
12725dependencies = [
12726 "cc",
12727 "tree-sitter-language",
12728]
12729
12730[[package]]
12731name = "tree-sitter-c"
12732version = "0.23.1"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b"
12735dependencies = [
12736 "cc",
12737 "tree-sitter-language",
12738]
12739
12740[[package]]
12741name = "tree-sitter-cpp"
12742version = "0.23.1"
12743source = "registry+https://github.com/rust-lang/crates.io-index"
12744checksum = "1d67e862242878d6ee50e1e5814f267ee3eea0168aea2cdbd700ccfb4c74b6d3"
12745dependencies = [
12746 "cc",
12747 "tree-sitter-language",
12748]
12749
12750[[package]]
12751name = "tree-sitter-css"
12752version = "0.23.0"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292"
12755dependencies = [
12756 "cc",
12757 "tree-sitter-language",
12758]
12759
12760[[package]]
12761name = "tree-sitter-diff"
12762version = "0.1.0"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
12765dependencies = [
12766 "cc",
12767 "tree-sitter-language",
12768]
12769
12770[[package]]
12771name = "tree-sitter-elixir"
12772version = "0.3.1"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32"
12775dependencies = [
12776 "cc",
12777 "tree-sitter-language",
12778]
12779
12780[[package]]
12781name = "tree-sitter-embedded-template"
12782version = "0.23.0"
12783source = "registry+https://github.com/rust-lang/crates.io-index"
12784checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495"
12785dependencies = [
12786 "cc",
12787 "tree-sitter-language",
12788]
12789
12790[[package]]
12791name = "tree-sitter-go"
12792version = "0.23.1"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e"
12795dependencies = [
12796 "cc",
12797 "tree-sitter-language",
12798]
12799
12800[[package]]
12801name = "tree-sitter-gomod"
12802version = "1.0.2"
12803source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
12804dependencies = [
12805 "cc",
12806 "tree-sitter-language",
12807]
12808
12809[[package]]
12810name = "tree-sitter-gowork"
12811version = "0.0.1"
12812source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
12813dependencies = [
12814 "cc",
12815 "tree-sitter-language",
12816]
12817
12818[[package]]
12819name = "tree-sitter-heex"
12820version = "0.0.1"
12821source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
12822dependencies = [
12823 "cc",
12824 "tree-sitter-language",
12825]
12826
12827[[package]]
12828name = "tree-sitter-html"
12829version = "0.20.4"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
12832dependencies = [
12833 "cc",
12834 "tree-sitter",
12835]
12836
12837[[package]]
12838name = "tree-sitter-jsdoc"
12839version = "0.23.0"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8"
12842dependencies = [
12843 "cc",
12844 "tree-sitter-language",
12845]
12846
12847[[package]]
12848name = "tree-sitter-json"
12849version = "0.23.0"
12850source = "registry+https://github.com/rust-lang/crates.io-index"
12851checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
12852dependencies = [
12853 "cc",
12854 "tree-sitter-language",
12855]
12856
12857[[package]]
12858name = "tree-sitter-language"
12859version = "0.1.0"
12860source = "registry+https://github.com/rust-lang/crates.io-index"
12861checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57"
12862
12863[[package]]
12864name = "tree-sitter-md"
12865version = "0.3.2"
12866source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
12867dependencies = [
12868 "cc",
12869 "tree-sitter-language",
12870]
12871
12872[[package]]
12873name = "tree-sitter-python"
12874version = "0.23.2"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb"
12877dependencies = [
12878 "cc",
12879 "tree-sitter-language",
12880]
12881
12882[[package]]
12883name = "tree-sitter-regex"
12884version = "0.23.0"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
12887dependencies = [
12888 "cc",
12889 "tree-sitter-language",
12890]
12891
12892[[package]]
12893name = "tree-sitter-ruby"
12894version = "0.23.0"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0"
12897dependencies = [
12898 "cc",
12899 "tree-sitter-language",
12900]
12901
12902[[package]]
12903name = "tree-sitter-rust"
12904version = "0.23.0"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8"
12907dependencies = [
12908 "cc",
12909 "tree-sitter-language",
12910]
12911
12912[[package]]
12913name = "tree-sitter-typescript"
12914version = "0.23.0"
12915source = "registry+https://github.com/rust-lang/crates.io-index"
12916checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685"
12917dependencies = [
12918 "cc",
12919 "tree-sitter-language",
12920]
12921
12922[[package]]
12923name = "tree-sitter-yaml"
12924version = "0.6.1"
12925source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
12926dependencies = [
12927 "cc",
12928 "tree-sitter-language",
12929]
12930
12931[[package]]
12932name = "try-lock"
12933version = "0.2.5"
12934source = "registry+https://github.com/rust-lang/crates.io-index"
12935checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12936
12937[[package]]
12938name = "ttf-parser"
12939version = "0.21.1"
12940source = "registry+https://github.com/rust-lang/crates.io-index"
12941checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
12942
12943[[package]]
12944name = "tungstenite"
12945version = "0.20.1"
12946source = "registry+https://github.com/rust-lang/crates.io-index"
12947checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12948dependencies = [
12949 "byteorder",
12950 "bytes 1.7.2",
12951 "data-encoding",
12952 "http 0.2.12",
12953 "httparse",
12954 "log",
12955 "rand 0.8.5",
12956 "sha1",
12957 "thiserror",
12958 "url",
12959 "utf-8",
12960]
12961
12962[[package]]
12963name = "tungstenite"
12964version = "0.21.0"
12965source = "registry+https://github.com/rust-lang/crates.io-index"
12966checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
12967dependencies = [
12968 "byteorder",
12969 "bytes 1.7.2",
12970 "data-encoding",
12971 "http 1.1.0",
12972 "httparse",
12973 "log",
12974 "rand 0.8.5",
12975 "sha1",
12976 "thiserror",
12977 "url",
12978 "utf-8",
12979]
12980
12981[[package]]
12982name = "typeid"
12983version = "1.0.2"
12984source = "registry+https://github.com/rust-lang/crates.io-index"
12985checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
12986
12987[[package]]
12988name = "typenum"
12989version = "1.17.0"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
12992
12993[[package]]
12994name = "ucd-trie"
12995version = "0.1.6"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
12998
12999[[package]]
13000name = "uds_windows"
13001version = "1.1.0"
13002source = "registry+https://github.com/rust-lang/crates.io-index"
13003checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13004dependencies = [
13005 "memoffset",
13006 "tempfile",
13007 "winapi",
13008]
13009
13010[[package]]
13011name = "ui"
13012version = "0.1.0"
13013dependencies = [
13014 "chrono",
13015 "gpui",
13016 "itertools 0.13.0",
13017 "menu",
13018 "serde",
13019 "settings",
13020 "smallvec",
13021 "story",
13022 "strum 0.25.0",
13023 "theme",
13024 "ui_macros",
13025 "windows 0.58.0",
13026]
13027
13028[[package]]
13029name = "ui_input"
13030version = "0.1.0"
13031dependencies = [
13032 "editor",
13033 "gpui",
13034 "settings",
13035 "theme",
13036 "ui",
13037]
13038
13039[[package]]
13040name = "ui_macros"
13041version = "0.1.0"
13042dependencies = [
13043 "convert_case 0.6.0",
13044 "proc-macro2",
13045 "quote",
13046 "syn 1.0.109",
13047]
13048
13049[[package]]
13050name = "unicase"
13051version = "2.7.0"
13052source = "registry+https://github.com/rust-lang/crates.io-index"
13053checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
13054dependencies = [
13055 "version_check",
13056]
13057
13058[[package]]
13059name = "unicode-bidi"
13060version = "0.3.15"
13061source = "registry+https://github.com/rust-lang/crates.io-index"
13062checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
13063
13064[[package]]
13065name = "unicode-bidi-mirroring"
13066version = "0.2.0"
13067source = "registry+https://github.com/rust-lang/crates.io-index"
13068checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13069
13070[[package]]
13071name = "unicode-ccc"
13072version = "0.2.0"
13073source = "registry+https://github.com/rust-lang/crates.io-index"
13074checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13075
13076[[package]]
13077name = "unicode-ident"
13078version = "1.0.12"
13079source = "registry+https://github.com/rust-lang/crates.io-index"
13080checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
13081
13082[[package]]
13083name = "unicode-linebreak"
13084version = "0.1.5"
13085source = "registry+https://github.com/rust-lang/crates.io-index"
13086checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13087
13088[[package]]
13089name = "unicode-normalization"
13090version = "0.1.23"
13091source = "registry+https://github.com/rust-lang/crates.io-index"
13092checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
13093dependencies = [
13094 "tinyvec",
13095]
13096
13097[[package]]
13098name = "unicode-properties"
13099version = "0.1.2"
13100source = "registry+https://github.com/rust-lang/crates.io-index"
13101checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
13102
13103[[package]]
13104name = "unicode-script"
13105version = "0.5.6"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
13108
13109[[package]]
13110name = "unicode-segmentation"
13111version = "1.11.0"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
13114
13115[[package]]
13116name = "unicode-width"
13117version = "0.1.13"
13118source = "registry+https://github.com/rust-lang/crates.io-index"
13119checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
13120
13121[[package]]
13122name = "unicode-xid"
13123version = "0.2.5"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
13126
13127[[package]]
13128name = "unicode_categories"
13129version = "0.1.1"
13130source = "registry+https://github.com/rust-lang/crates.io-index"
13131checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
13132
13133[[package]]
13134name = "unindent"
13135version = "0.1.11"
13136source = "registry+https://github.com/rust-lang/crates.io-index"
13137checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
13138
13139[[package]]
13140name = "untrusted"
13141version = "0.7.1"
13142source = "registry+https://github.com/rust-lang/crates.io-index"
13143checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
13144
13145[[package]]
13146name = "untrusted"
13147version = "0.9.0"
13148source = "registry+https://github.com/rust-lang/crates.io-index"
13149checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
13150
13151[[package]]
13152name = "url"
13153version = "2.5.2"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
13156dependencies = [
13157 "form_urlencoded",
13158 "idna",
13159 "percent-encoding",
13160 "serde",
13161]
13162
13163[[package]]
13164name = "urlencoding"
13165version = "2.1.3"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
13168
13169[[package]]
13170name = "usvg"
13171version = "0.41.0"
13172source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
13174dependencies = [
13175 "base64 0.22.1",
13176 "data-url",
13177 "flate2",
13178 "imagesize",
13179 "kurbo",
13180 "log",
13181 "pico-args",
13182 "roxmltree 0.19.0",
13183 "simplecss",
13184 "siphasher 1.0.1",
13185 "strict-num",
13186 "svgtypes",
13187 "tiny-skia-path",
13188 "xmlwriter",
13189]
13190
13191[[package]]
13192name = "utf-8"
13193version = "0.7.6"
13194source = "registry+https://github.com/rust-lang/crates.io-index"
13195checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
13196
13197[[package]]
13198name = "utf8parse"
13199version = "0.2.2"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
13202
13203[[package]]
13204name = "util"
13205version = "0.1.0"
13206dependencies = [
13207 "anyhow",
13208 "async-fs 1.6.0",
13209 "collections",
13210 "dirs 4.0.0",
13211 "futures 0.3.30",
13212 "futures-lite 1.13.0",
13213 "git2",
13214 "globset",
13215 "log",
13216 "rand 0.8.5",
13217 "regex",
13218 "rust-embed",
13219 "serde",
13220 "serde_json",
13221 "take-until",
13222 "tempfile",
13223 "tendril",
13224 "unicase",
13225]
13226
13227[[package]]
13228name = "uuid"
13229version = "1.10.0"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
13232dependencies = [
13233 "getrandom 0.2.15",
13234 "serde",
13235 "sha1_smol",
13236]
13237
13238[[package]]
13239name = "v_frame"
13240version = "0.3.8"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
13243dependencies = [
13244 "aligned-vec",
13245 "num-traits",
13246 "wasm-bindgen",
13247]
13248
13249[[package]]
13250name = "valuable"
13251version = "0.1.0"
13252source = "registry+https://github.com/rust-lang/crates.io-index"
13253checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
13254
13255[[package]]
13256name = "value-bag"
13257version = "1.9.0"
13258source = "registry+https://github.com/rust-lang/crates.io-index"
13259checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
13260dependencies = [
13261 "value-bag-serde1",
13262 "value-bag-sval2",
13263]
13264
13265[[package]]
13266name = "value-bag-serde1"
13267version = "1.9.0"
13268source = "registry+https://github.com/rust-lang/crates.io-index"
13269checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
13270dependencies = [
13271 "erased-serde",
13272 "serde",
13273 "serde_fmt",
13274]
13275
13276[[package]]
13277name = "value-bag-sval2"
13278version = "1.9.0"
13279source = "registry+https://github.com/rust-lang/crates.io-index"
13280checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
13281dependencies = [
13282 "sval",
13283 "sval_buffer",
13284 "sval_dynamic",
13285 "sval_fmt",
13286 "sval_json",
13287 "sval_ref",
13288 "sval_serde",
13289]
13290
13291[[package]]
13292name = "vcpkg"
13293version = "0.2.15"
13294source = "registry+https://github.com/rust-lang/crates.io-index"
13295checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
13296
13297[[package]]
13298name = "vcs_menu"
13299version = "0.1.0"
13300dependencies = [
13301 "anyhow",
13302 "fuzzy",
13303 "git",
13304 "gpui",
13305 "picker",
13306 "project",
13307 "ui",
13308 "util",
13309 "workspace",
13310]
13311
13312[[package]]
13313name = "version-compare"
13314version = "0.2.0"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
13317
13318[[package]]
13319name = "version_check"
13320version = "0.9.5"
13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
13323
13324[[package]]
13325name = "vim"
13326version = "0.1.0"
13327dependencies = [
13328 "anyhow",
13329 "async-compat",
13330 "async-trait",
13331 "collections",
13332 "command_palette",
13333 "command_palette_hooks",
13334 "editor",
13335 "futures 0.3.30",
13336 "gpui",
13337 "indoc",
13338 "itertools 0.13.0",
13339 "language",
13340 "log",
13341 "lsp",
13342 "multi_buffer",
13343 "nvim-rs",
13344 "parking_lot",
13345 "regex",
13346 "release_channel",
13347 "schemars",
13348 "search",
13349 "serde",
13350 "serde_derive",
13351 "serde_json",
13352 "settings",
13353 "tokio",
13354 "ui",
13355 "util",
13356 "workspace",
13357 "zed_actions",
13358]
13359
13360[[package]]
13361name = "vscode_theme"
13362version = "0.2.0"
13363source = "registry+https://github.com/rust-lang/crates.io-index"
13364checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
13365dependencies = [
13366 "serde",
13367]
13368
13369[[package]]
13370name = "vsimd"
13371version = "0.8.0"
13372source = "registry+https://github.com/rust-lang/crates.io-index"
13373checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
13374
13375[[package]]
13376name = "vswhom"
13377version = "0.1.0"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
13380dependencies = [
13381 "libc",
13382 "vswhom-sys",
13383]
13384
13385[[package]]
13386name = "vswhom-sys"
13387version = "0.1.2"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
13390dependencies = [
13391 "cc",
13392 "libc",
13393]
13394
13395[[package]]
13396name = "vte"
13397version = "0.13.0"
13398source = "registry+https://github.com/rust-lang/crates.io-index"
13399checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
13400dependencies = [
13401 "bitflags 2.6.0",
13402 "cursor-icon",
13403 "log",
13404 "serde",
13405 "utf8parse",
13406 "vte_generate_state_changes",
13407]
13408
13409[[package]]
13410name = "vte_generate_state_changes"
13411version = "0.1.2"
13412source = "registry+https://github.com/rust-lang/crates.io-index"
13413checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
13414dependencies = [
13415 "proc-macro2",
13416 "quote",
13417]
13418
13419[[package]]
13420name = "waker-fn"
13421version = "1.2.0"
13422source = "registry+https://github.com/rust-lang/crates.io-index"
13423checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
13424
13425[[package]]
13426name = "walkdir"
13427version = "2.5.0"
13428source = "registry+https://github.com/rust-lang/crates.io-index"
13429checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
13430dependencies = [
13431 "same-file",
13432 "winapi-util",
13433]
13434
13435[[package]]
13436name = "want"
13437version = "0.3.1"
13438source = "registry+https://github.com/rust-lang/crates.io-index"
13439checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
13440dependencies = [
13441 "try-lock",
13442]
13443
13444[[package]]
13445name = "warp"
13446version = "0.3.7"
13447source = "registry+https://github.com/rust-lang/crates.io-index"
13448checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
13449dependencies = [
13450 "bytes 1.7.2",
13451 "futures-channel",
13452 "futures-util",
13453 "headers",
13454 "http 0.2.12",
13455 "hyper 0.14.30",
13456 "log",
13457 "mime",
13458 "mime_guess",
13459 "percent-encoding",
13460 "pin-project",
13461 "scoped-tls",
13462 "serde",
13463 "serde_json",
13464 "serde_urlencoded",
13465 "tokio",
13466 "tokio-tungstenite 0.21.0",
13467 "tokio-util",
13468 "tower-service",
13469 "tracing",
13470]
13471
13472[[package]]
13473name = "wasi"
13474version = "0.9.0+wasi-snapshot-preview1"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
13477
13478[[package]]
13479name = "wasi"
13480version = "0.11.0+wasi-snapshot-preview1"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
13483
13484[[package]]
13485name = "wasite"
13486version = "0.1.0"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
13489
13490[[package]]
13491name = "wasm-bindgen"
13492version = "0.2.93"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
13495dependencies = [
13496 "cfg-if",
13497 "once_cell",
13498 "wasm-bindgen-macro",
13499]
13500
13501[[package]]
13502name = "wasm-bindgen-backend"
13503version = "0.2.93"
13504source = "registry+https://github.com/rust-lang/crates.io-index"
13505checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
13506dependencies = [
13507 "bumpalo",
13508 "log",
13509 "once_cell",
13510 "proc-macro2",
13511 "quote",
13512 "syn 2.0.76",
13513 "wasm-bindgen-shared",
13514]
13515
13516[[package]]
13517name = "wasm-bindgen-futures"
13518version = "0.4.43"
13519source = "registry+https://github.com/rust-lang/crates.io-index"
13520checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
13521dependencies = [
13522 "cfg-if",
13523 "js-sys",
13524 "wasm-bindgen",
13525 "web-sys",
13526]
13527
13528[[package]]
13529name = "wasm-bindgen-macro"
13530version = "0.2.93"
13531source = "registry+https://github.com/rust-lang/crates.io-index"
13532checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
13533dependencies = [
13534 "quote",
13535 "wasm-bindgen-macro-support",
13536]
13537
13538[[package]]
13539name = "wasm-bindgen-macro-support"
13540version = "0.2.93"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
13543dependencies = [
13544 "proc-macro2",
13545 "quote",
13546 "syn 2.0.76",
13547 "wasm-bindgen-backend",
13548 "wasm-bindgen-shared",
13549]
13550
13551[[package]]
13552name = "wasm-bindgen-shared"
13553version = "0.2.93"
13554source = "registry+https://github.com/rust-lang/crates.io-index"
13555checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
13556
13557[[package]]
13558name = "wasm-encoder"
13559version = "0.201.0"
13560source = "registry+https://github.com/rust-lang/crates.io-index"
13561checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
13562dependencies = [
13563 "leb128",
13564]
13565
13566[[package]]
13567name = "wasm-encoder"
13568version = "0.215.0"
13569source = "registry+https://github.com/rust-lang/crates.io-index"
13570checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
13571dependencies = [
13572 "leb128",
13573]
13574
13575[[package]]
13576name = "wasm-metadata"
13577version = "0.201.0"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
13580dependencies = [
13581 "anyhow",
13582 "indexmap 2.4.0",
13583 "serde",
13584 "serde_derive",
13585 "serde_json",
13586 "spdx",
13587 "wasm-encoder 0.201.0",
13588 "wasmparser 0.201.0",
13589]
13590
13591[[package]]
13592name = "wasm-streams"
13593version = "0.4.1"
13594source = "registry+https://github.com/rust-lang/crates.io-index"
13595checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
13596dependencies = [
13597 "futures-util",
13598 "js-sys",
13599 "wasm-bindgen",
13600 "wasm-bindgen-futures",
13601 "web-sys",
13602]
13603
13604[[package]]
13605name = "wasmparser"
13606version = "0.201.0"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
13609dependencies = [
13610 "bitflags 2.6.0",
13611 "indexmap 2.4.0",
13612 "semver",
13613]
13614
13615[[package]]
13616name = "wasmparser"
13617version = "0.215.0"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
13620dependencies = [
13621 "ahash 0.8.11",
13622 "bitflags 2.6.0",
13623 "hashbrown 0.14.5",
13624 "indexmap 2.4.0",
13625 "semver",
13626 "serde",
13627]
13628
13629[[package]]
13630name = "wasmprinter"
13631version = "0.215.0"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
13634dependencies = [
13635 "anyhow",
13636 "termcolor",
13637 "wasmparser 0.215.0",
13638]
13639
13640[[package]]
13641name = "wasmtime"
13642version = "24.0.1"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "7e4a5b05e9f1797e557e79f0cf04348eaa7a232596939ef4762838ddf7a6127a"
13645dependencies = [
13646 "anyhow",
13647 "async-trait",
13648 "bitflags 2.6.0",
13649 "bumpalo",
13650 "cc",
13651 "cfg-if",
13652 "encoding_rs",
13653 "hashbrown 0.14.5",
13654 "indexmap 2.4.0",
13655 "libc",
13656 "libm",
13657 "log",
13658 "mach2",
13659 "memfd",
13660 "object",
13661 "once_cell",
13662 "paste",
13663 "postcard",
13664 "psm",
13665 "rustix 0.38.35",
13666 "semver",
13667 "serde",
13668 "serde_derive",
13669 "smallvec",
13670 "sptr",
13671 "target-lexicon",
13672 "wasmparser 0.215.0",
13673 "wasmtime-asm-macros",
13674 "wasmtime-component-macro",
13675 "wasmtime-component-util",
13676 "wasmtime-cranelift",
13677 "wasmtime-environ",
13678 "wasmtime-fiber",
13679 "wasmtime-jit-icache-coherence",
13680 "wasmtime-slab",
13681 "wasmtime-versioned-export-macros",
13682 "wasmtime-winch",
13683 "windows-sys 0.52.0",
13684]
13685
13686[[package]]
13687name = "wasmtime-asm-macros"
13688version = "24.0.1"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "64414227e19556d4372f9688458c5673606de83473eb66cd0514d36ea8808cab"
13691dependencies = [
13692 "cfg-if",
13693]
13694
13695[[package]]
13696name = "wasmtime-c-api-impl"
13697version = "24.0.0"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
13700dependencies = [
13701 "anyhow",
13702 "log",
13703 "once_cell",
13704 "tracing",
13705 "wasmtime",
13706 "wasmtime-c-api-macros",
13707]
13708
13709[[package]]
13710name = "wasmtime-c-api-macros"
13711version = "24.0.0"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
13714dependencies = [
13715 "proc-macro2",
13716 "quote",
13717]
13718
13719[[package]]
13720name = "wasmtime-component-macro"
13721version = "24.0.1"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "d3ead31b73689602225742920adbcd881f5656702c1a3b4830862c0c66731727"
13724dependencies = [
13725 "anyhow",
13726 "proc-macro2",
13727 "quote",
13728 "syn 2.0.76",
13729 "wasmtime-component-util",
13730 "wasmtime-wit-bindgen",
13731 "wit-parser 0.215.0",
13732]
13733
13734[[package]]
13735name = "wasmtime-component-util"
13736version = "24.0.1"
13737source = "registry+https://github.com/rust-lang/crates.io-index"
13738checksum = "ab2c778661800e1dcd8ba3e15ff042299709e0a4c512525d9cbb604a04c0421b"
13739
13740[[package]]
13741name = "wasmtime-cranelift"
13742version = "24.0.1"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "9f7ee1f436bcf7d213ef7c2e9d44caffcd57e540ccf997d013384c2ae9b82db7"
13745dependencies = [
13746 "anyhow",
13747 "cfg-if",
13748 "cranelift-codegen",
13749 "cranelift-control",
13750 "cranelift-entity",
13751 "cranelift-frontend",
13752 "cranelift-native",
13753 "cranelift-wasm",
13754 "gimli 0.29.0",
13755 "log",
13756 "object",
13757 "target-lexicon",
13758 "thiserror",
13759 "wasmparser 0.215.0",
13760 "wasmtime-environ",
13761 "wasmtime-versioned-export-macros",
13762]
13763
13764[[package]]
13765name = "wasmtime-environ"
13766version = "24.0.1"
13767source = "registry+https://github.com/rust-lang/crates.io-index"
13768checksum = "fa8c33adfb3b9f8d6ef716bc55aea5e6b2275cd5a6721ec8c837d1cb0c471516"
13769dependencies = [
13770 "anyhow",
13771 "cpp_demangle",
13772 "cranelift-bitset",
13773 "cranelift-entity",
13774 "gimli 0.29.0",
13775 "indexmap 2.4.0",
13776 "log",
13777 "object",
13778 "postcard",
13779 "rustc-demangle",
13780 "semver",
13781 "serde",
13782 "serde_derive",
13783 "target-lexicon",
13784 "wasm-encoder 0.215.0",
13785 "wasmparser 0.215.0",
13786 "wasmprinter",
13787 "wasmtime-component-util",
13788 "wasmtime-types",
13789]
13790
13791[[package]]
13792name = "wasmtime-fiber"
13793version = "24.0.1"
13794source = "registry+https://github.com/rust-lang/crates.io-index"
13795checksum = "9f3227ed807c2dda9dd770c241023fcd6e48e6722c1c26ff79fc3604d412e884"
13796dependencies = [
13797 "anyhow",
13798 "cc",
13799 "cfg-if",
13800 "rustix 0.38.35",
13801 "wasmtime-asm-macros",
13802 "wasmtime-versioned-export-macros",
13803 "windows-sys 0.52.0",
13804]
13805
13806[[package]]
13807name = "wasmtime-jit-icache-coherence"
13808version = "24.0.1"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "fa89fc440f0edca882ba6d1890608898e6f0193afdc504c0a64478ec53622bd6"
13811dependencies = [
13812 "anyhow",
13813 "cfg-if",
13814 "libc",
13815 "windows-sys 0.52.0",
13816]
13817
13818[[package]]
13819name = "wasmtime-slab"
13820version = "24.0.1"
13821source = "registry+https://github.com/rust-lang/crates.io-index"
13822checksum = "682b7a5b6772c4e4de8c696fc619ec97930b5e89098db9bee22c1136e002438b"
13823
13824[[package]]
13825name = "wasmtime-types"
13826version = "24.0.1"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "4a95ea5572f8c3ffe777af21aa00a92097ded291a342fecad9f2c6a972ecea99"
13829dependencies = [
13830 "anyhow",
13831 "cranelift-entity",
13832 "serde",
13833 "serde_derive",
13834 "smallvec",
13835 "wasmparser 0.215.0",
13836]
13837
13838[[package]]
13839name = "wasmtime-versioned-export-macros"
13840version = "24.0.1"
13841source = "registry+https://github.com/rust-lang/crates.io-index"
13842checksum = "ac3621bfccd4e4336ae141d62b96e96316c0f23c47d64e9700594ebe3c4d9a10"
13843dependencies = [
13844 "proc-macro2",
13845 "quote",
13846 "syn 2.0.76",
13847]
13848
13849[[package]]
13850name = "wasmtime-wasi"
13851version = "24.0.1"
13852source = "registry+https://github.com/rust-lang/crates.io-index"
13853checksum = "fda03f5bfd5c4cc09f75c7e44846663f25f2c48a2d688fbfb5c7a33af6cf34f5"
13854dependencies = [
13855 "anyhow",
13856 "async-trait",
13857 "bitflags 2.6.0",
13858 "bytes 1.7.2",
13859 "cap-fs-ext",
13860 "cap-net-ext",
13861 "cap-rand",
13862 "cap-std",
13863 "cap-time-ext",
13864 "fs-set-times",
13865 "futures 0.3.30",
13866 "io-extras",
13867 "io-lifetimes 2.0.3",
13868 "once_cell",
13869 "rustix 0.38.35",
13870 "system-interface",
13871 "thiserror",
13872 "tokio",
13873 "tracing",
13874 "url",
13875 "wasmtime",
13876 "wiggle",
13877 "windows-sys 0.52.0",
13878]
13879
13880[[package]]
13881name = "wasmtime-winch"
13882version = "24.0.1"
13883source = "registry+https://github.com/rust-lang/crates.io-index"
13884checksum = "d1d3e99f6bba37864487c9356398667699935b9cfa3655ed2b153b9428b3dd21"
13885dependencies = [
13886 "anyhow",
13887 "cranelift-codegen",
13888 "gimli 0.29.0",
13889 "object",
13890 "target-lexicon",
13891 "wasmparser 0.215.0",
13892 "wasmtime-cranelift",
13893 "wasmtime-environ",
13894 "winch-codegen",
13895]
13896
13897[[package]]
13898name = "wasmtime-wit-bindgen"
13899version = "24.0.1"
13900source = "registry+https://github.com/rust-lang/crates.io-index"
13901checksum = "ee0f4524da226d2cb503d794c8928de6bc24878758cebd4e383c946e9fdb8b3a"
13902dependencies = [
13903 "anyhow",
13904 "heck 0.4.1",
13905 "indexmap 2.4.0",
13906 "wit-parser 0.215.0",
13907]
13908
13909[[package]]
13910name = "wast"
13911version = "35.0.2"
13912source = "registry+https://github.com/rust-lang/crates.io-index"
13913checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
13914dependencies = [
13915 "leb128",
13916]
13917
13918[[package]]
13919name = "wayland-backend"
13920version = "0.3.6"
13921source = "registry+https://github.com/rust-lang/crates.io-index"
13922checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13923dependencies = [
13924 "cc",
13925 "downcast-rs",
13926 "rustix 0.38.35",
13927 "scoped-tls",
13928 "smallvec",
13929 "wayland-sys",
13930]
13931
13932[[package]]
13933name = "wayland-client"
13934version = "0.31.5"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
13937dependencies = [
13938 "bitflags 2.6.0",
13939 "rustix 0.38.35",
13940 "wayland-backend",
13941 "wayland-scanner",
13942]
13943
13944[[package]]
13945name = "wayland-cursor"
13946version = "0.31.5"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
13949dependencies = [
13950 "rustix 0.38.35",
13951 "wayland-client",
13952 "xcursor",
13953]
13954
13955[[package]]
13956name = "wayland-protocols"
13957version = "0.31.2"
13958source = "registry+https://github.com/rust-lang/crates.io-index"
13959checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
13960dependencies = [
13961 "bitflags 2.6.0",
13962 "wayland-backend",
13963 "wayland-client",
13964 "wayland-scanner",
13965]
13966
13967[[package]]
13968name = "wayland-protocols-plasma"
13969version = "0.2.0"
13970source = "registry+https://github.com/rust-lang/crates.io-index"
13971checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
13972dependencies = [
13973 "bitflags 2.6.0",
13974 "wayland-backend",
13975 "wayland-client",
13976 "wayland-protocols",
13977 "wayland-scanner",
13978]
13979
13980[[package]]
13981name = "wayland-scanner"
13982version = "0.31.4"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
13985dependencies = [
13986 "proc-macro2",
13987 "quick-xml 0.34.0",
13988 "quote",
13989]
13990
13991[[package]]
13992name = "wayland-sys"
13993version = "0.31.4"
13994source = "registry+https://github.com/rust-lang/crates.io-index"
13995checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
13996dependencies = [
13997 "dlib",
13998 "log",
13999 "once_cell",
14000 "pkg-config",
14001]
14002
14003[[package]]
14004name = "web-sys"
14005version = "0.3.70"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
14008dependencies = [
14009 "js-sys",
14010 "wasm-bindgen",
14011]
14012
14013[[package]]
14014name = "webpki"
14015version = "0.22.4"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14018dependencies = [
14019 "ring 0.17.8",
14020 "untrusted 0.9.0",
14021]
14022
14023[[package]]
14024name = "webpki-roots"
14025version = "0.22.6"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14028dependencies = [
14029 "webpki",
14030]
14031
14032[[package]]
14033name = "webpki-roots"
14034version = "0.25.4"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
14037
14038[[package]]
14039name = "weezl"
14040version = "0.1.8"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14043
14044[[package]]
14045name = "welcome"
14046version = "0.1.0"
14047dependencies = [
14048 "anyhow",
14049 "client",
14050 "db",
14051 "editor",
14052 "extensions_ui",
14053 "fuzzy",
14054 "gpui",
14055 "inline_completion_button",
14056 "install_cli",
14057 "picker",
14058 "project",
14059 "schemars",
14060 "serde",
14061 "settings",
14062 "theme_selector",
14063 "ui",
14064 "util",
14065 "vim",
14066 "workspace",
14067 "zed_actions",
14068]
14069
14070[[package]]
14071name = "which"
14072version = "4.4.2"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
14075dependencies = [
14076 "either",
14077 "home",
14078 "once_cell",
14079 "rustix 0.38.35",
14080]
14081
14082[[package]]
14083name = "which"
14084version = "6.0.3"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
14087dependencies = [
14088 "either",
14089 "home",
14090 "rustix 0.38.35",
14091 "winsafe",
14092]
14093
14094[[package]]
14095name = "whoami"
14096version = "1.5.1"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
14099dependencies = [
14100 "redox_syscall 0.4.1",
14101 "wasite",
14102]
14103
14104[[package]]
14105name = "wiggle"
14106version = "24.0.1"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "2d3b31bd2b4d2d82a4b747b8dbc45f566214214a4ffdc5690429a73bc221dc8a"
14109dependencies = [
14110 "anyhow",
14111 "async-trait",
14112 "bitflags 2.6.0",
14113 "thiserror",
14114 "tracing",
14115 "wasmtime",
14116 "wiggle-macro",
14117]
14118
14119[[package]]
14120name = "wiggle-generate"
14121version = "24.0.1"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "e2c6136b195fc12067aa9d4e7a5baf118729394df7bc7cbf8c63119bc9f2a7cd"
14124dependencies = [
14125 "anyhow",
14126 "heck 0.4.1",
14127 "proc-macro2",
14128 "quote",
14129 "shellexpand 2.1.2",
14130 "syn 2.0.76",
14131 "witx",
14132]
14133
14134[[package]]
14135name = "wiggle-macro"
14136version = "24.0.1"
14137source = "registry+https://github.com/rust-lang/crates.io-index"
14138checksum = "8a41eaceee468da976ac43b85c4eb82e482f828d5e8e56f49f90dfac2d9bc3b4"
14139dependencies = [
14140 "proc-macro2",
14141 "quote",
14142 "syn 2.0.76",
14143 "wiggle-generate",
14144]
14145
14146[[package]]
14147name = "winapi"
14148version = "0.3.9"
14149source = "registry+https://github.com/rust-lang/crates.io-index"
14150checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
14151dependencies = [
14152 "winapi-i686-pc-windows-gnu",
14153 "winapi-x86_64-pc-windows-gnu",
14154]
14155
14156[[package]]
14157name = "winapi-i686-pc-windows-gnu"
14158version = "0.4.0"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
14161
14162[[package]]
14163name = "winapi-util"
14164version = "0.1.9"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
14167dependencies = [
14168 "windows-sys 0.59.0",
14169]
14170
14171[[package]]
14172name = "winapi-x86_64-pc-windows-gnu"
14173version = "0.4.0"
14174source = "registry+https://github.com/rust-lang/crates.io-index"
14175checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
14176
14177[[package]]
14178name = "winch-codegen"
14179version = "0.22.1"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "c139fb9298d9651b6869afd544e567ca2448cd5f5ddcb24e4bb86a1ee187c8b3"
14182dependencies = [
14183 "anyhow",
14184 "cranelift-codegen",
14185 "gimli 0.29.0",
14186 "regalloc2",
14187 "smallvec",
14188 "target-lexicon",
14189 "wasmparser 0.215.0",
14190 "wasmtime-cranelift",
14191 "wasmtime-environ",
14192]
14193
14194[[package]]
14195name = "windows"
14196version = "0.54.0"
14197source = "registry+https://github.com/rust-lang/crates.io-index"
14198checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
14199dependencies = [
14200 "windows-core 0.54.0",
14201 "windows-targets 0.52.6",
14202]
14203
14204[[package]]
14205name = "windows"
14206version = "0.58.0"
14207source = "registry+https://github.com/rust-lang/crates.io-index"
14208checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
14209dependencies = [
14210 "windows-core 0.58.0",
14211 "windows-targets 0.52.6",
14212]
14213
14214[[package]]
14215name = "windows-core"
14216version = "0.52.0"
14217source = "registry+https://github.com/rust-lang/crates.io-index"
14218checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
14219dependencies = [
14220 "windows-targets 0.52.6",
14221]
14222
14223[[package]]
14224name = "windows-core"
14225version = "0.54.0"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
14228dependencies = [
14229 "windows-result 0.1.2",
14230 "windows-targets 0.52.6",
14231]
14232
14233[[package]]
14234name = "windows-core"
14235version = "0.58.0"
14236source = "registry+https://github.com/rust-lang/crates.io-index"
14237checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
14238dependencies = [
14239 "windows-implement",
14240 "windows-interface",
14241 "windows-result 0.2.0",
14242 "windows-strings",
14243 "windows-targets 0.52.6",
14244]
14245
14246[[package]]
14247name = "windows-implement"
14248version = "0.58.0"
14249source = "registry+https://github.com/rust-lang/crates.io-index"
14250checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
14251dependencies = [
14252 "proc-macro2",
14253 "quote",
14254 "syn 2.0.76",
14255]
14256
14257[[package]]
14258name = "windows-interface"
14259version = "0.58.0"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
14262dependencies = [
14263 "proc-macro2",
14264 "quote",
14265 "syn 2.0.76",
14266]
14267
14268[[package]]
14269name = "windows-registry"
14270version = "0.2.0"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
14273dependencies = [
14274 "windows-result 0.2.0",
14275 "windows-strings",
14276 "windows-targets 0.52.6",
14277]
14278
14279[[package]]
14280name = "windows-result"
14281version = "0.1.2"
14282source = "registry+https://github.com/rust-lang/crates.io-index"
14283checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
14284dependencies = [
14285 "windows-targets 0.52.6",
14286]
14287
14288[[package]]
14289name = "windows-result"
14290version = "0.2.0"
14291source = "registry+https://github.com/rust-lang/crates.io-index"
14292checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
14293dependencies = [
14294 "windows-targets 0.52.6",
14295]
14296
14297[[package]]
14298name = "windows-strings"
14299version = "0.1.0"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
14302dependencies = [
14303 "windows-result 0.2.0",
14304 "windows-targets 0.52.6",
14305]
14306
14307[[package]]
14308name = "windows-sys"
14309version = "0.45.0"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
14312dependencies = [
14313 "windows-targets 0.42.2",
14314]
14315
14316[[package]]
14317name = "windows-sys"
14318version = "0.48.0"
14319source = "registry+https://github.com/rust-lang/crates.io-index"
14320checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
14321dependencies = [
14322 "windows-targets 0.48.5",
14323]
14324
14325[[package]]
14326name = "windows-sys"
14327version = "0.52.0"
14328source = "registry+https://github.com/rust-lang/crates.io-index"
14329checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
14330dependencies = [
14331 "windows-targets 0.52.6",
14332]
14333
14334[[package]]
14335name = "windows-sys"
14336version = "0.59.0"
14337source = "registry+https://github.com/rust-lang/crates.io-index"
14338checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
14339dependencies = [
14340 "windows-targets 0.52.6",
14341]
14342
14343[[package]]
14344name = "windows-targets"
14345version = "0.42.2"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
14348dependencies = [
14349 "windows_aarch64_gnullvm 0.42.2",
14350 "windows_aarch64_msvc 0.42.2",
14351 "windows_i686_gnu 0.42.2",
14352 "windows_i686_msvc 0.42.2",
14353 "windows_x86_64_gnu 0.42.2",
14354 "windows_x86_64_gnullvm 0.42.2",
14355 "windows_x86_64_msvc 0.42.2",
14356]
14357
14358[[package]]
14359name = "windows-targets"
14360version = "0.48.5"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
14363dependencies = [
14364 "windows_aarch64_gnullvm 0.48.5",
14365 "windows_aarch64_msvc 0.48.5",
14366 "windows_i686_gnu 0.48.5",
14367 "windows_i686_msvc 0.48.5",
14368 "windows_x86_64_gnu 0.48.5",
14369 "windows_x86_64_gnullvm 0.48.5",
14370 "windows_x86_64_msvc 0.48.5",
14371]
14372
14373[[package]]
14374name = "windows-targets"
14375version = "0.52.6"
14376source = "registry+https://github.com/rust-lang/crates.io-index"
14377checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
14378dependencies = [
14379 "windows_aarch64_gnullvm 0.52.6",
14380 "windows_aarch64_msvc 0.52.6",
14381 "windows_i686_gnu 0.52.6",
14382 "windows_i686_gnullvm",
14383 "windows_i686_msvc 0.52.6",
14384 "windows_x86_64_gnu 0.52.6",
14385 "windows_x86_64_gnullvm 0.52.6",
14386 "windows_x86_64_msvc 0.52.6",
14387]
14388
14389[[package]]
14390name = "windows_aarch64_gnullvm"
14391version = "0.42.2"
14392source = "registry+https://github.com/rust-lang/crates.io-index"
14393checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
14394
14395[[package]]
14396name = "windows_aarch64_gnullvm"
14397version = "0.48.5"
14398source = "registry+https://github.com/rust-lang/crates.io-index"
14399checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
14400
14401[[package]]
14402name = "windows_aarch64_gnullvm"
14403version = "0.52.6"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
14406
14407[[package]]
14408name = "windows_aarch64_msvc"
14409version = "0.42.2"
14410source = "registry+https://github.com/rust-lang/crates.io-index"
14411checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
14412
14413[[package]]
14414name = "windows_aarch64_msvc"
14415version = "0.48.5"
14416source = "registry+https://github.com/rust-lang/crates.io-index"
14417checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
14418
14419[[package]]
14420name = "windows_aarch64_msvc"
14421version = "0.52.6"
14422source = "registry+https://github.com/rust-lang/crates.io-index"
14423checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
14424
14425[[package]]
14426name = "windows_i686_gnu"
14427version = "0.42.2"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
14430
14431[[package]]
14432name = "windows_i686_gnu"
14433version = "0.48.5"
14434source = "registry+https://github.com/rust-lang/crates.io-index"
14435checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
14436
14437[[package]]
14438name = "windows_i686_gnu"
14439version = "0.52.6"
14440source = "registry+https://github.com/rust-lang/crates.io-index"
14441checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
14442
14443[[package]]
14444name = "windows_i686_gnullvm"
14445version = "0.52.6"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
14448
14449[[package]]
14450name = "windows_i686_msvc"
14451version = "0.42.2"
14452source = "registry+https://github.com/rust-lang/crates.io-index"
14453checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
14454
14455[[package]]
14456name = "windows_i686_msvc"
14457version = "0.48.5"
14458source = "registry+https://github.com/rust-lang/crates.io-index"
14459checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
14460
14461[[package]]
14462name = "windows_i686_msvc"
14463version = "0.52.6"
14464source = "registry+https://github.com/rust-lang/crates.io-index"
14465checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
14466
14467[[package]]
14468name = "windows_x86_64_gnu"
14469version = "0.42.2"
14470source = "registry+https://github.com/rust-lang/crates.io-index"
14471checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
14472
14473[[package]]
14474name = "windows_x86_64_gnu"
14475version = "0.48.5"
14476source = "registry+https://github.com/rust-lang/crates.io-index"
14477checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
14478
14479[[package]]
14480name = "windows_x86_64_gnu"
14481version = "0.52.6"
14482source = "registry+https://github.com/rust-lang/crates.io-index"
14483checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
14484
14485[[package]]
14486name = "windows_x86_64_gnullvm"
14487version = "0.42.2"
14488source = "registry+https://github.com/rust-lang/crates.io-index"
14489checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
14490
14491[[package]]
14492name = "windows_x86_64_gnullvm"
14493version = "0.48.5"
14494source = "registry+https://github.com/rust-lang/crates.io-index"
14495checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
14496
14497[[package]]
14498name = "windows_x86_64_gnullvm"
14499version = "0.52.6"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
14502
14503[[package]]
14504name = "windows_x86_64_msvc"
14505version = "0.42.2"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
14508
14509[[package]]
14510name = "windows_x86_64_msvc"
14511version = "0.48.5"
14512source = "registry+https://github.com/rust-lang/crates.io-index"
14513checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
14514
14515[[package]]
14516name = "windows_x86_64_msvc"
14517version = "0.52.6"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
14520
14521[[package]]
14522name = "winnow"
14523version = "0.5.40"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
14526dependencies = [
14527 "memchr",
14528]
14529
14530[[package]]
14531name = "winnow"
14532version = "0.6.18"
14533source = "registry+https://github.com/rust-lang/crates.io-index"
14534checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
14535dependencies = [
14536 "memchr",
14537]
14538
14539[[package]]
14540name = "winreg"
14541version = "0.50.0"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
14544dependencies = [
14545 "cfg-if",
14546 "windows-sys 0.48.0",
14547]
14548
14549[[package]]
14550name = "winreg"
14551version = "0.52.0"
14552source = "registry+https://github.com/rust-lang/crates.io-index"
14553checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
14554dependencies = [
14555 "cfg-if",
14556 "windows-sys 0.48.0",
14557]
14558
14559[[package]]
14560name = "winresource"
14561version = "0.1.17"
14562source = "registry+https://github.com/rust-lang/crates.io-index"
14563checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
14564dependencies = [
14565 "toml 0.7.8",
14566 "version_check",
14567]
14568
14569[[package]]
14570name = "winsafe"
14571version = "0.0.19"
14572source = "registry+https://github.com/rust-lang/crates.io-index"
14573checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
14574
14575[[package]]
14576name = "winx"
14577version = "0.36.3"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
14580dependencies = [
14581 "bitflags 2.6.0",
14582 "windows-sys 0.52.0",
14583]
14584
14585[[package]]
14586name = "wio"
14587version = "0.2.2"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
14590dependencies = [
14591 "winapi",
14592]
14593
14594[[package]]
14595name = "wit-bindgen"
14596version = "0.22.0"
14597source = "registry+https://github.com/rust-lang/crates.io-index"
14598checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
14599dependencies = [
14600 "bitflags 2.6.0",
14601 "wit-bindgen-rt",
14602 "wit-bindgen-rust-macro",
14603]
14604
14605[[package]]
14606name = "wit-bindgen-core"
14607version = "0.22.0"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
14610dependencies = [
14611 "anyhow",
14612 "wit-parser 0.201.0",
14613]
14614
14615[[package]]
14616name = "wit-bindgen-rt"
14617version = "0.22.0"
14618source = "registry+https://github.com/rust-lang/crates.io-index"
14619checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
14620
14621[[package]]
14622name = "wit-bindgen-rust"
14623version = "0.22.0"
14624source = "registry+https://github.com/rust-lang/crates.io-index"
14625checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
14626dependencies = [
14627 "anyhow",
14628 "heck 0.4.1",
14629 "indexmap 2.4.0",
14630 "wasm-metadata",
14631 "wit-bindgen-core",
14632 "wit-component",
14633]
14634
14635[[package]]
14636name = "wit-bindgen-rust-macro"
14637version = "0.22.0"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
14640dependencies = [
14641 "anyhow",
14642 "proc-macro2",
14643 "quote",
14644 "syn 2.0.76",
14645 "wit-bindgen-core",
14646 "wit-bindgen-rust",
14647]
14648
14649[[package]]
14650name = "wit-component"
14651version = "0.201.0"
14652source = "registry+https://github.com/rust-lang/crates.io-index"
14653checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
14654dependencies = [
14655 "anyhow",
14656 "bitflags 2.6.0",
14657 "indexmap 2.4.0",
14658 "log",
14659 "serde",
14660 "serde_derive",
14661 "serde_json",
14662 "wasm-encoder 0.201.0",
14663 "wasm-metadata",
14664 "wasmparser 0.201.0",
14665 "wit-parser 0.201.0",
14666]
14667
14668[[package]]
14669name = "wit-parser"
14670version = "0.201.0"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
14673dependencies = [
14674 "anyhow",
14675 "id-arena",
14676 "indexmap 2.4.0",
14677 "log",
14678 "semver",
14679 "serde",
14680 "serde_derive",
14681 "serde_json",
14682 "unicode-xid",
14683 "wasmparser 0.201.0",
14684]
14685
14686[[package]]
14687name = "wit-parser"
14688version = "0.215.0"
14689source = "registry+https://github.com/rust-lang/crates.io-index"
14690checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
14691dependencies = [
14692 "anyhow",
14693 "id-arena",
14694 "indexmap 2.4.0",
14695 "log",
14696 "semver",
14697 "serde",
14698 "serde_derive",
14699 "serde_json",
14700 "unicode-xid",
14701 "wasmparser 0.215.0",
14702]
14703
14704[[package]]
14705name = "witx"
14706version = "0.9.1"
14707source = "registry+https://github.com/rust-lang/crates.io-index"
14708checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
14709dependencies = [
14710 "anyhow",
14711 "log",
14712 "thiserror",
14713 "wast",
14714]
14715
14716[[package]]
14717name = "workspace"
14718version = "0.1.0"
14719dependencies = [
14720 "any_vec",
14721 "anyhow",
14722 "async-recursion 1.1.1",
14723 "bincode",
14724 "call",
14725 "client",
14726 "clock",
14727 "collections",
14728 "db",
14729 "derive_more",
14730 "env_logger 0.11.5",
14731 "fs",
14732 "futures 0.3.30",
14733 "git",
14734 "gpui",
14735 "http_client",
14736 "itertools 0.13.0",
14737 "language",
14738 "log",
14739 "node_runtime",
14740 "parking_lot",
14741 "postage",
14742 "project",
14743 "release_channel",
14744 "remote",
14745 "schemars",
14746 "serde",
14747 "serde_json",
14748 "session",
14749 "settings",
14750 "smallvec",
14751 "sqlez",
14752 "task",
14753 "tempfile",
14754 "theme",
14755 "ui",
14756 "util",
14757 "uuid",
14758]
14759
14760[[package]]
14761name = "worktree"
14762version = "0.1.0"
14763dependencies = [
14764 "anyhow",
14765 "clock",
14766 "collections",
14767 "env_logger 0.11.5",
14768 "fs",
14769 "futures 0.3.30",
14770 "fuzzy",
14771 "git",
14772 "git2",
14773 "git_hosting_providers",
14774 "gpui",
14775 "http_client",
14776 "ignore",
14777 "language",
14778 "log",
14779 "parking_lot",
14780 "paths",
14781 "postage",
14782 "pretty_assertions",
14783 "rand 0.8.5",
14784 "rpc",
14785 "schemars",
14786 "serde",
14787 "serde_json",
14788 "settings",
14789 "smallvec",
14790 "smol",
14791 "sum_tree",
14792 "text",
14793 "util",
14794]
14795
14796[[package]]
14797name = "wyz"
14798version = "0.5.1"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
14801dependencies = [
14802 "tap",
14803]
14804
14805[[package]]
14806name = "x11-clipboard"
14807version = "0.9.2"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
14810dependencies = [
14811 "libc",
14812 "x11rb",
14813]
14814
14815[[package]]
14816name = "x11rb"
14817version = "0.13.1"
14818source = "registry+https://github.com/rust-lang/crates.io-index"
14819checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
14820dependencies = [
14821 "as-raw-xcb-connection",
14822 "gethostname",
14823 "libc",
14824 "rustix 0.38.35",
14825 "x11rb-protocol",
14826]
14827
14828[[package]]
14829name = "x11rb-protocol"
14830version = "0.13.1"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
14833
14834[[package]]
14835name = "xattr"
14836version = "0.2.3"
14837source = "registry+https://github.com/rust-lang/crates.io-index"
14838checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
14839dependencies = [
14840 "libc",
14841]
14842
14843[[package]]
14844name = "xcursor"
14845version = "0.3.8"
14846source = "registry+https://github.com/rust-lang/crates.io-index"
14847checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
14848
14849[[package]]
14850name = "xdg-home"
14851version = "1.3.0"
14852source = "registry+https://github.com/rust-lang/crates.io-index"
14853checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
14854dependencies = [
14855 "libc",
14856 "windows-sys 0.59.0",
14857]
14858
14859[[package]]
14860name = "xim"
14861version = "0.4.0"
14862source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14863dependencies = [
14864 "ahash 0.8.11",
14865 "hashbrown 0.14.5",
14866 "log",
14867 "x11rb",
14868 "xim-ctext",
14869 "xim-parser",
14870]
14871
14872[[package]]
14873name = "xim-ctext"
14874version = "0.3.0"
14875source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14876dependencies = [
14877 "encoding_rs",
14878]
14879
14880[[package]]
14881name = "xim-parser"
14882version = "0.2.1"
14883source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14884dependencies = [
14885 "bitflags 2.6.0",
14886]
14887
14888[[package]]
14889name = "xkbcommon"
14890version = "0.7.0"
14891source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
14892dependencies = [
14893 "as-raw-xcb-connection",
14894 "libc",
14895 "memmap2",
14896 "xkeysym",
14897]
14898
14899[[package]]
14900name = "xkeysym"
14901version = "0.2.1"
14902source = "registry+https://github.com/rust-lang/crates.io-index"
14903checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
14904
14905[[package]]
14906name = "xml5ever"
14907version = "0.18.1"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
14910dependencies = [
14911 "log",
14912 "mac",
14913 "markup5ever",
14914]
14915
14916[[package]]
14917name = "xmlparser"
14918version = "0.13.6"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
14921
14922[[package]]
14923name = "xmlwriter"
14924version = "0.1.0"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
14927
14928[[package]]
14929name = "xtask"
14930version = "0.1.0"
14931dependencies = [
14932 "anyhow",
14933 "cargo_metadata",
14934 "cargo_toml",
14935 "clap",
14936]
14937
14938[[package]]
14939name = "yaml-rust2"
14940version = "0.8.1"
14941source = "registry+https://github.com/rust-lang/crates.io-index"
14942checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
14943dependencies = [
14944 "arraydeque",
14945 "encoding_rs",
14946 "hashlink 0.8.4",
14947]
14948
14949[[package]]
14950name = "yansi"
14951version = "1.0.1"
14952source = "registry+https://github.com/rust-lang/crates.io-index"
14953checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
14954
14955[[package]]
14956name = "yazi"
14957version = "0.1.6"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
14960
14961[[package]]
14962name = "yeslogic-fontconfig-sys"
14963version = "6.0.0"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
14966dependencies = [
14967 "dlib",
14968 "once_cell",
14969 "pkg-config",
14970]
14971
14972[[package]]
14973name = "zbus"
14974version = "4.4.0"
14975source = "registry+https://github.com/rust-lang/crates.io-index"
14976checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
14977dependencies = [
14978 "async-broadcast",
14979 "async-executor",
14980 "async-fs 2.1.2",
14981 "async-io 2.3.4",
14982 "async-lock 3.4.0",
14983 "async-process 2.2.4",
14984 "async-recursion 1.1.1",
14985 "async-task",
14986 "async-trait",
14987 "blocking",
14988 "enumflags2",
14989 "event-listener 5.3.1",
14990 "futures-core",
14991 "futures-sink",
14992 "futures-util",
14993 "hex",
14994 "nix",
14995 "ordered-stream",
14996 "rand 0.8.5",
14997 "serde",
14998 "serde_repr",
14999 "sha1",
15000 "static_assertions",
15001 "tracing",
15002 "uds_windows",
15003 "windows-sys 0.52.0",
15004 "xdg-home",
15005 "zbus_macros",
15006 "zbus_names",
15007 "zvariant",
15008]
15009
15010[[package]]
15011name = "zbus_macros"
15012version = "4.4.0"
15013source = "registry+https://github.com/rust-lang/crates.io-index"
15014checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
15015dependencies = [
15016 "proc-macro-crate",
15017 "proc-macro2",
15018 "quote",
15019 "syn 2.0.76",
15020 "zvariant_utils",
15021]
15022
15023[[package]]
15024name = "zbus_names"
15025version = "3.0.0"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
15028dependencies = [
15029 "serde",
15030 "static_assertions",
15031 "zvariant",
15032]
15033
15034[[package]]
15035name = "zed"
15036version = "0.161.0"
15037dependencies = [
15038 "activity_indicator",
15039 "anyhow",
15040 "ashpd",
15041 "assets",
15042 "assistant",
15043 "async-watch",
15044 "audio",
15045 "auto_update",
15046 "backtrace",
15047 "breadcrumbs",
15048 "call",
15049 "channel",
15050 "chrono",
15051 "clap",
15052 "cli",
15053 "client",
15054 "collab_ui",
15055 "collections",
15056 "command_palette",
15057 "command_palette_hooks",
15058 "copilot",
15059 "db",
15060 "diagnostics",
15061 "editor",
15062 "env_logger 0.11.5",
15063 "extension",
15064 "extensions_ui",
15065 "feature_flags",
15066 "feedback",
15067 "file_finder",
15068 "file_icons",
15069 "fs",
15070 "futures 0.3.30",
15071 "git",
15072 "git_hosting_providers",
15073 "go_to_line",
15074 "gpui",
15075 "http_client",
15076 "image_viewer",
15077 "inline_completion_button",
15078 "install_cli",
15079 "journal",
15080 "language",
15081 "language_model",
15082 "language_selector",
15083 "language_tools",
15084 "languages",
15085 "libc",
15086 "log",
15087 "markdown_preview",
15088 "menu",
15089 "mimalloc",
15090 "nix",
15091 "node_runtime",
15092 "notifications",
15093 "outline",
15094 "outline_panel",
15095 "parking_lot",
15096 "paths",
15097 "profiling",
15098 "project",
15099 "project_panel",
15100 "project_symbols",
15101 "proto",
15102 "quick_action_bar",
15103 "recent_projects",
15104 "release_channel",
15105 "remote",
15106 "repl",
15107 "reqwest_client",
15108 "rope",
15109 "search",
15110 "serde",
15111 "serde_json",
15112 "session",
15113 "settings",
15114 "settings_ui",
15115 "shellexpand 2.1.2",
15116 "simplelog",
15117 "smol",
15118 "snippet_provider",
15119 "snippets_ui",
15120 "supermaven",
15121 "sysinfo",
15122 "tab_switcher",
15123 "task",
15124 "tasks_ui",
15125 "telemetry_events",
15126 "terminal_view",
15127 "theme",
15128 "theme_selector",
15129 "time",
15130 "toolchain_selector",
15131 "tree-sitter-md",
15132 "tree-sitter-rust",
15133 "ui",
15134 "url",
15135 "urlencoding",
15136 "util",
15137 "uuid",
15138 "vim",
15139 "welcome",
15140 "windows 0.58.0",
15141 "winresource",
15142 "workspace",
15143 "zed_actions",
15144]
15145
15146[[package]]
15147name = "zed_actions"
15148version = "0.1.0"
15149dependencies = [
15150 "gpui",
15151 "serde",
15152]
15153
15154[[package]]
15155name = "zed_astro"
15156version = "0.1.1"
15157dependencies = [
15158 "serde",
15159 "zed_extension_api 0.1.0",
15160]
15161
15162[[package]]
15163name = "zed_clojure"
15164version = "0.0.3"
15165dependencies = [
15166 "zed_extension_api 0.1.0",
15167]
15168
15169[[package]]
15170name = "zed_csharp"
15171version = "0.0.2"
15172dependencies = [
15173 "zed_extension_api 0.1.0",
15174]
15175
15176[[package]]
15177name = "zed_deno"
15178version = "0.0.2"
15179dependencies = [
15180 "zed_extension_api 0.1.0",
15181]
15182
15183[[package]]
15184name = "zed_elixir"
15185version = "0.1.1"
15186dependencies = [
15187 "zed_extension_api 0.1.0",
15188]
15189
15190[[package]]
15191name = "zed_elm"
15192version = "0.0.1"
15193dependencies = [
15194 "zed_extension_api 0.1.0",
15195]
15196
15197[[package]]
15198name = "zed_emmet"
15199version = "0.0.3"
15200dependencies = [
15201 "zed_extension_api 0.1.0",
15202]
15203
15204[[package]]
15205name = "zed_erlang"
15206version = "0.1.0"
15207dependencies = [
15208 "zed_extension_api 0.1.0",
15209]
15210
15211[[package]]
15212name = "zed_extension_api"
15213version = "0.1.0"
15214source = "registry+https://github.com/rust-lang/crates.io-index"
15215checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
15216dependencies = [
15217 "serde",
15218 "serde_json",
15219 "wit-bindgen",
15220]
15221
15222[[package]]
15223name = "zed_extension_api"
15224version = "0.2.0"
15225dependencies = [
15226 "serde",
15227 "serde_json",
15228 "wit-bindgen",
15229]
15230
15231[[package]]
15232name = "zed_glsl"
15233version = "0.1.0"
15234dependencies = [
15235 "zed_extension_api 0.1.0",
15236]
15237
15238[[package]]
15239name = "zed_haskell"
15240version = "0.1.1"
15241dependencies = [
15242 "zed_extension_api 0.1.0",
15243]
15244
15245[[package]]
15246name = "zed_html"
15247version = "0.1.3"
15248dependencies = [
15249 "zed_extension_api 0.1.0",
15250]
15251
15252[[package]]
15253name = "zed_lua"
15254version = "0.1.0"
15255dependencies = [
15256 "zed_extension_api 0.1.0",
15257]
15258
15259[[package]]
15260name = "zed_ocaml"
15261version = "0.1.0"
15262dependencies = [
15263 "zed_extension_api 0.1.0",
15264]
15265
15266[[package]]
15267name = "zed_php"
15268version = "0.2.2"
15269dependencies = [
15270 "zed_extension_api 0.1.0",
15271]
15272
15273[[package]]
15274name = "zed_prisma"
15275version = "0.0.3"
15276dependencies = [
15277 "zed_extension_api 0.1.0",
15278]
15279
15280[[package]]
15281name = "zed_proto"
15282version = "0.2.0"
15283dependencies = [
15284 "zed_extension_api 0.1.0",
15285]
15286
15287[[package]]
15288name = "zed_purescript"
15289version = "0.0.1"
15290dependencies = [
15291 "zed_extension_api 0.1.0",
15292]
15293
15294[[package]]
15295name = "zed_ruff"
15296version = "0.1.0"
15297dependencies = [
15298 "zed_extension_api 0.1.0",
15299]
15300
15301[[package]]
15302name = "zed_snippets"
15303version = "0.0.5"
15304dependencies = [
15305 "serde_json",
15306 "zed_extension_api 0.1.0",
15307]
15308
15309[[package]]
15310name = "zed_terraform"
15311version = "0.1.1"
15312dependencies = [
15313 "zed_extension_api 0.1.0",
15314]
15315
15316[[package]]
15317name = "zed_test_extension"
15318version = "0.1.0"
15319dependencies = [
15320 "zed_extension_api 0.2.0",
15321]
15322
15323[[package]]
15324name = "zed_toml"
15325version = "0.1.1"
15326dependencies = [
15327 "zed_extension_api 0.1.0",
15328]
15329
15330[[package]]
15331name = "zed_uiua"
15332version = "0.0.1"
15333dependencies = [
15334 "zed_extension_api 0.1.0",
15335]
15336
15337[[package]]
15338name = "zed_zig"
15339version = "0.3.1"
15340dependencies = [
15341 "zed_extension_api 0.1.0",
15342]
15343
15344[[package]]
15345name = "zeno"
15346version = "0.2.3"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
15349
15350[[package]]
15351name = "zerocopy"
15352version = "0.7.35"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
15355dependencies = [
15356 "byteorder",
15357 "zerocopy-derive",
15358]
15359
15360[[package]]
15361name = "zerocopy-derive"
15362version = "0.7.35"
15363source = "registry+https://github.com/rust-lang/crates.io-index"
15364checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
15365dependencies = [
15366 "proc-macro2",
15367 "quote",
15368 "syn 2.0.76",
15369]
15370
15371[[package]]
15372name = "zeroize"
15373version = "1.8.1"
15374source = "registry+https://github.com/rust-lang/crates.io-index"
15375checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
15376dependencies = [
15377 "zeroize_derive",
15378]
15379
15380[[package]]
15381name = "zeroize_derive"
15382version = "1.4.2"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
15385dependencies = [
15386 "proc-macro2",
15387 "quote",
15388 "syn 2.0.76",
15389]
15390
15391[[package]]
15392name = "zeromq"
15393version = "0.4.0"
15394source = "registry+https://github.com/rust-lang/crates.io-index"
15395checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
15396dependencies = [
15397 "async-dispatcher",
15398 "async-std",
15399 "async-trait",
15400 "asynchronous-codec",
15401 "bytes 1.7.2",
15402 "crossbeam-queue",
15403 "dashmap 5.5.3",
15404 "futures-channel",
15405 "futures-io",
15406 "futures-task",
15407 "futures-util",
15408 "log",
15409 "num-traits",
15410 "once_cell",
15411 "parking_lot",
15412 "rand 0.8.5",
15413 "regex",
15414 "thiserror",
15415 "uuid",
15416]
15417
15418[[package]]
15419name = "zstd"
15420version = "0.11.2+zstd.1.5.2"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
15423dependencies = [
15424 "zstd-safe",
15425]
15426
15427[[package]]
15428name = "zstd-safe"
15429version = "5.0.2+zstd.1.5.2"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
15432dependencies = [
15433 "libc",
15434 "zstd-sys",
15435]
15436
15437[[package]]
15438name = "zstd-sys"
15439version = "2.0.13+zstd.1.5.6"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
15442dependencies = [
15443 "cc",
15444 "pkg-config",
15445]
15446
15447[[package]]
15448name = "zune-core"
15449version = "0.4.12"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
15452
15453[[package]]
15454name = "zune-inflate"
15455version = "0.2.54"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
15458dependencies = [
15459 "simd-adler32",
15460]
15461
15462[[package]]
15463name = "zune-jpeg"
15464version = "0.4.13"
15465source = "registry+https://github.com/rust-lang/crates.io-index"
15466checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
15467dependencies = [
15468 "zune-core",
15469]
15470
15471[[package]]
15472name = "zvariant"
15473version = "4.2.0"
15474source = "registry+https://github.com/rust-lang/crates.io-index"
15475checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
15476dependencies = [
15477 "endi",
15478 "enumflags2",
15479 "serde",
15480 "static_assertions",
15481 "url",
15482 "zvariant_derive",
15483]
15484
15485[[package]]
15486name = "zvariant_derive"
15487version = "4.2.0"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
15490dependencies = [
15491 "proc-macro-crate",
15492 "proc-macro2",
15493 "quote",
15494 "syn 2.0.76",
15495 "zvariant_utils",
15496]
15497
15498[[package]]
15499name = "zvariant_utils"
15500version = "2.1.0"
15501source = "registry+https://github.com/rust-lang/crates.io-index"
15502checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
15503dependencies = [
15504 "proc-macro2",
15505 "quote",
15506 "syn 2.0.76",
15507]