1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.30",
14 "gpui",
15 "language",
16 "project",
17 "smallvec",
18 "ui",
19 "util",
20 "workspace",
21]
22
23[[package]]
24name = "addr2line"
25version = "0.24.1"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
28dependencies = [
29 "gimli 0.31.0",
30]
31
32[[package]]
33name = "adler"
34version = "1.0.2"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
37
38[[package]]
39name = "adler2"
40version = "2.0.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
43
44[[package]]
45name = "aes"
46version = "0.8.4"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
49dependencies = [
50 "cfg-if",
51 "cipher",
52 "cpufeatures",
53 "zeroize",
54]
55
56[[package]]
57name = "ahash"
58version = "0.7.8"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
61dependencies = [
62 "getrandom 0.2.15",
63 "once_cell",
64 "version_check",
65]
66
67[[package]]
68name = "ahash"
69version = "0.8.11"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
72dependencies = [
73 "cfg-if",
74 "const-random",
75 "once_cell",
76 "version_check",
77 "zerocopy",
78]
79
80[[package]]
81name = "aho-corasick"
82version = "1.1.3"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
85dependencies = [
86 "memchr",
87]
88
89[[package]]
90name = "alacritty_terminal"
91version = "0.24.1-dev"
92source = "git+https://github.com/alacritty/alacritty?rev=91d034ff8b53867143c005acfaa14609147c9a2c#91d034ff8b53867143c005acfaa14609147c9a2c"
93dependencies = [
94 "base64 0.22.1",
95 "bitflags 2.6.0",
96 "home",
97 "libc",
98 "log",
99 "miow",
100 "parking_lot",
101 "piper",
102 "polling 3.7.3",
103 "regex-automata 0.4.7",
104 "rustix-openpty",
105 "serde",
106 "signal-hook",
107 "unicode-width",
108 "vte",
109 "windows-sys 0.52.0",
110]
111
112[[package]]
113name = "aliasable"
114version = "0.1.3"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
117
118[[package]]
119name = "aligned-vec"
120version = "0.5.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
123
124[[package]]
125name = "allocator-api2"
126version = "0.2.18"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
129
130[[package]]
131name = "alsa"
132version = "0.9.1"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
135dependencies = [
136 "alsa-sys",
137 "bitflags 2.6.0",
138 "cfg-if",
139 "libc",
140]
141
142[[package]]
143name = "alsa-sys"
144version = "0.3.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
147dependencies = [
148 "libc",
149 "pkg-config",
150]
151
152[[package]]
153name = "ambient-authority"
154version = "0.0.2"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
157
158[[package]]
159name = "ammonia"
160version = "4.0.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
163dependencies = [
164 "html5ever",
165 "maplit",
166 "once_cell",
167 "tendril",
168 "url",
169]
170
171[[package]]
172name = "android-tzdata"
173version = "0.1.1"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
176
177[[package]]
178name = "android_system_properties"
179version = "0.1.5"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
182dependencies = [
183 "libc",
184]
185
186[[package]]
187name = "anes"
188version = "0.1.6"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
191
192[[package]]
193name = "anstream"
194version = "0.6.15"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
197dependencies = [
198 "anstyle",
199 "anstyle-parse",
200 "anstyle-query",
201 "anstyle-wincon",
202 "colorchoice",
203 "is_terminal_polyfill",
204 "utf8parse",
205]
206
207[[package]]
208name = "anstyle"
209version = "1.0.8"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
212
213[[package]]
214name = "anstyle-parse"
215version = "0.2.5"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
218dependencies = [
219 "utf8parse",
220]
221
222[[package]]
223name = "anstyle-query"
224version = "1.1.1"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
227dependencies = [
228 "windows-sys 0.52.0",
229]
230
231[[package]]
232name = "anstyle-wincon"
233version = "3.0.4"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
236dependencies = [
237 "anstyle",
238 "windows-sys 0.52.0",
239]
240
241[[package]]
242name = "anthropic"
243version = "0.1.0"
244dependencies = [
245 "anyhow",
246 "chrono",
247 "futures 0.3.30",
248 "http_client",
249 "schemars",
250 "serde",
251 "serde_json",
252 "strum 0.25.0",
253 "thiserror",
254 "util",
255]
256
257[[package]]
258name = "any_vec"
259version = "0.14.0"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
262
263[[package]]
264name = "anyhow"
265version = "1.0.91"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
268
269[[package]]
270name = "approx"
271version = "0.5.1"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
274dependencies = [
275 "num-traits",
276]
277
278[[package]]
279name = "arbitrary"
280version = "1.3.2"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
283
284[[package]]
285name = "arg_enum_proc_macro"
286version = "0.3.4"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
289dependencies = [
290 "proc-macro2",
291 "quote",
292 "syn 2.0.76",
293]
294
295[[package]]
296name = "arraydeque"
297version = "0.5.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
300
301[[package]]
302name = "arrayref"
303version = "0.3.8"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a"
306
307[[package]]
308name = "arrayvec"
309version = "0.7.6"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
312dependencies = [
313 "serde",
314]
315
316[[package]]
317name = "as-raw-xcb-connection"
318version = "1.0.1"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
321
322[[package]]
323name = "ascii"
324version = "1.1.0"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
327
328[[package]]
329name = "ash"
330version = "0.38.0+1.3.281"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
333dependencies = [
334 "libloading",
335]
336
337[[package]]
338name = "ash-window"
339version = "0.13.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
342dependencies = [
343 "ash",
344 "raw-window-handle",
345 "raw-window-metal",
346]
347
348[[package]]
349name = "ashpd"
350version = "0.9.2"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "4d43c03d9e36dd40cab48435be0b09646da362c278223ca535493877b2c1dee9"
353dependencies = [
354 "async-fs 2.1.2",
355 "async-net 2.0.0",
356 "enumflags2",
357 "futures-channel",
358 "futures-util",
359 "rand 0.8.5",
360 "serde",
361 "serde_repr",
362 "url",
363 "zbus",
364]
365
366[[package]]
367name = "assets"
368version = "0.1.0"
369dependencies = [
370 "anyhow",
371 "gpui",
372 "rust-embed",
373]
374
375[[package]]
376name = "assistant"
377version = "0.1.0"
378dependencies = [
379 "anthropic",
380 "anyhow",
381 "assets",
382 "assistant_slash_command",
383 "assistant_tool",
384 "async-watch",
385 "cargo_toml",
386 "chrono",
387 "client",
388 "clock",
389 "collections",
390 "command_palette_hooks",
391 "context_servers",
392 "ctor",
393 "db",
394 "editor",
395 "env_logger 0.11.5",
396 "feature_flags",
397 "fs",
398 "futures 0.3.30",
399 "fuzzy",
400 "globset",
401 "gpui",
402 "handlebars 4.5.0",
403 "heed",
404 "html_to_markdown",
405 "http_client",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "languages",
411 "log",
412 "lsp",
413 "markdown",
414 "menu",
415 "multi_buffer",
416 "ollama",
417 "open_ai",
418 "ordered-float 2.10.1",
419 "parking_lot",
420 "paths",
421 "picker",
422 "pretty_assertions",
423 "project",
424 "proto",
425 "rand 0.8.5",
426 "regex",
427 "release_channel",
428 "rope",
429 "rpc",
430 "schemars",
431 "search",
432 "semantic_index",
433 "serde",
434 "serde_json",
435 "serde_json_lenient",
436 "settings",
437 "similar",
438 "smallvec",
439 "smol",
440 "strum 0.25.0",
441 "telemetry_events",
442 "terminal",
443 "terminal_view",
444 "text",
445 "theme",
446 "toml 0.8.19",
447 "tree-sitter-md",
448 "ui",
449 "unindent",
450 "util",
451 "uuid",
452 "workspace",
453 "zed_actions",
454]
455
456[[package]]
457name = "assistant_slash_command"
458version = "0.1.0"
459dependencies = [
460 "anyhow",
461 "collections",
462 "derive_more",
463 "futures 0.3.30",
464 "gpui",
465 "language",
466 "parking_lot",
467 "pretty_assertions",
468 "serde",
469 "serde_json",
470 "workspace",
471]
472
473[[package]]
474name = "assistant_tool"
475version = "0.1.0"
476dependencies = [
477 "anyhow",
478 "collections",
479 "derive_more",
480 "gpui",
481 "parking_lot",
482 "serde",
483 "serde_json",
484 "workspace",
485]
486
487[[package]]
488name = "async-attributes"
489version = "1.1.2"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
492dependencies = [
493 "quote",
494 "syn 1.0.109",
495]
496
497[[package]]
498name = "async-broadcast"
499version = "0.7.1"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
502dependencies = [
503 "event-listener 5.3.1",
504 "event-listener-strategy",
505 "futures-core",
506 "pin-project-lite",
507]
508
509[[package]]
510name = "async-channel"
511version = "1.9.0"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
514dependencies = [
515 "concurrent-queue",
516 "event-listener 2.5.3",
517 "futures-core",
518]
519
520[[package]]
521name = "async-channel"
522version = "2.3.1"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
525dependencies = [
526 "concurrent-queue",
527 "event-listener-strategy",
528 "futures-core",
529 "pin-project-lite",
530]
531
532[[package]]
533name = "async-compat"
534version = "0.2.4"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
537dependencies = [
538 "futures-core",
539 "futures-io",
540 "once_cell",
541 "pin-project-lite",
542 "tokio",
543]
544
545[[package]]
546name = "async-compression"
547version = "0.4.17"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857"
550dependencies = [
551 "deflate64",
552 "flate2",
553 "futures-core",
554 "futures-io",
555 "memchr",
556 "pin-project-lite",
557]
558
559[[package]]
560name = "async-dispatcher"
561version = "0.1.2"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
564dependencies = [
565 "async-task",
566 "futures-lite 1.13.0",
567]
568
569[[package]]
570name = "async-executor"
571version = "1.13.0"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
574dependencies = [
575 "async-task",
576 "concurrent-queue",
577 "fastrand 2.1.1",
578 "futures-lite 2.3.0",
579 "slab",
580]
581
582[[package]]
583name = "async-fs"
584version = "1.6.0"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
587dependencies = [
588 "async-lock 2.8.0",
589 "autocfg",
590 "blocking",
591 "futures-lite 1.13.0",
592]
593
594[[package]]
595name = "async-fs"
596version = "2.1.2"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
599dependencies = [
600 "async-lock 3.4.0",
601 "blocking",
602 "futures-lite 2.3.0",
603]
604
605[[package]]
606name = "async-global-executor"
607version = "2.4.1"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
610dependencies = [
611 "async-channel 2.3.1",
612 "async-executor",
613 "async-io 2.3.4",
614 "async-lock 3.4.0",
615 "blocking",
616 "futures-lite 2.3.0",
617 "once_cell",
618]
619
620[[package]]
621name = "async-io"
622version = "1.13.0"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
625dependencies = [
626 "async-lock 2.8.0",
627 "autocfg",
628 "cfg-if",
629 "concurrent-queue",
630 "futures-lite 1.13.0",
631 "log",
632 "parking",
633 "polling 2.8.0",
634 "rustix 0.37.27",
635 "slab",
636 "socket2 0.4.10",
637 "waker-fn",
638]
639
640[[package]]
641name = "async-io"
642version = "2.3.4"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
645dependencies = [
646 "async-lock 3.4.0",
647 "cfg-if",
648 "concurrent-queue",
649 "futures-io",
650 "futures-lite 2.3.0",
651 "parking",
652 "polling 3.7.3",
653 "rustix 0.38.35",
654 "slab",
655 "tracing",
656 "windows-sys 0.59.0",
657]
658
659[[package]]
660name = "async-lock"
661version = "2.8.0"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
664dependencies = [
665 "event-listener 2.5.3",
666]
667
668[[package]]
669name = "async-lock"
670version = "3.4.0"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
673dependencies = [
674 "event-listener 5.3.1",
675 "event-listener-strategy",
676 "pin-project-lite",
677]
678
679[[package]]
680name = "async-native-tls"
681version = "0.5.0"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
684dependencies = [
685 "futures-util",
686 "native-tls",
687 "thiserror",
688 "url",
689]
690
691[[package]]
692name = "async-net"
693version = "1.8.0"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
696dependencies = [
697 "async-io 1.13.0",
698 "blocking",
699 "futures-lite 1.13.0",
700]
701
702[[package]]
703name = "async-net"
704version = "2.0.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
707dependencies = [
708 "async-io 2.3.4",
709 "blocking",
710 "futures-lite 2.3.0",
711]
712
713[[package]]
714name = "async-pipe"
715version = "0.1.3"
716source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
717dependencies = [
718 "futures 0.3.30",
719 "log",
720]
721
722[[package]]
723name = "async-process"
724version = "1.8.1"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
727dependencies = [
728 "async-io 1.13.0",
729 "async-lock 2.8.0",
730 "async-signal",
731 "blocking",
732 "cfg-if",
733 "event-listener 3.1.0",
734 "futures-lite 1.13.0",
735 "rustix 0.38.35",
736 "windows-sys 0.48.0",
737]
738
739[[package]]
740name = "async-process"
741version = "2.2.4"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "a8a07789659a4d385b79b18b9127fc27e1a59e1e89117c78c5ea3b806f016374"
744dependencies = [
745 "async-channel 2.3.1",
746 "async-io 2.3.4",
747 "async-lock 3.4.0",
748 "async-signal",
749 "async-task",
750 "blocking",
751 "cfg-if",
752 "event-listener 5.3.1",
753 "futures-lite 2.3.0",
754 "rustix 0.38.35",
755 "tracing",
756 "windows-sys 0.59.0",
757]
758
759[[package]]
760name = "async-recursion"
761version = "0.3.2"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
764dependencies = [
765 "proc-macro2",
766 "quote",
767 "syn 1.0.109",
768]
769
770[[package]]
771name = "async-recursion"
772version = "1.1.1"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
775dependencies = [
776 "proc-macro2",
777 "quote",
778 "syn 2.0.76",
779]
780
781[[package]]
782name = "async-signal"
783version = "0.2.10"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
786dependencies = [
787 "async-io 2.3.4",
788 "async-lock 3.4.0",
789 "atomic-waker",
790 "cfg-if",
791 "futures-core",
792 "futures-io",
793 "rustix 0.38.35",
794 "signal-hook-registry",
795 "slab",
796 "windows-sys 0.59.0",
797]
798
799[[package]]
800name = "async-std"
801version = "1.12.0"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
804dependencies = [
805 "async-attributes",
806 "async-channel 1.9.0",
807 "async-global-executor",
808 "async-io 1.13.0",
809 "async-lock 2.8.0",
810 "async-process 1.8.1",
811 "crossbeam-utils",
812 "futures-channel",
813 "futures-core",
814 "futures-io",
815 "futures-lite 1.13.0",
816 "gloo-timers",
817 "kv-log-macro",
818 "log",
819 "memchr",
820 "once_cell",
821 "pin-project-lite",
822 "pin-utils",
823 "slab",
824 "wasm-bindgen-futures",
825]
826
827[[package]]
828name = "async-stream"
829version = "0.3.5"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
832dependencies = [
833 "async-stream-impl",
834 "futures-core",
835 "pin-project-lite",
836]
837
838[[package]]
839name = "async-stream-impl"
840version = "0.3.5"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
843dependencies = [
844 "proc-macro2",
845 "quote",
846 "syn 2.0.76",
847]
848
849[[package]]
850name = "async-stripe"
851version = "0.40.0"
852source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
853dependencies = [
854 "chrono",
855 "futures-util",
856 "http-types",
857 "hyper 0.14.31",
858 "hyper-rustls 0.24.2",
859 "serde",
860 "serde_json",
861 "serde_path_to_error",
862 "serde_qs 0.10.1",
863 "smart-default",
864 "smol_str",
865 "thiserror",
866 "tokio",
867]
868
869[[package]]
870name = "async-tar"
871version = "0.5.0"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
874dependencies = [
875 "async-std",
876 "filetime",
877 "libc",
878 "pin-project",
879 "redox_syscall 0.2.16",
880 "xattr",
881]
882
883[[package]]
884name = "async-task"
885version = "4.7.1"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
888
889[[package]]
890name = "async-tls"
891version = "0.12.0"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "cfeefd0ca297cbbb3bd34fd6b228401c2a5177038257afd751bc29f0a2da4795"
894dependencies = [
895 "futures-core",
896 "futures-io",
897 "rustls 0.20.9",
898 "rustls-pemfile 1.0.4",
899 "webpki",
900 "webpki-roots 0.22.6",
901]
902
903[[package]]
904name = "async-trait"
905version = "0.1.83"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
908dependencies = [
909 "proc-macro2",
910 "quote",
911 "syn 2.0.76",
912]
913
914[[package]]
915name = "async-tungstenite"
916version = "0.24.0"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "3609af4bbf701ddaf1f6bb4e6257dff4ff8932327d0e685d3f653724c258b1ac"
919dependencies = [
920 "async-std",
921 "async-tls",
922 "futures-io",
923 "futures-util",
924 "log",
925 "pin-project-lite",
926 "tungstenite 0.21.0",
927]
928
929[[package]]
930name = "async-watch"
931version = "0.3.1"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
934dependencies = [
935 "event-listener 2.5.3",
936]
937
938[[package]]
939name = "async_zip"
940version = "0.0.17"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
943dependencies = [
944 "async-compression",
945 "crc32fast",
946 "futures-lite 2.3.0",
947 "pin-project",
948 "thiserror",
949]
950
951[[package]]
952name = "asynchronous-codec"
953version = "0.7.0"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
956dependencies = [
957 "bytes 1.7.2",
958 "futures-sink",
959 "futures-util",
960 "memchr",
961 "pin-project-lite",
962]
963
964[[package]]
965name = "atoi"
966version = "2.0.0"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
969dependencies = [
970 "num-traits",
971]
972
973[[package]]
974name = "atomic"
975version = "0.5.3"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
978
979[[package]]
980name = "atomic-waker"
981version = "1.1.2"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
984
985[[package]]
986name = "audio"
987version = "0.1.0"
988dependencies = [
989 "anyhow",
990 "collections",
991 "derive_more",
992 "gpui",
993 "parking_lot",
994 "rodio",
995 "util",
996]
997
998[[package]]
999name = "auto_update"
1000version = "0.1.0"
1001dependencies = [
1002 "anyhow",
1003 "client",
1004 "db",
1005 "editor",
1006 "gpui",
1007 "http_client",
1008 "log",
1009 "markdown_preview",
1010 "menu",
1011 "paths",
1012 "release_channel",
1013 "schemars",
1014 "serde",
1015 "serde_derive",
1016 "serde_json",
1017 "settings",
1018 "smol",
1019 "tempfile",
1020 "util",
1021 "which 6.0.3",
1022 "workspace",
1023]
1024
1025[[package]]
1026name = "autocfg"
1027version = "1.3.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
1030
1031[[package]]
1032name = "av1-grain"
1033version = "0.2.3"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1036dependencies = [
1037 "anyhow",
1038 "arrayvec",
1039 "log",
1040 "nom",
1041 "num-rational",
1042 "v_frame",
1043]
1044
1045[[package]]
1046name = "avif-serialize"
1047version = "0.8.1"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
1050dependencies = [
1051 "arrayvec",
1052]
1053
1054[[package]]
1055name = "aws-config"
1056version = "1.5.5"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "4e95816a168520d72c0e7680c405a5a8c1fb6a035b4bc4b9d7b0de8e1a941697"
1059dependencies = [
1060 "aws-credential-types",
1061 "aws-runtime",
1062 "aws-sdk-sso",
1063 "aws-sdk-ssooidc",
1064 "aws-sdk-sts",
1065 "aws-smithy-async",
1066 "aws-smithy-http",
1067 "aws-smithy-json",
1068 "aws-smithy-runtime",
1069 "aws-smithy-runtime-api",
1070 "aws-smithy-types",
1071 "aws-types",
1072 "bytes 1.7.2",
1073 "fastrand 2.1.1",
1074 "hex",
1075 "http 0.2.12",
1076 "ring 0.17.8",
1077 "time",
1078 "tokio",
1079 "tracing",
1080 "url",
1081 "zeroize",
1082]
1083
1084[[package]]
1085name = "aws-credential-types"
1086version = "1.2.1"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1089dependencies = [
1090 "aws-smithy-async",
1091 "aws-smithy-runtime-api",
1092 "aws-smithy-types",
1093 "zeroize",
1094]
1095
1096[[package]]
1097name = "aws-runtime"
1098version = "1.4.2"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "2424565416eef55906f9f8cece2072b6b6a76075e3ff81483ebe938a89a4c05f"
1101dependencies = [
1102 "aws-credential-types",
1103 "aws-sigv4",
1104 "aws-smithy-async",
1105 "aws-smithy-eventstream",
1106 "aws-smithy-http",
1107 "aws-smithy-runtime",
1108 "aws-smithy-runtime-api",
1109 "aws-smithy-types",
1110 "aws-types",
1111 "bytes 1.7.2",
1112 "fastrand 2.1.1",
1113 "http 0.2.12",
1114 "http-body 0.4.6",
1115 "once_cell",
1116 "percent-encoding",
1117 "pin-project-lite",
1118 "tracing",
1119 "uuid",
1120]
1121
1122[[package]]
1123name = "aws-sdk-s3"
1124version = "1.47.0"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "cca49303c05d2a740b8a4552fac63a4db6ead84f7e7eeed04761fd3014c26f25"
1127dependencies = [
1128 "ahash 0.8.11",
1129 "aws-credential-types",
1130 "aws-runtime",
1131 "aws-sigv4",
1132 "aws-smithy-async",
1133 "aws-smithy-checksums",
1134 "aws-smithy-eventstream",
1135 "aws-smithy-http",
1136 "aws-smithy-json",
1137 "aws-smithy-runtime",
1138 "aws-smithy-runtime-api",
1139 "aws-smithy-types",
1140 "aws-smithy-xml",
1141 "aws-types",
1142 "bytes 1.7.2",
1143 "fastrand 2.1.1",
1144 "hex",
1145 "hmac",
1146 "http 0.2.12",
1147 "http-body 0.4.6",
1148 "lru",
1149 "once_cell",
1150 "percent-encoding",
1151 "regex-lite",
1152 "sha2",
1153 "tracing",
1154 "url",
1155]
1156
1157[[package]]
1158name = "aws-sdk-sso"
1159version = "1.40.0"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "e5879bec6e74b648ce12f6085e7245417bc5f6d672781028384d2e494be3eb6d"
1162dependencies = [
1163 "aws-credential-types",
1164 "aws-runtime",
1165 "aws-smithy-async",
1166 "aws-smithy-http",
1167 "aws-smithy-json",
1168 "aws-smithy-runtime",
1169 "aws-smithy-runtime-api",
1170 "aws-smithy-types",
1171 "aws-types",
1172 "bytes 1.7.2",
1173 "http 0.2.12",
1174 "once_cell",
1175 "regex-lite",
1176 "tracing",
1177]
1178
1179[[package]]
1180name = "aws-sdk-ssooidc"
1181version = "1.41.0"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "4ef4cd9362f638c22a3b959fd8df292e7e47fdf170270f86246b97109b5f2f7d"
1184dependencies = [
1185 "aws-credential-types",
1186 "aws-runtime",
1187 "aws-smithy-async",
1188 "aws-smithy-http",
1189 "aws-smithy-json",
1190 "aws-smithy-runtime",
1191 "aws-smithy-runtime-api",
1192 "aws-smithy-types",
1193 "aws-types",
1194 "bytes 1.7.2",
1195 "http 0.2.12",
1196 "once_cell",
1197 "regex-lite",
1198 "tracing",
1199]
1200
1201[[package]]
1202name = "aws-sdk-sts"
1203version = "1.40.0"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "0b1e2735d2ab28b35ecbb5496c9d41857f52a0d6a0075bbf6a8af306045ea6f6"
1206dependencies = [
1207 "aws-credential-types",
1208 "aws-runtime",
1209 "aws-smithy-async",
1210 "aws-smithy-http",
1211 "aws-smithy-json",
1212 "aws-smithy-query",
1213 "aws-smithy-runtime",
1214 "aws-smithy-runtime-api",
1215 "aws-smithy-types",
1216 "aws-smithy-xml",
1217 "aws-types",
1218 "http 0.2.12",
1219 "once_cell",
1220 "regex-lite",
1221 "tracing",
1222]
1223
1224[[package]]
1225name = "aws-sigv4"
1226version = "1.2.3"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be"
1229dependencies = [
1230 "aws-credential-types",
1231 "aws-smithy-eventstream",
1232 "aws-smithy-http",
1233 "aws-smithy-runtime-api",
1234 "aws-smithy-types",
1235 "bytes 1.7.2",
1236 "crypto-bigint 0.5.5",
1237 "form_urlencoded",
1238 "hex",
1239 "hmac",
1240 "http 0.2.12",
1241 "http 1.1.0",
1242 "once_cell",
1243 "p256",
1244 "percent-encoding",
1245 "ring 0.17.8",
1246 "sha2",
1247 "subtle",
1248 "time",
1249 "tracing",
1250 "zeroize",
1251]
1252
1253[[package]]
1254name = "aws-smithy-async"
1255version = "1.2.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
1258dependencies = [
1259 "futures-util",
1260 "pin-project-lite",
1261 "tokio",
1262]
1263
1264[[package]]
1265name = "aws-smithy-checksums"
1266version = "0.60.12"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23"
1269dependencies = [
1270 "aws-smithy-http",
1271 "aws-smithy-types",
1272 "bytes 1.7.2",
1273 "crc32c",
1274 "crc32fast",
1275 "hex",
1276 "http 0.2.12",
1277 "http-body 0.4.6",
1278 "md-5",
1279 "pin-project-lite",
1280 "sha1",
1281 "sha2",
1282 "tracing",
1283]
1284
1285[[package]]
1286name = "aws-smithy-eventstream"
1287version = "0.60.4"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
1290dependencies = [
1291 "aws-smithy-types",
1292 "bytes 1.7.2",
1293 "crc32fast",
1294]
1295
1296[[package]]
1297name = "aws-smithy-http"
1298version = "0.60.10"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "01dbcb6e2588fd64cfb6d7529661b06466419e4c54ed1c62d6510d2d0350a728"
1301dependencies = [
1302 "aws-smithy-eventstream",
1303 "aws-smithy-runtime-api",
1304 "aws-smithy-types",
1305 "bytes 1.7.2",
1306 "bytes-utils",
1307 "futures-core",
1308 "http 0.2.12",
1309 "http-body 0.4.6",
1310 "once_cell",
1311 "percent-encoding",
1312 "pin-project-lite",
1313 "pin-utils",
1314 "tracing",
1315]
1316
1317[[package]]
1318name = "aws-smithy-json"
1319version = "0.60.7"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
1322dependencies = [
1323 "aws-smithy-types",
1324]
1325
1326[[package]]
1327name = "aws-smithy-query"
1328version = "0.60.7"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1331dependencies = [
1332 "aws-smithy-types",
1333 "urlencoding",
1334]
1335
1336[[package]]
1337name = "aws-smithy-runtime"
1338version = "1.7.1"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87"
1341dependencies = [
1342 "aws-smithy-async",
1343 "aws-smithy-http",
1344 "aws-smithy-runtime-api",
1345 "aws-smithy-types",
1346 "bytes 1.7.2",
1347 "fastrand 2.1.1",
1348 "h2 0.3.26",
1349 "http 0.2.12",
1350 "http-body 0.4.6",
1351 "http-body 1.0.1",
1352 "httparse",
1353 "hyper 0.14.31",
1354 "hyper-rustls 0.24.2",
1355 "once_cell",
1356 "pin-project-lite",
1357 "pin-utils",
1358 "rustls 0.21.12",
1359 "tokio",
1360 "tracing",
1361]
1362
1363[[package]]
1364name = "aws-smithy-runtime-api"
1365version = "1.7.2"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
1368dependencies = [
1369 "aws-smithy-async",
1370 "aws-smithy-types",
1371 "bytes 1.7.2",
1372 "http 0.2.12",
1373 "http 1.1.0",
1374 "pin-project-lite",
1375 "tokio",
1376 "tracing",
1377 "zeroize",
1378]
1379
1380[[package]]
1381name = "aws-smithy-types"
1382version = "1.2.4"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "273dcdfd762fae3e1650b8024624e7cd50e484e37abdab73a7a706188ad34543"
1385dependencies = [
1386 "base64-simd",
1387 "bytes 1.7.2",
1388 "bytes-utils",
1389 "futures-core",
1390 "http 0.2.12",
1391 "http 1.1.0",
1392 "http-body 0.4.6",
1393 "http-body 1.0.1",
1394 "http-body-util",
1395 "itoa",
1396 "num-integer",
1397 "pin-project-lite",
1398 "pin-utils",
1399 "ryu",
1400 "serde",
1401 "time",
1402 "tokio",
1403 "tokio-util",
1404]
1405
1406[[package]]
1407name = "aws-smithy-xml"
1408version = "0.60.8"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
1411dependencies = [
1412 "xmlparser",
1413]
1414
1415[[package]]
1416name = "aws-types"
1417version = "1.3.3"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1420dependencies = [
1421 "aws-credential-types",
1422 "aws-smithy-async",
1423 "aws-smithy-runtime-api",
1424 "aws-smithy-types",
1425 "rustc_version",
1426 "tracing",
1427]
1428
1429[[package]]
1430name = "axum"
1431version = "0.6.20"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1434dependencies = [
1435 "async-trait",
1436 "axum-core",
1437 "base64 0.21.7",
1438 "bitflags 1.3.2",
1439 "bytes 1.7.2",
1440 "futures-util",
1441 "headers",
1442 "http 0.2.12",
1443 "http-body 0.4.6",
1444 "hyper 0.14.31",
1445 "itoa",
1446 "matchit",
1447 "memchr",
1448 "mime",
1449 "percent-encoding",
1450 "pin-project-lite",
1451 "rustversion",
1452 "serde",
1453 "serde_json",
1454 "serde_path_to_error",
1455 "serde_urlencoded",
1456 "sha1",
1457 "sync_wrapper 0.1.2",
1458 "tokio",
1459 "tokio-tungstenite 0.20.1",
1460 "tower",
1461 "tower-layer",
1462 "tower-service",
1463]
1464
1465[[package]]
1466name = "axum-core"
1467version = "0.3.4"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1470dependencies = [
1471 "async-trait",
1472 "bytes 1.7.2",
1473 "futures-util",
1474 "http 0.2.12",
1475 "http-body 0.4.6",
1476 "mime",
1477 "rustversion",
1478 "tower-layer",
1479 "tower-service",
1480]
1481
1482[[package]]
1483name = "axum-extra"
1484version = "0.4.2"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1487dependencies = [
1488 "axum",
1489 "bytes 1.7.2",
1490 "futures-util",
1491 "http 0.2.12",
1492 "mime",
1493 "pin-project-lite",
1494 "serde",
1495 "serde_json",
1496 "tokio",
1497 "tower",
1498 "tower-http 0.3.5",
1499 "tower-layer",
1500 "tower-service",
1501]
1502
1503[[package]]
1504name = "backtrace"
1505version = "0.3.74"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1508dependencies = [
1509 "addr2line",
1510 "cfg-if",
1511 "libc",
1512 "miniz_oxide 0.8.0",
1513 "object",
1514 "rustc-demangle",
1515 "windows-targets 0.52.6",
1516]
1517
1518[[package]]
1519name = "base16ct"
1520version = "0.1.1"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1523
1524[[package]]
1525name = "base64"
1526version = "0.13.1"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1529
1530[[package]]
1531name = "base64"
1532version = "0.21.7"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1535
1536[[package]]
1537name = "base64"
1538version = "0.22.1"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1541
1542[[package]]
1543name = "base64-simd"
1544version = "0.8.0"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1547dependencies = [
1548 "outref",
1549 "vsimd",
1550]
1551
1552[[package]]
1553name = "base64ct"
1554version = "1.6.0"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1557
1558[[package]]
1559name = "bigdecimal"
1560version = "0.4.5"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee"
1563dependencies = [
1564 "autocfg",
1565 "libm",
1566 "num-bigint",
1567 "num-integer",
1568 "num-traits",
1569 "serde",
1570]
1571
1572[[package]]
1573name = "bincode"
1574version = "1.3.3"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1577dependencies = [
1578 "serde",
1579]
1580
1581[[package]]
1582name = "bindgen"
1583version = "0.69.4"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
1586dependencies = [
1587 "bitflags 2.6.0",
1588 "cexpr",
1589 "clang-sys",
1590 "itertools 0.12.1",
1591 "lazy_static",
1592 "lazycell",
1593 "proc-macro2",
1594 "quote",
1595 "regex",
1596 "rustc-hash 1.1.0",
1597 "shlex",
1598 "syn 2.0.76",
1599]
1600
1601[[package]]
1602name = "bindgen"
1603version = "0.70.1"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1606dependencies = [
1607 "bitflags 2.6.0",
1608 "cexpr",
1609 "clang-sys",
1610 "itertools 0.13.0",
1611 "log",
1612 "prettyplease",
1613 "proc-macro2",
1614 "quote",
1615 "regex",
1616 "rustc-hash 1.1.0",
1617 "shlex",
1618 "syn 2.0.76",
1619]
1620
1621[[package]]
1622name = "bit-set"
1623version = "0.5.3"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1626dependencies = [
1627 "bit-vec 0.6.3",
1628]
1629
1630[[package]]
1631name = "bit-set"
1632version = "0.6.0"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
1635dependencies = [
1636 "bit-vec 0.7.0",
1637]
1638
1639[[package]]
1640name = "bit-vec"
1641version = "0.6.3"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1644
1645[[package]]
1646name = "bit-vec"
1647version = "0.7.0"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
1650
1651[[package]]
1652name = "bit_field"
1653version = "0.10.2"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1656
1657[[package]]
1658name = "bitflags"
1659version = "1.3.2"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1662
1663[[package]]
1664name = "bitflags"
1665version = "2.6.0"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1668dependencies = [
1669 "serde",
1670]
1671
1672[[package]]
1673name = "bitstream-io"
1674version = "2.5.3"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452"
1677
1678[[package]]
1679name = "bitvec"
1680version = "1.0.1"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1683dependencies = [
1684 "funty",
1685 "radium",
1686 "tap",
1687 "wyz",
1688]
1689
1690[[package]]
1691name = "blade-graphics"
1692version = "0.5.0"
1693source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1694dependencies = [
1695 "ash",
1696 "ash-window",
1697 "bitflags 2.6.0",
1698 "block",
1699 "bytemuck",
1700 "codespan-reporting",
1701 "core-graphics-types 0.1.3",
1702 "glow",
1703 "gpu-alloc",
1704 "gpu-alloc-ash",
1705 "hidden-trait",
1706 "js-sys",
1707 "khronos-egl",
1708 "libloading",
1709 "log",
1710 "metal",
1711 "mint",
1712 "naga",
1713 "objc",
1714 "raw-window-handle",
1715 "slab",
1716 "wasm-bindgen",
1717 "web-sys",
1718]
1719
1720[[package]]
1721name = "blade-macros"
1722version = "0.3.0"
1723source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1724dependencies = [
1725 "proc-macro2",
1726 "quote",
1727 "syn 2.0.76",
1728]
1729
1730[[package]]
1731name = "blade-util"
1732version = "0.1.0"
1733source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1734dependencies = [
1735 "blade-graphics",
1736 "bytemuck",
1737 "log",
1738 "profiling",
1739]
1740
1741[[package]]
1742name = "blake3"
1743version = "1.5.4"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
1746dependencies = [
1747 "arrayref",
1748 "arrayvec",
1749 "cc",
1750 "cfg-if",
1751 "constant_time_eq",
1752]
1753
1754[[package]]
1755name = "block"
1756version = "0.1.6"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1759
1760[[package]]
1761name = "block-buffer"
1762version = "0.10.4"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1765dependencies = [
1766 "generic-array",
1767]
1768
1769[[package]]
1770name = "block-padding"
1771version = "0.3.3"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1774dependencies = [
1775 "generic-array",
1776]
1777
1778[[package]]
1779name = "blocking"
1780version = "1.6.1"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1783dependencies = [
1784 "async-channel 2.3.1",
1785 "async-task",
1786 "futures-io",
1787 "futures-lite 2.3.0",
1788 "piper",
1789]
1790
1791[[package]]
1792name = "borsh"
1793version = "1.5.1"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
1796dependencies = [
1797 "borsh-derive",
1798 "cfg_aliases 0.2.1",
1799]
1800
1801[[package]]
1802name = "borsh-derive"
1803version = "1.5.1"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
1806dependencies = [
1807 "once_cell",
1808 "proc-macro-crate",
1809 "proc-macro2",
1810 "quote",
1811 "syn 2.0.76",
1812 "syn_derive",
1813]
1814
1815[[package]]
1816name = "breadcrumbs"
1817version = "0.1.0"
1818dependencies = [
1819 "editor",
1820 "gpui",
1821 "itertools 0.13.0",
1822 "outline",
1823 "theme",
1824 "ui",
1825 "workspace",
1826]
1827
1828[[package]]
1829name = "bstr"
1830version = "1.10.0"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
1833dependencies = [
1834 "memchr",
1835 "regex-automata 0.4.7",
1836 "serde",
1837]
1838
1839[[package]]
1840name = "built"
1841version = "0.7.4"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4"
1844
1845[[package]]
1846name = "bumpalo"
1847version = "3.16.0"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1850
1851[[package]]
1852name = "by_address"
1853version = "1.2.1"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1856
1857[[package]]
1858name = "bytecheck"
1859version = "0.6.12"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1862dependencies = [
1863 "bytecheck_derive",
1864 "ptr_meta",
1865 "simdutf8",
1866]
1867
1868[[package]]
1869name = "bytecheck_derive"
1870version = "0.6.12"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1873dependencies = [
1874 "proc-macro2",
1875 "quote",
1876 "syn 1.0.109",
1877]
1878
1879[[package]]
1880name = "bytemuck"
1881version = "1.17.1"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2"
1884dependencies = [
1885 "bytemuck_derive",
1886]
1887
1888[[package]]
1889name = "bytemuck_derive"
1890version = "1.7.1"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26"
1893dependencies = [
1894 "proc-macro2",
1895 "quote",
1896 "syn 2.0.76",
1897]
1898
1899[[package]]
1900name = "byteorder"
1901version = "1.5.0"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1904
1905[[package]]
1906name = "byteorder-lite"
1907version = "0.1.0"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1910
1911[[package]]
1912name = "bytes"
1913version = "0.4.12"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1916dependencies = [
1917 "byteorder",
1918 "iovec",
1919]
1920
1921[[package]]
1922name = "bytes"
1923version = "1.7.2"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
1926
1927[[package]]
1928name = "bytes-utils"
1929version = "0.1.4"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1932dependencies = [
1933 "bytes 1.7.2",
1934 "either",
1935]
1936
1937[[package]]
1938name = "call"
1939version = "0.1.0"
1940dependencies = [
1941 "anyhow",
1942 "audio",
1943 "client",
1944 "collections",
1945 "fs",
1946 "futures 0.3.30",
1947 "gpui",
1948 "http_client",
1949 "language",
1950 "live_kit_client",
1951 "log",
1952 "postage",
1953 "project",
1954 "schemars",
1955 "serde",
1956 "serde_derive",
1957 "settings",
1958 "util",
1959]
1960
1961[[package]]
1962name = "calloop"
1963version = "0.13.0"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
1966dependencies = [
1967 "bitflags 2.6.0",
1968 "log",
1969 "polling 3.7.3",
1970 "rustix 0.38.35",
1971 "slab",
1972 "thiserror",
1973]
1974
1975[[package]]
1976name = "calloop-wayland-source"
1977version = "0.3.0"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
1980dependencies = [
1981 "calloop",
1982 "rustix 0.38.35",
1983 "wayland-backend",
1984 "wayland-client",
1985]
1986
1987[[package]]
1988name = "camino"
1989version = "1.1.9"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
1992dependencies = [
1993 "serde",
1994]
1995
1996[[package]]
1997name = "cap-fs-ext"
1998version = "3.2.0"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "eb23061fc1c4ead4e45ca713080fe768e6234e959f5a5c399c39eb41aa34e56e"
2001dependencies = [
2002 "cap-primitives",
2003 "cap-std",
2004 "io-lifetimes 2.0.3",
2005 "windows-sys 0.52.0",
2006]
2007
2008[[package]]
2009name = "cap-net-ext"
2010version = "3.2.0"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "f83ae11f116bcbafc5327c6af250341db96b5930046732e1905f7dc65887e0e1"
2013dependencies = [
2014 "cap-primitives",
2015 "cap-std",
2016 "rustix 0.38.35",
2017 "smallvec",
2018]
2019
2020[[package]]
2021name = "cap-primitives"
2022version = "3.2.0"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "6d00bd8d26c4270d950eaaa837387964a2089a1c3c349a690a1fa03221d29531"
2025dependencies = [
2026 "ambient-authority",
2027 "fs-set-times",
2028 "io-extras",
2029 "io-lifetimes 2.0.3",
2030 "ipnet",
2031 "maybe-owned",
2032 "rustix 0.38.35",
2033 "windows-sys 0.52.0",
2034 "winx",
2035]
2036
2037[[package]]
2038name = "cap-rand"
2039version = "3.2.0"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "dbcb16a619d8b8211ed61f42bd290d2a1ac71277a69cf8417ec0996fa92f5211"
2042dependencies = [
2043 "ambient-authority",
2044 "rand 0.8.5",
2045]
2046
2047[[package]]
2048name = "cap-std"
2049version = "3.2.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "19eb8e3d71996828751c1ed3908a439639752ac6bdc874e41469ef7fc15fbd7f"
2052dependencies = [
2053 "cap-primitives",
2054 "io-extras",
2055 "io-lifetimes 2.0.3",
2056 "rustix 0.38.35",
2057]
2058
2059[[package]]
2060name = "cap-time-ext"
2061version = "3.2.0"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "61142dc51e25b7acc970ca578ce2c3695eac22bbba46c1073f5f583e78957725"
2064dependencies = [
2065 "ambient-authority",
2066 "cap-primitives",
2067 "iana-time-zone",
2068 "once_cell",
2069 "rustix 0.38.35",
2070 "winx",
2071]
2072
2073[[package]]
2074name = "cargo-platform"
2075version = "0.1.8"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2078dependencies = [
2079 "serde",
2080]
2081
2082[[package]]
2083name = "cargo_metadata"
2084version = "0.18.1"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
2087dependencies = [
2088 "camino",
2089 "cargo-platform",
2090 "semver",
2091 "serde",
2092 "serde_json",
2093 "thiserror",
2094]
2095
2096[[package]]
2097name = "cargo_toml"
2098version = "0.20.5"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "88da5a13c620b4ca0078845707ea9c3faf11edbc3ffd8497d11d686211cd1ac0"
2101dependencies = [
2102 "serde",
2103 "toml 0.8.19",
2104]
2105
2106[[package]]
2107name = "cast"
2108version = "0.3.0"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2111
2112[[package]]
2113name = "cbc"
2114version = "0.1.2"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2117dependencies = [
2118 "cipher",
2119]
2120
2121[[package]]
2122name = "cbindgen"
2123version = "0.27.0"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2126dependencies = [
2127 "heck 0.4.1",
2128 "indexmap 2.4.0",
2129 "log",
2130 "proc-macro2",
2131 "quote",
2132 "serde",
2133 "serde_json",
2134 "syn 2.0.76",
2135 "tempfile",
2136 "toml 0.8.19",
2137]
2138
2139[[package]]
2140name = "cc"
2141version = "1.1.15"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
2144dependencies = [
2145 "jobserver",
2146 "libc",
2147 "shlex",
2148]
2149
2150[[package]]
2151name = "cesu8"
2152version = "1.1.0"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2155
2156[[package]]
2157name = "cexpr"
2158version = "0.6.0"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2161dependencies = [
2162 "nom",
2163]
2164
2165[[package]]
2166name = "cfg-expr"
2167version = "0.15.8"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2170dependencies = [
2171 "smallvec",
2172 "target-lexicon",
2173]
2174
2175[[package]]
2176name = "cfg-if"
2177version = "1.0.0"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2180
2181[[package]]
2182name = "cfg_aliases"
2183version = "0.1.1"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2186
2187[[package]]
2188name = "cfg_aliases"
2189version = "0.2.1"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2192
2193[[package]]
2194name = "channel"
2195version = "0.1.0"
2196dependencies = [
2197 "anyhow",
2198 "client",
2199 "clock",
2200 "collections",
2201 "futures 0.3.30",
2202 "gpui",
2203 "http_client",
2204 "language",
2205 "log",
2206 "rand 0.8.5",
2207 "release_channel",
2208 "rpc",
2209 "settings",
2210 "sum_tree",
2211 "text",
2212 "time",
2213 "util",
2214]
2215
2216[[package]]
2217name = "chrono"
2218version = "0.4.38"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2221dependencies = [
2222 "android-tzdata",
2223 "iana-time-zone",
2224 "js-sys",
2225 "num-traits",
2226 "serde",
2227 "wasm-bindgen",
2228 "windows-targets 0.52.6",
2229]
2230
2231[[package]]
2232name = "chunked_transfer"
2233version = "1.5.0"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2236
2237[[package]]
2238name = "ciborium"
2239version = "0.2.2"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2242dependencies = [
2243 "ciborium-io",
2244 "ciborium-ll",
2245 "serde",
2246]
2247
2248[[package]]
2249name = "ciborium-io"
2250version = "0.2.2"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2253
2254[[package]]
2255name = "ciborium-ll"
2256version = "0.2.2"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2259dependencies = [
2260 "ciborium-io",
2261 "half",
2262]
2263
2264[[package]]
2265name = "cipher"
2266version = "0.4.4"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2269dependencies = [
2270 "crypto-common",
2271 "inout",
2272 "zeroize",
2273]
2274
2275[[package]]
2276name = "clang-sys"
2277version = "1.8.1"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2280dependencies = [
2281 "glob",
2282 "libc",
2283 "libloading",
2284]
2285
2286[[package]]
2287name = "clap"
2288version = "4.5.20"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
2291dependencies = [
2292 "clap_builder",
2293 "clap_derive",
2294]
2295
2296[[package]]
2297name = "clap_builder"
2298version = "4.5.20"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
2301dependencies = [
2302 "anstream",
2303 "anstyle",
2304 "clap_lex",
2305 "strsim",
2306 "terminal_size",
2307]
2308
2309[[package]]
2310name = "clap_complete"
2311version = "4.5.24"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b"
2314dependencies = [
2315 "clap",
2316]
2317
2318[[package]]
2319name = "clap_derive"
2320version = "4.5.18"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2323dependencies = [
2324 "heck 0.5.0",
2325 "proc-macro2",
2326 "quote",
2327 "syn 2.0.76",
2328]
2329
2330[[package]]
2331name = "clap_lex"
2332version = "0.7.2"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2335
2336[[package]]
2337name = "cli"
2338version = "0.1.0"
2339dependencies = [
2340 "anyhow",
2341 "clap",
2342 "collections",
2343 "core-foundation 0.9.4",
2344 "core-services",
2345 "exec",
2346 "fork",
2347 "ipc-channel",
2348 "once_cell",
2349 "parking_lot",
2350 "paths",
2351 "plist",
2352 "release_channel",
2353 "serde",
2354 "tempfile",
2355 "util",
2356]
2357
2358[[package]]
2359name = "clickhouse"
2360version = "0.11.6"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
2363dependencies = [
2364 "bstr",
2365 "bytes 1.7.2",
2366 "clickhouse-derive",
2367 "clickhouse-rs-cityhash-sys",
2368 "futures 0.3.30",
2369 "hyper 0.14.31",
2370 "hyper-tls",
2371 "lz4",
2372 "sealed",
2373 "serde",
2374 "static_assertions",
2375 "thiserror",
2376 "tokio",
2377 "url",
2378]
2379
2380[[package]]
2381name = "clickhouse-derive"
2382version = "0.1.1"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
2385dependencies = [
2386 "proc-macro2",
2387 "quote",
2388 "serde_derive_internals 0.26.0",
2389 "syn 1.0.109",
2390]
2391
2392[[package]]
2393name = "clickhouse-rs-cityhash-sys"
2394version = "0.1.2"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
2397dependencies = [
2398 "cc",
2399]
2400
2401[[package]]
2402name = "client"
2403version = "0.1.0"
2404dependencies = [
2405 "anyhow",
2406 "async-native-tls",
2407 "async-recursion 0.3.2",
2408 "async-tungstenite",
2409 "chrono",
2410 "clock",
2411 "cocoa 0.26.0",
2412 "collections",
2413 "feature_flags",
2414 "futures 0.3.30",
2415 "gpui",
2416 "http_client",
2417 "log",
2418 "once_cell",
2419 "parking_lot",
2420 "paths",
2421 "postage",
2422 "rand 0.8.5",
2423 "release_channel",
2424 "rpc",
2425 "rustls 0.20.9",
2426 "rustls-native-certs 0.8.0",
2427 "schemars",
2428 "serde",
2429 "serde_json",
2430 "settings",
2431 "sha2",
2432 "smol",
2433 "sysinfo",
2434 "telemetry_events",
2435 "tempfile",
2436 "text",
2437 "thiserror",
2438 "time",
2439 "tiny_http",
2440 "tokio-socks",
2441 "url",
2442 "util",
2443 "windows 0.58.0",
2444 "worktree",
2445]
2446
2447[[package]]
2448name = "clock"
2449version = "0.1.0"
2450dependencies = [
2451 "chrono",
2452 "parking_lot",
2453 "serde",
2454 "smallvec",
2455]
2456
2457[[package]]
2458name = "cobs"
2459version = "0.2.3"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2462
2463[[package]]
2464name = "cocoa"
2465version = "0.25.0"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2468dependencies = [
2469 "bitflags 1.3.2",
2470 "block",
2471 "cocoa-foundation 0.1.2",
2472 "core-foundation 0.9.4",
2473 "core-graphics 0.23.2",
2474 "foreign-types 0.5.0",
2475 "libc",
2476 "objc",
2477]
2478
2479[[package]]
2480name = "cocoa"
2481version = "0.26.0"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2484dependencies = [
2485 "bitflags 2.6.0",
2486 "block",
2487 "cocoa-foundation 0.2.0",
2488 "core-foundation 0.10.0",
2489 "core-graphics 0.24.0",
2490 "foreign-types 0.5.0",
2491 "libc",
2492 "objc",
2493]
2494
2495[[package]]
2496name = "cocoa-foundation"
2497version = "0.1.2"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2500dependencies = [
2501 "bitflags 1.3.2",
2502 "block",
2503 "core-foundation 0.9.4",
2504 "core-graphics-types 0.1.3",
2505 "libc",
2506 "objc",
2507]
2508
2509[[package]]
2510name = "cocoa-foundation"
2511version = "0.2.0"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2514dependencies = [
2515 "bitflags 2.6.0",
2516 "block",
2517 "core-foundation 0.10.0",
2518 "core-graphics-types 0.2.0",
2519 "libc",
2520 "objc",
2521]
2522
2523[[package]]
2524name = "codespan-reporting"
2525version = "0.11.1"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2528dependencies = [
2529 "termcolor",
2530 "unicode-width",
2531]
2532
2533[[package]]
2534name = "collab"
2535version = "0.44.0"
2536dependencies = [
2537 "anthropic",
2538 "anyhow",
2539 "assistant",
2540 "async-stripe",
2541 "async-trait",
2542 "async-tungstenite",
2543 "audio",
2544 "aws-config",
2545 "aws-sdk-s3",
2546 "axum",
2547 "axum-extra",
2548 "base64 0.22.1",
2549 "call",
2550 "channel",
2551 "chrono",
2552 "clickhouse",
2553 "client",
2554 "clock",
2555 "collab_ui",
2556 "collections",
2557 "ctor",
2558 "dashmap 6.0.1",
2559 "derive_more",
2560 "editor",
2561 "env_logger 0.11.5",
2562 "envy",
2563 "file_finder",
2564 "fs",
2565 "futures 0.3.30",
2566 "git",
2567 "git_hosting_providers",
2568 "google_ai",
2569 "gpui",
2570 "hex",
2571 "http_client",
2572 "hyper 0.14.31",
2573 "indoc",
2574 "jsonwebtoken",
2575 "language",
2576 "language_model",
2577 "live_kit_client",
2578 "live_kit_server",
2579 "log",
2580 "lsp",
2581 "menu",
2582 "multi_buffer",
2583 "nanoid",
2584 "node_runtime",
2585 "notifications",
2586 "open_ai",
2587 "parking_lot",
2588 "pretty_assertions",
2589 "project",
2590 "prometheus",
2591 "prost",
2592 "rand 0.8.5",
2593 "recent_projects",
2594 "release_channel",
2595 "remote",
2596 "remote_server",
2597 "reqwest 0.11.27",
2598 "reqwest_client",
2599 "rpc",
2600 "rustc-demangle",
2601 "scrypt",
2602 "sea-orm",
2603 "semantic_version",
2604 "semver",
2605 "serde",
2606 "serde_derive",
2607 "serde_json",
2608 "session",
2609 "settings",
2610 "sha2",
2611 "sqlx",
2612 "strum 0.25.0",
2613 "subtle",
2614 "supermaven_api",
2615 "telemetry_events",
2616 "text",
2617 "theme",
2618 "thiserror",
2619 "time",
2620 "tokio",
2621 "toml 0.8.19",
2622 "tower",
2623 "tower-http 0.4.4",
2624 "tracing",
2625 "tracing-subscriber",
2626 "unindent",
2627 "util",
2628 "uuid",
2629 "workspace",
2630 "worktree",
2631]
2632
2633[[package]]
2634name = "collab_ui"
2635version = "0.1.0"
2636dependencies = [
2637 "anyhow",
2638 "call",
2639 "channel",
2640 "chrono",
2641 "client",
2642 "collections",
2643 "db",
2644 "editor",
2645 "emojis",
2646 "futures 0.3.30",
2647 "fuzzy",
2648 "gpui",
2649 "http_client",
2650 "language",
2651 "menu",
2652 "notifications",
2653 "parking_lot",
2654 "picker",
2655 "pretty_assertions",
2656 "project",
2657 "release_channel",
2658 "rich_text",
2659 "rpc",
2660 "schemars",
2661 "serde",
2662 "serde_derive",
2663 "serde_json",
2664 "settings",
2665 "smallvec",
2666 "story",
2667 "theme",
2668 "time",
2669 "time_format",
2670 "title_bar",
2671 "tree-sitter-md",
2672 "ui",
2673 "util",
2674 "vcs_menu",
2675 "workspace",
2676]
2677
2678[[package]]
2679name = "collections"
2680version = "0.1.0"
2681dependencies = [
2682 "rustc-hash 1.1.0",
2683]
2684
2685[[package]]
2686name = "color_quant"
2687version = "1.1.0"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2690
2691[[package]]
2692name = "colorchoice"
2693version = "1.0.2"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2696
2697[[package]]
2698name = "combine"
2699version = "4.6.7"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2702dependencies = [
2703 "bytes 1.7.2",
2704 "memchr",
2705]
2706
2707[[package]]
2708name = "command_palette"
2709version = "0.1.0"
2710dependencies = [
2711 "client",
2712 "collections",
2713 "command_palette_hooks",
2714 "ctor",
2715 "editor",
2716 "env_logger 0.11.5",
2717 "fuzzy",
2718 "go_to_line",
2719 "gpui",
2720 "language",
2721 "menu",
2722 "picker",
2723 "postage",
2724 "project",
2725 "serde",
2726 "serde_json",
2727 "settings",
2728 "theme",
2729 "ui",
2730 "util",
2731 "workspace",
2732 "zed_actions",
2733]
2734
2735[[package]]
2736name = "command_palette_hooks"
2737version = "0.1.0"
2738dependencies = [
2739 "collections",
2740 "derive_more",
2741 "gpui",
2742]
2743
2744[[package]]
2745name = "concurrent-queue"
2746version = "2.5.0"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2749dependencies = [
2750 "crossbeam-utils",
2751]
2752
2753[[package]]
2754name = "console"
2755version = "0.15.8"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2758dependencies = [
2759 "encode_unicode",
2760 "lazy_static",
2761 "libc",
2762 "unicode-width",
2763 "windows-sys 0.52.0",
2764]
2765
2766[[package]]
2767name = "const-oid"
2768version = "0.9.6"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2771
2772[[package]]
2773name = "const-random"
2774version = "0.1.18"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2777dependencies = [
2778 "const-random-macro",
2779]
2780
2781[[package]]
2782name = "const-random-macro"
2783version = "0.1.16"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2786dependencies = [
2787 "getrandom 0.2.15",
2788 "once_cell",
2789 "tiny-keccak",
2790]
2791
2792[[package]]
2793name = "constant_time_eq"
2794version = "0.3.1"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2797
2798[[package]]
2799name = "context_servers"
2800version = "0.1.0"
2801dependencies = [
2802 "anyhow",
2803 "collections",
2804 "command_palette_hooks",
2805 "futures 0.3.30",
2806 "gpui",
2807 "log",
2808 "parking_lot",
2809 "postage",
2810 "schemars",
2811 "serde",
2812 "serde_json",
2813 "settings",
2814 "smol",
2815 "url",
2816 "util",
2817 "workspace",
2818]
2819
2820[[package]]
2821name = "convert_case"
2822version = "0.4.0"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2825
2826[[package]]
2827name = "convert_case"
2828version = "0.6.0"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2831dependencies = [
2832 "unicode-segmentation",
2833]
2834
2835[[package]]
2836name = "copilot"
2837version = "0.1.0"
2838dependencies = [
2839 "anyhow",
2840 "async-compression",
2841 "async-std",
2842 "async-tar",
2843 "chrono",
2844 "client",
2845 "clock",
2846 "collections",
2847 "command_palette_hooks",
2848 "editor",
2849 "fs",
2850 "futures 0.3.30",
2851 "gpui",
2852 "http_client",
2853 "indoc",
2854 "language",
2855 "lsp",
2856 "menu",
2857 "node_runtime",
2858 "parking_lot",
2859 "paths",
2860 "project",
2861 "rpc",
2862 "schemars",
2863 "serde",
2864 "serde_json",
2865 "settings",
2866 "smol",
2867 "strum 0.25.0",
2868 "task",
2869 "theme",
2870 "ui",
2871 "util",
2872 "workspace",
2873]
2874
2875[[package]]
2876name = "core-foundation"
2877version = "0.9.4"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2880dependencies = [
2881 "core-foundation-sys",
2882 "libc",
2883]
2884
2885[[package]]
2886name = "core-foundation"
2887version = "0.10.0"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2890dependencies = [
2891 "core-foundation-sys",
2892 "libc",
2893]
2894
2895[[package]]
2896name = "core-foundation-sys"
2897version = "0.8.7"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2900
2901[[package]]
2902name = "core-graphics"
2903version = "0.23.2"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2906dependencies = [
2907 "bitflags 1.3.2",
2908 "core-foundation 0.9.4",
2909 "core-graphics-types 0.1.3",
2910 "foreign-types 0.5.0",
2911 "libc",
2912]
2913
2914[[package]]
2915name = "core-graphics"
2916version = "0.24.0"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
2919dependencies = [
2920 "bitflags 2.6.0",
2921 "core-foundation 0.10.0",
2922 "core-graphics-types 0.2.0",
2923 "foreign-types 0.5.0",
2924 "libc",
2925]
2926
2927[[package]]
2928name = "core-graphics-types"
2929version = "0.1.3"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2932dependencies = [
2933 "bitflags 1.3.2",
2934 "core-foundation 0.9.4",
2935 "libc",
2936]
2937
2938[[package]]
2939name = "core-graphics-types"
2940version = "0.2.0"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
2943dependencies = [
2944 "bitflags 2.6.0",
2945 "core-foundation 0.10.0",
2946 "libc",
2947]
2948
2949[[package]]
2950name = "core-services"
2951version = "0.2.1"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
2954dependencies = [
2955 "core-foundation 0.9.4",
2956]
2957
2958[[package]]
2959name = "core-text"
2960version = "20.1.0"
2961source = "registry+https://github.com/rust-lang/crates.io-index"
2962checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
2963dependencies = [
2964 "core-foundation 0.9.4",
2965 "core-graphics 0.23.2",
2966 "foreign-types 0.5.0",
2967 "libc",
2968]
2969
2970[[package]]
2971name = "coreaudio-rs"
2972version = "0.11.3"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
2975dependencies = [
2976 "bitflags 1.3.2",
2977 "core-foundation-sys",
2978 "coreaudio-sys",
2979]
2980
2981[[package]]
2982name = "coreaudio-sys"
2983version = "0.2.15"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9"
2986dependencies = [
2987 "bindgen 0.69.4",
2988]
2989
2990[[package]]
2991name = "cosmic-text"
2992version = "0.11.2"
2993source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
2994dependencies = [
2995 "bitflags 2.6.0",
2996 "fontdb",
2997 "log",
2998 "rangemap",
2999 "rayon",
3000 "rustc-hash 1.1.0",
3001 "rustybuzz",
3002 "self_cell",
3003 "swash",
3004 "sys-locale",
3005 "ttf-parser",
3006 "unicode-bidi",
3007 "unicode-linebreak",
3008 "unicode-script",
3009 "unicode-segmentation",
3010]
3011
3012[[package]]
3013name = "cpal"
3014version = "0.15.3"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
3017dependencies = [
3018 "alsa",
3019 "core-foundation-sys",
3020 "coreaudio-rs",
3021 "dasp_sample",
3022 "jni",
3023 "js-sys",
3024 "libc",
3025 "mach2",
3026 "ndk",
3027 "ndk-context",
3028 "oboe",
3029 "wasm-bindgen",
3030 "wasm-bindgen-futures",
3031 "web-sys",
3032 "windows 0.54.0",
3033]
3034
3035[[package]]
3036name = "cpp_demangle"
3037version = "0.4.4"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3040dependencies = [
3041 "cfg-if",
3042]
3043
3044[[package]]
3045name = "cpufeatures"
3046version = "0.2.13"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
3049dependencies = [
3050 "libc",
3051]
3052
3053[[package]]
3054name = "cranelift-bforest"
3055version = "0.111.1"
3056source = "registry+https://github.com/rust-lang/crates.io-index"
3057checksum = "32d69b774780246008783a75edfb943eccc2487b6a43808503a07cd563f2ffde"
3058dependencies = [
3059 "cranelift-entity",
3060]
3061
3062[[package]]
3063name = "cranelift-bitset"
3064version = "0.111.1"
3065source = "registry+https://github.com/rust-lang/crates.io-index"
3066checksum = "a7d8d71c6b32c1a7cff254c5e5d7359872c1e5e610fbe963472afcddbd9cf303"
3067dependencies = [
3068 "serde",
3069 "serde_derive",
3070]
3071
3072[[package]]
3073name = "cranelift-codegen"
3074version = "0.111.1"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "3ad3a906f2a3f3590ad9798d59a46959a8593258eb985af722f634723c063a2c"
3077dependencies = [
3078 "bumpalo",
3079 "cranelift-bforest",
3080 "cranelift-bitset",
3081 "cranelift-codegen-meta",
3082 "cranelift-codegen-shared",
3083 "cranelift-control",
3084 "cranelift-entity",
3085 "cranelift-isle",
3086 "gimli 0.29.0",
3087 "hashbrown 0.14.5",
3088 "log",
3089 "regalloc2",
3090 "rustc-hash 1.1.0",
3091 "smallvec",
3092 "target-lexicon",
3093]
3094
3095[[package]]
3096name = "cranelift-codegen-meta"
3097version = "0.111.1"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "cd5e4ee12262a135efbef3ced4ab2153adafe4adc55f36af94f9d73be0f7505d"
3100dependencies = [
3101 "cranelift-codegen-shared",
3102]
3103
3104[[package]]
3105name = "cranelift-codegen-shared"
3106version = "0.111.1"
3107source = "registry+https://github.com/rust-lang/crates.io-index"
3108checksum = "5b9374a2a5f060f72e3080fe1c87c9ff4bef2cbe798faae60daf276fb1a13968"
3109
3110[[package]]
3111name = "cranelift-control"
3112version = "0.111.1"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "fba3ca2f344bb22d265a928e7c3f5f46e1a2eb41f1393bd53538d07b6ffb5293"
3115dependencies = [
3116 "arbitrary",
3117]
3118
3119[[package]]
3120name = "cranelift-entity"
3121version = "0.111.1"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "a6aef77dfb018eed09d92d4244abe3c1c060cbbd900c24f75ddde7d75d0e781e"
3124dependencies = [
3125 "cranelift-bitset",
3126 "serde",
3127 "serde_derive",
3128]
3129
3130[[package]]
3131name = "cranelift-frontend"
3132version = "0.111.1"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "7b1d6954f03d63df1cb95d66153c97df0201862220861349bbd5f583754b1917"
3135dependencies = [
3136 "cranelift-codegen",
3137 "log",
3138 "smallvec",
3139 "target-lexicon",
3140]
3141
3142[[package]]
3143name = "cranelift-isle"
3144version = "0.111.1"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "f8b9b7e088b784796ea8aa5947c1cc12034c1b076a077ec2a5a287da717fa746"
3147
3148[[package]]
3149name = "cranelift-native"
3150version = "0.111.1"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "4cab7424083d070669ff3fdeea7c5b4b5013a055aa1ee0532703f17a5f62af64"
3153dependencies = [
3154 "cranelift-codegen",
3155 "libc",
3156 "target-lexicon",
3157]
3158
3159[[package]]
3160name = "cranelift-wasm"
3161version = "0.111.1"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "81a9f6d0495984eef1d753ec8748de0b216b37ade16d219f1c0f27d8188d7f77"
3164dependencies = [
3165 "cranelift-codegen",
3166 "cranelift-entity",
3167 "cranelift-frontend",
3168 "itertools 0.12.1",
3169 "log",
3170 "smallvec",
3171 "wasmparser 0.215.0",
3172 "wasmtime-types",
3173]
3174
3175[[package]]
3176name = "crc"
3177version = "3.2.1"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3180dependencies = [
3181 "crc-catalog",
3182]
3183
3184[[package]]
3185name = "crc-catalog"
3186version = "2.4.0"
3187source = "registry+https://github.com/rust-lang/crates.io-index"
3188checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3189
3190[[package]]
3191name = "crc32c"
3192version = "0.6.8"
3193source = "registry+https://github.com/rust-lang/crates.io-index"
3194checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3195dependencies = [
3196 "rustc_version",
3197]
3198
3199[[package]]
3200name = "crc32fast"
3201version = "1.4.2"
3202source = "registry+https://github.com/rust-lang/crates.io-index"
3203checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3204dependencies = [
3205 "cfg-if",
3206]
3207
3208[[package]]
3209name = "criterion"
3210version = "0.5.1"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3213dependencies = [
3214 "anes",
3215 "cast",
3216 "ciborium",
3217 "clap",
3218 "criterion-plot",
3219 "is-terminal",
3220 "itertools 0.10.5",
3221 "num-traits",
3222 "once_cell",
3223 "oorandom",
3224 "plotters",
3225 "rayon",
3226 "regex",
3227 "serde",
3228 "serde_derive",
3229 "serde_json",
3230 "tinytemplate",
3231 "walkdir",
3232]
3233
3234[[package]]
3235name = "criterion-plot"
3236version = "0.5.0"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3239dependencies = [
3240 "cast",
3241 "itertools 0.10.5",
3242]
3243
3244[[package]]
3245name = "crossbeam-channel"
3246version = "0.5.13"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3249dependencies = [
3250 "crossbeam-utils",
3251]
3252
3253[[package]]
3254name = "crossbeam-deque"
3255version = "0.8.5"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3258dependencies = [
3259 "crossbeam-epoch",
3260 "crossbeam-utils",
3261]
3262
3263[[package]]
3264name = "crossbeam-epoch"
3265version = "0.9.18"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3268dependencies = [
3269 "crossbeam-utils",
3270]
3271
3272[[package]]
3273name = "crossbeam-queue"
3274version = "0.3.11"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3277dependencies = [
3278 "crossbeam-utils",
3279]
3280
3281[[package]]
3282name = "crossbeam-utils"
3283version = "0.8.20"
3284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3286
3287[[package]]
3288name = "crunchy"
3289version = "0.2.2"
3290source = "registry+https://github.com/rust-lang/crates.io-index"
3291checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3292
3293[[package]]
3294name = "crypto-bigint"
3295version = "0.4.9"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3298dependencies = [
3299 "generic-array",
3300 "rand_core 0.6.4",
3301 "subtle",
3302 "zeroize",
3303]
3304
3305[[package]]
3306name = "crypto-bigint"
3307version = "0.5.5"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3310dependencies = [
3311 "rand_core 0.6.4",
3312 "subtle",
3313]
3314
3315[[package]]
3316name = "crypto-common"
3317version = "0.1.6"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3320dependencies = [
3321 "generic-array",
3322 "rand_core 0.6.4",
3323 "typenum",
3324]
3325
3326[[package]]
3327name = "ctor"
3328version = "0.2.8"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
3331dependencies = [
3332 "quote",
3333 "syn 2.0.76",
3334]
3335
3336[[package]]
3337name = "ctrlc"
3338version = "3.4.5"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3341dependencies = [
3342 "nix",
3343 "windows-sys 0.59.0",
3344]
3345
3346[[package]]
3347name = "cursor-icon"
3348version = "1.1.0"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3351
3352[[package]]
3353name = "dashmap"
3354version = "5.5.3"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3357dependencies = [
3358 "cfg-if",
3359 "hashbrown 0.14.5",
3360 "lock_api",
3361 "once_cell",
3362 "parking_lot_core",
3363]
3364
3365[[package]]
3366name = "dashmap"
3367version = "6.0.1"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
3370dependencies = [
3371 "cfg-if",
3372 "crossbeam-utils",
3373 "hashbrown 0.14.5",
3374 "lock_api",
3375 "once_cell",
3376 "parking_lot_core",
3377]
3378
3379[[package]]
3380name = "dasp_sample"
3381version = "0.11.0"
3382source = "registry+https://github.com/rust-lang/crates.io-index"
3383checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3384
3385[[package]]
3386name = "data-encoding"
3387version = "2.6.0"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3390
3391[[package]]
3392name = "data-url"
3393version = "0.3.1"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3396
3397[[package]]
3398name = "db"
3399version = "0.1.0"
3400dependencies = [
3401 "anyhow",
3402 "gpui",
3403 "indoc",
3404 "log",
3405 "paths",
3406 "release_channel",
3407 "smol",
3408 "sqlez",
3409 "sqlez_macros",
3410 "tempfile",
3411 "util",
3412]
3413
3414[[package]]
3415name = "dbus"
3416version = "0.9.7"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3419dependencies = [
3420 "libc",
3421 "libdbus-sys",
3422 "winapi",
3423]
3424
3425[[package]]
3426name = "deflate64"
3427version = "0.1.9"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3430
3431[[package]]
3432name = "der"
3433version = "0.6.1"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3436dependencies = [
3437 "const-oid",
3438 "zeroize",
3439]
3440
3441[[package]]
3442name = "der"
3443version = "0.7.9"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3446dependencies = [
3447 "const-oid",
3448 "pem-rfc7468",
3449 "zeroize",
3450]
3451
3452[[package]]
3453name = "deranged"
3454version = "0.3.11"
3455source = "registry+https://github.com/rust-lang/crates.io-index"
3456checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3457dependencies = [
3458 "powerfmt",
3459 "serde",
3460]
3461
3462[[package]]
3463name = "derive_more"
3464version = "0.99.18"
3465source = "registry+https://github.com/rust-lang/crates.io-index"
3466checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3467dependencies = [
3468 "convert_case 0.4.0",
3469 "proc-macro2",
3470 "quote",
3471 "rustc_version",
3472 "syn 2.0.76",
3473]
3474
3475[[package]]
3476name = "derive_refineable"
3477version = "0.1.0"
3478dependencies = [
3479 "proc-macro2",
3480 "quote",
3481 "syn 1.0.109",
3482]
3483
3484[[package]]
3485name = "diagnostics"
3486version = "0.1.0"
3487dependencies = [
3488 "anyhow",
3489 "client",
3490 "collections",
3491 "ctor",
3492 "editor",
3493 "env_logger 0.11.5",
3494 "gpui",
3495 "language",
3496 "log",
3497 "lsp",
3498 "pretty_assertions",
3499 "project",
3500 "rand 0.8.5",
3501 "schemars",
3502 "serde",
3503 "serde_json",
3504 "settings",
3505 "theme",
3506 "ui",
3507 "unindent",
3508 "util",
3509 "workspace",
3510]
3511
3512[[package]]
3513name = "dialoguer"
3514version = "0.11.0"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3517dependencies = [
3518 "console",
3519 "fuzzy-matcher",
3520 "shell-words",
3521 "tempfile",
3522 "thiserror",
3523 "zeroize",
3524]
3525
3526[[package]]
3527name = "diff"
3528version = "0.1.13"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3531
3532[[package]]
3533name = "digest"
3534version = "0.10.7"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3537dependencies = [
3538 "block-buffer",
3539 "const-oid",
3540 "crypto-common",
3541 "subtle",
3542]
3543
3544[[package]]
3545name = "dirs"
3546version = "4.0.0"
3547source = "registry+https://github.com/rust-lang/crates.io-index"
3548checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3549dependencies = [
3550 "dirs-sys 0.3.7",
3551]
3552
3553[[package]]
3554name = "dirs"
3555version = "5.0.1"
3556source = "registry+https://github.com/rust-lang/crates.io-index"
3557checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3558dependencies = [
3559 "dirs-sys 0.4.1",
3560]
3561
3562[[package]]
3563name = "dirs-sys"
3564version = "0.3.7"
3565source = "registry+https://github.com/rust-lang/crates.io-index"
3566checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3567dependencies = [
3568 "libc",
3569 "redox_users",
3570 "winapi",
3571]
3572
3573[[package]]
3574name = "dirs-sys"
3575version = "0.4.1"
3576source = "registry+https://github.com/rust-lang/crates.io-index"
3577checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3578dependencies = [
3579 "libc",
3580 "option-ext",
3581 "redox_users",
3582 "windows-sys 0.48.0",
3583]
3584
3585[[package]]
3586name = "dlib"
3587version = "0.5.2"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3590dependencies = [
3591 "libloading",
3592]
3593
3594[[package]]
3595name = "docs_preprocessor"
3596version = "0.1.0"
3597dependencies = [
3598 "anyhow",
3599 "clap",
3600 "mdbook",
3601 "regex",
3602 "serde",
3603 "serde_json",
3604 "settings",
3605 "util",
3606]
3607
3608[[package]]
3609name = "dotenvy"
3610version = "0.15.7"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3613
3614[[package]]
3615name = "downcast-rs"
3616version = "1.2.1"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3619
3620[[package]]
3621name = "doxygen-rs"
3622version = "0.4.2"
3623source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3625dependencies = [
3626 "phf",
3627]
3628
3629[[package]]
3630name = "dwrote"
3631version = "0.11.1"
3632source = "registry+https://github.com/rust-lang/crates.io-index"
3633checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c"
3634dependencies = [
3635 "lazy_static",
3636 "libc",
3637 "winapi",
3638 "wio",
3639]
3640
3641[[package]]
3642name = "dyn-clone"
3643version = "1.0.17"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3646
3647[[package]]
3648name = "ec4rs"
3649version = "1.1.1"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3652
3653[[package]]
3654name = "ecdsa"
3655version = "0.14.8"
3656source = "registry+https://github.com/rust-lang/crates.io-index"
3657checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3658dependencies = [
3659 "der 0.6.1",
3660 "elliptic-curve",
3661 "rfc6979",
3662 "signature 1.6.4",
3663]
3664
3665[[package]]
3666name = "editor"
3667version = "0.1.0"
3668dependencies = [
3669 "aho-corasick",
3670 "anyhow",
3671 "assets",
3672 "chrono",
3673 "client",
3674 "clock",
3675 "collections",
3676 "convert_case 0.6.0",
3677 "ctor",
3678 "db",
3679 "emojis",
3680 "env_logger 0.11.5",
3681 "file_icons",
3682 "futures 0.3.30",
3683 "fuzzy",
3684 "git",
3685 "gpui",
3686 "http_client",
3687 "indoc",
3688 "itertools 0.13.0",
3689 "language",
3690 "linkify",
3691 "log",
3692 "lsp",
3693 "markdown",
3694 "multi_buffer",
3695 "ordered-float 2.10.1",
3696 "parking_lot",
3697 "pretty_assertions",
3698 "project",
3699 "rand 0.8.5",
3700 "release_channel",
3701 "rpc",
3702 "schemars",
3703 "serde",
3704 "serde_json",
3705 "settings",
3706 "similar",
3707 "smallvec",
3708 "smol",
3709 "snippet",
3710 "sum_tree",
3711 "task",
3712 "text",
3713 "theme",
3714 "time",
3715 "time_format",
3716 "tree-sitter-html",
3717 "tree-sitter-rust",
3718 "tree-sitter-typescript",
3719 "ui",
3720 "unicode-segmentation",
3721 "unindent",
3722 "url",
3723 "util",
3724 "workspace",
3725]
3726
3727[[package]]
3728name = "educe"
3729version = "0.5.11"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8"
3732dependencies = [
3733 "enum-ordinalize",
3734 "proc-macro2",
3735 "quote",
3736 "syn 2.0.76",
3737]
3738
3739[[package]]
3740name = "either"
3741version = "1.13.0"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3744dependencies = [
3745 "serde",
3746]
3747
3748[[package]]
3749name = "elasticlunr-rs"
3750version = "3.0.2"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3753dependencies = [
3754 "regex",
3755 "serde",
3756 "serde_derive",
3757 "serde_json",
3758]
3759
3760[[package]]
3761name = "elliptic-curve"
3762version = "0.12.3"
3763source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3765dependencies = [
3766 "base16ct",
3767 "crypto-bigint 0.4.9",
3768 "der 0.6.1",
3769 "digest",
3770 "ff",
3771 "generic-array",
3772 "group",
3773 "pkcs8 0.9.0",
3774 "rand_core 0.6.4",
3775 "sec1",
3776 "subtle",
3777 "zeroize",
3778]
3779
3780[[package]]
3781name = "embed-resource"
3782version = "2.4.3"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602"
3785dependencies = [
3786 "cc",
3787 "memchr",
3788 "rustc_version",
3789 "toml 0.8.19",
3790 "vswhom",
3791 "winreg 0.52.0",
3792]
3793
3794[[package]]
3795name = "embedded-io"
3796version = "0.4.0"
3797source = "registry+https://github.com/rust-lang/crates.io-index"
3798checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3799
3800[[package]]
3801name = "embedded-io"
3802version = "0.6.1"
3803source = "registry+https://github.com/rust-lang/crates.io-index"
3804checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3805
3806[[package]]
3807name = "emojis"
3808version = "0.6.4"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3811dependencies = [
3812 "phf",
3813]
3814
3815[[package]]
3816name = "encode_unicode"
3817version = "0.3.6"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3820
3821[[package]]
3822name = "encoding_rs"
3823version = "0.8.34"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
3826dependencies = [
3827 "cfg-if",
3828]
3829
3830[[package]]
3831name = "endi"
3832version = "1.1.0"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3835
3836[[package]]
3837name = "enum-ordinalize"
3838version = "4.3.0"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
3841dependencies = [
3842 "enum-ordinalize-derive",
3843]
3844
3845[[package]]
3846name = "enum-ordinalize-derive"
3847version = "4.3.1"
3848source = "registry+https://github.com/rust-lang/crates.io-index"
3849checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
3850dependencies = [
3851 "proc-macro2",
3852 "quote",
3853 "syn 2.0.76",
3854]
3855
3856[[package]]
3857name = "enumflags2"
3858version = "0.7.10"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
3861dependencies = [
3862 "enumflags2_derive",
3863 "serde",
3864]
3865
3866[[package]]
3867name = "enumflags2_derive"
3868version = "0.7.10"
3869source = "registry+https://github.com/rust-lang/crates.io-index"
3870checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
3871dependencies = [
3872 "proc-macro2",
3873 "quote",
3874 "syn 2.0.76",
3875]
3876
3877[[package]]
3878name = "env_filter"
3879version = "0.1.2"
3880source = "registry+https://github.com/rust-lang/crates.io-index"
3881checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
3882dependencies = [
3883 "log",
3884 "regex",
3885]
3886
3887[[package]]
3888name = "env_logger"
3889version = "0.10.2"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
3892dependencies = [
3893 "humantime",
3894 "is-terminal",
3895 "log",
3896 "regex",
3897 "termcolor",
3898]
3899
3900[[package]]
3901name = "env_logger"
3902version = "0.11.5"
3903source = "registry+https://github.com/rust-lang/crates.io-index"
3904checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
3905dependencies = [
3906 "anstream",
3907 "anstyle",
3908 "env_filter",
3909 "humantime",
3910 "log",
3911]
3912
3913[[package]]
3914name = "envy"
3915version = "0.4.2"
3916source = "registry+https://github.com/rust-lang/crates.io-index"
3917checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
3918dependencies = [
3919 "serde",
3920]
3921
3922[[package]]
3923name = "equivalent"
3924version = "1.0.1"
3925source = "registry+https://github.com/rust-lang/crates.io-index"
3926checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
3927
3928[[package]]
3929name = "erased-serde"
3930version = "0.4.5"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
3933dependencies = [
3934 "serde",
3935 "typeid",
3936]
3937
3938[[package]]
3939name = "errno"
3940version = "0.2.8"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
3943dependencies = [
3944 "errno-dragonfly",
3945 "libc",
3946 "winapi",
3947]
3948
3949[[package]]
3950name = "errno"
3951version = "0.3.9"
3952source = "registry+https://github.com/rust-lang/crates.io-index"
3953checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
3954dependencies = [
3955 "libc",
3956 "windows-sys 0.52.0",
3957]
3958
3959[[package]]
3960name = "errno-dragonfly"
3961version = "0.1.2"
3962source = "registry+https://github.com/rust-lang/crates.io-index"
3963checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
3964dependencies = [
3965 "cc",
3966 "libc",
3967]
3968
3969[[package]]
3970name = "etagere"
3971version = "0.2.13"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
3974dependencies = [
3975 "euclid",
3976 "svg_fmt",
3977]
3978
3979[[package]]
3980name = "etcetera"
3981version = "0.8.0"
3982source = "registry+https://github.com/rust-lang/crates.io-index"
3983checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
3984dependencies = [
3985 "cfg-if",
3986 "home",
3987 "windows-sys 0.48.0",
3988]
3989
3990[[package]]
3991name = "euclid"
3992version = "0.22.11"
3993source = "registry+https://github.com/rust-lang/crates.io-index"
3994checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
3995dependencies = [
3996 "num-traits",
3997]
3998
3999[[package]]
4000name = "evals"
4001version = "0.1.0"
4002dependencies = [
4003 "anyhow",
4004 "clap",
4005 "client",
4006 "clock",
4007 "collections",
4008 "env_logger 0.11.5",
4009 "feature_flags",
4010 "fs",
4011 "git",
4012 "gpui",
4013 "http_client",
4014 "language",
4015 "languages",
4016 "node_runtime",
4017 "open_ai",
4018 "project",
4019 "reqwest_client",
4020 "semantic_index",
4021 "serde",
4022 "serde_json",
4023 "settings",
4024 "smol",
4025]
4026
4027[[package]]
4028name = "event-listener"
4029version = "2.5.3"
4030source = "registry+https://github.com/rust-lang/crates.io-index"
4031checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4032
4033[[package]]
4034name = "event-listener"
4035version = "3.1.0"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4038dependencies = [
4039 "concurrent-queue",
4040 "parking",
4041 "pin-project-lite",
4042]
4043
4044[[package]]
4045name = "event-listener"
4046version = "5.3.1"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4049dependencies = [
4050 "concurrent-queue",
4051 "parking",
4052 "pin-project-lite",
4053]
4054
4055[[package]]
4056name = "event-listener-strategy"
4057version = "0.5.2"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
4060dependencies = [
4061 "event-listener 5.3.1",
4062 "pin-project-lite",
4063]
4064
4065[[package]]
4066name = "exec"
4067version = "0.3.1"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4070dependencies = [
4071 "errno 0.2.8",
4072 "libc",
4073]
4074
4075[[package]]
4076name = "exr"
4077version = "1.72.0"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
4080dependencies = [
4081 "bit_field",
4082 "flume",
4083 "half",
4084 "lebe",
4085 "miniz_oxide 0.7.4",
4086 "rayon-core",
4087 "smallvec",
4088 "zune-inflate",
4089]
4090
4091[[package]]
4092name = "extension"
4093version = "0.1.0"
4094dependencies = [
4095 "anyhow",
4096 "async-compression",
4097 "async-tar",
4098 "collections",
4099 "fs",
4100 "futures 0.3.30",
4101 "http_client",
4102 "language",
4103 "log",
4104 "lsp",
4105 "semantic_version",
4106 "serde",
4107 "serde_json",
4108 "toml 0.8.19",
4109 "wasm-encoder 0.215.0",
4110 "wasmparser 0.215.0",
4111 "wit-component",
4112]
4113
4114[[package]]
4115name = "extension_cli"
4116version = "0.1.0"
4117dependencies = [
4118 "anyhow",
4119 "clap",
4120 "env_logger 0.11.5",
4121 "extension",
4122 "fs",
4123 "language",
4124 "log",
4125 "reqwest_client",
4126 "rpc",
4127 "serde",
4128 "serde_json",
4129 "theme",
4130 "tokio",
4131 "toml 0.8.19",
4132 "tree-sitter",
4133 "wasmtime",
4134]
4135
4136[[package]]
4137name = "extension_host"
4138version = "0.1.0"
4139dependencies = [
4140 "anyhow",
4141 "assistant_slash_command",
4142 "async-compression",
4143 "async-tar",
4144 "async-trait",
4145 "client",
4146 "collections",
4147 "ctor",
4148 "env_logger 0.11.5",
4149 "extension",
4150 "fs",
4151 "futures 0.3.30",
4152 "gpui",
4153 "http_client",
4154 "indexed_docs",
4155 "language",
4156 "log",
4157 "lsp",
4158 "node_runtime",
4159 "parking_lot",
4160 "paths",
4161 "project",
4162 "release_channel",
4163 "reqwest_client",
4164 "schemars",
4165 "semantic_version",
4166 "serde",
4167 "serde_json",
4168 "serde_json_lenient",
4169 "settings",
4170 "snippet_provider",
4171 "task",
4172 "theme",
4173 "toml 0.8.19",
4174 "ui",
4175 "url",
4176 "util",
4177 "wasmtime",
4178 "wasmtime-wasi",
4179 "workspace",
4180]
4181
4182[[package]]
4183name = "extensions_ui"
4184version = "0.1.0"
4185dependencies = [
4186 "anyhow",
4187 "client",
4188 "collections",
4189 "db",
4190 "editor",
4191 "extension_host",
4192 "fs",
4193 "fuzzy",
4194 "gpui",
4195 "language",
4196 "num-format",
4197 "picker",
4198 "project",
4199 "release_channel",
4200 "semantic_version",
4201 "serde",
4202 "settings",
4203 "smallvec",
4204 "theme",
4205 "theme_selector",
4206 "ui",
4207 "util",
4208 "vim",
4209 "workspace",
4210]
4211
4212[[package]]
4213name = "fallible-iterator"
4214version = "0.3.0"
4215source = "registry+https://github.com/rust-lang/crates.io-index"
4216checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4217
4218[[package]]
4219name = "fancy-regex"
4220version = "0.12.0"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
4223dependencies = [
4224 "bit-set 0.5.3",
4225 "regex",
4226]
4227
4228[[package]]
4229name = "fast-srgb8"
4230version = "1.0.0"
4231source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4233
4234[[package]]
4235name = "fastrand"
4236version = "1.9.0"
4237source = "registry+https://github.com/rust-lang/crates.io-index"
4238checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4239dependencies = [
4240 "instant",
4241]
4242
4243[[package]]
4244name = "fastrand"
4245version = "2.1.1"
4246source = "registry+https://github.com/rust-lang/crates.io-index"
4247checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
4248
4249[[package]]
4250name = "fd-lock"
4251version = "4.0.2"
4252source = "registry+https://github.com/rust-lang/crates.io-index"
4253checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4254dependencies = [
4255 "cfg-if",
4256 "rustix 0.38.35",
4257 "windows-sys 0.52.0",
4258]
4259
4260[[package]]
4261name = "fdeflate"
4262version = "0.3.4"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
4265dependencies = [
4266 "simd-adler32",
4267]
4268
4269[[package]]
4270name = "feature_flags"
4271version = "0.1.0"
4272dependencies = [
4273 "futures 0.3.30",
4274 "gpui",
4275]
4276
4277[[package]]
4278name = "feedback"
4279version = "0.1.0"
4280dependencies = [
4281 "anyhow",
4282 "bitflags 2.6.0",
4283 "client",
4284 "db",
4285 "editor",
4286 "futures 0.3.30",
4287 "gpui",
4288 "http_client",
4289 "human_bytes",
4290 "language",
4291 "log",
4292 "menu",
4293 "project",
4294 "regex",
4295 "release_channel",
4296 "serde",
4297 "serde_derive",
4298 "serde_json",
4299 "smol",
4300 "sysinfo",
4301 "ui",
4302 "urlencoding",
4303 "util",
4304 "workspace",
4305]
4306
4307[[package]]
4308name = "ff"
4309version = "0.12.1"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4312dependencies = [
4313 "rand_core 0.6.4",
4314 "subtle",
4315]
4316
4317[[package]]
4318name = "file_finder"
4319version = "0.1.0"
4320dependencies = [
4321 "anyhow",
4322 "collections",
4323 "ctor",
4324 "editor",
4325 "env_logger 0.11.5",
4326 "file_icons",
4327 "futures 0.3.30",
4328 "fuzzy",
4329 "gpui",
4330 "language",
4331 "menu",
4332 "picker",
4333 "project",
4334 "schemars",
4335 "serde",
4336 "serde_derive",
4337 "serde_json",
4338 "settings",
4339 "text",
4340 "theme",
4341 "ui",
4342 "util",
4343 "workspace",
4344]
4345
4346[[package]]
4347name = "file_icons"
4348version = "0.1.0"
4349dependencies = [
4350 "collections",
4351 "gpui",
4352 "serde",
4353 "serde_derive",
4354 "serde_json",
4355 "util",
4356]
4357
4358[[package]]
4359name = "filedescriptor"
4360version = "0.8.2"
4361source = "registry+https://github.com/rust-lang/crates.io-index"
4362checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4363dependencies = [
4364 "libc",
4365 "thiserror",
4366 "winapi",
4367]
4368
4369[[package]]
4370name = "filetime"
4371version = "0.2.25"
4372source = "registry+https://github.com/rust-lang/crates.io-index"
4373checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4374dependencies = [
4375 "cfg-if",
4376 "libc",
4377 "libredox",
4378 "windows-sys 0.59.0",
4379]
4380
4381[[package]]
4382name = "fixedbitset"
4383version = "0.4.2"
4384source = "registry+https://github.com/rust-lang/crates.io-index"
4385checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4386
4387[[package]]
4388name = "flate2"
4389version = "1.0.33"
4390source = "registry+https://github.com/rust-lang/crates.io-index"
4391checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
4392dependencies = [
4393 "crc32fast",
4394 "miniz_oxide 0.8.0",
4395]
4396
4397[[package]]
4398name = "float-cmp"
4399version = "0.9.0"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4402
4403[[package]]
4404name = "float-ord"
4405version = "0.3.2"
4406source = "registry+https://github.com/rust-lang/crates.io-index"
4407checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4408
4409[[package]]
4410name = "flume"
4411version = "0.11.1"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4414dependencies = [
4415 "futures-core",
4416 "futures-sink",
4417 "nanorand",
4418 "spin 0.9.8",
4419]
4420
4421[[package]]
4422name = "fnv"
4423version = "1.0.7"
4424source = "registry+https://github.com/rust-lang/crates.io-index"
4425checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4426
4427[[package]]
4428name = "font-kit"
4429version = "0.14.1"
4430source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4431dependencies = [
4432 "bitflags 2.6.0",
4433 "byteorder",
4434 "core-foundation 0.9.4",
4435 "core-graphics 0.23.2",
4436 "core-text",
4437 "dirs 5.0.1",
4438 "dwrote",
4439 "float-ord",
4440 "freetype-sys",
4441 "lazy_static",
4442 "libc",
4443 "log",
4444 "pathfinder_geometry",
4445 "pathfinder_simd",
4446 "walkdir",
4447 "winapi",
4448 "yeslogic-fontconfig-sys",
4449]
4450
4451[[package]]
4452name = "font-types"
4453version = "0.6.0"
4454source = "registry+https://github.com/rust-lang/crates.io-index"
4455checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60"
4456dependencies = [
4457 "bytemuck",
4458]
4459
4460[[package]]
4461name = "fontconfig-parser"
4462version = "0.5.7"
4463source = "registry+https://github.com/rust-lang/crates.io-index"
4464checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4465dependencies = [
4466 "roxmltree 0.20.0",
4467]
4468
4469[[package]]
4470name = "fontdb"
4471version = "0.18.0"
4472source = "registry+https://github.com/rust-lang/crates.io-index"
4473checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4474dependencies = [
4475 "fontconfig-parser",
4476 "log",
4477 "memmap2",
4478 "slotmap",
4479 "tinyvec",
4480 "ttf-parser",
4481]
4482
4483[[package]]
4484name = "foreign-types"
4485version = "0.3.2"
4486source = "registry+https://github.com/rust-lang/crates.io-index"
4487checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4488dependencies = [
4489 "foreign-types-shared 0.1.1",
4490]
4491
4492[[package]]
4493name = "foreign-types"
4494version = "0.5.0"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4497dependencies = [
4498 "foreign-types-macros",
4499 "foreign-types-shared 0.3.1",
4500]
4501
4502[[package]]
4503name = "foreign-types-macros"
4504version = "0.2.3"
4505source = "registry+https://github.com/rust-lang/crates.io-index"
4506checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4507dependencies = [
4508 "proc-macro2",
4509 "quote",
4510 "syn 2.0.76",
4511]
4512
4513[[package]]
4514name = "foreign-types-shared"
4515version = "0.1.1"
4516source = "registry+https://github.com/rust-lang/crates.io-index"
4517checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4518
4519[[package]]
4520name = "foreign-types-shared"
4521version = "0.3.1"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4524
4525[[package]]
4526name = "fork"
4527version = "0.2.0"
4528source = "registry+https://github.com/rust-lang/crates.io-index"
4529checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4530dependencies = [
4531 "libc",
4532]
4533
4534[[package]]
4535name = "form_urlencoded"
4536version = "1.2.1"
4537source = "registry+https://github.com/rust-lang/crates.io-index"
4538checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4539dependencies = [
4540 "percent-encoding",
4541]
4542
4543[[package]]
4544name = "freetype-sys"
4545version = "0.20.1"
4546source = "registry+https://github.com/rust-lang/crates.io-index"
4547checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4548dependencies = [
4549 "cc",
4550 "libc",
4551 "pkg-config",
4552]
4553
4554[[package]]
4555name = "fs"
4556version = "0.1.0"
4557dependencies = [
4558 "anyhow",
4559 "ashpd",
4560 "async-tar",
4561 "async-trait",
4562 "cocoa 0.26.0",
4563 "collections",
4564 "fsevent",
4565 "futures 0.3.30",
4566 "git",
4567 "git2",
4568 "gpui",
4569 "libc",
4570 "notify",
4571 "objc",
4572 "parking_lot",
4573 "paths",
4574 "rope",
4575 "serde",
4576 "serde_json",
4577 "smol",
4578 "tempfile",
4579 "text",
4580 "time",
4581 "util",
4582 "windows 0.58.0",
4583]
4584
4585[[package]]
4586name = "fs-set-times"
4587version = "0.20.1"
4588source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
4590dependencies = [
4591 "io-lifetimes 2.0.3",
4592 "rustix 0.38.35",
4593 "windows-sys 0.52.0",
4594]
4595
4596[[package]]
4597name = "fsevent"
4598version = "0.1.0"
4599dependencies = [
4600 "bitflags 2.6.0",
4601 "core-foundation 0.9.4",
4602 "fsevent-sys 3.1.0",
4603 "parking_lot",
4604 "tempfile",
4605]
4606
4607[[package]]
4608name = "fsevent-sys"
4609version = "3.1.0"
4610source = "registry+https://github.com/rust-lang/crates.io-index"
4611checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4612dependencies = [
4613 "libc",
4614]
4615
4616[[package]]
4617name = "fsevent-sys"
4618version = "4.1.0"
4619source = "registry+https://github.com/rust-lang/crates.io-index"
4620checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4621dependencies = [
4622 "libc",
4623]
4624
4625[[package]]
4626name = "funty"
4627version = "2.0.0"
4628source = "registry+https://github.com/rust-lang/crates.io-index"
4629checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4630
4631[[package]]
4632name = "futf"
4633version = "0.1.5"
4634source = "registry+https://github.com/rust-lang/crates.io-index"
4635checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4636dependencies = [
4637 "mac",
4638 "new_debug_unreachable",
4639]
4640
4641[[package]]
4642name = "futures"
4643version = "0.1.31"
4644source = "registry+https://github.com/rust-lang/crates.io-index"
4645checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4646
4647[[package]]
4648name = "futures"
4649version = "0.3.30"
4650source = "registry+https://github.com/rust-lang/crates.io-index"
4651checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
4652dependencies = [
4653 "futures-channel",
4654 "futures-core",
4655 "futures-executor",
4656 "futures-io",
4657 "futures-sink",
4658 "futures-task",
4659 "futures-util",
4660]
4661
4662[[package]]
4663name = "futures-batch"
4664version = "0.6.1"
4665source = "registry+https://github.com/rust-lang/crates.io-index"
4666checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4667dependencies = [
4668 "futures 0.3.30",
4669 "futures-timer",
4670 "pin-utils",
4671]
4672
4673[[package]]
4674name = "futures-channel"
4675version = "0.3.30"
4676source = "registry+https://github.com/rust-lang/crates.io-index"
4677checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
4678dependencies = [
4679 "futures-core",
4680 "futures-sink",
4681]
4682
4683[[package]]
4684name = "futures-core"
4685version = "0.3.30"
4686source = "registry+https://github.com/rust-lang/crates.io-index"
4687checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
4688
4689[[package]]
4690name = "futures-executor"
4691version = "0.3.30"
4692source = "registry+https://github.com/rust-lang/crates.io-index"
4693checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
4694dependencies = [
4695 "futures-core",
4696 "futures-task",
4697 "futures-util",
4698]
4699
4700[[package]]
4701name = "futures-intrusive"
4702version = "0.5.0"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4705dependencies = [
4706 "futures-core",
4707 "lock_api",
4708 "parking_lot",
4709]
4710
4711[[package]]
4712name = "futures-io"
4713version = "0.3.30"
4714source = "registry+https://github.com/rust-lang/crates.io-index"
4715checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
4716
4717[[package]]
4718name = "futures-lite"
4719version = "1.13.0"
4720source = "registry+https://github.com/rust-lang/crates.io-index"
4721checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4722dependencies = [
4723 "fastrand 1.9.0",
4724 "futures-core",
4725 "futures-io",
4726 "memchr",
4727 "parking",
4728 "pin-project-lite",
4729 "waker-fn",
4730]
4731
4732[[package]]
4733name = "futures-lite"
4734version = "2.3.0"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
4737dependencies = [
4738 "fastrand 2.1.1",
4739 "futures-core",
4740 "futures-io",
4741 "parking",
4742 "pin-project-lite",
4743]
4744
4745[[package]]
4746name = "futures-macro"
4747version = "0.3.30"
4748source = "registry+https://github.com/rust-lang/crates.io-index"
4749checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
4750dependencies = [
4751 "proc-macro2",
4752 "quote",
4753 "syn 2.0.76",
4754]
4755
4756[[package]]
4757name = "futures-sink"
4758version = "0.3.30"
4759source = "registry+https://github.com/rust-lang/crates.io-index"
4760checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
4761
4762[[package]]
4763name = "futures-task"
4764version = "0.3.30"
4765source = "registry+https://github.com/rust-lang/crates.io-index"
4766checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
4767
4768[[package]]
4769name = "futures-timer"
4770version = "3.0.3"
4771source = "registry+https://github.com/rust-lang/crates.io-index"
4772checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4773
4774[[package]]
4775name = "futures-util"
4776version = "0.3.30"
4777source = "registry+https://github.com/rust-lang/crates.io-index"
4778checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
4779dependencies = [
4780 "futures 0.1.31",
4781 "futures-channel",
4782 "futures-core",
4783 "futures-io",
4784 "futures-macro",
4785 "futures-sink",
4786 "futures-task",
4787 "memchr",
4788 "pin-project-lite",
4789 "pin-utils",
4790 "slab",
4791 "tokio-io",
4792]
4793
4794[[package]]
4795name = "fuzzy"
4796version = "0.1.0"
4797dependencies = [
4798 "gpui",
4799 "util",
4800]
4801
4802[[package]]
4803name = "fuzzy-matcher"
4804version = "0.3.7"
4805source = "registry+https://github.com/rust-lang/crates.io-index"
4806checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4807dependencies = [
4808 "thread_local",
4809]
4810
4811[[package]]
4812name = "generic-array"
4813version = "0.14.7"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4816dependencies = [
4817 "typenum",
4818 "version_check",
4819]
4820
4821[[package]]
4822name = "gethostname"
4823version = "0.4.3"
4824source = "registry+https://github.com/rust-lang/crates.io-index"
4825checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4826dependencies = [
4827 "libc",
4828 "windows-targets 0.48.5",
4829]
4830
4831[[package]]
4832name = "getrandom"
4833version = "0.1.16"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4836dependencies = [
4837 "cfg-if",
4838 "libc",
4839 "wasi 0.9.0+wasi-snapshot-preview1",
4840]
4841
4842[[package]]
4843name = "getrandom"
4844version = "0.2.15"
4845source = "registry+https://github.com/rust-lang/crates.io-index"
4846checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
4847dependencies = [
4848 "cfg-if",
4849 "js-sys",
4850 "libc",
4851 "wasi 0.11.0+wasi-snapshot-preview1",
4852 "wasm-bindgen",
4853]
4854
4855[[package]]
4856name = "gif"
4857version = "0.13.1"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
4860dependencies = [
4861 "color_quant",
4862 "weezl",
4863]
4864
4865[[package]]
4866name = "gimli"
4867version = "0.29.0"
4868source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
4870dependencies = [
4871 "fallible-iterator",
4872 "indexmap 2.4.0",
4873 "stable_deref_trait",
4874]
4875
4876[[package]]
4877name = "gimli"
4878version = "0.31.0"
4879source = "registry+https://github.com/rust-lang/crates.io-index"
4880checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
4881
4882[[package]]
4883name = "git"
4884version = "0.1.0"
4885dependencies = [
4886 "anyhow",
4887 "async-trait",
4888 "clock",
4889 "collections",
4890 "derive_more",
4891 "git2",
4892 "gpui",
4893 "http_client",
4894 "log",
4895 "parking_lot",
4896 "pretty_assertions",
4897 "rope",
4898 "serde",
4899 "serde_json",
4900 "smol",
4901 "sum_tree",
4902 "text",
4903 "time",
4904 "unindent",
4905 "url",
4906 "util",
4907 "windows 0.58.0",
4908]
4909
4910[[package]]
4911name = "git2"
4912version = "0.19.0"
4913source = "registry+https://github.com/rust-lang/crates.io-index"
4914checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
4915dependencies = [
4916 "bitflags 2.6.0",
4917 "libc",
4918 "libgit2-sys",
4919 "log",
4920 "url",
4921]
4922
4923[[package]]
4924name = "git_hosting_providers"
4925version = "0.1.0"
4926dependencies = [
4927 "anyhow",
4928 "async-trait",
4929 "futures 0.3.30",
4930 "git",
4931 "gpui",
4932 "http_client",
4933 "indoc",
4934 "pretty_assertions",
4935 "regex",
4936 "serde",
4937 "serde_json",
4938 "url",
4939 "util",
4940]
4941
4942[[package]]
4943name = "glob"
4944version = "0.3.1"
4945source = "registry+https://github.com/rust-lang/crates.io-index"
4946checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4947
4948[[package]]
4949name = "globset"
4950version = "0.4.15"
4951source = "registry+https://github.com/rust-lang/crates.io-index"
4952checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
4953dependencies = [
4954 "aho-corasick",
4955 "bstr",
4956 "log",
4957 "regex-automata 0.4.7",
4958 "regex-syntax 0.8.4",
4959]
4960
4961[[package]]
4962name = "gloo-timers"
4963version = "0.2.6"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
4966dependencies = [
4967 "futures-channel",
4968 "futures-core",
4969 "js-sys",
4970 "wasm-bindgen",
4971]
4972
4973[[package]]
4974name = "glow"
4975version = "0.14.0"
4976source = "registry+https://github.com/rust-lang/crates.io-index"
4977checksum = "f865cbd94bd355b89611211e49508da98a1fce0ad755c1e8448fb96711b24528"
4978dependencies = [
4979 "js-sys",
4980 "slotmap",
4981 "wasm-bindgen",
4982 "web-sys",
4983]
4984
4985[[package]]
4986name = "go_to_line"
4987version = "0.1.0"
4988dependencies = [
4989 "anyhow",
4990 "editor",
4991 "gpui",
4992 "indoc",
4993 "language",
4994 "menu",
4995 "project",
4996 "rope",
4997 "schemars",
4998 "serde",
4999 "serde_json",
5000 "settings",
5001 "text",
5002 "theme",
5003 "tree-sitter-rust",
5004 "tree-sitter-typescript",
5005 "ui",
5006 "util",
5007 "workspace",
5008]
5009
5010[[package]]
5011name = "google_ai"
5012version = "0.1.0"
5013dependencies = [
5014 "anyhow",
5015 "futures 0.3.30",
5016 "http_client",
5017 "schemars",
5018 "serde",
5019 "serde_json",
5020 "strum 0.25.0",
5021]
5022
5023[[package]]
5024name = "gpu-alloc"
5025version = "0.6.0"
5026source = "registry+https://github.com/rust-lang/crates.io-index"
5027checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5028dependencies = [
5029 "bitflags 2.6.0",
5030 "gpu-alloc-types",
5031]
5032
5033[[package]]
5034name = "gpu-alloc-ash"
5035version = "0.7.0"
5036source = "registry+https://github.com/rust-lang/crates.io-index"
5037checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5038dependencies = [
5039 "ash",
5040 "gpu-alloc-types",
5041 "tinyvec",
5042]
5043
5044[[package]]
5045name = "gpu-alloc-types"
5046version = "0.3.0"
5047source = "registry+https://github.com/rust-lang/crates.io-index"
5048checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5049dependencies = [
5050 "bitflags 2.6.0",
5051]
5052
5053[[package]]
5054name = "gpui"
5055version = "0.1.0"
5056dependencies = [
5057 "anyhow",
5058 "as-raw-xcb-connection",
5059 "ashpd",
5060 "async-task",
5061 "backtrace",
5062 "bindgen 0.70.1",
5063 "blade-graphics",
5064 "blade-macros",
5065 "blade-util",
5066 "block",
5067 "bytemuck",
5068 "calloop",
5069 "calloop-wayland-source",
5070 "cbindgen",
5071 "cocoa 0.26.0",
5072 "collections",
5073 "core-foundation 0.9.4",
5074 "core-foundation-sys",
5075 "core-graphics 0.23.2",
5076 "core-text",
5077 "cosmic-text",
5078 "ctor",
5079 "derive_more",
5080 "embed-resource",
5081 "env_logger 0.11.5",
5082 "etagere",
5083 "filedescriptor",
5084 "flume",
5085 "font-kit",
5086 "foreign-types 0.5.0",
5087 "futures 0.3.30",
5088 "gpui_macros",
5089 "http_client",
5090 "image",
5091 "itertools 0.13.0",
5092 "linkme",
5093 "log",
5094 "media",
5095 "metal",
5096 "num_cpus",
5097 "objc",
5098 "oo7",
5099 "open",
5100 "parking",
5101 "parking_lot",
5102 "pathfinder_geometry",
5103 "postage",
5104 "profiling",
5105 "rand 0.8.5",
5106 "raw-window-handle",
5107 "refineable",
5108 "resvg",
5109 "schemars",
5110 "seahash",
5111 "semantic_version",
5112 "serde",
5113 "serde_derive",
5114 "serde_json",
5115 "slotmap",
5116 "smallvec",
5117 "smol",
5118 "strum 0.25.0",
5119 "sum_tree",
5120 "taffy",
5121 "thiserror",
5122 "unicode-segmentation",
5123 "usvg",
5124 "util",
5125 "uuid",
5126 "waker-fn",
5127 "wayland-backend",
5128 "wayland-client",
5129 "wayland-cursor",
5130 "wayland-protocols",
5131 "wayland-protocols-plasma",
5132 "windows 0.58.0",
5133 "windows-core 0.58.0",
5134 "x11-clipboard",
5135 "x11rb",
5136 "xim",
5137 "xkbcommon",
5138]
5139
5140[[package]]
5141name = "gpui_macros"
5142version = "0.1.0"
5143dependencies = [
5144 "proc-macro2",
5145 "quote",
5146 "syn 1.0.109",
5147]
5148
5149[[package]]
5150name = "grid"
5151version = "0.13.0"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5154
5155[[package]]
5156name = "group"
5157version = "0.12.1"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5160dependencies = [
5161 "ff",
5162 "rand_core 0.6.4",
5163 "subtle",
5164]
5165
5166[[package]]
5167name = "h2"
5168version = "0.3.26"
5169source = "registry+https://github.com/rust-lang/crates.io-index"
5170checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5171dependencies = [
5172 "bytes 1.7.2",
5173 "fnv",
5174 "futures-core",
5175 "futures-sink",
5176 "futures-util",
5177 "http 0.2.12",
5178 "indexmap 2.4.0",
5179 "slab",
5180 "tokio",
5181 "tokio-util",
5182 "tracing",
5183]
5184
5185[[package]]
5186name = "h2"
5187version = "0.4.6"
5188source = "registry+https://github.com/rust-lang/crates.io-index"
5189checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
5190dependencies = [
5191 "atomic-waker",
5192 "bytes 1.7.2",
5193 "fnv",
5194 "futures-core",
5195 "futures-sink",
5196 "http 1.1.0",
5197 "indexmap 2.4.0",
5198 "slab",
5199 "tokio",
5200 "tokio-util",
5201 "tracing",
5202]
5203
5204[[package]]
5205name = "half"
5206version = "2.4.1"
5207source = "registry+https://github.com/rust-lang/crates.io-index"
5208checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5209dependencies = [
5210 "cfg-if",
5211 "crunchy",
5212]
5213
5214[[package]]
5215name = "handlebars"
5216version = "4.5.0"
5217source = "registry+https://github.com/rust-lang/crates.io-index"
5218checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5219dependencies = [
5220 "log",
5221 "pest",
5222 "pest_derive",
5223 "serde",
5224 "serde_json",
5225 "thiserror",
5226]
5227
5228[[package]]
5229name = "handlebars"
5230version = "5.1.2"
5231source = "registry+https://github.com/rust-lang/crates.io-index"
5232checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
5233dependencies = [
5234 "log",
5235 "pest",
5236 "pest_derive",
5237 "serde",
5238 "serde_json",
5239 "thiserror",
5240]
5241
5242[[package]]
5243name = "hashbrown"
5244version = "0.12.3"
5245source = "registry+https://github.com/rust-lang/crates.io-index"
5246checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5247dependencies = [
5248 "ahash 0.7.8",
5249]
5250
5251[[package]]
5252name = "hashbrown"
5253version = "0.13.2"
5254source = "registry+https://github.com/rust-lang/crates.io-index"
5255checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5256dependencies = [
5257 "ahash 0.8.11",
5258]
5259
5260[[package]]
5261name = "hashbrown"
5262version = "0.14.5"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5265dependencies = [
5266 "ahash 0.8.11",
5267 "allocator-api2",
5268 "serde",
5269]
5270
5271[[package]]
5272name = "hashlink"
5273version = "0.8.4"
5274source = "registry+https://github.com/rust-lang/crates.io-index"
5275checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5276dependencies = [
5277 "hashbrown 0.14.5",
5278]
5279
5280[[package]]
5281name = "hashlink"
5282version = "0.9.1"
5283source = "registry+https://github.com/rust-lang/crates.io-index"
5284checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5285dependencies = [
5286 "hashbrown 0.14.5",
5287]
5288
5289[[package]]
5290name = "headers"
5291version = "0.3.9"
5292source = "registry+https://github.com/rust-lang/crates.io-index"
5293checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5294dependencies = [
5295 "base64 0.21.7",
5296 "bytes 1.7.2",
5297 "headers-core",
5298 "http 0.2.12",
5299 "httpdate",
5300 "mime",
5301 "sha1",
5302]
5303
5304[[package]]
5305name = "headers-core"
5306version = "0.2.0"
5307source = "registry+https://github.com/rust-lang/crates.io-index"
5308checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5309dependencies = [
5310 "http 0.2.12",
5311]
5312
5313[[package]]
5314name = "heck"
5315version = "0.3.3"
5316source = "registry+https://github.com/rust-lang/crates.io-index"
5317checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5318dependencies = [
5319 "unicode-segmentation",
5320]
5321
5322[[package]]
5323name = "heck"
5324version = "0.4.1"
5325source = "registry+https://github.com/rust-lang/crates.io-index"
5326checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5327dependencies = [
5328 "unicode-segmentation",
5329]
5330
5331[[package]]
5332name = "heck"
5333version = "0.5.0"
5334source = "registry+https://github.com/rust-lang/crates.io-index"
5335checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5336
5337[[package]]
5338name = "heed"
5339version = "0.20.5"
5340source = "registry+https://github.com/rust-lang/crates.io-index"
5341checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
5342dependencies = [
5343 "bitflags 2.6.0",
5344 "byteorder",
5345 "heed-traits",
5346 "heed-types",
5347 "libc",
5348 "lmdb-master-sys",
5349 "once_cell",
5350 "page_size",
5351 "serde",
5352 "synchronoise",
5353 "url",
5354]
5355
5356[[package]]
5357name = "heed-traits"
5358version = "0.20.0"
5359source = "registry+https://github.com/rust-lang/crates.io-index"
5360checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5361
5362[[package]]
5363name = "heed-types"
5364version = "0.20.1"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
5367dependencies = [
5368 "bincode",
5369 "byteorder",
5370 "heed-traits",
5371 "serde",
5372 "serde_json",
5373]
5374
5375[[package]]
5376name = "hermit-abi"
5377version = "0.3.9"
5378source = "registry+https://github.com/rust-lang/crates.io-index"
5379checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5380
5381[[package]]
5382name = "hermit-abi"
5383version = "0.4.0"
5384source = "registry+https://github.com/rust-lang/crates.io-index"
5385checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5386
5387[[package]]
5388name = "hex"
5389version = "0.4.3"
5390source = "registry+https://github.com/rust-lang/crates.io-index"
5391checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5392
5393[[package]]
5394name = "hexf-parse"
5395version = "0.2.1"
5396source = "registry+https://github.com/rust-lang/crates.io-index"
5397checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5398
5399[[package]]
5400name = "hidden-trait"
5401version = "0.1.2"
5402source = "registry+https://github.com/rust-lang/crates.io-index"
5403checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5404dependencies = [
5405 "proc-macro2",
5406 "quote",
5407 "syn 1.0.109",
5408]
5409
5410[[package]]
5411name = "hkdf"
5412version = "0.12.4"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5415dependencies = [
5416 "hmac",
5417]
5418
5419[[package]]
5420name = "hmac"
5421version = "0.12.1"
5422source = "registry+https://github.com/rust-lang/crates.io-index"
5423checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5424dependencies = [
5425 "digest",
5426]
5427
5428[[package]]
5429name = "home"
5430version = "0.5.9"
5431source = "registry+https://github.com/rust-lang/crates.io-index"
5432checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5433dependencies = [
5434 "windows-sys 0.52.0",
5435]
5436
5437[[package]]
5438name = "hound"
5439version = "3.5.1"
5440source = "registry+https://github.com/rust-lang/crates.io-index"
5441checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5442
5443[[package]]
5444name = "html5ever"
5445version = "0.27.0"
5446source = "registry+https://github.com/rust-lang/crates.io-index"
5447checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5448dependencies = [
5449 "log",
5450 "mac",
5451 "markup5ever",
5452 "proc-macro2",
5453 "quote",
5454 "syn 2.0.76",
5455]
5456
5457[[package]]
5458name = "html_to_markdown"
5459version = "0.1.0"
5460dependencies = [
5461 "anyhow",
5462 "html5ever",
5463 "indoc",
5464 "markup5ever_rcdom",
5465 "pretty_assertions",
5466 "regex",
5467]
5468
5469[[package]]
5470name = "http"
5471version = "0.2.12"
5472source = "registry+https://github.com/rust-lang/crates.io-index"
5473checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5474dependencies = [
5475 "bytes 1.7.2",
5476 "fnv",
5477 "itoa",
5478]
5479
5480[[package]]
5481name = "http"
5482version = "1.1.0"
5483source = "registry+https://github.com/rust-lang/crates.io-index"
5484checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
5485dependencies = [
5486 "bytes 1.7.2",
5487 "fnv",
5488 "itoa",
5489]
5490
5491[[package]]
5492name = "http-body"
5493version = "0.4.6"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5496dependencies = [
5497 "bytes 1.7.2",
5498 "http 0.2.12",
5499 "pin-project-lite",
5500]
5501
5502[[package]]
5503name = "http-body"
5504version = "1.0.1"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5507dependencies = [
5508 "bytes 1.7.2",
5509 "http 1.1.0",
5510]
5511
5512[[package]]
5513name = "http-body-util"
5514version = "0.1.2"
5515source = "registry+https://github.com/rust-lang/crates.io-index"
5516checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5517dependencies = [
5518 "bytes 1.7.2",
5519 "futures-util",
5520 "http 1.1.0",
5521 "http-body 1.0.1",
5522 "pin-project-lite",
5523]
5524
5525[[package]]
5526name = "http-range-header"
5527version = "0.3.1"
5528source = "registry+https://github.com/rust-lang/crates.io-index"
5529checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5530
5531[[package]]
5532name = "http-types"
5533version = "2.12.0"
5534source = "registry+https://github.com/rust-lang/crates.io-index"
5535checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5536dependencies = [
5537 "anyhow",
5538 "async-channel 1.9.0",
5539 "base64 0.13.1",
5540 "futures-lite 1.13.0",
5541 "http 0.2.12",
5542 "infer",
5543 "pin-project-lite",
5544 "rand 0.7.3",
5545 "serde",
5546 "serde_json",
5547 "serde_qs 0.8.5",
5548 "serde_urlencoded",
5549 "url",
5550]
5551
5552[[package]]
5553name = "http_client"
5554version = "0.1.0"
5555dependencies = [
5556 "anyhow",
5557 "bytes 1.7.2",
5558 "derive_more",
5559 "futures 0.3.30",
5560 "http 1.1.0",
5561 "log",
5562 "serde",
5563 "serde_json",
5564 "url",
5565]
5566
5567[[package]]
5568name = "httparse"
5569version = "1.9.4"
5570source = "registry+https://github.com/rust-lang/crates.io-index"
5571checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
5572
5573[[package]]
5574name = "httpdate"
5575version = "1.0.3"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5578
5579[[package]]
5580name = "human_bytes"
5581version = "0.4.3"
5582source = "registry+https://github.com/rust-lang/crates.io-index"
5583checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5584
5585[[package]]
5586name = "humantime"
5587version = "2.1.0"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5590
5591[[package]]
5592name = "hyper"
5593version = "0.14.31"
5594source = "registry+https://github.com/rust-lang/crates.io-index"
5595checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
5596dependencies = [
5597 "bytes 1.7.2",
5598 "futures-channel",
5599 "futures-core",
5600 "futures-util",
5601 "h2 0.3.26",
5602 "http 0.2.12",
5603 "http-body 0.4.6",
5604 "httparse",
5605 "httpdate",
5606 "itoa",
5607 "pin-project-lite",
5608 "socket2 0.5.7",
5609 "tokio",
5610 "tower-service",
5611 "tracing",
5612 "want",
5613]
5614
5615[[package]]
5616name = "hyper"
5617version = "1.4.1"
5618source = "registry+https://github.com/rust-lang/crates.io-index"
5619checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
5620dependencies = [
5621 "bytes 1.7.2",
5622 "futures-channel",
5623 "futures-util",
5624 "h2 0.4.6",
5625 "http 1.1.0",
5626 "http-body 1.0.1",
5627 "httparse",
5628 "itoa",
5629 "pin-project-lite",
5630 "smallvec",
5631 "tokio",
5632 "want",
5633]
5634
5635[[package]]
5636name = "hyper-rustls"
5637version = "0.24.2"
5638source = "registry+https://github.com/rust-lang/crates.io-index"
5639checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5640dependencies = [
5641 "futures-util",
5642 "http 0.2.12",
5643 "hyper 0.14.31",
5644 "log",
5645 "rustls 0.21.12",
5646 "rustls-native-certs 0.6.3",
5647 "tokio",
5648 "tokio-rustls 0.24.1",
5649]
5650
5651[[package]]
5652name = "hyper-rustls"
5653version = "0.27.3"
5654source = "registry+https://github.com/rust-lang/crates.io-index"
5655checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5656dependencies = [
5657 "futures-util",
5658 "http 1.1.0",
5659 "hyper 1.4.1",
5660 "hyper-util",
5661 "rustls 0.23.13",
5662 "rustls-native-certs 0.8.0",
5663 "rustls-pki-types",
5664 "tokio",
5665 "tokio-rustls 0.26.0",
5666 "tower-service",
5667]
5668
5669[[package]]
5670name = "hyper-tls"
5671version = "0.5.0"
5672source = "registry+https://github.com/rust-lang/crates.io-index"
5673checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5674dependencies = [
5675 "bytes 1.7.2",
5676 "hyper 0.14.31",
5677 "native-tls",
5678 "tokio",
5679 "tokio-native-tls",
5680]
5681
5682[[package]]
5683name = "hyper-util"
5684version = "0.1.9"
5685source = "registry+https://github.com/rust-lang/crates.io-index"
5686checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
5687dependencies = [
5688 "bytes 1.7.2",
5689 "futures-channel",
5690 "futures-util",
5691 "http 1.1.0",
5692 "http-body 1.0.1",
5693 "hyper 1.4.1",
5694 "pin-project-lite",
5695 "socket2 0.5.7",
5696 "tokio",
5697 "tower-service",
5698 "tracing",
5699]
5700
5701[[package]]
5702name = "iana-time-zone"
5703version = "0.1.60"
5704source = "registry+https://github.com/rust-lang/crates.io-index"
5705checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
5706dependencies = [
5707 "android_system_properties",
5708 "core-foundation-sys",
5709 "iana-time-zone-haiku",
5710 "js-sys",
5711 "wasm-bindgen",
5712 "windows-core 0.52.0",
5713]
5714
5715[[package]]
5716name = "iana-time-zone-haiku"
5717version = "0.1.2"
5718source = "registry+https://github.com/rust-lang/crates.io-index"
5719checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5720dependencies = [
5721 "cc",
5722]
5723
5724[[package]]
5725name = "id-arena"
5726version = "2.2.1"
5727source = "registry+https://github.com/rust-lang/crates.io-index"
5728checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5729
5730[[package]]
5731name = "idna"
5732version = "0.5.0"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5735dependencies = [
5736 "unicode-bidi",
5737 "unicode-normalization",
5738]
5739
5740[[package]]
5741name = "ignore"
5742version = "0.4.23"
5743source = "registry+https://github.com/rust-lang/crates.io-index"
5744checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
5745dependencies = [
5746 "crossbeam-deque",
5747 "globset",
5748 "log",
5749 "memchr",
5750 "regex-automata 0.4.7",
5751 "same-file",
5752 "walkdir",
5753 "winapi-util",
5754]
5755
5756[[package]]
5757name = "image"
5758version = "0.25.2"
5759source = "registry+https://github.com/rust-lang/crates.io-index"
5760checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
5761dependencies = [
5762 "bytemuck",
5763 "byteorder-lite",
5764 "color_quant",
5765 "exr",
5766 "gif",
5767 "image-webp",
5768 "num-traits",
5769 "png",
5770 "qoi",
5771 "ravif",
5772 "rayon",
5773 "rgb",
5774 "tiff",
5775 "zune-core",
5776 "zune-jpeg",
5777]
5778
5779[[package]]
5780name = "image-webp"
5781version = "0.1.3"
5782source = "registry+https://github.com/rust-lang/crates.io-index"
5783checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
5784dependencies = [
5785 "byteorder-lite",
5786 "quick-error",
5787]
5788
5789[[package]]
5790name = "image_viewer"
5791version = "0.1.0"
5792dependencies = [
5793 "anyhow",
5794 "db",
5795 "file_icons",
5796 "gpui",
5797 "project",
5798 "settings",
5799 "theme",
5800 "ui",
5801 "workspace",
5802]
5803
5804[[package]]
5805name = "imagesize"
5806version = "0.12.0"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
5809
5810[[package]]
5811name = "imgref"
5812version = "1.10.1"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
5815
5816[[package]]
5817name = "indexed_docs"
5818version = "0.1.0"
5819dependencies = [
5820 "anyhow",
5821 "async-trait",
5822 "cargo_metadata",
5823 "collections",
5824 "derive_more",
5825 "fs",
5826 "futures 0.3.30",
5827 "fuzzy",
5828 "gpui",
5829 "heed",
5830 "html_to_markdown",
5831 "http_client",
5832 "indexmap 1.9.3",
5833 "indoc",
5834 "parking_lot",
5835 "paths",
5836 "pretty_assertions",
5837 "serde",
5838 "strum 0.25.0",
5839 "util",
5840]
5841
5842[[package]]
5843name = "indexmap"
5844version = "1.9.3"
5845source = "registry+https://github.com/rust-lang/crates.io-index"
5846checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
5847dependencies = [
5848 "autocfg",
5849 "hashbrown 0.12.3",
5850 "serde",
5851]
5852
5853[[package]]
5854name = "indexmap"
5855version = "2.4.0"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
5858dependencies = [
5859 "equivalent",
5860 "hashbrown 0.14.5",
5861 "serde",
5862]
5863
5864[[package]]
5865name = "indoc"
5866version = "2.0.5"
5867source = "registry+https://github.com/rust-lang/crates.io-index"
5868checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
5869
5870[[package]]
5871name = "infer"
5872version = "0.2.3"
5873source = "registry+https://github.com/rust-lang/crates.io-index"
5874checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
5875
5876[[package]]
5877name = "inherent"
5878version = "1.0.11"
5879source = "registry+https://github.com/rust-lang/crates.io-index"
5880checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
5881dependencies = [
5882 "proc-macro2",
5883 "quote",
5884 "syn 2.0.76",
5885]
5886
5887[[package]]
5888name = "inline_completion_button"
5889version = "0.1.0"
5890dependencies = [
5891 "anyhow",
5892 "copilot",
5893 "editor",
5894 "fs",
5895 "futures 0.3.30",
5896 "gpui",
5897 "indoc",
5898 "language",
5899 "lsp",
5900 "paths",
5901 "project",
5902 "serde_json",
5903 "settings",
5904 "supermaven",
5905 "theme",
5906 "ui",
5907 "util",
5908 "workspace",
5909 "zed_actions",
5910]
5911
5912[[package]]
5913name = "inotify"
5914version = "0.9.6"
5915source = "registry+https://github.com/rust-lang/crates.io-index"
5916checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5917dependencies = [
5918 "bitflags 1.3.2",
5919 "inotify-sys",
5920 "libc",
5921]
5922
5923[[package]]
5924name = "inotify-sys"
5925version = "0.1.5"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5928dependencies = [
5929 "libc",
5930]
5931
5932[[package]]
5933name = "inout"
5934version = "0.1.3"
5935source = "registry+https://github.com/rust-lang/crates.io-index"
5936checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
5937dependencies = [
5938 "block-padding",
5939 "generic-array",
5940]
5941
5942[[package]]
5943name = "install_cli"
5944version = "0.1.0"
5945dependencies = [
5946 "anyhow",
5947 "gpui",
5948 "smol",
5949 "util",
5950]
5951
5952[[package]]
5953name = "instant"
5954version = "0.1.13"
5955source = "registry+https://github.com/rust-lang/crates.io-index"
5956checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
5957dependencies = [
5958 "cfg-if",
5959]
5960
5961[[package]]
5962name = "interpolate_name"
5963version = "0.2.4"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
5966dependencies = [
5967 "proc-macro2",
5968 "quote",
5969 "syn 2.0.76",
5970]
5971
5972[[package]]
5973name = "io-extras"
5974version = "0.18.2"
5975source = "registry+https://github.com/rust-lang/crates.io-index"
5976checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
5977dependencies = [
5978 "io-lifetimes 2.0.3",
5979 "windows-sys 0.52.0",
5980]
5981
5982[[package]]
5983name = "io-lifetimes"
5984version = "1.0.11"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
5987dependencies = [
5988 "hermit-abi 0.3.9",
5989 "libc",
5990 "windows-sys 0.48.0",
5991]
5992
5993[[package]]
5994name = "io-lifetimes"
5995version = "2.0.3"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
5998
5999[[package]]
6000name = "iovec"
6001version = "0.1.4"
6002source = "registry+https://github.com/rust-lang/crates.io-index"
6003checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6004dependencies = [
6005 "libc",
6006]
6007
6008[[package]]
6009name = "ipc-channel"
6010version = "0.18.3"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "c7f4c80f2df4fc64fb7fc2cff69fc034af26e6e6617ea9f1313131af464b9ca0"
6013dependencies = [
6014 "bincode",
6015 "crossbeam-channel",
6016 "fnv",
6017 "lazy_static",
6018 "libc",
6019 "mio 1.0.2",
6020 "rand 0.8.5",
6021 "serde",
6022 "tempfile",
6023 "uuid",
6024 "windows 0.58.0",
6025]
6026
6027[[package]]
6028name = "ipnet"
6029version = "2.9.0"
6030source = "registry+https://github.com/rust-lang/crates.io-index"
6031checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
6032
6033[[package]]
6034name = "is-docker"
6035version = "0.2.0"
6036source = "registry+https://github.com/rust-lang/crates.io-index"
6037checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6038dependencies = [
6039 "once_cell",
6040]
6041
6042[[package]]
6043name = "is-terminal"
6044version = "0.4.13"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6047dependencies = [
6048 "hermit-abi 0.4.0",
6049 "libc",
6050 "windows-sys 0.52.0",
6051]
6052
6053[[package]]
6054name = "is-wsl"
6055version = "0.4.0"
6056source = "registry+https://github.com/rust-lang/crates.io-index"
6057checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6058dependencies = [
6059 "is-docker",
6060 "once_cell",
6061]
6062
6063[[package]]
6064name = "is_terminal_polyfill"
6065version = "1.70.1"
6066source = "registry+https://github.com/rust-lang/crates.io-index"
6067checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6068
6069[[package]]
6070name = "itertools"
6071version = "0.10.5"
6072source = "registry+https://github.com/rust-lang/crates.io-index"
6073checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6074dependencies = [
6075 "either",
6076]
6077
6078[[package]]
6079name = "itertools"
6080version = "0.12.1"
6081source = "registry+https://github.com/rust-lang/crates.io-index"
6082checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6083dependencies = [
6084 "either",
6085]
6086
6087[[package]]
6088name = "itertools"
6089version = "0.13.0"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6092dependencies = [
6093 "either",
6094]
6095
6096[[package]]
6097name = "itoa"
6098version = "1.0.11"
6099source = "registry+https://github.com/rust-lang/crates.io-index"
6100checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
6101
6102[[package]]
6103name = "jni"
6104version = "0.21.1"
6105source = "registry+https://github.com/rust-lang/crates.io-index"
6106checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6107dependencies = [
6108 "cesu8",
6109 "cfg-if",
6110 "combine",
6111 "jni-sys",
6112 "log",
6113 "thiserror",
6114 "walkdir",
6115 "windows-sys 0.45.0",
6116]
6117
6118[[package]]
6119name = "jni-sys"
6120version = "0.3.0"
6121source = "registry+https://github.com/rust-lang/crates.io-index"
6122checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6123
6124[[package]]
6125name = "jobserver"
6126version = "0.1.32"
6127source = "registry+https://github.com/rust-lang/crates.io-index"
6128checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6129dependencies = [
6130 "libc",
6131]
6132
6133[[package]]
6134name = "journal"
6135version = "0.1.0"
6136dependencies = [
6137 "anyhow",
6138 "chrono",
6139 "editor",
6140 "gpui",
6141 "log",
6142 "schemars",
6143 "serde",
6144 "settings",
6145 "shellexpand 2.1.2",
6146 "workspace",
6147]
6148
6149[[package]]
6150name = "jpeg-decoder"
6151version = "0.3.1"
6152source = "registry+https://github.com/rust-lang/crates.io-index"
6153checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6154
6155[[package]]
6156name = "js-sys"
6157version = "0.3.70"
6158source = "registry+https://github.com/rust-lang/crates.io-index"
6159checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
6160dependencies = [
6161 "wasm-bindgen",
6162]
6163
6164[[package]]
6165name = "jsonwebtoken"
6166version = "9.3.0"
6167source = "registry+https://github.com/rust-lang/crates.io-index"
6168checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6169dependencies = [
6170 "base64 0.21.7",
6171 "js-sys",
6172 "pem",
6173 "ring 0.17.8",
6174 "serde",
6175 "serde_json",
6176 "simple_asn1",
6177]
6178
6179[[package]]
6180name = "jupyter-serde"
6181version = "0.2.1"
6182source = "registry+https://github.com/rust-lang/crates.io-index"
6183checksum = "77b96de099fc23d5c21e05de32cc087c8326983895b7f6c242562af01f7d4c81"
6184dependencies = [
6185 "anyhow",
6186 "chrono",
6187 "serde",
6188 "serde_json",
6189 "thiserror",
6190 "uuid",
6191]
6192
6193[[package]]
6194name = "khronos-egl"
6195version = "6.0.0"
6196source = "registry+https://github.com/rust-lang/crates.io-index"
6197checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6198dependencies = [
6199 "libc",
6200 "libloading",
6201]
6202
6203[[package]]
6204name = "kqueue"
6205version = "1.0.8"
6206source = "registry+https://github.com/rust-lang/crates.io-index"
6207checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6208dependencies = [
6209 "kqueue-sys",
6210 "libc",
6211]
6212
6213[[package]]
6214name = "kqueue-sys"
6215version = "1.0.4"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6218dependencies = [
6219 "bitflags 1.3.2",
6220 "libc",
6221]
6222
6223[[package]]
6224name = "kurbo"
6225version = "0.11.0"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
6228dependencies = [
6229 "arrayvec",
6230 "smallvec",
6231]
6232
6233[[package]]
6234name = "kv-log-macro"
6235version = "1.0.7"
6236source = "registry+https://github.com/rust-lang/crates.io-index"
6237checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6238dependencies = [
6239 "log",
6240]
6241
6242[[package]]
6243name = "language"
6244version = "0.1.0"
6245dependencies = [
6246 "anyhow",
6247 "async-trait",
6248 "async-watch",
6249 "clock",
6250 "collections",
6251 "ctor",
6252 "ec4rs",
6253 "env_logger 0.11.5",
6254 "futures 0.3.30",
6255 "fuzzy",
6256 "git",
6257 "globset",
6258 "gpui",
6259 "http_client",
6260 "indoc",
6261 "itertools 0.13.0",
6262 "log",
6263 "lsp",
6264 "parking_lot",
6265 "postage",
6266 "pretty_assertions",
6267 "pulldown-cmark 0.12.1",
6268 "rand 0.8.5",
6269 "regex",
6270 "rpc",
6271 "schemars",
6272 "serde",
6273 "serde_json",
6274 "settings",
6275 "similar",
6276 "smallvec",
6277 "smol",
6278 "strsim",
6279 "sum_tree",
6280 "task",
6281 "text",
6282 "theme",
6283 "tree-sitter",
6284 "tree-sitter-elixir",
6285 "tree-sitter-embedded-template",
6286 "tree-sitter-heex",
6287 "tree-sitter-html",
6288 "tree-sitter-json",
6289 "tree-sitter-md",
6290 "tree-sitter-ruby",
6291 "tree-sitter-rust",
6292 "tree-sitter-typescript",
6293 "unicase",
6294 "unindent",
6295 "util",
6296]
6297
6298[[package]]
6299name = "language_model"
6300version = "0.1.0"
6301dependencies = [
6302 "anthropic",
6303 "anyhow",
6304 "base64 0.22.1",
6305 "client",
6306 "collections",
6307 "copilot",
6308 "ctor",
6309 "editor",
6310 "env_logger 0.11.5",
6311 "feature_flags",
6312 "futures 0.3.30",
6313 "google_ai",
6314 "gpui",
6315 "http_client",
6316 "image",
6317 "inline_completion_button",
6318 "language",
6319 "log",
6320 "menu",
6321 "ollama",
6322 "open_ai",
6323 "parking_lot",
6324 "project",
6325 "proto",
6326 "rand 0.8.5",
6327 "schemars",
6328 "serde",
6329 "serde_json",
6330 "settings",
6331 "smol",
6332 "strum 0.25.0",
6333 "telemetry_events",
6334 "text",
6335 "theme",
6336 "thiserror",
6337 "tiktoken-rs",
6338 "ui",
6339 "unindent",
6340 "util",
6341]
6342
6343[[package]]
6344name = "language_selector"
6345version = "0.1.0"
6346dependencies = [
6347 "anyhow",
6348 "editor",
6349 "fuzzy",
6350 "gpui",
6351 "language",
6352 "picker",
6353 "project",
6354 "ui",
6355 "util",
6356 "workspace",
6357]
6358
6359[[package]]
6360name = "language_tools"
6361version = "0.1.0"
6362dependencies = [
6363 "anyhow",
6364 "client",
6365 "collections",
6366 "copilot",
6367 "editor",
6368 "env_logger 0.11.5",
6369 "futures 0.3.30",
6370 "gpui",
6371 "itertools 0.13.0",
6372 "language",
6373 "lsp",
6374 "project",
6375 "release_channel",
6376 "serde_json",
6377 "settings",
6378 "theme",
6379 "tree-sitter",
6380 "ui",
6381 "util",
6382 "workspace",
6383 "zed_actions",
6384]
6385
6386[[package]]
6387name = "languages"
6388version = "0.1.0"
6389dependencies = [
6390 "anyhow",
6391 "async-compression",
6392 "async-tar",
6393 "async-trait",
6394 "collections",
6395 "futures 0.3.30",
6396 "gpui",
6397 "http_client",
6398 "language",
6399 "log",
6400 "lsp",
6401 "node_runtime",
6402 "paths",
6403 "pet",
6404 "pet-conda",
6405 "pet-core",
6406 "pet-poetry",
6407 "pet-reporter",
6408 "project",
6409 "regex",
6410 "rope",
6411 "rust-embed",
6412 "serde",
6413 "serde_json",
6414 "settings",
6415 "smol",
6416 "task",
6417 "text",
6418 "theme",
6419 "toml 0.8.19",
6420 "tree-sitter",
6421 "tree-sitter-bash",
6422 "tree-sitter-c",
6423 "tree-sitter-cpp",
6424 "tree-sitter-css",
6425 "tree-sitter-diff",
6426 "tree-sitter-go",
6427 "tree-sitter-gomod",
6428 "tree-sitter-gowork",
6429 "tree-sitter-jsdoc",
6430 "tree-sitter-json",
6431 "tree-sitter-md",
6432 "tree-sitter-python",
6433 "tree-sitter-regex",
6434 "tree-sitter-rust",
6435 "tree-sitter-typescript",
6436 "tree-sitter-yaml",
6437 "unindent",
6438 "util",
6439 "workspace",
6440]
6441
6442[[package]]
6443name = "lazy_static"
6444version = "1.5.0"
6445source = "registry+https://github.com/rust-lang/crates.io-index"
6446checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6447dependencies = [
6448 "spin 0.9.8",
6449]
6450
6451[[package]]
6452name = "lazycell"
6453version = "1.3.0"
6454source = "registry+https://github.com/rust-lang/crates.io-index"
6455checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
6456
6457[[package]]
6458name = "leb128"
6459version = "0.2.5"
6460source = "registry+https://github.com/rust-lang/crates.io-index"
6461checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6462
6463[[package]]
6464name = "lebe"
6465version = "0.5.2"
6466source = "registry+https://github.com/rust-lang/crates.io-index"
6467checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6468
6469[[package]]
6470name = "libc"
6471version = "0.2.161"
6472source = "registry+https://github.com/rust-lang/crates.io-index"
6473checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
6474
6475[[package]]
6476name = "libdbus-sys"
6477version = "0.2.5"
6478source = "registry+https://github.com/rust-lang/crates.io-index"
6479checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6480dependencies = [
6481 "cc",
6482 "pkg-config",
6483]
6484
6485[[package]]
6486name = "libfuzzer-sys"
6487version = "0.4.7"
6488source = "registry+https://github.com/rust-lang/crates.io-index"
6489checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
6490dependencies = [
6491 "arbitrary",
6492 "cc",
6493 "once_cell",
6494]
6495
6496[[package]]
6497name = "libgit2-sys"
6498version = "0.17.0+1.8.1"
6499source = "registry+https://github.com/rust-lang/crates.io-index"
6500checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6501dependencies = [
6502 "cc",
6503 "libc",
6504 "libz-sys",
6505 "pkg-config",
6506]
6507
6508[[package]]
6509name = "libloading"
6510version = "0.8.5"
6511source = "registry+https://github.com/rust-lang/crates.io-index"
6512checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
6513dependencies = [
6514 "cfg-if",
6515 "windows-targets 0.52.6",
6516]
6517
6518[[package]]
6519name = "libm"
6520version = "0.2.8"
6521source = "registry+https://github.com/rust-lang/crates.io-index"
6522checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
6523
6524[[package]]
6525name = "libmimalloc-sys"
6526version = "0.1.39"
6527source = "registry+https://github.com/rust-lang/crates.io-index"
6528checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6529dependencies = [
6530 "cc",
6531 "libc",
6532]
6533
6534[[package]]
6535name = "libredox"
6536version = "0.1.3"
6537source = "registry+https://github.com/rust-lang/crates.io-index"
6538checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6539dependencies = [
6540 "bitflags 2.6.0",
6541 "libc",
6542 "redox_syscall 0.5.3",
6543]
6544
6545[[package]]
6546name = "libsqlite3-sys"
6547version = "0.28.0"
6548source = "registry+https://github.com/rust-lang/crates.io-index"
6549checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
6550dependencies = [
6551 "cc",
6552 "pkg-config",
6553 "vcpkg",
6554]
6555
6556[[package]]
6557name = "libz-sys"
6558version = "1.1.20"
6559source = "registry+https://github.com/rust-lang/crates.io-index"
6560checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6561dependencies = [
6562 "cc",
6563 "libc",
6564 "pkg-config",
6565 "vcpkg",
6566]
6567
6568[[package]]
6569name = "linkify"
6570version = "0.10.0"
6571source = "registry+https://github.com/rust-lang/crates.io-index"
6572checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
6573dependencies = [
6574 "memchr",
6575]
6576
6577[[package]]
6578name = "linkme"
6579version = "0.3.29"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "70fe496a7af8c406f877635cbf3cd6a9fac9d6f443f58691cd8afe6ce0971af4"
6582dependencies = [
6583 "linkme-impl",
6584]
6585
6586[[package]]
6587name = "linkme-impl"
6588version = "0.3.29"
6589source = "registry+https://github.com/rust-lang/crates.io-index"
6590checksum = "b01f197a15988fb5b2ec0a5a9800c97e70771499c456ad757d63b3c5e9b96e75"
6591dependencies = [
6592 "proc-macro2",
6593 "quote",
6594 "syn 2.0.76",
6595]
6596
6597[[package]]
6598name = "linux-raw-sys"
6599version = "0.3.8"
6600source = "registry+https://github.com/rust-lang/crates.io-index"
6601checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6602
6603[[package]]
6604name = "linux-raw-sys"
6605version = "0.4.14"
6606source = "registry+https://github.com/rust-lang/crates.io-index"
6607checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
6608
6609[[package]]
6610name = "live_kit_client"
6611version = "0.1.0"
6612dependencies = [
6613 "anyhow",
6614 "async-broadcast",
6615 "async-trait",
6616 "collections",
6617 "core-foundation 0.9.4",
6618 "futures 0.3.30",
6619 "gpui",
6620 "live_kit_server",
6621 "log",
6622 "media",
6623 "nanoid",
6624 "parking_lot",
6625 "postage",
6626 "serde",
6627 "serde_json",
6628 "sha2",
6629 "simplelog",
6630]
6631
6632[[package]]
6633name = "live_kit_server"
6634version = "0.1.0"
6635dependencies = [
6636 "anyhow",
6637 "async-trait",
6638 "jsonwebtoken",
6639 "log",
6640 "prost",
6641 "prost-build",
6642 "prost-types",
6643 "reqwest 0.12.8",
6644 "serde",
6645]
6646
6647[[package]]
6648name = "lmdb-master-sys"
6649version = "0.2.4"
6650source = "registry+https://github.com/rust-lang/crates.io-index"
6651checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6652dependencies = [
6653 "cc",
6654 "doxygen-rs",
6655 "libc",
6656]
6657
6658[[package]]
6659name = "lock_api"
6660version = "0.4.12"
6661source = "registry+https://github.com/rust-lang/crates.io-index"
6662checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6663dependencies = [
6664 "autocfg",
6665 "scopeguard",
6666]
6667
6668[[package]]
6669name = "log"
6670version = "0.4.22"
6671source = "registry+https://github.com/rust-lang/crates.io-index"
6672checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6673dependencies = [
6674 "serde",
6675 "value-bag",
6676]
6677
6678[[package]]
6679name = "loop9"
6680version = "0.1.5"
6681source = "registry+https://github.com/rust-lang/crates.io-index"
6682checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6683dependencies = [
6684 "imgref",
6685]
6686
6687[[package]]
6688name = "lru"
6689version = "0.12.4"
6690source = "registry+https://github.com/rust-lang/crates.io-index"
6691checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6692dependencies = [
6693 "hashbrown 0.14.5",
6694]
6695
6696[[package]]
6697name = "lsp"
6698version = "0.1.0"
6699dependencies = [
6700 "anyhow",
6701 "async-pipe",
6702 "collections",
6703 "ctor",
6704 "env_logger 0.11.5",
6705 "futures 0.3.30",
6706 "gpui",
6707 "log",
6708 "lsp-types",
6709 "parking_lot",
6710 "postage",
6711 "release_channel",
6712 "serde",
6713 "serde_json",
6714 "smol",
6715 "util",
6716 "windows 0.58.0",
6717]
6718
6719[[package]]
6720name = "lsp-types"
6721version = "0.95.1"
6722source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
6723dependencies = [
6724 "bitflags 1.3.2",
6725 "serde",
6726 "serde_json",
6727 "serde_repr",
6728 "url",
6729]
6730
6731[[package]]
6732name = "lz4"
6733version = "1.26.0"
6734source = "registry+https://github.com/rust-lang/crates.io-index"
6735checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
6736dependencies = [
6737 "libc",
6738 "lz4-sys",
6739]
6740
6741[[package]]
6742name = "lz4-sys"
6743version = "1.10.0"
6744source = "registry+https://github.com/rust-lang/crates.io-index"
6745checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
6746dependencies = [
6747 "cc",
6748 "libc",
6749]
6750
6751[[package]]
6752name = "mac"
6753version = "0.1.1"
6754source = "registry+https://github.com/rust-lang/crates.io-index"
6755checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6756
6757[[package]]
6758name = "mach2"
6759version = "0.4.2"
6760source = "registry+https://github.com/rust-lang/crates.io-index"
6761checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
6762dependencies = [
6763 "libc",
6764]
6765
6766[[package]]
6767name = "malloc_buf"
6768version = "0.0.6"
6769source = "registry+https://github.com/rust-lang/crates.io-index"
6770checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6771dependencies = [
6772 "libc",
6773]
6774
6775[[package]]
6776name = "maplit"
6777version = "1.0.2"
6778source = "registry+https://github.com/rust-lang/crates.io-index"
6779checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
6780
6781[[package]]
6782name = "markdown"
6783version = "0.1.0"
6784dependencies = [
6785 "anyhow",
6786 "assets",
6787 "env_logger 0.11.5",
6788 "futures 0.3.30",
6789 "gpui",
6790 "language",
6791 "languages",
6792 "linkify",
6793 "log",
6794 "node_runtime",
6795 "pulldown-cmark 0.12.1",
6796 "settings",
6797 "theme",
6798 "ui",
6799 "util",
6800]
6801
6802[[package]]
6803name = "markdown_preview"
6804version = "0.1.0"
6805dependencies = [
6806 "anyhow",
6807 "async-recursion 1.1.1",
6808 "collections",
6809 "editor",
6810 "gpui",
6811 "language",
6812 "linkify",
6813 "log",
6814 "pretty_assertions",
6815 "pulldown-cmark 0.12.1",
6816 "settings",
6817 "theme",
6818 "ui",
6819 "workspace",
6820]
6821
6822[[package]]
6823name = "markup5ever"
6824version = "0.12.1"
6825source = "registry+https://github.com/rust-lang/crates.io-index"
6826checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
6827dependencies = [
6828 "log",
6829 "phf",
6830 "phf_codegen",
6831 "string_cache",
6832 "string_cache_codegen",
6833 "tendril",
6834]
6835
6836[[package]]
6837name = "markup5ever_rcdom"
6838version = "0.3.0"
6839source = "registry+https://github.com/rust-lang/crates.io-index"
6840checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
6841dependencies = [
6842 "html5ever",
6843 "markup5ever",
6844 "tendril",
6845 "xml5ever",
6846]
6847
6848[[package]]
6849name = "matchers"
6850version = "0.1.0"
6851source = "registry+https://github.com/rust-lang/crates.io-index"
6852checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6853dependencies = [
6854 "regex-automata 0.1.10",
6855]
6856
6857[[package]]
6858name = "matchit"
6859version = "0.7.3"
6860source = "registry+https://github.com/rust-lang/crates.io-index"
6861checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6862
6863[[package]]
6864name = "maybe-owned"
6865version = "0.3.4"
6866source = "registry+https://github.com/rust-lang/crates.io-index"
6867checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6868
6869[[package]]
6870name = "maybe-rayon"
6871version = "0.1.1"
6872source = "registry+https://github.com/rust-lang/crates.io-index"
6873checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
6874dependencies = [
6875 "cfg-if",
6876]
6877
6878[[package]]
6879name = "md-5"
6880version = "0.10.6"
6881source = "registry+https://github.com/rust-lang/crates.io-index"
6882checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
6883dependencies = [
6884 "cfg-if",
6885 "digest",
6886]
6887
6888[[package]]
6889name = "mdbook"
6890version = "0.4.40"
6891source = "registry+https://github.com/rust-lang/crates.io-index"
6892checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
6893dependencies = [
6894 "ammonia",
6895 "anyhow",
6896 "chrono",
6897 "clap",
6898 "clap_complete",
6899 "elasticlunr-rs",
6900 "env_logger 0.11.5",
6901 "futures-util",
6902 "handlebars 5.1.2",
6903 "ignore",
6904 "log",
6905 "memchr",
6906 "notify",
6907 "notify-debouncer-mini",
6908 "once_cell",
6909 "opener",
6910 "pathdiff",
6911 "pulldown-cmark 0.10.3",
6912 "regex",
6913 "serde",
6914 "serde_json",
6915 "shlex",
6916 "tempfile",
6917 "tokio",
6918 "toml 0.5.11",
6919 "topological-sort",
6920 "walkdir",
6921 "warp",
6922]
6923
6924[[package]]
6925name = "media"
6926version = "0.1.0"
6927dependencies = [
6928 "anyhow",
6929 "bindgen 0.70.1",
6930 "core-foundation 0.9.4",
6931 "foreign-types 0.5.0",
6932 "metal",
6933 "objc",
6934]
6935
6936[[package]]
6937name = "memchr"
6938version = "2.7.4"
6939source = "registry+https://github.com/rust-lang/crates.io-index"
6940checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
6941
6942[[package]]
6943name = "memfd"
6944version = "0.6.4"
6945source = "registry+https://github.com/rust-lang/crates.io-index"
6946checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6947dependencies = [
6948 "rustix 0.38.35",
6949]
6950
6951[[package]]
6952name = "memmap2"
6953version = "0.9.4"
6954source = "registry+https://github.com/rust-lang/crates.io-index"
6955checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6956dependencies = [
6957 "libc",
6958]
6959
6960[[package]]
6961name = "memoffset"
6962version = "0.9.1"
6963source = "registry+https://github.com/rust-lang/crates.io-index"
6964checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
6965dependencies = [
6966 "autocfg",
6967]
6968
6969[[package]]
6970name = "menu"
6971version = "0.1.0"
6972dependencies = [
6973 "gpui",
6974 "serde",
6975]
6976
6977[[package]]
6978name = "metal"
6979version = "0.29.0"
6980source = "registry+https://github.com/rust-lang/crates.io-index"
6981checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
6982dependencies = [
6983 "bitflags 2.6.0",
6984 "block",
6985 "core-graphics-types 0.1.3",
6986 "foreign-types 0.5.0",
6987 "log",
6988 "objc",
6989 "paste",
6990]
6991
6992[[package]]
6993name = "mimalloc"
6994version = "0.1.43"
6995source = "registry+https://github.com/rust-lang/crates.io-index"
6996checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
6997dependencies = [
6998 "libmimalloc-sys",
6999]
7000
7001[[package]]
7002name = "mime"
7003version = "0.3.17"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7006
7007[[package]]
7008name = "mime_guess"
7009version = "2.0.5"
7010source = "registry+https://github.com/rust-lang/crates.io-index"
7011checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7012dependencies = [
7013 "mime",
7014 "unicase",
7015]
7016
7017[[package]]
7018name = "minimal-lexical"
7019version = "0.2.1"
7020source = "registry+https://github.com/rust-lang/crates.io-index"
7021checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7022
7023[[package]]
7024name = "miniz_oxide"
7025version = "0.7.4"
7026source = "registry+https://github.com/rust-lang/crates.io-index"
7027checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
7028dependencies = [
7029 "adler",
7030 "simd-adler32",
7031]
7032
7033[[package]]
7034name = "miniz_oxide"
7035version = "0.8.0"
7036source = "registry+https://github.com/rust-lang/crates.io-index"
7037checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7038dependencies = [
7039 "adler2",
7040]
7041
7042[[package]]
7043name = "mint"
7044version = "0.5.9"
7045source = "registry+https://github.com/rust-lang/crates.io-index"
7046checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7047
7048[[package]]
7049name = "mio"
7050version = "0.8.11"
7051source = "registry+https://github.com/rust-lang/crates.io-index"
7052checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7053dependencies = [
7054 "libc",
7055 "log",
7056 "wasi 0.11.0+wasi-snapshot-preview1",
7057 "windows-sys 0.48.0",
7058]
7059
7060[[package]]
7061name = "mio"
7062version = "1.0.2"
7063source = "registry+https://github.com/rust-lang/crates.io-index"
7064checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
7065dependencies = [
7066 "hermit-abi 0.3.9",
7067 "libc",
7068 "log",
7069 "wasi 0.11.0+wasi-snapshot-preview1",
7070 "windows-sys 0.52.0",
7071]
7072
7073[[package]]
7074name = "miow"
7075version = "0.6.0"
7076source = "registry+https://github.com/rust-lang/crates.io-index"
7077checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7078dependencies = [
7079 "windows-sys 0.48.0",
7080]
7081
7082[[package]]
7083name = "msvc_spectre_libs"
7084version = "0.1.2"
7085source = "registry+https://github.com/rust-lang/crates.io-index"
7086checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7087dependencies = [
7088 "cc",
7089]
7090
7091[[package]]
7092name = "multi_buffer"
7093version = "0.1.0"
7094dependencies = [
7095 "anyhow",
7096 "clock",
7097 "collections",
7098 "ctor",
7099 "env_logger 0.11.5",
7100 "futures 0.3.30",
7101 "gpui",
7102 "itertools 0.13.0",
7103 "language",
7104 "log",
7105 "parking_lot",
7106 "rand 0.8.5",
7107 "serde",
7108 "settings",
7109 "smallvec",
7110 "sum_tree",
7111 "text",
7112 "theme",
7113 "util",
7114]
7115
7116[[package]]
7117name = "multimap"
7118version = "0.8.3"
7119source = "registry+https://github.com/rust-lang/crates.io-index"
7120checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7121
7122[[package]]
7123name = "naga"
7124version = "22.1.0"
7125source = "registry+https://github.com/rust-lang/crates.io-index"
7126checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
7127dependencies = [
7128 "arrayvec",
7129 "bit-set 0.6.0",
7130 "bitflags 2.6.0",
7131 "cfg_aliases 0.1.1",
7132 "codespan-reporting",
7133 "hexf-parse",
7134 "indexmap 2.4.0",
7135 "log",
7136 "rustc-hash 1.1.0",
7137 "spirv",
7138 "termcolor",
7139 "thiserror",
7140 "unicode-xid",
7141]
7142
7143[[package]]
7144name = "nanoid"
7145version = "0.4.0"
7146source = "registry+https://github.com/rust-lang/crates.io-index"
7147checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7148dependencies = [
7149 "rand 0.8.5",
7150]
7151
7152[[package]]
7153name = "nanorand"
7154version = "0.7.0"
7155source = "registry+https://github.com/rust-lang/crates.io-index"
7156checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7157dependencies = [
7158 "getrandom 0.2.15",
7159]
7160
7161[[package]]
7162name = "native-tls"
7163version = "0.2.12"
7164source = "registry+https://github.com/rust-lang/crates.io-index"
7165checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7166dependencies = [
7167 "libc",
7168 "log",
7169 "openssl",
7170 "openssl-probe",
7171 "openssl-sys",
7172 "schannel",
7173 "security-framework",
7174 "security-framework-sys",
7175 "tempfile",
7176]
7177
7178[[package]]
7179name = "nbformat"
7180version = "0.3.2"
7181source = "registry+https://github.com/rust-lang/crates.io-index"
7182checksum = "84f8a9ab08b34237c2c1d0504b794c2ff01c08dfc46a060d160f004a7f479c31"
7183dependencies = [
7184 "anyhow",
7185 "chrono",
7186 "jupyter-serde",
7187 "serde",
7188 "serde_json",
7189 "thiserror",
7190 "uuid",
7191]
7192
7193[[package]]
7194name = "ndk"
7195version = "0.8.0"
7196source = "registry+https://github.com/rust-lang/crates.io-index"
7197checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7198dependencies = [
7199 "bitflags 2.6.0",
7200 "jni-sys",
7201 "log",
7202 "ndk-sys",
7203 "num_enum",
7204 "thiserror",
7205]
7206
7207[[package]]
7208name = "ndk-context"
7209version = "0.1.1"
7210source = "registry+https://github.com/rust-lang/crates.io-index"
7211checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7212
7213[[package]]
7214name = "ndk-sys"
7215version = "0.5.0+25.2.9519653"
7216source = "registry+https://github.com/rust-lang/crates.io-index"
7217checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7218dependencies = [
7219 "jni-sys",
7220]
7221
7222[[package]]
7223name = "new_debug_unreachable"
7224version = "1.0.6"
7225source = "registry+https://github.com/rust-lang/crates.io-index"
7226checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7227
7228[[package]]
7229name = "nix"
7230version = "0.29.0"
7231source = "registry+https://github.com/rust-lang/crates.io-index"
7232checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7233dependencies = [
7234 "bitflags 2.6.0",
7235 "cfg-if",
7236 "cfg_aliases 0.2.1",
7237 "libc",
7238 "memoffset",
7239]
7240
7241[[package]]
7242name = "node_runtime"
7243version = "0.1.0"
7244dependencies = [
7245 "anyhow",
7246 "async-compression",
7247 "async-std",
7248 "async-tar",
7249 "async-trait",
7250 "async-watch",
7251 "async_zip",
7252 "futures 0.3.30",
7253 "http_client",
7254 "log",
7255 "paths",
7256 "semver",
7257 "serde",
7258 "serde_json",
7259 "smol",
7260 "tempfile",
7261 "util",
7262 "walkdir",
7263 "which 6.0.3",
7264 "windows 0.58.0",
7265]
7266
7267[[package]]
7268name = "nom"
7269version = "7.1.3"
7270source = "registry+https://github.com/rust-lang/crates.io-index"
7271checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7272dependencies = [
7273 "memchr",
7274 "minimal-lexical",
7275]
7276
7277[[package]]
7278name = "noop_proc_macro"
7279version = "0.3.0"
7280source = "registry+https://github.com/rust-lang/crates.io-index"
7281checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7282
7283[[package]]
7284name = "normpath"
7285version = "1.3.0"
7286source = "registry+https://github.com/rust-lang/crates.io-index"
7287checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7288dependencies = [
7289 "windows-sys 0.59.0",
7290]
7291
7292[[package]]
7293name = "notifications"
7294version = "0.1.0"
7295dependencies = [
7296 "anyhow",
7297 "channel",
7298 "client",
7299 "collections",
7300 "db",
7301 "gpui",
7302 "rpc",
7303 "settings",
7304 "sum_tree",
7305 "time",
7306 "util",
7307]
7308
7309[[package]]
7310name = "notify"
7311version = "6.1.1"
7312source = "registry+https://github.com/rust-lang/crates.io-index"
7313checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7314dependencies = [
7315 "bitflags 2.6.0",
7316 "crossbeam-channel",
7317 "filetime",
7318 "fsevent-sys 4.1.0",
7319 "inotify",
7320 "kqueue",
7321 "libc",
7322 "log",
7323 "mio 0.8.11",
7324 "walkdir",
7325 "windows-sys 0.48.0",
7326]
7327
7328[[package]]
7329name = "notify-debouncer-mini"
7330version = "0.4.1"
7331source = "registry+https://github.com/rust-lang/crates.io-index"
7332checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7333dependencies = [
7334 "crossbeam-channel",
7335 "log",
7336 "notify",
7337]
7338
7339[[package]]
7340name = "ntapi"
7341version = "0.4.1"
7342source = "registry+https://github.com/rust-lang/crates.io-index"
7343checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7344dependencies = [
7345 "winapi",
7346]
7347
7348[[package]]
7349name = "nu-ansi-term"
7350version = "0.46.0"
7351source = "registry+https://github.com/rust-lang/crates.io-index"
7352checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7353dependencies = [
7354 "overload",
7355 "winapi",
7356]
7357
7358[[package]]
7359name = "num"
7360version = "0.4.3"
7361source = "registry+https://github.com/rust-lang/crates.io-index"
7362checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7363dependencies = [
7364 "num-bigint",
7365 "num-complex",
7366 "num-integer",
7367 "num-iter",
7368 "num-rational",
7369 "num-traits",
7370]
7371
7372[[package]]
7373name = "num-bigint"
7374version = "0.4.6"
7375source = "registry+https://github.com/rust-lang/crates.io-index"
7376checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7377dependencies = [
7378 "num-integer",
7379 "num-traits",
7380]
7381
7382[[package]]
7383name = "num-bigint-dig"
7384version = "0.8.4"
7385source = "registry+https://github.com/rust-lang/crates.io-index"
7386checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7387dependencies = [
7388 "byteorder",
7389 "lazy_static",
7390 "libm",
7391 "num-integer",
7392 "num-iter",
7393 "num-traits",
7394 "rand 0.8.5",
7395 "serde",
7396 "smallvec",
7397 "zeroize",
7398]
7399
7400[[package]]
7401name = "num-complex"
7402version = "0.4.6"
7403source = "registry+https://github.com/rust-lang/crates.io-index"
7404checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7405dependencies = [
7406 "num-traits",
7407]
7408
7409[[package]]
7410name = "num-conv"
7411version = "0.1.0"
7412source = "registry+https://github.com/rust-lang/crates.io-index"
7413checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7414
7415[[package]]
7416name = "num-derive"
7417version = "0.4.2"
7418source = "registry+https://github.com/rust-lang/crates.io-index"
7419checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7420dependencies = [
7421 "proc-macro2",
7422 "quote",
7423 "syn 2.0.76",
7424]
7425
7426[[package]]
7427name = "num-format"
7428version = "0.4.4"
7429source = "registry+https://github.com/rust-lang/crates.io-index"
7430checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7431dependencies = [
7432 "arrayvec",
7433 "itoa",
7434]
7435
7436[[package]]
7437name = "num-integer"
7438version = "0.1.46"
7439source = "registry+https://github.com/rust-lang/crates.io-index"
7440checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7441dependencies = [
7442 "num-traits",
7443]
7444
7445[[package]]
7446name = "num-iter"
7447version = "0.1.45"
7448source = "registry+https://github.com/rust-lang/crates.io-index"
7449checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7450dependencies = [
7451 "autocfg",
7452 "num-integer",
7453 "num-traits",
7454]
7455
7456[[package]]
7457name = "num-rational"
7458version = "0.4.2"
7459source = "registry+https://github.com/rust-lang/crates.io-index"
7460checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7461dependencies = [
7462 "num-bigint",
7463 "num-integer",
7464 "num-traits",
7465]
7466
7467[[package]]
7468name = "num-traits"
7469version = "0.2.19"
7470source = "registry+https://github.com/rust-lang/crates.io-index"
7471checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7472dependencies = [
7473 "autocfg",
7474 "libm",
7475]
7476
7477[[package]]
7478name = "num_cpus"
7479version = "1.16.0"
7480source = "registry+https://github.com/rust-lang/crates.io-index"
7481checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7482dependencies = [
7483 "hermit-abi 0.3.9",
7484 "libc",
7485]
7486
7487[[package]]
7488name = "num_enum"
7489version = "0.7.3"
7490source = "registry+https://github.com/rust-lang/crates.io-index"
7491checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7492dependencies = [
7493 "num_enum_derive",
7494]
7495
7496[[package]]
7497name = "num_enum_derive"
7498version = "0.7.3"
7499source = "registry+https://github.com/rust-lang/crates.io-index"
7500checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7501dependencies = [
7502 "proc-macro-crate",
7503 "proc-macro2",
7504 "quote",
7505 "syn 2.0.76",
7506]
7507
7508[[package]]
7509name = "num_threads"
7510version = "0.1.7"
7511source = "registry+https://github.com/rust-lang/crates.io-index"
7512checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7513dependencies = [
7514 "libc",
7515]
7516
7517[[package]]
7518name = "nvim-rs"
7519version = "0.8.0-pre"
7520source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7521dependencies = [
7522 "async-trait",
7523 "futures 0.3.30",
7524 "log",
7525 "parity-tokio-ipc",
7526 "rmp",
7527 "rmpv",
7528 "tokio",
7529 "tokio-util",
7530 "winapi",
7531]
7532
7533[[package]]
7534name = "objc"
7535version = "0.2.7"
7536source = "registry+https://github.com/rust-lang/crates.io-index"
7537checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7538dependencies = [
7539 "malloc_buf",
7540]
7541
7542[[package]]
7543name = "object"
7544version = "0.36.4"
7545source = "registry+https://github.com/rust-lang/crates.io-index"
7546checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
7547dependencies = [
7548 "crc32fast",
7549 "hashbrown 0.14.5",
7550 "indexmap 2.4.0",
7551 "memchr",
7552]
7553
7554[[package]]
7555name = "oboe"
7556version = "0.6.1"
7557source = "registry+https://github.com/rust-lang/crates.io-index"
7558checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7559dependencies = [
7560 "jni",
7561 "ndk",
7562 "ndk-context",
7563 "num-derive",
7564 "num-traits",
7565 "oboe-sys",
7566]
7567
7568[[package]]
7569name = "oboe-sys"
7570version = "0.6.1"
7571source = "registry+https://github.com/rust-lang/crates.io-index"
7572checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7573dependencies = [
7574 "cc",
7575]
7576
7577[[package]]
7578name = "ollama"
7579version = "0.1.0"
7580dependencies = [
7581 "anyhow",
7582 "futures 0.3.30",
7583 "http_client",
7584 "schemars",
7585 "serde",
7586 "serde_json",
7587]
7588
7589[[package]]
7590name = "once_cell"
7591version = "1.19.0"
7592source = "registry+https://github.com/rust-lang/crates.io-index"
7593checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7594
7595[[package]]
7596name = "oo7"
7597version = "0.3.3"
7598source = "registry+https://github.com/rust-lang/crates.io-index"
7599checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7600dependencies = [
7601 "aes",
7602 "async-fs 2.1.2",
7603 "async-io 2.3.4",
7604 "async-lock 3.4.0",
7605 "async-net 2.0.0",
7606 "blocking",
7607 "cbc",
7608 "cipher",
7609 "digest",
7610 "endi",
7611 "futures-lite 2.3.0",
7612 "futures-util",
7613 "hkdf",
7614 "hmac",
7615 "md-5",
7616 "num",
7617 "num-bigint-dig",
7618 "pbkdf2",
7619 "rand 0.8.5",
7620 "serde",
7621 "sha2",
7622 "subtle",
7623 "zbus",
7624 "zeroize",
7625 "zvariant",
7626]
7627
7628[[package]]
7629name = "oorandom"
7630version = "11.1.4"
7631source = "registry+https://github.com/rust-lang/crates.io-index"
7632checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7633
7634[[package]]
7635name = "open"
7636version = "5.3.0"
7637source = "registry+https://github.com/rust-lang/crates.io-index"
7638checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7639dependencies = [
7640 "is-wsl",
7641 "libc",
7642 "pathdiff",
7643]
7644
7645[[package]]
7646name = "open_ai"
7647version = "0.1.0"
7648dependencies = [
7649 "anyhow",
7650 "futures 0.3.30",
7651 "http_client",
7652 "schemars",
7653 "serde",
7654 "serde_json",
7655 "strum 0.25.0",
7656]
7657
7658[[package]]
7659name = "opener"
7660version = "0.7.2"
7661source = "registry+https://github.com/rust-lang/crates.io-index"
7662checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
7663dependencies = [
7664 "bstr",
7665 "dbus",
7666 "normpath",
7667 "windows-sys 0.59.0",
7668]
7669
7670[[package]]
7671name = "openssl"
7672version = "0.10.66"
7673source = "registry+https://github.com/rust-lang/crates.io-index"
7674checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7675dependencies = [
7676 "bitflags 2.6.0",
7677 "cfg-if",
7678 "foreign-types 0.3.2",
7679 "libc",
7680 "once_cell",
7681 "openssl-macros",
7682 "openssl-sys",
7683]
7684
7685[[package]]
7686name = "openssl-macros"
7687version = "0.1.1"
7688source = "registry+https://github.com/rust-lang/crates.io-index"
7689checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7690dependencies = [
7691 "proc-macro2",
7692 "quote",
7693 "syn 2.0.76",
7694]
7695
7696[[package]]
7697name = "openssl-probe"
7698version = "0.1.5"
7699source = "registry+https://github.com/rust-lang/crates.io-index"
7700checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7701
7702[[package]]
7703name = "openssl-src"
7704version = "300.3.1+3.3.1"
7705source = "registry+https://github.com/rust-lang/crates.io-index"
7706checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
7707dependencies = [
7708 "cc",
7709]
7710
7711[[package]]
7712name = "openssl-sys"
7713version = "0.9.103"
7714source = "registry+https://github.com/rust-lang/crates.io-index"
7715checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
7716dependencies = [
7717 "cc",
7718 "libc",
7719 "openssl-src",
7720 "pkg-config",
7721 "vcpkg",
7722]
7723
7724[[package]]
7725name = "option-ext"
7726version = "0.2.0"
7727source = "registry+https://github.com/rust-lang/crates.io-index"
7728checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7729
7730[[package]]
7731name = "ordered-float"
7732version = "2.10.1"
7733source = "registry+https://github.com/rust-lang/crates.io-index"
7734checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
7735dependencies = [
7736 "num-traits",
7737]
7738
7739[[package]]
7740name = "ordered-float"
7741version = "3.9.2"
7742source = "registry+https://github.com/rust-lang/crates.io-index"
7743checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
7744dependencies = [
7745 "num-traits",
7746]
7747
7748[[package]]
7749name = "ordered-stream"
7750version = "0.2.0"
7751source = "registry+https://github.com/rust-lang/crates.io-index"
7752checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7753dependencies = [
7754 "futures-core",
7755 "pin-project-lite",
7756]
7757
7758[[package]]
7759name = "ouroboros"
7760version = "0.17.2"
7761source = "registry+https://github.com/rust-lang/crates.io-index"
7762checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7763dependencies = [
7764 "aliasable",
7765 "ouroboros_macro",
7766 "static_assertions",
7767]
7768
7769[[package]]
7770name = "ouroboros_macro"
7771version = "0.17.2"
7772source = "registry+https://github.com/rust-lang/crates.io-index"
7773checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7774dependencies = [
7775 "heck 0.4.1",
7776 "proc-macro-error",
7777 "proc-macro2",
7778 "quote",
7779 "syn 2.0.76",
7780]
7781
7782[[package]]
7783name = "outline"
7784version = "0.1.0"
7785dependencies = [
7786 "editor",
7787 "fuzzy",
7788 "gpui",
7789 "indoc",
7790 "language",
7791 "menu",
7792 "ordered-float 2.10.1",
7793 "picker",
7794 "project",
7795 "rope",
7796 "serde_json",
7797 "settings",
7798 "smol",
7799 "theme",
7800 "tree-sitter-rust",
7801 "tree-sitter-typescript",
7802 "ui",
7803 "util",
7804 "workspace",
7805]
7806
7807[[package]]
7808name = "outline_panel"
7809version = "0.1.0"
7810dependencies = [
7811 "anyhow",
7812 "collections",
7813 "db",
7814 "editor",
7815 "file_icons",
7816 "fuzzy",
7817 "gpui",
7818 "itertools 0.13.0",
7819 "language",
7820 "log",
7821 "menu",
7822 "outline",
7823 "pretty_assertions",
7824 "project",
7825 "schemars",
7826 "search",
7827 "serde",
7828 "serde_json",
7829 "settings",
7830 "smallvec",
7831 "smol",
7832 "theme",
7833 "ui",
7834 "util",
7835 "workspace",
7836 "worktree",
7837]
7838
7839[[package]]
7840name = "outref"
7841version = "0.5.1"
7842source = "registry+https://github.com/rust-lang/crates.io-index"
7843checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7844
7845[[package]]
7846name = "overload"
7847version = "0.1.1"
7848source = "registry+https://github.com/rust-lang/crates.io-index"
7849checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7850
7851[[package]]
7852name = "p256"
7853version = "0.11.1"
7854source = "registry+https://github.com/rust-lang/crates.io-index"
7855checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7856dependencies = [
7857 "ecdsa",
7858 "elliptic-curve",
7859 "sha2",
7860]
7861
7862[[package]]
7863name = "page_size"
7864version = "0.6.0"
7865source = "registry+https://github.com/rust-lang/crates.io-index"
7866checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7867dependencies = [
7868 "libc",
7869 "winapi",
7870]
7871
7872[[package]]
7873name = "palette"
7874version = "0.7.6"
7875source = "registry+https://github.com/rust-lang/crates.io-index"
7876checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
7877dependencies = [
7878 "approx",
7879 "fast-srgb8",
7880 "palette_derive",
7881]
7882
7883[[package]]
7884name = "palette_derive"
7885version = "0.7.6"
7886source = "registry+https://github.com/rust-lang/crates.io-index"
7887checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
7888dependencies = [
7889 "by_address",
7890 "proc-macro2",
7891 "quote",
7892 "syn 2.0.76",
7893]
7894
7895[[package]]
7896name = "parity-tokio-ipc"
7897version = "0.9.0"
7898source = "registry+https://github.com/rust-lang/crates.io-index"
7899checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7900dependencies = [
7901 "futures 0.3.30",
7902 "libc",
7903 "log",
7904 "rand 0.7.3",
7905 "tokio",
7906 "winapi",
7907]
7908
7909[[package]]
7910name = "parking"
7911version = "2.2.1"
7912source = "registry+https://github.com/rust-lang/crates.io-index"
7913checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
7914
7915[[package]]
7916name = "parking_lot"
7917version = "0.12.3"
7918source = "registry+https://github.com/rust-lang/crates.io-index"
7919checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
7920dependencies = [
7921 "lock_api",
7922 "parking_lot_core",
7923]
7924
7925[[package]]
7926name = "parking_lot_core"
7927version = "0.9.10"
7928source = "registry+https://github.com/rust-lang/crates.io-index"
7929checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
7930dependencies = [
7931 "cfg-if",
7932 "libc",
7933 "redox_syscall 0.5.3",
7934 "smallvec",
7935 "windows-targets 0.52.6",
7936]
7937
7938[[package]]
7939name = "password-hash"
7940version = "0.5.0"
7941source = "registry+https://github.com/rust-lang/crates.io-index"
7942checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
7943dependencies = [
7944 "base64ct",
7945 "rand_core 0.6.4",
7946 "subtle",
7947]
7948
7949[[package]]
7950name = "paste"
7951version = "1.0.15"
7952source = "registry+https://github.com/rust-lang/crates.io-index"
7953checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
7954
7955[[package]]
7956name = "pathdiff"
7957version = "0.2.2"
7958source = "registry+https://github.com/rust-lang/crates.io-index"
7959checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
7960
7961[[package]]
7962name = "pathfinder_geometry"
7963version = "0.5.1"
7964source = "registry+https://github.com/rust-lang/crates.io-index"
7965checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
7966dependencies = [
7967 "log",
7968 "pathfinder_simd",
7969]
7970
7971[[package]]
7972name = "pathfinder_simd"
7973version = "0.5.4"
7974source = "registry+https://github.com/rust-lang/crates.io-index"
7975checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
7976dependencies = [
7977 "rustc_version",
7978]
7979
7980[[package]]
7981name = "paths"
7982version = "0.1.0"
7983dependencies = [
7984 "dirs 4.0.0",
7985 "util",
7986]
7987
7988[[package]]
7989name = "pbkdf2"
7990version = "0.12.2"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7993dependencies = [
7994 "digest",
7995 "hmac",
7996]
7997
7998[[package]]
7999name = "pem"
8000version = "3.0.4"
8001source = "registry+https://github.com/rust-lang/crates.io-index"
8002checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8003dependencies = [
8004 "base64 0.22.1",
8005 "serde",
8006]
8007
8008[[package]]
8009name = "pem-rfc7468"
8010version = "0.7.0"
8011source = "registry+https://github.com/rust-lang/crates.io-index"
8012checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8013dependencies = [
8014 "base64ct",
8015]
8016
8017[[package]]
8018name = "percent-encoding"
8019version = "2.3.1"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8022
8023[[package]]
8024name = "perplexity"
8025version = "0.1.0"
8026dependencies = [
8027 "serde",
8028 "zed_extension_api 0.2.0",
8029]
8030
8031[[package]]
8032name = "pest"
8033version = "2.7.11"
8034source = "registry+https://github.com/rust-lang/crates.io-index"
8035checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
8036dependencies = [
8037 "memchr",
8038 "thiserror",
8039 "ucd-trie",
8040]
8041
8042[[package]]
8043name = "pest_derive"
8044version = "2.7.11"
8045source = "registry+https://github.com/rust-lang/crates.io-index"
8046checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
8047dependencies = [
8048 "pest",
8049 "pest_generator",
8050]
8051
8052[[package]]
8053name = "pest_generator"
8054version = "2.7.11"
8055source = "registry+https://github.com/rust-lang/crates.io-index"
8056checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
8057dependencies = [
8058 "pest",
8059 "pest_meta",
8060 "proc-macro2",
8061 "quote",
8062 "syn 2.0.76",
8063]
8064
8065[[package]]
8066name = "pest_meta"
8067version = "2.7.11"
8068source = "registry+https://github.com/rust-lang/crates.io-index"
8069checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
8070dependencies = [
8071 "once_cell",
8072 "pest",
8073 "sha2",
8074]
8075
8076[[package]]
8077name = "pet"
8078version = "0.1.0"
8079source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8080dependencies = [
8081 "clap",
8082 "env_logger 0.10.2",
8083 "lazy_static",
8084 "log",
8085 "msvc_spectre_libs",
8086 "pet-conda",
8087 "pet-core",
8088 "pet-env-var-path",
8089 "pet-fs",
8090 "pet-global-virtualenvs",
8091 "pet-homebrew",
8092 "pet-jsonrpc",
8093 "pet-linux-global-python",
8094 "pet-mac-commandlinetools",
8095 "pet-mac-python-org",
8096 "pet-mac-xcode",
8097 "pet-pipenv",
8098 "pet-poetry",
8099 "pet-pyenv",
8100 "pet-python-utils",
8101 "pet-reporter",
8102 "pet-telemetry",
8103 "pet-venv",
8104 "pet-virtualenv",
8105 "pet-virtualenvwrapper",
8106 "pet-windows-registry",
8107 "pet-windows-store",
8108 "serde",
8109 "serde_json",
8110]
8111
8112[[package]]
8113name = "pet-conda"
8114version = "0.1.0"
8115source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8116dependencies = [
8117 "env_logger 0.10.2",
8118 "lazy_static",
8119 "log",
8120 "msvc_spectre_libs",
8121 "pet-core",
8122 "pet-fs",
8123 "pet-python-utils",
8124 "pet-reporter",
8125 "regex",
8126 "serde",
8127 "serde_json",
8128 "yaml-rust2",
8129]
8130
8131[[package]]
8132name = "pet-core"
8133version = "0.1.0"
8134source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8135dependencies = [
8136 "clap",
8137 "lazy_static",
8138 "log",
8139 "msvc_spectre_libs",
8140 "pet-fs",
8141 "regex",
8142 "serde",
8143 "serde_json",
8144]
8145
8146[[package]]
8147name = "pet-env-var-path"
8148version = "0.1.0"
8149source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8150dependencies = [
8151 "lazy_static",
8152 "log",
8153 "msvc_spectre_libs",
8154 "pet-conda",
8155 "pet-core",
8156 "pet-fs",
8157 "pet-python-utils",
8158 "pet-virtualenv",
8159 "regex",
8160]
8161
8162[[package]]
8163name = "pet-fs"
8164version = "0.1.0"
8165source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8166dependencies = [
8167 "log",
8168 "msvc_spectre_libs",
8169]
8170
8171[[package]]
8172name = "pet-global-virtualenvs"
8173version = "0.1.0"
8174source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8175dependencies = [
8176 "log",
8177 "msvc_spectre_libs",
8178 "pet-conda",
8179 "pet-core",
8180 "pet-fs",
8181 "pet-virtualenv",
8182]
8183
8184[[package]]
8185name = "pet-homebrew"
8186version = "0.1.0"
8187source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8188dependencies = [
8189 "lazy_static",
8190 "log",
8191 "msvc_spectre_libs",
8192 "pet-conda",
8193 "pet-core",
8194 "pet-fs",
8195 "pet-python-utils",
8196 "pet-virtualenv",
8197 "regex",
8198 "serde",
8199 "serde_json",
8200]
8201
8202[[package]]
8203name = "pet-jsonrpc"
8204version = "0.1.0"
8205source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8206dependencies = [
8207 "env_logger 0.10.2",
8208 "log",
8209 "msvc_spectre_libs",
8210 "pet-core",
8211 "serde",
8212 "serde_json",
8213]
8214
8215[[package]]
8216name = "pet-linux-global-python"
8217version = "0.1.0"
8218source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8219dependencies = [
8220 "log",
8221 "msvc_spectre_libs",
8222 "pet-core",
8223 "pet-fs",
8224 "pet-python-utils",
8225 "pet-virtualenv",
8226]
8227
8228[[package]]
8229name = "pet-mac-commandlinetools"
8230version = "0.1.0"
8231source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8232dependencies = [
8233 "log",
8234 "msvc_spectre_libs",
8235 "pet-core",
8236 "pet-fs",
8237 "pet-python-utils",
8238 "pet-virtualenv",
8239]
8240
8241[[package]]
8242name = "pet-mac-python-org"
8243version = "0.1.0"
8244source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8245dependencies = [
8246 "log",
8247 "msvc_spectre_libs",
8248 "pet-core",
8249 "pet-fs",
8250 "pet-python-utils",
8251 "pet-virtualenv",
8252]
8253
8254[[package]]
8255name = "pet-mac-xcode"
8256version = "0.1.0"
8257source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8258dependencies = [
8259 "log",
8260 "msvc_spectre_libs",
8261 "pet-core",
8262 "pet-fs",
8263 "pet-python-utils",
8264 "pet-virtualenv",
8265]
8266
8267[[package]]
8268name = "pet-pipenv"
8269version = "0.1.0"
8270source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8271dependencies = [
8272 "log",
8273 "msvc_spectre_libs",
8274 "pet-core",
8275 "pet-fs",
8276 "pet-python-utils",
8277 "pet-virtualenv",
8278]
8279
8280[[package]]
8281name = "pet-poetry"
8282version = "0.1.0"
8283source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8284dependencies = [
8285 "base64 0.22.1",
8286 "lazy_static",
8287 "log",
8288 "msvc_spectre_libs",
8289 "pet-core",
8290 "pet-fs",
8291 "pet-python-utils",
8292 "pet-reporter",
8293 "pet-virtualenv",
8294 "regex",
8295 "serde",
8296 "serde_json",
8297 "sha2",
8298 "toml 0.8.19",
8299]
8300
8301[[package]]
8302name = "pet-pyenv"
8303version = "0.1.0"
8304source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8305dependencies = [
8306 "lazy_static",
8307 "log",
8308 "msvc_spectre_libs",
8309 "pet-conda",
8310 "pet-core",
8311 "pet-fs",
8312 "pet-python-utils",
8313 "pet-reporter",
8314 "regex",
8315 "serde",
8316 "serde_json",
8317]
8318
8319[[package]]
8320name = "pet-python-utils"
8321version = "0.1.0"
8322source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8323dependencies = [
8324 "env_logger 0.10.2",
8325 "lazy_static",
8326 "log",
8327 "msvc_spectre_libs",
8328 "pet-core",
8329 "pet-fs",
8330 "regex",
8331 "serde",
8332 "serde_json",
8333 "sha2",
8334]
8335
8336[[package]]
8337name = "pet-reporter"
8338version = "0.1.0"
8339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8340dependencies = [
8341 "env_logger 0.10.2",
8342 "log",
8343 "msvc_spectre_libs",
8344 "pet-core",
8345 "pet-jsonrpc",
8346 "serde",
8347 "serde_json",
8348]
8349
8350[[package]]
8351name = "pet-telemetry"
8352version = "0.1.0"
8353source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8354dependencies = [
8355 "env_logger 0.10.2",
8356 "lazy_static",
8357 "log",
8358 "msvc_spectre_libs",
8359 "pet-core",
8360 "pet-fs",
8361 "pet-python-utils",
8362 "regex",
8363]
8364
8365[[package]]
8366name = "pet-venv"
8367version = "0.1.0"
8368source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8369dependencies = [
8370 "log",
8371 "msvc_spectre_libs",
8372 "pet-core",
8373 "pet-python-utils",
8374 "pet-virtualenv",
8375]
8376
8377[[package]]
8378name = "pet-virtualenv"
8379version = "0.1.0"
8380source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8381dependencies = [
8382 "log",
8383 "msvc_spectre_libs",
8384 "pet-core",
8385 "pet-fs",
8386 "pet-python-utils",
8387]
8388
8389[[package]]
8390name = "pet-virtualenvwrapper"
8391version = "0.1.0"
8392source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8393dependencies = [
8394 "log",
8395 "msvc_spectre_libs",
8396 "pet-core",
8397 "pet-fs",
8398 "pet-python-utils",
8399 "pet-virtualenv",
8400]
8401
8402[[package]]
8403name = "pet-windows-registry"
8404version = "0.1.0"
8405source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8406dependencies = [
8407 "lazy_static",
8408 "log",
8409 "msvc_spectre_libs",
8410 "pet-conda",
8411 "pet-core",
8412 "pet-fs",
8413 "pet-python-utils",
8414 "pet-virtualenv",
8415 "pet-windows-store",
8416 "regex",
8417 "winreg 0.52.0",
8418]
8419
8420[[package]]
8421name = "pet-windows-store"
8422version = "0.1.0"
8423source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8424dependencies = [
8425 "lazy_static",
8426 "log",
8427 "msvc_spectre_libs",
8428 "pet-core",
8429 "pet-fs",
8430 "pet-python-utils",
8431 "pet-virtualenv",
8432 "regex",
8433 "winreg 0.52.0",
8434]
8435
8436[[package]]
8437name = "petgraph"
8438version = "0.6.5"
8439source = "registry+https://github.com/rust-lang/crates.io-index"
8440checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
8441dependencies = [
8442 "fixedbitset",
8443 "indexmap 2.4.0",
8444]
8445
8446[[package]]
8447name = "phf"
8448version = "0.11.2"
8449source = "registry+https://github.com/rust-lang/crates.io-index"
8450checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
8451dependencies = [
8452 "phf_macros",
8453 "phf_shared 0.11.2",
8454]
8455
8456[[package]]
8457name = "phf_codegen"
8458version = "0.11.2"
8459source = "registry+https://github.com/rust-lang/crates.io-index"
8460checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
8461dependencies = [
8462 "phf_generator 0.11.2",
8463 "phf_shared 0.11.2",
8464]
8465
8466[[package]]
8467name = "phf_generator"
8468version = "0.10.0"
8469source = "registry+https://github.com/rust-lang/crates.io-index"
8470checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
8471dependencies = [
8472 "phf_shared 0.10.0",
8473 "rand 0.8.5",
8474]
8475
8476[[package]]
8477name = "phf_generator"
8478version = "0.11.2"
8479source = "registry+https://github.com/rust-lang/crates.io-index"
8480checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
8481dependencies = [
8482 "phf_shared 0.11.2",
8483 "rand 0.8.5",
8484]
8485
8486[[package]]
8487name = "phf_macros"
8488version = "0.11.2"
8489source = "registry+https://github.com/rust-lang/crates.io-index"
8490checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
8491dependencies = [
8492 "phf_generator 0.11.2",
8493 "phf_shared 0.11.2",
8494 "proc-macro2",
8495 "quote",
8496 "syn 2.0.76",
8497]
8498
8499[[package]]
8500name = "phf_shared"
8501version = "0.10.0"
8502source = "registry+https://github.com/rust-lang/crates.io-index"
8503checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
8504dependencies = [
8505 "siphasher 0.3.11",
8506]
8507
8508[[package]]
8509name = "phf_shared"
8510version = "0.11.2"
8511source = "registry+https://github.com/rust-lang/crates.io-index"
8512checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
8513dependencies = [
8514 "siphasher 0.3.11",
8515]
8516
8517[[package]]
8518name = "picker"
8519version = "0.1.0"
8520dependencies = [
8521 "anyhow",
8522 "ctor",
8523 "editor",
8524 "env_logger 0.11.5",
8525 "gpui",
8526 "menu",
8527 "serde",
8528 "serde_json",
8529 "ui",
8530 "workspace",
8531]
8532
8533[[package]]
8534name = "pico-args"
8535version = "0.5.0"
8536source = "registry+https://github.com/rust-lang/crates.io-index"
8537checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
8538
8539[[package]]
8540name = "pin-project"
8541version = "1.1.5"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
8544dependencies = [
8545 "pin-project-internal",
8546]
8547
8548[[package]]
8549name = "pin-project-internal"
8550version = "1.1.5"
8551source = "registry+https://github.com/rust-lang/crates.io-index"
8552checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
8553dependencies = [
8554 "proc-macro2",
8555 "quote",
8556 "syn 2.0.76",
8557]
8558
8559[[package]]
8560name = "pin-project-lite"
8561version = "0.2.14"
8562source = "registry+https://github.com/rust-lang/crates.io-index"
8563checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
8564
8565[[package]]
8566name = "pin-utils"
8567version = "0.1.0"
8568source = "registry+https://github.com/rust-lang/crates.io-index"
8569checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8570
8571[[package]]
8572name = "piper"
8573version = "0.2.4"
8574source = "registry+https://github.com/rust-lang/crates.io-index"
8575checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
8576dependencies = [
8577 "atomic-waker",
8578 "fastrand 2.1.1",
8579 "futures-io",
8580]
8581
8582[[package]]
8583name = "pkcs1"
8584version = "0.7.5"
8585source = "registry+https://github.com/rust-lang/crates.io-index"
8586checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8587dependencies = [
8588 "der 0.7.9",
8589 "pkcs8 0.10.2",
8590 "spki 0.7.3",
8591]
8592
8593[[package]]
8594name = "pkcs8"
8595version = "0.9.0"
8596source = "registry+https://github.com/rust-lang/crates.io-index"
8597checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
8598dependencies = [
8599 "der 0.6.1",
8600 "spki 0.6.0",
8601]
8602
8603[[package]]
8604name = "pkcs8"
8605version = "0.10.2"
8606source = "registry+https://github.com/rust-lang/crates.io-index"
8607checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8608dependencies = [
8609 "der 0.7.9",
8610 "spki 0.7.3",
8611]
8612
8613[[package]]
8614name = "pkg-config"
8615version = "0.3.30"
8616source = "registry+https://github.com/rust-lang/crates.io-index"
8617checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8618
8619[[package]]
8620name = "plist"
8621version = "1.7.0"
8622source = "registry+https://github.com/rust-lang/crates.io-index"
8623checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8624dependencies = [
8625 "base64 0.22.1",
8626 "indexmap 2.4.0",
8627 "quick-xml 0.32.0",
8628 "serde",
8629 "time",
8630]
8631
8632[[package]]
8633name = "plotters"
8634version = "0.3.6"
8635source = "registry+https://github.com/rust-lang/crates.io-index"
8636checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8637dependencies = [
8638 "num-traits",
8639 "plotters-backend",
8640 "plotters-svg",
8641 "wasm-bindgen",
8642 "web-sys",
8643]
8644
8645[[package]]
8646name = "plotters-backend"
8647version = "0.3.6"
8648source = "registry+https://github.com/rust-lang/crates.io-index"
8649checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
8650
8651[[package]]
8652name = "plotters-svg"
8653version = "0.3.6"
8654source = "registry+https://github.com/rust-lang/crates.io-index"
8655checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
8656dependencies = [
8657 "plotters-backend",
8658]
8659
8660[[package]]
8661name = "png"
8662version = "0.17.13"
8663source = "registry+https://github.com/rust-lang/crates.io-index"
8664checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
8665dependencies = [
8666 "bitflags 1.3.2",
8667 "crc32fast",
8668 "fdeflate",
8669 "flate2",
8670 "miniz_oxide 0.7.4",
8671]
8672
8673[[package]]
8674name = "polling"
8675version = "2.8.0"
8676source = "registry+https://github.com/rust-lang/crates.io-index"
8677checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8678dependencies = [
8679 "autocfg",
8680 "bitflags 1.3.2",
8681 "cfg-if",
8682 "concurrent-queue",
8683 "libc",
8684 "log",
8685 "pin-project-lite",
8686 "windows-sys 0.48.0",
8687]
8688
8689[[package]]
8690name = "polling"
8691version = "3.7.3"
8692source = "registry+https://github.com/rust-lang/crates.io-index"
8693checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
8694dependencies = [
8695 "cfg-if",
8696 "concurrent-queue",
8697 "hermit-abi 0.4.0",
8698 "pin-project-lite",
8699 "rustix 0.38.35",
8700 "tracing",
8701 "windows-sys 0.59.0",
8702]
8703
8704[[package]]
8705name = "pollster"
8706version = "0.2.5"
8707source = "registry+https://github.com/rust-lang/crates.io-index"
8708checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
8709
8710[[package]]
8711name = "postage"
8712version = "0.5.0"
8713source = "registry+https://github.com/rust-lang/crates.io-index"
8714checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
8715dependencies = [
8716 "atomic",
8717 "crossbeam-queue",
8718 "futures 0.3.30",
8719 "log",
8720 "parking_lot",
8721 "pin-project",
8722 "pollster",
8723 "static_assertions",
8724 "thiserror",
8725]
8726
8727[[package]]
8728name = "postcard"
8729version = "1.0.10"
8730source = "registry+https://github.com/rust-lang/crates.io-index"
8731checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
8732dependencies = [
8733 "cobs",
8734 "embedded-io 0.4.0",
8735 "embedded-io 0.6.1",
8736 "serde",
8737]
8738
8739[[package]]
8740name = "powerfmt"
8741version = "0.2.0"
8742source = "registry+https://github.com/rust-lang/crates.io-index"
8743checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8744
8745[[package]]
8746name = "ppv-lite86"
8747version = "0.2.20"
8748source = "registry+https://github.com/rust-lang/crates.io-index"
8749checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
8750dependencies = [
8751 "zerocopy",
8752]
8753
8754[[package]]
8755name = "precomputed-hash"
8756version = "0.1.1"
8757source = "registry+https://github.com/rust-lang/crates.io-index"
8758checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8759
8760[[package]]
8761name = "prettier"
8762version = "0.1.0"
8763dependencies = [
8764 "anyhow",
8765 "collections",
8766 "fs",
8767 "gpui",
8768 "language",
8769 "log",
8770 "lsp",
8771 "node_runtime",
8772 "parking_lot",
8773 "paths",
8774 "serde",
8775 "serde_json",
8776 "util",
8777]
8778
8779[[package]]
8780name = "pretty_assertions"
8781version = "1.4.1"
8782source = "registry+https://github.com/rust-lang/crates.io-index"
8783checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
8784dependencies = [
8785 "diff",
8786 "yansi",
8787]
8788
8789[[package]]
8790name = "prettyplease"
8791version = "0.2.22"
8792source = "registry+https://github.com/rust-lang/crates.io-index"
8793checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
8794dependencies = [
8795 "proc-macro2",
8796 "syn 2.0.76",
8797]
8798
8799[[package]]
8800name = "proc-macro-crate"
8801version = "3.2.0"
8802source = "registry+https://github.com/rust-lang/crates.io-index"
8803checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
8804dependencies = [
8805 "toml_edit 0.22.20",
8806]
8807
8808[[package]]
8809name = "proc-macro-error"
8810version = "1.0.4"
8811source = "registry+https://github.com/rust-lang/crates.io-index"
8812checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8813dependencies = [
8814 "proc-macro-error-attr",
8815 "proc-macro2",
8816 "quote",
8817 "syn 1.0.109",
8818 "version_check",
8819]
8820
8821[[package]]
8822name = "proc-macro-error-attr"
8823version = "1.0.4"
8824source = "registry+https://github.com/rust-lang/crates.io-index"
8825checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8826dependencies = [
8827 "proc-macro2",
8828 "quote",
8829 "version_check",
8830]
8831
8832[[package]]
8833name = "proc-macro2"
8834version = "1.0.89"
8835source = "registry+https://github.com/rust-lang/crates.io-index"
8836checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
8837dependencies = [
8838 "unicode-ident",
8839]
8840
8841[[package]]
8842name = "profiling"
8843version = "1.0.16"
8844source = "registry+https://github.com/rust-lang/crates.io-index"
8845checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
8846dependencies = [
8847 "profiling-procmacros",
8848]
8849
8850[[package]]
8851name = "profiling-procmacros"
8852version = "1.0.16"
8853source = "registry+https://github.com/rust-lang/crates.io-index"
8854checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
8855dependencies = [
8856 "quote",
8857 "syn 2.0.76",
8858]
8859
8860[[package]]
8861name = "project"
8862version = "0.1.0"
8863dependencies = [
8864 "aho-corasick",
8865 "anyhow",
8866 "async-trait",
8867 "client",
8868 "clock",
8869 "collections",
8870 "env_logger 0.11.5",
8871 "fs",
8872 "futures 0.3.30",
8873 "fuzzy",
8874 "git",
8875 "git2",
8876 "globset",
8877 "gpui",
8878 "http_client",
8879 "itertools 0.13.0",
8880 "language",
8881 "log",
8882 "lsp",
8883 "node_runtime",
8884 "parking_lot",
8885 "pathdiff",
8886 "paths",
8887 "postage",
8888 "prettier",
8889 "pretty_assertions",
8890 "rand 0.8.5",
8891 "regex",
8892 "release_channel",
8893 "remote",
8894 "rpc",
8895 "schemars",
8896 "serde",
8897 "serde_json",
8898 "settings",
8899 "sha2",
8900 "shellexpand 2.1.2",
8901 "shlex",
8902 "similar",
8903 "smol",
8904 "snippet",
8905 "snippet_provider",
8906 "task",
8907 "tempfile",
8908 "terminal",
8909 "text",
8910 "unindent",
8911 "url",
8912 "util",
8913 "which 6.0.3",
8914 "windows 0.58.0",
8915 "worktree",
8916]
8917
8918[[package]]
8919name = "project_panel"
8920version = "0.1.0"
8921dependencies = [
8922 "anyhow",
8923 "client",
8924 "collections",
8925 "db",
8926 "editor",
8927 "file_icons",
8928 "git",
8929 "gpui",
8930 "indexmap 1.9.3",
8931 "language",
8932 "menu",
8933 "pretty_assertions",
8934 "project",
8935 "schemars",
8936 "search",
8937 "serde",
8938 "serde_derive",
8939 "serde_json",
8940 "settings",
8941 "smallvec",
8942 "theme",
8943 "ui",
8944 "util",
8945 "workspace",
8946 "worktree",
8947]
8948
8949[[package]]
8950name = "project_symbols"
8951version = "0.1.0"
8952dependencies = [
8953 "anyhow",
8954 "editor",
8955 "futures 0.3.30",
8956 "fuzzy",
8957 "gpui",
8958 "language",
8959 "lsp",
8960 "ordered-float 2.10.1",
8961 "picker",
8962 "project",
8963 "release_channel",
8964 "serde_json",
8965 "settings",
8966 "theme",
8967 "util",
8968 "workspace",
8969]
8970
8971[[package]]
8972name = "prometheus"
8973version = "0.13.4"
8974source = "registry+https://github.com/rust-lang/crates.io-index"
8975checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
8976dependencies = [
8977 "cfg-if",
8978 "fnv",
8979 "lazy_static",
8980 "memchr",
8981 "parking_lot",
8982 "protobuf",
8983 "thiserror",
8984]
8985
8986[[package]]
8987name = "prost"
8988version = "0.9.0"
8989source = "registry+https://github.com/rust-lang/crates.io-index"
8990checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
8991dependencies = [
8992 "bytes 1.7.2",
8993 "prost-derive",
8994]
8995
8996[[package]]
8997name = "prost-build"
8998version = "0.9.0"
8999source = "registry+https://github.com/rust-lang/crates.io-index"
9000checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9001dependencies = [
9002 "bytes 1.7.2",
9003 "heck 0.3.3",
9004 "itertools 0.10.5",
9005 "lazy_static",
9006 "log",
9007 "multimap",
9008 "petgraph",
9009 "prost",
9010 "prost-types",
9011 "regex",
9012 "tempfile",
9013 "which 4.4.2",
9014]
9015
9016[[package]]
9017name = "prost-derive"
9018version = "0.9.0"
9019source = "registry+https://github.com/rust-lang/crates.io-index"
9020checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9021dependencies = [
9022 "anyhow",
9023 "itertools 0.10.5",
9024 "proc-macro2",
9025 "quote",
9026 "syn 1.0.109",
9027]
9028
9029[[package]]
9030name = "prost-types"
9031version = "0.9.0"
9032source = "registry+https://github.com/rust-lang/crates.io-index"
9033checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9034dependencies = [
9035 "bytes 1.7.2",
9036 "prost",
9037]
9038
9039[[package]]
9040name = "proto"
9041version = "0.1.0"
9042dependencies = [
9043 "anyhow",
9044 "collections",
9045 "prost",
9046 "prost-build",
9047 "serde",
9048]
9049
9050[[package]]
9051name = "protobuf"
9052version = "2.28.0"
9053source = "registry+https://github.com/rust-lang/crates.io-index"
9054checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9055
9056[[package]]
9057name = "psm"
9058version = "0.1.21"
9059source = "registry+https://github.com/rust-lang/crates.io-index"
9060checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
9061dependencies = [
9062 "cc",
9063]
9064
9065[[package]]
9066name = "ptr_meta"
9067version = "0.1.4"
9068source = "registry+https://github.com/rust-lang/crates.io-index"
9069checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9070dependencies = [
9071 "ptr_meta_derive",
9072]
9073
9074[[package]]
9075name = "ptr_meta_derive"
9076version = "0.1.4"
9077source = "registry+https://github.com/rust-lang/crates.io-index"
9078checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9079dependencies = [
9080 "proc-macro2",
9081 "quote",
9082 "syn 1.0.109",
9083]
9084
9085[[package]]
9086name = "pulldown-cmark"
9087version = "0.10.3"
9088source = "registry+https://github.com/rust-lang/crates.io-index"
9089checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9090dependencies = [
9091 "bitflags 2.6.0",
9092 "memchr",
9093 "pulldown-cmark-escape",
9094 "unicase",
9095]
9096
9097[[package]]
9098name = "pulldown-cmark"
9099version = "0.12.1"
9100source = "registry+https://github.com/rust-lang/crates.io-index"
9101checksum = "666f0f59e259aea2d72e6012290c09877a780935cc3c18b1ceded41f3890d59c"
9102dependencies = [
9103 "bitflags 2.6.0",
9104 "memchr",
9105 "unicase",
9106]
9107
9108[[package]]
9109name = "pulldown-cmark-escape"
9110version = "0.10.1"
9111source = "registry+https://github.com/rust-lang/crates.io-index"
9112checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9113
9114[[package]]
9115name = "qoi"
9116version = "0.4.1"
9117source = "registry+https://github.com/rust-lang/crates.io-index"
9118checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9119dependencies = [
9120 "bytemuck",
9121]
9122
9123[[package]]
9124name = "quick-error"
9125version = "2.0.1"
9126source = "registry+https://github.com/rust-lang/crates.io-index"
9127checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
9128
9129[[package]]
9130name = "quick-xml"
9131version = "0.32.0"
9132source = "registry+https://github.com/rust-lang/crates.io-index"
9133checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
9134dependencies = [
9135 "memchr",
9136]
9137
9138[[package]]
9139name = "quick-xml"
9140version = "0.34.0"
9141source = "registry+https://github.com/rust-lang/crates.io-index"
9142checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
9143dependencies = [
9144 "memchr",
9145]
9146
9147[[package]]
9148name = "quick_action_bar"
9149version = "0.1.0"
9150dependencies = [
9151 "assistant",
9152 "editor",
9153 "gpui",
9154 "markdown_preview",
9155 "repl",
9156 "search",
9157 "settings",
9158 "ui",
9159 "util",
9160 "workspace",
9161 "zed_actions",
9162]
9163
9164[[package]]
9165name = "quinn"
9166version = "0.11.5"
9167source = "registry+https://github.com/rust-lang/crates.io-index"
9168checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
9169dependencies = [
9170 "bytes 1.7.2",
9171 "pin-project-lite",
9172 "quinn-proto",
9173 "quinn-udp",
9174 "rustc-hash 2.0.0",
9175 "rustls 0.23.13",
9176 "socket2 0.5.7",
9177 "thiserror",
9178 "tokio",
9179 "tracing",
9180]
9181
9182[[package]]
9183name = "quinn-proto"
9184version = "0.11.8"
9185source = "registry+https://github.com/rust-lang/crates.io-index"
9186checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
9187dependencies = [
9188 "bytes 1.7.2",
9189 "rand 0.8.5",
9190 "ring 0.17.8",
9191 "rustc-hash 2.0.0",
9192 "rustls 0.23.13",
9193 "slab",
9194 "thiserror",
9195 "tinyvec",
9196 "tracing",
9197]
9198
9199[[package]]
9200name = "quinn-udp"
9201version = "0.5.5"
9202source = "registry+https://github.com/rust-lang/crates.io-index"
9203checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
9204dependencies = [
9205 "libc",
9206 "once_cell",
9207 "socket2 0.5.7",
9208 "tracing",
9209 "windows-sys 0.59.0",
9210]
9211
9212[[package]]
9213name = "quote"
9214version = "1.0.37"
9215source = "registry+https://github.com/rust-lang/crates.io-index"
9216checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
9217dependencies = [
9218 "proc-macro2",
9219]
9220
9221[[package]]
9222name = "radium"
9223version = "0.7.0"
9224source = "registry+https://github.com/rust-lang/crates.io-index"
9225checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
9226
9227[[package]]
9228name = "rand"
9229version = "0.7.3"
9230source = "registry+https://github.com/rust-lang/crates.io-index"
9231checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
9232dependencies = [
9233 "getrandom 0.1.16",
9234 "libc",
9235 "rand_chacha 0.2.2",
9236 "rand_core 0.5.1",
9237 "rand_hc",
9238]
9239
9240[[package]]
9241name = "rand"
9242version = "0.8.5"
9243source = "registry+https://github.com/rust-lang/crates.io-index"
9244checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
9245dependencies = [
9246 "libc",
9247 "rand_chacha 0.3.1",
9248 "rand_core 0.6.4",
9249]
9250
9251[[package]]
9252name = "rand_chacha"
9253version = "0.2.2"
9254source = "registry+https://github.com/rust-lang/crates.io-index"
9255checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
9256dependencies = [
9257 "ppv-lite86",
9258 "rand_core 0.5.1",
9259]
9260
9261[[package]]
9262name = "rand_chacha"
9263version = "0.3.1"
9264source = "registry+https://github.com/rust-lang/crates.io-index"
9265checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
9266dependencies = [
9267 "ppv-lite86",
9268 "rand_core 0.6.4",
9269]
9270
9271[[package]]
9272name = "rand_core"
9273version = "0.5.1"
9274source = "registry+https://github.com/rust-lang/crates.io-index"
9275checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
9276dependencies = [
9277 "getrandom 0.1.16",
9278]
9279
9280[[package]]
9281name = "rand_core"
9282version = "0.6.4"
9283source = "registry+https://github.com/rust-lang/crates.io-index"
9284checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
9285dependencies = [
9286 "getrandom 0.2.15",
9287]
9288
9289[[package]]
9290name = "rand_hc"
9291version = "0.2.0"
9292source = "registry+https://github.com/rust-lang/crates.io-index"
9293checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
9294dependencies = [
9295 "rand_core 0.5.1",
9296]
9297
9298[[package]]
9299name = "rangemap"
9300version = "1.5.1"
9301source = "registry+https://github.com/rust-lang/crates.io-index"
9302checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
9303
9304[[package]]
9305name = "rav1e"
9306version = "0.7.1"
9307source = "registry+https://github.com/rust-lang/crates.io-index"
9308checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
9309dependencies = [
9310 "arbitrary",
9311 "arg_enum_proc_macro",
9312 "arrayvec",
9313 "av1-grain",
9314 "bitstream-io",
9315 "built",
9316 "cfg-if",
9317 "interpolate_name",
9318 "itertools 0.12.1",
9319 "libc",
9320 "libfuzzer-sys",
9321 "log",
9322 "maybe-rayon",
9323 "new_debug_unreachable",
9324 "noop_proc_macro",
9325 "num-derive",
9326 "num-traits",
9327 "once_cell",
9328 "paste",
9329 "profiling",
9330 "rand 0.8.5",
9331 "rand_chacha 0.3.1",
9332 "simd_helpers",
9333 "system-deps",
9334 "thiserror",
9335 "v_frame",
9336 "wasm-bindgen",
9337]
9338
9339[[package]]
9340name = "ravif"
9341version = "0.11.10"
9342source = "registry+https://github.com/rust-lang/crates.io-index"
9343checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
9344dependencies = [
9345 "avif-serialize",
9346 "imgref",
9347 "loop9",
9348 "quick-error",
9349 "rav1e",
9350 "rgb",
9351]
9352
9353[[package]]
9354name = "raw-window-handle"
9355version = "0.6.2"
9356source = "registry+https://github.com/rust-lang/crates.io-index"
9357checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
9358
9359[[package]]
9360name = "raw-window-metal"
9361version = "0.4.0"
9362source = "registry+https://github.com/rust-lang/crates.io-index"
9363checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
9364dependencies = [
9365 "cocoa 0.25.0",
9366 "core-graphics 0.23.2",
9367 "objc",
9368 "raw-window-handle",
9369]
9370
9371[[package]]
9372name = "rayon"
9373version = "1.10.0"
9374source = "registry+https://github.com/rust-lang/crates.io-index"
9375checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
9376dependencies = [
9377 "either",
9378 "rayon-core",
9379]
9380
9381[[package]]
9382name = "rayon-core"
9383version = "1.12.1"
9384source = "registry+https://github.com/rust-lang/crates.io-index"
9385checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
9386dependencies = [
9387 "crossbeam-deque",
9388 "crossbeam-utils",
9389]
9390
9391[[package]]
9392name = "read-fonts"
9393version = "0.20.0"
9394source = "registry+https://github.com/rust-lang/crates.io-index"
9395checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
9396dependencies = [
9397 "bytemuck",
9398 "font-types",
9399]
9400
9401[[package]]
9402name = "recent_projects"
9403version = "0.1.0"
9404dependencies = [
9405 "anyhow",
9406 "auto_update",
9407 "editor",
9408 "file_finder",
9409 "futures 0.3.30",
9410 "fuzzy",
9411 "gpui",
9412 "itertools 0.13.0",
9413 "language",
9414 "log",
9415 "markdown",
9416 "menu",
9417 "ordered-float 2.10.1",
9418 "paths",
9419 "picker",
9420 "project",
9421 "release_channel",
9422 "remote",
9423 "schemars",
9424 "serde",
9425 "serde_json",
9426 "settings",
9427 "smol",
9428 "task",
9429 "theme",
9430 "ui",
9431 "util",
9432 "workspace",
9433]
9434
9435[[package]]
9436name = "redox_syscall"
9437version = "0.2.16"
9438source = "registry+https://github.com/rust-lang/crates.io-index"
9439checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
9440dependencies = [
9441 "bitflags 1.3.2",
9442]
9443
9444[[package]]
9445name = "redox_syscall"
9446version = "0.4.1"
9447source = "registry+https://github.com/rust-lang/crates.io-index"
9448checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
9449dependencies = [
9450 "bitflags 1.3.2",
9451]
9452
9453[[package]]
9454name = "redox_syscall"
9455version = "0.5.3"
9456source = "registry+https://github.com/rust-lang/crates.io-index"
9457checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
9458dependencies = [
9459 "bitflags 2.6.0",
9460]
9461
9462[[package]]
9463name = "redox_users"
9464version = "0.4.6"
9465source = "registry+https://github.com/rust-lang/crates.io-index"
9466checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
9467dependencies = [
9468 "getrandom 0.2.15",
9469 "libredox",
9470 "thiserror",
9471]
9472
9473[[package]]
9474name = "refineable"
9475version = "0.1.0"
9476dependencies = [
9477 "derive_refineable",
9478]
9479
9480[[package]]
9481name = "regalloc2"
9482version = "0.9.3"
9483source = "registry+https://github.com/rust-lang/crates.io-index"
9484checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
9485dependencies = [
9486 "hashbrown 0.13.2",
9487 "log",
9488 "rustc-hash 1.1.0",
9489 "slice-group-by",
9490 "smallvec",
9491]
9492
9493[[package]]
9494name = "regex"
9495version = "1.10.6"
9496source = "registry+https://github.com/rust-lang/crates.io-index"
9497checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
9498dependencies = [
9499 "aho-corasick",
9500 "memchr",
9501 "regex-automata 0.4.7",
9502 "regex-syntax 0.8.4",
9503]
9504
9505[[package]]
9506name = "regex-automata"
9507version = "0.1.10"
9508source = "registry+https://github.com/rust-lang/crates.io-index"
9509checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
9510dependencies = [
9511 "regex-syntax 0.6.29",
9512]
9513
9514[[package]]
9515name = "regex-automata"
9516version = "0.4.7"
9517source = "registry+https://github.com/rust-lang/crates.io-index"
9518checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
9519dependencies = [
9520 "aho-corasick",
9521 "memchr",
9522 "regex-syntax 0.8.4",
9523]
9524
9525[[package]]
9526name = "regex-lite"
9527version = "0.1.6"
9528source = "registry+https://github.com/rust-lang/crates.io-index"
9529checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
9530
9531[[package]]
9532name = "regex-syntax"
9533version = "0.6.29"
9534source = "registry+https://github.com/rust-lang/crates.io-index"
9535checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
9536
9537[[package]]
9538name = "regex-syntax"
9539version = "0.8.4"
9540source = "registry+https://github.com/rust-lang/crates.io-index"
9541checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
9542
9543[[package]]
9544name = "release_channel"
9545version = "0.1.0"
9546dependencies = [
9547 "gpui",
9548 "once_cell",
9549]
9550
9551[[package]]
9552name = "remote"
9553version = "0.1.0"
9554dependencies = [
9555 "anyhow",
9556 "async-trait",
9557 "collections",
9558 "fs",
9559 "futures 0.3.30",
9560 "gpui",
9561 "itertools 0.13.0",
9562 "log",
9563 "parking_lot",
9564 "prost",
9565 "release_channel",
9566 "rpc",
9567 "serde",
9568 "serde_json",
9569 "shlex",
9570 "smol",
9571 "tempfile",
9572 "thiserror",
9573 "util",
9574]
9575
9576[[package]]
9577name = "remote_server"
9578version = "0.1.0"
9579dependencies = [
9580 "anyhow",
9581 "async-watch",
9582 "backtrace",
9583 "cargo_toml",
9584 "chrono",
9585 "clap",
9586 "client",
9587 "clock",
9588 "env_logger 0.11.5",
9589 "fork",
9590 "fs",
9591 "futures 0.3.30",
9592 "git",
9593 "git_hosting_providers",
9594 "gpui",
9595 "http_client",
9596 "language",
9597 "languages",
9598 "libc",
9599 "log",
9600 "lsp",
9601 "node_runtime",
9602 "paths",
9603 "project",
9604 "proto",
9605 "release_channel",
9606 "remote",
9607 "reqwest_client",
9608 "rpc",
9609 "rust-embed",
9610 "serde",
9611 "serde_json",
9612 "settings",
9613 "shellexpand 2.1.2",
9614 "smol",
9615 "telemetry_events",
9616 "toml 0.8.19",
9617 "util",
9618 "worktree",
9619]
9620
9621[[package]]
9622name = "rend"
9623version = "0.4.2"
9624source = "registry+https://github.com/rust-lang/crates.io-index"
9625checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
9626dependencies = [
9627 "bytecheck",
9628]
9629
9630[[package]]
9631name = "repl"
9632version = "0.1.0"
9633dependencies = [
9634 "alacritty_terminal",
9635 "anyhow",
9636 "async-dispatcher",
9637 "base64 0.22.1",
9638 "client",
9639 "collections",
9640 "command_palette_hooks",
9641 "editor",
9642 "env_logger 0.11.5",
9643 "feature_flags",
9644 "futures 0.3.30",
9645 "gpui",
9646 "http_client",
9647 "image",
9648 "indoc",
9649 "language",
9650 "languages",
9651 "log",
9652 "markdown_preview",
9653 "menu",
9654 "multi_buffer",
9655 "nbformat",
9656 "project",
9657 "runtimelib",
9658 "schemars",
9659 "serde",
9660 "serde_json",
9661 "settings",
9662 "smol",
9663 "terminal",
9664 "terminal_view",
9665 "theme",
9666 "tree-sitter-md",
9667 "tree-sitter-python",
9668 "tree-sitter-typescript",
9669 "ui",
9670 "util",
9671 "uuid",
9672 "windows 0.58.0",
9673 "workspace",
9674]
9675
9676[[package]]
9677name = "reqwest"
9678version = "0.11.27"
9679source = "registry+https://github.com/rust-lang/crates.io-index"
9680checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9681dependencies = [
9682 "base64 0.21.7",
9683 "bytes 1.7.2",
9684 "encoding_rs",
9685 "futures-core",
9686 "futures-util",
9687 "h2 0.3.26",
9688 "http 0.2.12",
9689 "http-body 0.4.6",
9690 "hyper 0.14.31",
9691 "hyper-tls",
9692 "ipnet",
9693 "js-sys",
9694 "log",
9695 "mime",
9696 "native-tls",
9697 "once_cell",
9698 "percent-encoding",
9699 "pin-project-lite",
9700 "rustls-pemfile 1.0.4",
9701 "serde",
9702 "serde_json",
9703 "serde_urlencoded",
9704 "sync_wrapper 0.1.2",
9705 "system-configuration 0.5.1",
9706 "tokio",
9707 "tokio-native-tls",
9708 "tower-service",
9709 "url",
9710 "wasm-bindgen",
9711 "wasm-bindgen-futures",
9712 "web-sys",
9713 "winreg 0.50.0",
9714]
9715
9716[[package]]
9717name = "reqwest"
9718version = "0.12.8"
9719source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
9720dependencies = [
9721 "base64 0.22.1",
9722 "bytes 1.7.2",
9723 "encoding_rs",
9724 "futures-core",
9725 "futures-util",
9726 "h2 0.4.6",
9727 "http 1.1.0",
9728 "http-body 1.0.1",
9729 "http-body-util",
9730 "hyper 1.4.1",
9731 "hyper-rustls 0.27.3",
9732 "hyper-util",
9733 "ipnet",
9734 "js-sys",
9735 "log",
9736 "mime",
9737 "once_cell",
9738 "percent-encoding",
9739 "pin-project-lite",
9740 "quinn",
9741 "rustls 0.23.13",
9742 "rustls-native-certs 0.8.0",
9743 "rustls-pemfile 2.1.3",
9744 "rustls-pki-types",
9745 "serde",
9746 "serde_json",
9747 "serde_urlencoded",
9748 "sync_wrapper 1.0.1",
9749 "system-configuration 0.6.1",
9750 "tokio",
9751 "tokio-rustls 0.26.0",
9752 "tokio-socks",
9753 "tokio-util",
9754 "tower-service",
9755 "url",
9756 "wasm-bindgen",
9757 "wasm-bindgen-futures",
9758 "wasm-streams",
9759 "web-sys",
9760 "windows-registry",
9761]
9762
9763[[package]]
9764name = "reqwest_client"
9765version = "0.1.0"
9766dependencies = [
9767 "anyhow",
9768 "bytes 1.7.2",
9769 "futures 0.3.30",
9770 "gpui",
9771 "http_client",
9772 "log",
9773 "reqwest 0.12.8",
9774 "serde",
9775 "smol",
9776 "tokio",
9777]
9778
9779[[package]]
9780name = "resvg"
9781version = "0.41.0"
9782source = "registry+https://github.com/rust-lang/crates.io-index"
9783checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
9784dependencies = [
9785 "log",
9786 "pico-args",
9787 "rgb",
9788 "svgtypes",
9789 "tiny-skia",
9790 "usvg",
9791]
9792
9793[[package]]
9794name = "rfc6979"
9795version = "0.3.1"
9796source = "registry+https://github.com/rust-lang/crates.io-index"
9797checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9798dependencies = [
9799 "crypto-bigint 0.4.9",
9800 "hmac",
9801 "zeroize",
9802]
9803
9804[[package]]
9805name = "rgb"
9806version = "0.8.49"
9807source = "registry+https://github.com/rust-lang/crates.io-index"
9808checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
9809dependencies = [
9810 "bytemuck",
9811]
9812
9813[[package]]
9814name = "rich_text"
9815version = "0.1.0"
9816dependencies = [
9817 "futures 0.3.30",
9818 "gpui",
9819 "language",
9820 "linkify",
9821 "pulldown-cmark 0.12.1",
9822 "theme",
9823 "ui",
9824 "util",
9825]
9826
9827[[package]]
9828name = "ring"
9829version = "0.16.20"
9830source = "registry+https://github.com/rust-lang/crates.io-index"
9831checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
9832dependencies = [
9833 "cc",
9834 "libc",
9835 "once_cell",
9836 "spin 0.5.2",
9837 "untrusted 0.7.1",
9838 "web-sys",
9839 "winapi",
9840]
9841
9842[[package]]
9843name = "ring"
9844version = "0.17.8"
9845source = "registry+https://github.com/rust-lang/crates.io-index"
9846checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9847dependencies = [
9848 "cc",
9849 "cfg-if",
9850 "getrandom 0.2.15",
9851 "libc",
9852 "spin 0.9.8",
9853 "untrusted 0.9.0",
9854 "windows-sys 0.52.0",
9855]
9856
9857[[package]]
9858name = "rkyv"
9859version = "0.7.45"
9860source = "registry+https://github.com/rust-lang/crates.io-index"
9861checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9862dependencies = [
9863 "bitvec",
9864 "bytecheck",
9865 "bytes 1.7.2",
9866 "hashbrown 0.12.3",
9867 "ptr_meta",
9868 "rend",
9869 "rkyv_derive",
9870 "seahash",
9871 "tinyvec",
9872 "uuid",
9873]
9874
9875[[package]]
9876name = "rkyv_derive"
9877version = "0.7.45"
9878source = "registry+https://github.com/rust-lang/crates.io-index"
9879checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9880dependencies = [
9881 "proc-macro2",
9882 "quote",
9883 "syn 1.0.109",
9884]
9885
9886[[package]]
9887name = "rmp"
9888version = "0.8.14"
9889source = "registry+https://github.com/rust-lang/crates.io-index"
9890checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9891dependencies = [
9892 "byteorder",
9893 "num-traits",
9894 "paste",
9895]
9896
9897[[package]]
9898name = "rmpv"
9899version = "1.3.0"
9900source = "registry+https://github.com/rust-lang/crates.io-index"
9901checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9902dependencies = [
9903 "num-traits",
9904 "rmp",
9905]
9906
9907[[package]]
9908name = "rodio"
9909version = "0.19.0"
9910source = "registry+https://github.com/rust-lang/crates.io-index"
9911checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
9912dependencies = [
9913 "cpal",
9914 "hound",
9915 "thiserror",
9916]
9917
9918[[package]]
9919name = "rope"
9920version = "0.1.0"
9921dependencies = [
9922 "arrayvec",
9923 "criterion",
9924 "ctor",
9925 "env_logger 0.11.5",
9926 "gpui",
9927 "log",
9928 "rand 0.8.5",
9929 "rayon",
9930 "smallvec",
9931 "sum_tree",
9932 "unicode-segmentation",
9933 "util",
9934]
9935
9936[[package]]
9937name = "roxmltree"
9938version = "0.19.0"
9939source = "registry+https://github.com/rust-lang/crates.io-index"
9940checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
9941
9942[[package]]
9943name = "roxmltree"
9944version = "0.20.0"
9945source = "registry+https://github.com/rust-lang/crates.io-index"
9946checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9947
9948[[package]]
9949name = "rpc"
9950version = "0.1.0"
9951dependencies = [
9952 "anyhow",
9953 "async-tungstenite",
9954 "base64 0.22.1",
9955 "chrono",
9956 "collections",
9957 "env_logger 0.11.5",
9958 "futures 0.3.30",
9959 "gpui",
9960 "parking_lot",
9961 "proto",
9962 "rand 0.8.5",
9963 "rsa",
9964 "serde",
9965 "serde_json",
9966 "sha2",
9967 "strum 0.25.0",
9968 "tracing",
9969 "util",
9970 "zstd",
9971]
9972
9973[[package]]
9974name = "rsa"
9975version = "0.9.6"
9976source = "registry+https://github.com/rust-lang/crates.io-index"
9977checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
9978dependencies = [
9979 "const-oid",
9980 "digest",
9981 "num-bigint-dig",
9982 "num-integer",
9983 "num-traits",
9984 "pkcs1",
9985 "pkcs8 0.10.2",
9986 "rand_core 0.6.4",
9987 "signature 2.2.0",
9988 "spki 0.7.3",
9989 "subtle",
9990 "zeroize",
9991]
9992
9993[[package]]
9994name = "runtimelib"
9995version = "0.16.1"
9996source = "registry+https://github.com/rust-lang/crates.io-index"
9997checksum = "bc7fe3c17675445fe89de68d130be00b7115104924fbcf53a9b0a84b0283fc81"
9998dependencies = [
9999 "anyhow",
10000 "async-dispatcher",
10001 "async-std",
10002 "base64 0.22.1",
10003 "bytes 1.7.2",
10004 "chrono",
10005 "data-encoding",
10006 "dirs 5.0.1",
10007 "futures 0.3.30",
10008 "glob",
10009 "jupyter-serde",
10010 "rand 0.8.5",
10011 "ring 0.17.8",
10012 "serde",
10013 "serde_json",
10014 "shellexpand 3.1.0",
10015 "smol",
10016 "uuid",
10017 "zeromq",
10018]
10019
10020[[package]]
10021name = "rust-embed"
10022version = "8.5.0"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10025dependencies = [
10026 "rust-embed-impl",
10027 "rust-embed-utils",
10028 "walkdir",
10029]
10030
10031[[package]]
10032name = "rust-embed-impl"
10033version = "8.5.0"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10036dependencies = [
10037 "proc-macro2",
10038 "quote",
10039 "rust-embed-utils",
10040 "syn 2.0.76",
10041 "walkdir",
10042]
10043
10044[[package]]
10045name = "rust-embed-utils"
10046version = "8.5.0"
10047source = "registry+https://github.com/rust-lang/crates.io-index"
10048checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10049dependencies = [
10050 "globset",
10051 "sha2",
10052 "walkdir",
10053]
10054
10055[[package]]
10056name = "rust_decimal"
10057version = "1.36.0"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10060dependencies = [
10061 "arrayvec",
10062 "borsh",
10063 "bytes 1.7.2",
10064 "num-traits",
10065 "rand 0.8.5",
10066 "rkyv",
10067 "serde",
10068 "serde_json",
10069]
10070
10071[[package]]
10072name = "rustc-demangle"
10073version = "0.1.24"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10076
10077[[package]]
10078name = "rustc-hash"
10079version = "1.1.0"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10082
10083[[package]]
10084name = "rustc-hash"
10085version = "2.0.0"
10086source = "registry+https://github.com/rust-lang/crates.io-index"
10087checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
10088
10089[[package]]
10090name = "rustc_version"
10091version = "0.4.1"
10092source = "registry+https://github.com/rust-lang/crates.io-index"
10093checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10094dependencies = [
10095 "semver",
10096]
10097
10098[[package]]
10099name = "rustix"
10100version = "0.37.27"
10101source = "registry+https://github.com/rust-lang/crates.io-index"
10102checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
10103dependencies = [
10104 "bitflags 1.3.2",
10105 "errno 0.3.9",
10106 "io-lifetimes 1.0.11",
10107 "libc",
10108 "linux-raw-sys 0.3.8",
10109 "windows-sys 0.48.0",
10110]
10111
10112[[package]]
10113name = "rustix"
10114version = "0.38.35"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
10117dependencies = [
10118 "bitflags 2.6.0",
10119 "errno 0.3.9",
10120 "itoa",
10121 "libc",
10122 "linux-raw-sys 0.4.14",
10123 "once_cell",
10124 "windows-sys 0.52.0",
10125]
10126
10127[[package]]
10128name = "rustix-openpty"
10129version = "0.1.1"
10130source = "registry+https://github.com/rust-lang/crates.io-index"
10131checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10132dependencies = [
10133 "errno 0.3.9",
10134 "libc",
10135 "rustix 0.38.35",
10136]
10137
10138[[package]]
10139name = "rustls"
10140version = "0.20.9"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
10143dependencies = [
10144 "log",
10145 "ring 0.16.20",
10146 "sct",
10147 "webpki",
10148]
10149
10150[[package]]
10151name = "rustls"
10152version = "0.21.12"
10153source = "registry+https://github.com/rust-lang/crates.io-index"
10154checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10155dependencies = [
10156 "log",
10157 "ring 0.17.8",
10158 "rustls-webpki 0.101.7",
10159 "sct",
10160]
10161
10162[[package]]
10163name = "rustls"
10164version = "0.23.13"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
10167dependencies = [
10168 "once_cell",
10169 "ring 0.17.8",
10170 "rustls-pki-types",
10171 "rustls-webpki 0.102.8",
10172 "subtle",
10173 "zeroize",
10174]
10175
10176[[package]]
10177name = "rustls-native-certs"
10178version = "0.6.3"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
10181dependencies = [
10182 "openssl-probe",
10183 "rustls-pemfile 1.0.4",
10184 "schannel",
10185 "security-framework",
10186]
10187
10188[[package]]
10189name = "rustls-native-certs"
10190version = "0.8.0"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
10193dependencies = [
10194 "openssl-probe",
10195 "rustls-pemfile 2.1.3",
10196 "rustls-pki-types",
10197 "schannel",
10198 "security-framework",
10199]
10200
10201[[package]]
10202name = "rustls-pemfile"
10203version = "1.0.4"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
10206dependencies = [
10207 "base64 0.21.7",
10208]
10209
10210[[package]]
10211name = "rustls-pemfile"
10212version = "2.1.3"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
10215dependencies = [
10216 "base64 0.22.1",
10217 "rustls-pki-types",
10218]
10219
10220[[package]]
10221name = "rustls-pki-types"
10222version = "1.8.0"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
10225
10226[[package]]
10227name = "rustls-webpki"
10228version = "0.101.7"
10229source = "registry+https://github.com/rust-lang/crates.io-index"
10230checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
10231dependencies = [
10232 "ring 0.17.8",
10233 "untrusted 0.9.0",
10234]
10235
10236[[package]]
10237name = "rustls-webpki"
10238version = "0.102.8"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
10241dependencies = [
10242 "ring 0.17.8",
10243 "rustls-pki-types",
10244 "untrusted 0.9.0",
10245]
10246
10247[[package]]
10248name = "rustversion"
10249version = "1.0.17"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
10252
10253[[package]]
10254name = "rustybuzz"
10255version = "0.14.1"
10256source = "registry+https://github.com/rust-lang/crates.io-index"
10257checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
10258dependencies = [
10259 "bitflags 2.6.0",
10260 "bytemuck",
10261 "libm",
10262 "smallvec",
10263 "ttf-parser",
10264 "unicode-bidi-mirroring",
10265 "unicode-ccc",
10266 "unicode-properties",
10267 "unicode-script",
10268]
10269
10270[[package]]
10271name = "ryu"
10272version = "1.0.18"
10273source = "registry+https://github.com/rust-lang/crates.io-index"
10274checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
10275
10276[[package]]
10277name = "salsa20"
10278version = "0.10.2"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
10281dependencies = [
10282 "cipher",
10283]
10284
10285[[package]]
10286name = "same-file"
10287version = "1.0.6"
10288source = "registry+https://github.com/rust-lang/crates.io-index"
10289checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
10290dependencies = [
10291 "winapi-util",
10292]
10293
10294[[package]]
10295name = "schannel"
10296version = "0.1.23"
10297source = "registry+https://github.com/rust-lang/crates.io-index"
10298checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
10299dependencies = [
10300 "windows-sys 0.52.0",
10301]
10302
10303[[package]]
10304name = "schemars"
10305version = "0.8.21"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
10308dependencies = [
10309 "dyn-clone",
10310 "indexmap 1.9.3",
10311 "schemars_derive",
10312 "serde",
10313 "serde_json",
10314]
10315
10316[[package]]
10317name = "schemars_derive"
10318version = "0.8.21"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
10321dependencies = [
10322 "proc-macro2",
10323 "quote",
10324 "serde_derive_internals 0.29.1",
10325 "syn 2.0.76",
10326]
10327
10328[[package]]
10329name = "scoped-tls"
10330version = "1.0.1"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
10333
10334[[package]]
10335name = "scopeguard"
10336version = "1.2.0"
10337source = "registry+https://github.com/rust-lang/crates.io-index"
10338checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
10339
10340[[package]]
10341name = "scrypt"
10342version = "0.11.0"
10343source = "registry+https://github.com/rust-lang/crates.io-index"
10344checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
10345dependencies = [
10346 "password-hash",
10347 "pbkdf2",
10348 "salsa20",
10349 "sha2",
10350]
10351
10352[[package]]
10353name = "sct"
10354version = "0.7.1"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
10357dependencies = [
10358 "ring 0.17.8",
10359 "untrusted 0.9.0",
10360]
10361
10362[[package]]
10363name = "sea-bae"
10364version = "0.2.0"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
10367dependencies = [
10368 "heck 0.4.1",
10369 "proc-macro-error",
10370 "proc-macro2",
10371 "quote",
10372 "syn 2.0.76",
10373]
10374
10375[[package]]
10376name = "sea-orm"
10377version = "1.1.0-rc.1"
10378source = "registry+https://github.com/rust-lang/crates.io-index"
10379checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
10380dependencies = [
10381 "async-stream",
10382 "async-trait",
10383 "bigdecimal",
10384 "chrono",
10385 "futures 0.3.30",
10386 "log",
10387 "ouroboros",
10388 "rust_decimal",
10389 "sea-orm-macros",
10390 "sea-query",
10391 "sea-query-binder",
10392 "serde",
10393 "serde_json",
10394 "sqlx",
10395 "strum 0.26.3",
10396 "thiserror",
10397 "time",
10398 "tracing",
10399 "url",
10400 "uuid",
10401]
10402
10403[[package]]
10404name = "sea-orm-macros"
10405version = "1.1.0-rc.1"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
10408dependencies = [
10409 "heck 0.4.1",
10410 "proc-macro2",
10411 "quote",
10412 "sea-bae",
10413 "syn 2.0.76",
10414 "unicode-ident",
10415]
10416
10417[[package]]
10418name = "sea-query"
10419version = "0.32.0-rc.1"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
10422dependencies = [
10423 "bigdecimal",
10424 "chrono",
10425 "educe",
10426 "inherent",
10427 "ordered-float 3.9.2",
10428 "rust_decimal",
10429 "serde_json",
10430 "time",
10431 "uuid",
10432]
10433
10434[[package]]
10435name = "sea-query-binder"
10436version = "0.7.0-rc.1"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
10439dependencies = [
10440 "bigdecimal",
10441 "chrono",
10442 "rust_decimal",
10443 "sea-query",
10444 "serde_json",
10445 "sqlx",
10446 "time",
10447 "uuid",
10448]
10449
10450[[package]]
10451name = "seahash"
10452version = "4.1.0"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
10455
10456[[package]]
10457name = "sealed"
10458version = "0.4.0"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
10461dependencies = [
10462 "heck 0.3.3",
10463 "proc-macro2",
10464 "quote",
10465 "syn 1.0.109",
10466]
10467
10468[[package]]
10469name = "search"
10470version = "0.1.0"
10471dependencies = [
10472 "any_vec",
10473 "anyhow",
10474 "bitflags 2.6.0",
10475 "client",
10476 "collections",
10477 "editor",
10478 "futures 0.3.30",
10479 "gpui",
10480 "language",
10481 "menu",
10482 "project",
10483 "serde",
10484 "serde_json",
10485 "settings",
10486 "smol",
10487 "theme",
10488 "ui",
10489 "unindent",
10490 "util",
10491 "workspace",
10492]
10493
10494[[package]]
10495name = "sec1"
10496version = "0.3.0"
10497source = "registry+https://github.com/rust-lang/crates.io-index"
10498checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
10499dependencies = [
10500 "base16ct",
10501 "der 0.6.1",
10502 "generic-array",
10503 "pkcs8 0.9.0",
10504 "subtle",
10505 "zeroize",
10506]
10507
10508[[package]]
10509name = "security-framework"
10510version = "2.11.1"
10511source = "registry+https://github.com/rust-lang/crates.io-index"
10512checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
10513dependencies = [
10514 "bitflags 2.6.0",
10515 "core-foundation 0.9.4",
10516 "core-foundation-sys",
10517 "libc",
10518 "security-framework-sys",
10519]
10520
10521[[package]]
10522name = "security-framework-sys"
10523version = "2.11.1"
10524source = "registry+https://github.com/rust-lang/crates.io-index"
10525checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
10526dependencies = [
10527 "core-foundation-sys",
10528 "libc",
10529]
10530
10531[[package]]
10532name = "self_cell"
10533version = "1.0.4"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
10536
10537[[package]]
10538name = "semantic_index"
10539version = "0.1.0"
10540dependencies = [
10541 "anyhow",
10542 "arrayvec",
10543 "blake3",
10544 "client",
10545 "clock",
10546 "collections",
10547 "env_logger 0.11.5",
10548 "feature_flags",
10549 "fs",
10550 "futures 0.3.30",
10551 "futures-batch",
10552 "gpui",
10553 "heed",
10554 "http_client",
10555 "language",
10556 "language_model",
10557 "languages",
10558 "log",
10559 "open_ai",
10560 "parking_lot",
10561 "project",
10562 "reqwest_client",
10563 "serde",
10564 "serde_json",
10565 "settings",
10566 "sha2",
10567 "smol",
10568 "tempfile",
10569 "theme",
10570 "tree-sitter",
10571 "ui",
10572 "unindent",
10573 "util",
10574 "workspace",
10575 "worktree",
10576]
10577
10578[[package]]
10579name = "semantic_version"
10580version = "0.1.0"
10581dependencies = [
10582 "anyhow",
10583 "serde",
10584]
10585
10586[[package]]
10587name = "semver"
10588version = "1.0.23"
10589source = "registry+https://github.com/rust-lang/crates.io-index"
10590checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
10591dependencies = [
10592 "serde",
10593]
10594
10595[[package]]
10596name = "serde"
10597version = "1.0.209"
10598source = "registry+https://github.com/rust-lang/crates.io-index"
10599checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
10600dependencies = [
10601 "serde_derive",
10602]
10603
10604[[package]]
10605name = "serde_derive"
10606version = "1.0.209"
10607source = "registry+https://github.com/rust-lang/crates.io-index"
10608checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
10609dependencies = [
10610 "proc-macro2",
10611 "quote",
10612 "syn 2.0.76",
10613]
10614
10615[[package]]
10616name = "serde_derive_internals"
10617version = "0.26.0"
10618source = "registry+https://github.com/rust-lang/crates.io-index"
10619checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
10620dependencies = [
10621 "proc-macro2",
10622 "quote",
10623 "syn 1.0.109",
10624]
10625
10626[[package]]
10627name = "serde_derive_internals"
10628version = "0.29.1"
10629source = "registry+https://github.com/rust-lang/crates.io-index"
10630checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
10631dependencies = [
10632 "proc-macro2",
10633 "quote",
10634 "syn 2.0.76",
10635]
10636
10637[[package]]
10638name = "serde_fmt"
10639version = "1.0.3"
10640source = "registry+https://github.com/rust-lang/crates.io-index"
10641checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
10642dependencies = [
10643 "serde",
10644]
10645
10646[[package]]
10647name = "serde_json"
10648version = "1.0.128"
10649source = "registry+https://github.com/rust-lang/crates.io-index"
10650checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
10651dependencies = [
10652 "indexmap 2.4.0",
10653 "itoa",
10654 "memchr",
10655 "ryu",
10656 "serde",
10657]
10658
10659[[package]]
10660name = "serde_json_lenient"
10661version = "0.2.1"
10662source = "registry+https://github.com/rust-lang/crates.io-index"
10663checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
10664dependencies = [
10665 "indexmap 2.4.0",
10666 "itoa",
10667 "ryu",
10668 "serde",
10669]
10670
10671[[package]]
10672name = "serde_path_to_error"
10673version = "0.1.16"
10674source = "registry+https://github.com/rust-lang/crates.io-index"
10675checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
10676dependencies = [
10677 "itoa",
10678 "serde",
10679]
10680
10681[[package]]
10682name = "serde_qs"
10683version = "0.8.5"
10684source = "registry+https://github.com/rust-lang/crates.io-index"
10685checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
10686dependencies = [
10687 "percent-encoding",
10688 "serde",
10689 "thiserror",
10690]
10691
10692[[package]]
10693name = "serde_qs"
10694version = "0.10.1"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
10697dependencies = [
10698 "percent-encoding",
10699 "serde",
10700 "thiserror",
10701]
10702
10703[[package]]
10704name = "serde_repr"
10705version = "0.1.19"
10706source = "registry+https://github.com/rust-lang/crates.io-index"
10707checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
10708dependencies = [
10709 "proc-macro2",
10710 "quote",
10711 "syn 2.0.76",
10712]
10713
10714[[package]]
10715name = "serde_spanned"
10716version = "0.6.7"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
10719dependencies = [
10720 "serde",
10721]
10722
10723[[package]]
10724name = "serde_urlencoded"
10725version = "0.7.1"
10726source = "registry+https://github.com/rust-lang/crates.io-index"
10727checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
10728dependencies = [
10729 "form_urlencoded",
10730 "itoa",
10731 "ryu",
10732 "serde",
10733]
10734
10735[[package]]
10736name = "session"
10737version = "0.1.0"
10738dependencies = [
10739 "db",
10740 "gpui",
10741 "serde_json",
10742 "util",
10743 "uuid",
10744]
10745
10746[[package]]
10747name = "settings"
10748version = "0.1.0"
10749dependencies = [
10750 "anyhow",
10751 "collections",
10752 "ec4rs",
10753 "fs",
10754 "futures 0.3.30",
10755 "gpui",
10756 "indoc",
10757 "log",
10758 "paths",
10759 "pretty_assertions",
10760 "release_channel",
10761 "rust-embed",
10762 "schemars",
10763 "serde",
10764 "serde_derive",
10765 "serde_json",
10766 "serde_json_lenient",
10767 "smallvec",
10768 "tree-sitter",
10769 "tree-sitter-json",
10770 "unindent",
10771 "util",
10772]
10773
10774[[package]]
10775name = "settings_ui"
10776version = "0.1.0"
10777dependencies = [
10778 "command_palette_hooks",
10779 "editor",
10780 "feature_flags",
10781 "gpui",
10782 "settings",
10783 "theme",
10784 "ui",
10785 "workspace",
10786]
10787
10788[[package]]
10789name = "sha1"
10790version = "0.10.6"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10793dependencies = [
10794 "cfg-if",
10795 "cpufeatures",
10796 "digest",
10797]
10798
10799[[package]]
10800name = "sha1_smol"
10801version = "1.0.1"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
10804
10805[[package]]
10806name = "sha2"
10807version = "0.10.8"
10808source = "registry+https://github.com/rust-lang/crates.io-index"
10809checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
10810dependencies = [
10811 "cfg-if",
10812 "cpufeatures",
10813 "digest",
10814]
10815
10816[[package]]
10817name = "sharded-slab"
10818version = "0.1.7"
10819source = "registry+https://github.com/rust-lang/crates.io-index"
10820checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
10821dependencies = [
10822 "lazy_static",
10823]
10824
10825[[package]]
10826name = "shell-words"
10827version = "1.1.0"
10828source = "registry+https://github.com/rust-lang/crates.io-index"
10829checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
10830
10831[[package]]
10832name = "shellexpand"
10833version = "2.1.2"
10834source = "registry+https://github.com/rust-lang/crates.io-index"
10835checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10836dependencies = [
10837 "dirs 4.0.0",
10838]
10839
10840[[package]]
10841name = "shellexpand"
10842version = "3.1.0"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10845dependencies = [
10846 "dirs 5.0.1",
10847]
10848
10849[[package]]
10850name = "shlex"
10851version = "1.3.0"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10854
10855[[package]]
10856name = "signal-hook"
10857version = "0.3.17"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10860dependencies = [
10861 "libc",
10862 "signal-hook-registry",
10863]
10864
10865[[package]]
10866name = "signal-hook-registry"
10867version = "1.4.2"
10868source = "registry+https://github.com/rust-lang/crates.io-index"
10869checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10870dependencies = [
10871 "libc",
10872]
10873
10874[[package]]
10875name = "signature"
10876version = "1.6.4"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10879dependencies = [
10880 "digest",
10881 "rand_core 0.6.4",
10882]
10883
10884[[package]]
10885name = "signature"
10886version = "2.2.0"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10889dependencies = [
10890 "digest",
10891 "rand_core 0.6.4",
10892]
10893
10894[[package]]
10895name = "simd-adler32"
10896version = "0.3.7"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10899
10900[[package]]
10901name = "simd_helpers"
10902version = "0.1.0"
10903source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10905dependencies = [
10906 "quote",
10907]
10908
10909[[package]]
10910name = "simdutf8"
10911version = "0.1.4"
10912source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10914
10915[[package]]
10916name = "similar"
10917version = "1.3.0"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10920
10921[[package]]
10922name = "simple_asn1"
10923version = "0.6.2"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10926dependencies = [
10927 "num-bigint",
10928 "num-traits",
10929 "thiserror",
10930 "time",
10931]
10932
10933[[package]]
10934name = "simplecss"
10935version = "0.2.1"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10938dependencies = [
10939 "log",
10940]
10941
10942[[package]]
10943name = "simplelog"
10944version = "0.12.2"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10947dependencies = [
10948 "log",
10949 "termcolor",
10950 "time",
10951]
10952
10953[[package]]
10954name = "siphasher"
10955version = "0.3.11"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10958
10959[[package]]
10960name = "siphasher"
10961version = "1.0.1"
10962source = "registry+https://github.com/rust-lang/crates.io-index"
10963checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
10964
10965[[package]]
10966name = "skrifa"
10967version = "0.20.0"
10968source = "registry+https://github.com/rust-lang/crates.io-index"
10969checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
10970dependencies = [
10971 "bytemuck",
10972 "read-fonts",
10973]
10974
10975[[package]]
10976name = "slab"
10977version = "0.4.9"
10978source = "registry+https://github.com/rust-lang/crates.io-index"
10979checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
10980dependencies = [
10981 "autocfg",
10982]
10983
10984[[package]]
10985name = "slash_commands_example"
10986version = "0.1.0"
10987dependencies = [
10988 "zed_extension_api 0.1.0",
10989]
10990
10991[[package]]
10992name = "slice-group-by"
10993version = "0.3.1"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
10996
10997[[package]]
10998name = "slotmap"
10999version = "1.0.7"
11000source = "registry+https://github.com/rust-lang/crates.io-index"
11001checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11002dependencies = [
11003 "version_check",
11004]
11005
11006[[package]]
11007name = "smallvec"
11008version = "1.13.2"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11011dependencies = [
11012 "serde",
11013]
11014
11015[[package]]
11016name = "smart-default"
11017version = "0.6.0"
11018source = "registry+https://github.com/rust-lang/crates.io-index"
11019checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11020dependencies = [
11021 "proc-macro2",
11022 "quote",
11023 "syn 1.0.109",
11024]
11025
11026[[package]]
11027name = "smol"
11028version = "1.3.0"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11031dependencies = [
11032 "async-channel 1.9.0",
11033 "async-executor",
11034 "async-fs 1.6.0",
11035 "async-io 1.13.0",
11036 "async-lock 2.8.0",
11037 "async-net 1.8.0",
11038 "async-process 1.8.1",
11039 "blocking",
11040 "futures-lite 1.13.0",
11041]
11042
11043[[package]]
11044name = "smol_str"
11045version = "0.1.24"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11048dependencies = [
11049 "serde",
11050]
11051
11052[[package]]
11053name = "snippet"
11054version = "0.1.0"
11055dependencies = [
11056 "anyhow",
11057 "smallvec",
11058]
11059
11060[[package]]
11061name = "snippet_provider"
11062version = "0.1.0"
11063dependencies = [
11064 "anyhow",
11065 "collections",
11066 "fs",
11067 "futures 0.3.30",
11068 "gpui",
11069 "parking_lot",
11070 "paths",
11071 "serde",
11072 "serde_json",
11073 "snippet",
11074 "util",
11075]
11076
11077[[package]]
11078name = "snippets_ui"
11079version = "0.1.0"
11080dependencies = [
11081 "fuzzy",
11082 "gpui",
11083 "language",
11084 "paths",
11085 "picker",
11086 "ui",
11087 "util",
11088 "workspace",
11089]
11090
11091[[package]]
11092name = "socket2"
11093version = "0.4.10"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
11096dependencies = [
11097 "libc",
11098 "winapi",
11099]
11100
11101[[package]]
11102name = "socket2"
11103version = "0.5.7"
11104source = "registry+https://github.com/rust-lang/crates.io-index"
11105checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
11106dependencies = [
11107 "libc",
11108 "windows-sys 0.52.0",
11109]
11110
11111[[package]]
11112name = "spdx"
11113version = "0.10.6"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
11116dependencies = [
11117 "smallvec",
11118]
11119
11120[[package]]
11121name = "spin"
11122version = "0.5.2"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
11125
11126[[package]]
11127name = "spin"
11128version = "0.9.8"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11131dependencies = [
11132 "lock_api",
11133]
11134
11135[[package]]
11136name = "spirv"
11137version = "0.3.0+sdk-1.3.268.0"
11138source = "registry+https://github.com/rust-lang/crates.io-index"
11139checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11140dependencies = [
11141 "bitflags 2.6.0",
11142]
11143
11144[[package]]
11145name = "spki"
11146version = "0.6.0"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11149dependencies = [
11150 "base64ct",
11151 "der 0.6.1",
11152]
11153
11154[[package]]
11155name = "spki"
11156version = "0.7.3"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11159dependencies = [
11160 "base64ct",
11161 "der 0.7.9",
11162]
11163
11164[[package]]
11165name = "sptr"
11166version = "0.3.2"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11169
11170[[package]]
11171name = "sqlez"
11172version = "0.1.0"
11173dependencies = [
11174 "anyhow",
11175 "collections",
11176 "futures 0.3.30",
11177 "indoc",
11178 "libsqlite3-sys",
11179 "parking_lot",
11180 "smol",
11181 "sqlformat",
11182 "thread_local",
11183 "util",
11184 "uuid",
11185]
11186
11187[[package]]
11188name = "sqlez_macros"
11189version = "0.1.0"
11190dependencies = [
11191 "sqlez",
11192 "sqlformat",
11193 "syn 1.0.109",
11194]
11195
11196[[package]]
11197name = "sqlformat"
11198version = "0.2.6"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
11201dependencies = [
11202 "nom",
11203 "unicode_categories",
11204]
11205
11206[[package]]
11207name = "sqlx"
11208version = "0.8.0"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
11211dependencies = [
11212 "sqlx-core",
11213 "sqlx-macros",
11214 "sqlx-mysql",
11215 "sqlx-postgres",
11216 "sqlx-sqlite",
11217]
11218
11219[[package]]
11220name = "sqlx-core"
11221version = "0.8.0"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
11224dependencies = [
11225 "atoi",
11226 "bigdecimal",
11227 "byteorder",
11228 "bytes 1.7.2",
11229 "chrono",
11230 "crc",
11231 "crossbeam-queue",
11232 "either",
11233 "event-listener 5.3.1",
11234 "futures-channel",
11235 "futures-core",
11236 "futures-intrusive",
11237 "futures-io",
11238 "futures-util",
11239 "hashbrown 0.14.5",
11240 "hashlink 0.9.1",
11241 "hex",
11242 "indexmap 2.4.0",
11243 "log",
11244 "memchr",
11245 "once_cell",
11246 "paste",
11247 "percent-encoding",
11248 "rust_decimal",
11249 "rustls 0.21.12",
11250 "rustls-pemfile 1.0.4",
11251 "serde",
11252 "serde_json",
11253 "sha2",
11254 "smallvec",
11255 "sqlformat",
11256 "thiserror",
11257 "time",
11258 "tokio",
11259 "tokio-stream",
11260 "tracing",
11261 "url",
11262 "uuid",
11263 "webpki-roots 0.25.4",
11264]
11265
11266[[package]]
11267name = "sqlx-macros"
11268version = "0.8.0"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
11271dependencies = [
11272 "proc-macro2",
11273 "quote",
11274 "sqlx-core",
11275 "sqlx-macros-core",
11276 "syn 2.0.76",
11277]
11278
11279[[package]]
11280name = "sqlx-macros-core"
11281version = "0.8.0"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
11284dependencies = [
11285 "dotenvy",
11286 "either",
11287 "heck 0.5.0",
11288 "hex",
11289 "once_cell",
11290 "proc-macro2",
11291 "quote",
11292 "serde",
11293 "serde_json",
11294 "sha2",
11295 "sqlx-core",
11296 "sqlx-mysql",
11297 "sqlx-postgres",
11298 "sqlx-sqlite",
11299 "syn 2.0.76",
11300 "tempfile",
11301 "tokio",
11302 "url",
11303]
11304
11305[[package]]
11306name = "sqlx-mysql"
11307version = "0.8.0"
11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
11310dependencies = [
11311 "atoi",
11312 "base64 0.22.1",
11313 "bigdecimal",
11314 "bitflags 2.6.0",
11315 "byteorder",
11316 "bytes 1.7.2",
11317 "chrono",
11318 "crc",
11319 "digest",
11320 "dotenvy",
11321 "either",
11322 "futures-channel",
11323 "futures-core",
11324 "futures-io",
11325 "futures-util",
11326 "generic-array",
11327 "hex",
11328 "hkdf",
11329 "hmac",
11330 "itoa",
11331 "log",
11332 "md-5",
11333 "memchr",
11334 "once_cell",
11335 "percent-encoding",
11336 "rand 0.8.5",
11337 "rsa",
11338 "rust_decimal",
11339 "serde",
11340 "sha1",
11341 "sha2",
11342 "smallvec",
11343 "sqlx-core",
11344 "stringprep",
11345 "thiserror",
11346 "time",
11347 "tracing",
11348 "uuid",
11349 "whoami",
11350]
11351
11352[[package]]
11353name = "sqlx-postgres"
11354version = "0.8.0"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
11357dependencies = [
11358 "atoi",
11359 "base64 0.22.1",
11360 "bigdecimal",
11361 "bitflags 2.6.0",
11362 "byteorder",
11363 "chrono",
11364 "crc",
11365 "dotenvy",
11366 "etcetera",
11367 "futures-channel",
11368 "futures-core",
11369 "futures-io",
11370 "futures-util",
11371 "hex",
11372 "hkdf",
11373 "hmac",
11374 "home",
11375 "itoa",
11376 "log",
11377 "md-5",
11378 "memchr",
11379 "num-bigint",
11380 "once_cell",
11381 "rand 0.8.5",
11382 "rust_decimal",
11383 "serde",
11384 "serde_json",
11385 "sha2",
11386 "smallvec",
11387 "sqlx-core",
11388 "stringprep",
11389 "thiserror",
11390 "time",
11391 "tracing",
11392 "uuid",
11393 "whoami",
11394]
11395
11396[[package]]
11397name = "sqlx-sqlite"
11398version = "0.8.0"
11399source = "registry+https://github.com/rust-lang/crates.io-index"
11400checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
11401dependencies = [
11402 "atoi",
11403 "chrono",
11404 "flume",
11405 "futures-channel",
11406 "futures-core",
11407 "futures-executor",
11408 "futures-intrusive",
11409 "futures-util",
11410 "libsqlite3-sys",
11411 "log",
11412 "percent-encoding",
11413 "serde",
11414 "serde_urlencoded",
11415 "sqlx-core",
11416 "time",
11417 "tracing",
11418 "url",
11419 "uuid",
11420]
11421
11422[[package]]
11423name = "stable_deref_trait"
11424version = "1.2.0"
11425source = "registry+https://github.com/rust-lang/crates.io-index"
11426checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
11427
11428[[package]]
11429name = "static_assertions"
11430version = "1.1.0"
11431source = "registry+https://github.com/rust-lang/crates.io-index"
11432checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
11433
11434[[package]]
11435name = "story"
11436version = "0.1.0"
11437dependencies = [
11438 "gpui",
11439 "itertools 0.13.0",
11440 "smallvec",
11441]
11442
11443[[package]]
11444name = "storybook"
11445version = "0.1.0"
11446dependencies = [
11447 "anyhow",
11448 "clap",
11449 "collab_ui",
11450 "ctrlc",
11451 "dialoguer",
11452 "editor",
11453 "fuzzy",
11454 "gpui",
11455 "indoc",
11456 "language",
11457 "log",
11458 "menu",
11459 "picker",
11460 "project",
11461 "reqwest_client",
11462 "rust-embed",
11463 "settings",
11464 "simplelog",
11465 "story",
11466 "strum 0.25.0",
11467 "theme",
11468 "title_bar",
11469 "ui",
11470]
11471
11472[[package]]
11473name = "strict-num"
11474version = "0.1.1"
11475source = "registry+https://github.com/rust-lang/crates.io-index"
11476checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
11477dependencies = [
11478 "float-cmp",
11479]
11480
11481[[package]]
11482name = "string_cache"
11483version = "0.8.7"
11484source = "registry+https://github.com/rust-lang/crates.io-index"
11485checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
11486dependencies = [
11487 "new_debug_unreachable",
11488 "once_cell",
11489 "parking_lot",
11490 "phf_shared 0.10.0",
11491 "precomputed-hash",
11492 "serde",
11493]
11494
11495[[package]]
11496name = "string_cache_codegen"
11497version = "0.5.2"
11498source = "registry+https://github.com/rust-lang/crates.io-index"
11499checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
11500dependencies = [
11501 "phf_generator 0.10.0",
11502 "phf_shared 0.10.0",
11503 "proc-macro2",
11504 "quote",
11505]
11506
11507[[package]]
11508name = "stringprep"
11509version = "0.1.5"
11510source = "registry+https://github.com/rust-lang/crates.io-index"
11511checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
11512dependencies = [
11513 "unicode-bidi",
11514 "unicode-normalization",
11515 "unicode-properties",
11516]
11517
11518[[package]]
11519name = "strsim"
11520version = "0.11.1"
11521source = "registry+https://github.com/rust-lang/crates.io-index"
11522checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
11523
11524[[package]]
11525name = "strum"
11526version = "0.25.0"
11527source = "registry+https://github.com/rust-lang/crates.io-index"
11528checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
11529dependencies = [
11530 "strum_macros",
11531]
11532
11533[[package]]
11534name = "strum"
11535version = "0.26.3"
11536source = "registry+https://github.com/rust-lang/crates.io-index"
11537checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
11538
11539[[package]]
11540name = "strum_macros"
11541version = "0.25.3"
11542source = "registry+https://github.com/rust-lang/crates.io-index"
11543checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
11544dependencies = [
11545 "heck 0.4.1",
11546 "proc-macro2",
11547 "quote",
11548 "rustversion",
11549 "syn 2.0.76",
11550]
11551
11552[[package]]
11553name = "subtle"
11554version = "2.6.1"
11555source = "registry+https://github.com/rust-lang/crates.io-index"
11556checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
11557
11558[[package]]
11559name = "sum_tree"
11560version = "0.1.0"
11561dependencies = [
11562 "arrayvec",
11563 "ctor",
11564 "env_logger 0.11.5",
11565 "log",
11566 "rand 0.8.5",
11567 "rayon",
11568]
11569
11570[[package]]
11571name = "supermaven"
11572version = "0.1.0"
11573dependencies = [
11574 "anyhow",
11575 "client",
11576 "collections",
11577 "editor",
11578 "env_logger 0.11.5",
11579 "futures 0.3.30",
11580 "gpui",
11581 "http_client",
11582 "language",
11583 "log",
11584 "postage",
11585 "project",
11586 "serde",
11587 "serde_json",
11588 "settings",
11589 "smol",
11590 "supermaven_api",
11591 "text",
11592 "theme",
11593 "ui",
11594 "unicode-segmentation",
11595 "util",
11596 "windows 0.58.0",
11597]
11598
11599[[package]]
11600name = "supermaven_api"
11601version = "0.1.0"
11602dependencies = [
11603 "anyhow",
11604 "futures 0.3.30",
11605 "http_client",
11606 "paths",
11607 "serde",
11608 "serde_json",
11609 "smol",
11610]
11611
11612[[package]]
11613name = "sval"
11614version = "2.13.0"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
11617
11618[[package]]
11619name = "sval_buffer"
11620version = "2.13.0"
11621source = "registry+https://github.com/rust-lang/crates.io-index"
11622checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
11623dependencies = [
11624 "sval",
11625 "sval_ref",
11626]
11627
11628[[package]]
11629name = "sval_dynamic"
11630version = "2.13.0"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
11633dependencies = [
11634 "sval",
11635]
11636
11637[[package]]
11638name = "sval_fmt"
11639version = "2.13.0"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
11642dependencies = [
11643 "itoa",
11644 "ryu",
11645 "sval",
11646]
11647
11648[[package]]
11649name = "sval_json"
11650version = "2.13.0"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
11653dependencies = [
11654 "itoa",
11655 "ryu",
11656 "sval",
11657]
11658
11659[[package]]
11660name = "sval_nested"
11661version = "2.13.0"
11662source = "registry+https://github.com/rust-lang/crates.io-index"
11663checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
11664dependencies = [
11665 "sval",
11666 "sval_buffer",
11667 "sval_ref",
11668]
11669
11670[[package]]
11671name = "sval_ref"
11672version = "2.13.0"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
11675dependencies = [
11676 "sval",
11677]
11678
11679[[package]]
11680name = "sval_serde"
11681version = "2.13.0"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
11684dependencies = [
11685 "serde",
11686 "sval",
11687 "sval_nested",
11688]
11689
11690[[package]]
11691name = "svg_fmt"
11692version = "0.4.3"
11693source = "registry+https://github.com/rust-lang/crates.io-index"
11694checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
11695
11696[[package]]
11697name = "svgtypes"
11698version = "0.15.2"
11699source = "registry+https://github.com/rust-lang/crates.io-index"
11700checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
11701dependencies = [
11702 "kurbo",
11703 "siphasher 1.0.1",
11704]
11705
11706[[package]]
11707name = "swash"
11708version = "0.1.18"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
11711dependencies = [
11712 "skrifa",
11713 "yazi",
11714 "zeno",
11715]
11716
11717[[package]]
11718name = "syn"
11719version = "1.0.109"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
11722dependencies = [
11723 "proc-macro2",
11724 "quote",
11725 "unicode-ident",
11726]
11727
11728[[package]]
11729name = "syn"
11730version = "2.0.76"
11731source = "registry+https://github.com/rust-lang/crates.io-index"
11732checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
11733dependencies = [
11734 "proc-macro2",
11735 "quote",
11736 "unicode-ident",
11737]
11738
11739[[package]]
11740name = "syn_derive"
11741version = "0.1.8"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
11744dependencies = [
11745 "proc-macro-error",
11746 "proc-macro2",
11747 "quote",
11748 "syn 2.0.76",
11749]
11750
11751[[package]]
11752name = "sync_wrapper"
11753version = "0.1.2"
11754source = "registry+https://github.com/rust-lang/crates.io-index"
11755checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
11756
11757[[package]]
11758name = "sync_wrapper"
11759version = "1.0.1"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
11762dependencies = [
11763 "futures-core",
11764]
11765
11766[[package]]
11767name = "synchronoise"
11768version = "1.0.1"
11769source = "registry+https://github.com/rust-lang/crates.io-index"
11770checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
11771dependencies = [
11772 "crossbeam-queue",
11773]
11774
11775[[package]]
11776name = "sys-locale"
11777version = "0.3.1"
11778source = "registry+https://github.com/rust-lang/crates.io-index"
11779checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
11780dependencies = [
11781 "libc",
11782]
11783
11784[[package]]
11785name = "sysinfo"
11786version = "0.31.4"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
11789dependencies = [
11790 "core-foundation-sys",
11791 "libc",
11792 "memchr",
11793 "ntapi",
11794 "rayon",
11795 "windows 0.54.0",
11796]
11797
11798[[package]]
11799name = "system-configuration"
11800version = "0.5.1"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
11803dependencies = [
11804 "bitflags 1.3.2",
11805 "core-foundation 0.9.4",
11806 "system-configuration-sys 0.5.0",
11807]
11808
11809[[package]]
11810name = "system-configuration"
11811version = "0.6.1"
11812source = "registry+https://github.com/rust-lang/crates.io-index"
11813checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
11814dependencies = [
11815 "bitflags 2.6.0",
11816 "core-foundation 0.9.4",
11817 "system-configuration-sys 0.6.0",
11818]
11819
11820[[package]]
11821name = "system-configuration-sys"
11822version = "0.5.0"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
11825dependencies = [
11826 "core-foundation-sys",
11827 "libc",
11828]
11829
11830[[package]]
11831name = "system-configuration-sys"
11832version = "0.6.0"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
11835dependencies = [
11836 "core-foundation-sys",
11837 "libc",
11838]
11839
11840[[package]]
11841name = "system-deps"
11842version = "6.2.2"
11843source = "registry+https://github.com/rust-lang/crates.io-index"
11844checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
11845dependencies = [
11846 "cfg-expr",
11847 "heck 0.5.0",
11848 "pkg-config",
11849 "toml 0.8.19",
11850 "version-compare",
11851]
11852
11853[[package]]
11854name = "system-interface"
11855version = "0.27.2"
11856source = "registry+https://github.com/rust-lang/crates.io-index"
11857checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
11858dependencies = [
11859 "bitflags 2.6.0",
11860 "cap-fs-ext",
11861 "cap-std",
11862 "fd-lock",
11863 "io-lifetimes 2.0.3",
11864 "rustix 0.38.35",
11865 "windows-sys 0.52.0",
11866 "winx",
11867]
11868
11869[[package]]
11870name = "tab_switcher"
11871version = "0.1.0"
11872dependencies = [
11873 "anyhow",
11874 "collections",
11875 "ctor",
11876 "editor",
11877 "env_logger 0.11.5",
11878 "gpui",
11879 "language",
11880 "menu",
11881 "picker",
11882 "project",
11883 "serde",
11884 "serde_json",
11885 "settings",
11886 "theme",
11887 "ui",
11888 "util",
11889 "workspace",
11890]
11891
11892[[package]]
11893name = "taffy"
11894version = "0.4.4"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11897dependencies = [
11898 "arrayvec",
11899 "grid",
11900 "num-traits",
11901 "serde",
11902 "slotmap",
11903]
11904
11905[[package]]
11906name = "take-until"
11907version = "0.2.0"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11910
11911[[package]]
11912name = "tap"
11913version = "1.0.1"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11916
11917[[package]]
11918name = "target-lexicon"
11919version = "0.12.16"
11920source = "registry+https://github.com/rust-lang/crates.io-index"
11921checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11922
11923[[package]]
11924name = "task"
11925version = "0.1.0"
11926dependencies = [
11927 "anyhow",
11928 "collections",
11929 "futures 0.3.30",
11930 "gpui",
11931 "hex",
11932 "parking_lot",
11933 "schemars",
11934 "serde",
11935 "serde_json_lenient",
11936 "sha2",
11937 "shellexpand 2.1.2",
11938 "util",
11939]
11940
11941[[package]]
11942name = "tasks_ui"
11943version = "0.1.0"
11944dependencies = [
11945 "anyhow",
11946 "editor",
11947 "file_icons",
11948 "fuzzy",
11949 "gpui",
11950 "language",
11951 "menu",
11952 "picker",
11953 "project",
11954 "schemars",
11955 "serde",
11956 "serde_json",
11957 "settings",
11958 "task",
11959 "tree-sitter-rust",
11960 "tree-sitter-typescript",
11961 "ui",
11962 "util",
11963 "workspace",
11964]
11965
11966[[package]]
11967name = "telemetry_events"
11968version = "0.1.0"
11969dependencies = [
11970 "semantic_version",
11971 "serde",
11972]
11973
11974[[package]]
11975name = "tempfile"
11976version = "3.12.0"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
11979dependencies = [
11980 "cfg-if",
11981 "fastrand 2.1.1",
11982 "once_cell",
11983 "rustix 0.38.35",
11984 "windows-sys 0.59.0",
11985]
11986
11987[[package]]
11988name = "tendril"
11989version = "0.4.3"
11990source = "registry+https://github.com/rust-lang/crates.io-index"
11991checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
11992dependencies = [
11993 "futf",
11994 "mac",
11995 "utf-8",
11996]
11997
11998[[package]]
11999name = "termcolor"
12000version = "1.4.1"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12003dependencies = [
12004 "winapi-util",
12005]
12006
12007[[package]]
12008name = "terminal"
12009version = "0.1.0"
12010dependencies = [
12011 "alacritty_terminal",
12012 "anyhow",
12013 "collections",
12014 "dirs 4.0.0",
12015 "futures 0.3.30",
12016 "gpui",
12017 "libc",
12018 "rand 0.8.5",
12019 "regex",
12020 "release_channel",
12021 "schemars",
12022 "serde",
12023 "serde_derive",
12024 "settings",
12025 "smol",
12026 "sysinfo",
12027 "task",
12028 "theme",
12029 "thiserror",
12030 "util",
12031 "windows 0.58.0",
12032]
12033
12034[[package]]
12035name = "terminal_size"
12036version = "0.4.0"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
12039dependencies = [
12040 "rustix 0.38.35",
12041 "windows-sys 0.59.0",
12042]
12043
12044[[package]]
12045name = "terminal_view"
12046version = "0.1.0"
12047dependencies = [
12048 "anyhow",
12049 "client",
12050 "collections",
12051 "db",
12052 "dirs 4.0.0",
12053 "editor",
12054 "futures 0.3.30",
12055 "gpui",
12056 "itertools 0.13.0",
12057 "language",
12058 "project",
12059 "rand 0.8.5",
12060 "search",
12061 "serde",
12062 "serde_json",
12063 "settings",
12064 "shellexpand 2.1.2",
12065 "smol",
12066 "task",
12067 "tasks_ui",
12068 "terminal",
12069 "theme",
12070 "ui",
12071 "util",
12072 "workspace",
12073 "zed_actions",
12074]
12075
12076[[package]]
12077name = "text"
12078version = "0.1.0"
12079dependencies = [
12080 "anyhow",
12081 "clock",
12082 "collections",
12083 "ctor",
12084 "env_logger 0.11.5",
12085 "gpui",
12086 "http_client",
12087 "log",
12088 "parking_lot",
12089 "postage",
12090 "rand 0.8.5",
12091 "regex",
12092 "rope",
12093 "smallvec",
12094 "sum_tree",
12095 "util",
12096]
12097
12098[[package]]
12099name = "theme"
12100version = "0.1.0"
12101dependencies = [
12102 "anyhow",
12103 "collections",
12104 "derive_more",
12105 "fs",
12106 "futures 0.3.30",
12107 "gpui",
12108 "indexmap 1.9.3",
12109 "log",
12110 "palette",
12111 "parking_lot",
12112 "refineable",
12113 "schemars",
12114 "serde",
12115 "serde_derive",
12116 "serde_json",
12117 "serde_json_lenient",
12118 "serde_repr",
12119 "settings",
12120 "strum 0.25.0",
12121 "util",
12122 "uuid",
12123]
12124
12125[[package]]
12126name = "theme_importer"
12127version = "0.1.0"
12128dependencies = [
12129 "anyhow",
12130 "clap",
12131 "gpui",
12132 "indexmap 1.9.3",
12133 "log",
12134 "palette",
12135 "rust-embed",
12136 "schemars",
12137 "serde",
12138 "serde_json",
12139 "serde_json_lenient",
12140 "simplelog",
12141 "strum 0.25.0",
12142 "theme",
12143 "vscode_theme",
12144]
12145
12146[[package]]
12147name = "theme_selector"
12148version = "0.1.0"
12149dependencies = [
12150 "client",
12151 "fs",
12152 "fuzzy",
12153 "gpui",
12154 "log",
12155 "picker",
12156 "serde",
12157 "settings",
12158 "theme",
12159 "ui",
12160 "util",
12161 "workspace",
12162]
12163
12164[[package]]
12165name = "thiserror"
12166version = "1.0.64"
12167source = "registry+https://github.com/rust-lang/crates.io-index"
12168checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
12169dependencies = [
12170 "thiserror-impl",
12171]
12172
12173[[package]]
12174name = "thiserror-impl"
12175version = "1.0.64"
12176source = "registry+https://github.com/rust-lang/crates.io-index"
12177checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
12178dependencies = [
12179 "proc-macro2",
12180 "quote",
12181 "syn 2.0.76",
12182]
12183
12184[[package]]
12185name = "thread_local"
12186version = "1.1.8"
12187source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
12189dependencies = [
12190 "cfg-if",
12191 "once_cell",
12192]
12193
12194[[package]]
12195name = "tiff"
12196version = "0.9.1"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
12199dependencies = [
12200 "flate2",
12201 "jpeg-decoder",
12202 "weezl",
12203]
12204
12205[[package]]
12206name = "tiktoken-rs"
12207version = "0.5.9"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
12210dependencies = [
12211 "anyhow",
12212 "base64 0.21.7",
12213 "bstr",
12214 "fancy-regex",
12215 "lazy_static",
12216 "parking_lot",
12217 "rustc-hash 1.1.0",
12218]
12219
12220[[package]]
12221name = "time"
12222version = "0.3.36"
12223source = "registry+https://github.com/rust-lang/crates.io-index"
12224checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
12225dependencies = [
12226 "deranged",
12227 "itoa",
12228 "libc",
12229 "num-conv",
12230 "num_threads",
12231 "powerfmt",
12232 "serde",
12233 "time-core",
12234 "time-macros",
12235]
12236
12237[[package]]
12238name = "time-core"
12239version = "0.1.2"
12240source = "registry+https://github.com/rust-lang/crates.io-index"
12241checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
12242
12243[[package]]
12244name = "time-macros"
12245version = "0.2.18"
12246source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
12248dependencies = [
12249 "num-conv",
12250 "time-core",
12251]
12252
12253[[package]]
12254name = "time_format"
12255version = "0.1.0"
12256dependencies = [
12257 "core-foundation 0.9.4",
12258 "core-foundation-sys",
12259 "sys-locale",
12260 "time",
12261]
12262
12263[[package]]
12264name = "tiny-keccak"
12265version = "2.0.2"
12266source = "registry+https://github.com/rust-lang/crates.io-index"
12267checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
12268dependencies = [
12269 "crunchy",
12270]
12271
12272[[package]]
12273name = "tiny-skia"
12274version = "0.11.4"
12275source = "registry+https://github.com/rust-lang/crates.io-index"
12276checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
12277dependencies = [
12278 "arrayref",
12279 "arrayvec",
12280 "bytemuck",
12281 "cfg-if",
12282 "log",
12283 "png",
12284 "tiny-skia-path",
12285]
12286
12287[[package]]
12288name = "tiny-skia-path"
12289version = "0.11.4"
12290source = "registry+https://github.com/rust-lang/crates.io-index"
12291checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
12292dependencies = [
12293 "arrayref",
12294 "bytemuck",
12295 "strict-num",
12296]
12297
12298[[package]]
12299name = "tiny_http"
12300version = "0.8.2"
12301source = "registry+https://github.com/rust-lang/crates.io-index"
12302checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
12303dependencies = [
12304 "ascii",
12305 "chrono",
12306 "chunked_transfer",
12307 "log",
12308 "url",
12309]
12310
12311[[package]]
12312name = "tinytemplate"
12313version = "1.2.1"
12314source = "registry+https://github.com/rust-lang/crates.io-index"
12315checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12316dependencies = [
12317 "serde",
12318 "serde_json",
12319]
12320
12321[[package]]
12322name = "tinyvec"
12323version = "1.8.0"
12324source = "registry+https://github.com/rust-lang/crates.io-index"
12325checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
12326dependencies = [
12327 "tinyvec_macros",
12328]
12329
12330[[package]]
12331name = "tinyvec_macros"
12332version = "0.1.1"
12333source = "registry+https://github.com/rust-lang/crates.io-index"
12334checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
12335
12336[[package]]
12337name = "title_bar"
12338version = "0.1.0"
12339dependencies = [
12340 "auto_update",
12341 "call",
12342 "client",
12343 "collections",
12344 "command_palette",
12345 "editor",
12346 "extensions_ui",
12347 "feature_flags",
12348 "feedback",
12349 "gpui",
12350 "http_client",
12351 "notifications",
12352 "pretty_assertions",
12353 "project",
12354 "recent_projects",
12355 "remote",
12356 "rpc",
12357 "serde",
12358 "settings",
12359 "smallvec",
12360 "story",
12361 "theme",
12362 "theme_selector",
12363 "tree-sitter-md",
12364 "ui",
12365 "util",
12366 "vcs_menu",
12367 "windows 0.58.0",
12368 "workspace",
12369 "zed_actions",
12370]
12371
12372[[package]]
12373name = "tokio"
12374version = "1.40.0"
12375source = "registry+https://github.com/rust-lang/crates.io-index"
12376checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
12377dependencies = [
12378 "backtrace",
12379 "bytes 1.7.2",
12380 "libc",
12381 "mio 1.0.2",
12382 "parking_lot",
12383 "pin-project-lite",
12384 "signal-hook-registry",
12385 "socket2 0.5.7",
12386 "tokio-macros",
12387 "windows-sys 0.52.0",
12388]
12389
12390[[package]]
12391name = "tokio-io"
12392version = "0.1.13"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
12395dependencies = [
12396 "bytes 0.4.12",
12397 "futures 0.1.31",
12398 "log",
12399]
12400
12401[[package]]
12402name = "tokio-macros"
12403version = "2.4.0"
12404source = "registry+https://github.com/rust-lang/crates.io-index"
12405checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
12406dependencies = [
12407 "proc-macro2",
12408 "quote",
12409 "syn 2.0.76",
12410]
12411
12412[[package]]
12413name = "tokio-native-tls"
12414version = "0.3.1"
12415source = "registry+https://github.com/rust-lang/crates.io-index"
12416checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
12417dependencies = [
12418 "native-tls",
12419 "tokio",
12420]
12421
12422[[package]]
12423name = "tokio-rustls"
12424version = "0.24.1"
12425source = "registry+https://github.com/rust-lang/crates.io-index"
12426checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
12427dependencies = [
12428 "rustls 0.21.12",
12429 "tokio",
12430]
12431
12432[[package]]
12433name = "tokio-rustls"
12434version = "0.26.0"
12435source = "registry+https://github.com/rust-lang/crates.io-index"
12436checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12437dependencies = [
12438 "rustls 0.23.13",
12439 "rustls-pki-types",
12440 "tokio",
12441]
12442
12443[[package]]
12444name = "tokio-socks"
12445version = "0.5.2"
12446source = "registry+https://github.com/rust-lang/crates.io-index"
12447checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
12448dependencies = [
12449 "either",
12450 "futures-io",
12451 "futures-util",
12452 "thiserror",
12453 "tokio",
12454]
12455
12456[[package]]
12457name = "tokio-stream"
12458version = "0.1.15"
12459source = "registry+https://github.com/rust-lang/crates.io-index"
12460checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12461dependencies = [
12462 "futures-core",
12463 "pin-project-lite",
12464 "tokio",
12465]
12466
12467[[package]]
12468name = "tokio-tungstenite"
12469version = "0.20.1"
12470source = "registry+https://github.com/rust-lang/crates.io-index"
12471checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
12472dependencies = [
12473 "futures-util",
12474 "log",
12475 "tokio",
12476 "tungstenite 0.20.1",
12477]
12478
12479[[package]]
12480name = "tokio-tungstenite"
12481version = "0.21.0"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
12484dependencies = [
12485 "futures-util",
12486 "log",
12487 "tokio",
12488 "tungstenite 0.21.0",
12489]
12490
12491[[package]]
12492name = "tokio-util"
12493version = "0.7.12"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
12496dependencies = [
12497 "bytes 1.7.2",
12498 "futures-core",
12499 "futures-io",
12500 "futures-sink",
12501 "pin-project-lite",
12502 "tokio",
12503]
12504
12505[[package]]
12506name = "toml"
12507version = "0.5.11"
12508source = "registry+https://github.com/rust-lang/crates.io-index"
12509checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12510dependencies = [
12511 "serde",
12512]
12513
12514[[package]]
12515name = "toml"
12516version = "0.7.8"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
12519dependencies = [
12520 "serde",
12521 "serde_spanned",
12522 "toml_datetime",
12523 "toml_edit 0.19.15",
12524]
12525
12526[[package]]
12527name = "toml"
12528version = "0.8.19"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
12531dependencies = [
12532 "serde",
12533 "serde_spanned",
12534 "toml_datetime",
12535 "toml_edit 0.22.20",
12536]
12537
12538[[package]]
12539name = "toml_datetime"
12540version = "0.6.8"
12541source = "registry+https://github.com/rust-lang/crates.io-index"
12542checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
12543dependencies = [
12544 "serde",
12545]
12546
12547[[package]]
12548name = "toml_edit"
12549version = "0.19.15"
12550source = "registry+https://github.com/rust-lang/crates.io-index"
12551checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
12552dependencies = [
12553 "indexmap 2.4.0",
12554 "serde",
12555 "serde_spanned",
12556 "toml_datetime",
12557 "winnow 0.5.40",
12558]
12559
12560[[package]]
12561name = "toml_edit"
12562version = "0.22.20"
12563source = "registry+https://github.com/rust-lang/crates.io-index"
12564checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
12565dependencies = [
12566 "indexmap 2.4.0",
12567 "serde",
12568 "serde_spanned",
12569 "toml_datetime",
12570 "winnow 0.6.18",
12571]
12572
12573[[package]]
12574name = "toolchain_selector"
12575version = "0.1.0"
12576dependencies = [
12577 "editor",
12578 "fuzzy",
12579 "gpui",
12580 "language",
12581 "picker",
12582 "project",
12583 "ui",
12584 "util",
12585 "workspace",
12586]
12587
12588[[package]]
12589name = "topological-sort"
12590version = "0.2.2"
12591source = "registry+https://github.com/rust-lang/crates.io-index"
12592checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
12593
12594[[package]]
12595name = "tower"
12596version = "0.4.13"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
12599dependencies = [
12600 "futures-core",
12601 "futures-util",
12602 "pin-project",
12603 "pin-project-lite",
12604 "tokio",
12605 "tower-layer",
12606 "tower-service",
12607 "tracing",
12608]
12609
12610[[package]]
12611name = "tower-http"
12612version = "0.3.5"
12613source = "registry+https://github.com/rust-lang/crates.io-index"
12614checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
12615dependencies = [
12616 "bitflags 1.3.2",
12617 "bytes 1.7.2",
12618 "futures-core",
12619 "futures-util",
12620 "http 0.2.12",
12621 "http-body 0.4.6",
12622 "http-range-header",
12623 "pin-project-lite",
12624 "tower-layer",
12625 "tower-service",
12626]
12627
12628[[package]]
12629name = "tower-http"
12630version = "0.4.4"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
12633dependencies = [
12634 "bitflags 2.6.0",
12635 "bytes 1.7.2",
12636 "futures-core",
12637 "futures-util",
12638 "http 0.2.12",
12639 "http-body 0.4.6",
12640 "http-range-header",
12641 "pin-project-lite",
12642 "tower-layer",
12643 "tower-service",
12644 "tracing",
12645]
12646
12647[[package]]
12648name = "tower-layer"
12649version = "0.3.3"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
12652
12653[[package]]
12654name = "tower-service"
12655version = "0.3.3"
12656source = "registry+https://github.com/rust-lang/crates.io-index"
12657checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
12658
12659[[package]]
12660name = "tracing"
12661version = "0.1.40"
12662source = "registry+https://github.com/rust-lang/crates.io-index"
12663checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
12664dependencies = [
12665 "log",
12666 "pin-project-lite",
12667 "tracing-attributes",
12668 "tracing-core",
12669]
12670
12671[[package]]
12672name = "tracing-attributes"
12673version = "0.1.27"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
12676dependencies = [
12677 "proc-macro2",
12678 "quote",
12679 "syn 2.0.76",
12680]
12681
12682[[package]]
12683name = "tracing-core"
12684version = "0.1.32"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
12687dependencies = [
12688 "once_cell",
12689 "valuable",
12690]
12691
12692[[package]]
12693name = "tracing-log"
12694version = "0.2.0"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
12697dependencies = [
12698 "log",
12699 "once_cell",
12700 "tracing-core",
12701]
12702
12703[[package]]
12704name = "tracing-serde"
12705version = "0.1.3"
12706source = "registry+https://github.com/rust-lang/crates.io-index"
12707checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
12708dependencies = [
12709 "serde",
12710 "tracing-core",
12711]
12712
12713[[package]]
12714name = "tracing-subscriber"
12715version = "0.3.18"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
12718dependencies = [
12719 "matchers",
12720 "nu-ansi-term",
12721 "once_cell",
12722 "regex",
12723 "serde",
12724 "serde_json",
12725 "sharded-slab",
12726 "smallvec",
12727 "thread_local",
12728 "tracing",
12729 "tracing-core",
12730 "tracing-log",
12731 "tracing-serde",
12732]
12733
12734[[package]]
12735name = "tree-sitter"
12736version = "0.23.0"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff"
12739dependencies = [
12740 "cc",
12741 "regex",
12742 "regex-syntax 0.8.4",
12743 "tree-sitter-language",
12744 "wasmtime-c-api-impl",
12745]
12746
12747[[package]]
12748name = "tree-sitter-bash"
12749version = "0.23.1"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
12752dependencies = [
12753 "cc",
12754 "tree-sitter-language",
12755]
12756
12757[[package]]
12758name = "tree-sitter-c"
12759version = "0.23.1"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b"
12762dependencies = [
12763 "cc",
12764 "tree-sitter-language",
12765]
12766
12767[[package]]
12768name = "tree-sitter-cpp"
12769version = "0.23.1"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "1d67e862242878d6ee50e1e5814f267ee3eea0168aea2cdbd700ccfb4c74b6d3"
12772dependencies = [
12773 "cc",
12774 "tree-sitter-language",
12775]
12776
12777[[package]]
12778name = "tree-sitter-css"
12779version = "0.23.0"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292"
12782dependencies = [
12783 "cc",
12784 "tree-sitter-language",
12785]
12786
12787[[package]]
12788name = "tree-sitter-diff"
12789version = "0.1.0"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
12792dependencies = [
12793 "cc",
12794 "tree-sitter-language",
12795]
12796
12797[[package]]
12798name = "tree-sitter-elixir"
12799version = "0.3.1"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32"
12802dependencies = [
12803 "cc",
12804 "tree-sitter-language",
12805]
12806
12807[[package]]
12808name = "tree-sitter-embedded-template"
12809version = "0.23.0"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495"
12812dependencies = [
12813 "cc",
12814 "tree-sitter-language",
12815]
12816
12817[[package]]
12818name = "tree-sitter-go"
12819version = "0.23.1"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e"
12822dependencies = [
12823 "cc",
12824 "tree-sitter-language",
12825]
12826
12827[[package]]
12828name = "tree-sitter-gomod"
12829version = "1.0.2"
12830source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
12831dependencies = [
12832 "cc",
12833 "tree-sitter-language",
12834]
12835
12836[[package]]
12837name = "tree-sitter-gowork"
12838version = "0.0.1"
12839source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
12840dependencies = [
12841 "cc",
12842 "tree-sitter-language",
12843]
12844
12845[[package]]
12846name = "tree-sitter-heex"
12847version = "0.0.1"
12848source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
12849dependencies = [
12850 "cc",
12851 "tree-sitter-language",
12852]
12853
12854[[package]]
12855name = "tree-sitter-html"
12856version = "0.20.4"
12857source = "registry+https://github.com/rust-lang/crates.io-index"
12858checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
12859dependencies = [
12860 "cc",
12861 "tree-sitter",
12862]
12863
12864[[package]]
12865name = "tree-sitter-jsdoc"
12866version = "0.23.0"
12867source = "registry+https://github.com/rust-lang/crates.io-index"
12868checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8"
12869dependencies = [
12870 "cc",
12871 "tree-sitter-language",
12872]
12873
12874[[package]]
12875name = "tree-sitter-json"
12876version = "0.23.0"
12877source = "registry+https://github.com/rust-lang/crates.io-index"
12878checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
12879dependencies = [
12880 "cc",
12881 "tree-sitter-language",
12882]
12883
12884[[package]]
12885name = "tree-sitter-language"
12886version = "0.1.0"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57"
12889
12890[[package]]
12891name = "tree-sitter-md"
12892version = "0.3.2"
12893source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
12894dependencies = [
12895 "cc",
12896 "tree-sitter-language",
12897]
12898
12899[[package]]
12900name = "tree-sitter-python"
12901version = "0.23.2"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb"
12904dependencies = [
12905 "cc",
12906 "tree-sitter-language",
12907]
12908
12909[[package]]
12910name = "tree-sitter-regex"
12911version = "0.23.0"
12912source = "registry+https://github.com/rust-lang/crates.io-index"
12913checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
12914dependencies = [
12915 "cc",
12916 "tree-sitter-language",
12917]
12918
12919[[package]]
12920name = "tree-sitter-ruby"
12921version = "0.23.0"
12922source = "registry+https://github.com/rust-lang/crates.io-index"
12923checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0"
12924dependencies = [
12925 "cc",
12926 "tree-sitter-language",
12927]
12928
12929[[package]]
12930name = "tree-sitter-rust"
12931version = "0.23.0"
12932source = "registry+https://github.com/rust-lang/crates.io-index"
12933checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8"
12934dependencies = [
12935 "cc",
12936 "tree-sitter-language",
12937]
12938
12939[[package]]
12940name = "tree-sitter-typescript"
12941version = "0.23.0"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685"
12944dependencies = [
12945 "cc",
12946 "tree-sitter-language",
12947]
12948
12949[[package]]
12950name = "tree-sitter-yaml"
12951version = "0.6.1"
12952source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
12953dependencies = [
12954 "cc",
12955 "tree-sitter-language",
12956]
12957
12958[[package]]
12959name = "try-lock"
12960version = "0.2.5"
12961source = "registry+https://github.com/rust-lang/crates.io-index"
12962checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12963
12964[[package]]
12965name = "ttf-parser"
12966version = "0.21.1"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
12969
12970[[package]]
12971name = "tungstenite"
12972version = "0.20.1"
12973source = "registry+https://github.com/rust-lang/crates.io-index"
12974checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12975dependencies = [
12976 "byteorder",
12977 "bytes 1.7.2",
12978 "data-encoding",
12979 "http 0.2.12",
12980 "httparse",
12981 "log",
12982 "rand 0.8.5",
12983 "sha1",
12984 "thiserror",
12985 "url",
12986 "utf-8",
12987]
12988
12989[[package]]
12990name = "tungstenite"
12991version = "0.21.0"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
12994dependencies = [
12995 "byteorder",
12996 "bytes 1.7.2",
12997 "data-encoding",
12998 "http 1.1.0",
12999 "httparse",
13000 "log",
13001 "rand 0.8.5",
13002 "sha1",
13003 "thiserror",
13004 "url",
13005 "utf-8",
13006]
13007
13008[[package]]
13009name = "typeid"
13010version = "1.0.2"
13011source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13013
13014[[package]]
13015name = "typenum"
13016version = "1.17.0"
13017source = "registry+https://github.com/rust-lang/crates.io-index"
13018checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13019
13020[[package]]
13021name = "ucd-trie"
13022version = "0.1.6"
13023source = "registry+https://github.com/rust-lang/crates.io-index"
13024checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
13025
13026[[package]]
13027name = "uds_windows"
13028version = "1.1.0"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13031dependencies = [
13032 "memoffset",
13033 "tempfile",
13034 "winapi",
13035]
13036
13037[[package]]
13038name = "ui"
13039version = "0.1.0"
13040dependencies = [
13041 "chrono",
13042 "gpui",
13043 "itertools 0.13.0",
13044 "menu",
13045 "serde",
13046 "settings",
13047 "smallvec",
13048 "story",
13049 "strum 0.25.0",
13050 "theme",
13051 "ui_macros",
13052 "windows 0.58.0",
13053]
13054
13055[[package]]
13056name = "ui_input"
13057version = "0.1.0"
13058dependencies = [
13059 "editor",
13060 "gpui",
13061 "settings",
13062 "theme",
13063 "ui",
13064]
13065
13066[[package]]
13067name = "ui_macros"
13068version = "0.1.0"
13069dependencies = [
13070 "convert_case 0.6.0",
13071 "proc-macro2",
13072 "quote",
13073 "syn 1.0.109",
13074]
13075
13076[[package]]
13077name = "unicase"
13078version = "2.7.0"
13079source = "registry+https://github.com/rust-lang/crates.io-index"
13080checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
13081dependencies = [
13082 "version_check",
13083]
13084
13085[[package]]
13086name = "unicode-bidi"
13087version = "0.3.15"
13088source = "registry+https://github.com/rust-lang/crates.io-index"
13089checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
13090
13091[[package]]
13092name = "unicode-bidi-mirroring"
13093version = "0.2.0"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13096
13097[[package]]
13098name = "unicode-ccc"
13099version = "0.2.0"
13100source = "registry+https://github.com/rust-lang/crates.io-index"
13101checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13102
13103[[package]]
13104name = "unicode-ident"
13105version = "1.0.12"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
13108
13109[[package]]
13110name = "unicode-linebreak"
13111version = "0.1.5"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13114
13115[[package]]
13116name = "unicode-normalization"
13117version = "0.1.23"
13118source = "registry+https://github.com/rust-lang/crates.io-index"
13119checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
13120dependencies = [
13121 "tinyvec",
13122]
13123
13124[[package]]
13125name = "unicode-properties"
13126version = "0.1.2"
13127source = "registry+https://github.com/rust-lang/crates.io-index"
13128checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
13129
13130[[package]]
13131name = "unicode-script"
13132version = "0.5.6"
13133source = "registry+https://github.com/rust-lang/crates.io-index"
13134checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
13135
13136[[package]]
13137name = "unicode-segmentation"
13138version = "1.11.0"
13139source = "registry+https://github.com/rust-lang/crates.io-index"
13140checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
13141
13142[[package]]
13143name = "unicode-width"
13144version = "0.1.13"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
13147
13148[[package]]
13149name = "unicode-xid"
13150version = "0.2.5"
13151source = "registry+https://github.com/rust-lang/crates.io-index"
13152checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
13153
13154[[package]]
13155name = "unicode_categories"
13156version = "0.1.1"
13157source = "registry+https://github.com/rust-lang/crates.io-index"
13158checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
13159
13160[[package]]
13161name = "unindent"
13162version = "0.1.11"
13163source = "registry+https://github.com/rust-lang/crates.io-index"
13164checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
13165
13166[[package]]
13167name = "untrusted"
13168version = "0.7.1"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
13171
13172[[package]]
13173name = "untrusted"
13174version = "0.9.0"
13175source = "registry+https://github.com/rust-lang/crates.io-index"
13176checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
13177
13178[[package]]
13179name = "url"
13180version = "2.5.2"
13181source = "registry+https://github.com/rust-lang/crates.io-index"
13182checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
13183dependencies = [
13184 "form_urlencoded",
13185 "idna",
13186 "percent-encoding",
13187 "serde",
13188]
13189
13190[[package]]
13191name = "urlencoding"
13192version = "2.1.3"
13193source = "registry+https://github.com/rust-lang/crates.io-index"
13194checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
13195
13196[[package]]
13197name = "usvg"
13198version = "0.41.0"
13199source = "registry+https://github.com/rust-lang/crates.io-index"
13200checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
13201dependencies = [
13202 "base64 0.22.1",
13203 "data-url",
13204 "flate2",
13205 "imagesize",
13206 "kurbo",
13207 "log",
13208 "pico-args",
13209 "roxmltree 0.19.0",
13210 "simplecss",
13211 "siphasher 1.0.1",
13212 "strict-num",
13213 "svgtypes",
13214 "tiny-skia-path",
13215 "xmlwriter",
13216]
13217
13218[[package]]
13219name = "utf-8"
13220version = "0.7.6"
13221source = "registry+https://github.com/rust-lang/crates.io-index"
13222checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
13223
13224[[package]]
13225name = "utf8parse"
13226version = "0.2.2"
13227source = "registry+https://github.com/rust-lang/crates.io-index"
13228checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
13229
13230[[package]]
13231name = "util"
13232version = "0.1.0"
13233dependencies = [
13234 "anyhow",
13235 "async-fs 1.6.0",
13236 "collections",
13237 "dirs 4.0.0",
13238 "futures 0.3.30",
13239 "futures-lite 1.13.0",
13240 "git2",
13241 "globset",
13242 "log",
13243 "rand 0.8.5",
13244 "regex",
13245 "rust-embed",
13246 "serde",
13247 "serde_json",
13248 "take-until",
13249 "tempfile",
13250 "tendril",
13251 "unicase",
13252]
13253
13254[[package]]
13255name = "uuid"
13256version = "1.10.0"
13257source = "registry+https://github.com/rust-lang/crates.io-index"
13258checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
13259dependencies = [
13260 "getrandom 0.2.15",
13261 "serde",
13262 "sha1_smol",
13263]
13264
13265[[package]]
13266name = "v_frame"
13267version = "0.3.8"
13268source = "registry+https://github.com/rust-lang/crates.io-index"
13269checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
13270dependencies = [
13271 "aligned-vec",
13272 "num-traits",
13273 "wasm-bindgen",
13274]
13275
13276[[package]]
13277name = "valuable"
13278version = "0.1.0"
13279source = "registry+https://github.com/rust-lang/crates.io-index"
13280checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
13281
13282[[package]]
13283name = "value-bag"
13284version = "1.9.0"
13285source = "registry+https://github.com/rust-lang/crates.io-index"
13286checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
13287dependencies = [
13288 "value-bag-serde1",
13289 "value-bag-sval2",
13290]
13291
13292[[package]]
13293name = "value-bag-serde1"
13294version = "1.9.0"
13295source = "registry+https://github.com/rust-lang/crates.io-index"
13296checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
13297dependencies = [
13298 "erased-serde",
13299 "serde",
13300 "serde_fmt",
13301]
13302
13303[[package]]
13304name = "value-bag-sval2"
13305version = "1.9.0"
13306source = "registry+https://github.com/rust-lang/crates.io-index"
13307checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
13308dependencies = [
13309 "sval",
13310 "sval_buffer",
13311 "sval_dynamic",
13312 "sval_fmt",
13313 "sval_json",
13314 "sval_ref",
13315 "sval_serde",
13316]
13317
13318[[package]]
13319name = "vcpkg"
13320version = "0.2.15"
13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
13323
13324[[package]]
13325name = "vcs_menu"
13326version = "0.1.0"
13327dependencies = [
13328 "anyhow",
13329 "fuzzy",
13330 "git",
13331 "gpui",
13332 "picker",
13333 "project",
13334 "ui",
13335 "util",
13336 "workspace",
13337]
13338
13339[[package]]
13340name = "version-compare"
13341version = "0.2.0"
13342source = "registry+https://github.com/rust-lang/crates.io-index"
13343checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
13344
13345[[package]]
13346name = "version_check"
13347version = "0.9.5"
13348source = "registry+https://github.com/rust-lang/crates.io-index"
13349checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
13350
13351[[package]]
13352name = "vim"
13353version = "0.1.0"
13354dependencies = [
13355 "anyhow",
13356 "async-compat",
13357 "async-trait",
13358 "collections",
13359 "command_palette",
13360 "command_palette_hooks",
13361 "editor",
13362 "futures 0.3.30",
13363 "gpui",
13364 "indoc",
13365 "itertools 0.13.0",
13366 "language",
13367 "log",
13368 "lsp",
13369 "multi_buffer",
13370 "nvim-rs",
13371 "parking_lot",
13372 "regex",
13373 "release_channel",
13374 "schemars",
13375 "search",
13376 "serde",
13377 "serde_derive",
13378 "serde_json",
13379 "settings",
13380 "tokio",
13381 "ui",
13382 "util",
13383 "workspace",
13384 "zed_actions",
13385]
13386
13387[[package]]
13388name = "vscode_theme"
13389version = "0.2.0"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
13392dependencies = [
13393 "serde",
13394]
13395
13396[[package]]
13397name = "vsimd"
13398version = "0.8.0"
13399source = "registry+https://github.com/rust-lang/crates.io-index"
13400checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
13401
13402[[package]]
13403name = "vswhom"
13404version = "0.1.0"
13405source = "registry+https://github.com/rust-lang/crates.io-index"
13406checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
13407dependencies = [
13408 "libc",
13409 "vswhom-sys",
13410]
13411
13412[[package]]
13413name = "vswhom-sys"
13414version = "0.1.2"
13415source = "registry+https://github.com/rust-lang/crates.io-index"
13416checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
13417dependencies = [
13418 "cc",
13419 "libc",
13420]
13421
13422[[package]]
13423name = "vte"
13424version = "0.13.0"
13425source = "registry+https://github.com/rust-lang/crates.io-index"
13426checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
13427dependencies = [
13428 "bitflags 2.6.0",
13429 "cursor-icon",
13430 "log",
13431 "serde",
13432 "utf8parse",
13433 "vte_generate_state_changes",
13434]
13435
13436[[package]]
13437name = "vte_generate_state_changes"
13438version = "0.1.2"
13439source = "registry+https://github.com/rust-lang/crates.io-index"
13440checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
13441dependencies = [
13442 "proc-macro2",
13443 "quote",
13444]
13445
13446[[package]]
13447name = "waker-fn"
13448version = "1.2.0"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
13451
13452[[package]]
13453name = "walkdir"
13454version = "2.5.0"
13455source = "registry+https://github.com/rust-lang/crates.io-index"
13456checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
13457dependencies = [
13458 "same-file",
13459 "winapi-util",
13460]
13461
13462[[package]]
13463name = "want"
13464version = "0.3.1"
13465source = "registry+https://github.com/rust-lang/crates.io-index"
13466checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
13467dependencies = [
13468 "try-lock",
13469]
13470
13471[[package]]
13472name = "warp"
13473version = "0.3.7"
13474source = "registry+https://github.com/rust-lang/crates.io-index"
13475checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
13476dependencies = [
13477 "bytes 1.7.2",
13478 "futures-channel",
13479 "futures-util",
13480 "headers",
13481 "http 0.2.12",
13482 "hyper 0.14.31",
13483 "log",
13484 "mime",
13485 "mime_guess",
13486 "percent-encoding",
13487 "pin-project",
13488 "scoped-tls",
13489 "serde",
13490 "serde_json",
13491 "serde_urlencoded",
13492 "tokio",
13493 "tokio-tungstenite 0.21.0",
13494 "tokio-util",
13495 "tower-service",
13496 "tracing",
13497]
13498
13499[[package]]
13500name = "wasi"
13501version = "0.9.0+wasi-snapshot-preview1"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
13504
13505[[package]]
13506name = "wasi"
13507version = "0.11.0+wasi-snapshot-preview1"
13508source = "registry+https://github.com/rust-lang/crates.io-index"
13509checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
13510
13511[[package]]
13512name = "wasite"
13513version = "0.1.0"
13514source = "registry+https://github.com/rust-lang/crates.io-index"
13515checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
13516
13517[[package]]
13518name = "wasm-bindgen"
13519version = "0.2.93"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
13522dependencies = [
13523 "cfg-if",
13524 "once_cell",
13525 "wasm-bindgen-macro",
13526]
13527
13528[[package]]
13529name = "wasm-bindgen-backend"
13530version = "0.2.93"
13531source = "registry+https://github.com/rust-lang/crates.io-index"
13532checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
13533dependencies = [
13534 "bumpalo",
13535 "log",
13536 "once_cell",
13537 "proc-macro2",
13538 "quote",
13539 "syn 2.0.76",
13540 "wasm-bindgen-shared",
13541]
13542
13543[[package]]
13544name = "wasm-bindgen-futures"
13545version = "0.4.43"
13546source = "registry+https://github.com/rust-lang/crates.io-index"
13547checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
13548dependencies = [
13549 "cfg-if",
13550 "js-sys",
13551 "wasm-bindgen",
13552 "web-sys",
13553]
13554
13555[[package]]
13556name = "wasm-bindgen-macro"
13557version = "0.2.93"
13558source = "registry+https://github.com/rust-lang/crates.io-index"
13559checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
13560dependencies = [
13561 "quote",
13562 "wasm-bindgen-macro-support",
13563]
13564
13565[[package]]
13566name = "wasm-bindgen-macro-support"
13567version = "0.2.93"
13568source = "registry+https://github.com/rust-lang/crates.io-index"
13569checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
13570dependencies = [
13571 "proc-macro2",
13572 "quote",
13573 "syn 2.0.76",
13574 "wasm-bindgen-backend",
13575 "wasm-bindgen-shared",
13576]
13577
13578[[package]]
13579name = "wasm-bindgen-shared"
13580version = "0.2.93"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
13583
13584[[package]]
13585name = "wasm-encoder"
13586version = "0.201.0"
13587source = "registry+https://github.com/rust-lang/crates.io-index"
13588checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
13589dependencies = [
13590 "leb128",
13591]
13592
13593[[package]]
13594name = "wasm-encoder"
13595version = "0.215.0"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
13598dependencies = [
13599 "leb128",
13600]
13601
13602[[package]]
13603name = "wasm-metadata"
13604version = "0.201.0"
13605source = "registry+https://github.com/rust-lang/crates.io-index"
13606checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
13607dependencies = [
13608 "anyhow",
13609 "indexmap 2.4.0",
13610 "serde",
13611 "serde_derive",
13612 "serde_json",
13613 "spdx",
13614 "wasm-encoder 0.201.0",
13615 "wasmparser 0.201.0",
13616]
13617
13618[[package]]
13619name = "wasm-streams"
13620version = "0.4.1"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
13623dependencies = [
13624 "futures-util",
13625 "js-sys",
13626 "wasm-bindgen",
13627 "wasm-bindgen-futures",
13628 "web-sys",
13629]
13630
13631[[package]]
13632name = "wasmparser"
13633version = "0.201.0"
13634source = "registry+https://github.com/rust-lang/crates.io-index"
13635checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
13636dependencies = [
13637 "bitflags 2.6.0",
13638 "indexmap 2.4.0",
13639 "semver",
13640]
13641
13642[[package]]
13643name = "wasmparser"
13644version = "0.215.0"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
13647dependencies = [
13648 "ahash 0.8.11",
13649 "bitflags 2.6.0",
13650 "hashbrown 0.14.5",
13651 "indexmap 2.4.0",
13652 "semver",
13653 "serde",
13654]
13655
13656[[package]]
13657name = "wasmprinter"
13658version = "0.215.0"
13659source = "registry+https://github.com/rust-lang/crates.io-index"
13660checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
13661dependencies = [
13662 "anyhow",
13663 "termcolor",
13664 "wasmparser 0.215.0",
13665]
13666
13667[[package]]
13668name = "wasmtime"
13669version = "24.0.1"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "7e4a5b05e9f1797e557e79f0cf04348eaa7a232596939ef4762838ddf7a6127a"
13672dependencies = [
13673 "anyhow",
13674 "async-trait",
13675 "bitflags 2.6.0",
13676 "bumpalo",
13677 "cc",
13678 "cfg-if",
13679 "encoding_rs",
13680 "hashbrown 0.14.5",
13681 "indexmap 2.4.0",
13682 "libc",
13683 "libm",
13684 "log",
13685 "mach2",
13686 "memfd",
13687 "object",
13688 "once_cell",
13689 "paste",
13690 "postcard",
13691 "psm",
13692 "rustix 0.38.35",
13693 "semver",
13694 "serde",
13695 "serde_derive",
13696 "smallvec",
13697 "sptr",
13698 "target-lexicon",
13699 "wasmparser 0.215.0",
13700 "wasmtime-asm-macros",
13701 "wasmtime-component-macro",
13702 "wasmtime-component-util",
13703 "wasmtime-cranelift",
13704 "wasmtime-environ",
13705 "wasmtime-fiber",
13706 "wasmtime-jit-icache-coherence",
13707 "wasmtime-slab",
13708 "wasmtime-versioned-export-macros",
13709 "wasmtime-winch",
13710 "windows-sys 0.52.0",
13711]
13712
13713[[package]]
13714name = "wasmtime-asm-macros"
13715version = "24.0.1"
13716source = "registry+https://github.com/rust-lang/crates.io-index"
13717checksum = "64414227e19556d4372f9688458c5673606de83473eb66cd0514d36ea8808cab"
13718dependencies = [
13719 "cfg-if",
13720]
13721
13722[[package]]
13723name = "wasmtime-c-api-impl"
13724version = "24.0.0"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
13727dependencies = [
13728 "anyhow",
13729 "log",
13730 "once_cell",
13731 "tracing",
13732 "wasmtime",
13733 "wasmtime-c-api-macros",
13734]
13735
13736[[package]]
13737name = "wasmtime-c-api-macros"
13738version = "24.0.0"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
13741dependencies = [
13742 "proc-macro2",
13743 "quote",
13744]
13745
13746[[package]]
13747name = "wasmtime-component-macro"
13748version = "24.0.1"
13749source = "registry+https://github.com/rust-lang/crates.io-index"
13750checksum = "d3ead31b73689602225742920adbcd881f5656702c1a3b4830862c0c66731727"
13751dependencies = [
13752 "anyhow",
13753 "proc-macro2",
13754 "quote",
13755 "syn 2.0.76",
13756 "wasmtime-component-util",
13757 "wasmtime-wit-bindgen",
13758 "wit-parser 0.215.0",
13759]
13760
13761[[package]]
13762name = "wasmtime-component-util"
13763version = "24.0.1"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "ab2c778661800e1dcd8ba3e15ff042299709e0a4c512525d9cbb604a04c0421b"
13766
13767[[package]]
13768name = "wasmtime-cranelift"
13769version = "24.0.1"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "9f7ee1f436bcf7d213ef7c2e9d44caffcd57e540ccf997d013384c2ae9b82db7"
13772dependencies = [
13773 "anyhow",
13774 "cfg-if",
13775 "cranelift-codegen",
13776 "cranelift-control",
13777 "cranelift-entity",
13778 "cranelift-frontend",
13779 "cranelift-native",
13780 "cranelift-wasm",
13781 "gimli 0.29.0",
13782 "log",
13783 "object",
13784 "target-lexicon",
13785 "thiserror",
13786 "wasmparser 0.215.0",
13787 "wasmtime-environ",
13788 "wasmtime-versioned-export-macros",
13789]
13790
13791[[package]]
13792name = "wasmtime-environ"
13793version = "24.0.1"
13794source = "registry+https://github.com/rust-lang/crates.io-index"
13795checksum = "fa8c33adfb3b9f8d6ef716bc55aea5e6b2275cd5a6721ec8c837d1cb0c471516"
13796dependencies = [
13797 "anyhow",
13798 "cpp_demangle",
13799 "cranelift-bitset",
13800 "cranelift-entity",
13801 "gimli 0.29.0",
13802 "indexmap 2.4.0",
13803 "log",
13804 "object",
13805 "postcard",
13806 "rustc-demangle",
13807 "semver",
13808 "serde",
13809 "serde_derive",
13810 "target-lexicon",
13811 "wasm-encoder 0.215.0",
13812 "wasmparser 0.215.0",
13813 "wasmprinter",
13814 "wasmtime-component-util",
13815 "wasmtime-types",
13816]
13817
13818[[package]]
13819name = "wasmtime-fiber"
13820version = "24.0.1"
13821source = "registry+https://github.com/rust-lang/crates.io-index"
13822checksum = "9f3227ed807c2dda9dd770c241023fcd6e48e6722c1c26ff79fc3604d412e884"
13823dependencies = [
13824 "anyhow",
13825 "cc",
13826 "cfg-if",
13827 "rustix 0.38.35",
13828 "wasmtime-asm-macros",
13829 "wasmtime-versioned-export-macros",
13830 "windows-sys 0.52.0",
13831]
13832
13833[[package]]
13834name = "wasmtime-jit-icache-coherence"
13835version = "24.0.1"
13836source = "registry+https://github.com/rust-lang/crates.io-index"
13837checksum = "fa89fc440f0edca882ba6d1890608898e6f0193afdc504c0a64478ec53622bd6"
13838dependencies = [
13839 "anyhow",
13840 "cfg-if",
13841 "libc",
13842 "windows-sys 0.52.0",
13843]
13844
13845[[package]]
13846name = "wasmtime-slab"
13847version = "24.0.1"
13848source = "registry+https://github.com/rust-lang/crates.io-index"
13849checksum = "682b7a5b6772c4e4de8c696fc619ec97930b5e89098db9bee22c1136e002438b"
13850
13851[[package]]
13852name = "wasmtime-types"
13853version = "24.0.1"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "4a95ea5572f8c3ffe777af21aa00a92097ded291a342fecad9f2c6a972ecea99"
13856dependencies = [
13857 "anyhow",
13858 "cranelift-entity",
13859 "serde",
13860 "serde_derive",
13861 "smallvec",
13862 "wasmparser 0.215.0",
13863]
13864
13865[[package]]
13866name = "wasmtime-versioned-export-macros"
13867version = "24.0.1"
13868source = "registry+https://github.com/rust-lang/crates.io-index"
13869checksum = "ac3621bfccd4e4336ae141d62b96e96316c0f23c47d64e9700594ebe3c4d9a10"
13870dependencies = [
13871 "proc-macro2",
13872 "quote",
13873 "syn 2.0.76",
13874]
13875
13876[[package]]
13877name = "wasmtime-wasi"
13878version = "24.0.1"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "fda03f5bfd5c4cc09f75c7e44846663f25f2c48a2d688fbfb5c7a33af6cf34f5"
13881dependencies = [
13882 "anyhow",
13883 "async-trait",
13884 "bitflags 2.6.0",
13885 "bytes 1.7.2",
13886 "cap-fs-ext",
13887 "cap-net-ext",
13888 "cap-rand",
13889 "cap-std",
13890 "cap-time-ext",
13891 "fs-set-times",
13892 "futures 0.3.30",
13893 "io-extras",
13894 "io-lifetimes 2.0.3",
13895 "once_cell",
13896 "rustix 0.38.35",
13897 "system-interface",
13898 "thiserror",
13899 "tokio",
13900 "tracing",
13901 "url",
13902 "wasmtime",
13903 "wiggle",
13904 "windows-sys 0.52.0",
13905]
13906
13907[[package]]
13908name = "wasmtime-winch"
13909version = "24.0.1"
13910source = "registry+https://github.com/rust-lang/crates.io-index"
13911checksum = "d1d3e99f6bba37864487c9356398667699935b9cfa3655ed2b153b9428b3dd21"
13912dependencies = [
13913 "anyhow",
13914 "cranelift-codegen",
13915 "gimli 0.29.0",
13916 "object",
13917 "target-lexicon",
13918 "wasmparser 0.215.0",
13919 "wasmtime-cranelift",
13920 "wasmtime-environ",
13921 "winch-codegen",
13922]
13923
13924[[package]]
13925name = "wasmtime-wit-bindgen"
13926version = "24.0.1"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "ee0f4524da226d2cb503d794c8928de6bc24878758cebd4e383c946e9fdb8b3a"
13929dependencies = [
13930 "anyhow",
13931 "heck 0.4.1",
13932 "indexmap 2.4.0",
13933 "wit-parser 0.215.0",
13934]
13935
13936[[package]]
13937name = "wast"
13938version = "35.0.2"
13939source = "registry+https://github.com/rust-lang/crates.io-index"
13940checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
13941dependencies = [
13942 "leb128",
13943]
13944
13945[[package]]
13946name = "wayland-backend"
13947version = "0.3.6"
13948source = "registry+https://github.com/rust-lang/crates.io-index"
13949checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13950dependencies = [
13951 "cc",
13952 "downcast-rs",
13953 "rustix 0.38.35",
13954 "scoped-tls",
13955 "smallvec",
13956 "wayland-sys",
13957]
13958
13959[[package]]
13960name = "wayland-client"
13961version = "0.31.5"
13962source = "registry+https://github.com/rust-lang/crates.io-index"
13963checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
13964dependencies = [
13965 "bitflags 2.6.0",
13966 "rustix 0.38.35",
13967 "wayland-backend",
13968 "wayland-scanner",
13969]
13970
13971[[package]]
13972name = "wayland-cursor"
13973version = "0.31.5"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
13976dependencies = [
13977 "rustix 0.38.35",
13978 "wayland-client",
13979 "xcursor",
13980]
13981
13982[[package]]
13983name = "wayland-protocols"
13984version = "0.31.2"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
13987dependencies = [
13988 "bitflags 2.6.0",
13989 "wayland-backend",
13990 "wayland-client",
13991 "wayland-scanner",
13992]
13993
13994[[package]]
13995name = "wayland-protocols-plasma"
13996version = "0.2.0"
13997source = "registry+https://github.com/rust-lang/crates.io-index"
13998checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
13999dependencies = [
14000 "bitflags 2.6.0",
14001 "wayland-backend",
14002 "wayland-client",
14003 "wayland-protocols",
14004 "wayland-scanner",
14005]
14006
14007[[package]]
14008name = "wayland-scanner"
14009version = "0.31.4"
14010source = "registry+https://github.com/rust-lang/crates.io-index"
14011checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
14012dependencies = [
14013 "proc-macro2",
14014 "quick-xml 0.34.0",
14015 "quote",
14016]
14017
14018[[package]]
14019name = "wayland-sys"
14020version = "0.31.4"
14021source = "registry+https://github.com/rust-lang/crates.io-index"
14022checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
14023dependencies = [
14024 "dlib",
14025 "log",
14026 "once_cell",
14027 "pkg-config",
14028]
14029
14030[[package]]
14031name = "web-sys"
14032version = "0.3.70"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
14035dependencies = [
14036 "js-sys",
14037 "wasm-bindgen",
14038]
14039
14040[[package]]
14041name = "webpki"
14042version = "0.22.4"
14043source = "registry+https://github.com/rust-lang/crates.io-index"
14044checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14045dependencies = [
14046 "ring 0.17.8",
14047 "untrusted 0.9.0",
14048]
14049
14050[[package]]
14051name = "webpki-roots"
14052version = "0.22.6"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14055dependencies = [
14056 "webpki",
14057]
14058
14059[[package]]
14060name = "webpki-roots"
14061version = "0.25.4"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
14064
14065[[package]]
14066name = "weezl"
14067version = "0.1.8"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14070
14071[[package]]
14072name = "welcome"
14073version = "0.1.0"
14074dependencies = [
14075 "anyhow",
14076 "client",
14077 "db",
14078 "editor",
14079 "extensions_ui",
14080 "fuzzy",
14081 "gpui",
14082 "inline_completion_button",
14083 "install_cli",
14084 "picker",
14085 "project",
14086 "schemars",
14087 "serde",
14088 "settings",
14089 "theme_selector",
14090 "ui",
14091 "util",
14092 "vim",
14093 "workspace",
14094 "zed_actions",
14095]
14096
14097[[package]]
14098name = "which"
14099version = "4.4.2"
14100source = "registry+https://github.com/rust-lang/crates.io-index"
14101checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
14102dependencies = [
14103 "either",
14104 "home",
14105 "once_cell",
14106 "rustix 0.38.35",
14107]
14108
14109[[package]]
14110name = "which"
14111version = "6.0.3"
14112source = "registry+https://github.com/rust-lang/crates.io-index"
14113checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
14114dependencies = [
14115 "either",
14116 "home",
14117 "rustix 0.38.35",
14118 "winsafe",
14119]
14120
14121[[package]]
14122name = "whoami"
14123version = "1.5.1"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
14126dependencies = [
14127 "redox_syscall 0.4.1",
14128 "wasite",
14129]
14130
14131[[package]]
14132name = "wiggle"
14133version = "24.0.1"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "2d3b31bd2b4d2d82a4b747b8dbc45f566214214a4ffdc5690429a73bc221dc8a"
14136dependencies = [
14137 "anyhow",
14138 "async-trait",
14139 "bitflags 2.6.0",
14140 "thiserror",
14141 "tracing",
14142 "wasmtime",
14143 "wiggle-macro",
14144]
14145
14146[[package]]
14147name = "wiggle-generate"
14148version = "24.0.1"
14149source = "registry+https://github.com/rust-lang/crates.io-index"
14150checksum = "e2c6136b195fc12067aa9d4e7a5baf118729394df7bc7cbf8c63119bc9f2a7cd"
14151dependencies = [
14152 "anyhow",
14153 "heck 0.4.1",
14154 "proc-macro2",
14155 "quote",
14156 "shellexpand 2.1.2",
14157 "syn 2.0.76",
14158 "witx",
14159]
14160
14161[[package]]
14162name = "wiggle-macro"
14163version = "24.0.1"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "8a41eaceee468da976ac43b85c4eb82e482f828d5e8e56f49f90dfac2d9bc3b4"
14166dependencies = [
14167 "proc-macro2",
14168 "quote",
14169 "syn 2.0.76",
14170 "wiggle-generate",
14171]
14172
14173[[package]]
14174name = "winapi"
14175version = "0.3.9"
14176source = "registry+https://github.com/rust-lang/crates.io-index"
14177checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
14178dependencies = [
14179 "winapi-i686-pc-windows-gnu",
14180 "winapi-x86_64-pc-windows-gnu",
14181]
14182
14183[[package]]
14184name = "winapi-i686-pc-windows-gnu"
14185version = "0.4.0"
14186source = "registry+https://github.com/rust-lang/crates.io-index"
14187checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
14188
14189[[package]]
14190name = "winapi-util"
14191version = "0.1.9"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
14194dependencies = [
14195 "windows-sys 0.59.0",
14196]
14197
14198[[package]]
14199name = "winapi-x86_64-pc-windows-gnu"
14200version = "0.4.0"
14201source = "registry+https://github.com/rust-lang/crates.io-index"
14202checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
14203
14204[[package]]
14205name = "winch-codegen"
14206version = "0.22.1"
14207source = "registry+https://github.com/rust-lang/crates.io-index"
14208checksum = "c139fb9298d9651b6869afd544e567ca2448cd5f5ddcb24e4bb86a1ee187c8b3"
14209dependencies = [
14210 "anyhow",
14211 "cranelift-codegen",
14212 "gimli 0.29.0",
14213 "regalloc2",
14214 "smallvec",
14215 "target-lexicon",
14216 "wasmparser 0.215.0",
14217 "wasmtime-cranelift",
14218 "wasmtime-environ",
14219]
14220
14221[[package]]
14222name = "windows"
14223version = "0.54.0"
14224source = "registry+https://github.com/rust-lang/crates.io-index"
14225checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
14226dependencies = [
14227 "windows-core 0.54.0",
14228 "windows-targets 0.52.6",
14229]
14230
14231[[package]]
14232name = "windows"
14233version = "0.58.0"
14234source = "registry+https://github.com/rust-lang/crates.io-index"
14235checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
14236dependencies = [
14237 "windows-core 0.58.0",
14238 "windows-targets 0.52.6",
14239]
14240
14241[[package]]
14242name = "windows-core"
14243version = "0.52.0"
14244source = "registry+https://github.com/rust-lang/crates.io-index"
14245checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
14246dependencies = [
14247 "windows-targets 0.52.6",
14248]
14249
14250[[package]]
14251name = "windows-core"
14252version = "0.54.0"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
14255dependencies = [
14256 "windows-result 0.1.2",
14257 "windows-targets 0.52.6",
14258]
14259
14260[[package]]
14261name = "windows-core"
14262version = "0.58.0"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
14265dependencies = [
14266 "windows-implement",
14267 "windows-interface",
14268 "windows-result 0.2.0",
14269 "windows-strings",
14270 "windows-targets 0.52.6",
14271]
14272
14273[[package]]
14274name = "windows-implement"
14275version = "0.58.0"
14276source = "registry+https://github.com/rust-lang/crates.io-index"
14277checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
14278dependencies = [
14279 "proc-macro2",
14280 "quote",
14281 "syn 2.0.76",
14282]
14283
14284[[package]]
14285name = "windows-interface"
14286version = "0.58.0"
14287source = "registry+https://github.com/rust-lang/crates.io-index"
14288checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
14289dependencies = [
14290 "proc-macro2",
14291 "quote",
14292 "syn 2.0.76",
14293]
14294
14295[[package]]
14296name = "windows-registry"
14297version = "0.2.0"
14298source = "registry+https://github.com/rust-lang/crates.io-index"
14299checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
14300dependencies = [
14301 "windows-result 0.2.0",
14302 "windows-strings",
14303 "windows-targets 0.52.6",
14304]
14305
14306[[package]]
14307name = "windows-result"
14308version = "0.1.2"
14309source = "registry+https://github.com/rust-lang/crates.io-index"
14310checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
14311dependencies = [
14312 "windows-targets 0.52.6",
14313]
14314
14315[[package]]
14316name = "windows-result"
14317version = "0.2.0"
14318source = "registry+https://github.com/rust-lang/crates.io-index"
14319checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
14320dependencies = [
14321 "windows-targets 0.52.6",
14322]
14323
14324[[package]]
14325name = "windows-strings"
14326version = "0.1.0"
14327source = "registry+https://github.com/rust-lang/crates.io-index"
14328checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
14329dependencies = [
14330 "windows-result 0.2.0",
14331 "windows-targets 0.52.6",
14332]
14333
14334[[package]]
14335name = "windows-sys"
14336version = "0.45.0"
14337source = "registry+https://github.com/rust-lang/crates.io-index"
14338checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
14339dependencies = [
14340 "windows-targets 0.42.2",
14341]
14342
14343[[package]]
14344name = "windows-sys"
14345version = "0.48.0"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
14348dependencies = [
14349 "windows-targets 0.48.5",
14350]
14351
14352[[package]]
14353name = "windows-sys"
14354version = "0.52.0"
14355source = "registry+https://github.com/rust-lang/crates.io-index"
14356checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
14357dependencies = [
14358 "windows-targets 0.52.6",
14359]
14360
14361[[package]]
14362name = "windows-sys"
14363version = "0.59.0"
14364source = "registry+https://github.com/rust-lang/crates.io-index"
14365checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
14366dependencies = [
14367 "windows-targets 0.52.6",
14368]
14369
14370[[package]]
14371name = "windows-targets"
14372version = "0.42.2"
14373source = "registry+https://github.com/rust-lang/crates.io-index"
14374checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
14375dependencies = [
14376 "windows_aarch64_gnullvm 0.42.2",
14377 "windows_aarch64_msvc 0.42.2",
14378 "windows_i686_gnu 0.42.2",
14379 "windows_i686_msvc 0.42.2",
14380 "windows_x86_64_gnu 0.42.2",
14381 "windows_x86_64_gnullvm 0.42.2",
14382 "windows_x86_64_msvc 0.42.2",
14383]
14384
14385[[package]]
14386name = "windows-targets"
14387version = "0.48.5"
14388source = "registry+https://github.com/rust-lang/crates.io-index"
14389checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
14390dependencies = [
14391 "windows_aarch64_gnullvm 0.48.5",
14392 "windows_aarch64_msvc 0.48.5",
14393 "windows_i686_gnu 0.48.5",
14394 "windows_i686_msvc 0.48.5",
14395 "windows_x86_64_gnu 0.48.5",
14396 "windows_x86_64_gnullvm 0.48.5",
14397 "windows_x86_64_msvc 0.48.5",
14398]
14399
14400[[package]]
14401name = "windows-targets"
14402version = "0.52.6"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
14405dependencies = [
14406 "windows_aarch64_gnullvm 0.52.6",
14407 "windows_aarch64_msvc 0.52.6",
14408 "windows_i686_gnu 0.52.6",
14409 "windows_i686_gnullvm",
14410 "windows_i686_msvc 0.52.6",
14411 "windows_x86_64_gnu 0.52.6",
14412 "windows_x86_64_gnullvm 0.52.6",
14413 "windows_x86_64_msvc 0.52.6",
14414]
14415
14416[[package]]
14417name = "windows_aarch64_gnullvm"
14418version = "0.42.2"
14419source = "registry+https://github.com/rust-lang/crates.io-index"
14420checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
14421
14422[[package]]
14423name = "windows_aarch64_gnullvm"
14424version = "0.48.5"
14425source = "registry+https://github.com/rust-lang/crates.io-index"
14426checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
14427
14428[[package]]
14429name = "windows_aarch64_gnullvm"
14430version = "0.52.6"
14431source = "registry+https://github.com/rust-lang/crates.io-index"
14432checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
14433
14434[[package]]
14435name = "windows_aarch64_msvc"
14436version = "0.42.2"
14437source = "registry+https://github.com/rust-lang/crates.io-index"
14438checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
14439
14440[[package]]
14441name = "windows_aarch64_msvc"
14442version = "0.48.5"
14443source = "registry+https://github.com/rust-lang/crates.io-index"
14444checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
14445
14446[[package]]
14447name = "windows_aarch64_msvc"
14448version = "0.52.6"
14449source = "registry+https://github.com/rust-lang/crates.io-index"
14450checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
14451
14452[[package]]
14453name = "windows_i686_gnu"
14454version = "0.42.2"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
14457
14458[[package]]
14459name = "windows_i686_gnu"
14460version = "0.48.5"
14461source = "registry+https://github.com/rust-lang/crates.io-index"
14462checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
14463
14464[[package]]
14465name = "windows_i686_gnu"
14466version = "0.52.6"
14467source = "registry+https://github.com/rust-lang/crates.io-index"
14468checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
14469
14470[[package]]
14471name = "windows_i686_gnullvm"
14472version = "0.52.6"
14473source = "registry+https://github.com/rust-lang/crates.io-index"
14474checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
14475
14476[[package]]
14477name = "windows_i686_msvc"
14478version = "0.42.2"
14479source = "registry+https://github.com/rust-lang/crates.io-index"
14480checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
14481
14482[[package]]
14483name = "windows_i686_msvc"
14484version = "0.48.5"
14485source = "registry+https://github.com/rust-lang/crates.io-index"
14486checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
14487
14488[[package]]
14489name = "windows_i686_msvc"
14490version = "0.52.6"
14491source = "registry+https://github.com/rust-lang/crates.io-index"
14492checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
14493
14494[[package]]
14495name = "windows_x86_64_gnu"
14496version = "0.42.2"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
14499
14500[[package]]
14501name = "windows_x86_64_gnu"
14502version = "0.48.5"
14503source = "registry+https://github.com/rust-lang/crates.io-index"
14504checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
14505
14506[[package]]
14507name = "windows_x86_64_gnu"
14508version = "0.52.6"
14509source = "registry+https://github.com/rust-lang/crates.io-index"
14510checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
14511
14512[[package]]
14513name = "windows_x86_64_gnullvm"
14514version = "0.42.2"
14515source = "registry+https://github.com/rust-lang/crates.io-index"
14516checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
14517
14518[[package]]
14519name = "windows_x86_64_gnullvm"
14520version = "0.48.5"
14521source = "registry+https://github.com/rust-lang/crates.io-index"
14522checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
14523
14524[[package]]
14525name = "windows_x86_64_gnullvm"
14526version = "0.52.6"
14527source = "registry+https://github.com/rust-lang/crates.io-index"
14528checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
14529
14530[[package]]
14531name = "windows_x86_64_msvc"
14532version = "0.42.2"
14533source = "registry+https://github.com/rust-lang/crates.io-index"
14534checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
14535
14536[[package]]
14537name = "windows_x86_64_msvc"
14538version = "0.48.5"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
14541
14542[[package]]
14543name = "windows_x86_64_msvc"
14544version = "0.52.6"
14545source = "registry+https://github.com/rust-lang/crates.io-index"
14546checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
14547
14548[[package]]
14549name = "winnow"
14550version = "0.5.40"
14551source = "registry+https://github.com/rust-lang/crates.io-index"
14552checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
14553dependencies = [
14554 "memchr",
14555]
14556
14557[[package]]
14558name = "winnow"
14559version = "0.6.18"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
14562dependencies = [
14563 "memchr",
14564]
14565
14566[[package]]
14567name = "winreg"
14568version = "0.50.0"
14569source = "registry+https://github.com/rust-lang/crates.io-index"
14570checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
14571dependencies = [
14572 "cfg-if",
14573 "windows-sys 0.48.0",
14574]
14575
14576[[package]]
14577name = "winreg"
14578version = "0.52.0"
14579source = "registry+https://github.com/rust-lang/crates.io-index"
14580checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
14581dependencies = [
14582 "cfg-if",
14583 "windows-sys 0.48.0",
14584]
14585
14586[[package]]
14587name = "winresource"
14588version = "0.1.17"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
14591dependencies = [
14592 "toml 0.7.8",
14593 "version_check",
14594]
14595
14596[[package]]
14597name = "winsafe"
14598version = "0.0.19"
14599source = "registry+https://github.com/rust-lang/crates.io-index"
14600checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
14601
14602[[package]]
14603name = "winx"
14604version = "0.36.3"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
14607dependencies = [
14608 "bitflags 2.6.0",
14609 "windows-sys 0.52.0",
14610]
14611
14612[[package]]
14613name = "wio"
14614version = "0.2.2"
14615source = "registry+https://github.com/rust-lang/crates.io-index"
14616checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
14617dependencies = [
14618 "winapi",
14619]
14620
14621[[package]]
14622name = "wit-bindgen"
14623version = "0.22.0"
14624source = "registry+https://github.com/rust-lang/crates.io-index"
14625checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
14626dependencies = [
14627 "bitflags 2.6.0",
14628 "wit-bindgen-rt",
14629 "wit-bindgen-rust-macro",
14630]
14631
14632[[package]]
14633name = "wit-bindgen-core"
14634version = "0.22.0"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
14637dependencies = [
14638 "anyhow",
14639 "wit-parser 0.201.0",
14640]
14641
14642[[package]]
14643name = "wit-bindgen-rt"
14644version = "0.22.0"
14645source = "registry+https://github.com/rust-lang/crates.io-index"
14646checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
14647
14648[[package]]
14649name = "wit-bindgen-rust"
14650version = "0.22.0"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
14653dependencies = [
14654 "anyhow",
14655 "heck 0.4.1",
14656 "indexmap 2.4.0",
14657 "wasm-metadata",
14658 "wit-bindgen-core",
14659 "wit-component",
14660]
14661
14662[[package]]
14663name = "wit-bindgen-rust-macro"
14664version = "0.22.0"
14665source = "registry+https://github.com/rust-lang/crates.io-index"
14666checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
14667dependencies = [
14668 "anyhow",
14669 "proc-macro2",
14670 "quote",
14671 "syn 2.0.76",
14672 "wit-bindgen-core",
14673 "wit-bindgen-rust",
14674]
14675
14676[[package]]
14677name = "wit-component"
14678version = "0.201.0"
14679source = "registry+https://github.com/rust-lang/crates.io-index"
14680checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
14681dependencies = [
14682 "anyhow",
14683 "bitflags 2.6.0",
14684 "indexmap 2.4.0",
14685 "log",
14686 "serde",
14687 "serde_derive",
14688 "serde_json",
14689 "wasm-encoder 0.201.0",
14690 "wasm-metadata",
14691 "wasmparser 0.201.0",
14692 "wit-parser 0.201.0",
14693]
14694
14695[[package]]
14696name = "wit-parser"
14697version = "0.201.0"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
14700dependencies = [
14701 "anyhow",
14702 "id-arena",
14703 "indexmap 2.4.0",
14704 "log",
14705 "semver",
14706 "serde",
14707 "serde_derive",
14708 "serde_json",
14709 "unicode-xid",
14710 "wasmparser 0.201.0",
14711]
14712
14713[[package]]
14714name = "wit-parser"
14715version = "0.215.0"
14716source = "registry+https://github.com/rust-lang/crates.io-index"
14717checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
14718dependencies = [
14719 "anyhow",
14720 "id-arena",
14721 "indexmap 2.4.0",
14722 "log",
14723 "semver",
14724 "serde",
14725 "serde_derive",
14726 "serde_json",
14727 "unicode-xid",
14728 "wasmparser 0.215.0",
14729]
14730
14731[[package]]
14732name = "witx"
14733version = "0.9.1"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
14736dependencies = [
14737 "anyhow",
14738 "log",
14739 "thiserror",
14740 "wast",
14741]
14742
14743[[package]]
14744name = "workspace"
14745version = "0.1.0"
14746dependencies = [
14747 "any_vec",
14748 "anyhow",
14749 "async-recursion 1.1.1",
14750 "bincode",
14751 "call",
14752 "client",
14753 "clock",
14754 "collections",
14755 "db",
14756 "derive_more",
14757 "env_logger 0.11.5",
14758 "fs",
14759 "futures 0.3.30",
14760 "git",
14761 "gpui",
14762 "http_client",
14763 "itertools 0.13.0",
14764 "language",
14765 "log",
14766 "node_runtime",
14767 "parking_lot",
14768 "postage",
14769 "project",
14770 "remote",
14771 "schemars",
14772 "serde",
14773 "serde_json",
14774 "session",
14775 "settings",
14776 "smallvec",
14777 "sqlez",
14778 "strum 0.25.0",
14779 "task",
14780 "tempfile",
14781 "theme",
14782 "ui",
14783 "util",
14784 "uuid",
14785]
14786
14787[[package]]
14788name = "worktree"
14789version = "0.1.0"
14790dependencies = [
14791 "anyhow",
14792 "clock",
14793 "collections",
14794 "env_logger 0.11.5",
14795 "fs",
14796 "futures 0.3.30",
14797 "fuzzy",
14798 "git",
14799 "git2",
14800 "git_hosting_providers",
14801 "gpui",
14802 "http_client",
14803 "ignore",
14804 "language",
14805 "log",
14806 "parking_lot",
14807 "paths",
14808 "postage",
14809 "pretty_assertions",
14810 "rand 0.8.5",
14811 "rpc",
14812 "schemars",
14813 "serde",
14814 "serde_json",
14815 "settings",
14816 "smallvec",
14817 "smol",
14818 "sum_tree",
14819 "text",
14820 "util",
14821]
14822
14823[[package]]
14824name = "wyz"
14825version = "0.5.1"
14826source = "registry+https://github.com/rust-lang/crates.io-index"
14827checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
14828dependencies = [
14829 "tap",
14830]
14831
14832[[package]]
14833name = "x11-clipboard"
14834version = "0.9.2"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
14837dependencies = [
14838 "libc",
14839 "x11rb",
14840]
14841
14842[[package]]
14843name = "x11rb"
14844version = "0.13.1"
14845source = "registry+https://github.com/rust-lang/crates.io-index"
14846checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
14847dependencies = [
14848 "as-raw-xcb-connection",
14849 "gethostname",
14850 "libc",
14851 "rustix 0.38.35",
14852 "x11rb-protocol",
14853]
14854
14855[[package]]
14856name = "x11rb-protocol"
14857version = "0.13.1"
14858source = "registry+https://github.com/rust-lang/crates.io-index"
14859checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
14860
14861[[package]]
14862name = "xattr"
14863version = "0.2.3"
14864source = "registry+https://github.com/rust-lang/crates.io-index"
14865checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
14866dependencies = [
14867 "libc",
14868]
14869
14870[[package]]
14871name = "xcursor"
14872version = "0.3.8"
14873source = "registry+https://github.com/rust-lang/crates.io-index"
14874checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
14875
14876[[package]]
14877name = "xdg-home"
14878version = "1.3.0"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
14881dependencies = [
14882 "libc",
14883 "windows-sys 0.59.0",
14884]
14885
14886[[package]]
14887name = "xim"
14888version = "0.4.0"
14889source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14890dependencies = [
14891 "ahash 0.8.11",
14892 "hashbrown 0.14.5",
14893 "log",
14894 "x11rb",
14895 "xim-ctext",
14896 "xim-parser",
14897]
14898
14899[[package]]
14900name = "xim-ctext"
14901version = "0.3.0"
14902source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14903dependencies = [
14904 "encoding_rs",
14905]
14906
14907[[package]]
14908name = "xim-parser"
14909version = "0.2.1"
14910source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14911dependencies = [
14912 "bitflags 2.6.0",
14913]
14914
14915[[package]]
14916name = "xkbcommon"
14917version = "0.7.0"
14918source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
14919dependencies = [
14920 "as-raw-xcb-connection",
14921 "libc",
14922 "memmap2",
14923 "xkeysym",
14924]
14925
14926[[package]]
14927name = "xkeysym"
14928version = "0.2.1"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
14931
14932[[package]]
14933name = "xml5ever"
14934version = "0.18.1"
14935source = "registry+https://github.com/rust-lang/crates.io-index"
14936checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
14937dependencies = [
14938 "log",
14939 "mac",
14940 "markup5ever",
14941]
14942
14943[[package]]
14944name = "xmlparser"
14945version = "0.13.6"
14946source = "registry+https://github.com/rust-lang/crates.io-index"
14947checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
14948
14949[[package]]
14950name = "xmlwriter"
14951version = "0.1.0"
14952source = "registry+https://github.com/rust-lang/crates.io-index"
14953checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
14954
14955[[package]]
14956name = "xtask"
14957version = "0.1.0"
14958dependencies = [
14959 "anyhow",
14960 "cargo_metadata",
14961 "cargo_toml",
14962 "clap",
14963]
14964
14965[[package]]
14966name = "yaml-rust2"
14967version = "0.8.1"
14968source = "registry+https://github.com/rust-lang/crates.io-index"
14969checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
14970dependencies = [
14971 "arraydeque",
14972 "encoding_rs",
14973 "hashlink 0.8.4",
14974]
14975
14976[[package]]
14977name = "yansi"
14978version = "1.0.1"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
14981
14982[[package]]
14983name = "yazi"
14984version = "0.1.6"
14985source = "registry+https://github.com/rust-lang/crates.io-index"
14986checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
14987
14988[[package]]
14989name = "yeslogic-fontconfig-sys"
14990version = "6.0.0"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
14993dependencies = [
14994 "dlib",
14995 "once_cell",
14996 "pkg-config",
14997]
14998
14999[[package]]
15000name = "zbus"
15001version = "4.4.0"
15002source = "registry+https://github.com/rust-lang/crates.io-index"
15003checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15004dependencies = [
15005 "async-broadcast",
15006 "async-executor",
15007 "async-fs 2.1.2",
15008 "async-io 2.3.4",
15009 "async-lock 3.4.0",
15010 "async-process 2.2.4",
15011 "async-recursion 1.1.1",
15012 "async-task",
15013 "async-trait",
15014 "blocking",
15015 "enumflags2",
15016 "event-listener 5.3.1",
15017 "futures-core",
15018 "futures-sink",
15019 "futures-util",
15020 "hex",
15021 "nix",
15022 "ordered-stream",
15023 "rand 0.8.5",
15024 "serde",
15025 "serde_repr",
15026 "sha1",
15027 "static_assertions",
15028 "tracing",
15029 "uds_windows",
15030 "windows-sys 0.52.0",
15031 "xdg-home",
15032 "zbus_macros",
15033 "zbus_names",
15034 "zvariant",
15035]
15036
15037[[package]]
15038name = "zbus_macros"
15039version = "4.4.0"
15040source = "registry+https://github.com/rust-lang/crates.io-index"
15041checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
15042dependencies = [
15043 "proc-macro-crate",
15044 "proc-macro2",
15045 "quote",
15046 "syn 2.0.76",
15047 "zvariant_utils",
15048]
15049
15050[[package]]
15051name = "zbus_names"
15052version = "3.0.0"
15053source = "registry+https://github.com/rust-lang/crates.io-index"
15054checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
15055dependencies = [
15056 "serde",
15057 "static_assertions",
15058 "zvariant",
15059]
15060
15061[[package]]
15062name = "zed"
15063version = "0.161.0"
15064dependencies = [
15065 "activity_indicator",
15066 "anyhow",
15067 "ashpd",
15068 "assets",
15069 "assistant",
15070 "async-watch",
15071 "audio",
15072 "auto_update",
15073 "backtrace",
15074 "breadcrumbs",
15075 "call",
15076 "channel",
15077 "chrono",
15078 "clap",
15079 "cli",
15080 "client",
15081 "collab_ui",
15082 "collections",
15083 "command_palette",
15084 "command_palette_hooks",
15085 "copilot",
15086 "db",
15087 "diagnostics",
15088 "editor",
15089 "env_logger 0.11.5",
15090 "extension_host",
15091 "extensions_ui",
15092 "feature_flags",
15093 "feedback",
15094 "file_finder",
15095 "file_icons",
15096 "fs",
15097 "futures 0.3.30",
15098 "git",
15099 "git_hosting_providers",
15100 "go_to_line",
15101 "gpui",
15102 "http_client",
15103 "image_viewer",
15104 "inline_completion_button",
15105 "install_cli",
15106 "journal",
15107 "language",
15108 "language_model",
15109 "language_selector",
15110 "language_tools",
15111 "languages",
15112 "libc",
15113 "log",
15114 "markdown_preview",
15115 "menu",
15116 "mimalloc",
15117 "nix",
15118 "node_runtime",
15119 "notifications",
15120 "outline",
15121 "outline_panel",
15122 "parking_lot",
15123 "paths",
15124 "profiling",
15125 "project",
15126 "project_panel",
15127 "project_symbols",
15128 "proto",
15129 "quick_action_bar",
15130 "recent_projects",
15131 "release_channel",
15132 "remote",
15133 "repl",
15134 "reqwest_client",
15135 "rope",
15136 "search",
15137 "serde",
15138 "serde_json",
15139 "session",
15140 "settings",
15141 "settings_ui",
15142 "shellexpand 2.1.2",
15143 "simplelog",
15144 "smol",
15145 "snippet_provider",
15146 "snippets_ui",
15147 "supermaven",
15148 "sysinfo",
15149 "tab_switcher",
15150 "task",
15151 "tasks_ui",
15152 "telemetry_events",
15153 "terminal_view",
15154 "theme",
15155 "theme_selector",
15156 "time",
15157 "toolchain_selector",
15158 "tree-sitter-md",
15159 "tree-sitter-rust",
15160 "ui",
15161 "url",
15162 "urlencoding",
15163 "util",
15164 "uuid",
15165 "vim",
15166 "welcome",
15167 "windows 0.58.0",
15168 "winresource",
15169 "workspace",
15170 "zed_actions",
15171]
15172
15173[[package]]
15174name = "zed_actions"
15175version = "0.1.0"
15176dependencies = [
15177 "gpui",
15178 "serde",
15179]
15180
15181[[package]]
15182name = "zed_astro"
15183version = "0.1.1"
15184dependencies = [
15185 "serde",
15186 "zed_extension_api 0.1.0",
15187]
15188
15189[[package]]
15190name = "zed_clojure"
15191version = "0.0.3"
15192dependencies = [
15193 "zed_extension_api 0.1.0",
15194]
15195
15196[[package]]
15197name = "zed_csharp"
15198version = "0.0.2"
15199dependencies = [
15200 "zed_extension_api 0.1.0",
15201]
15202
15203[[package]]
15204name = "zed_deno"
15205version = "0.0.2"
15206dependencies = [
15207 "zed_extension_api 0.1.0",
15208]
15209
15210[[package]]
15211name = "zed_elixir"
15212version = "0.1.1"
15213dependencies = [
15214 "zed_extension_api 0.1.0",
15215]
15216
15217[[package]]
15218name = "zed_elm"
15219version = "0.0.1"
15220dependencies = [
15221 "zed_extension_api 0.1.0",
15222]
15223
15224[[package]]
15225name = "zed_emmet"
15226version = "0.0.3"
15227dependencies = [
15228 "zed_extension_api 0.1.0",
15229]
15230
15231[[package]]
15232name = "zed_erlang"
15233version = "0.1.0"
15234dependencies = [
15235 "zed_extension_api 0.1.0",
15236]
15237
15238[[package]]
15239name = "zed_extension_api"
15240version = "0.1.0"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
15243dependencies = [
15244 "serde",
15245 "serde_json",
15246 "wit-bindgen",
15247]
15248
15249[[package]]
15250name = "zed_extension_api"
15251version = "0.2.0"
15252dependencies = [
15253 "serde",
15254 "serde_json",
15255 "wit-bindgen",
15256]
15257
15258[[package]]
15259name = "zed_glsl"
15260version = "0.1.0"
15261dependencies = [
15262 "zed_extension_api 0.1.0",
15263]
15264
15265[[package]]
15266name = "zed_haskell"
15267version = "0.1.1"
15268dependencies = [
15269 "zed_extension_api 0.1.0",
15270]
15271
15272[[package]]
15273name = "zed_html"
15274version = "0.1.3"
15275dependencies = [
15276 "zed_extension_api 0.1.0",
15277]
15278
15279[[package]]
15280name = "zed_lua"
15281version = "0.1.0"
15282dependencies = [
15283 "zed_extension_api 0.1.0",
15284]
15285
15286[[package]]
15287name = "zed_ocaml"
15288version = "0.1.0"
15289dependencies = [
15290 "zed_extension_api 0.1.0",
15291]
15292
15293[[package]]
15294name = "zed_php"
15295version = "0.2.2"
15296dependencies = [
15297 "zed_extension_api 0.1.0",
15298]
15299
15300[[package]]
15301name = "zed_prisma"
15302version = "0.0.3"
15303dependencies = [
15304 "zed_extension_api 0.1.0",
15305]
15306
15307[[package]]
15308name = "zed_proto"
15309version = "0.2.0"
15310dependencies = [
15311 "zed_extension_api 0.1.0",
15312]
15313
15314[[package]]
15315name = "zed_purescript"
15316version = "0.0.1"
15317dependencies = [
15318 "zed_extension_api 0.1.0",
15319]
15320
15321[[package]]
15322name = "zed_ruff"
15323version = "0.1.0"
15324dependencies = [
15325 "zed_extension_api 0.1.0",
15326]
15327
15328[[package]]
15329name = "zed_snippets"
15330version = "0.0.5"
15331dependencies = [
15332 "serde_json",
15333 "zed_extension_api 0.1.0",
15334]
15335
15336[[package]]
15337name = "zed_terraform"
15338version = "0.1.1"
15339dependencies = [
15340 "zed_extension_api 0.1.0",
15341]
15342
15343[[package]]
15344name = "zed_test_extension"
15345version = "0.1.0"
15346dependencies = [
15347 "zed_extension_api 0.2.0",
15348]
15349
15350[[package]]
15351name = "zed_toml"
15352version = "0.1.1"
15353dependencies = [
15354 "zed_extension_api 0.1.0",
15355]
15356
15357[[package]]
15358name = "zed_uiua"
15359version = "0.0.1"
15360dependencies = [
15361 "zed_extension_api 0.1.0",
15362]
15363
15364[[package]]
15365name = "zed_zig"
15366version = "0.3.1"
15367dependencies = [
15368 "zed_extension_api 0.1.0",
15369]
15370
15371[[package]]
15372name = "zeno"
15373version = "0.2.3"
15374source = "registry+https://github.com/rust-lang/crates.io-index"
15375checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
15376
15377[[package]]
15378name = "zerocopy"
15379version = "0.7.35"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
15382dependencies = [
15383 "byteorder",
15384 "zerocopy-derive",
15385]
15386
15387[[package]]
15388name = "zerocopy-derive"
15389version = "0.7.35"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
15392dependencies = [
15393 "proc-macro2",
15394 "quote",
15395 "syn 2.0.76",
15396]
15397
15398[[package]]
15399name = "zeroize"
15400version = "1.8.1"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
15403dependencies = [
15404 "zeroize_derive",
15405]
15406
15407[[package]]
15408name = "zeroize_derive"
15409version = "1.4.2"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
15412dependencies = [
15413 "proc-macro2",
15414 "quote",
15415 "syn 2.0.76",
15416]
15417
15418[[package]]
15419name = "zeromq"
15420version = "0.4.0"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
15423dependencies = [
15424 "async-dispatcher",
15425 "async-std",
15426 "async-trait",
15427 "asynchronous-codec",
15428 "bytes 1.7.2",
15429 "crossbeam-queue",
15430 "dashmap 5.5.3",
15431 "futures-channel",
15432 "futures-io",
15433 "futures-task",
15434 "futures-util",
15435 "log",
15436 "num-traits",
15437 "once_cell",
15438 "parking_lot",
15439 "rand 0.8.5",
15440 "regex",
15441 "thiserror",
15442 "uuid",
15443]
15444
15445[[package]]
15446name = "zstd"
15447version = "0.11.2+zstd.1.5.2"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
15450dependencies = [
15451 "zstd-safe",
15452]
15453
15454[[package]]
15455name = "zstd-safe"
15456version = "5.0.2+zstd.1.5.2"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
15459dependencies = [
15460 "libc",
15461 "zstd-sys",
15462]
15463
15464[[package]]
15465name = "zstd-sys"
15466version = "2.0.13+zstd.1.5.6"
15467source = "registry+https://github.com/rust-lang/crates.io-index"
15468checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
15469dependencies = [
15470 "cc",
15471 "pkg-config",
15472]
15473
15474[[package]]
15475name = "zune-core"
15476version = "0.4.12"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
15479
15480[[package]]
15481name = "zune-inflate"
15482version = "0.2.54"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
15485dependencies = [
15486 "simd-adler32",
15487]
15488
15489[[package]]
15490name = "zune-jpeg"
15491version = "0.4.13"
15492source = "registry+https://github.com/rust-lang/crates.io-index"
15493checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
15494dependencies = [
15495 "zune-core",
15496]
15497
15498[[package]]
15499name = "zvariant"
15500version = "4.2.0"
15501source = "registry+https://github.com/rust-lang/crates.io-index"
15502checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
15503dependencies = [
15504 "endi",
15505 "enumflags2",
15506 "serde",
15507 "static_assertions",
15508 "url",
15509 "zvariant_derive",
15510]
15511
15512[[package]]
15513name = "zvariant_derive"
15514version = "4.2.0"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
15517dependencies = [
15518 "proc-macro-crate",
15519 "proc-macro2",
15520 "quote",
15521 "syn 2.0.76",
15522 "zvariant_utils",
15523]
15524
15525[[package]]
15526name = "zvariant_utils"
15527version = "2.1.0"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
15530dependencies = [
15531 "proc-macro2",
15532 "quote",
15533 "syn 2.0.76",
15534]