1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension",
13 "futures 0.3.30",
14 "gpui",
15 "language",
16 "project",
17 "smallvec",
18 "ui",
19 "util",
20 "workspace",
21]
22
23[[package]]
24name = "addr2line"
25version = "0.24.1"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
28dependencies = [
29 "gimli 0.31.0",
30]
31
32[[package]]
33name = "adler"
34version = "1.0.2"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
37
38[[package]]
39name = "adler2"
40version = "2.0.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
43
44[[package]]
45name = "aes"
46version = "0.8.4"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
49dependencies = [
50 "cfg-if",
51 "cipher",
52 "cpufeatures",
53 "zeroize",
54]
55
56[[package]]
57name = "ahash"
58version = "0.7.8"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
61dependencies = [
62 "getrandom 0.2.15",
63 "once_cell",
64 "version_check",
65]
66
67[[package]]
68name = "ahash"
69version = "0.8.11"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
72dependencies = [
73 "cfg-if",
74 "const-random",
75 "once_cell",
76 "version_check",
77 "zerocopy",
78]
79
80[[package]]
81name = "aho-corasick"
82version = "1.1.3"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
85dependencies = [
86 "memchr",
87]
88
89[[package]]
90name = "alacritty_terminal"
91version = "0.24.1-dev"
92source = "git+https://github.com/alacritty/alacritty?rev=91d034ff8b53867143c005acfaa14609147c9a2c#91d034ff8b53867143c005acfaa14609147c9a2c"
93dependencies = [
94 "base64 0.22.1",
95 "bitflags 2.6.0",
96 "home",
97 "libc",
98 "log",
99 "miow",
100 "parking_lot",
101 "piper",
102 "polling 3.7.3",
103 "regex-automata 0.4.7",
104 "rustix-openpty",
105 "serde",
106 "signal-hook",
107 "unicode-width",
108 "vte",
109 "windows-sys 0.52.0",
110]
111
112[[package]]
113name = "aliasable"
114version = "0.1.3"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
117
118[[package]]
119name = "aligned-vec"
120version = "0.5.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
123
124[[package]]
125name = "allocator-api2"
126version = "0.2.18"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
129
130[[package]]
131name = "alsa"
132version = "0.9.1"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
135dependencies = [
136 "alsa-sys",
137 "bitflags 2.6.0",
138 "cfg-if",
139 "libc",
140]
141
142[[package]]
143name = "alsa-sys"
144version = "0.3.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
147dependencies = [
148 "libc",
149 "pkg-config",
150]
151
152[[package]]
153name = "ambient-authority"
154version = "0.0.2"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
157
158[[package]]
159name = "ammonia"
160version = "4.0.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
163dependencies = [
164 "html5ever",
165 "maplit",
166 "once_cell",
167 "tendril",
168 "url",
169]
170
171[[package]]
172name = "android-tzdata"
173version = "0.1.1"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
176
177[[package]]
178name = "android_system_properties"
179version = "0.1.5"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
182dependencies = [
183 "libc",
184]
185
186[[package]]
187name = "anes"
188version = "0.1.6"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
191
192[[package]]
193name = "anstream"
194version = "0.6.15"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
197dependencies = [
198 "anstyle",
199 "anstyle-parse",
200 "anstyle-query",
201 "anstyle-wincon",
202 "colorchoice",
203 "is_terminal_polyfill",
204 "utf8parse",
205]
206
207[[package]]
208name = "anstyle"
209version = "1.0.8"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
212
213[[package]]
214name = "anstyle-parse"
215version = "0.2.5"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
218dependencies = [
219 "utf8parse",
220]
221
222[[package]]
223name = "anstyle-query"
224version = "1.1.1"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
227dependencies = [
228 "windows-sys 0.52.0",
229]
230
231[[package]]
232name = "anstyle-wincon"
233version = "3.0.4"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
236dependencies = [
237 "anstyle",
238 "windows-sys 0.52.0",
239]
240
241[[package]]
242name = "anthropic"
243version = "0.1.0"
244dependencies = [
245 "anyhow",
246 "chrono",
247 "futures 0.3.30",
248 "http_client",
249 "schemars",
250 "serde",
251 "serde_json",
252 "strum 0.25.0",
253 "thiserror",
254 "util",
255]
256
257[[package]]
258name = "any_vec"
259version = "0.14.0"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
262
263[[package]]
264name = "anyhow"
265version = "1.0.91"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
268
269[[package]]
270name = "approx"
271version = "0.5.1"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
274dependencies = [
275 "num-traits",
276]
277
278[[package]]
279name = "arbitrary"
280version = "1.3.2"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
283
284[[package]]
285name = "arg_enum_proc_macro"
286version = "0.3.4"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
289dependencies = [
290 "proc-macro2",
291 "quote",
292 "syn 2.0.76",
293]
294
295[[package]]
296name = "arraydeque"
297version = "0.5.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
300
301[[package]]
302name = "arrayref"
303version = "0.3.8"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a"
306
307[[package]]
308name = "arrayvec"
309version = "0.7.6"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
312dependencies = [
313 "serde",
314]
315
316[[package]]
317name = "as-raw-xcb-connection"
318version = "1.0.1"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
321
322[[package]]
323name = "ascii"
324version = "1.1.0"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
327
328[[package]]
329name = "ash"
330version = "0.38.0+1.3.281"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
333dependencies = [
334 "libloading",
335]
336
337[[package]]
338name = "ash-window"
339version = "0.13.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
342dependencies = [
343 "ash",
344 "raw-window-handle",
345 "raw-window-metal",
346]
347
348[[package]]
349name = "ashpd"
350version = "0.9.2"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "4d43c03d9e36dd40cab48435be0b09646da362c278223ca535493877b2c1dee9"
353dependencies = [
354 "async-fs 2.1.2",
355 "async-net 2.0.0",
356 "enumflags2",
357 "futures-channel",
358 "futures-util",
359 "rand 0.8.5",
360 "serde",
361 "serde_repr",
362 "url",
363 "zbus",
364]
365
366[[package]]
367name = "assets"
368version = "0.1.0"
369dependencies = [
370 "anyhow",
371 "gpui",
372 "rust-embed",
373]
374
375[[package]]
376name = "assistant"
377version = "0.1.0"
378dependencies = [
379 "anthropic",
380 "anyhow",
381 "assets",
382 "assistant_slash_command",
383 "assistant_tool",
384 "async-watch",
385 "cargo_toml",
386 "chrono",
387 "client",
388 "clock",
389 "collections",
390 "command_palette_hooks",
391 "context_servers",
392 "ctor",
393 "db",
394 "editor",
395 "env_logger 0.11.5",
396 "feature_flags",
397 "fs",
398 "futures 0.3.30",
399 "fuzzy",
400 "globset",
401 "gpui",
402 "handlebars 4.5.0",
403 "heed",
404 "html_to_markdown",
405 "http_client",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "languages",
411 "log",
412 "lsp",
413 "markdown",
414 "menu",
415 "multi_buffer",
416 "ollama",
417 "open_ai",
418 "ordered-float 2.10.1",
419 "parking_lot",
420 "paths",
421 "picker",
422 "pretty_assertions",
423 "project",
424 "proto",
425 "rand 0.8.5",
426 "regex",
427 "release_channel",
428 "rope",
429 "rpc",
430 "schemars",
431 "search",
432 "semantic_index",
433 "serde",
434 "serde_json",
435 "serde_json_lenient",
436 "settings",
437 "similar",
438 "smallvec",
439 "smol",
440 "strum 0.25.0",
441 "telemetry_events",
442 "terminal",
443 "terminal_view",
444 "text",
445 "theme",
446 "toml 0.8.19",
447 "tree-sitter-md",
448 "ui",
449 "unindent",
450 "util",
451 "uuid",
452 "workspace",
453 "zed_actions",
454]
455
456[[package]]
457name = "assistant_slash_command"
458version = "0.1.0"
459dependencies = [
460 "anyhow",
461 "collections",
462 "derive_more",
463 "futures 0.3.30",
464 "gpui",
465 "language",
466 "parking_lot",
467 "pretty_assertions",
468 "serde",
469 "serde_json",
470 "workspace",
471]
472
473[[package]]
474name = "assistant_tool"
475version = "0.1.0"
476dependencies = [
477 "anyhow",
478 "collections",
479 "derive_more",
480 "gpui",
481 "parking_lot",
482 "serde",
483 "serde_json",
484 "workspace",
485]
486
487[[package]]
488name = "async-attributes"
489version = "1.1.2"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
492dependencies = [
493 "quote",
494 "syn 1.0.109",
495]
496
497[[package]]
498name = "async-broadcast"
499version = "0.7.1"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
502dependencies = [
503 "event-listener 5.3.1",
504 "event-listener-strategy",
505 "futures-core",
506 "pin-project-lite",
507]
508
509[[package]]
510name = "async-channel"
511version = "1.9.0"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
514dependencies = [
515 "concurrent-queue",
516 "event-listener 2.5.3",
517 "futures-core",
518]
519
520[[package]]
521name = "async-channel"
522version = "2.3.1"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
525dependencies = [
526 "concurrent-queue",
527 "event-listener-strategy",
528 "futures-core",
529 "pin-project-lite",
530]
531
532[[package]]
533name = "async-compat"
534version = "0.2.4"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
537dependencies = [
538 "futures-core",
539 "futures-io",
540 "once_cell",
541 "pin-project-lite",
542 "tokio",
543]
544
545[[package]]
546name = "async-compression"
547version = "0.4.13"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "7e614738943d3f68c628ae3dbce7c3daffb196665f82f8c8ea6b65de73c79429"
550dependencies = [
551 "deflate64",
552 "flate2",
553 "futures-core",
554 "futures-io",
555 "memchr",
556 "pin-project-lite",
557]
558
559[[package]]
560name = "async-dispatcher"
561version = "0.1.2"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
564dependencies = [
565 "async-task",
566 "futures-lite 1.13.0",
567]
568
569[[package]]
570name = "async-executor"
571version = "1.13.0"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
574dependencies = [
575 "async-task",
576 "concurrent-queue",
577 "fastrand 2.1.1",
578 "futures-lite 2.3.0",
579 "slab",
580]
581
582[[package]]
583name = "async-fs"
584version = "1.6.0"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
587dependencies = [
588 "async-lock 2.8.0",
589 "autocfg",
590 "blocking",
591 "futures-lite 1.13.0",
592]
593
594[[package]]
595name = "async-fs"
596version = "2.1.2"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
599dependencies = [
600 "async-lock 3.4.0",
601 "blocking",
602 "futures-lite 2.3.0",
603]
604
605[[package]]
606name = "async-global-executor"
607version = "2.4.1"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
610dependencies = [
611 "async-channel 2.3.1",
612 "async-executor",
613 "async-io 2.3.4",
614 "async-lock 3.4.0",
615 "blocking",
616 "futures-lite 2.3.0",
617 "once_cell",
618]
619
620[[package]]
621name = "async-io"
622version = "1.13.0"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
625dependencies = [
626 "async-lock 2.8.0",
627 "autocfg",
628 "cfg-if",
629 "concurrent-queue",
630 "futures-lite 1.13.0",
631 "log",
632 "parking",
633 "polling 2.8.0",
634 "rustix 0.37.27",
635 "slab",
636 "socket2 0.4.10",
637 "waker-fn",
638]
639
640[[package]]
641name = "async-io"
642version = "2.3.4"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
645dependencies = [
646 "async-lock 3.4.0",
647 "cfg-if",
648 "concurrent-queue",
649 "futures-io",
650 "futures-lite 2.3.0",
651 "parking",
652 "polling 3.7.3",
653 "rustix 0.38.35",
654 "slab",
655 "tracing",
656 "windows-sys 0.59.0",
657]
658
659[[package]]
660name = "async-lock"
661version = "2.8.0"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
664dependencies = [
665 "event-listener 2.5.3",
666]
667
668[[package]]
669name = "async-lock"
670version = "3.4.0"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
673dependencies = [
674 "event-listener 5.3.1",
675 "event-listener-strategy",
676 "pin-project-lite",
677]
678
679[[package]]
680name = "async-native-tls"
681version = "0.5.0"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
684dependencies = [
685 "futures-util",
686 "native-tls",
687 "thiserror",
688 "url",
689]
690
691[[package]]
692name = "async-net"
693version = "1.8.0"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
696dependencies = [
697 "async-io 1.13.0",
698 "blocking",
699 "futures-lite 1.13.0",
700]
701
702[[package]]
703name = "async-net"
704version = "2.0.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
707dependencies = [
708 "async-io 2.3.4",
709 "blocking",
710 "futures-lite 2.3.0",
711]
712
713[[package]]
714name = "async-pipe"
715version = "0.1.3"
716source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
717dependencies = [
718 "futures 0.3.30",
719 "log",
720]
721
722[[package]]
723name = "async-process"
724version = "1.8.1"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
727dependencies = [
728 "async-io 1.13.0",
729 "async-lock 2.8.0",
730 "async-signal",
731 "blocking",
732 "cfg-if",
733 "event-listener 3.1.0",
734 "futures-lite 1.13.0",
735 "rustix 0.38.35",
736 "windows-sys 0.48.0",
737]
738
739[[package]]
740name = "async-process"
741version = "2.2.4"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "a8a07789659a4d385b79b18b9127fc27e1a59e1e89117c78c5ea3b806f016374"
744dependencies = [
745 "async-channel 2.3.1",
746 "async-io 2.3.4",
747 "async-lock 3.4.0",
748 "async-signal",
749 "async-task",
750 "blocking",
751 "cfg-if",
752 "event-listener 5.3.1",
753 "futures-lite 2.3.0",
754 "rustix 0.38.35",
755 "tracing",
756 "windows-sys 0.59.0",
757]
758
759[[package]]
760name = "async-recursion"
761version = "0.3.2"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
764dependencies = [
765 "proc-macro2",
766 "quote",
767 "syn 1.0.109",
768]
769
770[[package]]
771name = "async-recursion"
772version = "1.1.1"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
775dependencies = [
776 "proc-macro2",
777 "quote",
778 "syn 2.0.76",
779]
780
781[[package]]
782name = "async-signal"
783version = "0.2.10"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
786dependencies = [
787 "async-io 2.3.4",
788 "async-lock 3.4.0",
789 "atomic-waker",
790 "cfg-if",
791 "futures-core",
792 "futures-io",
793 "rustix 0.38.35",
794 "signal-hook-registry",
795 "slab",
796 "windows-sys 0.59.0",
797]
798
799[[package]]
800name = "async-std"
801version = "1.12.0"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
804dependencies = [
805 "async-attributes",
806 "async-channel 1.9.0",
807 "async-global-executor",
808 "async-io 1.13.0",
809 "async-lock 2.8.0",
810 "async-process 1.8.1",
811 "crossbeam-utils",
812 "futures-channel",
813 "futures-core",
814 "futures-io",
815 "futures-lite 1.13.0",
816 "gloo-timers",
817 "kv-log-macro",
818 "log",
819 "memchr",
820 "once_cell",
821 "pin-project-lite",
822 "pin-utils",
823 "slab",
824 "wasm-bindgen-futures",
825]
826
827[[package]]
828name = "async-stream"
829version = "0.3.5"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
832dependencies = [
833 "async-stream-impl",
834 "futures-core",
835 "pin-project-lite",
836]
837
838[[package]]
839name = "async-stream-impl"
840version = "0.3.5"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
843dependencies = [
844 "proc-macro2",
845 "quote",
846 "syn 2.0.76",
847]
848
849[[package]]
850name = "async-stripe"
851version = "0.40.0"
852source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
853dependencies = [
854 "chrono",
855 "futures-util",
856 "http-types",
857 "hyper 0.14.31",
858 "hyper-rustls 0.24.2",
859 "serde",
860 "serde_json",
861 "serde_path_to_error",
862 "serde_qs 0.10.1",
863 "smart-default",
864 "smol_str",
865 "thiserror",
866 "tokio",
867]
868
869[[package]]
870name = "async-tar"
871version = "0.5.0"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
874dependencies = [
875 "async-std",
876 "filetime",
877 "libc",
878 "pin-project",
879 "redox_syscall 0.2.16",
880 "xattr",
881]
882
883[[package]]
884name = "async-task"
885version = "4.7.1"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
888
889[[package]]
890name = "async-tls"
891version = "0.12.0"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "cfeefd0ca297cbbb3bd34fd6b228401c2a5177038257afd751bc29f0a2da4795"
894dependencies = [
895 "futures-core",
896 "futures-io",
897 "rustls 0.20.9",
898 "rustls-pemfile 1.0.4",
899 "webpki",
900 "webpki-roots 0.22.6",
901]
902
903[[package]]
904name = "async-trait"
905version = "0.1.83"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
908dependencies = [
909 "proc-macro2",
910 "quote",
911 "syn 2.0.76",
912]
913
914[[package]]
915name = "async-tungstenite"
916version = "0.24.0"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "3609af4bbf701ddaf1f6bb4e6257dff4ff8932327d0e685d3f653724c258b1ac"
919dependencies = [
920 "async-std",
921 "async-tls",
922 "futures-io",
923 "futures-util",
924 "log",
925 "pin-project-lite",
926 "tungstenite 0.21.0",
927]
928
929[[package]]
930name = "async-watch"
931version = "0.3.1"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
934dependencies = [
935 "event-listener 2.5.3",
936]
937
938[[package]]
939name = "async_zip"
940version = "0.0.17"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
943dependencies = [
944 "async-compression",
945 "crc32fast",
946 "futures-lite 2.3.0",
947 "pin-project",
948 "thiserror",
949]
950
951[[package]]
952name = "asynchronous-codec"
953version = "0.7.0"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
956dependencies = [
957 "bytes 1.7.2",
958 "futures-sink",
959 "futures-util",
960 "memchr",
961 "pin-project-lite",
962]
963
964[[package]]
965name = "atoi"
966version = "2.0.0"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
969dependencies = [
970 "num-traits",
971]
972
973[[package]]
974name = "atomic"
975version = "0.5.3"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
978
979[[package]]
980name = "atomic-waker"
981version = "1.1.2"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
984
985[[package]]
986name = "audio"
987version = "0.1.0"
988dependencies = [
989 "anyhow",
990 "collections",
991 "derive_more",
992 "gpui",
993 "parking_lot",
994 "rodio",
995 "util",
996]
997
998[[package]]
999name = "auto_update"
1000version = "0.1.0"
1001dependencies = [
1002 "anyhow",
1003 "client",
1004 "db",
1005 "editor",
1006 "gpui",
1007 "http_client",
1008 "log",
1009 "markdown_preview",
1010 "menu",
1011 "paths",
1012 "release_channel",
1013 "schemars",
1014 "serde",
1015 "serde_derive",
1016 "serde_json",
1017 "settings",
1018 "smol",
1019 "tempfile",
1020 "util",
1021 "which 6.0.3",
1022 "workspace",
1023]
1024
1025[[package]]
1026name = "autocfg"
1027version = "1.3.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
1030
1031[[package]]
1032name = "av1-grain"
1033version = "0.2.3"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1036dependencies = [
1037 "anyhow",
1038 "arrayvec",
1039 "log",
1040 "nom",
1041 "num-rational",
1042 "v_frame",
1043]
1044
1045[[package]]
1046name = "avif-serialize"
1047version = "0.8.1"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
1050dependencies = [
1051 "arrayvec",
1052]
1053
1054[[package]]
1055name = "aws-config"
1056version = "1.5.5"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "4e95816a168520d72c0e7680c405a5a8c1fb6a035b4bc4b9d7b0de8e1a941697"
1059dependencies = [
1060 "aws-credential-types",
1061 "aws-runtime",
1062 "aws-sdk-sso",
1063 "aws-sdk-ssooidc",
1064 "aws-sdk-sts",
1065 "aws-smithy-async",
1066 "aws-smithy-http",
1067 "aws-smithy-json",
1068 "aws-smithy-runtime",
1069 "aws-smithy-runtime-api",
1070 "aws-smithy-types",
1071 "aws-types",
1072 "bytes 1.7.2",
1073 "fastrand 2.1.1",
1074 "hex",
1075 "http 0.2.12",
1076 "ring 0.17.8",
1077 "time",
1078 "tokio",
1079 "tracing",
1080 "url",
1081 "zeroize",
1082]
1083
1084[[package]]
1085name = "aws-credential-types"
1086version = "1.2.1"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1089dependencies = [
1090 "aws-smithy-async",
1091 "aws-smithy-runtime-api",
1092 "aws-smithy-types",
1093 "zeroize",
1094]
1095
1096[[package]]
1097name = "aws-runtime"
1098version = "1.4.2"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "2424565416eef55906f9f8cece2072b6b6a76075e3ff81483ebe938a89a4c05f"
1101dependencies = [
1102 "aws-credential-types",
1103 "aws-sigv4",
1104 "aws-smithy-async",
1105 "aws-smithy-eventstream",
1106 "aws-smithy-http",
1107 "aws-smithy-runtime",
1108 "aws-smithy-runtime-api",
1109 "aws-smithy-types",
1110 "aws-types",
1111 "bytes 1.7.2",
1112 "fastrand 2.1.1",
1113 "http 0.2.12",
1114 "http-body 0.4.6",
1115 "once_cell",
1116 "percent-encoding",
1117 "pin-project-lite",
1118 "tracing",
1119 "uuid",
1120]
1121
1122[[package]]
1123name = "aws-sdk-s3"
1124version = "1.47.0"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "cca49303c05d2a740b8a4552fac63a4db6ead84f7e7eeed04761fd3014c26f25"
1127dependencies = [
1128 "ahash 0.8.11",
1129 "aws-credential-types",
1130 "aws-runtime",
1131 "aws-sigv4",
1132 "aws-smithy-async",
1133 "aws-smithy-checksums",
1134 "aws-smithy-eventstream",
1135 "aws-smithy-http",
1136 "aws-smithy-json",
1137 "aws-smithy-runtime",
1138 "aws-smithy-runtime-api",
1139 "aws-smithy-types",
1140 "aws-smithy-xml",
1141 "aws-types",
1142 "bytes 1.7.2",
1143 "fastrand 2.1.1",
1144 "hex",
1145 "hmac",
1146 "http 0.2.12",
1147 "http-body 0.4.6",
1148 "lru",
1149 "once_cell",
1150 "percent-encoding",
1151 "regex-lite",
1152 "sha2",
1153 "tracing",
1154 "url",
1155]
1156
1157[[package]]
1158name = "aws-sdk-sso"
1159version = "1.40.0"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "e5879bec6e74b648ce12f6085e7245417bc5f6d672781028384d2e494be3eb6d"
1162dependencies = [
1163 "aws-credential-types",
1164 "aws-runtime",
1165 "aws-smithy-async",
1166 "aws-smithy-http",
1167 "aws-smithy-json",
1168 "aws-smithy-runtime",
1169 "aws-smithy-runtime-api",
1170 "aws-smithy-types",
1171 "aws-types",
1172 "bytes 1.7.2",
1173 "http 0.2.12",
1174 "once_cell",
1175 "regex-lite",
1176 "tracing",
1177]
1178
1179[[package]]
1180name = "aws-sdk-ssooidc"
1181version = "1.41.0"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "4ef4cd9362f638c22a3b959fd8df292e7e47fdf170270f86246b97109b5f2f7d"
1184dependencies = [
1185 "aws-credential-types",
1186 "aws-runtime",
1187 "aws-smithy-async",
1188 "aws-smithy-http",
1189 "aws-smithy-json",
1190 "aws-smithy-runtime",
1191 "aws-smithy-runtime-api",
1192 "aws-smithy-types",
1193 "aws-types",
1194 "bytes 1.7.2",
1195 "http 0.2.12",
1196 "once_cell",
1197 "regex-lite",
1198 "tracing",
1199]
1200
1201[[package]]
1202name = "aws-sdk-sts"
1203version = "1.40.0"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "0b1e2735d2ab28b35ecbb5496c9d41857f52a0d6a0075bbf6a8af306045ea6f6"
1206dependencies = [
1207 "aws-credential-types",
1208 "aws-runtime",
1209 "aws-smithy-async",
1210 "aws-smithy-http",
1211 "aws-smithy-json",
1212 "aws-smithy-query",
1213 "aws-smithy-runtime",
1214 "aws-smithy-runtime-api",
1215 "aws-smithy-types",
1216 "aws-smithy-xml",
1217 "aws-types",
1218 "http 0.2.12",
1219 "once_cell",
1220 "regex-lite",
1221 "tracing",
1222]
1223
1224[[package]]
1225name = "aws-sigv4"
1226version = "1.2.3"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be"
1229dependencies = [
1230 "aws-credential-types",
1231 "aws-smithy-eventstream",
1232 "aws-smithy-http",
1233 "aws-smithy-runtime-api",
1234 "aws-smithy-types",
1235 "bytes 1.7.2",
1236 "crypto-bigint 0.5.5",
1237 "form_urlencoded",
1238 "hex",
1239 "hmac",
1240 "http 0.2.12",
1241 "http 1.1.0",
1242 "once_cell",
1243 "p256",
1244 "percent-encoding",
1245 "ring 0.17.8",
1246 "sha2",
1247 "subtle",
1248 "time",
1249 "tracing",
1250 "zeroize",
1251]
1252
1253[[package]]
1254name = "aws-smithy-async"
1255version = "1.2.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
1258dependencies = [
1259 "futures-util",
1260 "pin-project-lite",
1261 "tokio",
1262]
1263
1264[[package]]
1265name = "aws-smithy-checksums"
1266version = "0.60.12"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23"
1269dependencies = [
1270 "aws-smithy-http",
1271 "aws-smithy-types",
1272 "bytes 1.7.2",
1273 "crc32c",
1274 "crc32fast",
1275 "hex",
1276 "http 0.2.12",
1277 "http-body 0.4.6",
1278 "md-5",
1279 "pin-project-lite",
1280 "sha1",
1281 "sha2",
1282 "tracing",
1283]
1284
1285[[package]]
1286name = "aws-smithy-eventstream"
1287version = "0.60.4"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
1290dependencies = [
1291 "aws-smithy-types",
1292 "bytes 1.7.2",
1293 "crc32fast",
1294]
1295
1296[[package]]
1297name = "aws-smithy-http"
1298version = "0.60.10"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "01dbcb6e2588fd64cfb6d7529661b06466419e4c54ed1c62d6510d2d0350a728"
1301dependencies = [
1302 "aws-smithy-eventstream",
1303 "aws-smithy-runtime-api",
1304 "aws-smithy-types",
1305 "bytes 1.7.2",
1306 "bytes-utils",
1307 "futures-core",
1308 "http 0.2.12",
1309 "http-body 0.4.6",
1310 "once_cell",
1311 "percent-encoding",
1312 "pin-project-lite",
1313 "pin-utils",
1314 "tracing",
1315]
1316
1317[[package]]
1318name = "aws-smithy-json"
1319version = "0.60.7"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
1322dependencies = [
1323 "aws-smithy-types",
1324]
1325
1326[[package]]
1327name = "aws-smithy-query"
1328version = "0.60.7"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1331dependencies = [
1332 "aws-smithy-types",
1333 "urlencoding",
1334]
1335
1336[[package]]
1337name = "aws-smithy-runtime"
1338version = "1.7.1"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87"
1341dependencies = [
1342 "aws-smithy-async",
1343 "aws-smithy-http",
1344 "aws-smithy-runtime-api",
1345 "aws-smithy-types",
1346 "bytes 1.7.2",
1347 "fastrand 2.1.1",
1348 "h2 0.3.26",
1349 "http 0.2.12",
1350 "http-body 0.4.6",
1351 "http-body 1.0.1",
1352 "httparse",
1353 "hyper 0.14.31",
1354 "hyper-rustls 0.24.2",
1355 "once_cell",
1356 "pin-project-lite",
1357 "pin-utils",
1358 "rustls 0.21.12",
1359 "tokio",
1360 "tracing",
1361]
1362
1363[[package]]
1364name = "aws-smithy-runtime-api"
1365version = "1.7.2"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
1368dependencies = [
1369 "aws-smithy-async",
1370 "aws-smithy-types",
1371 "bytes 1.7.2",
1372 "http 0.2.12",
1373 "http 1.1.0",
1374 "pin-project-lite",
1375 "tokio",
1376 "tracing",
1377 "zeroize",
1378]
1379
1380[[package]]
1381name = "aws-smithy-types"
1382version = "1.2.4"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "273dcdfd762fae3e1650b8024624e7cd50e484e37abdab73a7a706188ad34543"
1385dependencies = [
1386 "base64-simd",
1387 "bytes 1.7.2",
1388 "bytes-utils",
1389 "futures-core",
1390 "http 0.2.12",
1391 "http 1.1.0",
1392 "http-body 0.4.6",
1393 "http-body 1.0.1",
1394 "http-body-util",
1395 "itoa",
1396 "num-integer",
1397 "pin-project-lite",
1398 "pin-utils",
1399 "ryu",
1400 "serde",
1401 "time",
1402 "tokio",
1403 "tokio-util",
1404]
1405
1406[[package]]
1407name = "aws-smithy-xml"
1408version = "0.60.8"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
1411dependencies = [
1412 "xmlparser",
1413]
1414
1415[[package]]
1416name = "aws-types"
1417version = "1.3.3"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1420dependencies = [
1421 "aws-credential-types",
1422 "aws-smithy-async",
1423 "aws-smithy-runtime-api",
1424 "aws-smithy-types",
1425 "rustc_version",
1426 "tracing",
1427]
1428
1429[[package]]
1430name = "axum"
1431version = "0.6.20"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1434dependencies = [
1435 "async-trait",
1436 "axum-core",
1437 "base64 0.21.7",
1438 "bitflags 1.3.2",
1439 "bytes 1.7.2",
1440 "futures-util",
1441 "headers",
1442 "http 0.2.12",
1443 "http-body 0.4.6",
1444 "hyper 0.14.31",
1445 "itoa",
1446 "matchit",
1447 "memchr",
1448 "mime",
1449 "percent-encoding",
1450 "pin-project-lite",
1451 "rustversion",
1452 "serde",
1453 "serde_json",
1454 "serde_path_to_error",
1455 "serde_urlencoded",
1456 "sha1",
1457 "sync_wrapper 0.1.2",
1458 "tokio",
1459 "tokio-tungstenite 0.20.1",
1460 "tower",
1461 "tower-layer",
1462 "tower-service",
1463]
1464
1465[[package]]
1466name = "axum-core"
1467version = "0.3.4"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1470dependencies = [
1471 "async-trait",
1472 "bytes 1.7.2",
1473 "futures-util",
1474 "http 0.2.12",
1475 "http-body 0.4.6",
1476 "mime",
1477 "rustversion",
1478 "tower-layer",
1479 "tower-service",
1480]
1481
1482[[package]]
1483name = "axum-extra"
1484version = "0.4.2"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1487dependencies = [
1488 "axum",
1489 "bytes 1.7.2",
1490 "futures-util",
1491 "http 0.2.12",
1492 "mime",
1493 "pin-project-lite",
1494 "serde",
1495 "serde_json",
1496 "tokio",
1497 "tower",
1498 "tower-http 0.3.5",
1499 "tower-layer",
1500 "tower-service",
1501]
1502
1503[[package]]
1504name = "backtrace"
1505version = "0.3.74"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1508dependencies = [
1509 "addr2line",
1510 "cfg-if",
1511 "libc",
1512 "miniz_oxide 0.8.0",
1513 "object",
1514 "rustc-demangle",
1515 "windows-targets 0.52.6",
1516]
1517
1518[[package]]
1519name = "base16ct"
1520version = "0.1.1"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1523
1524[[package]]
1525name = "base64"
1526version = "0.13.1"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1529
1530[[package]]
1531name = "base64"
1532version = "0.21.7"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1535
1536[[package]]
1537name = "base64"
1538version = "0.22.1"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1541
1542[[package]]
1543name = "base64-simd"
1544version = "0.8.0"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1547dependencies = [
1548 "outref",
1549 "vsimd",
1550]
1551
1552[[package]]
1553name = "base64ct"
1554version = "1.6.0"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1557
1558[[package]]
1559name = "bigdecimal"
1560version = "0.4.5"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee"
1563dependencies = [
1564 "autocfg",
1565 "libm",
1566 "num-bigint",
1567 "num-integer",
1568 "num-traits",
1569 "serde",
1570]
1571
1572[[package]]
1573name = "bincode"
1574version = "1.3.3"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1577dependencies = [
1578 "serde",
1579]
1580
1581[[package]]
1582name = "bindgen"
1583version = "0.69.4"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
1586dependencies = [
1587 "bitflags 2.6.0",
1588 "cexpr",
1589 "clang-sys",
1590 "itertools 0.12.1",
1591 "lazy_static",
1592 "lazycell",
1593 "proc-macro2",
1594 "quote",
1595 "regex",
1596 "rustc-hash 1.1.0",
1597 "shlex",
1598 "syn 2.0.76",
1599]
1600
1601[[package]]
1602name = "bindgen"
1603version = "0.70.1"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1606dependencies = [
1607 "bitflags 2.6.0",
1608 "cexpr",
1609 "clang-sys",
1610 "itertools 0.13.0",
1611 "log",
1612 "prettyplease",
1613 "proc-macro2",
1614 "quote",
1615 "regex",
1616 "rustc-hash 1.1.0",
1617 "shlex",
1618 "syn 2.0.76",
1619]
1620
1621[[package]]
1622name = "bit-set"
1623version = "0.5.3"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1626dependencies = [
1627 "bit-vec 0.6.3",
1628]
1629
1630[[package]]
1631name = "bit-set"
1632version = "0.6.0"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
1635dependencies = [
1636 "bit-vec 0.7.0",
1637]
1638
1639[[package]]
1640name = "bit-vec"
1641version = "0.6.3"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1644
1645[[package]]
1646name = "bit-vec"
1647version = "0.7.0"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
1650
1651[[package]]
1652name = "bit_field"
1653version = "0.10.2"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1656
1657[[package]]
1658name = "bitflags"
1659version = "1.3.2"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1662
1663[[package]]
1664name = "bitflags"
1665version = "2.6.0"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1668dependencies = [
1669 "serde",
1670]
1671
1672[[package]]
1673name = "bitstream-io"
1674version = "2.5.3"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452"
1677
1678[[package]]
1679name = "bitvec"
1680version = "1.0.1"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1683dependencies = [
1684 "funty",
1685 "radium",
1686 "tap",
1687 "wyz",
1688]
1689
1690[[package]]
1691name = "blade-graphics"
1692version = "0.5.0"
1693source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1694dependencies = [
1695 "ash",
1696 "ash-window",
1697 "bitflags 2.6.0",
1698 "block",
1699 "bytemuck",
1700 "codespan-reporting",
1701 "core-graphics-types 0.1.3",
1702 "glow",
1703 "gpu-alloc",
1704 "gpu-alloc-ash",
1705 "hidden-trait",
1706 "js-sys",
1707 "khronos-egl",
1708 "libloading",
1709 "log",
1710 "metal",
1711 "mint",
1712 "naga",
1713 "objc",
1714 "raw-window-handle",
1715 "slab",
1716 "wasm-bindgen",
1717 "web-sys",
1718]
1719
1720[[package]]
1721name = "blade-macros"
1722version = "0.3.0"
1723source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1724dependencies = [
1725 "proc-macro2",
1726 "quote",
1727 "syn 2.0.76",
1728]
1729
1730[[package]]
1731name = "blade-util"
1732version = "0.1.0"
1733source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1734dependencies = [
1735 "blade-graphics",
1736 "bytemuck",
1737 "log",
1738 "profiling",
1739]
1740
1741[[package]]
1742name = "blake3"
1743version = "1.5.4"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
1746dependencies = [
1747 "arrayref",
1748 "arrayvec",
1749 "cc",
1750 "cfg-if",
1751 "constant_time_eq",
1752]
1753
1754[[package]]
1755name = "block"
1756version = "0.1.6"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1759
1760[[package]]
1761name = "block-buffer"
1762version = "0.10.4"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1765dependencies = [
1766 "generic-array",
1767]
1768
1769[[package]]
1770name = "block-padding"
1771version = "0.3.3"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1774dependencies = [
1775 "generic-array",
1776]
1777
1778[[package]]
1779name = "blocking"
1780version = "1.6.1"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1783dependencies = [
1784 "async-channel 2.3.1",
1785 "async-task",
1786 "futures-io",
1787 "futures-lite 2.3.0",
1788 "piper",
1789]
1790
1791[[package]]
1792name = "borsh"
1793version = "1.5.1"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
1796dependencies = [
1797 "borsh-derive",
1798 "cfg_aliases 0.2.1",
1799]
1800
1801[[package]]
1802name = "borsh-derive"
1803version = "1.5.1"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
1806dependencies = [
1807 "once_cell",
1808 "proc-macro-crate",
1809 "proc-macro2",
1810 "quote",
1811 "syn 2.0.76",
1812 "syn_derive",
1813]
1814
1815[[package]]
1816name = "breadcrumbs"
1817version = "0.1.0"
1818dependencies = [
1819 "editor",
1820 "gpui",
1821 "itertools 0.13.0",
1822 "outline",
1823 "theme",
1824 "ui",
1825 "workspace",
1826]
1827
1828[[package]]
1829name = "bstr"
1830version = "1.10.0"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
1833dependencies = [
1834 "memchr",
1835 "regex-automata 0.4.7",
1836 "serde",
1837]
1838
1839[[package]]
1840name = "built"
1841version = "0.7.4"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4"
1844
1845[[package]]
1846name = "bumpalo"
1847version = "3.16.0"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1850
1851[[package]]
1852name = "by_address"
1853version = "1.2.1"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1856
1857[[package]]
1858name = "bytecheck"
1859version = "0.6.12"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1862dependencies = [
1863 "bytecheck_derive",
1864 "ptr_meta",
1865 "simdutf8",
1866]
1867
1868[[package]]
1869name = "bytecheck_derive"
1870version = "0.6.12"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1873dependencies = [
1874 "proc-macro2",
1875 "quote",
1876 "syn 1.0.109",
1877]
1878
1879[[package]]
1880name = "bytemuck"
1881version = "1.17.1"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2"
1884dependencies = [
1885 "bytemuck_derive",
1886]
1887
1888[[package]]
1889name = "bytemuck_derive"
1890version = "1.7.1"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26"
1893dependencies = [
1894 "proc-macro2",
1895 "quote",
1896 "syn 2.0.76",
1897]
1898
1899[[package]]
1900name = "byteorder"
1901version = "1.5.0"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1904
1905[[package]]
1906name = "byteorder-lite"
1907version = "0.1.0"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1910
1911[[package]]
1912name = "bytes"
1913version = "0.4.12"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1916dependencies = [
1917 "byteorder",
1918 "iovec",
1919]
1920
1921[[package]]
1922name = "bytes"
1923version = "1.7.2"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
1926
1927[[package]]
1928name = "bytes-utils"
1929version = "0.1.4"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1932dependencies = [
1933 "bytes 1.7.2",
1934 "either",
1935]
1936
1937[[package]]
1938name = "call"
1939version = "0.1.0"
1940dependencies = [
1941 "anyhow",
1942 "audio",
1943 "client",
1944 "collections",
1945 "fs",
1946 "futures 0.3.30",
1947 "gpui",
1948 "http_client",
1949 "language",
1950 "live_kit_client",
1951 "log",
1952 "postage",
1953 "project",
1954 "schemars",
1955 "serde",
1956 "serde_derive",
1957 "settings",
1958 "util",
1959]
1960
1961[[package]]
1962name = "calloop"
1963version = "0.13.0"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
1966dependencies = [
1967 "bitflags 2.6.0",
1968 "log",
1969 "polling 3.7.3",
1970 "rustix 0.38.35",
1971 "slab",
1972 "thiserror",
1973]
1974
1975[[package]]
1976name = "calloop-wayland-source"
1977version = "0.3.0"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
1980dependencies = [
1981 "calloop",
1982 "rustix 0.38.35",
1983 "wayland-backend",
1984 "wayland-client",
1985]
1986
1987[[package]]
1988name = "camino"
1989version = "1.1.9"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
1992dependencies = [
1993 "serde",
1994]
1995
1996[[package]]
1997name = "cap-fs-ext"
1998version = "3.2.0"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "eb23061fc1c4ead4e45ca713080fe768e6234e959f5a5c399c39eb41aa34e56e"
2001dependencies = [
2002 "cap-primitives",
2003 "cap-std",
2004 "io-lifetimes 2.0.3",
2005 "windows-sys 0.52.0",
2006]
2007
2008[[package]]
2009name = "cap-net-ext"
2010version = "3.2.0"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "f83ae11f116bcbafc5327c6af250341db96b5930046732e1905f7dc65887e0e1"
2013dependencies = [
2014 "cap-primitives",
2015 "cap-std",
2016 "rustix 0.38.35",
2017 "smallvec",
2018]
2019
2020[[package]]
2021name = "cap-primitives"
2022version = "3.2.0"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "6d00bd8d26c4270d950eaaa837387964a2089a1c3c349a690a1fa03221d29531"
2025dependencies = [
2026 "ambient-authority",
2027 "fs-set-times",
2028 "io-extras",
2029 "io-lifetimes 2.0.3",
2030 "ipnet",
2031 "maybe-owned",
2032 "rustix 0.38.35",
2033 "windows-sys 0.52.0",
2034 "winx",
2035]
2036
2037[[package]]
2038name = "cap-rand"
2039version = "3.2.0"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "dbcb16a619d8b8211ed61f42bd290d2a1ac71277a69cf8417ec0996fa92f5211"
2042dependencies = [
2043 "ambient-authority",
2044 "rand 0.8.5",
2045]
2046
2047[[package]]
2048name = "cap-std"
2049version = "3.2.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "19eb8e3d71996828751c1ed3908a439639752ac6bdc874e41469ef7fc15fbd7f"
2052dependencies = [
2053 "cap-primitives",
2054 "io-extras",
2055 "io-lifetimes 2.0.3",
2056 "rustix 0.38.35",
2057]
2058
2059[[package]]
2060name = "cap-time-ext"
2061version = "3.2.0"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "61142dc51e25b7acc970ca578ce2c3695eac22bbba46c1073f5f583e78957725"
2064dependencies = [
2065 "ambient-authority",
2066 "cap-primitives",
2067 "iana-time-zone",
2068 "once_cell",
2069 "rustix 0.38.35",
2070 "winx",
2071]
2072
2073[[package]]
2074name = "cargo-platform"
2075version = "0.1.8"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2078dependencies = [
2079 "serde",
2080]
2081
2082[[package]]
2083name = "cargo_metadata"
2084version = "0.18.1"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
2087dependencies = [
2088 "camino",
2089 "cargo-platform",
2090 "semver",
2091 "serde",
2092 "serde_json",
2093 "thiserror",
2094]
2095
2096[[package]]
2097name = "cargo_toml"
2098version = "0.20.5"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "88da5a13c620b4ca0078845707ea9c3faf11edbc3ffd8497d11d686211cd1ac0"
2101dependencies = [
2102 "serde",
2103 "toml 0.8.19",
2104]
2105
2106[[package]]
2107name = "cast"
2108version = "0.3.0"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2111
2112[[package]]
2113name = "cbc"
2114version = "0.1.2"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2117dependencies = [
2118 "cipher",
2119]
2120
2121[[package]]
2122name = "cbindgen"
2123version = "0.27.0"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2126dependencies = [
2127 "heck 0.4.1",
2128 "indexmap 2.4.0",
2129 "log",
2130 "proc-macro2",
2131 "quote",
2132 "serde",
2133 "serde_json",
2134 "syn 2.0.76",
2135 "tempfile",
2136 "toml 0.8.19",
2137]
2138
2139[[package]]
2140name = "cc"
2141version = "1.1.15"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
2144dependencies = [
2145 "jobserver",
2146 "libc",
2147 "shlex",
2148]
2149
2150[[package]]
2151name = "cesu8"
2152version = "1.1.0"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2155
2156[[package]]
2157name = "cexpr"
2158version = "0.6.0"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2161dependencies = [
2162 "nom",
2163]
2164
2165[[package]]
2166name = "cfg-expr"
2167version = "0.15.8"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2170dependencies = [
2171 "smallvec",
2172 "target-lexicon",
2173]
2174
2175[[package]]
2176name = "cfg-if"
2177version = "1.0.0"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2180
2181[[package]]
2182name = "cfg_aliases"
2183version = "0.1.1"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2186
2187[[package]]
2188name = "cfg_aliases"
2189version = "0.2.1"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2192
2193[[package]]
2194name = "channel"
2195version = "0.1.0"
2196dependencies = [
2197 "anyhow",
2198 "client",
2199 "clock",
2200 "collections",
2201 "futures 0.3.30",
2202 "gpui",
2203 "http_client",
2204 "language",
2205 "log",
2206 "rand 0.8.5",
2207 "release_channel",
2208 "rpc",
2209 "settings",
2210 "sum_tree",
2211 "text",
2212 "time",
2213 "util",
2214]
2215
2216[[package]]
2217name = "chrono"
2218version = "0.4.38"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2221dependencies = [
2222 "android-tzdata",
2223 "iana-time-zone",
2224 "js-sys",
2225 "num-traits",
2226 "serde",
2227 "wasm-bindgen",
2228 "windows-targets 0.52.6",
2229]
2230
2231[[package]]
2232name = "chunked_transfer"
2233version = "1.5.0"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2236
2237[[package]]
2238name = "ciborium"
2239version = "0.2.2"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2242dependencies = [
2243 "ciborium-io",
2244 "ciborium-ll",
2245 "serde",
2246]
2247
2248[[package]]
2249name = "ciborium-io"
2250version = "0.2.2"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2253
2254[[package]]
2255name = "ciborium-ll"
2256version = "0.2.2"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2259dependencies = [
2260 "ciborium-io",
2261 "half",
2262]
2263
2264[[package]]
2265name = "cipher"
2266version = "0.4.4"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2269dependencies = [
2270 "crypto-common",
2271 "inout",
2272 "zeroize",
2273]
2274
2275[[package]]
2276name = "clang-sys"
2277version = "1.8.1"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2280dependencies = [
2281 "glob",
2282 "libc",
2283 "libloading",
2284]
2285
2286[[package]]
2287name = "clap"
2288version = "4.5.20"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
2291dependencies = [
2292 "clap_builder",
2293 "clap_derive",
2294]
2295
2296[[package]]
2297name = "clap_builder"
2298version = "4.5.20"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
2301dependencies = [
2302 "anstream",
2303 "anstyle",
2304 "clap_lex",
2305 "strsim",
2306 "terminal_size",
2307]
2308
2309[[package]]
2310name = "clap_complete"
2311version = "4.5.24"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b"
2314dependencies = [
2315 "clap",
2316]
2317
2318[[package]]
2319name = "clap_derive"
2320version = "4.5.18"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2323dependencies = [
2324 "heck 0.5.0",
2325 "proc-macro2",
2326 "quote",
2327 "syn 2.0.76",
2328]
2329
2330[[package]]
2331name = "clap_lex"
2332version = "0.7.2"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2335
2336[[package]]
2337name = "cli"
2338version = "0.1.0"
2339dependencies = [
2340 "anyhow",
2341 "clap",
2342 "collections",
2343 "core-foundation 0.9.4",
2344 "core-services",
2345 "exec",
2346 "fork",
2347 "ipc-channel",
2348 "once_cell",
2349 "parking_lot",
2350 "paths",
2351 "plist",
2352 "release_channel",
2353 "serde",
2354 "tempfile",
2355 "util",
2356]
2357
2358[[package]]
2359name = "clickhouse"
2360version = "0.11.6"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
2363dependencies = [
2364 "bstr",
2365 "bytes 1.7.2",
2366 "clickhouse-derive",
2367 "clickhouse-rs-cityhash-sys",
2368 "futures 0.3.30",
2369 "hyper 0.14.31",
2370 "hyper-tls",
2371 "lz4",
2372 "sealed",
2373 "serde",
2374 "static_assertions",
2375 "thiserror",
2376 "tokio",
2377 "url",
2378]
2379
2380[[package]]
2381name = "clickhouse-derive"
2382version = "0.1.1"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
2385dependencies = [
2386 "proc-macro2",
2387 "quote",
2388 "serde_derive_internals 0.26.0",
2389 "syn 1.0.109",
2390]
2391
2392[[package]]
2393name = "clickhouse-rs-cityhash-sys"
2394version = "0.1.2"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
2397dependencies = [
2398 "cc",
2399]
2400
2401[[package]]
2402name = "client"
2403version = "0.1.0"
2404dependencies = [
2405 "anyhow",
2406 "async-native-tls",
2407 "async-recursion 0.3.2",
2408 "async-tungstenite",
2409 "chrono",
2410 "clock",
2411 "cocoa 0.26.0",
2412 "collections",
2413 "feature_flags",
2414 "futures 0.3.30",
2415 "gpui",
2416 "http_client",
2417 "log",
2418 "once_cell",
2419 "parking_lot",
2420 "paths",
2421 "postage",
2422 "rand 0.8.5",
2423 "release_channel",
2424 "rpc",
2425 "rustls 0.20.9",
2426 "rustls-native-certs 0.8.0",
2427 "schemars",
2428 "serde",
2429 "serde_json",
2430 "settings",
2431 "sha2",
2432 "smol",
2433 "sysinfo",
2434 "telemetry_events",
2435 "tempfile",
2436 "text",
2437 "thiserror",
2438 "time",
2439 "tiny_http",
2440 "tokio-socks",
2441 "url",
2442 "util",
2443 "windows 0.58.0",
2444 "worktree",
2445]
2446
2447[[package]]
2448name = "clock"
2449version = "0.1.0"
2450dependencies = [
2451 "chrono",
2452 "parking_lot",
2453 "serde",
2454 "smallvec",
2455]
2456
2457[[package]]
2458name = "cobs"
2459version = "0.2.3"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2462
2463[[package]]
2464name = "cocoa"
2465version = "0.25.0"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2468dependencies = [
2469 "bitflags 1.3.2",
2470 "block",
2471 "cocoa-foundation 0.1.2",
2472 "core-foundation 0.9.4",
2473 "core-graphics 0.23.2",
2474 "foreign-types 0.5.0",
2475 "libc",
2476 "objc",
2477]
2478
2479[[package]]
2480name = "cocoa"
2481version = "0.26.0"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2484dependencies = [
2485 "bitflags 2.6.0",
2486 "block",
2487 "cocoa-foundation 0.2.0",
2488 "core-foundation 0.10.0",
2489 "core-graphics 0.24.0",
2490 "foreign-types 0.5.0",
2491 "libc",
2492 "objc",
2493]
2494
2495[[package]]
2496name = "cocoa-foundation"
2497version = "0.1.2"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2500dependencies = [
2501 "bitflags 1.3.2",
2502 "block",
2503 "core-foundation 0.9.4",
2504 "core-graphics-types 0.1.3",
2505 "libc",
2506 "objc",
2507]
2508
2509[[package]]
2510name = "cocoa-foundation"
2511version = "0.2.0"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2514dependencies = [
2515 "bitflags 2.6.0",
2516 "block",
2517 "core-foundation 0.10.0",
2518 "core-graphics-types 0.2.0",
2519 "libc",
2520 "objc",
2521]
2522
2523[[package]]
2524name = "codespan-reporting"
2525version = "0.11.1"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2528dependencies = [
2529 "termcolor",
2530 "unicode-width",
2531]
2532
2533[[package]]
2534name = "collab"
2535version = "0.44.0"
2536dependencies = [
2537 "anthropic",
2538 "anyhow",
2539 "assistant",
2540 "async-stripe",
2541 "async-trait",
2542 "async-tungstenite",
2543 "audio",
2544 "aws-config",
2545 "aws-sdk-s3",
2546 "axum",
2547 "axum-extra",
2548 "base64 0.22.1",
2549 "call",
2550 "channel",
2551 "chrono",
2552 "clickhouse",
2553 "client",
2554 "clock",
2555 "collab_ui",
2556 "collections",
2557 "ctor",
2558 "dashmap 6.0.1",
2559 "derive_more",
2560 "editor",
2561 "env_logger 0.11.5",
2562 "envy",
2563 "file_finder",
2564 "fs",
2565 "futures 0.3.30",
2566 "git",
2567 "git_hosting_providers",
2568 "google_ai",
2569 "gpui",
2570 "hex",
2571 "http_client",
2572 "hyper 0.14.31",
2573 "indoc",
2574 "jsonwebtoken",
2575 "language",
2576 "language_model",
2577 "live_kit_client",
2578 "live_kit_server",
2579 "log",
2580 "lsp",
2581 "menu",
2582 "multi_buffer",
2583 "nanoid",
2584 "node_runtime",
2585 "notifications",
2586 "open_ai",
2587 "parking_lot",
2588 "pretty_assertions",
2589 "project",
2590 "prometheus",
2591 "prost",
2592 "rand 0.8.5",
2593 "recent_projects",
2594 "release_channel",
2595 "remote",
2596 "remote_server",
2597 "reqwest 0.11.27",
2598 "reqwest_client",
2599 "rpc",
2600 "rustc-demangle",
2601 "scrypt",
2602 "sea-orm",
2603 "semantic_version",
2604 "semver",
2605 "serde",
2606 "serde_derive",
2607 "serde_json",
2608 "session",
2609 "settings",
2610 "sha2",
2611 "sqlx",
2612 "strum 0.25.0",
2613 "subtle",
2614 "supermaven_api",
2615 "telemetry_events",
2616 "text",
2617 "theme",
2618 "thiserror",
2619 "time",
2620 "tokio",
2621 "toml 0.8.19",
2622 "tower",
2623 "tower-http 0.4.4",
2624 "tracing",
2625 "tracing-subscriber",
2626 "unindent",
2627 "util",
2628 "uuid",
2629 "workspace",
2630 "worktree",
2631]
2632
2633[[package]]
2634name = "collab_ui"
2635version = "0.1.0"
2636dependencies = [
2637 "anyhow",
2638 "call",
2639 "channel",
2640 "chrono",
2641 "client",
2642 "collections",
2643 "db",
2644 "editor",
2645 "emojis",
2646 "futures 0.3.30",
2647 "fuzzy",
2648 "gpui",
2649 "http_client",
2650 "language",
2651 "menu",
2652 "notifications",
2653 "parking_lot",
2654 "picker",
2655 "pretty_assertions",
2656 "project",
2657 "release_channel",
2658 "rich_text",
2659 "rpc",
2660 "schemars",
2661 "serde",
2662 "serde_derive",
2663 "serde_json",
2664 "settings",
2665 "smallvec",
2666 "story",
2667 "theme",
2668 "time",
2669 "time_format",
2670 "title_bar",
2671 "tree-sitter-md",
2672 "ui",
2673 "util",
2674 "vcs_menu",
2675 "workspace",
2676]
2677
2678[[package]]
2679name = "collections"
2680version = "0.1.0"
2681dependencies = [
2682 "rustc-hash 1.1.0",
2683]
2684
2685[[package]]
2686name = "color_quant"
2687version = "1.1.0"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2690
2691[[package]]
2692name = "colorchoice"
2693version = "1.0.2"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2696
2697[[package]]
2698name = "combine"
2699version = "4.6.7"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2702dependencies = [
2703 "bytes 1.7.2",
2704 "memchr",
2705]
2706
2707[[package]]
2708name = "command_palette"
2709version = "0.1.0"
2710dependencies = [
2711 "client",
2712 "collections",
2713 "command_palette_hooks",
2714 "ctor",
2715 "editor",
2716 "env_logger 0.11.5",
2717 "fuzzy",
2718 "go_to_line",
2719 "gpui",
2720 "language",
2721 "menu",
2722 "picker",
2723 "postage",
2724 "project",
2725 "serde",
2726 "serde_json",
2727 "settings",
2728 "theme",
2729 "ui",
2730 "util",
2731 "workspace",
2732 "zed_actions",
2733]
2734
2735[[package]]
2736name = "command_palette_hooks"
2737version = "0.1.0"
2738dependencies = [
2739 "collections",
2740 "derive_more",
2741 "gpui",
2742]
2743
2744[[package]]
2745name = "concurrent-queue"
2746version = "2.5.0"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2749dependencies = [
2750 "crossbeam-utils",
2751]
2752
2753[[package]]
2754name = "console"
2755version = "0.15.8"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2758dependencies = [
2759 "encode_unicode",
2760 "lazy_static",
2761 "libc",
2762 "unicode-width",
2763 "windows-sys 0.52.0",
2764]
2765
2766[[package]]
2767name = "const-oid"
2768version = "0.9.6"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2771
2772[[package]]
2773name = "const-random"
2774version = "0.1.18"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2777dependencies = [
2778 "const-random-macro",
2779]
2780
2781[[package]]
2782name = "const-random-macro"
2783version = "0.1.16"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2786dependencies = [
2787 "getrandom 0.2.15",
2788 "once_cell",
2789 "tiny-keccak",
2790]
2791
2792[[package]]
2793name = "constant_time_eq"
2794version = "0.3.1"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2797
2798[[package]]
2799name = "context_servers"
2800version = "0.1.0"
2801dependencies = [
2802 "anyhow",
2803 "collections",
2804 "command_palette_hooks",
2805 "futures 0.3.30",
2806 "gpui",
2807 "log",
2808 "parking_lot",
2809 "postage",
2810 "schemars",
2811 "serde",
2812 "serde_json",
2813 "settings",
2814 "smol",
2815 "url",
2816 "util",
2817 "workspace",
2818]
2819
2820[[package]]
2821name = "convert_case"
2822version = "0.4.0"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2825
2826[[package]]
2827name = "convert_case"
2828version = "0.6.0"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2831dependencies = [
2832 "unicode-segmentation",
2833]
2834
2835[[package]]
2836name = "copilot"
2837version = "0.1.0"
2838dependencies = [
2839 "anyhow",
2840 "async-compression",
2841 "async-std",
2842 "async-tar",
2843 "chrono",
2844 "client",
2845 "clock",
2846 "collections",
2847 "command_palette_hooks",
2848 "editor",
2849 "fs",
2850 "futures 0.3.30",
2851 "gpui",
2852 "http_client",
2853 "indoc",
2854 "language",
2855 "lsp",
2856 "menu",
2857 "node_runtime",
2858 "parking_lot",
2859 "paths",
2860 "project",
2861 "rpc",
2862 "schemars",
2863 "serde",
2864 "serde_json",
2865 "settings",
2866 "smol",
2867 "strum 0.25.0",
2868 "task",
2869 "theme",
2870 "ui",
2871 "util",
2872 "workspace",
2873]
2874
2875[[package]]
2876name = "core-foundation"
2877version = "0.9.4"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2880dependencies = [
2881 "core-foundation-sys",
2882 "libc",
2883]
2884
2885[[package]]
2886name = "core-foundation"
2887version = "0.10.0"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2890dependencies = [
2891 "core-foundation-sys",
2892 "libc",
2893]
2894
2895[[package]]
2896name = "core-foundation-sys"
2897version = "0.8.7"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2900
2901[[package]]
2902name = "core-graphics"
2903version = "0.23.2"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2906dependencies = [
2907 "bitflags 1.3.2",
2908 "core-foundation 0.9.4",
2909 "core-graphics-types 0.1.3",
2910 "foreign-types 0.5.0",
2911 "libc",
2912]
2913
2914[[package]]
2915name = "core-graphics"
2916version = "0.24.0"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
2919dependencies = [
2920 "bitflags 2.6.0",
2921 "core-foundation 0.10.0",
2922 "core-graphics-types 0.2.0",
2923 "foreign-types 0.5.0",
2924 "libc",
2925]
2926
2927[[package]]
2928name = "core-graphics-types"
2929version = "0.1.3"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2932dependencies = [
2933 "bitflags 1.3.2",
2934 "core-foundation 0.9.4",
2935 "libc",
2936]
2937
2938[[package]]
2939name = "core-graphics-types"
2940version = "0.2.0"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
2943dependencies = [
2944 "bitflags 2.6.0",
2945 "core-foundation 0.10.0",
2946 "libc",
2947]
2948
2949[[package]]
2950name = "core-services"
2951version = "0.2.1"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
2954dependencies = [
2955 "core-foundation 0.9.4",
2956]
2957
2958[[package]]
2959name = "core-text"
2960version = "20.1.0"
2961source = "registry+https://github.com/rust-lang/crates.io-index"
2962checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
2963dependencies = [
2964 "core-foundation 0.9.4",
2965 "core-graphics 0.23.2",
2966 "foreign-types 0.5.0",
2967 "libc",
2968]
2969
2970[[package]]
2971name = "coreaudio-rs"
2972version = "0.11.3"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
2975dependencies = [
2976 "bitflags 1.3.2",
2977 "core-foundation-sys",
2978 "coreaudio-sys",
2979]
2980
2981[[package]]
2982name = "coreaudio-sys"
2983version = "0.2.15"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9"
2986dependencies = [
2987 "bindgen 0.69.4",
2988]
2989
2990[[package]]
2991name = "cosmic-text"
2992version = "0.11.2"
2993source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
2994dependencies = [
2995 "bitflags 2.6.0",
2996 "fontdb",
2997 "log",
2998 "rangemap",
2999 "rayon",
3000 "rustc-hash 1.1.0",
3001 "rustybuzz",
3002 "self_cell",
3003 "swash",
3004 "sys-locale",
3005 "ttf-parser",
3006 "unicode-bidi",
3007 "unicode-linebreak",
3008 "unicode-script",
3009 "unicode-segmentation",
3010]
3011
3012[[package]]
3013name = "cpal"
3014version = "0.15.3"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
3017dependencies = [
3018 "alsa",
3019 "core-foundation-sys",
3020 "coreaudio-rs",
3021 "dasp_sample",
3022 "jni",
3023 "js-sys",
3024 "libc",
3025 "mach2",
3026 "ndk",
3027 "ndk-context",
3028 "oboe",
3029 "wasm-bindgen",
3030 "wasm-bindgen-futures",
3031 "web-sys",
3032 "windows 0.54.0",
3033]
3034
3035[[package]]
3036name = "cpp_demangle"
3037version = "0.4.4"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3040dependencies = [
3041 "cfg-if",
3042]
3043
3044[[package]]
3045name = "cpufeatures"
3046version = "0.2.13"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
3049dependencies = [
3050 "libc",
3051]
3052
3053[[package]]
3054name = "cranelift-bforest"
3055version = "0.111.1"
3056source = "registry+https://github.com/rust-lang/crates.io-index"
3057checksum = "32d69b774780246008783a75edfb943eccc2487b6a43808503a07cd563f2ffde"
3058dependencies = [
3059 "cranelift-entity",
3060]
3061
3062[[package]]
3063name = "cranelift-bitset"
3064version = "0.111.1"
3065source = "registry+https://github.com/rust-lang/crates.io-index"
3066checksum = "a7d8d71c6b32c1a7cff254c5e5d7359872c1e5e610fbe963472afcddbd9cf303"
3067dependencies = [
3068 "serde",
3069 "serde_derive",
3070]
3071
3072[[package]]
3073name = "cranelift-codegen"
3074version = "0.111.1"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "3ad3a906f2a3f3590ad9798d59a46959a8593258eb985af722f634723c063a2c"
3077dependencies = [
3078 "bumpalo",
3079 "cranelift-bforest",
3080 "cranelift-bitset",
3081 "cranelift-codegen-meta",
3082 "cranelift-codegen-shared",
3083 "cranelift-control",
3084 "cranelift-entity",
3085 "cranelift-isle",
3086 "gimli 0.29.0",
3087 "hashbrown 0.14.5",
3088 "log",
3089 "regalloc2",
3090 "rustc-hash 1.1.0",
3091 "smallvec",
3092 "target-lexicon",
3093]
3094
3095[[package]]
3096name = "cranelift-codegen-meta"
3097version = "0.111.1"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "cd5e4ee12262a135efbef3ced4ab2153adafe4adc55f36af94f9d73be0f7505d"
3100dependencies = [
3101 "cranelift-codegen-shared",
3102]
3103
3104[[package]]
3105name = "cranelift-codegen-shared"
3106version = "0.111.1"
3107source = "registry+https://github.com/rust-lang/crates.io-index"
3108checksum = "5b9374a2a5f060f72e3080fe1c87c9ff4bef2cbe798faae60daf276fb1a13968"
3109
3110[[package]]
3111name = "cranelift-control"
3112version = "0.111.1"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "fba3ca2f344bb22d265a928e7c3f5f46e1a2eb41f1393bd53538d07b6ffb5293"
3115dependencies = [
3116 "arbitrary",
3117]
3118
3119[[package]]
3120name = "cranelift-entity"
3121version = "0.111.1"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "a6aef77dfb018eed09d92d4244abe3c1c060cbbd900c24f75ddde7d75d0e781e"
3124dependencies = [
3125 "cranelift-bitset",
3126 "serde",
3127 "serde_derive",
3128]
3129
3130[[package]]
3131name = "cranelift-frontend"
3132version = "0.111.1"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "7b1d6954f03d63df1cb95d66153c97df0201862220861349bbd5f583754b1917"
3135dependencies = [
3136 "cranelift-codegen",
3137 "log",
3138 "smallvec",
3139 "target-lexicon",
3140]
3141
3142[[package]]
3143name = "cranelift-isle"
3144version = "0.111.1"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "f8b9b7e088b784796ea8aa5947c1cc12034c1b076a077ec2a5a287da717fa746"
3147
3148[[package]]
3149name = "cranelift-native"
3150version = "0.111.1"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "4cab7424083d070669ff3fdeea7c5b4b5013a055aa1ee0532703f17a5f62af64"
3153dependencies = [
3154 "cranelift-codegen",
3155 "libc",
3156 "target-lexicon",
3157]
3158
3159[[package]]
3160name = "cranelift-wasm"
3161version = "0.111.1"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "81a9f6d0495984eef1d753ec8748de0b216b37ade16d219f1c0f27d8188d7f77"
3164dependencies = [
3165 "cranelift-codegen",
3166 "cranelift-entity",
3167 "cranelift-frontend",
3168 "itertools 0.12.1",
3169 "log",
3170 "smallvec",
3171 "wasmparser 0.215.0",
3172 "wasmtime-types",
3173]
3174
3175[[package]]
3176name = "crc"
3177version = "3.2.1"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3180dependencies = [
3181 "crc-catalog",
3182]
3183
3184[[package]]
3185name = "crc-catalog"
3186version = "2.4.0"
3187source = "registry+https://github.com/rust-lang/crates.io-index"
3188checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3189
3190[[package]]
3191name = "crc32c"
3192version = "0.6.8"
3193source = "registry+https://github.com/rust-lang/crates.io-index"
3194checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3195dependencies = [
3196 "rustc_version",
3197]
3198
3199[[package]]
3200name = "crc32fast"
3201version = "1.4.2"
3202source = "registry+https://github.com/rust-lang/crates.io-index"
3203checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3204dependencies = [
3205 "cfg-if",
3206]
3207
3208[[package]]
3209name = "criterion"
3210version = "0.5.1"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3213dependencies = [
3214 "anes",
3215 "cast",
3216 "ciborium",
3217 "clap",
3218 "criterion-plot",
3219 "is-terminal",
3220 "itertools 0.10.5",
3221 "num-traits",
3222 "once_cell",
3223 "oorandom",
3224 "plotters",
3225 "rayon",
3226 "regex",
3227 "serde",
3228 "serde_derive",
3229 "serde_json",
3230 "tinytemplate",
3231 "walkdir",
3232]
3233
3234[[package]]
3235name = "criterion-plot"
3236version = "0.5.0"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3239dependencies = [
3240 "cast",
3241 "itertools 0.10.5",
3242]
3243
3244[[package]]
3245name = "crossbeam-channel"
3246version = "0.5.13"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3249dependencies = [
3250 "crossbeam-utils",
3251]
3252
3253[[package]]
3254name = "crossbeam-deque"
3255version = "0.8.5"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3258dependencies = [
3259 "crossbeam-epoch",
3260 "crossbeam-utils",
3261]
3262
3263[[package]]
3264name = "crossbeam-epoch"
3265version = "0.9.18"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3268dependencies = [
3269 "crossbeam-utils",
3270]
3271
3272[[package]]
3273name = "crossbeam-queue"
3274version = "0.3.11"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3277dependencies = [
3278 "crossbeam-utils",
3279]
3280
3281[[package]]
3282name = "crossbeam-utils"
3283version = "0.8.20"
3284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3286
3287[[package]]
3288name = "crunchy"
3289version = "0.2.2"
3290source = "registry+https://github.com/rust-lang/crates.io-index"
3291checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3292
3293[[package]]
3294name = "crypto-bigint"
3295version = "0.4.9"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3298dependencies = [
3299 "generic-array",
3300 "rand_core 0.6.4",
3301 "subtle",
3302 "zeroize",
3303]
3304
3305[[package]]
3306name = "crypto-bigint"
3307version = "0.5.5"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3310dependencies = [
3311 "rand_core 0.6.4",
3312 "subtle",
3313]
3314
3315[[package]]
3316name = "crypto-common"
3317version = "0.1.6"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3320dependencies = [
3321 "generic-array",
3322 "rand_core 0.6.4",
3323 "typenum",
3324]
3325
3326[[package]]
3327name = "ctor"
3328version = "0.2.8"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
3331dependencies = [
3332 "quote",
3333 "syn 2.0.76",
3334]
3335
3336[[package]]
3337name = "ctrlc"
3338version = "3.4.5"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3341dependencies = [
3342 "nix",
3343 "windows-sys 0.59.0",
3344]
3345
3346[[package]]
3347name = "cursor-icon"
3348version = "1.1.0"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3351
3352[[package]]
3353name = "dashmap"
3354version = "5.5.3"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3357dependencies = [
3358 "cfg-if",
3359 "hashbrown 0.14.5",
3360 "lock_api",
3361 "once_cell",
3362 "parking_lot_core",
3363]
3364
3365[[package]]
3366name = "dashmap"
3367version = "6.0.1"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
3370dependencies = [
3371 "cfg-if",
3372 "crossbeam-utils",
3373 "hashbrown 0.14.5",
3374 "lock_api",
3375 "once_cell",
3376 "parking_lot_core",
3377]
3378
3379[[package]]
3380name = "dasp_sample"
3381version = "0.11.0"
3382source = "registry+https://github.com/rust-lang/crates.io-index"
3383checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3384
3385[[package]]
3386name = "data-encoding"
3387version = "2.6.0"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3390
3391[[package]]
3392name = "data-url"
3393version = "0.3.1"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3396
3397[[package]]
3398name = "db"
3399version = "0.1.0"
3400dependencies = [
3401 "anyhow",
3402 "gpui",
3403 "indoc",
3404 "log",
3405 "paths",
3406 "release_channel",
3407 "smol",
3408 "sqlez",
3409 "sqlez_macros",
3410 "tempfile",
3411 "util",
3412]
3413
3414[[package]]
3415name = "dbus"
3416version = "0.9.7"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3419dependencies = [
3420 "libc",
3421 "libdbus-sys",
3422 "winapi",
3423]
3424
3425[[package]]
3426name = "deflate64"
3427version = "0.1.9"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3430
3431[[package]]
3432name = "der"
3433version = "0.6.1"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3436dependencies = [
3437 "const-oid",
3438 "zeroize",
3439]
3440
3441[[package]]
3442name = "der"
3443version = "0.7.9"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3446dependencies = [
3447 "const-oid",
3448 "pem-rfc7468",
3449 "zeroize",
3450]
3451
3452[[package]]
3453name = "deranged"
3454version = "0.3.11"
3455source = "registry+https://github.com/rust-lang/crates.io-index"
3456checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3457dependencies = [
3458 "powerfmt",
3459 "serde",
3460]
3461
3462[[package]]
3463name = "derive_more"
3464version = "0.99.18"
3465source = "registry+https://github.com/rust-lang/crates.io-index"
3466checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3467dependencies = [
3468 "convert_case 0.4.0",
3469 "proc-macro2",
3470 "quote",
3471 "rustc_version",
3472 "syn 2.0.76",
3473]
3474
3475[[package]]
3476name = "derive_refineable"
3477version = "0.1.0"
3478dependencies = [
3479 "proc-macro2",
3480 "quote",
3481 "syn 1.0.109",
3482]
3483
3484[[package]]
3485name = "diagnostics"
3486version = "0.1.0"
3487dependencies = [
3488 "anyhow",
3489 "client",
3490 "collections",
3491 "ctor",
3492 "editor",
3493 "env_logger 0.11.5",
3494 "futures 0.3.30",
3495 "gpui",
3496 "language",
3497 "log",
3498 "lsp",
3499 "pretty_assertions",
3500 "project",
3501 "rand 0.8.5",
3502 "schemars",
3503 "serde",
3504 "serde_json",
3505 "settings",
3506 "theme",
3507 "ui",
3508 "unindent",
3509 "util",
3510 "workspace",
3511]
3512
3513[[package]]
3514name = "dialoguer"
3515version = "0.11.0"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3518dependencies = [
3519 "console",
3520 "fuzzy-matcher",
3521 "shell-words",
3522 "tempfile",
3523 "thiserror",
3524 "zeroize",
3525]
3526
3527[[package]]
3528name = "diff"
3529version = "0.1.13"
3530source = "registry+https://github.com/rust-lang/crates.io-index"
3531checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3532
3533[[package]]
3534name = "digest"
3535version = "0.10.7"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3538dependencies = [
3539 "block-buffer",
3540 "const-oid",
3541 "crypto-common",
3542 "subtle",
3543]
3544
3545[[package]]
3546name = "dirs"
3547version = "4.0.0"
3548source = "registry+https://github.com/rust-lang/crates.io-index"
3549checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3550dependencies = [
3551 "dirs-sys 0.3.7",
3552]
3553
3554[[package]]
3555name = "dirs"
3556version = "5.0.1"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3559dependencies = [
3560 "dirs-sys 0.4.1",
3561]
3562
3563[[package]]
3564name = "dirs-sys"
3565version = "0.3.7"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3568dependencies = [
3569 "libc",
3570 "redox_users",
3571 "winapi",
3572]
3573
3574[[package]]
3575name = "dirs-sys"
3576version = "0.4.1"
3577source = "registry+https://github.com/rust-lang/crates.io-index"
3578checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3579dependencies = [
3580 "libc",
3581 "option-ext",
3582 "redox_users",
3583 "windows-sys 0.48.0",
3584]
3585
3586[[package]]
3587name = "dlib"
3588version = "0.5.2"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3591dependencies = [
3592 "libloading",
3593]
3594
3595[[package]]
3596name = "docs_preprocessor"
3597version = "0.1.0"
3598dependencies = [
3599 "anyhow",
3600 "clap",
3601 "mdbook",
3602 "regex",
3603 "serde",
3604 "serde_json",
3605 "settings",
3606 "util",
3607]
3608
3609[[package]]
3610name = "dotenvy"
3611version = "0.15.7"
3612source = "registry+https://github.com/rust-lang/crates.io-index"
3613checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3614
3615[[package]]
3616name = "downcast-rs"
3617version = "1.2.1"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3620
3621[[package]]
3622name = "doxygen-rs"
3623version = "0.4.2"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3626dependencies = [
3627 "phf",
3628]
3629
3630[[package]]
3631name = "dwrote"
3632version = "0.11.1"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c"
3635dependencies = [
3636 "lazy_static",
3637 "libc",
3638 "winapi",
3639 "wio",
3640]
3641
3642[[package]]
3643name = "dyn-clone"
3644version = "1.0.17"
3645source = "registry+https://github.com/rust-lang/crates.io-index"
3646checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3647
3648[[package]]
3649name = "ec4rs"
3650version = "1.1.1"
3651source = "registry+https://github.com/rust-lang/crates.io-index"
3652checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3653
3654[[package]]
3655name = "ecdsa"
3656version = "0.14.8"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3659dependencies = [
3660 "der 0.6.1",
3661 "elliptic-curve",
3662 "rfc6979",
3663 "signature 1.6.4",
3664]
3665
3666[[package]]
3667name = "editor"
3668version = "0.1.0"
3669dependencies = [
3670 "aho-corasick",
3671 "anyhow",
3672 "assets",
3673 "chrono",
3674 "client",
3675 "clock",
3676 "collections",
3677 "convert_case 0.6.0",
3678 "ctor",
3679 "db",
3680 "emojis",
3681 "env_logger 0.11.5",
3682 "file_icons",
3683 "futures 0.3.30",
3684 "fuzzy",
3685 "git",
3686 "gpui",
3687 "http_client",
3688 "indoc",
3689 "itertools 0.13.0",
3690 "language",
3691 "linkify",
3692 "log",
3693 "lsp",
3694 "markdown",
3695 "multi_buffer",
3696 "ordered-float 2.10.1",
3697 "parking_lot",
3698 "pretty_assertions",
3699 "project",
3700 "rand 0.8.5",
3701 "release_channel",
3702 "rpc",
3703 "schemars",
3704 "serde",
3705 "serde_json",
3706 "settings",
3707 "similar",
3708 "smallvec",
3709 "smol",
3710 "snippet",
3711 "sum_tree",
3712 "task",
3713 "text",
3714 "theme",
3715 "time",
3716 "time_format",
3717 "tree-sitter-html",
3718 "tree-sitter-rust",
3719 "tree-sitter-typescript",
3720 "ui",
3721 "unicode-segmentation",
3722 "unindent",
3723 "url",
3724 "util",
3725 "workspace",
3726]
3727
3728[[package]]
3729name = "educe"
3730version = "0.5.11"
3731source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8"
3733dependencies = [
3734 "enum-ordinalize",
3735 "proc-macro2",
3736 "quote",
3737 "syn 2.0.76",
3738]
3739
3740[[package]]
3741name = "either"
3742version = "1.13.0"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3745dependencies = [
3746 "serde",
3747]
3748
3749[[package]]
3750name = "elasticlunr-rs"
3751version = "3.0.2"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3754dependencies = [
3755 "regex",
3756 "serde",
3757 "serde_derive",
3758 "serde_json",
3759]
3760
3761[[package]]
3762name = "elliptic-curve"
3763version = "0.12.3"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3766dependencies = [
3767 "base16ct",
3768 "crypto-bigint 0.4.9",
3769 "der 0.6.1",
3770 "digest",
3771 "ff",
3772 "generic-array",
3773 "group",
3774 "pkcs8 0.9.0",
3775 "rand_core 0.6.4",
3776 "sec1",
3777 "subtle",
3778 "zeroize",
3779]
3780
3781[[package]]
3782name = "embed-resource"
3783version = "2.4.3"
3784source = "registry+https://github.com/rust-lang/crates.io-index"
3785checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602"
3786dependencies = [
3787 "cc",
3788 "memchr",
3789 "rustc_version",
3790 "toml 0.8.19",
3791 "vswhom",
3792 "winreg 0.52.0",
3793]
3794
3795[[package]]
3796name = "embedded-io"
3797version = "0.4.0"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3800
3801[[package]]
3802name = "embedded-io"
3803version = "0.6.1"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3806
3807[[package]]
3808name = "emojis"
3809version = "0.6.4"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3812dependencies = [
3813 "phf",
3814]
3815
3816[[package]]
3817name = "encode_unicode"
3818version = "0.3.6"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3821
3822[[package]]
3823name = "encoding_rs"
3824version = "0.8.34"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
3827dependencies = [
3828 "cfg-if",
3829]
3830
3831[[package]]
3832name = "endi"
3833version = "1.1.0"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3836
3837[[package]]
3838name = "enum-ordinalize"
3839version = "4.3.0"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
3842dependencies = [
3843 "enum-ordinalize-derive",
3844]
3845
3846[[package]]
3847name = "enum-ordinalize-derive"
3848version = "4.3.1"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
3851dependencies = [
3852 "proc-macro2",
3853 "quote",
3854 "syn 2.0.76",
3855]
3856
3857[[package]]
3858name = "enumflags2"
3859version = "0.7.10"
3860source = "registry+https://github.com/rust-lang/crates.io-index"
3861checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
3862dependencies = [
3863 "enumflags2_derive",
3864 "serde",
3865]
3866
3867[[package]]
3868name = "enumflags2_derive"
3869version = "0.7.10"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
3872dependencies = [
3873 "proc-macro2",
3874 "quote",
3875 "syn 2.0.76",
3876]
3877
3878[[package]]
3879name = "env_filter"
3880version = "0.1.2"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
3883dependencies = [
3884 "log",
3885 "regex",
3886]
3887
3888[[package]]
3889name = "env_logger"
3890version = "0.10.2"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
3893dependencies = [
3894 "humantime",
3895 "is-terminal",
3896 "log",
3897 "regex",
3898 "termcolor",
3899]
3900
3901[[package]]
3902name = "env_logger"
3903version = "0.11.5"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
3906dependencies = [
3907 "anstream",
3908 "anstyle",
3909 "env_filter",
3910 "humantime",
3911 "log",
3912]
3913
3914[[package]]
3915name = "envy"
3916version = "0.4.2"
3917source = "registry+https://github.com/rust-lang/crates.io-index"
3918checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
3919dependencies = [
3920 "serde",
3921]
3922
3923[[package]]
3924name = "equivalent"
3925version = "1.0.1"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
3928
3929[[package]]
3930name = "erased-serde"
3931version = "0.4.5"
3932source = "registry+https://github.com/rust-lang/crates.io-index"
3933checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
3934dependencies = [
3935 "serde",
3936 "typeid",
3937]
3938
3939[[package]]
3940name = "errno"
3941version = "0.2.8"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
3944dependencies = [
3945 "errno-dragonfly",
3946 "libc",
3947 "winapi",
3948]
3949
3950[[package]]
3951name = "errno"
3952version = "0.3.9"
3953source = "registry+https://github.com/rust-lang/crates.io-index"
3954checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
3955dependencies = [
3956 "libc",
3957 "windows-sys 0.52.0",
3958]
3959
3960[[package]]
3961name = "errno-dragonfly"
3962version = "0.1.2"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
3965dependencies = [
3966 "cc",
3967 "libc",
3968]
3969
3970[[package]]
3971name = "etagere"
3972version = "0.2.13"
3973source = "registry+https://github.com/rust-lang/crates.io-index"
3974checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
3975dependencies = [
3976 "euclid",
3977 "svg_fmt",
3978]
3979
3980[[package]]
3981name = "etcetera"
3982version = "0.8.0"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
3985dependencies = [
3986 "cfg-if",
3987 "home",
3988 "windows-sys 0.48.0",
3989]
3990
3991[[package]]
3992name = "euclid"
3993version = "0.22.11"
3994source = "registry+https://github.com/rust-lang/crates.io-index"
3995checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
3996dependencies = [
3997 "num-traits",
3998]
3999
4000[[package]]
4001name = "evals"
4002version = "0.1.0"
4003dependencies = [
4004 "anyhow",
4005 "clap",
4006 "client",
4007 "clock",
4008 "collections",
4009 "env_logger 0.11.5",
4010 "feature_flags",
4011 "fs",
4012 "git",
4013 "gpui",
4014 "http_client",
4015 "language",
4016 "languages",
4017 "node_runtime",
4018 "open_ai",
4019 "project",
4020 "reqwest_client",
4021 "semantic_index",
4022 "serde",
4023 "serde_json",
4024 "settings",
4025 "smol",
4026]
4027
4028[[package]]
4029name = "event-listener"
4030version = "2.5.3"
4031source = "registry+https://github.com/rust-lang/crates.io-index"
4032checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4033
4034[[package]]
4035name = "event-listener"
4036version = "3.1.0"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4039dependencies = [
4040 "concurrent-queue",
4041 "parking",
4042 "pin-project-lite",
4043]
4044
4045[[package]]
4046name = "event-listener"
4047version = "5.3.1"
4048source = "registry+https://github.com/rust-lang/crates.io-index"
4049checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4050dependencies = [
4051 "concurrent-queue",
4052 "parking",
4053 "pin-project-lite",
4054]
4055
4056[[package]]
4057name = "event-listener-strategy"
4058version = "0.5.2"
4059source = "registry+https://github.com/rust-lang/crates.io-index"
4060checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
4061dependencies = [
4062 "event-listener 5.3.1",
4063 "pin-project-lite",
4064]
4065
4066[[package]]
4067name = "exec"
4068version = "0.3.1"
4069source = "registry+https://github.com/rust-lang/crates.io-index"
4070checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4071dependencies = [
4072 "errno 0.2.8",
4073 "libc",
4074]
4075
4076[[package]]
4077name = "exr"
4078version = "1.72.0"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
4081dependencies = [
4082 "bit_field",
4083 "flume",
4084 "half",
4085 "lebe",
4086 "miniz_oxide 0.7.4",
4087 "rayon-core",
4088 "smallvec",
4089 "zune-inflate",
4090]
4091
4092[[package]]
4093name = "extension"
4094version = "0.1.0"
4095dependencies = [
4096 "anyhow",
4097 "assistant_slash_command",
4098 "async-compression",
4099 "async-tar",
4100 "async-trait",
4101 "client",
4102 "collections",
4103 "ctor",
4104 "env_logger 0.11.5",
4105 "fs",
4106 "futures 0.3.30",
4107 "gpui",
4108 "http_client",
4109 "indexed_docs",
4110 "language",
4111 "log",
4112 "lsp",
4113 "node_runtime",
4114 "parking_lot",
4115 "paths",
4116 "project",
4117 "release_channel",
4118 "reqwest_client",
4119 "schemars",
4120 "semantic_version",
4121 "serde",
4122 "serde_json",
4123 "serde_json_lenient",
4124 "settings",
4125 "snippet_provider",
4126 "task",
4127 "theme",
4128 "toml 0.8.19",
4129 "ui",
4130 "url",
4131 "util",
4132 "wasm-encoder 0.215.0",
4133 "wasmparser 0.215.0",
4134 "wasmtime",
4135 "wasmtime-wasi",
4136 "wit-component",
4137 "workspace",
4138]
4139
4140[[package]]
4141name = "extension_cli"
4142version = "0.1.0"
4143dependencies = [
4144 "anyhow",
4145 "clap",
4146 "env_logger 0.11.5",
4147 "extension",
4148 "fs",
4149 "language",
4150 "log",
4151 "reqwest_client",
4152 "rpc",
4153 "serde",
4154 "serde_json",
4155 "theme",
4156 "tokio",
4157 "toml 0.8.19",
4158 "tree-sitter",
4159 "wasmtime",
4160]
4161
4162[[package]]
4163name = "extensions_ui"
4164version = "0.1.0"
4165dependencies = [
4166 "anyhow",
4167 "client",
4168 "collections",
4169 "db",
4170 "editor",
4171 "extension",
4172 "fs",
4173 "fuzzy",
4174 "gpui",
4175 "language",
4176 "num-format",
4177 "picker",
4178 "project",
4179 "release_channel",
4180 "semantic_version",
4181 "serde",
4182 "settings",
4183 "smallvec",
4184 "theme",
4185 "theme_selector",
4186 "ui",
4187 "util",
4188 "vim",
4189 "workspace",
4190]
4191
4192[[package]]
4193name = "fallible-iterator"
4194version = "0.3.0"
4195source = "registry+https://github.com/rust-lang/crates.io-index"
4196checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4197
4198[[package]]
4199name = "fancy-regex"
4200version = "0.12.0"
4201source = "registry+https://github.com/rust-lang/crates.io-index"
4202checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
4203dependencies = [
4204 "bit-set 0.5.3",
4205 "regex",
4206]
4207
4208[[package]]
4209name = "fast-srgb8"
4210version = "1.0.0"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4213
4214[[package]]
4215name = "fastrand"
4216version = "1.9.0"
4217source = "registry+https://github.com/rust-lang/crates.io-index"
4218checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4219dependencies = [
4220 "instant",
4221]
4222
4223[[package]]
4224name = "fastrand"
4225version = "2.1.1"
4226source = "registry+https://github.com/rust-lang/crates.io-index"
4227checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
4228
4229[[package]]
4230name = "fd-lock"
4231version = "4.0.2"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4234dependencies = [
4235 "cfg-if",
4236 "rustix 0.38.35",
4237 "windows-sys 0.52.0",
4238]
4239
4240[[package]]
4241name = "fdeflate"
4242version = "0.3.4"
4243source = "registry+https://github.com/rust-lang/crates.io-index"
4244checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
4245dependencies = [
4246 "simd-adler32",
4247]
4248
4249[[package]]
4250name = "feature_flags"
4251version = "0.1.0"
4252dependencies = [
4253 "futures 0.3.30",
4254 "gpui",
4255]
4256
4257[[package]]
4258name = "feedback"
4259version = "0.1.0"
4260dependencies = [
4261 "anyhow",
4262 "bitflags 2.6.0",
4263 "client",
4264 "db",
4265 "editor",
4266 "futures 0.3.30",
4267 "gpui",
4268 "http_client",
4269 "human_bytes",
4270 "language",
4271 "log",
4272 "menu",
4273 "project",
4274 "regex",
4275 "release_channel",
4276 "serde",
4277 "serde_derive",
4278 "serde_json",
4279 "smol",
4280 "sysinfo",
4281 "ui",
4282 "urlencoding",
4283 "util",
4284 "workspace",
4285]
4286
4287[[package]]
4288name = "ff"
4289version = "0.12.1"
4290source = "registry+https://github.com/rust-lang/crates.io-index"
4291checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4292dependencies = [
4293 "rand_core 0.6.4",
4294 "subtle",
4295]
4296
4297[[package]]
4298name = "file_finder"
4299version = "0.1.0"
4300dependencies = [
4301 "anyhow",
4302 "collections",
4303 "ctor",
4304 "editor",
4305 "env_logger 0.11.5",
4306 "file_icons",
4307 "futures 0.3.30",
4308 "fuzzy",
4309 "gpui",
4310 "language",
4311 "menu",
4312 "picker",
4313 "project",
4314 "schemars",
4315 "serde",
4316 "serde_derive",
4317 "serde_json",
4318 "settings",
4319 "text",
4320 "theme",
4321 "ui",
4322 "util",
4323 "workspace",
4324]
4325
4326[[package]]
4327name = "file_icons"
4328version = "0.1.0"
4329dependencies = [
4330 "collections",
4331 "gpui",
4332 "serde",
4333 "serde_derive",
4334 "serde_json",
4335 "util",
4336]
4337
4338[[package]]
4339name = "filedescriptor"
4340version = "0.8.2"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4343dependencies = [
4344 "libc",
4345 "thiserror",
4346 "winapi",
4347]
4348
4349[[package]]
4350name = "filetime"
4351version = "0.2.25"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4354dependencies = [
4355 "cfg-if",
4356 "libc",
4357 "libredox",
4358 "windows-sys 0.59.0",
4359]
4360
4361[[package]]
4362name = "fixedbitset"
4363version = "0.4.2"
4364source = "registry+https://github.com/rust-lang/crates.io-index"
4365checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4366
4367[[package]]
4368name = "flate2"
4369version = "1.0.33"
4370source = "registry+https://github.com/rust-lang/crates.io-index"
4371checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
4372dependencies = [
4373 "crc32fast",
4374 "miniz_oxide 0.8.0",
4375]
4376
4377[[package]]
4378name = "float-cmp"
4379version = "0.9.0"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4382
4383[[package]]
4384name = "float-ord"
4385version = "0.3.2"
4386source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4388
4389[[package]]
4390name = "flume"
4391version = "0.11.0"
4392source = "registry+https://github.com/rust-lang/crates.io-index"
4393checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
4394dependencies = [
4395 "futures-core",
4396 "futures-sink",
4397 "nanorand",
4398 "spin 0.9.8",
4399]
4400
4401[[package]]
4402name = "fnv"
4403version = "1.0.7"
4404source = "registry+https://github.com/rust-lang/crates.io-index"
4405checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4406
4407[[package]]
4408name = "font-kit"
4409version = "0.14.1"
4410source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4411dependencies = [
4412 "bitflags 2.6.0",
4413 "byteorder",
4414 "core-foundation 0.9.4",
4415 "core-graphics 0.23.2",
4416 "core-text",
4417 "dirs 5.0.1",
4418 "dwrote",
4419 "float-ord",
4420 "freetype-sys",
4421 "lazy_static",
4422 "libc",
4423 "log",
4424 "pathfinder_geometry",
4425 "pathfinder_simd",
4426 "walkdir",
4427 "winapi",
4428 "yeslogic-fontconfig-sys",
4429]
4430
4431[[package]]
4432name = "font-types"
4433version = "0.6.0"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60"
4436dependencies = [
4437 "bytemuck",
4438]
4439
4440[[package]]
4441name = "fontconfig-parser"
4442version = "0.5.7"
4443source = "registry+https://github.com/rust-lang/crates.io-index"
4444checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4445dependencies = [
4446 "roxmltree 0.20.0",
4447]
4448
4449[[package]]
4450name = "fontdb"
4451version = "0.18.0"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4454dependencies = [
4455 "fontconfig-parser",
4456 "log",
4457 "memmap2",
4458 "slotmap",
4459 "tinyvec",
4460 "ttf-parser",
4461]
4462
4463[[package]]
4464name = "foreign-types"
4465version = "0.3.2"
4466source = "registry+https://github.com/rust-lang/crates.io-index"
4467checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4468dependencies = [
4469 "foreign-types-shared 0.1.1",
4470]
4471
4472[[package]]
4473name = "foreign-types"
4474version = "0.5.0"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4477dependencies = [
4478 "foreign-types-macros",
4479 "foreign-types-shared 0.3.1",
4480]
4481
4482[[package]]
4483name = "foreign-types-macros"
4484version = "0.2.3"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4487dependencies = [
4488 "proc-macro2",
4489 "quote",
4490 "syn 2.0.76",
4491]
4492
4493[[package]]
4494name = "foreign-types-shared"
4495version = "0.1.1"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4498
4499[[package]]
4500name = "foreign-types-shared"
4501version = "0.3.1"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4504
4505[[package]]
4506name = "fork"
4507version = "0.2.0"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4510dependencies = [
4511 "libc",
4512]
4513
4514[[package]]
4515name = "form_urlencoded"
4516version = "1.2.1"
4517source = "registry+https://github.com/rust-lang/crates.io-index"
4518checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4519dependencies = [
4520 "percent-encoding",
4521]
4522
4523[[package]]
4524name = "freetype-sys"
4525version = "0.20.1"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4528dependencies = [
4529 "cc",
4530 "libc",
4531 "pkg-config",
4532]
4533
4534[[package]]
4535name = "fs"
4536version = "0.1.0"
4537dependencies = [
4538 "anyhow",
4539 "ashpd",
4540 "async-tar",
4541 "async-trait",
4542 "cocoa 0.26.0",
4543 "collections",
4544 "fsevent",
4545 "futures 0.3.30",
4546 "git",
4547 "git2",
4548 "gpui",
4549 "libc",
4550 "notify",
4551 "objc",
4552 "parking_lot",
4553 "paths",
4554 "rope",
4555 "serde",
4556 "serde_json",
4557 "smol",
4558 "tempfile",
4559 "text",
4560 "time",
4561 "util",
4562 "windows 0.58.0",
4563]
4564
4565[[package]]
4566name = "fs-set-times"
4567version = "0.20.1"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
4570dependencies = [
4571 "io-lifetimes 2.0.3",
4572 "rustix 0.38.35",
4573 "windows-sys 0.52.0",
4574]
4575
4576[[package]]
4577name = "fsevent"
4578version = "0.1.0"
4579dependencies = [
4580 "bitflags 2.6.0",
4581 "core-foundation 0.9.4",
4582 "fsevent-sys 3.1.0",
4583 "parking_lot",
4584 "tempfile",
4585]
4586
4587[[package]]
4588name = "fsevent-sys"
4589version = "3.1.0"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4592dependencies = [
4593 "libc",
4594]
4595
4596[[package]]
4597name = "fsevent-sys"
4598version = "4.1.0"
4599source = "registry+https://github.com/rust-lang/crates.io-index"
4600checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4601dependencies = [
4602 "libc",
4603]
4604
4605[[package]]
4606name = "funty"
4607version = "2.0.0"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4610
4611[[package]]
4612name = "futf"
4613version = "0.1.5"
4614source = "registry+https://github.com/rust-lang/crates.io-index"
4615checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4616dependencies = [
4617 "mac",
4618 "new_debug_unreachable",
4619]
4620
4621[[package]]
4622name = "futures"
4623version = "0.1.31"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4626
4627[[package]]
4628name = "futures"
4629version = "0.3.30"
4630source = "registry+https://github.com/rust-lang/crates.io-index"
4631checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
4632dependencies = [
4633 "futures-channel",
4634 "futures-core",
4635 "futures-executor",
4636 "futures-io",
4637 "futures-sink",
4638 "futures-task",
4639 "futures-util",
4640]
4641
4642[[package]]
4643name = "futures-batch"
4644version = "0.6.1"
4645source = "registry+https://github.com/rust-lang/crates.io-index"
4646checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4647dependencies = [
4648 "futures 0.3.30",
4649 "futures-timer",
4650 "pin-utils",
4651]
4652
4653[[package]]
4654name = "futures-channel"
4655version = "0.3.30"
4656source = "registry+https://github.com/rust-lang/crates.io-index"
4657checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
4658dependencies = [
4659 "futures-core",
4660 "futures-sink",
4661]
4662
4663[[package]]
4664name = "futures-core"
4665version = "0.3.30"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
4668
4669[[package]]
4670name = "futures-executor"
4671version = "0.3.30"
4672source = "registry+https://github.com/rust-lang/crates.io-index"
4673checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
4674dependencies = [
4675 "futures-core",
4676 "futures-task",
4677 "futures-util",
4678]
4679
4680[[package]]
4681name = "futures-intrusive"
4682version = "0.5.0"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4685dependencies = [
4686 "futures-core",
4687 "lock_api",
4688 "parking_lot",
4689]
4690
4691[[package]]
4692name = "futures-io"
4693version = "0.3.30"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
4696
4697[[package]]
4698name = "futures-lite"
4699version = "1.13.0"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4702dependencies = [
4703 "fastrand 1.9.0",
4704 "futures-core",
4705 "futures-io",
4706 "memchr",
4707 "parking",
4708 "pin-project-lite",
4709 "waker-fn",
4710]
4711
4712[[package]]
4713name = "futures-lite"
4714version = "2.3.0"
4715source = "registry+https://github.com/rust-lang/crates.io-index"
4716checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
4717dependencies = [
4718 "fastrand 2.1.1",
4719 "futures-core",
4720 "futures-io",
4721 "parking",
4722 "pin-project-lite",
4723]
4724
4725[[package]]
4726name = "futures-macro"
4727version = "0.3.30"
4728source = "registry+https://github.com/rust-lang/crates.io-index"
4729checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
4730dependencies = [
4731 "proc-macro2",
4732 "quote",
4733 "syn 2.0.76",
4734]
4735
4736[[package]]
4737name = "futures-sink"
4738version = "0.3.30"
4739source = "registry+https://github.com/rust-lang/crates.io-index"
4740checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
4741
4742[[package]]
4743name = "futures-task"
4744version = "0.3.30"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
4747
4748[[package]]
4749name = "futures-timer"
4750version = "3.0.3"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4753
4754[[package]]
4755name = "futures-util"
4756version = "0.3.30"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
4759dependencies = [
4760 "futures 0.1.31",
4761 "futures-channel",
4762 "futures-core",
4763 "futures-io",
4764 "futures-macro",
4765 "futures-sink",
4766 "futures-task",
4767 "memchr",
4768 "pin-project-lite",
4769 "pin-utils",
4770 "slab",
4771 "tokio-io",
4772]
4773
4774[[package]]
4775name = "fuzzy"
4776version = "0.1.0"
4777dependencies = [
4778 "gpui",
4779 "util",
4780]
4781
4782[[package]]
4783name = "fuzzy-matcher"
4784version = "0.3.7"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4787dependencies = [
4788 "thread_local",
4789]
4790
4791[[package]]
4792name = "generic-array"
4793version = "0.14.7"
4794source = "registry+https://github.com/rust-lang/crates.io-index"
4795checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4796dependencies = [
4797 "typenum",
4798 "version_check",
4799]
4800
4801[[package]]
4802name = "gethostname"
4803version = "0.4.3"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4806dependencies = [
4807 "libc",
4808 "windows-targets 0.48.5",
4809]
4810
4811[[package]]
4812name = "getrandom"
4813version = "0.1.16"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4816dependencies = [
4817 "cfg-if",
4818 "libc",
4819 "wasi 0.9.0+wasi-snapshot-preview1",
4820]
4821
4822[[package]]
4823name = "getrandom"
4824version = "0.2.15"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
4827dependencies = [
4828 "cfg-if",
4829 "js-sys",
4830 "libc",
4831 "wasi 0.11.0+wasi-snapshot-preview1",
4832 "wasm-bindgen",
4833]
4834
4835[[package]]
4836name = "gif"
4837version = "0.13.1"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
4839checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
4840dependencies = [
4841 "color_quant",
4842 "weezl",
4843]
4844
4845[[package]]
4846name = "gimli"
4847version = "0.29.0"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
4850dependencies = [
4851 "fallible-iterator",
4852 "indexmap 2.4.0",
4853 "stable_deref_trait",
4854]
4855
4856[[package]]
4857name = "gimli"
4858version = "0.31.0"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
4861
4862[[package]]
4863name = "git"
4864version = "0.1.0"
4865dependencies = [
4866 "anyhow",
4867 "async-trait",
4868 "clock",
4869 "collections",
4870 "derive_more",
4871 "git2",
4872 "gpui",
4873 "http_client",
4874 "log",
4875 "parking_lot",
4876 "pretty_assertions",
4877 "rope",
4878 "serde",
4879 "serde_json",
4880 "smol",
4881 "sum_tree",
4882 "text",
4883 "time",
4884 "unindent",
4885 "url",
4886 "util",
4887 "windows 0.58.0",
4888]
4889
4890[[package]]
4891name = "git2"
4892version = "0.19.0"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
4895dependencies = [
4896 "bitflags 2.6.0",
4897 "libc",
4898 "libgit2-sys",
4899 "log",
4900 "url",
4901]
4902
4903[[package]]
4904name = "git_hosting_providers"
4905version = "0.1.0"
4906dependencies = [
4907 "anyhow",
4908 "async-trait",
4909 "futures 0.3.30",
4910 "git",
4911 "gpui",
4912 "http_client",
4913 "indoc",
4914 "pretty_assertions",
4915 "regex",
4916 "serde",
4917 "serde_json",
4918 "url",
4919 "util",
4920]
4921
4922[[package]]
4923name = "glob"
4924version = "0.3.1"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4927
4928[[package]]
4929name = "globset"
4930version = "0.4.15"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
4933dependencies = [
4934 "aho-corasick",
4935 "bstr",
4936 "log",
4937 "regex-automata 0.4.7",
4938 "regex-syntax 0.8.4",
4939]
4940
4941[[package]]
4942name = "gloo-timers"
4943version = "0.2.6"
4944source = "registry+https://github.com/rust-lang/crates.io-index"
4945checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
4946dependencies = [
4947 "futures-channel",
4948 "futures-core",
4949 "js-sys",
4950 "wasm-bindgen",
4951]
4952
4953[[package]]
4954name = "glow"
4955version = "0.14.0"
4956source = "registry+https://github.com/rust-lang/crates.io-index"
4957checksum = "f865cbd94bd355b89611211e49508da98a1fce0ad755c1e8448fb96711b24528"
4958dependencies = [
4959 "js-sys",
4960 "slotmap",
4961 "wasm-bindgen",
4962 "web-sys",
4963]
4964
4965[[package]]
4966name = "go_to_line"
4967version = "0.1.0"
4968dependencies = [
4969 "anyhow",
4970 "editor",
4971 "gpui",
4972 "indoc",
4973 "language",
4974 "menu",
4975 "project",
4976 "rope",
4977 "schemars",
4978 "serde",
4979 "serde_json",
4980 "settings",
4981 "text",
4982 "theme",
4983 "tree-sitter-rust",
4984 "tree-sitter-typescript",
4985 "ui",
4986 "util",
4987 "workspace",
4988]
4989
4990[[package]]
4991name = "google_ai"
4992version = "0.1.0"
4993dependencies = [
4994 "anyhow",
4995 "futures 0.3.30",
4996 "http_client",
4997 "schemars",
4998 "serde",
4999 "serde_json",
5000 "strum 0.25.0",
5001]
5002
5003[[package]]
5004name = "gpu-alloc"
5005version = "0.6.0"
5006source = "registry+https://github.com/rust-lang/crates.io-index"
5007checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5008dependencies = [
5009 "bitflags 2.6.0",
5010 "gpu-alloc-types",
5011]
5012
5013[[package]]
5014name = "gpu-alloc-ash"
5015version = "0.7.0"
5016source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5018dependencies = [
5019 "ash",
5020 "gpu-alloc-types",
5021 "tinyvec",
5022]
5023
5024[[package]]
5025name = "gpu-alloc-types"
5026version = "0.3.0"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5029dependencies = [
5030 "bitflags 2.6.0",
5031]
5032
5033[[package]]
5034name = "gpui"
5035version = "0.1.0"
5036dependencies = [
5037 "anyhow",
5038 "as-raw-xcb-connection",
5039 "ashpd",
5040 "async-task",
5041 "backtrace",
5042 "bindgen 0.70.1",
5043 "blade-graphics",
5044 "blade-macros",
5045 "blade-util",
5046 "block",
5047 "bytemuck",
5048 "calloop",
5049 "calloop-wayland-source",
5050 "cbindgen",
5051 "cocoa 0.26.0",
5052 "collections",
5053 "core-foundation 0.9.4",
5054 "core-foundation-sys",
5055 "core-graphics 0.23.2",
5056 "core-text",
5057 "cosmic-text",
5058 "ctor",
5059 "derive_more",
5060 "embed-resource",
5061 "env_logger 0.11.5",
5062 "etagere",
5063 "filedescriptor",
5064 "flume",
5065 "font-kit",
5066 "foreign-types 0.5.0",
5067 "futures 0.3.30",
5068 "gpui_macros",
5069 "http_client",
5070 "image",
5071 "itertools 0.13.0",
5072 "linkme",
5073 "log",
5074 "media",
5075 "metal",
5076 "num_cpus",
5077 "objc",
5078 "oo7",
5079 "open",
5080 "parking",
5081 "parking_lot",
5082 "pathfinder_geometry",
5083 "postage",
5084 "profiling",
5085 "rand 0.8.5",
5086 "raw-window-handle",
5087 "refineable",
5088 "resvg",
5089 "schemars",
5090 "seahash",
5091 "semantic_version",
5092 "serde",
5093 "serde_derive",
5094 "serde_json",
5095 "slotmap",
5096 "smallvec",
5097 "smol",
5098 "strum 0.25.0",
5099 "sum_tree",
5100 "taffy",
5101 "thiserror",
5102 "unicode-segmentation",
5103 "usvg",
5104 "util",
5105 "uuid",
5106 "waker-fn",
5107 "wayland-backend",
5108 "wayland-client",
5109 "wayland-cursor",
5110 "wayland-protocols",
5111 "wayland-protocols-plasma",
5112 "windows 0.58.0",
5113 "windows-core 0.58.0",
5114 "x11-clipboard",
5115 "x11rb",
5116 "xim",
5117 "xkbcommon",
5118]
5119
5120[[package]]
5121name = "gpui_macros"
5122version = "0.1.0"
5123dependencies = [
5124 "proc-macro2",
5125 "quote",
5126 "syn 1.0.109",
5127]
5128
5129[[package]]
5130name = "grid"
5131version = "0.13.0"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5134
5135[[package]]
5136name = "group"
5137version = "0.12.1"
5138source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5140dependencies = [
5141 "ff",
5142 "rand_core 0.6.4",
5143 "subtle",
5144]
5145
5146[[package]]
5147name = "h2"
5148version = "0.3.26"
5149source = "registry+https://github.com/rust-lang/crates.io-index"
5150checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5151dependencies = [
5152 "bytes 1.7.2",
5153 "fnv",
5154 "futures-core",
5155 "futures-sink",
5156 "futures-util",
5157 "http 0.2.12",
5158 "indexmap 2.4.0",
5159 "slab",
5160 "tokio",
5161 "tokio-util",
5162 "tracing",
5163]
5164
5165[[package]]
5166name = "h2"
5167version = "0.4.6"
5168source = "registry+https://github.com/rust-lang/crates.io-index"
5169checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
5170dependencies = [
5171 "atomic-waker",
5172 "bytes 1.7.2",
5173 "fnv",
5174 "futures-core",
5175 "futures-sink",
5176 "http 1.1.0",
5177 "indexmap 2.4.0",
5178 "slab",
5179 "tokio",
5180 "tokio-util",
5181 "tracing",
5182]
5183
5184[[package]]
5185name = "half"
5186version = "2.4.1"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5189dependencies = [
5190 "cfg-if",
5191 "crunchy",
5192]
5193
5194[[package]]
5195name = "handlebars"
5196version = "4.5.0"
5197source = "registry+https://github.com/rust-lang/crates.io-index"
5198checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5199dependencies = [
5200 "log",
5201 "pest",
5202 "pest_derive",
5203 "serde",
5204 "serde_json",
5205 "thiserror",
5206]
5207
5208[[package]]
5209name = "handlebars"
5210version = "5.1.2"
5211source = "registry+https://github.com/rust-lang/crates.io-index"
5212checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
5213dependencies = [
5214 "log",
5215 "pest",
5216 "pest_derive",
5217 "serde",
5218 "serde_json",
5219 "thiserror",
5220]
5221
5222[[package]]
5223name = "hashbrown"
5224version = "0.12.3"
5225source = "registry+https://github.com/rust-lang/crates.io-index"
5226checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5227dependencies = [
5228 "ahash 0.7.8",
5229]
5230
5231[[package]]
5232name = "hashbrown"
5233version = "0.13.2"
5234source = "registry+https://github.com/rust-lang/crates.io-index"
5235checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5236dependencies = [
5237 "ahash 0.8.11",
5238]
5239
5240[[package]]
5241name = "hashbrown"
5242version = "0.14.5"
5243source = "registry+https://github.com/rust-lang/crates.io-index"
5244checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5245dependencies = [
5246 "ahash 0.8.11",
5247 "allocator-api2",
5248 "serde",
5249]
5250
5251[[package]]
5252name = "hashlink"
5253version = "0.8.4"
5254source = "registry+https://github.com/rust-lang/crates.io-index"
5255checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5256dependencies = [
5257 "hashbrown 0.14.5",
5258]
5259
5260[[package]]
5261name = "hashlink"
5262version = "0.9.1"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5265dependencies = [
5266 "hashbrown 0.14.5",
5267]
5268
5269[[package]]
5270name = "headers"
5271version = "0.3.9"
5272source = "registry+https://github.com/rust-lang/crates.io-index"
5273checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5274dependencies = [
5275 "base64 0.21.7",
5276 "bytes 1.7.2",
5277 "headers-core",
5278 "http 0.2.12",
5279 "httpdate",
5280 "mime",
5281 "sha1",
5282]
5283
5284[[package]]
5285name = "headers-core"
5286version = "0.2.0"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5289dependencies = [
5290 "http 0.2.12",
5291]
5292
5293[[package]]
5294name = "heck"
5295version = "0.3.3"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5298dependencies = [
5299 "unicode-segmentation",
5300]
5301
5302[[package]]
5303name = "heck"
5304version = "0.4.1"
5305source = "registry+https://github.com/rust-lang/crates.io-index"
5306checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5307dependencies = [
5308 "unicode-segmentation",
5309]
5310
5311[[package]]
5312name = "heck"
5313version = "0.5.0"
5314source = "registry+https://github.com/rust-lang/crates.io-index"
5315checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5316
5317[[package]]
5318name = "heed"
5319version = "0.20.5"
5320source = "registry+https://github.com/rust-lang/crates.io-index"
5321checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
5322dependencies = [
5323 "bitflags 2.6.0",
5324 "byteorder",
5325 "heed-traits",
5326 "heed-types",
5327 "libc",
5328 "lmdb-master-sys",
5329 "once_cell",
5330 "page_size",
5331 "serde",
5332 "synchronoise",
5333 "url",
5334]
5335
5336[[package]]
5337name = "heed-traits"
5338version = "0.20.0"
5339source = "registry+https://github.com/rust-lang/crates.io-index"
5340checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5341
5342[[package]]
5343name = "heed-types"
5344version = "0.20.1"
5345source = "registry+https://github.com/rust-lang/crates.io-index"
5346checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
5347dependencies = [
5348 "bincode",
5349 "byteorder",
5350 "heed-traits",
5351 "serde",
5352 "serde_json",
5353]
5354
5355[[package]]
5356name = "hermit-abi"
5357version = "0.3.9"
5358source = "registry+https://github.com/rust-lang/crates.io-index"
5359checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5360
5361[[package]]
5362name = "hermit-abi"
5363version = "0.4.0"
5364source = "registry+https://github.com/rust-lang/crates.io-index"
5365checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5366
5367[[package]]
5368name = "hex"
5369version = "0.4.3"
5370source = "registry+https://github.com/rust-lang/crates.io-index"
5371checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5372
5373[[package]]
5374name = "hexf-parse"
5375version = "0.2.1"
5376source = "registry+https://github.com/rust-lang/crates.io-index"
5377checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5378
5379[[package]]
5380name = "hidden-trait"
5381version = "0.1.2"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5384dependencies = [
5385 "proc-macro2",
5386 "quote",
5387 "syn 1.0.109",
5388]
5389
5390[[package]]
5391name = "hkdf"
5392version = "0.12.4"
5393source = "registry+https://github.com/rust-lang/crates.io-index"
5394checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5395dependencies = [
5396 "hmac",
5397]
5398
5399[[package]]
5400name = "hmac"
5401version = "0.12.1"
5402source = "registry+https://github.com/rust-lang/crates.io-index"
5403checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5404dependencies = [
5405 "digest",
5406]
5407
5408[[package]]
5409name = "home"
5410version = "0.5.9"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5413dependencies = [
5414 "windows-sys 0.52.0",
5415]
5416
5417[[package]]
5418name = "hound"
5419version = "3.5.1"
5420source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5422
5423[[package]]
5424name = "html5ever"
5425version = "0.27.0"
5426source = "registry+https://github.com/rust-lang/crates.io-index"
5427checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5428dependencies = [
5429 "log",
5430 "mac",
5431 "markup5ever",
5432 "proc-macro2",
5433 "quote",
5434 "syn 2.0.76",
5435]
5436
5437[[package]]
5438name = "html_to_markdown"
5439version = "0.1.0"
5440dependencies = [
5441 "anyhow",
5442 "html5ever",
5443 "indoc",
5444 "markup5ever_rcdom",
5445 "pretty_assertions",
5446 "regex",
5447]
5448
5449[[package]]
5450name = "http"
5451version = "0.2.12"
5452source = "registry+https://github.com/rust-lang/crates.io-index"
5453checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5454dependencies = [
5455 "bytes 1.7.2",
5456 "fnv",
5457 "itoa",
5458]
5459
5460[[package]]
5461name = "http"
5462version = "1.1.0"
5463source = "registry+https://github.com/rust-lang/crates.io-index"
5464checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
5465dependencies = [
5466 "bytes 1.7.2",
5467 "fnv",
5468 "itoa",
5469]
5470
5471[[package]]
5472name = "http-body"
5473version = "0.4.6"
5474source = "registry+https://github.com/rust-lang/crates.io-index"
5475checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5476dependencies = [
5477 "bytes 1.7.2",
5478 "http 0.2.12",
5479 "pin-project-lite",
5480]
5481
5482[[package]]
5483name = "http-body"
5484version = "1.0.1"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5487dependencies = [
5488 "bytes 1.7.2",
5489 "http 1.1.0",
5490]
5491
5492[[package]]
5493name = "http-body-util"
5494version = "0.1.2"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5497dependencies = [
5498 "bytes 1.7.2",
5499 "futures-util",
5500 "http 1.1.0",
5501 "http-body 1.0.1",
5502 "pin-project-lite",
5503]
5504
5505[[package]]
5506name = "http-range-header"
5507version = "0.3.1"
5508source = "registry+https://github.com/rust-lang/crates.io-index"
5509checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5510
5511[[package]]
5512name = "http-types"
5513version = "2.12.0"
5514source = "registry+https://github.com/rust-lang/crates.io-index"
5515checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5516dependencies = [
5517 "anyhow",
5518 "async-channel 1.9.0",
5519 "base64 0.13.1",
5520 "futures-lite 1.13.0",
5521 "http 0.2.12",
5522 "infer",
5523 "pin-project-lite",
5524 "rand 0.7.3",
5525 "serde",
5526 "serde_json",
5527 "serde_qs 0.8.5",
5528 "serde_urlencoded",
5529 "url",
5530]
5531
5532[[package]]
5533name = "http_client"
5534version = "0.1.0"
5535dependencies = [
5536 "anyhow",
5537 "bytes 1.7.2",
5538 "derive_more",
5539 "futures 0.3.30",
5540 "http 1.1.0",
5541 "log",
5542 "serde",
5543 "serde_json",
5544 "url",
5545]
5546
5547[[package]]
5548name = "httparse"
5549version = "1.9.4"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
5552
5553[[package]]
5554name = "httpdate"
5555version = "1.0.3"
5556source = "registry+https://github.com/rust-lang/crates.io-index"
5557checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5558
5559[[package]]
5560name = "human_bytes"
5561version = "0.4.3"
5562source = "registry+https://github.com/rust-lang/crates.io-index"
5563checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5564
5565[[package]]
5566name = "humantime"
5567version = "2.1.0"
5568source = "registry+https://github.com/rust-lang/crates.io-index"
5569checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5570
5571[[package]]
5572name = "hyper"
5573version = "0.14.31"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
5576dependencies = [
5577 "bytes 1.7.2",
5578 "futures-channel",
5579 "futures-core",
5580 "futures-util",
5581 "h2 0.3.26",
5582 "http 0.2.12",
5583 "http-body 0.4.6",
5584 "httparse",
5585 "httpdate",
5586 "itoa",
5587 "pin-project-lite",
5588 "socket2 0.4.10",
5589 "tokio",
5590 "tower-service",
5591 "tracing",
5592 "want",
5593]
5594
5595[[package]]
5596name = "hyper"
5597version = "1.4.1"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
5600dependencies = [
5601 "bytes 1.7.2",
5602 "futures-channel",
5603 "futures-util",
5604 "h2 0.4.6",
5605 "http 1.1.0",
5606 "http-body 1.0.1",
5607 "httparse",
5608 "itoa",
5609 "pin-project-lite",
5610 "smallvec",
5611 "tokio",
5612 "want",
5613]
5614
5615[[package]]
5616name = "hyper-rustls"
5617version = "0.24.2"
5618source = "registry+https://github.com/rust-lang/crates.io-index"
5619checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5620dependencies = [
5621 "futures-util",
5622 "http 0.2.12",
5623 "hyper 0.14.31",
5624 "log",
5625 "rustls 0.21.12",
5626 "rustls-native-certs 0.6.3",
5627 "tokio",
5628 "tokio-rustls 0.24.1",
5629]
5630
5631[[package]]
5632name = "hyper-rustls"
5633version = "0.27.3"
5634source = "registry+https://github.com/rust-lang/crates.io-index"
5635checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5636dependencies = [
5637 "futures-util",
5638 "http 1.1.0",
5639 "hyper 1.4.1",
5640 "hyper-util",
5641 "rustls 0.23.13",
5642 "rustls-native-certs 0.8.0",
5643 "rustls-pki-types",
5644 "tokio",
5645 "tokio-rustls 0.26.0",
5646 "tower-service",
5647]
5648
5649[[package]]
5650name = "hyper-tls"
5651version = "0.5.0"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5654dependencies = [
5655 "bytes 1.7.2",
5656 "hyper 0.14.31",
5657 "native-tls",
5658 "tokio",
5659 "tokio-native-tls",
5660]
5661
5662[[package]]
5663name = "hyper-util"
5664version = "0.1.9"
5665source = "registry+https://github.com/rust-lang/crates.io-index"
5666checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
5667dependencies = [
5668 "bytes 1.7.2",
5669 "futures-channel",
5670 "futures-util",
5671 "http 1.1.0",
5672 "http-body 1.0.1",
5673 "hyper 1.4.1",
5674 "pin-project-lite",
5675 "socket2 0.5.7",
5676 "tokio",
5677 "tower-service",
5678 "tracing",
5679]
5680
5681[[package]]
5682name = "iana-time-zone"
5683version = "0.1.60"
5684source = "registry+https://github.com/rust-lang/crates.io-index"
5685checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
5686dependencies = [
5687 "android_system_properties",
5688 "core-foundation-sys",
5689 "iana-time-zone-haiku",
5690 "js-sys",
5691 "wasm-bindgen",
5692 "windows-core 0.52.0",
5693]
5694
5695[[package]]
5696name = "iana-time-zone-haiku"
5697version = "0.1.2"
5698source = "registry+https://github.com/rust-lang/crates.io-index"
5699checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5700dependencies = [
5701 "cc",
5702]
5703
5704[[package]]
5705name = "id-arena"
5706version = "2.2.1"
5707source = "registry+https://github.com/rust-lang/crates.io-index"
5708checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5709
5710[[package]]
5711name = "idna"
5712version = "0.5.0"
5713source = "registry+https://github.com/rust-lang/crates.io-index"
5714checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5715dependencies = [
5716 "unicode-bidi",
5717 "unicode-normalization",
5718]
5719
5720[[package]]
5721name = "ignore"
5722version = "0.4.23"
5723source = "registry+https://github.com/rust-lang/crates.io-index"
5724checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
5725dependencies = [
5726 "crossbeam-deque",
5727 "globset",
5728 "log",
5729 "memchr",
5730 "regex-automata 0.4.7",
5731 "same-file",
5732 "walkdir",
5733 "winapi-util",
5734]
5735
5736[[package]]
5737name = "image"
5738version = "0.25.2"
5739source = "registry+https://github.com/rust-lang/crates.io-index"
5740checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
5741dependencies = [
5742 "bytemuck",
5743 "byteorder-lite",
5744 "color_quant",
5745 "exr",
5746 "gif",
5747 "image-webp",
5748 "num-traits",
5749 "png",
5750 "qoi",
5751 "ravif",
5752 "rayon",
5753 "rgb",
5754 "tiff",
5755 "zune-core",
5756 "zune-jpeg",
5757]
5758
5759[[package]]
5760name = "image-webp"
5761version = "0.1.3"
5762source = "registry+https://github.com/rust-lang/crates.io-index"
5763checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
5764dependencies = [
5765 "byteorder-lite",
5766 "quick-error",
5767]
5768
5769[[package]]
5770name = "image_viewer"
5771version = "0.1.0"
5772dependencies = [
5773 "anyhow",
5774 "db",
5775 "file_icons",
5776 "gpui",
5777 "project",
5778 "settings",
5779 "ui",
5780 "workspace",
5781]
5782
5783[[package]]
5784name = "imagesize"
5785version = "0.12.0"
5786source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
5788
5789[[package]]
5790name = "imgref"
5791version = "1.10.1"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
5794
5795[[package]]
5796name = "indexed_docs"
5797version = "0.1.0"
5798dependencies = [
5799 "anyhow",
5800 "async-trait",
5801 "cargo_metadata",
5802 "collections",
5803 "derive_more",
5804 "fs",
5805 "futures 0.3.30",
5806 "fuzzy",
5807 "gpui",
5808 "heed",
5809 "html_to_markdown",
5810 "http_client",
5811 "indexmap 1.9.3",
5812 "indoc",
5813 "parking_lot",
5814 "paths",
5815 "pretty_assertions",
5816 "serde",
5817 "strum 0.25.0",
5818 "util",
5819]
5820
5821[[package]]
5822name = "indexmap"
5823version = "1.9.3"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
5826dependencies = [
5827 "autocfg",
5828 "hashbrown 0.12.3",
5829 "serde",
5830]
5831
5832[[package]]
5833name = "indexmap"
5834version = "2.4.0"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
5837dependencies = [
5838 "equivalent",
5839 "hashbrown 0.14.5",
5840 "serde",
5841]
5842
5843[[package]]
5844name = "indoc"
5845version = "2.0.5"
5846source = "registry+https://github.com/rust-lang/crates.io-index"
5847checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
5848
5849[[package]]
5850name = "infer"
5851version = "0.2.3"
5852source = "registry+https://github.com/rust-lang/crates.io-index"
5853checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
5854
5855[[package]]
5856name = "inherent"
5857version = "1.0.11"
5858source = "registry+https://github.com/rust-lang/crates.io-index"
5859checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
5860dependencies = [
5861 "proc-macro2",
5862 "quote",
5863 "syn 2.0.76",
5864]
5865
5866[[package]]
5867name = "inline_completion_button"
5868version = "0.1.0"
5869dependencies = [
5870 "anyhow",
5871 "copilot",
5872 "editor",
5873 "fs",
5874 "futures 0.3.30",
5875 "gpui",
5876 "indoc",
5877 "language",
5878 "lsp",
5879 "paths",
5880 "project",
5881 "serde_json",
5882 "settings",
5883 "supermaven",
5884 "theme",
5885 "ui",
5886 "util",
5887 "workspace",
5888 "zed_actions",
5889]
5890
5891[[package]]
5892name = "inotify"
5893version = "0.9.6"
5894source = "registry+https://github.com/rust-lang/crates.io-index"
5895checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5896dependencies = [
5897 "bitflags 1.3.2",
5898 "inotify-sys",
5899 "libc",
5900]
5901
5902[[package]]
5903name = "inotify-sys"
5904version = "0.1.5"
5905source = "registry+https://github.com/rust-lang/crates.io-index"
5906checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5907dependencies = [
5908 "libc",
5909]
5910
5911[[package]]
5912name = "inout"
5913version = "0.1.3"
5914source = "registry+https://github.com/rust-lang/crates.io-index"
5915checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
5916dependencies = [
5917 "block-padding",
5918 "generic-array",
5919]
5920
5921[[package]]
5922name = "install_cli"
5923version = "0.1.0"
5924dependencies = [
5925 "anyhow",
5926 "gpui",
5927 "smol",
5928 "util",
5929]
5930
5931[[package]]
5932name = "instant"
5933version = "0.1.13"
5934source = "registry+https://github.com/rust-lang/crates.io-index"
5935checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
5936dependencies = [
5937 "cfg-if",
5938]
5939
5940[[package]]
5941name = "interpolate_name"
5942version = "0.2.4"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
5945dependencies = [
5946 "proc-macro2",
5947 "quote",
5948 "syn 2.0.76",
5949]
5950
5951[[package]]
5952name = "io-extras"
5953version = "0.18.2"
5954source = "registry+https://github.com/rust-lang/crates.io-index"
5955checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
5956dependencies = [
5957 "io-lifetimes 2.0.3",
5958 "windows-sys 0.52.0",
5959]
5960
5961[[package]]
5962name = "io-lifetimes"
5963version = "1.0.11"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
5966dependencies = [
5967 "hermit-abi 0.3.9",
5968 "libc",
5969 "windows-sys 0.48.0",
5970]
5971
5972[[package]]
5973name = "io-lifetimes"
5974version = "2.0.3"
5975source = "registry+https://github.com/rust-lang/crates.io-index"
5976checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
5977
5978[[package]]
5979name = "iovec"
5980version = "0.1.4"
5981source = "registry+https://github.com/rust-lang/crates.io-index"
5982checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
5983dependencies = [
5984 "libc",
5985]
5986
5987[[package]]
5988name = "ipc-channel"
5989version = "0.18.3"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "c7f4c80f2df4fc64fb7fc2cff69fc034af26e6e6617ea9f1313131af464b9ca0"
5992dependencies = [
5993 "bincode",
5994 "crossbeam-channel",
5995 "fnv",
5996 "lazy_static",
5997 "libc",
5998 "mio 1.0.2",
5999 "rand 0.8.5",
6000 "serde",
6001 "tempfile",
6002 "uuid",
6003 "windows 0.58.0",
6004]
6005
6006[[package]]
6007name = "ipnet"
6008version = "2.9.0"
6009source = "registry+https://github.com/rust-lang/crates.io-index"
6010checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
6011
6012[[package]]
6013name = "is-docker"
6014version = "0.2.0"
6015source = "registry+https://github.com/rust-lang/crates.io-index"
6016checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6017dependencies = [
6018 "once_cell",
6019]
6020
6021[[package]]
6022name = "is-terminal"
6023version = "0.4.13"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6026dependencies = [
6027 "hermit-abi 0.4.0",
6028 "libc",
6029 "windows-sys 0.52.0",
6030]
6031
6032[[package]]
6033name = "is-wsl"
6034version = "0.4.0"
6035source = "registry+https://github.com/rust-lang/crates.io-index"
6036checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6037dependencies = [
6038 "is-docker",
6039 "once_cell",
6040]
6041
6042[[package]]
6043name = "is_terminal_polyfill"
6044version = "1.70.1"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6047
6048[[package]]
6049name = "itertools"
6050version = "0.10.5"
6051source = "registry+https://github.com/rust-lang/crates.io-index"
6052checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6053dependencies = [
6054 "either",
6055]
6056
6057[[package]]
6058name = "itertools"
6059version = "0.12.1"
6060source = "registry+https://github.com/rust-lang/crates.io-index"
6061checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6062dependencies = [
6063 "either",
6064]
6065
6066[[package]]
6067name = "itertools"
6068version = "0.13.0"
6069source = "registry+https://github.com/rust-lang/crates.io-index"
6070checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6071dependencies = [
6072 "either",
6073]
6074
6075[[package]]
6076name = "itoa"
6077version = "1.0.11"
6078source = "registry+https://github.com/rust-lang/crates.io-index"
6079checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
6080
6081[[package]]
6082name = "jni"
6083version = "0.21.1"
6084source = "registry+https://github.com/rust-lang/crates.io-index"
6085checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6086dependencies = [
6087 "cesu8",
6088 "cfg-if",
6089 "combine",
6090 "jni-sys",
6091 "log",
6092 "thiserror",
6093 "walkdir",
6094 "windows-sys 0.45.0",
6095]
6096
6097[[package]]
6098name = "jni-sys"
6099version = "0.3.0"
6100source = "registry+https://github.com/rust-lang/crates.io-index"
6101checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6102
6103[[package]]
6104name = "jobserver"
6105version = "0.1.32"
6106source = "registry+https://github.com/rust-lang/crates.io-index"
6107checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6108dependencies = [
6109 "libc",
6110]
6111
6112[[package]]
6113name = "journal"
6114version = "0.1.0"
6115dependencies = [
6116 "anyhow",
6117 "chrono",
6118 "editor",
6119 "gpui",
6120 "log",
6121 "schemars",
6122 "serde",
6123 "settings",
6124 "shellexpand 2.1.2",
6125 "workspace",
6126]
6127
6128[[package]]
6129name = "jpeg-decoder"
6130version = "0.3.1"
6131source = "registry+https://github.com/rust-lang/crates.io-index"
6132checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6133
6134[[package]]
6135name = "js-sys"
6136version = "0.3.70"
6137source = "registry+https://github.com/rust-lang/crates.io-index"
6138checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
6139dependencies = [
6140 "wasm-bindgen",
6141]
6142
6143[[package]]
6144name = "jsonwebtoken"
6145version = "9.3.0"
6146source = "registry+https://github.com/rust-lang/crates.io-index"
6147checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6148dependencies = [
6149 "base64 0.21.7",
6150 "js-sys",
6151 "pem",
6152 "ring 0.17.8",
6153 "serde",
6154 "serde_json",
6155 "simple_asn1",
6156]
6157
6158[[package]]
6159name = "jupyter-serde"
6160version = "0.2.0"
6161source = "registry+https://github.com/rust-lang/crates.io-index"
6162checksum = "0a444fb3f87ee6885eb316028cc998c7d84811663ef95d78c419419423d5a054"
6163dependencies = [
6164 "anyhow",
6165 "chrono",
6166 "serde",
6167 "serde_json",
6168 "thiserror",
6169 "uuid",
6170]
6171
6172[[package]]
6173name = "khronos-egl"
6174version = "6.0.0"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6177dependencies = [
6178 "libc",
6179 "libloading",
6180]
6181
6182[[package]]
6183name = "kqueue"
6184version = "1.0.8"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6187dependencies = [
6188 "kqueue-sys",
6189 "libc",
6190]
6191
6192[[package]]
6193name = "kqueue-sys"
6194version = "1.0.4"
6195source = "registry+https://github.com/rust-lang/crates.io-index"
6196checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6197dependencies = [
6198 "bitflags 1.3.2",
6199 "libc",
6200]
6201
6202[[package]]
6203name = "kurbo"
6204version = "0.11.0"
6205source = "registry+https://github.com/rust-lang/crates.io-index"
6206checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
6207dependencies = [
6208 "arrayvec",
6209 "smallvec",
6210]
6211
6212[[package]]
6213name = "kv-log-macro"
6214version = "1.0.7"
6215source = "registry+https://github.com/rust-lang/crates.io-index"
6216checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6217dependencies = [
6218 "log",
6219]
6220
6221[[package]]
6222name = "language"
6223version = "0.1.0"
6224dependencies = [
6225 "anyhow",
6226 "async-trait",
6227 "async-watch",
6228 "clock",
6229 "collections",
6230 "ctor",
6231 "ec4rs",
6232 "env_logger 0.11.5",
6233 "futures 0.3.30",
6234 "fuzzy",
6235 "git",
6236 "globset",
6237 "gpui",
6238 "http_client",
6239 "indoc",
6240 "itertools 0.13.0",
6241 "log",
6242 "lsp",
6243 "parking_lot",
6244 "postage",
6245 "pretty_assertions",
6246 "pulldown-cmark 0.12.1",
6247 "rand 0.8.5",
6248 "regex",
6249 "rpc",
6250 "schemars",
6251 "serde",
6252 "serde_json",
6253 "settings",
6254 "similar",
6255 "smallvec",
6256 "smol",
6257 "strsim",
6258 "sum_tree",
6259 "task",
6260 "text",
6261 "theme",
6262 "tree-sitter",
6263 "tree-sitter-elixir",
6264 "tree-sitter-embedded-template",
6265 "tree-sitter-heex",
6266 "tree-sitter-html",
6267 "tree-sitter-json",
6268 "tree-sitter-md",
6269 "tree-sitter-ruby",
6270 "tree-sitter-rust",
6271 "tree-sitter-typescript",
6272 "unicase",
6273 "unindent",
6274 "util",
6275]
6276
6277[[package]]
6278name = "language_model"
6279version = "0.1.0"
6280dependencies = [
6281 "anthropic",
6282 "anyhow",
6283 "base64 0.22.1",
6284 "client",
6285 "collections",
6286 "copilot",
6287 "ctor",
6288 "editor",
6289 "env_logger 0.11.5",
6290 "feature_flags",
6291 "futures 0.3.30",
6292 "google_ai",
6293 "gpui",
6294 "http_client",
6295 "image",
6296 "inline_completion_button",
6297 "language",
6298 "log",
6299 "menu",
6300 "ollama",
6301 "open_ai",
6302 "parking_lot",
6303 "project",
6304 "proto",
6305 "rand 0.8.5",
6306 "schemars",
6307 "serde",
6308 "serde_json",
6309 "settings",
6310 "smol",
6311 "strum 0.25.0",
6312 "text",
6313 "theme",
6314 "thiserror",
6315 "tiktoken-rs",
6316 "ui",
6317 "unindent",
6318 "util",
6319]
6320
6321[[package]]
6322name = "language_selector"
6323version = "0.1.0"
6324dependencies = [
6325 "anyhow",
6326 "editor",
6327 "fuzzy",
6328 "gpui",
6329 "language",
6330 "picker",
6331 "project",
6332 "ui",
6333 "util",
6334 "workspace",
6335]
6336
6337[[package]]
6338name = "language_tools"
6339version = "0.1.0"
6340dependencies = [
6341 "anyhow",
6342 "client",
6343 "collections",
6344 "copilot",
6345 "editor",
6346 "env_logger 0.11.5",
6347 "futures 0.3.30",
6348 "gpui",
6349 "itertools 0.13.0",
6350 "language",
6351 "lsp",
6352 "project",
6353 "release_channel",
6354 "serde_json",
6355 "settings",
6356 "theme",
6357 "tree-sitter",
6358 "ui",
6359 "util",
6360 "workspace",
6361 "zed_actions",
6362]
6363
6364[[package]]
6365name = "languages"
6366version = "0.1.0"
6367dependencies = [
6368 "anyhow",
6369 "async-compression",
6370 "async-tar",
6371 "async-trait",
6372 "collections",
6373 "feature_flags",
6374 "futures 0.3.30",
6375 "gpui",
6376 "http_client",
6377 "language",
6378 "log",
6379 "lsp",
6380 "node_runtime",
6381 "paths",
6382 "pet",
6383 "pet-conda",
6384 "pet-core",
6385 "pet-poetry",
6386 "pet-reporter",
6387 "project",
6388 "regex",
6389 "rope",
6390 "rust-embed",
6391 "serde",
6392 "serde_json",
6393 "settings",
6394 "smol",
6395 "task",
6396 "text",
6397 "theme",
6398 "toml 0.8.19",
6399 "tree-sitter",
6400 "tree-sitter-bash",
6401 "tree-sitter-c",
6402 "tree-sitter-cpp",
6403 "tree-sitter-css",
6404 "tree-sitter-diff",
6405 "tree-sitter-go",
6406 "tree-sitter-gomod",
6407 "tree-sitter-gowork",
6408 "tree-sitter-jsdoc",
6409 "tree-sitter-json",
6410 "tree-sitter-md",
6411 "tree-sitter-python",
6412 "tree-sitter-regex",
6413 "tree-sitter-rust",
6414 "tree-sitter-typescript",
6415 "tree-sitter-yaml",
6416 "unindent",
6417 "util",
6418 "workspace",
6419]
6420
6421[[package]]
6422name = "lazy_static"
6423version = "1.5.0"
6424source = "registry+https://github.com/rust-lang/crates.io-index"
6425checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6426dependencies = [
6427 "spin 0.9.8",
6428]
6429
6430[[package]]
6431name = "lazycell"
6432version = "1.3.0"
6433source = "registry+https://github.com/rust-lang/crates.io-index"
6434checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
6435
6436[[package]]
6437name = "leb128"
6438version = "0.2.5"
6439source = "registry+https://github.com/rust-lang/crates.io-index"
6440checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6441
6442[[package]]
6443name = "lebe"
6444version = "0.5.2"
6445source = "registry+https://github.com/rust-lang/crates.io-index"
6446checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6447
6448[[package]]
6449name = "libc"
6450version = "0.2.159"
6451source = "registry+https://github.com/rust-lang/crates.io-index"
6452checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
6453
6454[[package]]
6455name = "libdbus-sys"
6456version = "0.2.5"
6457source = "registry+https://github.com/rust-lang/crates.io-index"
6458checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6459dependencies = [
6460 "cc",
6461 "pkg-config",
6462]
6463
6464[[package]]
6465name = "libfuzzer-sys"
6466version = "0.4.7"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
6469dependencies = [
6470 "arbitrary",
6471 "cc",
6472 "once_cell",
6473]
6474
6475[[package]]
6476name = "libgit2-sys"
6477version = "0.17.0+1.8.1"
6478source = "registry+https://github.com/rust-lang/crates.io-index"
6479checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6480dependencies = [
6481 "cc",
6482 "libc",
6483 "libz-sys",
6484 "pkg-config",
6485]
6486
6487[[package]]
6488name = "libloading"
6489version = "0.8.5"
6490source = "registry+https://github.com/rust-lang/crates.io-index"
6491checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
6492dependencies = [
6493 "cfg-if",
6494 "windows-targets 0.48.5",
6495]
6496
6497[[package]]
6498name = "libm"
6499version = "0.2.8"
6500source = "registry+https://github.com/rust-lang/crates.io-index"
6501checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
6502
6503[[package]]
6504name = "libmimalloc-sys"
6505version = "0.1.39"
6506source = "registry+https://github.com/rust-lang/crates.io-index"
6507checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6508dependencies = [
6509 "cc",
6510 "libc",
6511]
6512
6513[[package]]
6514name = "libredox"
6515version = "0.1.3"
6516source = "registry+https://github.com/rust-lang/crates.io-index"
6517checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6518dependencies = [
6519 "bitflags 2.6.0",
6520 "libc",
6521 "redox_syscall 0.5.3",
6522]
6523
6524[[package]]
6525name = "libsqlite3-sys"
6526version = "0.28.0"
6527source = "registry+https://github.com/rust-lang/crates.io-index"
6528checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
6529dependencies = [
6530 "cc",
6531 "pkg-config",
6532 "vcpkg",
6533]
6534
6535[[package]]
6536name = "libz-sys"
6537version = "1.1.20"
6538source = "registry+https://github.com/rust-lang/crates.io-index"
6539checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6540dependencies = [
6541 "cc",
6542 "libc",
6543 "pkg-config",
6544 "vcpkg",
6545]
6546
6547[[package]]
6548name = "linkify"
6549version = "0.10.0"
6550source = "registry+https://github.com/rust-lang/crates.io-index"
6551checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
6552dependencies = [
6553 "memchr",
6554]
6555
6556[[package]]
6557name = "linkme"
6558version = "0.3.28"
6559source = "registry+https://github.com/rust-lang/crates.io-index"
6560checksum = "3c943daedff228392b791b33bba32e75737756e80a613e32e246c6ce9cbab20a"
6561dependencies = [
6562 "linkme-impl",
6563]
6564
6565[[package]]
6566name = "linkme-impl"
6567version = "0.3.28"
6568source = "registry+https://github.com/rust-lang/crates.io-index"
6569checksum = "cb26336e6dc7cc76e7927d2c9e7e3bb376d7af65a6f56a0b16c47d18a9b1abc5"
6570dependencies = [
6571 "proc-macro2",
6572 "quote",
6573 "syn 2.0.76",
6574]
6575
6576[[package]]
6577name = "linux-raw-sys"
6578version = "0.3.8"
6579source = "registry+https://github.com/rust-lang/crates.io-index"
6580checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6581
6582[[package]]
6583name = "linux-raw-sys"
6584version = "0.4.14"
6585source = "registry+https://github.com/rust-lang/crates.io-index"
6586checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
6587
6588[[package]]
6589name = "live_kit_client"
6590version = "0.1.0"
6591dependencies = [
6592 "anyhow",
6593 "async-broadcast",
6594 "async-trait",
6595 "collections",
6596 "core-foundation 0.9.4",
6597 "futures 0.3.30",
6598 "gpui",
6599 "live_kit_server",
6600 "log",
6601 "media",
6602 "nanoid",
6603 "parking_lot",
6604 "postage",
6605 "serde",
6606 "serde_json",
6607 "sha2",
6608 "simplelog",
6609]
6610
6611[[package]]
6612name = "live_kit_server"
6613version = "0.1.0"
6614dependencies = [
6615 "anyhow",
6616 "async-trait",
6617 "jsonwebtoken",
6618 "log",
6619 "prost",
6620 "prost-build",
6621 "prost-types",
6622 "reqwest 0.12.8",
6623 "serde",
6624]
6625
6626[[package]]
6627name = "lmdb-master-sys"
6628version = "0.2.4"
6629source = "registry+https://github.com/rust-lang/crates.io-index"
6630checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6631dependencies = [
6632 "cc",
6633 "doxygen-rs",
6634 "libc",
6635]
6636
6637[[package]]
6638name = "lock_api"
6639version = "0.4.12"
6640source = "registry+https://github.com/rust-lang/crates.io-index"
6641checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6642dependencies = [
6643 "autocfg",
6644 "scopeguard",
6645]
6646
6647[[package]]
6648name = "log"
6649version = "0.4.22"
6650source = "registry+https://github.com/rust-lang/crates.io-index"
6651checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6652dependencies = [
6653 "serde",
6654 "value-bag",
6655]
6656
6657[[package]]
6658name = "loop9"
6659version = "0.1.5"
6660source = "registry+https://github.com/rust-lang/crates.io-index"
6661checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6662dependencies = [
6663 "imgref",
6664]
6665
6666[[package]]
6667name = "lru"
6668version = "0.12.4"
6669source = "registry+https://github.com/rust-lang/crates.io-index"
6670checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6671dependencies = [
6672 "hashbrown 0.14.5",
6673]
6674
6675[[package]]
6676name = "lsp"
6677version = "0.1.0"
6678dependencies = [
6679 "anyhow",
6680 "async-pipe",
6681 "collections",
6682 "ctor",
6683 "env_logger 0.11.5",
6684 "futures 0.3.30",
6685 "gpui",
6686 "log",
6687 "lsp-types",
6688 "parking_lot",
6689 "postage",
6690 "release_channel",
6691 "serde",
6692 "serde_json",
6693 "smol",
6694 "util",
6695 "windows 0.58.0",
6696]
6697
6698[[package]]
6699name = "lsp-types"
6700version = "0.95.1"
6701source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
6702dependencies = [
6703 "bitflags 1.3.2",
6704 "serde",
6705 "serde_json",
6706 "serde_repr",
6707 "url",
6708]
6709
6710[[package]]
6711name = "lz4"
6712version = "1.26.0"
6713source = "registry+https://github.com/rust-lang/crates.io-index"
6714checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
6715dependencies = [
6716 "libc",
6717 "lz4-sys",
6718]
6719
6720[[package]]
6721name = "lz4-sys"
6722version = "1.10.0"
6723source = "registry+https://github.com/rust-lang/crates.io-index"
6724checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
6725dependencies = [
6726 "cc",
6727 "libc",
6728]
6729
6730[[package]]
6731name = "mac"
6732version = "0.1.1"
6733source = "registry+https://github.com/rust-lang/crates.io-index"
6734checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6735
6736[[package]]
6737name = "mach2"
6738version = "0.4.2"
6739source = "registry+https://github.com/rust-lang/crates.io-index"
6740checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
6741dependencies = [
6742 "libc",
6743]
6744
6745[[package]]
6746name = "malloc_buf"
6747version = "0.0.6"
6748source = "registry+https://github.com/rust-lang/crates.io-index"
6749checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6750dependencies = [
6751 "libc",
6752]
6753
6754[[package]]
6755name = "maplit"
6756version = "1.0.2"
6757source = "registry+https://github.com/rust-lang/crates.io-index"
6758checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
6759
6760[[package]]
6761name = "markdown"
6762version = "0.1.0"
6763dependencies = [
6764 "anyhow",
6765 "assets",
6766 "env_logger 0.11.5",
6767 "futures 0.3.30",
6768 "gpui",
6769 "language",
6770 "languages",
6771 "linkify",
6772 "log",
6773 "node_runtime",
6774 "pulldown-cmark 0.12.1",
6775 "settings",
6776 "theme",
6777 "ui",
6778 "util",
6779]
6780
6781[[package]]
6782name = "markdown_preview"
6783version = "0.1.0"
6784dependencies = [
6785 "anyhow",
6786 "async-recursion 1.1.1",
6787 "collections",
6788 "editor",
6789 "gpui",
6790 "language",
6791 "linkify",
6792 "log",
6793 "pretty_assertions",
6794 "pulldown-cmark 0.12.1",
6795 "settings",
6796 "theme",
6797 "ui",
6798 "workspace",
6799]
6800
6801[[package]]
6802name = "markup5ever"
6803version = "0.12.1"
6804source = "registry+https://github.com/rust-lang/crates.io-index"
6805checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
6806dependencies = [
6807 "log",
6808 "phf",
6809 "phf_codegen",
6810 "string_cache",
6811 "string_cache_codegen",
6812 "tendril",
6813]
6814
6815[[package]]
6816name = "markup5ever_rcdom"
6817version = "0.3.0"
6818source = "registry+https://github.com/rust-lang/crates.io-index"
6819checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
6820dependencies = [
6821 "html5ever",
6822 "markup5ever",
6823 "tendril",
6824 "xml5ever",
6825]
6826
6827[[package]]
6828name = "matchers"
6829version = "0.1.0"
6830source = "registry+https://github.com/rust-lang/crates.io-index"
6831checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6832dependencies = [
6833 "regex-automata 0.1.10",
6834]
6835
6836[[package]]
6837name = "matchit"
6838version = "0.7.3"
6839source = "registry+https://github.com/rust-lang/crates.io-index"
6840checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6841
6842[[package]]
6843name = "maybe-owned"
6844version = "0.3.4"
6845source = "registry+https://github.com/rust-lang/crates.io-index"
6846checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6847
6848[[package]]
6849name = "maybe-rayon"
6850version = "0.1.1"
6851source = "registry+https://github.com/rust-lang/crates.io-index"
6852checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
6853dependencies = [
6854 "cfg-if",
6855]
6856
6857[[package]]
6858name = "md-5"
6859version = "0.10.6"
6860source = "registry+https://github.com/rust-lang/crates.io-index"
6861checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
6862dependencies = [
6863 "cfg-if",
6864 "digest",
6865]
6866
6867[[package]]
6868name = "mdbook"
6869version = "0.4.40"
6870source = "registry+https://github.com/rust-lang/crates.io-index"
6871checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
6872dependencies = [
6873 "ammonia",
6874 "anyhow",
6875 "chrono",
6876 "clap",
6877 "clap_complete",
6878 "elasticlunr-rs",
6879 "env_logger 0.11.5",
6880 "futures-util",
6881 "handlebars 5.1.2",
6882 "ignore",
6883 "log",
6884 "memchr",
6885 "notify",
6886 "notify-debouncer-mini",
6887 "once_cell",
6888 "opener",
6889 "pathdiff",
6890 "pulldown-cmark 0.10.3",
6891 "regex",
6892 "serde",
6893 "serde_json",
6894 "shlex",
6895 "tempfile",
6896 "tokio",
6897 "toml 0.5.11",
6898 "topological-sort",
6899 "walkdir",
6900 "warp",
6901]
6902
6903[[package]]
6904name = "media"
6905version = "0.1.0"
6906dependencies = [
6907 "anyhow",
6908 "bindgen 0.70.1",
6909 "core-foundation 0.9.4",
6910 "foreign-types 0.5.0",
6911 "metal",
6912 "objc",
6913]
6914
6915[[package]]
6916name = "memchr"
6917version = "2.7.4"
6918source = "registry+https://github.com/rust-lang/crates.io-index"
6919checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
6920
6921[[package]]
6922name = "memfd"
6923version = "0.6.4"
6924source = "registry+https://github.com/rust-lang/crates.io-index"
6925checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6926dependencies = [
6927 "rustix 0.38.35",
6928]
6929
6930[[package]]
6931name = "memmap2"
6932version = "0.9.4"
6933source = "registry+https://github.com/rust-lang/crates.io-index"
6934checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6935dependencies = [
6936 "libc",
6937]
6938
6939[[package]]
6940name = "memoffset"
6941version = "0.9.1"
6942source = "registry+https://github.com/rust-lang/crates.io-index"
6943checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
6944dependencies = [
6945 "autocfg",
6946]
6947
6948[[package]]
6949name = "menu"
6950version = "0.1.0"
6951dependencies = [
6952 "gpui",
6953 "serde",
6954]
6955
6956[[package]]
6957name = "metal"
6958version = "0.29.0"
6959source = "registry+https://github.com/rust-lang/crates.io-index"
6960checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
6961dependencies = [
6962 "bitflags 2.6.0",
6963 "block",
6964 "core-graphics-types 0.1.3",
6965 "foreign-types 0.5.0",
6966 "log",
6967 "objc",
6968 "paste",
6969]
6970
6971[[package]]
6972name = "mimalloc"
6973version = "0.1.43"
6974source = "registry+https://github.com/rust-lang/crates.io-index"
6975checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
6976dependencies = [
6977 "libmimalloc-sys",
6978]
6979
6980[[package]]
6981name = "mime"
6982version = "0.3.17"
6983source = "registry+https://github.com/rust-lang/crates.io-index"
6984checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
6985
6986[[package]]
6987name = "mime_guess"
6988version = "2.0.5"
6989source = "registry+https://github.com/rust-lang/crates.io-index"
6990checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
6991dependencies = [
6992 "mime",
6993 "unicase",
6994]
6995
6996[[package]]
6997name = "minimal-lexical"
6998version = "0.2.1"
6999source = "registry+https://github.com/rust-lang/crates.io-index"
7000checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7001
7002[[package]]
7003name = "miniz_oxide"
7004version = "0.7.4"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
7007dependencies = [
7008 "adler",
7009 "simd-adler32",
7010]
7011
7012[[package]]
7013name = "miniz_oxide"
7014version = "0.8.0"
7015source = "registry+https://github.com/rust-lang/crates.io-index"
7016checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7017dependencies = [
7018 "adler2",
7019]
7020
7021[[package]]
7022name = "mint"
7023version = "0.5.9"
7024source = "registry+https://github.com/rust-lang/crates.io-index"
7025checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7026
7027[[package]]
7028name = "mio"
7029version = "0.8.11"
7030source = "registry+https://github.com/rust-lang/crates.io-index"
7031checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7032dependencies = [
7033 "libc",
7034 "log",
7035 "wasi 0.11.0+wasi-snapshot-preview1",
7036 "windows-sys 0.48.0",
7037]
7038
7039[[package]]
7040name = "mio"
7041version = "1.0.2"
7042source = "registry+https://github.com/rust-lang/crates.io-index"
7043checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
7044dependencies = [
7045 "hermit-abi 0.3.9",
7046 "libc",
7047 "log",
7048 "wasi 0.11.0+wasi-snapshot-preview1",
7049 "windows-sys 0.52.0",
7050]
7051
7052[[package]]
7053name = "miow"
7054version = "0.6.0"
7055source = "registry+https://github.com/rust-lang/crates.io-index"
7056checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7057dependencies = [
7058 "windows-sys 0.48.0",
7059]
7060
7061[[package]]
7062name = "msvc_spectre_libs"
7063version = "0.1.2"
7064source = "registry+https://github.com/rust-lang/crates.io-index"
7065checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7066dependencies = [
7067 "cc",
7068]
7069
7070[[package]]
7071name = "multi_buffer"
7072version = "0.1.0"
7073dependencies = [
7074 "anyhow",
7075 "clock",
7076 "collections",
7077 "ctor",
7078 "env_logger 0.11.5",
7079 "futures 0.3.30",
7080 "gpui",
7081 "itertools 0.13.0",
7082 "language",
7083 "log",
7084 "parking_lot",
7085 "rand 0.8.5",
7086 "serde",
7087 "settings",
7088 "smallvec",
7089 "sum_tree",
7090 "text",
7091 "theme",
7092 "util",
7093]
7094
7095[[package]]
7096name = "multimap"
7097version = "0.8.3"
7098source = "registry+https://github.com/rust-lang/crates.io-index"
7099checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7100
7101[[package]]
7102name = "naga"
7103version = "22.1.0"
7104source = "registry+https://github.com/rust-lang/crates.io-index"
7105checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
7106dependencies = [
7107 "arrayvec",
7108 "bit-set 0.6.0",
7109 "bitflags 2.6.0",
7110 "cfg_aliases 0.1.1",
7111 "codespan-reporting",
7112 "hexf-parse",
7113 "indexmap 2.4.0",
7114 "log",
7115 "rustc-hash 1.1.0",
7116 "spirv",
7117 "termcolor",
7118 "thiserror",
7119 "unicode-xid",
7120]
7121
7122[[package]]
7123name = "nanoid"
7124version = "0.4.0"
7125source = "registry+https://github.com/rust-lang/crates.io-index"
7126checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7127dependencies = [
7128 "rand 0.8.5",
7129]
7130
7131[[package]]
7132name = "nanorand"
7133version = "0.7.0"
7134source = "registry+https://github.com/rust-lang/crates.io-index"
7135checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7136dependencies = [
7137 "getrandom 0.2.15",
7138]
7139
7140[[package]]
7141name = "native-tls"
7142version = "0.2.12"
7143source = "registry+https://github.com/rust-lang/crates.io-index"
7144checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7145dependencies = [
7146 "libc",
7147 "log",
7148 "openssl",
7149 "openssl-probe",
7150 "openssl-sys",
7151 "schannel",
7152 "security-framework",
7153 "security-framework-sys",
7154 "tempfile",
7155]
7156
7157[[package]]
7158name = "nbformat"
7159version = "0.3.1"
7160source = "registry+https://github.com/rust-lang/crates.io-index"
7161checksum = "146074ad45cab20f5d98ccded164826158471f21d04f96e40b9872529e10979d"
7162dependencies = [
7163 "anyhow",
7164 "chrono",
7165 "jupyter-serde",
7166 "serde",
7167 "serde_json",
7168 "thiserror",
7169 "uuid",
7170]
7171
7172[[package]]
7173name = "ndk"
7174version = "0.8.0"
7175source = "registry+https://github.com/rust-lang/crates.io-index"
7176checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7177dependencies = [
7178 "bitflags 2.6.0",
7179 "jni-sys",
7180 "log",
7181 "ndk-sys",
7182 "num_enum",
7183 "thiserror",
7184]
7185
7186[[package]]
7187name = "ndk-context"
7188version = "0.1.1"
7189source = "registry+https://github.com/rust-lang/crates.io-index"
7190checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7191
7192[[package]]
7193name = "ndk-sys"
7194version = "0.5.0+25.2.9519653"
7195source = "registry+https://github.com/rust-lang/crates.io-index"
7196checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7197dependencies = [
7198 "jni-sys",
7199]
7200
7201[[package]]
7202name = "new_debug_unreachable"
7203version = "1.0.6"
7204source = "registry+https://github.com/rust-lang/crates.io-index"
7205checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7206
7207[[package]]
7208name = "nix"
7209version = "0.29.0"
7210source = "registry+https://github.com/rust-lang/crates.io-index"
7211checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7212dependencies = [
7213 "bitflags 2.6.0",
7214 "cfg-if",
7215 "cfg_aliases 0.2.1",
7216 "libc",
7217 "memoffset",
7218]
7219
7220[[package]]
7221name = "node_runtime"
7222version = "0.1.0"
7223dependencies = [
7224 "anyhow",
7225 "async-compression",
7226 "async-std",
7227 "async-tar",
7228 "async-trait",
7229 "async-watch",
7230 "async_zip",
7231 "futures 0.3.30",
7232 "http_client",
7233 "log",
7234 "paths",
7235 "semver",
7236 "serde",
7237 "serde_json",
7238 "smol",
7239 "tempfile",
7240 "util",
7241 "walkdir",
7242 "which 6.0.3",
7243 "windows 0.58.0",
7244]
7245
7246[[package]]
7247name = "nom"
7248version = "7.1.3"
7249source = "registry+https://github.com/rust-lang/crates.io-index"
7250checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7251dependencies = [
7252 "memchr",
7253 "minimal-lexical",
7254]
7255
7256[[package]]
7257name = "noop_proc_macro"
7258version = "0.3.0"
7259source = "registry+https://github.com/rust-lang/crates.io-index"
7260checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7261
7262[[package]]
7263name = "normpath"
7264version = "1.3.0"
7265source = "registry+https://github.com/rust-lang/crates.io-index"
7266checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7267dependencies = [
7268 "windows-sys 0.59.0",
7269]
7270
7271[[package]]
7272name = "notifications"
7273version = "0.1.0"
7274dependencies = [
7275 "anyhow",
7276 "channel",
7277 "client",
7278 "collections",
7279 "db",
7280 "gpui",
7281 "rpc",
7282 "settings",
7283 "sum_tree",
7284 "time",
7285 "util",
7286]
7287
7288[[package]]
7289name = "notify"
7290version = "6.1.1"
7291source = "registry+https://github.com/rust-lang/crates.io-index"
7292checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7293dependencies = [
7294 "bitflags 2.6.0",
7295 "crossbeam-channel",
7296 "filetime",
7297 "fsevent-sys 4.1.0",
7298 "inotify",
7299 "kqueue",
7300 "libc",
7301 "log",
7302 "mio 0.8.11",
7303 "walkdir",
7304 "windows-sys 0.48.0",
7305]
7306
7307[[package]]
7308name = "notify-debouncer-mini"
7309version = "0.4.1"
7310source = "registry+https://github.com/rust-lang/crates.io-index"
7311checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7312dependencies = [
7313 "crossbeam-channel",
7314 "log",
7315 "notify",
7316]
7317
7318[[package]]
7319name = "ntapi"
7320version = "0.4.1"
7321source = "registry+https://github.com/rust-lang/crates.io-index"
7322checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7323dependencies = [
7324 "winapi",
7325]
7326
7327[[package]]
7328name = "nu-ansi-term"
7329version = "0.46.0"
7330source = "registry+https://github.com/rust-lang/crates.io-index"
7331checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7332dependencies = [
7333 "overload",
7334 "winapi",
7335]
7336
7337[[package]]
7338name = "num"
7339version = "0.4.3"
7340source = "registry+https://github.com/rust-lang/crates.io-index"
7341checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7342dependencies = [
7343 "num-bigint",
7344 "num-complex",
7345 "num-integer",
7346 "num-iter",
7347 "num-rational",
7348 "num-traits",
7349]
7350
7351[[package]]
7352name = "num-bigint"
7353version = "0.4.6"
7354source = "registry+https://github.com/rust-lang/crates.io-index"
7355checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7356dependencies = [
7357 "num-integer",
7358 "num-traits",
7359]
7360
7361[[package]]
7362name = "num-bigint-dig"
7363version = "0.8.4"
7364source = "registry+https://github.com/rust-lang/crates.io-index"
7365checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7366dependencies = [
7367 "byteorder",
7368 "lazy_static",
7369 "libm",
7370 "num-integer",
7371 "num-iter",
7372 "num-traits",
7373 "rand 0.8.5",
7374 "serde",
7375 "smallvec",
7376 "zeroize",
7377]
7378
7379[[package]]
7380name = "num-complex"
7381version = "0.4.6"
7382source = "registry+https://github.com/rust-lang/crates.io-index"
7383checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7384dependencies = [
7385 "num-traits",
7386]
7387
7388[[package]]
7389name = "num-conv"
7390version = "0.1.0"
7391source = "registry+https://github.com/rust-lang/crates.io-index"
7392checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7393
7394[[package]]
7395name = "num-derive"
7396version = "0.4.2"
7397source = "registry+https://github.com/rust-lang/crates.io-index"
7398checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7399dependencies = [
7400 "proc-macro2",
7401 "quote",
7402 "syn 2.0.76",
7403]
7404
7405[[package]]
7406name = "num-format"
7407version = "0.4.4"
7408source = "registry+https://github.com/rust-lang/crates.io-index"
7409checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7410dependencies = [
7411 "arrayvec",
7412 "itoa",
7413]
7414
7415[[package]]
7416name = "num-integer"
7417version = "0.1.46"
7418source = "registry+https://github.com/rust-lang/crates.io-index"
7419checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7420dependencies = [
7421 "num-traits",
7422]
7423
7424[[package]]
7425name = "num-iter"
7426version = "0.1.45"
7427source = "registry+https://github.com/rust-lang/crates.io-index"
7428checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7429dependencies = [
7430 "autocfg",
7431 "num-integer",
7432 "num-traits",
7433]
7434
7435[[package]]
7436name = "num-rational"
7437version = "0.4.2"
7438source = "registry+https://github.com/rust-lang/crates.io-index"
7439checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7440dependencies = [
7441 "num-bigint",
7442 "num-integer",
7443 "num-traits",
7444]
7445
7446[[package]]
7447name = "num-traits"
7448version = "0.2.19"
7449source = "registry+https://github.com/rust-lang/crates.io-index"
7450checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7451dependencies = [
7452 "autocfg",
7453 "libm",
7454]
7455
7456[[package]]
7457name = "num_cpus"
7458version = "1.16.0"
7459source = "registry+https://github.com/rust-lang/crates.io-index"
7460checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7461dependencies = [
7462 "hermit-abi 0.3.9",
7463 "libc",
7464]
7465
7466[[package]]
7467name = "num_enum"
7468version = "0.7.3"
7469source = "registry+https://github.com/rust-lang/crates.io-index"
7470checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7471dependencies = [
7472 "num_enum_derive",
7473]
7474
7475[[package]]
7476name = "num_enum_derive"
7477version = "0.7.3"
7478source = "registry+https://github.com/rust-lang/crates.io-index"
7479checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7480dependencies = [
7481 "proc-macro-crate",
7482 "proc-macro2",
7483 "quote",
7484 "syn 2.0.76",
7485]
7486
7487[[package]]
7488name = "num_threads"
7489version = "0.1.7"
7490source = "registry+https://github.com/rust-lang/crates.io-index"
7491checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7492dependencies = [
7493 "libc",
7494]
7495
7496[[package]]
7497name = "nvim-rs"
7498version = "0.8.0-pre"
7499source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7500dependencies = [
7501 "async-trait",
7502 "futures 0.3.30",
7503 "log",
7504 "parity-tokio-ipc",
7505 "rmp",
7506 "rmpv",
7507 "tokio",
7508 "tokio-util",
7509 "winapi",
7510]
7511
7512[[package]]
7513name = "objc"
7514version = "0.2.7"
7515source = "registry+https://github.com/rust-lang/crates.io-index"
7516checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7517dependencies = [
7518 "malloc_buf",
7519]
7520
7521[[package]]
7522name = "object"
7523version = "0.36.4"
7524source = "registry+https://github.com/rust-lang/crates.io-index"
7525checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
7526dependencies = [
7527 "crc32fast",
7528 "hashbrown 0.14.5",
7529 "indexmap 2.4.0",
7530 "memchr",
7531]
7532
7533[[package]]
7534name = "oboe"
7535version = "0.6.1"
7536source = "registry+https://github.com/rust-lang/crates.io-index"
7537checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7538dependencies = [
7539 "jni",
7540 "ndk",
7541 "ndk-context",
7542 "num-derive",
7543 "num-traits",
7544 "oboe-sys",
7545]
7546
7547[[package]]
7548name = "oboe-sys"
7549version = "0.6.1"
7550source = "registry+https://github.com/rust-lang/crates.io-index"
7551checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7552dependencies = [
7553 "cc",
7554]
7555
7556[[package]]
7557name = "ollama"
7558version = "0.1.0"
7559dependencies = [
7560 "anyhow",
7561 "futures 0.3.30",
7562 "http_client",
7563 "schemars",
7564 "serde",
7565 "serde_json",
7566]
7567
7568[[package]]
7569name = "once_cell"
7570version = "1.19.0"
7571source = "registry+https://github.com/rust-lang/crates.io-index"
7572checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7573
7574[[package]]
7575name = "oo7"
7576version = "0.3.3"
7577source = "registry+https://github.com/rust-lang/crates.io-index"
7578checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7579dependencies = [
7580 "aes",
7581 "async-fs 2.1.2",
7582 "async-io 2.3.4",
7583 "async-lock 3.4.0",
7584 "async-net 2.0.0",
7585 "blocking",
7586 "cbc",
7587 "cipher",
7588 "digest",
7589 "endi",
7590 "futures-lite 2.3.0",
7591 "futures-util",
7592 "hkdf",
7593 "hmac",
7594 "md-5",
7595 "num",
7596 "num-bigint-dig",
7597 "pbkdf2",
7598 "rand 0.8.5",
7599 "serde",
7600 "sha2",
7601 "subtle",
7602 "zbus",
7603 "zeroize",
7604 "zvariant",
7605]
7606
7607[[package]]
7608name = "oorandom"
7609version = "11.1.4"
7610source = "registry+https://github.com/rust-lang/crates.io-index"
7611checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7612
7613[[package]]
7614name = "open"
7615version = "5.3.0"
7616source = "registry+https://github.com/rust-lang/crates.io-index"
7617checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7618dependencies = [
7619 "is-wsl",
7620 "libc",
7621 "pathdiff",
7622]
7623
7624[[package]]
7625name = "open_ai"
7626version = "0.1.0"
7627dependencies = [
7628 "anyhow",
7629 "futures 0.3.30",
7630 "http_client",
7631 "schemars",
7632 "serde",
7633 "serde_json",
7634 "strum 0.25.0",
7635]
7636
7637[[package]]
7638name = "opener"
7639version = "0.7.2"
7640source = "registry+https://github.com/rust-lang/crates.io-index"
7641checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
7642dependencies = [
7643 "bstr",
7644 "dbus",
7645 "normpath",
7646 "windows-sys 0.59.0",
7647]
7648
7649[[package]]
7650name = "openssl"
7651version = "0.10.66"
7652source = "registry+https://github.com/rust-lang/crates.io-index"
7653checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7654dependencies = [
7655 "bitflags 2.6.0",
7656 "cfg-if",
7657 "foreign-types 0.3.2",
7658 "libc",
7659 "once_cell",
7660 "openssl-macros",
7661 "openssl-sys",
7662]
7663
7664[[package]]
7665name = "openssl-macros"
7666version = "0.1.1"
7667source = "registry+https://github.com/rust-lang/crates.io-index"
7668checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7669dependencies = [
7670 "proc-macro2",
7671 "quote",
7672 "syn 2.0.76",
7673]
7674
7675[[package]]
7676name = "openssl-probe"
7677version = "0.1.5"
7678source = "registry+https://github.com/rust-lang/crates.io-index"
7679checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7680
7681[[package]]
7682name = "openssl-src"
7683version = "300.3.1+3.3.1"
7684source = "registry+https://github.com/rust-lang/crates.io-index"
7685checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
7686dependencies = [
7687 "cc",
7688]
7689
7690[[package]]
7691name = "openssl-sys"
7692version = "0.9.103"
7693source = "registry+https://github.com/rust-lang/crates.io-index"
7694checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
7695dependencies = [
7696 "cc",
7697 "libc",
7698 "openssl-src",
7699 "pkg-config",
7700 "vcpkg",
7701]
7702
7703[[package]]
7704name = "option-ext"
7705version = "0.2.0"
7706source = "registry+https://github.com/rust-lang/crates.io-index"
7707checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7708
7709[[package]]
7710name = "ordered-float"
7711version = "2.10.1"
7712source = "registry+https://github.com/rust-lang/crates.io-index"
7713checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
7714dependencies = [
7715 "num-traits",
7716]
7717
7718[[package]]
7719name = "ordered-float"
7720version = "3.9.2"
7721source = "registry+https://github.com/rust-lang/crates.io-index"
7722checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
7723dependencies = [
7724 "num-traits",
7725]
7726
7727[[package]]
7728name = "ordered-stream"
7729version = "0.2.0"
7730source = "registry+https://github.com/rust-lang/crates.io-index"
7731checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7732dependencies = [
7733 "futures-core",
7734 "pin-project-lite",
7735]
7736
7737[[package]]
7738name = "ouroboros"
7739version = "0.17.2"
7740source = "registry+https://github.com/rust-lang/crates.io-index"
7741checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7742dependencies = [
7743 "aliasable",
7744 "ouroboros_macro",
7745 "static_assertions",
7746]
7747
7748[[package]]
7749name = "ouroboros_macro"
7750version = "0.17.2"
7751source = "registry+https://github.com/rust-lang/crates.io-index"
7752checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7753dependencies = [
7754 "heck 0.4.1",
7755 "proc-macro-error",
7756 "proc-macro2",
7757 "quote",
7758 "syn 2.0.76",
7759]
7760
7761[[package]]
7762name = "outline"
7763version = "0.1.0"
7764dependencies = [
7765 "editor",
7766 "fuzzy",
7767 "gpui",
7768 "indoc",
7769 "language",
7770 "menu",
7771 "ordered-float 2.10.1",
7772 "picker",
7773 "project",
7774 "rope",
7775 "serde_json",
7776 "smol",
7777 "theme",
7778 "tree-sitter-rust",
7779 "tree-sitter-typescript",
7780 "ui",
7781 "util",
7782 "workspace",
7783]
7784
7785[[package]]
7786name = "outline_panel"
7787version = "0.1.0"
7788dependencies = [
7789 "anyhow",
7790 "collections",
7791 "db",
7792 "editor",
7793 "file_icons",
7794 "fuzzy",
7795 "gpui",
7796 "itertools 0.13.0",
7797 "language",
7798 "log",
7799 "menu",
7800 "pretty_assertions",
7801 "project",
7802 "schemars",
7803 "search",
7804 "serde",
7805 "serde_json",
7806 "settings",
7807 "smallvec",
7808 "smol",
7809 "theme",
7810 "ui",
7811 "util",
7812 "workspace",
7813 "worktree",
7814]
7815
7816[[package]]
7817name = "outref"
7818version = "0.5.1"
7819source = "registry+https://github.com/rust-lang/crates.io-index"
7820checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7821
7822[[package]]
7823name = "overload"
7824version = "0.1.1"
7825source = "registry+https://github.com/rust-lang/crates.io-index"
7826checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7827
7828[[package]]
7829name = "p256"
7830version = "0.11.1"
7831source = "registry+https://github.com/rust-lang/crates.io-index"
7832checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7833dependencies = [
7834 "ecdsa",
7835 "elliptic-curve",
7836 "sha2",
7837]
7838
7839[[package]]
7840name = "page_size"
7841version = "0.6.0"
7842source = "registry+https://github.com/rust-lang/crates.io-index"
7843checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7844dependencies = [
7845 "libc",
7846 "winapi",
7847]
7848
7849[[package]]
7850name = "palette"
7851version = "0.7.6"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
7854dependencies = [
7855 "approx",
7856 "fast-srgb8",
7857 "palette_derive",
7858]
7859
7860[[package]]
7861name = "palette_derive"
7862version = "0.7.6"
7863source = "registry+https://github.com/rust-lang/crates.io-index"
7864checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
7865dependencies = [
7866 "by_address",
7867 "proc-macro2",
7868 "quote",
7869 "syn 2.0.76",
7870]
7871
7872[[package]]
7873name = "parity-tokio-ipc"
7874version = "0.9.0"
7875source = "registry+https://github.com/rust-lang/crates.io-index"
7876checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7877dependencies = [
7878 "futures 0.3.30",
7879 "libc",
7880 "log",
7881 "rand 0.7.3",
7882 "tokio",
7883 "winapi",
7884]
7885
7886[[package]]
7887name = "parking"
7888version = "2.2.1"
7889source = "registry+https://github.com/rust-lang/crates.io-index"
7890checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
7891
7892[[package]]
7893name = "parking_lot"
7894version = "0.12.3"
7895source = "registry+https://github.com/rust-lang/crates.io-index"
7896checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
7897dependencies = [
7898 "lock_api",
7899 "parking_lot_core",
7900]
7901
7902[[package]]
7903name = "parking_lot_core"
7904version = "0.9.10"
7905source = "registry+https://github.com/rust-lang/crates.io-index"
7906checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
7907dependencies = [
7908 "cfg-if",
7909 "libc",
7910 "redox_syscall 0.5.3",
7911 "smallvec",
7912 "windows-targets 0.52.6",
7913]
7914
7915[[package]]
7916name = "password-hash"
7917version = "0.5.0"
7918source = "registry+https://github.com/rust-lang/crates.io-index"
7919checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
7920dependencies = [
7921 "base64ct",
7922 "rand_core 0.6.4",
7923 "subtle",
7924]
7925
7926[[package]]
7927name = "paste"
7928version = "1.0.15"
7929source = "registry+https://github.com/rust-lang/crates.io-index"
7930checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
7931
7932[[package]]
7933name = "pathdiff"
7934version = "0.2.1"
7935source = "registry+https://github.com/rust-lang/crates.io-index"
7936checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
7937
7938[[package]]
7939name = "pathfinder_geometry"
7940version = "0.5.1"
7941source = "registry+https://github.com/rust-lang/crates.io-index"
7942checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
7943dependencies = [
7944 "log",
7945 "pathfinder_simd",
7946]
7947
7948[[package]]
7949name = "pathfinder_simd"
7950version = "0.5.4"
7951source = "registry+https://github.com/rust-lang/crates.io-index"
7952checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
7953dependencies = [
7954 "rustc_version",
7955]
7956
7957[[package]]
7958name = "paths"
7959version = "0.1.0"
7960dependencies = [
7961 "dirs 4.0.0",
7962 "util",
7963]
7964
7965[[package]]
7966name = "pbkdf2"
7967version = "0.12.2"
7968source = "registry+https://github.com/rust-lang/crates.io-index"
7969checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7970dependencies = [
7971 "digest",
7972 "hmac",
7973]
7974
7975[[package]]
7976name = "pem"
7977version = "3.0.4"
7978source = "registry+https://github.com/rust-lang/crates.io-index"
7979checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
7980dependencies = [
7981 "base64 0.22.1",
7982 "serde",
7983]
7984
7985[[package]]
7986name = "pem-rfc7468"
7987version = "0.7.0"
7988source = "registry+https://github.com/rust-lang/crates.io-index"
7989checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
7990dependencies = [
7991 "base64ct",
7992]
7993
7994[[package]]
7995name = "percent-encoding"
7996version = "2.3.1"
7997source = "registry+https://github.com/rust-lang/crates.io-index"
7998checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
7999
8000[[package]]
8001name = "perplexity"
8002version = "0.1.0"
8003dependencies = [
8004 "serde",
8005 "zed_extension_api 0.2.0",
8006]
8007
8008[[package]]
8009name = "pest"
8010version = "2.7.11"
8011source = "registry+https://github.com/rust-lang/crates.io-index"
8012checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
8013dependencies = [
8014 "memchr",
8015 "thiserror",
8016 "ucd-trie",
8017]
8018
8019[[package]]
8020name = "pest_derive"
8021version = "2.7.11"
8022source = "registry+https://github.com/rust-lang/crates.io-index"
8023checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
8024dependencies = [
8025 "pest",
8026 "pest_generator",
8027]
8028
8029[[package]]
8030name = "pest_generator"
8031version = "2.7.11"
8032source = "registry+https://github.com/rust-lang/crates.io-index"
8033checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
8034dependencies = [
8035 "pest",
8036 "pest_meta",
8037 "proc-macro2",
8038 "quote",
8039 "syn 2.0.76",
8040]
8041
8042[[package]]
8043name = "pest_meta"
8044version = "2.7.11"
8045source = "registry+https://github.com/rust-lang/crates.io-index"
8046checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
8047dependencies = [
8048 "once_cell",
8049 "pest",
8050 "sha2",
8051]
8052
8053[[package]]
8054name = "pet"
8055version = "0.1.0"
8056source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8057dependencies = [
8058 "clap",
8059 "env_logger 0.10.2",
8060 "lazy_static",
8061 "log",
8062 "msvc_spectre_libs",
8063 "pet-conda",
8064 "pet-core",
8065 "pet-env-var-path",
8066 "pet-fs",
8067 "pet-global-virtualenvs",
8068 "pet-homebrew",
8069 "pet-jsonrpc",
8070 "pet-linux-global-python",
8071 "pet-mac-commandlinetools",
8072 "pet-mac-python-org",
8073 "pet-mac-xcode",
8074 "pet-pipenv",
8075 "pet-poetry",
8076 "pet-pyenv",
8077 "pet-python-utils",
8078 "pet-reporter",
8079 "pet-telemetry",
8080 "pet-venv",
8081 "pet-virtualenv",
8082 "pet-virtualenvwrapper",
8083 "pet-windows-registry",
8084 "pet-windows-store",
8085 "serde",
8086 "serde_json",
8087]
8088
8089[[package]]
8090name = "pet-conda"
8091version = "0.1.0"
8092source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8093dependencies = [
8094 "env_logger 0.10.2",
8095 "lazy_static",
8096 "log",
8097 "msvc_spectre_libs",
8098 "pet-core",
8099 "pet-fs",
8100 "pet-python-utils",
8101 "pet-reporter",
8102 "regex",
8103 "serde",
8104 "serde_json",
8105 "yaml-rust2",
8106]
8107
8108[[package]]
8109name = "pet-core"
8110version = "0.1.0"
8111source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8112dependencies = [
8113 "clap",
8114 "lazy_static",
8115 "log",
8116 "msvc_spectre_libs",
8117 "pet-fs",
8118 "regex",
8119 "serde",
8120 "serde_json",
8121]
8122
8123[[package]]
8124name = "pet-env-var-path"
8125version = "0.1.0"
8126source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8127dependencies = [
8128 "lazy_static",
8129 "log",
8130 "msvc_spectre_libs",
8131 "pet-conda",
8132 "pet-core",
8133 "pet-fs",
8134 "pet-python-utils",
8135 "pet-virtualenv",
8136 "regex",
8137]
8138
8139[[package]]
8140name = "pet-fs"
8141version = "0.1.0"
8142source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8143dependencies = [
8144 "log",
8145 "msvc_spectre_libs",
8146]
8147
8148[[package]]
8149name = "pet-global-virtualenvs"
8150version = "0.1.0"
8151source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8152dependencies = [
8153 "log",
8154 "msvc_spectre_libs",
8155 "pet-conda",
8156 "pet-core",
8157 "pet-fs",
8158 "pet-virtualenv",
8159]
8160
8161[[package]]
8162name = "pet-homebrew"
8163version = "0.1.0"
8164source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8165dependencies = [
8166 "lazy_static",
8167 "log",
8168 "msvc_spectre_libs",
8169 "pet-conda",
8170 "pet-core",
8171 "pet-fs",
8172 "pet-python-utils",
8173 "pet-virtualenv",
8174 "regex",
8175 "serde",
8176 "serde_json",
8177]
8178
8179[[package]]
8180name = "pet-jsonrpc"
8181version = "0.1.0"
8182source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8183dependencies = [
8184 "env_logger 0.10.2",
8185 "log",
8186 "msvc_spectre_libs",
8187 "pet-core",
8188 "serde",
8189 "serde_json",
8190]
8191
8192[[package]]
8193name = "pet-linux-global-python"
8194version = "0.1.0"
8195source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8196dependencies = [
8197 "log",
8198 "msvc_spectre_libs",
8199 "pet-core",
8200 "pet-fs",
8201 "pet-python-utils",
8202 "pet-virtualenv",
8203]
8204
8205[[package]]
8206name = "pet-mac-commandlinetools"
8207version = "0.1.0"
8208source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8209dependencies = [
8210 "log",
8211 "msvc_spectre_libs",
8212 "pet-core",
8213 "pet-fs",
8214 "pet-python-utils",
8215 "pet-virtualenv",
8216]
8217
8218[[package]]
8219name = "pet-mac-python-org"
8220version = "0.1.0"
8221source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8222dependencies = [
8223 "log",
8224 "msvc_spectre_libs",
8225 "pet-core",
8226 "pet-fs",
8227 "pet-python-utils",
8228 "pet-virtualenv",
8229]
8230
8231[[package]]
8232name = "pet-mac-xcode"
8233version = "0.1.0"
8234source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8235dependencies = [
8236 "log",
8237 "msvc_spectre_libs",
8238 "pet-core",
8239 "pet-fs",
8240 "pet-python-utils",
8241 "pet-virtualenv",
8242]
8243
8244[[package]]
8245name = "pet-pipenv"
8246version = "0.1.0"
8247source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8248dependencies = [
8249 "log",
8250 "msvc_spectre_libs",
8251 "pet-core",
8252 "pet-fs",
8253 "pet-python-utils",
8254 "pet-virtualenv",
8255]
8256
8257[[package]]
8258name = "pet-poetry"
8259version = "0.1.0"
8260source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8261dependencies = [
8262 "base64 0.22.1",
8263 "lazy_static",
8264 "log",
8265 "msvc_spectre_libs",
8266 "pet-core",
8267 "pet-fs",
8268 "pet-python-utils",
8269 "pet-reporter",
8270 "pet-virtualenv",
8271 "regex",
8272 "serde",
8273 "serde_json",
8274 "sha2",
8275 "toml 0.8.19",
8276]
8277
8278[[package]]
8279name = "pet-pyenv"
8280version = "0.1.0"
8281source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8282dependencies = [
8283 "lazy_static",
8284 "log",
8285 "msvc_spectre_libs",
8286 "pet-conda",
8287 "pet-core",
8288 "pet-fs",
8289 "pet-python-utils",
8290 "pet-reporter",
8291 "regex",
8292 "serde",
8293 "serde_json",
8294]
8295
8296[[package]]
8297name = "pet-python-utils"
8298version = "0.1.0"
8299source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8300dependencies = [
8301 "env_logger 0.10.2",
8302 "lazy_static",
8303 "log",
8304 "msvc_spectre_libs",
8305 "pet-core",
8306 "pet-fs",
8307 "regex",
8308 "serde",
8309 "serde_json",
8310 "sha2",
8311]
8312
8313[[package]]
8314name = "pet-reporter"
8315version = "0.1.0"
8316source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8317dependencies = [
8318 "env_logger 0.10.2",
8319 "log",
8320 "msvc_spectre_libs",
8321 "pet-core",
8322 "pet-jsonrpc",
8323 "serde",
8324 "serde_json",
8325]
8326
8327[[package]]
8328name = "pet-telemetry"
8329version = "0.1.0"
8330source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8331dependencies = [
8332 "env_logger 0.10.2",
8333 "lazy_static",
8334 "log",
8335 "msvc_spectre_libs",
8336 "pet-core",
8337 "pet-fs",
8338 "pet-python-utils",
8339 "regex",
8340]
8341
8342[[package]]
8343name = "pet-venv"
8344version = "0.1.0"
8345source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8346dependencies = [
8347 "log",
8348 "msvc_spectre_libs",
8349 "pet-core",
8350 "pet-python-utils",
8351 "pet-virtualenv",
8352]
8353
8354[[package]]
8355name = "pet-virtualenv"
8356version = "0.1.0"
8357source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8358dependencies = [
8359 "log",
8360 "msvc_spectre_libs",
8361 "pet-core",
8362 "pet-fs",
8363 "pet-python-utils",
8364]
8365
8366[[package]]
8367name = "pet-virtualenvwrapper"
8368version = "0.1.0"
8369source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8370dependencies = [
8371 "log",
8372 "msvc_spectre_libs",
8373 "pet-core",
8374 "pet-fs",
8375 "pet-python-utils",
8376 "pet-virtualenv",
8377]
8378
8379[[package]]
8380name = "pet-windows-registry"
8381version = "0.1.0"
8382source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8383dependencies = [
8384 "lazy_static",
8385 "log",
8386 "msvc_spectre_libs",
8387 "pet-conda",
8388 "pet-core",
8389 "pet-fs",
8390 "pet-python-utils",
8391 "pet-virtualenv",
8392 "pet-windows-store",
8393 "regex",
8394 "winreg 0.52.0",
8395]
8396
8397[[package]]
8398name = "pet-windows-store"
8399version = "0.1.0"
8400source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8401dependencies = [
8402 "lazy_static",
8403 "log",
8404 "msvc_spectre_libs",
8405 "pet-core",
8406 "pet-fs",
8407 "pet-python-utils",
8408 "pet-virtualenv",
8409 "regex",
8410 "winreg 0.52.0",
8411]
8412
8413[[package]]
8414name = "petgraph"
8415version = "0.6.5"
8416source = "registry+https://github.com/rust-lang/crates.io-index"
8417checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
8418dependencies = [
8419 "fixedbitset",
8420 "indexmap 2.4.0",
8421]
8422
8423[[package]]
8424name = "phf"
8425version = "0.11.2"
8426source = "registry+https://github.com/rust-lang/crates.io-index"
8427checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
8428dependencies = [
8429 "phf_macros",
8430 "phf_shared 0.11.2",
8431]
8432
8433[[package]]
8434name = "phf_codegen"
8435version = "0.11.2"
8436source = "registry+https://github.com/rust-lang/crates.io-index"
8437checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
8438dependencies = [
8439 "phf_generator 0.11.2",
8440 "phf_shared 0.11.2",
8441]
8442
8443[[package]]
8444name = "phf_generator"
8445version = "0.10.0"
8446source = "registry+https://github.com/rust-lang/crates.io-index"
8447checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
8448dependencies = [
8449 "phf_shared 0.10.0",
8450 "rand 0.8.5",
8451]
8452
8453[[package]]
8454name = "phf_generator"
8455version = "0.11.2"
8456source = "registry+https://github.com/rust-lang/crates.io-index"
8457checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
8458dependencies = [
8459 "phf_shared 0.11.2",
8460 "rand 0.8.5",
8461]
8462
8463[[package]]
8464name = "phf_macros"
8465version = "0.11.2"
8466source = "registry+https://github.com/rust-lang/crates.io-index"
8467checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
8468dependencies = [
8469 "phf_generator 0.11.2",
8470 "phf_shared 0.11.2",
8471 "proc-macro2",
8472 "quote",
8473 "syn 2.0.76",
8474]
8475
8476[[package]]
8477name = "phf_shared"
8478version = "0.10.0"
8479source = "registry+https://github.com/rust-lang/crates.io-index"
8480checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
8481dependencies = [
8482 "siphasher 0.3.11",
8483]
8484
8485[[package]]
8486name = "phf_shared"
8487version = "0.11.2"
8488source = "registry+https://github.com/rust-lang/crates.io-index"
8489checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
8490dependencies = [
8491 "siphasher 0.3.11",
8492]
8493
8494[[package]]
8495name = "picker"
8496version = "0.1.0"
8497dependencies = [
8498 "anyhow",
8499 "ctor",
8500 "editor",
8501 "env_logger 0.11.5",
8502 "gpui",
8503 "menu",
8504 "serde",
8505 "serde_json",
8506 "ui",
8507 "workspace",
8508]
8509
8510[[package]]
8511name = "pico-args"
8512version = "0.5.0"
8513source = "registry+https://github.com/rust-lang/crates.io-index"
8514checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
8515
8516[[package]]
8517name = "pin-project"
8518version = "1.1.5"
8519source = "registry+https://github.com/rust-lang/crates.io-index"
8520checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
8521dependencies = [
8522 "pin-project-internal",
8523]
8524
8525[[package]]
8526name = "pin-project-internal"
8527version = "1.1.5"
8528source = "registry+https://github.com/rust-lang/crates.io-index"
8529checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
8530dependencies = [
8531 "proc-macro2",
8532 "quote",
8533 "syn 2.0.76",
8534]
8535
8536[[package]]
8537name = "pin-project-lite"
8538version = "0.2.14"
8539source = "registry+https://github.com/rust-lang/crates.io-index"
8540checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
8541
8542[[package]]
8543name = "pin-utils"
8544version = "0.1.0"
8545source = "registry+https://github.com/rust-lang/crates.io-index"
8546checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8547
8548[[package]]
8549name = "piper"
8550version = "0.2.4"
8551source = "registry+https://github.com/rust-lang/crates.io-index"
8552checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
8553dependencies = [
8554 "atomic-waker",
8555 "fastrand 2.1.1",
8556 "futures-io",
8557]
8558
8559[[package]]
8560name = "pkcs1"
8561version = "0.7.5"
8562source = "registry+https://github.com/rust-lang/crates.io-index"
8563checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8564dependencies = [
8565 "der 0.7.9",
8566 "pkcs8 0.10.2",
8567 "spki 0.7.3",
8568]
8569
8570[[package]]
8571name = "pkcs8"
8572version = "0.9.0"
8573source = "registry+https://github.com/rust-lang/crates.io-index"
8574checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
8575dependencies = [
8576 "der 0.6.1",
8577 "spki 0.6.0",
8578]
8579
8580[[package]]
8581name = "pkcs8"
8582version = "0.10.2"
8583source = "registry+https://github.com/rust-lang/crates.io-index"
8584checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8585dependencies = [
8586 "der 0.7.9",
8587 "spki 0.7.3",
8588]
8589
8590[[package]]
8591name = "pkg-config"
8592version = "0.3.30"
8593source = "registry+https://github.com/rust-lang/crates.io-index"
8594checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8595
8596[[package]]
8597name = "plist"
8598version = "1.7.0"
8599source = "registry+https://github.com/rust-lang/crates.io-index"
8600checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8601dependencies = [
8602 "base64 0.22.1",
8603 "indexmap 2.4.0",
8604 "quick-xml 0.32.0",
8605 "serde",
8606 "time",
8607]
8608
8609[[package]]
8610name = "plotters"
8611version = "0.3.6"
8612source = "registry+https://github.com/rust-lang/crates.io-index"
8613checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8614dependencies = [
8615 "num-traits",
8616 "plotters-backend",
8617 "plotters-svg",
8618 "wasm-bindgen",
8619 "web-sys",
8620]
8621
8622[[package]]
8623name = "plotters-backend"
8624version = "0.3.6"
8625source = "registry+https://github.com/rust-lang/crates.io-index"
8626checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
8627
8628[[package]]
8629name = "plotters-svg"
8630version = "0.3.6"
8631source = "registry+https://github.com/rust-lang/crates.io-index"
8632checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
8633dependencies = [
8634 "plotters-backend",
8635]
8636
8637[[package]]
8638name = "png"
8639version = "0.17.13"
8640source = "registry+https://github.com/rust-lang/crates.io-index"
8641checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
8642dependencies = [
8643 "bitflags 1.3.2",
8644 "crc32fast",
8645 "fdeflate",
8646 "flate2",
8647 "miniz_oxide 0.7.4",
8648]
8649
8650[[package]]
8651name = "polling"
8652version = "2.8.0"
8653source = "registry+https://github.com/rust-lang/crates.io-index"
8654checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8655dependencies = [
8656 "autocfg",
8657 "bitflags 1.3.2",
8658 "cfg-if",
8659 "concurrent-queue",
8660 "libc",
8661 "log",
8662 "pin-project-lite",
8663 "windows-sys 0.48.0",
8664]
8665
8666[[package]]
8667name = "polling"
8668version = "3.7.3"
8669source = "registry+https://github.com/rust-lang/crates.io-index"
8670checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
8671dependencies = [
8672 "cfg-if",
8673 "concurrent-queue",
8674 "hermit-abi 0.4.0",
8675 "pin-project-lite",
8676 "rustix 0.38.35",
8677 "tracing",
8678 "windows-sys 0.59.0",
8679]
8680
8681[[package]]
8682name = "pollster"
8683version = "0.2.5"
8684source = "registry+https://github.com/rust-lang/crates.io-index"
8685checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
8686
8687[[package]]
8688name = "postage"
8689version = "0.5.0"
8690source = "registry+https://github.com/rust-lang/crates.io-index"
8691checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
8692dependencies = [
8693 "atomic",
8694 "crossbeam-queue",
8695 "futures 0.3.30",
8696 "log",
8697 "parking_lot",
8698 "pin-project",
8699 "pollster",
8700 "static_assertions",
8701 "thiserror",
8702]
8703
8704[[package]]
8705name = "postcard"
8706version = "1.0.10"
8707source = "registry+https://github.com/rust-lang/crates.io-index"
8708checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
8709dependencies = [
8710 "cobs",
8711 "embedded-io 0.4.0",
8712 "embedded-io 0.6.1",
8713 "serde",
8714]
8715
8716[[package]]
8717name = "powerfmt"
8718version = "0.2.0"
8719source = "registry+https://github.com/rust-lang/crates.io-index"
8720checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8721
8722[[package]]
8723name = "ppv-lite86"
8724version = "0.2.20"
8725source = "registry+https://github.com/rust-lang/crates.io-index"
8726checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
8727dependencies = [
8728 "zerocopy",
8729]
8730
8731[[package]]
8732name = "precomputed-hash"
8733version = "0.1.1"
8734source = "registry+https://github.com/rust-lang/crates.io-index"
8735checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8736
8737[[package]]
8738name = "prettier"
8739version = "0.1.0"
8740dependencies = [
8741 "anyhow",
8742 "collections",
8743 "fs",
8744 "gpui",
8745 "language",
8746 "log",
8747 "lsp",
8748 "node_runtime",
8749 "parking_lot",
8750 "paths",
8751 "serde",
8752 "serde_json",
8753 "util",
8754]
8755
8756[[package]]
8757name = "pretty_assertions"
8758version = "1.4.1"
8759source = "registry+https://github.com/rust-lang/crates.io-index"
8760checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
8761dependencies = [
8762 "diff",
8763 "yansi",
8764]
8765
8766[[package]]
8767name = "prettyplease"
8768version = "0.2.22"
8769source = "registry+https://github.com/rust-lang/crates.io-index"
8770checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
8771dependencies = [
8772 "proc-macro2",
8773 "syn 2.0.76",
8774]
8775
8776[[package]]
8777name = "proc-macro-crate"
8778version = "3.2.0"
8779source = "registry+https://github.com/rust-lang/crates.io-index"
8780checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
8781dependencies = [
8782 "toml_edit 0.22.20",
8783]
8784
8785[[package]]
8786name = "proc-macro-error"
8787version = "1.0.4"
8788source = "registry+https://github.com/rust-lang/crates.io-index"
8789checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8790dependencies = [
8791 "proc-macro-error-attr",
8792 "proc-macro2",
8793 "quote",
8794 "syn 1.0.109",
8795 "version_check",
8796]
8797
8798[[package]]
8799name = "proc-macro-error-attr"
8800version = "1.0.4"
8801source = "registry+https://github.com/rust-lang/crates.io-index"
8802checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8803dependencies = [
8804 "proc-macro2",
8805 "quote",
8806 "version_check",
8807]
8808
8809[[package]]
8810name = "proc-macro2"
8811version = "1.0.87"
8812source = "registry+https://github.com/rust-lang/crates.io-index"
8813checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
8814dependencies = [
8815 "unicode-ident",
8816]
8817
8818[[package]]
8819name = "profiling"
8820version = "1.0.15"
8821source = "registry+https://github.com/rust-lang/crates.io-index"
8822checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
8823dependencies = [
8824 "profiling-procmacros",
8825]
8826
8827[[package]]
8828name = "profiling-procmacros"
8829version = "1.0.15"
8830source = "registry+https://github.com/rust-lang/crates.io-index"
8831checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
8832dependencies = [
8833 "quote",
8834 "syn 2.0.76",
8835]
8836
8837[[package]]
8838name = "project"
8839version = "0.1.0"
8840dependencies = [
8841 "aho-corasick",
8842 "anyhow",
8843 "async-trait",
8844 "client",
8845 "clock",
8846 "collections",
8847 "env_logger 0.11.5",
8848 "fs",
8849 "futures 0.3.30",
8850 "fuzzy",
8851 "git",
8852 "git2",
8853 "globset",
8854 "gpui",
8855 "http_client",
8856 "itertools 0.13.0",
8857 "language",
8858 "log",
8859 "lsp",
8860 "node_runtime",
8861 "parking_lot",
8862 "pathdiff",
8863 "paths",
8864 "postage",
8865 "prettier",
8866 "pretty_assertions",
8867 "rand 0.8.5",
8868 "regex",
8869 "release_channel",
8870 "remote",
8871 "rpc",
8872 "schemars",
8873 "serde",
8874 "serde_json",
8875 "settings",
8876 "sha2",
8877 "shellexpand 2.1.2",
8878 "shlex",
8879 "similar",
8880 "smol",
8881 "snippet",
8882 "snippet_provider",
8883 "task",
8884 "tempfile",
8885 "terminal",
8886 "text",
8887 "unindent",
8888 "url",
8889 "util",
8890 "which 6.0.3",
8891 "windows 0.58.0",
8892 "worktree",
8893]
8894
8895[[package]]
8896name = "project_panel"
8897version = "0.1.0"
8898dependencies = [
8899 "anyhow",
8900 "client",
8901 "collections",
8902 "db",
8903 "editor",
8904 "file_icons",
8905 "git",
8906 "gpui",
8907 "indexmap 1.9.3",
8908 "language",
8909 "menu",
8910 "pretty_assertions",
8911 "project",
8912 "schemars",
8913 "search",
8914 "serde",
8915 "serde_derive",
8916 "serde_json",
8917 "settings",
8918 "smallvec",
8919 "theme",
8920 "ui",
8921 "util",
8922 "workspace",
8923 "worktree",
8924]
8925
8926[[package]]
8927name = "project_symbols"
8928version = "0.1.0"
8929dependencies = [
8930 "anyhow",
8931 "editor",
8932 "futures 0.3.30",
8933 "fuzzy",
8934 "gpui",
8935 "language",
8936 "lsp",
8937 "ordered-float 2.10.1",
8938 "picker",
8939 "project",
8940 "release_channel",
8941 "serde_json",
8942 "settings",
8943 "theme",
8944 "util",
8945 "workspace",
8946]
8947
8948[[package]]
8949name = "prometheus"
8950version = "0.13.4"
8951source = "registry+https://github.com/rust-lang/crates.io-index"
8952checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
8953dependencies = [
8954 "cfg-if",
8955 "fnv",
8956 "lazy_static",
8957 "memchr",
8958 "parking_lot",
8959 "protobuf",
8960 "thiserror",
8961]
8962
8963[[package]]
8964name = "prost"
8965version = "0.9.0"
8966source = "registry+https://github.com/rust-lang/crates.io-index"
8967checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
8968dependencies = [
8969 "bytes 1.7.2",
8970 "prost-derive",
8971]
8972
8973[[package]]
8974name = "prost-build"
8975version = "0.9.0"
8976source = "registry+https://github.com/rust-lang/crates.io-index"
8977checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
8978dependencies = [
8979 "bytes 1.7.2",
8980 "heck 0.3.3",
8981 "itertools 0.10.5",
8982 "lazy_static",
8983 "log",
8984 "multimap",
8985 "petgraph",
8986 "prost",
8987 "prost-types",
8988 "regex",
8989 "tempfile",
8990 "which 4.4.2",
8991]
8992
8993[[package]]
8994name = "prost-derive"
8995version = "0.9.0"
8996source = "registry+https://github.com/rust-lang/crates.io-index"
8997checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
8998dependencies = [
8999 "anyhow",
9000 "itertools 0.10.5",
9001 "proc-macro2",
9002 "quote",
9003 "syn 1.0.109",
9004]
9005
9006[[package]]
9007name = "prost-types"
9008version = "0.9.0"
9009source = "registry+https://github.com/rust-lang/crates.io-index"
9010checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9011dependencies = [
9012 "bytes 1.7.2",
9013 "prost",
9014]
9015
9016[[package]]
9017name = "proto"
9018version = "0.1.0"
9019dependencies = [
9020 "anyhow",
9021 "collections",
9022 "prost",
9023 "prost-build",
9024 "serde",
9025]
9026
9027[[package]]
9028name = "protobuf"
9029version = "2.28.0"
9030source = "registry+https://github.com/rust-lang/crates.io-index"
9031checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9032
9033[[package]]
9034name = "psm"
9035version = "0.1.21"
9036source = "registry+https://github.com/rust-lang/crates.io-index"
9037checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
9038dependencies = [
9039 "cc",
9040]
9041
9042[[package]]
9043name = "ptr_meta"
9044version = "0.1.4"
9045source = "registry+https://github.com/rust-lang/crates.io-index"
9046checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9047dependencies = [
9048 "ptr_meta_derive",
9049]
9050
9051[[package]]
9052name = "ptr_meta_derive"
9053version = "0.1.4"
9054source = "registry+https://github.com/rust-lang/crates.io-index"
9055checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9056dependencies = [
9057 "proc-macro2",
9058 "quote",
9059 "syn 1.0.109",
9060]
9061
9062[[package]]
9063name = "pulldown-cmark"
9064version = "0.10.3"
9065source = "registry+https://github.com/rust-lang/crates.io-index"
9066checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9067dependencies = [
9068 "bitflags 2.6.0",
9069 "memchr",
9070 "pulldown-cmark-escape",
9071 "unicase",
9072]
9073
9074[[package]]
9075name = "pulldown-cmark"
9076version = "0.12.1"
9077source = "registry+https://github.com/rust-lang/crates.io-index"
9078checksum = "666f0f59e259aea2d72e6012290c09877a780935cc3c18b1ceded41f3890d59c"
9079dependencies = [
9080 "bitflags 2.6.0",
9081 "memchr",
9082 "unicase",
9083]
9084
9085[[package]]
9086name = "pulldown-cmark-escape"
9087version = "0.10.1"
9088source = "registry+https://github.com/rust-lang/crates.io-index"
9089checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9090
9091[[package]]
9092name = "qoi"
9093version = "0.4.1"
9094source = "registry+https://github.com/rust-lang/crates.io-index"
9095checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9096dependencies = [
9097 "bytemuck",
9098]
9099
9100[[package]]
9101name = "quick-error"
9102version = "2.0.1"
9103source = "registry+https://github.com/rust-lang/crates.io-index"
9104checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
9105
9106[[package]]
9107name = "quick-xml"
9108version = "0.32.0"
9109source = "registry+https://github.com/rust-lang/crates.io-index"
9110checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
9111dependencies = [
9112 "memchr",
9113]
9114
9115[[package]]
9116name = "quick-xml"
9117version = "0.34.0"
9118source = "registry+https://github.com/rust-lang/crates.io-index"
9119checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
9120dependencies = [
9121 "memchr",
9122]
9123
9124[[package]]
9125name = "quick_action_bar"
9126version = "0.1.0"
9127dependencies = [
9128 "assistant",
9129 "editor",
9130 "gpui",
9131 "markdown_preview",
9132 "repl",
9133 "search",
9134 "settings",
9135 "ui",
9136 "util",
9137 "workspace",
9138 "zed_actions",
9139]
9140
9141[[package]]
9142name = "quinn"
9143version = "0.11.5"
9144source = "registry+https://github.com/rust-lang/crates.io-index"
9145checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
9146dependencies = [
9147 "bytes 1.7.2",
9148 "pin-project-lite",
9149 "quinn-proto",
9150 "quinn-udp",
9151 "rustc-hash 2.0.0",
9152 "rustls 0.23.13",
9153 "socket2 0.5.7",
9154 "thiserror",
9155 "tokio",
9156 "tracing",
9157]
9158
9159[[package]]
9160name = "quinn-proto"
9161version = "0.11.8"
9162source = "registry+https://github.com/rust-lang/crates.io-index"
9163checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
9164dependencies = [
9165 "bytes 1.7.2",
9166 "rand 0.8.5",
9167 "ring 0.17.8",
9168 "rustc-hash 2.0.0",
9169 "rustls 0.23.13",
9170 "slab",
9171 "thiserror",
9172 "tinyvec",
9173 "tracing",
9174]
9175
9176[[package]]
9177name = "quinn-udp"
9178version = "0.5.5"
9179source = "registry+https://github.com/rust-lang/crates.io-index"
9180checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
9181dependencies = [
9182 "libc",
9183 "once_cell",
9184 "socket2 0.5.7",
9185 "tracing",
9186 "windows-sys 0.59.0",
9187]
9188
9189[[package]]
9190name = "quote"
9191version = "1.0.37"
9192source = "registry+https://github.com/rust-lang/crates.io-index"
9193checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
9194dependencies = [
9195 "proc-macro2",
9196]
9197
9198[[package]]
9199name = "radium"
9200version = "0.7.0"
9201source = "registry+https://github.com/rust-lang/crates.io-index"
9202checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
9203
9204[[package]]
9205name = "rand"
9206version = "0.7.3"
9207source = "registry+https://github.com/rust-lang/crates.io-index"
9208checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
9209dependencies = [
9210 "getrandom 0.1.16",
9211 "libc",
9212 "rand_chacha 0.2.2",
9213 "rand_core 0.5.1",
9214 "rand_hc",
9215]
9216
9217[[package]]
9218name = "rand"
9219version = "0.8.5"
9220source = "registry+https://github.com/rust-lang/crates.io-index"
9221checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
9222dependencies = [
9223 "libc",
9224 "rand_chacha 0.3.1",
9225 "rand_core 0.6.4",
9226]
9227
9228[[package]]
9229name = "rand_chacha"
9230version = "0.2.2"
9231source = "registry+https://github.com/rust-lang/crates.io-index"
9232checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
9233dependencies = [
9234 "ppv-lite86",
9235 "rand_core 0.5.1",
9236]
9237
9238[[package]]
9239name = "rand_chacha"
9240version = "0.3.1"
9241source = "registry+https://github.com/rust-lang/crates.io-index"
9242checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
9243dependencies = [
9244 "ppv-lite86",
9245 "rand_core 0.6.4",
9246]
9247
9248[[package]]
9249name = "rand_core"
9250version = "0.5.1"
9251source = "registry+https://github.com/rust-lang/crates.io-index"
9252checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
9253dependencies = [
9254 "getrandom 0.1.16",
9255]
9256
9257[[package]]
9258name = "rand_core"
9259version = "0.6.4"
9260source = "registry+https://github.com/rust-lang/crates.io-index"
9261checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
9262dependencies = [
9263 "getrandom 0.2.15",
9264]
9265
9266[[package]]
9267name = "rand_hc"
9268version = "0.2.0"
9269source = "registry+https://github.com/rust-lang/crates.io-index"
9270checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
9271dependencies = [
9272 "rand_core 0.5.1",
9273]
9274
9275[[package]]
9276name = "rangemap"
9277version = "1.5.1"
9278source = "registry+https://github.com/rust-lang/crates.io-index"
9279checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
9280
9281[[package]]
9282name = "rav1e"
9283version = "0.7.1"
9284source = "registry+https://github.com/rust-lang/crates.io-index"
9285checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
9286dependencies = [
9287 "arbitrary",
9288 "arg_enum_proc_macro",
9289 "arrayvec",
9290 "av1-grain",
9291 "bitstream-io",
9292 "built",
9293 "cfg-if",
9294 "interpolate_name",
9295 "itertools 0.12.1",
9296 "libc",
9297 "libfuzzer-sys",
9298 "log",
9299 "maybe-rayon",
9300 "new_debug_unreachable",
9301 "noop_proc_macro",
9302 "num-derive",
9303 "num-traits",
9304 "once_cell",
9305 "paste",
9306 "profiling",
9307 "rand 0.8.5",
9308 "rand_chacha 0.3.1",
9309 "simd_helpers",
9310 "system-deps",
9311 "thiserror",
9312 "v_frame",
9313 "wasm-bindgen",
9314]
9315
9316[[package]]
9317name = "ravif"
9318version = "0.11.10"
9319source = "registry+https://github.com/rust-lang/crates.io-index"
9320checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
9321dependencies = [
9322 "avif-serialize",
9323 "imgref",
9324 "loop9",
9325 "quick-error",
9326 "rav1e",
9327 "rgb",
9328]
9329
9330[[package]]
9331name = "raw-window-handle"
9332version = "0.6.2"
9333source = "registry+https://github.com/rust-lang/crates.io-index"
9334checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
9335
9336[[package]]
9337name = "raw-window-metal"
9338version = "0.4.0"
9339source = "registry+https://github.com/rust-lang/crates.io-index"
9340checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
9341dependencies = [
9342 "cocoa 0.25.0",
9343 "core-graphics 0.23.2",
9344 "objc",
9345 "raw-window-handle",
9346]
9347
9348[[package]]
9349name = "rayon"
9350version = "1.10.0"
9351source = "registry+https://github.com/rust-lang/crates.io-index"
9352checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
9353dependencies = [
9354 "either",
9355 "rayon-core",
9356]
9357
9358[[package]]
9359name = "rayon-core"
9360version = "1.12.1"
9361source = "registry+https://github.com/rust-lang/crates.io-index"
9362checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
9363dependencies = [
9364 "crossbeam-deque",
9365 "crossbeam-utils",
9366]
9367
9368[[package]]
9369name = "read-fonts"
9370version = "0.20.0"
9371source = "registry+https://github.com/rust-lang/crates.io-index"
9372checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
9373dependencies = [
9374 "bytemuck",
9375 "font-types",
9376]
9377
9378[[package]]
9379name = "recent_projects"
9380version = "0.1.0"
9381dependencies = [
9382 "anyhow",
9383 "auto_update",
9384 "editor",
9385 "file_finder",
9386 "futures 0.3.30",
9387 "fuzzy",
9388 "gpui",
9389 "itertools 0.13.0",
9390 "language",
9391 "log",
9392 "markdown",
9393 "menu",
9394 "ordered-float 2.10.1",
9395 "paths",
9396 "picker",
9397 "project",
9398 "release_channel",
9399 "remote",
9400 "schemars",
9401 "serde",
9402 "serde_json",
9403 "settings",
9404 "smol",
9405 "task",
9406 "theme",
9407 "ui",
9408 "util",
9409 "workspace",
9410]
9411
9412[[package]]
9413name = "redox_syscall"
9414version = "0.2.16"
9415source = "registry+https://github.com/rust-lang/crates.io-index"
9416checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
9417dependencies = [
9418 "bitflags 1.3.2",
9419]
9420
9421[[package]]
9422name = "redox_syscall"
9423version = "0.4.1"
9424source = "registry+https://github.com/rust-lang/crates.io-index"
9425checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
9426dependencies = [
9427 "bitflags 1.3.2",
9428]
9429
9430[[package]]
9431name = "redox_syscall"
9432version = "0.5.3"
9433source = "registry+https://github.com/rust-lang/crates.io-index"
9434checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
9435dependencies = [
9436 "bitflags 2.6.0",
9437]
9438
9439[[package]]
9440name = "redox_users"
9441version = "0.4.6"
9442source = "registry+https://github.com/rust-lang/crates.io-index"
9443checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
9444dependencies = [
9445 "getrandom 0.2.15",
9446 "libredox",
9447 "thiserror",
9448]
9449
9450[[package]]
9451name = "refineable"
9452version = "0.1.0"
9453dependencies = [
9454 "derive_refineable",
9455]
9456
9457[[package]]
9458name = "regalloc2"
9459version = "0.9.3"
9460source = "registry+https://github.com/rust-lang/crates.io-index"
9461checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
9462dependencies = [
9463 "hashbrown 0.13.2",
9464 "log",
9465 "rustc-hash 1.1.0",
9466 "slice-group-by",
9467 "smallvec",
9468]
9469
9470[[package]]
9471name = "regex"
9472version = "1.10.6"
9473source = "registry+https://github.com/rust-lang/crates.io-index"
9474checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
9475dependencies = [
9476 "aho-corasick",
9477 "memchr",
9478 "regex-automata 0.4.7",
9479 "regex-syntax 0.8.4",
9480]
9481
9482[[package]]
9483name = "regex-automata"
9484version = "0.1.10"
9485source = "registry+https://github.com/rust-lang/crates.io-index"
9486checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
9487dependencies = [
9488 "regex-syntax 0.6.29",
9489]
9490
9491[[package]]
9492name = "regex-automata"
9493version = "0.4.7"
9494source = "registry+https://github.com/rust-lang/crates.io-index"
9495checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
9496dependencies = [
9497 "aho-corasick",
9498 "memchr",
9499 "regex-syntax 0.8.4",
9500]
9501
9502[[package]]
9503name = "regex-lite"
9504version = "0.1.6"
9505source = "registry+https://github.com/rust-lang/crates.io-index"
9506checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
9507
9508[[package]]
9509name = "regex-syntax"
9510version = "0.6.29"
9511source = "registry+https://github.com/rust-lang/crates.io-index"
9512checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
9513
9514[[package]]
9515name = "regex-syntax"
9516version = "0.8.4"
9517source = "registry+https://github.com/rust-lang/crates.io-index"
9518checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
9519
9520[[package]]
9521name = "release_channel"
9522version = "0.1.0"
9523dependencies = [
9524 "gpui",
9525 "once_cell",
9526]
9527
9528[[package]]
9529name = "remote"
9530version = "0.1.0"
9531dependencies = [
9532 "anyhow",
9533 "async-trait",
9534 "collections",
9535 "fs",
9536 "futures 0.3.30",
9537 "gpui",
9538 "log",
9539 "parking_lot",
9540 "prost",
9541 "release_channel",
9542 "rpc",
9543 "serde",
9544 "serde_json",
9545 "shlex",
9546 "smol",
9547 "tempfile",
9548 "thiserror",
9549 "util",
9550]
9551
9552[[package]]
9553name = "remote_server"
9554version = "0.1.0"
9555dependencies = [
9556 "anyhow",
9557 "async-watch",
9558 "backtrace",
9559 "cargo_toml",
9560 "chrono",
9561 "clap",
9562 "client",
9563 "clock",
9564 "env_logger 0.11.5",
9565 "fork",
9566 "fs",
9567 "futures 0.3.30",
9568 "git",
9569 "git_hosting_providers",
9570 "gpui",
9571 "http_client",
9572 "language",
9573 "languages",
9574 "libc",
9575 "log",
9576 "lsp",
9577 "node_runtime",
9578 "paths",
9579 "project",
9580 "proto",
9581 "release_channel",
9582 "remote",
9583 "reqwest_client",
9584 "rpc",
9585 "rust-embed",
9586 "serde",
9587 "serde_json",
9588 "settings",
9589 "shellexpand 2.1.2",
9590 "smol",
9591 "telemetry_events",
9592 "toml 0.8.19",
9593 "util",
9594 "worktree",
9595]
9596
9597[[package]]
9598name = "rend"
9599version = "0.4.2"
9600source = "registry+https://github.com/rust-lang/crates.io-index"
9601checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
9602dependencies = [
9603 "bytecheck",
9604]
9605
9606[[package]]
9607name = "repl"
9608version = "0.1.0"
9609dependencies = [
9610 "alacritty_terminal",
9611 "anyhow",
9612 "async-dispatcher",
9613 "base64 0.22.1",
9614 "client",
9615 "collections",
9616 "command_palette_hooks",
9617 "editor",
9618 "env_logger 0.11.5",
9619 "feature_flags",
9620 "futures 0.3.30",
9621 "gpui",
9622 "http_client",
9623 "image",
9624 "indoc",
9625 "language",
9626 "languages",
9627 "log",
9628 "markdown_preview",
9629 "menu",
9630 "multi_buffer",
9631 "nbformat",
9632 "project",
9633 "runtimelib",
9634 "schemars",
9635 "serde",
9636 "serde_json",
9637 "settings",
9638 "smol",
9639 "terminal",
9640 "terminal_view",
9641 "theme",
9642 "tree-sitter-md",
9643 "tree-sitter-python",
9644 "tree-sitter-typescript",
9645 "ui",
9646 "util",
9647 "uuid",
9648 "windows 0.58.0",
9649 "workspace",
9650]
9651
9652[[package]]
9653name = "reqwest"
9654version = "0.11.27"
9655source = "registry+https://github.com/rust-lang/crates.io-index"
9656checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9657dependencies = [
9658 "base64 0.21.7",
9659 "bytes 1.7.2",
9660 "encoding_rs",
9661 "futures-core",
9662 "futures-util",
9663 "h2 0.3.26",
9664 "http 0.2.12",
9665 "http-body 0.4.6",
9666 "hyper 0.14.31",
9667 "hyper-tls",
9668 "ipnet",
9669 "js-sys",
9670 "log",
9671 "mime",
9672 "native-tls",
9673 "once_cell",
9674 "percent-encoding",
9675 "pin-project-lite",
9676 "rustls-pemfile 1.0.4",
9677 "serde",
9678 "serde_json",
9679 "serde_urlencoded",
9680 "sync_wrapper 0.1.2",
9681 "system-configuration 0.5.1",
9682 "tokio",
9683 "tokio-native-tls",
9684 "tower-service",
9685 "url",
9686 "wasm-bindgen",
9687 "wasm-bindgen-futures",
9688 "web-sys",
9689 "winreg 0.50.0",
9690]
9691
9692[[package]]
9693name = "reqwest"
9694version = "0.12.8"
9695source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
9696dependencies = [
9697 "base64 0.22.1",
9698 "bytes 1.7.2",
9699 "encoding_rs",
9700 "futures-core",
9701 "futures-util",
9702 "h2 0.4.6",
9703 "http 1.1.0",
9704 "http-body 1.0.1",
9705 "http-body-util",
9706 "hyper 1.4.1",
9707 "hyper-rustls 0.27.3",
9708 "hyper-util",
9709 "ipnet",
9710 "js-sys",
9711 "log",
9712 "mime",
9713 "once_cell",
9714 "percent-encoding",
9715 "pin-project-lite",
9716 "quinn",
9717 "rustls 0.23.13",
9718 "rustls-native-certs 0.8.0",
9719 "rustls-pemfile 2.1.3",
9720 "rustls-pki-types",
9721 "serde",
9722 "serde_json",
9723 "serde_urlencoded",
9724 "sync_wrapper 1.0.1",
9725 "system-configuration 0.6.1",
9726 "tokio",
9727 "tokio-rustls 0.26.0",
9728 "tokio-socks",
9729 "tokio-util",
9730 "tower-service",
9731 "url",
9732 "wasm-bindgen",
9733 "wasm-bindgen-futures",
9734 "wasm-streams",
9735 "web-sys",
9736 "windows-registry",
9737]
9738
9739[[package]]
9740name = "reqwest_client"
9741version = "0.1.0"
9742dependencies = [
9743 "anyhow",
9744 "bytes 1.7.2",
9745 "futures 0.3.30",
9746 "gpui",
9747 "http_client",
9748 "log",
9749 "reqwest 0.12.8",
9750 "serde",
9751 "smol",
9752 "tokio",
9753]
9754
9755[[package]]
9756name = "resvg"
9757version = "0.41.0"
9758source = "registry+https://github.com/rust-lang/crates.io-index"
9759checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
9760dependencies = [
9761 "log",
9762 "pico-args",
9763 "rgb",
9764 "svgtypes",
9765 "tiny-skia",
9766 "usvg",
9767]
9768
9769[[package]]
9770name = "rfc6979"
9771version = "0.3.1"
9772source = "registry+https://github.com/rust-lang/crates.io-index"
9773checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9774dependencies = [
9775 "crypto-bigint 0.4.9",
9776 "hmac",
9777 "zeroize",
9778]
9779
9780[[package]]
9781name = "rgb"
9782version = "0.8.49"
9783source = "registry+https://github.com/rust-lang/crates.io-index"
9784checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
9785dependencies = [
9786 "bytemuck",
9787]
9788
9789[[package]]
9790name = "rich_text"
9791version = "0.1.0"
9792dependencies = [
9793 "futures 0.3.30",
9794 "gpui",
9795 "language",
9796 "linkify",
9797 "pulldown-cmark 0.12.1",
9798 "theme",
9799 "ui",
9800 "util",
9801]
9802
9803[[package]]
9804name = "ring"
9805version = "0.16.20"
9806source = "registry+https://github.com/rust-lang/crates.io-index"
9807checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
9808dependencies = [
9809 "cc",
9810 "libc",
9811 "once_cell",
9812 "spin 0.5.2",
9813 "untrusted 0.7.1",
9814 "web-sys",
9815 "winapi",
9816]
9817
9818[[package]]
9819name = "ring"
9820version = "0.17.8"
9821source = "registry+https://github.com/rust-lang/crates.io-index"
9822checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9823dependencies = [
9824 "cc",
9825 "cfg-if",
9826 "getrandom 0.2.15",
9827 "libc",
9828 "spin 0.9.8",
9829 "untrusted 0.9.0",
9830 "windows-sys 0.52.0",
9831]
9832
9833[[package]]
9834name = "rkyv"
9835version = "0.7.45"
9836source = "registry+https://github.com/rust-lang/crates.io-index"
9837checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9838dependencies = [
9839 "bitvec",
9840 "bytecheck",
9841 "bytes 1.7.2",
9842 "hashbrown 0.12.3",
9843 "ptr_meta",
9844 "rend",
9845 "rkyv_derive",
9846 "seahash",
9847 "tinyvec",
9848 "uuid",
9849]
9850
9851[[package]]
9852name = "rkyv_derive"
9853version = "0.7.45"
9854source = "registry+https://github.com/rust-lang/crates.io-index"
9855checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9856dependencies = [
9857 "proc-macro2",
9858 "quote",
9859 "syn 1.0.109",
9860]
9861
9862[[package]]
9863name = "rmp"
9864version = "0.8.14"
9865source = "registry+https://github.com/rust-lang/crates.io-index"
9866checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9867dependencies = [
9868 "byteorder",
9869 "num-traits",
9870 "paste",
9871]
9872
9873[[package]]
9874name = "rmpv"
9875version = "1.3.0"
9876source = "registry+https://github.com/rust-lang/crates.io-index"
9877checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9878dependencies = [
9879 "num-traits",
9880 "rmp",
9881]
9882
9883[[package]]
9884name = "rodio"
9885version = "0.19.0"
9886source = "registry+https://github.com/rust-lang/crates.io-index"
9887checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
9888dependencies = [
9889 "cpal",
9890 "hound",
9891 "thiserror",
9892]
9893
9894[[package]]
9895name = "rope"
9896version = "0.1.0"
9897dependencies = [
9898 "arrayvec",
9899 "criterion",
9900 "ctor",
9901 "env_logger 0.11.5",
9902 "gpui",
9903 "log",
9904 "rand 0.8.5",
9905 "rayon",
9906 "smallvec",
9907 "sum_tree",
9908 "unicode-segmentation",
9909 "util",
9910]
9911
9912[[package]]
9913name = "roxmltree"
9914version = "0.19.0"
9915source = "registry+https://github.com/rust-lang/crates.io-index"
9916checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
9917
9918[[package]]
9919name = "roxmltree"
9920version = "0.20.0"
9921source = "registry+https://github.com/rust-lang/crates.io-index"
9922checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9923
9924[[package]]
9925name = "rpc"
9926version = "0.1.0"
9927dependencies = [
9928 "anyhow",
9929 "async-tungstenite",
9930 "base64 0.22.1",
9931 "chrono",
9932 "collections",
9933 "env_logger 0.11.5",
9934 "futures 0.3.30",
9935 "gpui",
9936 "parking_lot",
9937 "proto",
9938 "rand 0.8.5",
9939 "rsa",
9940 "serde",
9941 "serde_json",
9942 "sha2",
9943 "strum 0.25.0",
9944 "tracing",
9945 "util",
9946 "zstd",
9947]
9948
9949[[package]]
9950name = "rsa"
9951version = "0.9.6"
9952source = "registry+https://github.com/rust-lang/crates.io-index"
9953checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
9954dependencies = [
9955 "const-oid",
9956 "digest",
9957 "num-bigint-dig",
9958 "num-integer",
9959 "num-traits",
9960 "pkcs1",
9961 "pkcs8 0.10.2",
9962 "rand_core 0.6.4",
9963 "signature 2.2.0",
9964 "spki 0.7.3",
9965 "subtle",
9966 "zeroize",
9967]
9968
9969[[package]]
9970name = "runtimelib"
9971version = "0.16.0"
9972source = "registry+https://github.com/rust-lang/crates.io-index"
9973checksum = "263588fe9593333c4bfde258c9021fc64e766ea434e070c6b67c7100536d6499"
9974dependencies = [
9975 "anyhow",
9976 "async-dispatcher",
9977 "async-std",
9978 "base64 0.22.1",
9979 "bytes 1.7.2",
9980 "chrono",
9981 "data-encoding",
9982 "dirs 5.0.1",
9983 "futures 0.3.30",
9984 "glob",
9985 "jupyter-serde",
9986 "rand 0.8.5",
9987 "ring 0.17.8",
9988 "serde",
9989 "serde_json",
9990 "shellexpand 3.1.0",
9991 "smol",
9992 "uuid",
9993 "zeromq",
9994]
9995
9996[[package]]
9997name = "rust-embed"
9998version = "8.5.0"
9999source = "registry+https://github.com/rust-lang/crates.io-index"
10000checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10001dependencies = [
10002 "rust-embed-impl",
10003 "rust-embed-utils",
10004 "walkdir",
10005]
10006
10007[[package]]
10008name = "rust-embed-impl"
10009version = "8.5.0"
10010source = "registry+https://github.com/rust-lang/crates.io-index"
10011checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10012dependencies = [
10013 "proc-macro2",
10014 "quote",
10015 "rust-embed-utils",
10016 "syn 2.0.76",
10017 "walkdir",
10018]
10019
10020[[package]]
10021name = "rust-embed-utils"
10022version = "8.5.0"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10025dependencies = [
10026 "globset",
10027 "sha2",
10028 "walkdir",
10029]
10030
10031[[package]]
10032name = "rust_decimal"
10033version = "1.36.0"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10036dependencies = [
10037 "arrayvec",
10038 "borsh",
10039 "bytes 1.7.2",
10040 "num-traits",
10041 "rand 0.8.5",
10042 "rkyv",
10043 "serde",
10044 "serde_json",
10045]
10046
10047[[package]]
10048name = "rustc-demangle"
10049version = "0.1.24"
10050source = "registry+https://github.com/rust-lang/crates.io-index"
10051checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10052
10053[[package]]
10054name = "rustc-hash"
10055version = "1.1.0"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10058
10059[[package]]
10060name = "rustc-hash"
10061version = "2.0.0"
10062source = "registry+https://github.com/rust-lang/crates.io-index"
10063checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
10064
10065[[package]]
10066name = "rustc_version"
10067version = "0.4.1"
10068source = "registry+https://github.com/rust-lang/crates.io-index"
10069checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10070dependencies = [
10071 "semver",
10072]
10073
10074[[package]]
10075name = "rustix"
10076version = "0.37.27"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
10079dependencies = [
10080 "bitflags 1.3.2",
10081 "errno 0.3.9",
10082 "io-lifetimes 1.0.11",
10083 "libc",
10084 "linux-raw-sys 0.3.8",
10085 "windows-sys 0.48.0",
10086]
10087
10088[[package]]
10089name = "rustix"
10090version = "0.38.35"
10091source = "registry+https://github.com/rust-lang/crates.io-index"
10092checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
10093dependencies = [
10094 "bitflags 2.6.0",
10095 "errno 0.3.9",
10096 "itoa",
10097 "libc",
10098 "linux-raw-sys 0.4.14",
10099 "once_cell",
10100 "windows-sys 0.52.0",
10101]
10102
10103[[package]]
10104name = "rustix-openpty"
10105version = "0.1.1"
10106source = "registry+https://github.com/rust-lang/crates.io-index"
10107checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10108dependencies = [
10109 "errno 0.3.9",
10110 "libc",
10111 "rustix 0.38.35",
10112]
10113
10114[[package]]
10115name = "rustls"
10116version = "0.20.9"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
10119dependencies = [
10120 "log",
10121 "ring 0.16.20",
10122 "sct",
10123 "webpki",
10124]
10125
10126[[package]]
10127name = "rustls"
10128version = "0.21.12"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10131dependencies = [
10132 "log",
10133 "ring 0.17.8",
10134 "rustls-webpki 0.101.7",
10135 "sct",
10136]
10137
10138[[package]]
10139name = "rustls"
10140version = "0.23.13"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
10143dependencies = [
10144 "once_cell",
10145 "ring 0.17.8",
10146 "rustls-pki-types",
10147 "rustls-webpki 0.102.8",
10148 "subtle",
10149 "zeroize",
10150]
10151
10152[[package]]
10153name = "rustls-native-certs"
10154version = "0.6.3"
10155source = "registry+https://github.com/rust-lang/crates.io-index"
10156checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
10157dependencies = [
10158 "openssl-probe",
10159 "rustls-pemfile 1.0.4",
10160 "schannel",
10161 "security-framework",
10162]
10163
10164[[package]]
10165name = "rustls-native-certs"
10166version = "0.8.0"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
10169dependencies = [
10170 "openssl-probe",
10171 "rustls-pemfile 2.1.3",
10172 "rustls-pki-types",
10173 "schannel",
10174 "security-framework",
10175]
10176
10177[[package]]
10178name = "rustls-pemfile"
10179version = "1.0.4"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
10182dependencies = [
10183 "base64 0.21.7",
10184]
10185
10186[[package]]
10187name = "rustls-pemfile"
10188version = "2.1.3"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
10191dependencies = [
10192 "base64 0.22.1",
10193 "rustls-pki-types",
10194]
10195
10196[[package]]
10197name = "rustls-pki-types"
10198version = "1.8.0"
10199source = "registry+https://github.com/rust-lang/crates.io-index"
10200checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
10201
10202[[package]]
10203name = "rustls-webpki"
10204version = "0.101.7"
10205source = "registry+https://github.com/rust-lang/crates.io-index"
10206checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
10207dependencies = [
10208 "ring 0.17.8",
10209 "untrusted 0.9.0",
10210]
10211
10212[[package]]
10213name = "rustls-webpki"
10214version = "0.102.8"
10215source = "registry+https://github.com/rust-lang/crates.io-index"
10216checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
10217dependencies = [
10218 "ring 0.17.8",
10219 "rustls-pki-types",
10220 "untrusted 0.9.0",
10221]
10222
10223[[package]]
10224name = "rustversion"
10225version = "1.0.17"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
10228
10229[[package]]
10230name = "rustybuzz"
10231version = "0.14.1"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
10234dependencies = [
10235 "bitflags 2.6.0",
10236 "bytemuck",
10237 "libm",
10238 "smallvec",
10239 "ttf-parser",
10240 "unicode-bidi-mirroring",
10241 "unicode-ccc",
10242 "unicode-properties",
10243 "unicode-script",
10244]
10245
10246[[package]]
10247name = "ryu"
10248version = "1.0.18"
10249source = "registry+https://github.com/rust-lang/crates.io-index"
10250checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
10251
10252[[package]]
10253name = "salsa20"
10254version = "0.10.2"
10255source = "registry+https://github.com/rust-lang/crates.io-index"
10256checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
10257dependencies = [
10258 "cipher",
10259]
10260
10261[[package]]
10262name = "same-file"
10263version = "1.0.6"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
10266dependencies = [
10267 "winapi-util",
10268]
10269
10270[[package]]
10271name = "schannel"
10272version = "0.1.23"
10273source = "registry+https://github.com/rust-lang/crates.io-index"
10274checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
10275dependencies = [
10276 "windows-sys 0.52.0",
10277]
10278
10279[[package]]
10280name = "schemars"
10281version = "0.8.21"
10282source = "registry+https://github.com/rust-lang/crates.io-index"
10283checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
10284dependencies = [
10285 "dyn-clone",
10286 "indexmap 1.9.3",
10287 "schemars_derive",
10288 "serde",
10289 "serde_json",
10290]
10291
10292[[package]]
10293name = "schemars_derive"
10294version = "0.8.21"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
10297dependencies = [
10298 "proc-macro2",
10299 "quote",
10300 "serde_derive_internals 0.29.1",
10301 "syn 2.0.76",
10302]
10303
10304[[package]]
10305name = "scoped-tls"
10306version = "1.0.1"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
10309
10310[[package]]
10311name = "scopeguard"
10312version = "1.2.0"
10313source = "registry+https://github.com/rust-lang/crates.io-index"
10314checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
10315
10316[[package]]
10317name = "scrypt"
10318version = "0.11.0"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
10321dependencies = [
10322 "password-hash",
10323 "pbkdf2",
10324 "salsa20",
10325 "sha2",
10326]
10327
10328[[package]]
10329name = "sct"
10330version = "0.7.1"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
10333dependencies = [
10334 "ring 0.17.8",
10335 "untrusted 0.9.0",
10336]
10337
10338[[package]]
10339name = "sea-bae"
10340version = "0.2.0"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
10343dependencies = [
10344 "heck 0.4.1",
10345 "proc-macro-error",
10346 "proc-macro2",
10347 "quote",
10348 "syn 2.0.76",
10349]
10350
10351[[package]]
10352name = "sea-orm"
10353version = "1.1.0-rc.1"
10354source = "registry+https://github.com/rust-lang/crates.io-index"
10355checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
10356dependencies = [
10357 "async-stream",
10358 "async-trait",
10359 "bigdecimal",
10360 "chrono",
10361 "futures 0.3.30",
10362 "log",
10363 "ouroboros",
10364 "rust_decimal",
10365 "sea-orm-macros",
10366 "sea-query",
10367 "sea-query-binder",
10368 "serde",
10369 "serde_json",
10370 "sqlx",
10371 "strum 0.26.3",
10372 "thiserror",
10373 "time",
10374 "tracing",
10375 "url",
10376 "uuid",
10377]
10378
10379[[package]]
10380name = "sea-orm-macros"
10381version = "1.1.0-rc.1"
10382source = "registry+https://github.com/rust-lang/crates.io-index"
10383checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
10384dependencies = [
10385 "heck 0.4.1",
10386 "proc-macro2",
10387 "quote",
10388 "sea-bae",
10389 "syn 2.0.76",
10390 "unicode-ident",
10391]
10392
10393[[package]]
10394name = "sea-query"
10395version = "0.32.0-rc.1"
10396source = "registry+https://github.com/rust-lang/crates.io-index"
10397checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
10398dependencies = [
10399 "bigdecimal",
10400 "chrono",
10401 "educe",
10402 "inherent",
10403 "ordered-float 3.9.2",
10404 "rust_decimal",
10405 "serde_json",
10406 "time",
10407 "uuid",
10408]
10409
10410[[package]]
10411name = "sea-query-binder"
10412version = "0.7.0-rc.1"
10413source = "registry+https://github.com/rust-lang/crates.io-index"
10414checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
10415dependencies = [
10416 "bigdecimal",
10417 "chrono",
10418 "rust_decimal",
10419 "sea-query",
10420 "serde_json",
10421 "sqlx",
10422 "time",
10423 "uuid",
10424]
10425
10426[[package]]
10427name = "seahash"
10428version = "4.1.0"
10429source = "registry+https://github.com/rust-lang/crates.io-index"
10430checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
10431
10432[[package]]
10433name = "sealed"
10434version = "0.4.0"
10435source = "registry+https://github.com/rust-lang/crates.io-index"
10436checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
10437dependencies = [
10438 "heck 0.3.3",
10439 "proc-macro2",
10440 "quote",
10441 "syn 1.0.109",
10442]
10443
10444[[package]]
10445name = "search"
10446version = "0.1.0"
10447dependencies = [
10448 "any_vec",
10449 "anyhow",
10450 "bitflags 2.6.0",
10451 "client",
10452 "collections",
10453 "editor",
10454 "futures 0.3.30",
10455 "gpui",
10456 "language",
10457 "menu",
10458 "project",
10459 "serde",
10460 "serde_json",
10461 "settings",
10462 "smol",
10463 "theme",
10464 "ui",
10465 "unindent",
10466 "util",
10467 "workspace",
10468]
10469
10470[[package]]
10471name = "sec1"
10472version = "0.3.0"
10473source = "registry+https://github.com/rust-lang/crates.io-index"
10474checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
10475dependencies = [
10476 "base16ct",
10477 "der 0.6.1",
10478 "generic-array",
10479 "pkcs8 0.9.0",
10480 "subtle",
10481 "zeroize",
10482]
10483
10484[[package]]
10485name = "security-framework"
10486version = "2.11.1"
10487source = "registry+https://github.com/rust-lang/crates.io-index"
10488checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
10489dependencies = [
10490 "bitflags 2.6.0",
10491 "core-foundation 0.9.4",
10492 "core-foundation-sys",
10493 "libc",
10494 "security-framework-sys",
10495]
10496
10497[[package]]
10498name = "security-framework-sys"
10499version = "2.11.1"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
10502dependencies = [
10503 "core-foundation-sys",
10504 "libc",
10505]
10506
10507[[package]]
10508name = "self_cell"
10509version = "1.0.4"
10510source = "registry+https://github.com/rust-lang/crates.io-index"
10511checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
10512
10513[[package]]
10514name = "semantic_index"
10515version = "0.1.0"
10516dependencies = [
10517 "anyhow",
10518 "arrayvec",
10519 "blake3",
10520 "client",
10521 "clock",
10522 "collections",
10523 "env_logger 0.11.5",
10524 "feature_flags",
10525 "fs",
10526 "futures 0.3.30",
10527 "futures-batch",
10528 "gpui",
10529 "heed",
10530 "http_client",
10531 "language",
10532 "language_model",
10533 "languages",
10534 "log",
10535 "open_ai",
10536 "parking_lot",
10537 "project",
10538 "reqwest_client",
10539 "serde",
10540 "serde_json",
10541 "settings",
10542 "sha2",
10543 "smol",
10544 "tempfile",
10545 "theme",
10546 "tree-sitter",
10547 "ui",
10548 "unindent",
10549 "util",
10550 "workspace",
10551 "worktree",
10552]
10553
10554[[package]]
10555name = "semantic_version"
10556version = "0.1.0"
10557dependencies = [
10558 "anyhow",
10559 "serde",
10560]
10561
10562[[package]]
10563name = "semver"
10564version = "1.0.23"
10565source = "registry+https://github.com/rust-lang/crates.io-index"
10566checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
10567dependencies = [
10568 "serde",
10569]
10570
10571[[package]]
10572name = "serde"
10573version = "1.0.209"
10574source = "registry+https://github.com/rust-lang/crates.io-index"
10575checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
10576dependencies = [
10577 "serde_derive",
10578]
10579
10580[[package]]
10581name = "serde_derive"
10582version = "1.0.209"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
10585dependencies = [
10586 "proc-macro2",
10587 "quote",
10588 "syn 2.0.76",
10589]
10590
10591[[package]]
10592name = "serde_derive_internals"
10593version = "0.26.0"
10594source = "registry+https://github.com/rust-lang/crates.io-index"
10595checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
10596dependencies = [
10597 "proc-macro2",
10598 "quote",
10599 "syn 1.0.109",
10600]
10601
10602[[package]]
10603name = "serde_derive_internals"
10604version = "0.29.1"
10605source = "registry+https://github.com/rust-lang/crates.io-index"
10606checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
10607dependencies = [
10608 "proc-macro2",
10609 "quote",
10610 "syn 2.0.76",
10611]
10612
10613[[package]]
10614name = "serde_fmt"
10615version = "1.0.3"
10616source = "registry+https://github.com/rust-lang/crates.io-index"
10617checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
10618dependencies = [
10619 "serde",
10620]
10621
10622[[package]]
10623name = "serde_json"
10624version = "1.0.128"
10625source = "registry+https://github.com/rust-lang/crates.io-index"
10626checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
10627dependencies = [
10628 "indexmap 2.4.0",
10629 "itoa",
10630 "memchr",
10631 "ryu",
10632 "serde",
10633]
10634
10635[[package]]
10636name = "serde_json_lenient"
10637version = "0.2.1"
10638source = "registry+https://github.com/rust-lang/crates.io-index"
10639checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
10640dependencies = [
10641 "indexmap 2.4.0",
10642 "itoa",
10643 "ryu",
10644 "serde",
10645]
10646
10647[[package]]
10648name = "serde_path_to_error"
10649version = "0.1.16"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
10652dependencies = [
10653 "itoa",
10654 "serde",
10655]
10656
10657[[package]]
10658name = "serde_qs"
10659version = "0.8.5"
10660source = "registry+https://github.com/rust-lang/crates.io-index"
10661checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
10662dependencies = [
10663 "percent-encoding",
10664 "serde",
10665 "thiserror",
10666]
10667
10668[[package]]
10669name = "serde_qs"
10670version = "0.10.1"
10671source = "registry+https://github.com/rust-lang/crates.io-index"
10672checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
10673dependencies = [
10674 "percent-encoding",
10675 "serde",
10676 "thiserror",
10677]
10678
10679[[package]]
10680name = "serde_repr"
10681version = "0.1.19"
10682source = "registry+https://github.com/rust-lang/crates.io-index"
10683checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
10684dependencies = [
10685 "proc-macro2",
10686 "quote",
10687 "syn 2.0.76",
10688]
10689
10690[[package]]
10691name = "serde_spanned"
10692version = "0.6.7"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
10695dependencies = [
10696 "serde",
10697]
10698
10699[[package]]
10700name = "serde_urlencoded"
10701version = "0.7.1"
10702source = "registry+https://github.com/rust-lang/crates.io-index"
10703checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
10704dependencies = [
10705 "form_urlencoded",
10706 "itoa",
10707 "ryu",
10708 "serde",
10709]
10710
10711[[package]]
10712name = "session"
10713version = "0.1.0"
10714dependencies = [
10715 "db",
10716 "gpui",
10717 "serde_json",
10718 "util",
10719 "uuid",
10720]
10721
10722[[package]]
10723name = "settings"
10724version = "0.1.0"
10725dependencies = [
10726 "anyhow",
10727 "collections",
10728 "ec4rs",
10729 "fs",
10730 "futures 0.3.30",
10731 "gpui",
10732 "indoc",
10733 "log",
10734 "paths",
10735 "pretty_assertions",
10736 "release_channel",
10737 "rust-embed",
10738 "schemars",
10739 "serde",
10740 "serde_derive",
10741 "serde_json",
10742 "serde_json_lenient",
10743 "smallvec",
10744 "tree-sitter",
10745 "tree-sitter-json",
10746 "unindent",
10747 "util",
10748]
10749
10750[[package]]
10751name = "settings_ui"
10752version = "0.1.0"
10753dependencies = [
10754 "command_palette_hooks",
10755 "editor",
10756 "feature_flags",
10757 "gpui",
10758 "settings",
10759 "theme",
10760 "ui",
10761 "workspace",
10762]
10763
10764[[package]]
10765name = "sha1"
10766version = "0.10.6"
10767source = "registry+https://github.com/rust-lang/crates.io-index"
10768checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10769dependencies = [
10770 "cfg-if",
10771 "cpufeatures",
10772 "digest",
10773]
10774
10775[[package]]
10776name = "sha1_smol"
10777version = "1.0.1"
10778source = "registry+https://github.com/rust-lang/crates.io-index"
10779checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
10780
10781[[package]]
10782name = "sha2"
10783version = "0.10.8"
10784source = "registry+https://github.com/rust-lang/crates.io-index"
10785checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
10786dependencies = [
10787 "cfg-if",
10788 "cpufeatures",
10789 "digest",
10790]
10791
10792[[package]]
10793name = "sharded-slab"
10794version = "0.1.7"
10795source = "registry+https://github.com/rust-lang/crates.io-index"
10796checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
10797dependencies = [
10798 "lazy_static",
10799]
10800
10801[[package]]
10802name = "shell-words"
10803version = "1.1.0"
10804source = "registry+https://github.com/rust-lang/crates.io-index"
10805checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
10806
10807[[package]]
10808name = "shellexpand"
10809version = "2.1.2"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10812dependencies = [
10813 "dirs 4.0.0",
10814]
10815
10816[[package]]
10817name = "shellexpand"
10818version = "3.1.0"
10819source = "registry+https://github.com/rust-lang/crates.io-index"
10820checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10821dependencies = [
10822 "dirs 5.0.1",
10823]
10824
10825[[package]]
10826name = "shlex"
10827version = "1.3.0"
10828source = "registry+https://github.com/rust-lang/crates.io-index"
10829checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10830
10831[[package]]
10832name = "signal-hook"
10833version = "0.3.17"
10834source = "registry+https://github.com/rust-lang/crates.io-index"
10835checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10836dependencies = [
10837 "libc",
10838 "signal-hook-registry",
10839]
10840
10841[[package]]
10842name = "signal-hook-registry"
10843version = "1.4.2"
10844source = "registry+https://github.com/rust-lang/crates.io-index"
10845checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10846dependencies = [
10847 "libc",
10848]
10849
10850[[package]]
10851name = "signature"
10852version = "1.6.4"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10855dependencies = [
10856 "digest",
10857 "rand_core 0.6.4",
10858]
10859
10860[[package]]
10861name = "signature"
10862version = "2.2.0"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10865dependencies = [
10866 "digest",
10867 "rand_core 0.6.4",
10868]
10869
10870[[package]]
10871name = "simd-adler32"
10872version = "0.3.7"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10875
10876[[package]]
10877name = "simd_helpers"
10878version = "0.1.0"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10881dependencies = [
10882 "quote",
10883]
10884
10885[[package]]
10886name = "simdutf8"
10887version = "0.1.4"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10890
10891[[package]]
10892name = "similar"
10893version = "1.3.0"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10896
10897[[package]]
10898name = "simple_asn1"
10899version = "0.6.2"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10902dependencies = [
10903 "num-bigint",
10904 "num-traits",
10905 "thiserror",
10906 "time",
10907]
10908
10909[[package]]
10910name = "simplecss"
10911version = "0.2.1"
10912source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10914dependencies = [
10915 "log",
10916]
10917
10918[[package]]
10919name = "simplelog"
10920version = "0.12.2"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10923dependencies = [
10924 "log",
10925 "termcolor",
10926 "time",
10927]
10928
10929[[package]]
10930name = "siphasher"
10931version = "0.3.11"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10934
10935[[package]]
10936name = "siphasher"
10937version = "1.0.1"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
10940
10941[[package]]
10942name = "skrifa"
10943version = "0.20.0"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
10946dependencies = [
10947 "bytemuck",
10948 "read-fonts",
10949]
10950
10951[[package]]
10952name = "slab"
10953version = "0.4.9"
10954source = "registry+https://github.com/rust-lang/crates.io-index"
10955checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
10956dependencies = [
10957 "autocfg",
10958]
10959
10960[[package]]
10961name = "slash_commands_example"
10962version = "0.1.0"
10963dependencies = [
10964 "zed_extension_api 0.1.0",
10965]
10966
10967[[package]]
10968name = "slice-group-by"
10969version = "0.3.1"
10970source = "registry+https://github.com/rust-lang/crates.io-index"
10971checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
10972
10973[[package]]
10974name = "slotmap"
10975version = "1.0.7"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
10978dependencies = [
10979 "version_check",
10980]
10981
10982[[package]]
10983name = "smallvec"
10984version = "1.13.2"
10985source = "registry+https://github.com/rust-lang/crates.io-index"
10986checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
10987dependencies = [
10988 "serde",
10989]
10990
10991[[package]]
10992name = "smart-default"
10993version = "0.6.0"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
10996dependencies = [
10997 "proc-macro2",
10998 "quote",
10999 "syn 1.0.109",
11000]
11001
11002[[package]]
11003name = "smol"
11004version = "1.3.0"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11007dependencies = [
11008 "async-channel 1.9.0",
11009 "async-executor",
11010 "async-fs 1.6.0",
11011 "async-io 1.13.0",
11012 "async-lock 2.8.0",
11013 "async-net 1.8.0",
11014 "async-process 1.8.1",
11015 "blocking",
11016 "futures-lite 1.13.0",
11017]
11018
11019[[package]]
11020name = "smol_str"
11021version = "0.1.24"
11022source = "registry+https://github.com/rust-lang/crates.io-index"
11023checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11024dependencies = [
11025 "serde",
11026]
11027
11028[[package]]
11029name = "snippet"
11030version = "0.1.0"
11031dependencies = [
11032 "anyhow",
11033 "smallvec",
11034]
11035
11036[[package]]
11037name = "snippet_provider"
11038version = "0.1.0"
11039dependencies = [
11040 "anyhow",
11041 "collections",
11042 "fs",
11043 "futures 0.3.30",
11044 "gpui",
11045 "parking_lot",
11046 "paths",
11047 "serde",
11048 "serde_json",
11049 "snippet",
11050 "util",
11051]
11052
11053[[package]]
11054name = "snippets_ui"
11055version = "0.1.0"
11056dependencies = [
11057 "fuzzy",
11058 "gpui",
11059 "language",
11060 "paths",
11061 "picker",
11062 "ui",
11063 "util",
11064 "workspace",
11065]
11066
11067[[package]]
11068name = "socket2"
11069version = "0.4.10"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
11072dependencies = [
11073 "libc",
11074 "winapi",
11075]
11076
11077[[package]]
11078name = "socket2"
11079version = "0.5.7"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
11082dependencies = [
11083 "libc",
11084 "windows-sys 0.52.0",
11085]
11086
11087[[package]]
11088name = "spdx"
11089version = "0.10.6"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
11092dependencies = [
11093 "smallvec",
11094]
11095
11096[[package]]
11097name = "spin"
11098version = "0.5.2"
11099source = "registry+https://github.com/rust-lang/crates.io-index"
11100checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
11101
11102[[package]]
11103name = "spin"
11104version = "0.9.8"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11107dependencies = [
11108 "lock_api",
11109]
11110
11111[[package]]
11112name = "spirv"
11113version = "0.3.0+sdk-1.3.268.0"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11116dependencies = [
11117 "bitflags 2.6.0",
11118]
11119
11120[[package]]
11121name = "spki"
11122version = "0.6.0"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11125dependencies = [
11126 "base64ct",
11127 "der 0.6.1",
11128]
11129
11130[[package]]
11131name = "spki"
11132version = "0.7.3"
11133source = "registry+https://github.com/rust-lang/crates.io-index"
11134checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11135dependencies = [
11136 "base64ct",
11137 "der 0.7.9",
11138]
11139
11140[[package]]
11141name = "sptr"
11142version = "0.3.2"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11145
11146[[package]]
11147name = "sqlez"
11148version = "0.1.0"
11149dependencies = [
11150 "anyhow",
11151 "collections",
11152 "futures 0.3.30",
11153 "indoc",
11154 "libsqlite3-sys",
11155 "parking_lot",
11156 "smol",
11157 "sqlformat",
11158 "thread_local",
11159 "util",
11160 "uuid",
11161]
11162
11163[[package]]
11164name = "sqlez_macros"
11165version = "0.1.0"
11166dependencies = [
11167 "sqlez",
11168 "sqlformat",
11169 "syn 1.0.109",
11170]
11171
11172[[package]]
11173name = "sqlformat"
11174version = "0.2.6"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
11177dependencies = [
11178 "nom",
11179 "unicode_categories",
11180]
11181
11182[[package]]
11183name = "sqlx"
11184version = "0.8.0"
11185source = "registry+https://github.com/rust-lang/crates.io-index"
11186checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
11187dependencies = [
11188 "sqlx-core",
11189 "sqlx-macros",
11190 "sqlx-mysql",
11191 "sqlx-postgres",
11192 "sqlx-sqlite",
11193]
11194
11195[[package]]
11196name = "sqlx-core"
11197version = "0.8.0"
11198source = "registry+https://github.com/rust-lang/crates.io-index"
11199checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
11200dependencies = [
11201 "atoi",
11202 "bigdecimal",
11203 "byteorder",
11204 "bytes 1.7.2",
11205 "chrono",
11206 "crc",
11207 "crossbeam-queue",
11208 "either",
11209 "event-listener 5.3.1",
11210 "futures-channel",
11211 "futures-core",
11212 "futures-intrusive",
11213 "futures-io",
11214 "futures-util",
11215 "hashbrown 0.14.5",
11216 "hashlink 0.9.1",
11217 "hex",
11218 "indexmap 2.4.0",
11219 "log",
11220 "memchr",
11221 "once_cell",
11222 "paste",
11223 "percent-encoding",
11224 "rust_decimal",
11225 "rustls 0.21.12",
11226 "rustls-pemfile 1.0.4",
11227 "serde",
11228 "serde_json",
11229 "sha2",
11230 "smallvec",
11231 "sqlformat",
11232 "thiserror",
11233 "time",
11234 "tokio",
11235 "tokio-stream",
11236 "tracing",
11237 "url",
11238 "uuid",
11239 "webpki-roots 0.25.4",
11240]
11241
11242[[package]]
11243name = "sqlx-macros"
11244version = "0.8.0"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
11247dependencies = [
11248 "proc-macro2",
11249 "quote",
11250 "sqlx-core",
11251 "sqlx-macros-core",
11252 "syn 2.0.76",
11253]
11254
11255[[package]]
11256name = "sqlx-macros-core"
11257version = "0.8.0"
11258source = "registry+https://github.com/rust-lang/crates.io-index"
11259checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
11260dependencies = [
11261 "dotenvy",
11262 "either",
11263 "heck 0.5.0",
11264 "hex",
11265 "once_cell",
11266 "proc-macro2",
11267 "quote",
11268 "serde",
11269 "serde_json",
11270 "sha2",
11271 "sqlx-core",
11272 "sqlx-mysql",
11273 "sqlx-postgres",
11274 "sqlx-sqlite",
11275 "syn 2.0.76",
11276 "tempfile",
11277 "tokio",
11278 "url",
11279]
11280
11281[[package]]
11282name = "sqlx-mysql"
11283version = "0.8.0"
11284source = "registry+https://github.com/rust-lang/crates.io-index"
11285checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
11286dependencies = [
11287 "atoi",
11288 "base64 0.22.1",
11289 "bigdecimal",
11290 "bitflags 2.6.0",
11291 "byteorder",
11292 "bytes 1.7.2",
11293 "chrono",
11294 "crc",
11295 "digest",
11296 "dotenvy",
11297 "either",
11298 "futures-channel",
11299 "futures-core",
11300 "futures-io",
11301 "futures-util",
11302 "generic-array",
11303 "hex",
11304 "hkdf",
11305 "hmac",
11306 "itoa",
11307 "log",
11308 "md-5",
11309 "memchr",
11310 "once_cell",
11311 "percent-encoding",
11312 "rand 0.8.5",
11313 "rsa",
11314 "rust_decimal",
11315 "serde",
11316 "sha1",
11317 "sha2",
11318 "smallvec",
11319 "sqlx-core",
11320 "stringprep",
11321 "thiserror",
11322 "time",
11323 "tracing",
11324 "uuid",
11325 "whoami",
11326]
11327
11328[[package]]
11329name = "sqlx-postgres"
11330version = "0.8.0"
11331source = "registry+https://github.com/rust-lang/crates.io-index"
11332checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
11333dependencies = [
11334 "atoi",
11335 "base64 0.22.1",
11336 "bigdecimal",
11337 "bitflags 2.6.0",
11338 "byteorder",
11339 "chrono",
11340 "crc",
11341 "dotenvy",
11342 "etcetera",
11343 "futures-channel",
11344 "futures-core",
11345 "futures-io",
11346 "futures-util",
11347 "hex",
11348 "hkdf",
11349 "hmac",
11350 "home",
11351 "itoa",
11352 "log",
11353 "md-5",
11354 "memchr",
11355 "num-bigint",
11356 "once_cell",
11357 "rand 0.8.5",
11358 "rust_decimal",
11359 "serde",
11360 "serde_json",
11361 "sha2",
11362 "smallvec",
11363 "sqlx-core",
11364 "stringprep",
11365 "thiserror",
11366 "time",
11367 "tracing",
11368 "uuid",
11369 "whoami",
11370]
11371
11372[[package]]
11373name = "sqlx-sqlite"
11374version = "0.8.0"
11375source = "registry+https://github.com/rust-lang/crates.io-index"
11376checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
11377dependencies = [
11378 "atoi",
11379 "chrono",
11380 "flume",
11381 "futures-channel",
11382 "futures-core",
11383 "futures-executor",
11384 "futures-intrusive",
11385 "futures-util",
11386 "libsqlite3-sys",
11387 "log",
11388 "percent-encoding",
11389 "serde",
11390 "serde_urlencoded",
11391 "sqlx-core",
11392 "time",
11393 "tracing",
11394 "url",
11395 "uuid",
11396]
11397
11398[[package]]
11399name = "stable_deref_trait"
11400version = "1.2.0"
11401source = "registry+https://github.com/rust-lang/crates.io-index"
11402checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
11403
11404[[package]]
11405name = "static_assertions"
11406version = "1.1.0"
11407source = "registry+https://github.com/rust-lang/crates.io-index"
11408checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
11409
11410[[package]]
11411name = "story"
11412version = "0.1.0"
11413dependencies = [
11414 "gpui",
11415 "itertools 0.13.0",
11416 "smallvec",
11417]
11418
11419[[package]]
11420name = "storybook"
11421version = "0.1.0"
11422dependencies = [
11423 "anyhow",
11424 "clap",
11425 "collab_ui",
11426 "ctrlc",
11427 "dialoguer",
11428 "editor",
11429 "fuzzy",
11430 "gpui",
11431 "indoc",
11432 "language",
11433 "log",
11434 "menu",
11435 "picker",
11436 "project",
11437 "reqwest_client",
11438 "rust-embed",
11439 "settings",
11440 "simplelog",
11441 "story",
11442 "strum 0.25.0",
11443 "theme",
11444 "title_bar",
11445 "ui",
11446]
11447
11448[[package]]
11449name = "strict-num"
11450version = "0.1.1"
11451source = "registry+https://github.com/rust-lang/crates.io-index"
11452checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
11453dependencies = [
11454 "float-cmp",
11455]
11456
11457[[package]]
11458name = "string_cache"
11459version = "0.8.7"
11460source = "registry+https://github.com/rust-lang/crates.io-index"
11461checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
11462dependencies = [
11463 "new_debug_unreachable",
11464 "once_cell",
11465 "parking_lot",
11466 "phf_shared 0.10.0",
11467 "precomputed-hash",
11468 "serde",
11469]
11470
11471[[package]]
11472name = "string_cache_codegen"
11473version = "0.5.2"
11474source = "registry+https://github.com/rust-lang/crates.io-index"
11475checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
11476dependencies = [
11477 "phf_generator 0.10.0",
11478 "phf_shared 0.10.0",
11479 "proc-macro2",
11480 "quote",
11481]
11482
11483[[package]]
11484name = "stringprep"
11485version = "0.1.5"
11486source = "registry+https://github.com/rust-lang/crates.io-index"
11487checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
11488dependencies = [
11489 "unicode-bidi",
11490 "unicode-normalization",
11491 "unicode-properties",
11492]
11493
11494[[package]]
11495name = "strsim"
11496version = "0.11.1"
11497source = "registry+https://github.com/rust-lang/crates.io-index"
11498checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
11499
11500[[package]]
11501name = "strum"
11502version = "0.25.0"
11503source = "registry+https://github.com/rust-lang/crates.io-index"
11504checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
11505dependencies = [
11506 "strum_macros",
11507]
11508
11509[[package]]
11510name = "strum"
11511version = "0.26.3"
11512source = "registry+https://github.com/rust-lang/crates.io-index"
11513checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
11514
11515[[package]]
11516name = "strum_macros"
11517version = "0.25.3"
11518source = "registry+https://github.com/rust-lang/crates.io-index"
11519checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
11520dependencies = [
11521 "heck 0.4.1",
11522 "proc-macro2",
11523 "quote",
11524 "rustversion",
11525 "syn 2.0.76",
11526]
11527
11528[[package]]
11529name = "subtle"
11530version = "2.6.1"
11531source = "registry+https://github.com/rust-lang/crates.io-index"
11532checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
11533
11534[[package]]
11535name = "sum_tree"
11536version = "0.1.0"
11537dependencies = [
11538 "arrayvec",
11539 "ctor",
11540 "env_logger 0.11.5",
11541 "log",
11542 "rand 0.8.5",
11543 "rayon",
11544]
11545
11546[[package]]
11547name = "supermaven"
11548version = "0.1.0"
11549dependencies = [
11550 "anyhow",
11551 "client",
11552 "collections",
11553 "editor",
11554 "env_logger 0.11.5",
11555 "futures 0.3.30",
11556 "gpui",
11557 "http_client",
11558 "language",
11559 "log",
11560 "postage",
11561 "project",
11562 "serde",
11563 "serde_json",
11564 "settings",
11565 "smol",
11566 "supermaven_api",
11567 "text",
11568 "theme",
11569 "ui",
11570 "unicode-segmentation",
11571 "util",
11572 "windows 0.58.0",
11573]
11574
11575[[package]]
11576name = "supermaven_api"
11577version = "0.1.0"
11578dependencies = [
11579 "anyhow",
11580 "futures 0.3.30",
11581 "http_client",
11582 "paths",
11583 "serde",
11584 "serde_json",
11585 "smol",
11586]
11587
11588[[package]]
11589name = "sval"
11590version = "2.13.0"
11591source = "registry+https://github.com/rust-lang/crates.io-index"
11592checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
11593
11594[[package]]
11595name = "sval_buffer"
11596version = "2.13.0"
11597source = "registry+https://github.com/rust-lang/crates.io-index"
11598checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
11599dependencies = [
11600 "sval",
11601 "sval_ref",
11602]
11603
11604[[package]]
11605name = "sval_dynamic"
11606version = "2.13.0"
11607source = "registry+https://github.com/rust-lang/crates.io-index"
11608checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
11609dependencies = [
11610 "sval",
11611]
11612
11613[[package]]
11614name = "sval_fmt"
11615version = "2.13.0"
11616source = "registry+https://github.com/rust-lang/crates.io-index"
11617checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
11618dependencies = [
11619 "itoa",
11620 "ryu",
11621 "sval",
11622]
11623
11624[[package]]
11625name = "sval_json"
11626version = "2.13.0"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
11629dependencies = [
11630 "itoa",
11631 "ryu",
11632 "sval",
11633]
11634
11635[[package]]
11636name = "sval_nested"
11637version = "2.13.0"
11638source = "registry+https://github.com/rust-lang/crates.io-index"
11639checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
11640dependencies = [
11641 "sval",
11642 "sval_buffer",
11643 "sval_ref",
11644]
11645
11646[[package]]
11647name = "sval_ref"
11648version = "2.13.0"
11649source = "registry+https://github.com/rust-lang/crates.io-index"
11650checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
11651dependencies = [
11652 "sval",
11653]
11654
11655[[package]]
11656name = "sval_serde"
11657version = "2.13.0"
11658source = "registry+https://github.com/rust-lang/crates.io-index"
11659checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
11660dependencies = [
11661 "serde",
11662 "sval",
11663 "sval_nested",
11664]
11665
11666[[package]]
11667name = "svg_fmt"
11668version = "0.4.3"
11669source = "registry+https://github.com/rust-lang/crates.io-index"
11670checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
11671
11672[[package]]
11673name = "svgtypes"
11674version = "0.15.2"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
11677dependencies = [
11678 "kurbo",
11679 "siphasher 1.0.1",
11680]
11681
11682[[package]]
11683name = "swash"
11684version = "0.1.18"
11685source = "registry+https://github.com/rust-lang/crates.io-index"
11686checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
11687dependencies = [
11688 "skrifa",
11689 "yazi",
11690 "zeno",
11691]
11692
11693[[package]]
11694name = "syn"
11695version = "1.0.109"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
11698dependencies = [
11699 "proc-macro2",
11700 "quote",
11701 "unicode-ident",
11702]
11703
11704[[package]]
11705name = "syn"
11706version = "2.0.76"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
11709dependencies = [
11710 "proc-macro2",
11711 "quote",
11712 "unicode-ident",
11713]
11714
11715[[package]]
11716name = "syn_derive"
11717version = "0.1.8"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
11720dependencies = [
11721 "proc-macro-error",
11722 "proc-macro2",
11723 "quote",
11724 "syn 2.0.76",
11725]
11726
11727[[package]]
11728name = "sync_wrapper"
11729version = "0.1.2"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
11732
11733[[package]]
11734name = "sync_wrapper"
11735version = "1.0.1"
11736source = "registry+https://github.com/rust-lang/crates.io-index"
11737checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
11738dependencies = [
11739 "futures-core",
11740]
11741
11742[[package]]
11743name = "synchronoise"
11744version = "1.0.1"
11745source = "registry+https://github.com/rust-lang/crates.io-index"
11746checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
11747dependencies = [
11748 "crossbeam-queue",
11749]
11750
11751[[package]]
11752name = "sys-locale"
11753version = "0.3.1"
11754source = "registry+https://github.com/rust-lang/crates.io-index"
11755checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
11756dependencies = [
11757 "libc",
11758]
11759
11760[[package]]
11761name = "sysinfo"
11762version = "0.31.4"
11763source = "registry+https://github.com/rust-lang/crates.io-index"
11764checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
11765dependencies = [
11766 "core-foundation-sys",
11767 "libc",
11768 "memchr",
11769 "ntapi",
11770 "rayon",
11771 "windows 0.54.0",
11772]
11773
11774[[package]]
11775name = "system-configuration"
11776version = "0.5.1"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
11779dependencies = [
11780 "bitflags 1.3.2",
11781 "core-foundation 0.9.4",
11782 "system-configuration-sys 0.5.0",
11783]
11784
11785[[package]]
11786name = "system-configuration"
11787version = "0.6.1"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
11790dependencies = [
11791 "bitflags 2.6.0",
11792 "core-foundation 0.9.4",
11793 "system-configuration-sys 0.6.0",
11794]
11795
11796[[package]]
11797name = "system-configuration-sys"
11798version = "0.5.0"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
11801dependencies = [
11802 "core-foundation-sys",
11803 "libc",
11804]
11805
11806[[package]]
11807name = "system-configuration-sys"
11808version = "0.6.0"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
11811dependencies = [
11812 "core-foundation-sys",
11813 "libc",
11814]
11815
11816[[package]]
11817name = "system-deps"
11818version = "6.2.2"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
11821dependencies = [
11822 "cfg-expr",
11823 "heck 0.5.0",
11824 "pkg-config",
11825 "toml 0.8.19",
11826 "version-compare",
11827]
11828
11829[[package]]
11830name = "system-interface"
11831version = "0.27.2"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
11834dependencies = [
11835 "bitflags 2.6.0",
11836 "cap-fs-ext",
11837 "cap-std",
11838 "fd-lock",
11839 "io-lifetimes 2.0.3",
11840 "rustix 0.38.35",
11841 "windows-sys 0.52.0",
11842 "winx",
11843]
11844
11845[[package]]
11846name = "tab_switcher"
11847version = "0.1.0"
11848dependencies = [
11849 "anyhow",
11850 "collections",
11851 "ctor",
11852 "editor",
11853 "env_logger 0.11.5",
11854 "gpui",
11855 "language",
11856 "menu",
11857 "picker",
11858 "project",
11859 "serde",
11860 "serde_json",
11861 "settings",
11862 "theme",
11863 "ui",
11864 "util",
11865 "workspace",
11866]
11867
11868[[package]]
11869name = "taffy"
11870version = "0.4.4"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11873dependencies = [
11874 "arrayvec",
11875 "grid",
11876 "num-traits",
11877 "serde",
11878 "slotmap",
11879]
11880
11881[[package]]
11882name = "take-until"
11883version = "0.2.0"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11886
11887[[package]]
11888name = "tap"
11889version = "1.0.1"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11892
11893[[package]]
11894name = "target-lexicon"
11895version = "0.12.16"
11896source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11898
11899[[package]]
11900name = "task"
11901version = "0.1.0"
11902dependencies = [
11903 "anyhow",
11904 "collections",
11905 "futures 0.3.30",
11906 "gpui",
11907 "hex",
11908 "parking_lot",
11909 "schemars",
11910 "serde",
11911 "serde_json_lenient",
11912 "sha2",
11913 "shellexpand 2.1.2",
11914 "util",
11915]
11916
11917[[package]]
11918name = "tasks_ui"
11919version = "0.1.0"
11920dependencies = [
11921 "anyhow",
11922 "editor",
11923 "file_icons",
11924 "fuzzy",
11925 "gpui",
11926 "language",
11927 "menu",
11928 "picker",
11929 "project",
11930 "schemars",
11931 "serde",
11932 "serde_json",
11933 "settings",
11934 "task",
11935 "tree-sitter-rust",
11936 "tree-sitter-typescript",
11937 "ui",
11938 "util",
11939 "workspace",
11940]
11941
11942[[package]]
11943name = "telemetry_events"
11944version = "0.1.0"
11945dependencies = [
11946 "semantic_version",
11947 "serde",
11948]
11949
11950[[package]]
11951name = "tempfile"
11952version = "3.12.0"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
11955dependencies = [
11956 "cfg-if",
11957 "fastrand 2.1.1",
11958 "once_cell",
11959 "rustix 0.38.35",
11960 "windows-sys 0.59.0",
11961]
11962
11963[[package]]
11964name = "tendril"
11965version = "0.4.3"
11966source = "registry+https://github.com/rust-lang/crates.io-index"
11967checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
11968dependencies = [
11969 "futf",
11970 "mac",
11971 "utf-8",
11972]
11973
11974[[package]]
11975name = "termcolor"
11976version = "1.4.1"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
11979dependencies = [
11980 "winapi-util",
11981]
11982
11983[[package]]
11984name = "terminal"
11985version = "0.1.0"
11986dependencies = [
11987 "alacritty_terminal",
11988 "anyhow",
11989 "collections",
11990 "dirs 4.0.0",
11991 "futures 0.3.30",
11992 "gpui",
11993 "libc",
11994 "rand 0.8.5",
11995 "regex",
11996 "release_channel",
11997 "schemars",
11998 "serde",
11999 "serde_derive",
12000 "settings",
12001 "smol",
12002 "sysinfo",
12003 "task",
12004 "theme",
12005 "thiserror",
12006 "util",
12007 "windows 0.58.0",
12008]
12009
12010[[package]]
12011name = "terminal_size"
12012version = "0.4.0"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
12015dependencies = [
12016 "rustix 0.38.35",
12017 "windows-sys 0.59.0",
12018]
12019
12020[[package]]
12021name = "terminal_view"
12022version = "0.1.0"
12023dependencies = [
12024 "anyhow",
12025 "client",
12026 "collections",
12027 "db",
12028 "dirs 4.0.0",
12029 "editor",
12030 "futures 0.3.30",
12031 "gpui",
12032 "itertools 0.13.0",
12033 "language",
12034 "project",
12035 "rand 0.8.5",
12036 "search",
12037 "serde",
12038 "serde_json",
12039 "settings",
12040 "shellexpand 2.1.2",
12041 "smol",
12042 "task",
12043 "tasks_ui",
12044 "terminal",
12045 "theme",
12046 "ui",
12047 "util",
12048 "workspace",
12049 "zed_actions",
12050]
12051
12052[[package]]
12053name = "text"
12054version = "0.1.0"
12055dependencies = [
12056 "anyhow",
12057 "clock",
12058 "collections",
12059 "ctor",
12060 "env_logger 0.11.5",
12061 "gpui",
12062 "http_client",
12063 "log",
12064 "parking_lot",
12065 "postage",
12066 "rand 0.8.5",
12067 "regex",
12068 "rope",
12069 "smallvec",
12070 "sum_tree",
12071 "util",
12072]
12073
12074[[package]]
12075name = "theme"
12076version = "0.1.0"
12077dependencies = [
12078 "anyhow",
12079 "collections",
12080 "derive_more",
12081 "fs",
12082 "futures 0.3.30",
12083 "gpui",
12084 "indexmap 1.9.3",
12085 "log",
12086 "palette",
12087 "parking_lot",
12088 "refineable",
12089 "schemars",
12090 "serde",
12091 "serde_derive",
12092 "serde_json",
12093 "serde_json_lenient",
12094 "serde_repr",
12095 "settings",
12096 "util",
12097 "uuid",
12098]
12099
12100[[package]]
12101name = "theme_importer"
12102version = "0.1.0"
12103dependencies = [
12104 "anyhow",
12105 "clap",
12106 "gpui",
12107 "indexmap 1.9.3",
12108 "log",
12109 "palette",
12110 "rust-embed",
12111 "schemars",
12112 "serde",
12113 "serde_json",
12114 "serde_json_lenient",
12115 "simplelog",
12116 "strum 0.25.0",
12117 "theme",
12118 "vscode_theme",
12119]
12120
12121[[package]]
12122name = "theme_selector"
12123version = "0.1.0"
12124dependencies = [
12125 "client",
12126 "feature_flags",
12127 "fs",
12128 "fuzzy",
12129 "gpui",
12130 "log",
12131 "picker",
12132 "serde",
12133 "settings",
12134 "theme",
12135 "ui",
12136 "util",
12137 "workspace",
12138]
12139
12140[[package]]
12141name = "thiserror"
12142version = "1.0.64"
12143source = "registry+https://github.com/rust-lang/crates.io-index"
12144checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
12145dependencies = [
12146 "thiserror-impl",
12147]
12148
12149[[package]]
12150name = "thiserror-impl"
12151version = "1.0.64"
12152source = "registry+https://github.com/rust-lang/crates.io-index"
12153checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
12154dependencies = [
12155 "proc-macro2",
12156 "quote",
12157 "syn 2.0.76",
12158]
12159
12160[[package]]
12161name = "thread_local"
12162version = "1.1.8"
12163source = "registry+https://github.com/rust-lang/crates.io-index"
12164checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
12165dependencies = [
12166 "cfg-if",
12167 "once_cell",
12168]
12169
12170[[package]]
12171name = "tiff"
12172version = "0.9.1"
12173source = "registry+https://github.com/rust-lang/crates.io-index"
12174checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
12175dependencies = [
12176 "flate2",
12177 "jpeg-decoder",
12178 "weezl",
12179]
12180
12181[[package]]
12182name = "tiktoken-rs"
12183version = "0.5.9"
12184source = "registry+https://github.com/rust-lang/crates.io-index"
12185checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
12186dependencies = [
12187 "anyhow",
12188 "base64 0.21.7",
12189 "bstr",
12190 "fancy-regex",
12191 "lazy_static",
12192 "parking_lot",
12193 "rustc-hash 1.1.0",
12194]
12195
12196[[package]]
12197name = "time"
12198version = "0.3.36"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
12201dependencies = [
12202 "deranged",
12203 "itoa",
12204 "libc",
12205 "num-conv",
12206 "num_threads",
12207 "powerfmt",
12208 "serde",
12209 "time-core",
12210 "time-macros",
12211]
12212
12213[[package]]
12214name = "time-core"
12215version = "0.1.2"
12216source = "registry+https://github.com/rust-lang/crates.io-index"
12217checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
12218
12219[[package]]
12220name = "time-macros"
12221version = "0.2.18"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
12224dependencies = [
12225 "num-conv",
12226 "time-core",
12227]
12228
12229[[package]]
12230name = "time_format"
12231version = "0.1.0"
12232dependencies = [
12233 "core-foundation 0.9.4",
12234 "core-foundation-sys",
12235 "sys-locale",
12236 "time",
12237]
12238
12239[[package]]
12240name = "tiny-keccak"
12241version = "2.0.2"
12242source = "registry+https://github.com/rust-lang/crates.io-index"
12243checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
12244dependencies = [
12245 "crunchy",
12246]
12247
12248[[package]]
12249name = "tiny-skia"
12250version = "0.11.4"
12251source = "registry+https://github.com/rust-lang/crates.io-index"
12252checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
12253dependencies = [
12254 "arrayref",
12255 "arrayvec",
12256 "bytemuck",
12257 "cfg-if",
12258 "log",
12259 "png",
12260 "tiny-skia-path",
12261]
12262
12263[[package]]
12264name = "tiny-skia-path"
12265version = "0.11.4"
12266source = "registry+https://github.com/rust-lang/crates.io-index"
12267checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
12268dependencies = [
12269 "arrayref",
12270 "bytemuck",
12271 "strict-num",
12272]
12273
12274[[package]]
12275name = "tiny_http"
12276version = "0.8.2"
12277source = "registry+https://github.com/rust-lang/crates.io-index"
12278checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
12279dependencies = [
12280 "ascii",
12281 "chrono",
12282 "chunked_transfer",
12283 "log",
12284 "url",
12285]
12286
12287[[package]]
12288name = "tinytemplate"
12289version = "1.2.1"
12290source = "registry+https://github.com/rust-lang/crates.io-index"
12291checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12292dependencies = [
12293 "serde",
12294 "serde_json",
12295]
12296
12297[[package]]
12298name = "tinyvec"
12299version = "1.8.0"
12300source = "registry+https://github.com/rust-lang/crates.io-index"
12301checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
12302dependencies = [
12303 "tinyvec_macros",
12304]
12305
12306[[package]]
12307name = "tinyvec_macros"
12308version = "0.1.1"
12309source = "registry+https://github.com/rust-lang/crates.io-index"
12310checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
12311
12312[[package]]
12313name = "title_bar"
12314version = "0.1.0"
12315dependencies = [
12316 "auto_update",
12317 "call",
12318 "client",
12319 "collections",
12320 "command_palette",
12321 "editor",
12322 "extensions_ui",
12323 "feature_flags",
12324 "feedback",
12325 "gpui",
12326 "http_client",
12327 "notifications",
12328 "pretty_assertions",
12329 "project",
12330 "recent_projects",
12331 "remote",
12332 "rpc",
12333 "serde",
12334 "settings",
12335 "smallvec",
12336 "story",
12337 "theme",
12338 "theme_selector",
12339 "tree-sitter-md",
12340 "ui",
12341 "util",
12342 "vcs_menu",
12343 "windows 0.58.0",
12344 "workspace",
12345 "zed_actions",
12346]
12347
12348[[package]]
12349name = "tokio"
12350version = "1.40.0"
12351source = "registry+https://github.com/rust-lang/crates.io-index"
12352checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
12353dependencies = [
12354 "backtrace",
12355 "bytes 1.7.2",
12356 "libc",
12357 "mio 1.0.2",
12358 "parking_lot",
12359 "pin-project-lite",
12360 "signal-hook-registry",
12361 "socket2 0.5.7",
12362 "tokio-macros",
12363 "windows-sys 0.52.0",
12364]
12365
12366[[package]]
12367name = "tokio-io"
12368version = "0.1.13"
12369source = "registry+https://github.com/rust-lang/crates.io-index"
12370checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
12371dependencies = [
12372 "bytes 0.4.12",
12373 "futures 0.1.31",
12374 "log",
12375]
12376
12377[[package]]
12378name = "tokio-macros"
12379version = "2.4.0"
12380source = "registry+https://github.com/rust-lang/crates.io-index"
12381checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
12382dependencies = [
12383 "proc-macro2",
12384 "quote",
12385 "syn 2.0.76",
12386]
12387
12388[[package]]
12389name = "tokio-native-tls"
12390version = "0.3.1"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
12393dependencies = [
12394 "native-tls",
12395 "tokio",
12396]
12397
12398[[package]]
12399name = "tokio-rustls"
12400version = "0.24.1"
12401source = "registry+https://github.com/rust-lang/crates.io-index"
12402checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
12403dependencies = [
12404 "rustls 0.21.12",
12405 "tokio",
12406]
12407
12408[[package]]
12409name = "tokio-rustls"
12410version = "0.26.0"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12413dependencies = [
12414 "rustls 0.23.13",
12415 "rustls-pki-types",
12416 "tokio",
12417]
12418
12419[[package]]
12420name = "tokio-socks"
12421version = "0.5.2"
12422source = "registry+https://github.com/rust-lang/crates.io-index"
12423checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
12424dependencies = [
12425 "either",
12426 "futures-io",
12427 "futures-util",
12428 "thiserror",
12429 "tokio",
12430]
12431
12432[[package]]
12433name = "tokio-stream"
12434version = "0.1.15"
12435source = "registry+https://github.com/rust-lang/crates.io-index"
12436checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12437dependencies = [
12438 "futures-core",
12439 "pin-project-lite",
12440 "tokio",
12441]
12442
12443[[package]]
12444name = "tokio-tungstenite"
12445version = "0.20.1"
12446source = "registry+https://github.com/rust-lang/crates.io-index"
12447checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
12448dependencies = [
12449 "futures-util",
12450 "log",
12451 "tokio",
12452 "tungstenite 0.20.1",
12453]
12454
12455[[package]]
12456name = "tokio-tungstenite"
12457version = "0.21.0"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
12460dependencies = [
12461 "futures-util",
12462 "log",
12463 "tokio",
12464 "tungstenite 0.21.0",
12465]
12466
12467[[package]]
12468name = "tokio-util"
12469version = "0.7.12"
12470source = "registry+https://github.com/rust-lang/crates.io-index"
12471checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
12472dependencies = [
12473 "bytes 1.7.2",
12474 "futures-core",
12475 "futures-io",
12476 "futures-sink",
12477 "pin-project-lite",
12478 "tokio",
12479]
12480
12481[[package]]
12482name = "toml"
12483version = "0.5.11"
12484source = "registry+https://github.com/rust-lang/crates.io-index"
12485checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12486dependencies = [
12487 "serde",
12488]
12489
12490[[package]]
12491name = "toml"
12492version = "0.7.8"
12493source = "registry+https://github.com/rust-lang/crates.io-index"
12494checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
12495dependencies = [
12496 "serde",
12497 "serde_spanned",
12498 "toml_datetime",
12499 "toml_edit 0.19.15",
12500]
12501
12502[[package]]
12503name = "toml"
12504version = "0.8.19"
12505source = "registry+https://github.com/rust-lang/crates.io-index"
12506checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
12507dependencies = [
12508 "serde",
12509 "serde_spanned",
12510 "toml_datetime",
12511 "toml_edit 0.22.20",
12512]
12513
12514[[package]]
12515name = "toml_datetime"
12516version = "0.6.8"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
12519dependencies = [
12520 "serde",
12521]
12522
12523[[package]]
12524name = "toml_edit"
12525version = "0.19.15"
12526source = "registry+https://github.com/rust-lang/crates.io-index"
12527checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
12528dependencies = [
12529 "indexmap 2.4.0",
12530 "serde",
12531 "serde_spanned",
12532 "toml_datetime",
12533 "winnow 0.5.40",
12534]
12535
12536[[package]]
12537name = "toml_edit"
12538version = "0.22.20"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
12541dependencies = [
12542 "indexmap 2.4.0",
12543 "serde",
12544 "serde_spanned",
12545 "toml_datetime",
12546 "winnow 0.6.18",
12547]
12548
12549[[package]]
12550name = "toolchain_selector"
12551version = "0.1.0"
12552dependencies = [
12553 "editor",
12554 "fuzzy",
12555 "gpui",
12556 "language",
12557 "picker",
12558 "project",
12559 "ui",
12560 "util",
12561 "workspace",
12562]
12563
12564[[package]]
12565name = "topological-sort"
12566version = "0.2.2"
12567source = "registry+https://github.com/rust-lang/crates.io-index"
12568checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
12569
12570[[package]]
12571name = "tower"
12572version = "0.4.13"
12573source = "registry+https://github.com/rust-lang/crates.io-index"
12574checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
12575dependencies = [
12576 "futures-core",
12577 "futures-util",
12578 "pin-project",
12579 "pin-project-lite",
12580 "tokio",
12581 "tower-layer",
12582 "tower-service",
12583 "tracing",
12584]
12585
12586[[package]]
12587name = "tower-http"
12588version = "0.3.5"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
12591dependencies = [
12592 "bitflags 1.3.2",
12593 "bytes 1.7.2",
12594 "futures-core",
12595 "futures-util",
12596 "http 0.2.12",
12597 "http-body 0.4.6",
12598 "http-range-header",
12599 "pin-project-lite",
12600 "tower-layer",
12601 "tower-service",
12602]
12603
12604[[package]]
12605name = "tower-http"
12606version = "0.4.4"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
12609dependencies = [
12610 "bitflags 2.6.0",
12611 "bytes 1.7.2",
12612 "futures-core",
12613 "futures-util",
12614 "http 0.2.12",
12615 "http-body 0.4.6",
12616 "http-range-header",
12617 "pin-project-lite",
12618 "tower-layer",
12619 "tower-service",
12620 "tracing",
12621]
12622
12623[[package]]
12624name = "tower-layer"
12625version = "0.3.3"
12626source = "registry+https://github.com/rust-lang/crates.io-index"
12627checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
12628
12629[[package]]
12630name = "tower-service"
12631version = "0.3.3"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
12634
12635[[package]]
12636name = "tracing"
12637version = "0.1.40"
12638source = "registry+https://github.com/rust-lang/crates.io-index"
12639checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
12640dependencies = [
12641 "log",
12642 "pin-project-lite",
12643 "tracing-attributes",
12644 "tracing-core",
12645]
12646
12647[[package]]
12648name = "tracing-attributes"
12649version = "0.1.27"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
12652dependencies = [
12653 "proc-macro2",
12654 "quote",
12655 "syn 2.0.76",
12656]
12657
12658[[package]]
12659name = "tracing-core"
12660version = "0.1.32"
12661source = "registry+https://github.com/rust-lang/crates.io-index"
12662checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
12663dependencies = [
12664 "once_cell",
12665 "valuable",
12666]
12667
12668[[package]]
12669name = "tracing-log"
12670version = "0.2.0"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
12673dependencies = [
12674 "log",
12675 "once_cell",
12676 "tracing-core",
12677]
12678
12679[[package]]
12680name = "tracing-serde"
12681version = "0.1.3"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
12684dependencies = [
12685 "serde",
12686 "tracing-core",
12687]
12688
12689[[package]]
12690name = "tracing-subscriber"
12691version = "0.3.18"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
12694dependencies = [
12695 "matchers",
12696 "nu-ansi-term",
12697 "once_cell",
12698 "regex",
12699 "serde",
12700 "serde_json",
12701 "sharded-slab",
12702 "smallvec",
12703 "thread_local",
12704 "tracing",
12705 "tracing-core",
12706 "tracing-log",
12707 "tracing-serde",
12708]
12709
12710[[package]]
12711name = "tree-sitter"
12712version = "0.23.0"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff"
12715dependencies = [
12716 "cc",
12717 "regex",
12718 "regex-syntax 0.8.4",
12719 "tree-sitter-language",
12720 "wasmtime-c-api-impl",
12721]
12722
12723[[package]]
12724name = "tree-sitter-bash"
12725version = "0.23.1"
12726source = "registry+https://github.com/rust-lang/crates.io-index"
12727checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
12728dependencies = [
12729 "cc",
12730 "tree-sitter-language",
12731]
12732
12733[[package]]
12734name = "tree-sitter-c"
12735version = "0.23.1"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b"
12738dependencies = [
12739 "cc",
12740 "tree-sitter-language",
12741]
12742
12743[[package]]
12744name = "tree-sitter-cpp"
12745version = "0.23.1"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "1d67e862242878d6ee50e1e5814f267ee3eea0168aea2cdbd700ccfb4c74b6d3"
12748dependencies = [
12749 "cc",
12750 "tree-sitter-language",
12751]
12752
12753[[package]]
12754name = "tree-sitter-css"
12755version = "0.23.0"
12756source = "registry+https://github.com/rust-lang/crates.io-index"
12757checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292"
12758dependencies = [
12759 "cc",
12760 "tree-sitter-language",
12761]
12762
12763[[package]]
12764name = "tree-sitter-diff"
12765version = "0.1.0"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
12768dependencies = [
12769 "cc",
12770 "tree-sitter-language",
12771]
12772
12773[[package]]
12774name = "tree-sitter-elixir"
12775version = "0.3.1"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32"
12778dependencies = [
12779 "cc",
12780 "tree-sitter-language",
12781]
12782
12783[[package]]
12784name = "tree-sitter-embedded-template"
12785version = "0.23.0"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495"
12788dependencies = [
12789 "cc",
12790 "tree-sitter-language",
12791]
12792
12793[[package]]
12794name = "tree-sitter-go"
12795version = "0.23.1"
12796source = "registry+https://github.com/rust-lang/crates.io-index"
12797checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e"
12798dependencies = [
12799 "cc",
12800 "tree-sitter-language",
12801]
12802
12803[[package]]
12804name = "tree-sitter-gomod"
12805version = "1.0.2"
12806source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
12807dependencies = [
12808 "cc",
12809 "tree-sitter-language",
12810]
12811
12812[[package]]
12813name = "tree-sitter-gowork"
12814version = "0.0.1"
12815source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
12816dependencies = [
12817 "cc",
12818 "tree-sitter-language",
12819]
12820
12821[[package]]
12822name = "tree-sitter-heex"
12823version = "0.0.1"
12824source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
12825dependencies = [
12826 "cc",
12827 "tree-sitter-language",
12828]
12829
12830[[package]]
12831name = "tree-sitter-html"
12832version = "0.20.4"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
12835dependencies = [
12836 "cc",
12837 "tree-sitter",
12838]
12839
12840[[package]]
12841name = "tree-sitter-jsdoc"
12842version = "0.23.0"
12843source = "registry+https://github.com/rust-lang/crates.io-index"
12844checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8"
12845dependencies = [
12846 "cc",
12847 "tree-sitter-language",
12848]
12849
12850[[package]]
12851name = "tree-sitter-json"
12852version = "0.23.0"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
12855dependencies = [
12856 "cc",
12857 "tree-sitter-language",
12858]
12859
12860[[package]]
12861name = "tree-sitter-language"
12862version = "0.1.0"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57"
12865
12866[[package]]
12867name = "tree-sitter-md"
12868version = "0.3.2"
12869source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
12870dependencies = [
12871 "cc",
12872 "tree-sitter-language",
12873]
12874
12875[[package]]
12876name = "tree-sitter-python"
12877version = "0.23.2"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb"
12880dependencies = [
12881 "cc",
12882 "tree-sitter-language",
12883]
12884
12885[[package]]
12886name = "tree-sitter-regex"
12887version = "0.23.0"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
12890dependencies = [
12891 "cc",
12892 "tree-sitter-language",
12893]
12894
12895[[package]]
12896name = "tree-sitter-ruby"
12897version = "0.23.0"
12898source = "registry+https://github.com/rust-lang/crates.io-index"
12899checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0"
12900dependencies = [
12901 "cc",
12902 "tree-sitter-language",
12903]
12904
12905[[package]]
12906name = "tree-sitter-rust"
12907version = "0.23.0"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8"
12910dependencies = [
12911 "cc",
12912 "tree-sitter-language",
12913]
12914
12915[[package]]
12916name = "tree-sitter-typescript"
12917version = "0.23.0"
12918source = "registry+https://github.com/rust-lang/crates.io-index"
12919checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685"
12920dependencies = [
12921 "cc",
12922 "tree-sitter-language",
12923]
12924
12925[[package]]
12926name = "tree-sitter-yaml"
12927version = "0.6.1"
12928source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
12929dependencies = [
12930 "cc",
12931 "tree-sitter-language",
12932]
12933
12934[[package]]
12935name = "try-lock"
12936version = "0.2.5"
12937source = "registry+https://github.com/rust-lang/crates.io-index"
12938checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12939
12940[[package]]
12941name = "ttf-parser"
12942version = "0.21.1"
12943source = "registry+https://github.com/rust-lang/crates.io-index"
12944checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
12945
12946[[package]]
12947name = "tungstenite"
12948version = "0.20.1"
12949source = "registry+https://github.com/rust-lang/crates.io-index"
12950checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12951dependencies = [
12952 "byteorder",
12953 "bytes 1.7.2",
12954 "data-encoding",
12955 "http 0.2.12",
12956 "httparse",
12957 "log",
12958 "rand 0.8.5",
12959 "sha1",
12960 "thiserror",
12961 "url",
12962 "utf-8",
12963]
12964
12965[[package]]
12966name = "tungstenite"
12967version = "0.21.0"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
12970dependencies = [
12971 "byteorder",
12972 "bytes 1.7.2",
12973 "data-encoding",
12974 "http 1.1.0",
12975 "httparse",
12976 "log",
12977 "rand 0.8.5",
12978 "sha1",
12979 "thiserror",
12980 "url",
12981 "utf-8",
12982]
12983
12984[[package]]
12985name = "typeid"
12986version = "1.0.2"
12987source = "registry+https://github.com/rust-lang/crates.io-index"
12988checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
12989
12990[[package]]
12991name = "typenum"
12992version = "1.17.0"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
12995
12996[[package]]
12997name = "ucd-trie"
12998version = "0.1.6"
12999source = "registry+https://github.com/rust-lang/crates.io-index"
13000checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
13001
13002[[package]]
13003name = "uds_windows"
13004version = "1.1.0"
13005source = "registry+https://github.com/rust-lang/crates.io-index"
13006checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13007dependencies = [
13008 "memoffset",
13009 "tempfile",
13010 "winapi",
13011]
13012
13013[[package]]
13014name = "ui"
13015version = "0.1.0"
13016dependencies = [
13017 "chrono",
13018 "gpui",
13019 "itertools 0.13.0",
13020 "menu",
13021 "serde",
13022 "settings",
13023 "smallvec",
13024 "story",
13025 "strum 0.25.0",
13026 "theme",
13027 "ui_macros",
13028 "windows 0.58.0",
13029]
13030
13031[[package]]
13032name = "ui_input"
13033version = "0.1.0"
13034dependencies = [
13035 "editor",
13036 "gpui",
13037 "settings",
13038 "theme",
13039 "ui",
13040]
13041
13042[[package]]
13043name = "ui_macros"
13044version = "0.1.0"
13045dependencies = [
13046 "convert_case 0.6.0",
13047 "proc-macro2",
13048 "quote",
13049 "syn 1.0.109",
13050]
13051
13052[[package]]
13053name = "unicase"
13054version = "2.7.0"
13055source = "registry+https://github.com/rust-lang/crates.io-index"
13056checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
13057dependencies = [
13058 "version_check",
13059]
13060
13061[[package]]
13062name = "unicode-bidi"
13063version = "0.3.15"
13064source = "registry+https://github.com/rust-lang/crates.io-index"
13065checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
13066
13067[[package]]
13068name = "unicode-bidi-mirroring"
13069version = "0.2.0"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13072
13073[[package]]
13074name = "unicode-ccc"
13075version = "0.2.0"
13076source = "registry+https://github.com/rust-lang/crates.io-index"
13077checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13078
13079[[package]]
13080name = "unicode-ident"
13081version = "1.0.12"
13082source = "registry+https://github.com/rust-lang/crates.io-index"
13083checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
13084
13085[[package]]
13086name = "unicode-linebreak"
13087version = "0.1.5"
13088source = "registry+https://github.com/rust-lang/crates.io-index"
13089checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13090
13091[[package]]
13092name = "unicode-normalization"
13093version = "0.1.23"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
13096dependencies = [
13097 "tinyvec",
13098]
13099
13100[[package]]
13101name = "unicode-properties"
13102version = "0.1.2"
13103source = "registry+https://github.com/rust-lang/crates.io-index"
13104checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
13105
13106[[package]]
13107name = "unicode-script"
13108version = "0.5.6"
13109source = "registry+https://github.com/rust-lang/crates.io-index"
13110checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
13111
13112[[package]]
13113name = "unicode-segmentation"
13114version = "1.11.0"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
13117
13118[[package]]
13119name = "unicode-width"
13120version = "0.1.13"
13121source = "registry+https://github.com/rust-lang/crates.io-index"
13122checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
13123
13124[[package]]
13125name = "unicode-xid"
13126version = "0.2.5"
13127source = "registry+https://github.com/rust-lang/crates.io-index"
13128checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
13129
13130[[package]]
13131name = "unicode_categories"
13132version = "0.1.1"
13133source = "registry+https://github.com/rust-lang/crates.io-index"
13134checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
13135
13136[[package]]
13137name = "unindent"
13138version = "0.1.11"
13139source = "registry+https://github.com/rust-lang/crates.io-index"
13140checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
13141
13142[[package]]
13143name = "untrusted"
13144version = "0.7.1"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
13147
13148[[package]]
13149name = "untrusted"
13150version = "0.9.0"
13151source = "registry+https://github.com/rust-lang/crates.io-index"
13152checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
13153
13154[[package]]
13155name = "url"
13156version = "2.5.2"
13157source = "registry+https://github.com/rust-lang/crates.io-index"
13158checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
13159dependencies = [
13160 "form_urlencoded",
13161 "idna",
13162 "percent-encoding",
13163 "serde",
13164]
13165
13166[[package]]
13167name = "urlencoding"
13168version = "2.1.3"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
13171
13172[[package]]
13173name = "usvg"
13174version = "0.41.0"
13175source = "registry+https://github.com/rust-lang/crates.io-index"
13176checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
13177dependencies = [
13178 "base64 0.22.1",
13179 "data-url",
13180 "flate2",
13181 "imagesize",
13182 "kurbo",
13183 "log",
13184 "pico-args",
13185 "roxmltree 0.19.0",
13186 "simplecss",
13187 "siphasher 1.0.1",
13188 "strict-num",
13189 "svgtypes",
13190 "tiny-skia-path",
13191 "xmlwriter",
13192]
13193
13194[[package]]
13195name = "utf-8"
13196version = "0.7.6"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
13199
13200[[package]]
13201name = "utf8parse"
13202version = "0.2.2"
13203source = "registry+https://github.com/rust-lang/crates.io-index"
13204checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
13205
13206[[package]]
13207name = "util"
13208version = "0.1.0"
13209dependencies = [
13210 "anyhow",
13211 "async-fs 1.6.0",
13212 "collections",
13213 "dirs 4.0.0",
13214 "futures 0.3.30",
13215 "futures-lite 1.13.0",
13216 "git2",
13217 "globset",
13218 "log",
13219 "rand 0.8.5",
13220 "regex",
13221 "rust-embed",
13222 "serde",
13223 "serde_json",
13224 "take-until",
13225 "tempfile",
13226 "tendril",
13227 "unicase",
13228]
13229
13230[[package]]
13231name = "uuid"
13232version = "1.10.0"
13233source = "registry+https://github.com/rust-lang/crates.io-index"
13234checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
13235dependencies = [
13236 "getrandom 0.2.15",
13237 "serde",
13238 "sha1_smol",
13239]
13240
13241[[package]]
13242name = "v_frame"
13243version = "0.3.8"
13244source = "registry+https://github.com/rust-lang/crates.io-index"
13245checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
13246dependencies = [
13247 "aligned-vec",
13248 "num-traits",
13249 "wasm-bindgen",
13250]
13251
13252[[package]]
13253name = "valuable"
13254version = "0.1.0"
13255source = "registry+https://github.com/rust-lang/crates.io-index"
13256checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
13257
13258[[package]]
13259name = "value-bag"
13260version = "1.9.0"
13261source = "registry+https://github.com/rust-lang/crates.io-index"
13262checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
13263dependencies = [
13264 "value-bag-serde1",
13265 "value-bag-sval2",
13266]
13267
13268[[package]]
13269name = "value-bag-serde1"
13270version = "1.9.0"
13271source = "registry+https://github.com/rust-lang/crates.io-index"
13272checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
13273dependencies = [
13274 "erased-serde",
13275 "serde",
13276 "serde_fmt",
13277]
13278
13279[[package]]
13280name = "value-bag-sval2"
13281version = "1.9.0"
13282source = "registry+https://github.com/rust-lang/crates.io-index"
13283checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
13284dependencies = [
13285 "sval",
13286 "sval_buffer",
13287 "sval_dynamic",
13288 "sval_fmt",
13289 "sval_json",
13290 "sval_ref",
13291 "sval_serde",
13292]
13293
13294[[package]]
13295name = "vcpkg"
13296version = "0.2.15"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
13299
13300[[package]]
13301name = "vcs_menu"
13302version = "0.1.0"
13303dependencies = [
13304 "anyhow",
13305 "fuzzy",
13306 "git",
13307 "gpui",
13308 "picker",
13309 "project",
13310 "ui",
13311 "util",
13312 "workspace",
13313]
13314
13315[[package]]
13316name = "version-compare"
13317version = "0.2.0"
13318source = "registry+https://github.com/rust-lang/crates.io-index"
13319checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
13320
13321[[package]]
13322name = "version_check"
13323version = "0.9.5"
13324source = "registry+https://github.com/rust-lang/crates.io-index"
13325checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
13326
13327[[package]]
13328name = "vim"
13329version = "0.1.0"
13330dependencies = [
13331 "anyhow",
13332 "async-compat",
13333 "async-trait",
13334 "collections",
13335 "command_palette",
13336 "command_palette_hooks",
13337 "editor",
13338 "futures 0.3.30",
13339 "gpui",
13340 "indoc",
13341 "itertools 0.13.0",
13342 "language",
13343 "log",
13344 "lsp",
13345 "multi_buffer",
13346 "nvim-rs",
13347 "parking_lot",
13348 "regex",
13349 "release_channel",
13350 "schemars",
13351 "search",
13352 "serde",
13353 "serde_derive",
13354 "serde_json",
13355 "settings",
13356 "tokio",
13357 "ui",
13358 "util",
13359 "workspace",
13360 "zed_actions",
13361]
13362
13363[[package]]
13364name = "vscode_theme"
13365version = "0.2.0"
13366source = "registry+https://github.com/rust-lang/crates.io-index"
13367checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
13368dependencies = [
13369 "serde",
13370]
13371
13372[[package]]
13373name = "vsimd"
13374version = "0.8.0"
13375source = "registry+https://github.com/rust-lang/crates.io-index"
13376checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
13377
13378[[package]]
13379name = "vswhom"
13380version = "0.1.0"
13381source = "registry+https://github.com/rust-lang/crates.io-index"
13382checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
13383dependencies = [
13384 "libc",
13385 "vswhom-sys",
13386]
13387
13388[[package]]
13389name = "vswhom-sys"
13390version = "0.1.2"
13391source = "registry+https://github.com/rust-lang/crates.io-index"
13392checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
13393dependencies = [
13394 "cc",
13395 "libc",
13396]
13397
13398[[package]]
13399name = "vte"
13400version = "0.13.0"
13401source = "registry+https://github.com/rust-lang/crates.io-index"
13402checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
13403dependencies = [
13404 "bitflags 2.6.0",
13405 "cursor-icon",
13406 "log",
13407 "serde",
13408 "utf8parse",
13409 "vte_generate_state_changes",
13410]
13411
13412[[package]]
13413name = "vte_generate_state_changes"
13414version = "0.1.2"
13415source = "registry+https://github.com/rust-lang/crates.io-index"
13416checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
13417dependencies = [
13418 "proc-macro2",
13419 "quote",
13420]
13421
13422[[package]]
13423name = "waker-fn"
13424version = "1.2.0"
13425source = "registry+https://github.com/rust-lang/crates.io-index"
13426checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
13427
13428[[package]]
13429name = "walkdir"
13430version = "2.5.0"
13431source = "registry+https://github.com/rust-lang/crates.io-index"
13432checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
13433dependencies = [
13434 "same-file",
13435 "winapi-util",
13436]
13437
13438[[package]]
13439name = "want"
13440version = "0.3.1"
13441source = "registry+https://github.com/rust-lang/crates.io-index"
13442checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
13443dependencies = [
13444 "try-lock",
13445]
13446
13447[[package]]
13448name = "warp"
13449version = "0.3.7"
13450source = "registry+https://github.com/rust-lang/crates.io-index"
13451checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
13452dependencies = [
13453 "bytes 1.7.2",
13454 "futures-channel",
13455 "futures-util",
13456 "headers",
13457 "http 0.2.12",
13458 "hyper 0.14.31",
13459 "log",
13460 "mime",
13461 "mime_guess",
13462 "percent-encoding",
13463 "pin-project",
13464 "scoped-tls",
13465 "serde",
13466 "serde_json",
13467 "serde_urlencoded",
13468 "tokio",
13469 "tokio-tungstenite 0.21.0",
13470 "tokio-util",
13471 "tower-service",
13472 "tracing",
13473]
13474
13475[[package]]
13476name = "wasi"
13477version = "0.9.0+wasi-snapshot-preview1"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
13480
13481[[package]]
13482name = "wasi"
13483version = "0.11.0+wasi-snapshot-preview1"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
13486
13487[[package]]
13488name = "wasite"
13489version = "0.1.0"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
13492
13493[[package]]
13494name = "wasm-bindgen"
13495version = "0.2.93"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
13498dependencies = [
13499 "cfg-if",
13500 "once_cell",
13501 "wasm-bindgen-macro",
13502]
13503
13504[[package]]
13505name = "wasm-bindgen-backend"
13506version = "0.2.93"
13507source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
13509dependencies = [
13510 "bumpalo",
13511 "log",
13512 "once_cell",
13513 "proc-macro2",
13514 "quote",
13515 "syn 2.0.76",
13516 "wasm-bindgen-shared",
13517]
13518
13519[[package]]
13520name = "wasm-bindgen-futures"
13521version = "0.4.43"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
13524dependencies = [
13525 "cfg-if",
13526 "js-sys",
13527 "wasm-bindgen",
13528 "web-sys",
13529]
13530
13531[[package]]
13532name = "wasm-bindgen-macro"
13533version = "0.2.93"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
13536dependencies = [
13537 "quote",
13538 "wasm-bindgen-macro-support",
13539]
13540
13541[[package]]
13542name = "wasm-bindgen-macro-support"
13543version = "0.2.93"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
13546dependencies = [
13547 "proc-macro2",
13548 "quote",
13549 "syn 2.0.76",
13550 "wasm-bindgen-backend",
13551 "wasm-bindgen-shared",
13552]
13553
13554[[package]]
13555name = "wasm-bindgen-shared"
13556version = "0.2.93"
13557source = "registry+https://github.com/rust-lang/crates.io-index"
13558checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
13559
13560[[package]]
13561name = "wasm-encoder"
13562version = "0.201.0"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
13565dependencies = [
13566 "leb128",
13567]
13568
13569[[package]]
13570name = "wasm-encoder"
13571version = "0.215.0"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
13574dependencies = [
13575 "leb128",
13576]
13577
13578[[package]]
13579name = "wasm-metadata"
13580version = "0.201.0"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
13583dependencies = [
13584 "anyhow",
13585 "indexmap 2.4.0",
13586 "serde",
13587 "serde_derive",
13588 "serde_json",
13589 "spdx",
13590 "wasm-encoder 0.201.0",
13591 "wasmparser 0.201.0",
13592]
13593
13594[[package]]
13595name = "wasm-streams"
13596version = "0.4.1"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
13599dependencies = [
13600 "futures-util",
13601 "js-sys",
13602 "wasm-bindgen",
13603 "wasm-bindgen-futures",
13604 "web-sys",
13605]
13606
13607[[package]]
13608name = "wasmparser"
13609version = "0.201.0"
13610source = "registry+https://github.com/rust-lang/crates.io-index"
13611checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
13612dependencies = [
13613 "bitflags 2.6.0",
13614 "indexmap 2.4.0",
13615 "semver",
13616]
13617
13618[[package]]
13619name = "wasmparser"
13620version = "0.215.0"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
13623dependencies = [
13624 "ahash 0.8.11",
13625 "bitflags 2.6.0",
13626 "hashbrown 0.14.5",
13627 "indexmap 2.4.0",
13628 "semver",
13629 "serde",
13630]
13631
13632[[package]]
13633name = "wasmprinter"
13634version = "0.215.0"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
13637dependencies = [
13638 "anyhow",
13639 "termcolor",
13640 "wasmparser 0.215.0",
13641]
13642
13643[[package]]
13644name = "wasmtime"
13645version = "24.0.1"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "7e4a5b05e9f1797e557e79f0cf04348eaa7a232596939ef4762838ddf7a6127a"
13648dependencies = [
13649 "anyhow",
13650 "async-trait",
13651 "bitflags 2.6.0",
13652 "bumpalo",
13653 "cc",
13654 "cfg-if",
13655 "encoding_rs",
13656 "hashbrown 0.14.5",
13657 "indexmap 2.4.0",
13658 "libc",
13659 "libm",
13660 "log",
13661 "mach2",
13662 "memfd",
13663 "object",
13664 "once_cell",
13665 "paste",
13666 "postcard",
13667 "psm",
13668 "rustix 0.38.35",
13669 "semver",
13670 "serde",
13671 "serde_derive",
13672 "smallvec",
13673 "sptr",
13674 "target-lexicon",
13675 "wasmparser 0.215.0",
13676 "wasmtime-asm-macros",
13677 "wasmtime-component-macro",
13678 "wasmtime-component-util",
13679 "wasmtime-cranelift",
13680 "wasmtime-environ",
13681 "wasmtime-fiber",
13682 "wasmtime-jit-icache-coherence",
13683 "wasmtime-slab",
13684 "wasmtime-versioned-export-macros",
13685 "wasmtime-winch",
13686 "windows-sys 0.52.0",
13687]
13688
13689[[package]]
13690name = "wasmtime-asm-macros"
13691version = "24.0.1"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "64414227e19556d4372f9688458c5673606de83473eb66cd0514d36ea8808cab"
13694dependencies = [
13695 "cfg-if",
13696]
13697
13698[[package]]
13699name = "wasmtime-c-api-impl"
13700version = "24.0.0"
13701source = "registry+https://github.com/rust-lang/crates.io-index"
13702checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
13703dependencies = [
13704 "anyhow",
13705 "log",
13706 "once_cell",
13707 "tracing",
13708 "wasmtime",
13709 "wasmtime-c-api-macros",
13710]
13711
13712[[package]]
13713name = "wasmtime-c-api-macros"
13714version = "24.0.0"
13715source = "registry+https://github.com/rust-lang/crates.io-index"
13716checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
13717dependencies = [
13718 "proc-macro2",
13719 "quote",
13720]
13721
13722[[package]]
13723name = "wasmtime-component-macro"
13724version = "24.0.1"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "d3ead31b73689602225742920adbcd881f5656702c1a3b4830862c0c66731727"
13727dependencies = [
13728 "anyhow",
13729 "proc-macro2",
13730 "quote",
13731 "syn 2.0.76",
13732 "wasmtime-component-util",
13733 "wasmtime-wit-bindgen",
13734 "wit-parser 0.215.0",
13735]
13736
13737[[package]]
13738name = "wasmtime-component-util"
13739version = "24.0.1"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "ab2c778661800e1dcd8ba3e15ff042299709e0a4c512525d9cbb604a04c0421b"
13742
13743[[package]]
13744name = "wasmtime-cranelift"
13745version = "24.0.1"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "9f7ee1f436bcf7d213ef7c2e9d44caffcd57e540ccf997d013384c2ae9b82db7"
13748dependencies = [
13749 "anyhow",
13750 "cfg-if",
13751 "cranelift-codegen",
13752 "cranelift-control",
13753 "cranelift-entity",
13754 "cranelift-frontend",
13755 "cranelift-native",
13756 "cranelift-wasm",
13757 "gimli 0.29.0",
13758 "log",
13759 "object",
13760 "target-lexicon",
13761 "thiserror",
13762 "wasmparser 0.215.0",
13763 "wasmtime-environ",
13764 "wasmtime-versioned-export-macros",
13765]
13766
13767[[package]]
13768name = "wasmtime-environ"
13769version = "24.0.1"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "fa8c33adfb3b9f8d6ef716bc55aea5e6b2275cd5a6721ec8c837d1cb0c471516"
13772dependencies = [
13773 "anyhow",
13774 "cpp_demangle",
13775 "cranelift-bitset",
13776 "cranelift-entity",
13777 "gimli 0.29.0",
13778 "indexmap 2.4.0",
13779 "log",
13780 "object",
13781 "postcard",
13782 "rustc-demangle",
13783 "semver",
13784 "serde",
13785 "serde_derive",
13786 "target-lexicon",
13787 "wasm-encoder 0.215.0",
13788 "wasmparser 0.215.0",
13789 "wasmprinter",
13790 "wasmtime-component-util",
13791 "wasmtime-types",
13792]
13793
13794[[package]]
13795name = "wasmtime-fiber"
13796version = "24.0.1"
13797source = "registry+https://github.com/rust-lang/crates.io-index"
13798checksum = "9f3227ed807c2dda9dd770c241023fcd6e48e6722c1c26ff79fc3604d412e884"
13799dependencies = [
13800 "anyhow",
13801 "cc",
13802 "cfg-if",
13803 "rustix 0.38.35",
13804 "wasmtime-asm-macros",
13805 "wasmtime-versioned-export-macros",
13806 "windows-sys 0.52.0",
13807]
13808
13809[[package]]
13810name = "wasmtime-jit-icache-coherence"
13811version = "24.0.1"
13812source = "registry+https://github.com/rust-lang/crates.io-index"
13813checksum = "fa89fc440f0edca882ba6d1890608898e6f0193afdc504c0a64478ec53622bd6"
13814dependencies = [
13815 "anyhow",
13816 "cfg-if",
13817 "libc",
13818 "windows-sys 0.52.0",
13819]
13820
13821[[package]]
13822name = "wasmtime-slab"
13823version = "24.0.1"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "682b7a5b6772c4e4de8c696fc619ec97930b5e89098db9bee22c1136e002438b"
13826
13827[[package]]
13828name = "wasmtime-types"
13829version = "24.0.1"
13830source = "registry+https://github.com/rust-lang/crates.io-index"
13831checksum = "4a95ea5572f8c3ffe777af21aa00a92097ded291a342fecad9f2c6a972ecea99"
13832dependencies = [
13833 "anyhow",
13834 "cranelift-entity",
13835 "serde",
13836 "serde_derive",
13837 "smallvec",
13838 "wasmparser 0.215.0",
13839]
13840
13841[[package]]
13842name = "wasmtime-versioned-export-macros"
13843version = "24.0.1"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "ac3621bfccd4e4336ae141d62b96e96316c0f23c47d64e9700594ebe3c4d9a10"
13846dependencies = [
13847 "proc-macro2",
13848 "quote",
13849 "syn 2.0.76",
13850]
13851
13852[[package]]
13853name = "wasmtime-wasi"
13854version = "24.0.1"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "fda03f5bfd5c4cc09f75c7e44846663f25f2c48a2d688fbfb5c7a33af6cf34f5"
13857dependencies = [
13858 "anyhow",
13859 "async-trait",
13860 "bitflags 2.6.0",
13861 "bytes 1.7.2",
13862 "cap-fs-ext",
13863 "cap-net-ext",
13864 "cap-rand",
13865 "cap-std",
13866 "cap-time-ext",
13867 "fs-set-times",
13868 "futures 0.3.30",
13869 "io-extras",
13870 "io-lifetimes 2.0.3",
13871 "once_cell",
13872 "rustix 0.38.35",
13873 "system-interface",
13874 "thiserror",
13875 "tokio",
13876 "tracing",
13877 "url",
13878 "wasmtime",
13879 "wiggle",
13880 "windows-sys 0.52.0",
13881]
13882
13883[[package]]
13884name = "wasmtime-winch"
13885version = "24.0.1"
13886source = "registry+https://github.com/rust-lang/crates.io-index"
13887checksum = "d1d3e99f6bba37864487c9356398667699935b9cfa3655ed2b153b9428b3dd21"
13888dependencies = [
13889 "anyhow",
13890 "cranelift-codegen",
13891 "gimli 0.29.0",
13892 "object",
13893 "target-lexicon",
13894 "wasmparser 0.215.0",
13895 "wasmtime-cranelift",
13896 "wasmtime-environ",
13897 "winch-codegen",
13898]
13899
13900[[package]]
13901name = "wasmtime-wit-bindgen"
13902version = "24.0.1"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "ee0f4524da226d2cb503d794c8928de6bc24878758cebd4e383c946e9fdb8b3a"
13905dependencies = [
13906 "anyhow",
13907 "heck 0.4.1",
13908 "indexmap 2.4.0",
13909 "wit-parser 0.215.0",
13910]
13911
13912[[package]]
13913name = "wast"
13914version = "35.0.2"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
13917dependencies = [
13918 "leb128",
13919]
13920
13921[[package]]
13922name = "wayland-backend"
13923version = "0.3.6"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13926dependencies = [
13927 "cc",
13928 "downcast-rs",
13929 "rustix 0.38.35",
13930 "scoped-tls",
13931 "smallvec",
13932 "wayland-sys",
13933]
13934
13935[[package]]
13936name = "wayland-client"
13937version = "0.31.5"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
13940dependencies = [
13941 "bitflags 2.6.0",
13942 "rustix 0.38.35",
13943 "wayland-backend",
13944 "wayland-scanner",
13945]
13946
13947[[package]]
13948name = "wayland-cursor"
13949version = "0.31.5"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
13952dependencies = [
13953 "rustix 0.38.35",
13954 "wayland-client",
13955 "xcursor",
13956]
13957
13958[[package]]
13959name = "wayland-protocols"
13960version = "0.31.2"
13961source = "registry+https://github.com/rust-lang/crates.io-index"
13962checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
13963dependencies = [
13964 "bitflags 2.6.0",
13965 "wayland-backend",
13966 "wayland-client",
13967 "wayland-scanner",
13968]
13969
13970[[package]]
13971name = "wayland-protocols-plasma"
13972version = "0.2.0"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
13975dependencies = [
13976 "bitflags 2.6.0",
13977 "wayland-backend",
13978 "wayland-client",
13979 "wayland-protocols",
13980 "wayland-scanner",
13981]
13982
13983[[package]]
13984name = "wayland-scanner"
13985version = "0.31.4"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
13988dependencies = [
13989 "proc-macro2",
13990 "quick-xml 0.34.0",
13991 "quote",
13992]
13993
13994[[package]]
13995name = "wayland-sys"
13996version = "0.31.4"
13997source = "registry+https://github.com/rust-lang/crates.io-index"
13998checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
13999dependencies = [
14000 "dlib",
14001 "log",
14002 "once_cell",
14003 "pkg-config",
14004]
14005
14006[[package]]
14007name = "web-sys"
14008version = "0.3.70"
14009source = "registry+https://github.com/rust-lang/crates.io-index"
14010checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
14011dependencies = [
14012 "js-sys",
14013 "wasm-bindgen",
14014]
14015
14016[[package]]
14017name = "webpki"
14018version = "0.22.4"
14019source = "registry+https://github.com/rust-lang/crates.io-index"
14020checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14021dependencies = [
14022 "ring 0.17.8",
14023 "untrusted 0.9.0",
14024]
14025
14026[[package]]
14027name = "webpki-roots"
14028version = "0.22.6"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14031dependencies = [
14032 "webpki",
14033]
14034
14035[[package]]
14036name = "webpki-roots"
14037version = "0.25.4"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
14040
14041[[package]]
14042name = "weezl"
14043version = "0.1.8"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14046
14047[[package]]
14048name = "welcome"
14049version = "0.1.0"
14050dependencies = [
14051 "anyhow",
14052 "client",
14053 "db",
14054 "editor",
14055 "extensions_ui",
14056 "fuzzy",
14057 "gpui",
14058 "inline_completion_button",
14059 "install_cli",
14060 "picker",
14061 "project",
14062 "schemars",
14063 "serde",
14064 "settings",
14065 "theme_selector",
14066 "ui",
14067 "util",
14068 "vim",
14069 "workspace",
14070 "zed_actions",
14071]
14072
14073[[package]]
14074name = "which"
14075version = "4.4.2"
14076source = "registry+https://github.com/rust-lang/crates.io-index"
14077checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
14078dependencies = [
14079 "either",
14080 "home",
14081 "once_cell",
14082 "rustix 0.38.35",
14083]
14084
14085[[package]]
14086name = "which"
14087version = "6.0.3"
14088source = "registry+https://github.com/rust-lang/crates.io-index"
14089checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
14090dependencies = [
14091 "either",
14092 "home",
14093 "rustix 0.38.35",
14094 "winsafe",
14095]
14096
14097[[package]]
14098name = "whoami"
14099version = "1.5.1"
14100source = "registry+https://github.com/rust-lang/crates.io-index"
14101checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
14102dependencies = [
14103 "redox_syscall 0.4.1",
14104 "wasite",
14105]
14106
14107[[package]]
14108name = "wiggle"
14109version = "24.0.1"
14110source = "registry+https://github.com/rust-lang/crates.io-index"
14111checksum = "2d3b31bd2b4d2d82a4b747b8dbc45f566214214a4ffdc5690429a73bc221dc8a"
14112dependencies = [
14113 "anyhow",
14114 "async-trait",
14115 "bitflags 2.6.0",
14116 "thiserror",
14117 "tracing",
14118 "wasmtime",
14119 "wiggle-macro",
14120]
14121
14122[[package]]
14123name = "wiggle-generate"
14124version = "24.0.1"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "e2c6136b195fc12067aa9d4e7a5baf118729394df7bc7cbf8c63119bc9f2a7cd"
14127dependencies = [
14128 "anyhow",
14129 "heck 0.4.1",
14130 "proc-macro2",
14131 "quote",
14132 "shellexpand 2.1.2",
14133 "syn 2.0.76",
14134 "witx",
14135]
14136
14137[[package]]
14138name = "wiggle-macro"
14139version = "24.0.1"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "8a41eaceee468da976ac43b85c4eb82e482f828d5e8e56f49f90dfac2d9bc3b4"
14142dependencies = [
14143 "proc-macro2",
14144 "quote",
14145 "syn 2.0.76",
14146 "wiggle-generate",
14147]
14148
14149[[package]]
14150name = "winapi"
14151version = "0.3.9"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
14154dependencies = [
14155 "winapi-i686-pc-windows-gnu",
14156 "winapi-x86_64-pc-windows-gnu",
14157]
14158
14159[[package]]
14160name = "winapi-i686-pc-windows-gnu"
14161version = "0.4.0"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
14164
14165[[package]]
14166name = "winapi-util"
14167version = "0.1.9"
14168source = "registry+https://github.com/rust-lang/crates.io-index"
14169checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
14170dependencies = [
14171 "windows-sys 0.59.0",
14172]
14173
14174[[package]]
14175name = "winapi-x86_64-pc-windows-gnu"
14176version = "0.4.0"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
14179
14180[[package]]
14181name = "winch-codegen"
14182version = "0.22.1"
14183source = "registry+https://github.com/rust-lang/crates.io-index"
14184checksum = "c139fb9298d9651b6869afd544e567ca2448cd5f5ddcb24e4bb86a1ee187c8b3"
14185dependencies = [
14186 "anyhow",
14187 "cranelift-codegen",
14188 "gimli 0.29.0",
14189 "regalloc2",
14190 "smallvec",
14191 "target-lexicon",
14192 "wasmparser 0.215.0",
14193 "wasmtime-cranelift",
14194 "wasmtime-environ",
14195]
14196
14197[[package]]
14198name = "windows"
14199version = "0.54.0"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
14202dependencies = [
14203 "windows-core 0.54.0",
14204 "windows-targets 0.52.6",
14205]
14206
14207[[package]]
14208name = "windows"
14209version = "0.58.0"
14210source = "registry+https://github.com/rust-lang/crates.io-index"
14211checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
14212dependencies = [
14213 "windows-core 0.58.0",
14214 "windows-targets 0.52.6",
14215]
14216
14217[[package]]
14218name = "windows-core"
14219version = "0.52.0"
14220source = "registry+https://github.com/rust-lang/crates.io-index"
14221checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
14222dependencies = [
14223 "windows-targets 0.52.6",
14224]
14225
14226[[package]]
14227name = "windows-core"
14228version = "0.54.0"
14229source = "registry+https://github.com/rust-lang/crates.io-index"
14230checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
14231dependencies = [
14232 "windows-result 0.1.2",
14233 "windows-targets 0.52.6",
14234]
14235
14236[[package]]
14237name = "windows-core"
14238version = "0.58.0"
14239source = "registry+https://github.com/rust-lang/crates.io-index"
14240checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
14241dependencies = [
14242 "windows-implement",
14243 "windows-interface",
14244 "windows-result 0.2.0",
14245 "windows-strings",
14246 "windows-targets 0.52.6",
14247]
14248
14249[[package]]
14250name = "windows-implement"
14251version = "0.58.0"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
14254dependencies = [
14255 "proc-macro2",
14256 "quote",
14257 "syn 2.0.76",
14258]
14259
14260[[package]]
14261name = "windows-interface"
14262version = "0.58.0"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
14265dependencies = [
14266 "proc-macro2",
14267 "quote",
14268 "syn 2.0.76",
14269]
14270
14271[[package]]
14272name = "windows-registry"
14273version = "0.2.0"
14274source = "registry+https://github.com/rust-lang/crates.io-index"
14275checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
14276dependencies = [
14277 "windows-result 0.2.0",
14278 "windows-strings",
14279 "windows-targets 0.52.6",
14280]
14281
14282[[package]]
14283name = "windows-result"
14284version = "0.1.2"
14285source = "registry+https://github.com/rust-lang/crates.io-index"
14286checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
14287dependencies = [
14288 "windows-targets 0.52.6",
14289]
14290
14291[[package]]
14292name = "windows-result"
14293version = "0.2.0"
14294source = "registry+https://github.com/rust-lang/crates.io-index"
14295checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
14296dependencies = [
14297 "windows-targets 0.52.6",
14298]
14299
14300[[package]]
14301name = "windows-strings"
14302version = "0.1.0"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
14305dependencies = [
14306 "windows-result 0.2.0",
14307 "windows-targets 0.52.6",
14308]
14309
14310[[package]]
14311name = "windows-sys"
14312version = "0.45.0"
14313source = "registry+https://github.com/rust-lang/crates.io-index"
14314checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
14315dependencies = [
14316 "windows-targets 0.42.2",
14317]
14318
14319[[package]]
14320name = "windows-sys"
14321version = "0.48.0"
14322source = "registry+https://github.com/rust-lang/crates.io-index"
14323checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
14324dependencies = [
14325 "windows-targets 0.48.5",
14326]
14327
14328[[package]]
14329name = "windows-sys"
14330version = "0.52.0"
14331source = "registry+https://github.com/rust-lang/crates.io-index"
14332checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
14333dependencies = [
14334 "windows-targets 0.52.6",
14335]
14336
14337[[package]]
14338name = "windows-sys"
14339version = "0.59.0"
14340source = "registry+https://github.com/rust-lang/crates.io-index"
14341checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
14342dependencies = [
14343 "windows-targets 0.52.6",
14344]
14345
14346[[package]]
14347name = "windows-targets"
14348version = "0.42.2"
14349source = "registry+https://github.com/rust-lang/crates.io-index"
14350checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
14351dependencies = [
14352 "windows_aarch64_gnullvm 0.42.2",
14353 "windows_aarch64_msvc 0.42.2",
14354 "windows_i686_gnu 0.42.2",
14355 "windows_i686_msvc 0.42.2",
14356 "windows_x86_64_gnu 0.42.2",
14357 "windows_x86_64_gnullvm 0.42.2",
14358 "windows_x86_64_msvc 0.42.2",
14359]
14360
14361[[package]]
14362name = "windows-targets"
14363version = "0.48.5"
14364source = "registry+https://github.com/rust-lang/crates.io-index"
14365checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
14366dependencies = [
14367 "windows_aarch64_gnullvm 0.48.5",
14368 "windows_aarch64_msvc 0.48.5",
14369 "windows_i686_gnu 0.48.5",
14370 "windows_i686_msvc 0.48.5",
14371 "windows_x86_64_gnu 0.48.5",
14372 "windows_x86_64_gnullvm 0.48.5",
14373 "windows_x86_64_msvc 0.48.5",
14374]
14375
14376[[package]]
14377name = "windows-targets"
14378version = "0.52.6"
14379source = "registry+https://github.com/rust-lang/crates.io-index"
14380checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
14381dependencies = [
14382 "windows_aarch64_gnullvm 0.52.6",
14383 "windows_aarch64_msvc 0.52.6",
14384 "windows_i686_gnu 0.52.6",
14385 "windows_i686_gnullvm",
14386 "windows_i686_msvc 0.52.6",
14387 "windows_x86_64_gnu 0.52.6",
14388 "windows_x86_64_gnullvm 0.52.6",
14389 "windows_x86_64_msvc 0.52.6",
14390]
14391
14392[[package]]
14393name = "windows_aarch64_gnullvm"
14394version = "0.42.2"
14395source = "registry+https://github.com/rust-lang/crates.io-index"
14396checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
14397
14398[[package]]
14399name = "windows_aarch64_gnullvm"
14400version = "0.48.5"
14401source = "registry+https://github.com/rust-lang/crates.io-index"
14402checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
14403
14404[[package]]
14405name = "windows_aarch64_gnullvm"
14406version = "0.52.6"
14407source = "registry+https://github.com/rust-lang/crates.io-index"
14408checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
14409
14410[[package]]
14411name = "windows_aarch64_msvc"
14412version = "0.42.2"
14413source = "registry+https://github.com/rust-lang/crates.io-index"
14414checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
14415
14416[[package]]
14417name = "windows_aarch64_msvc"
14418version = "0.48.5"
14419source = "registry+https://github.com/rust-lang/crates.io-index"
14420checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
14421
14422[[package]]
14423name = "windows_aarch64_msvc"
14424version = "0.52.6"
14425source = "registry+https://github.com/rust-lang/crates.io-index"
14426checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
14427
14428[[package]]
14429name = "windows_i686_gnu"
14430version = "0.42.2"
14431source = "registry+https://github.com/rust-lang/crates.io-index"
14432checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
14433
14434[[package]]
14435name = "windows_i686_gnu"
14436version = "0.48.5"
14437source = "registry+https://github.com/rust-lang/crates.io-index"
14438checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
14439
14440[[package]]
14441name = "windows_i686_gnu"
14442version = "0.52.6"
14443source = "registry+https://github.com/rust-lang/crates.io-index"
14444checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
14445
14446[[package]]
14447name = "windows_i686_gnullvm"
14448version = "0.52.6"
14449source = "registry+https://github.com/rust-lang/crates.io-index"
14450checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
14451
14452[[package]]
14453name = "windows_i686_msvc"
14454version = "0.42.2"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
14457
14458[[package]]
14459name = "windows_i686_msvc"
14460version = "0.48.5"
14461source = "registry+https://github.com/rust-lang/crates.io-index"
14462checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
14463
14464[[package]]
14465name = "windows_i686_msvc"
14466version = "0.52.6"
14467source = "registry+https://github.com/rust-lang/crates.io-index"
14468checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
14469
14470[[package]]
14471name = "windows_x86_64_gnu"
14472version = "0.42.2"
14473source = "registry+https://github.com/rust-lang/crates.io-index"
14474checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
14475
14476[[package]]
14477name = "windows_x86_64_gnu"
14478version = "0.48.5"
14479source = "registry+https://github.com/rust-lang/crates.io-index"
14480checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
14481
14482[[package]]
14483name = "windows_x86_64_gnu"
14484version = "0.52.6"
14485source = "registry+https://github.com/rust-lang/crates.io-index"
14486checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
14487
14488[[package]]
14489name = "windows_x86_64_gnullvm"
14490version = "0.42.2"
14491source = "registry+https://github.com/rust-lang/crates.io-index"
14492checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
14493
14494[[package]]
14495name = "windows_x86_64_gnullvm"
14496version = "0.48.5"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
14499
14500[[package]]
14501name = "windows_x86_64_gnullvm"
14502version = "0.52.6"
14503source = "registry+https://github.com/rust-lang/crates.io-index"
14504checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
14505
14506[[package]]
14507name = "windows_x86_64_msvc"
14508version = "0.42.2"
14509source = "registry+https://github.com/rust-lang/crates.io-index"
14510checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
14511
14512[[package]]
14513name = "windows_x86_64_msvc"
14514version = "0.48.5"
14515source = "registry+https://github.com/rust-lang/crates.io-index"
14516checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
14517
14518[[package]]
14519name = "windows_x86_64_msvc"
14520version = "0.52.6"
14521source = "registry+https://github.com/rust-lang/crates.io-index"
14522checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
14523
14524[[package]]
14525name = "winnow"
14526version = "0.5.40"
14527source = "registry+https://github.com/rust-lang/crates.io-index"
14528checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
14529dependencies = [
14530 "memchr",
14531]
14532
14533[[package]]
14534name = "winnow"
14535version = "0.6.18"
14536source = "registry+https://github.com/rust-lang/crates.io-index"
14537checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
14538dependencies = [
14539 "memchr",
14540]
14541
14542[[package]]
14543name = "winreg"
14544version = "0.50.0"
14545source = "registry+https://github.com/rust-lang/crates.io-index"
14546checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
14547dependencies = [
14548 "cfg-if",
14549 "windows-sys 0.48.0",
14550]
14551
14552[[package]]
14553name = "winreg"
14554version = "0.52.0"
14555source = "registry+https://github.com/rust-lang/crates.io-index"
14556checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
14557dependencies = [
14558 "cfg-if",
14559 "windows-sys 0.48.0",
14560]
14561
14562[[package]]
14563name = "winresource"
14564version = "0.1.17"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
14567dependencies = [
14568 "toml 0.7.8",
14569 "version_check",
14570]
14571
14572[[package]]
14573name = "winsafe"
14574version = "0.0.19"
14575source = "registry+https://github.com/rust-lang/crates.io-index"
14576checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
14577
14578[[package]]
14579name = "winx"
14580version = "0.36.3"
14581source = "registry+https://github.com/rust-lang/crates.io-index"
14582checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
14583dependencies = [
14584 "bitflags 2.6.0",
14585 "windows-sys 0.52.0",
14586]
14587
14588[[package]]
14589name = "wio"
14590version = "0.2.2"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
14593dependencies = [
14594 "winapi",
14595]
14596
14597[[package]]
14598name = "wit-bindgen"
14599version = "0.22.0"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
14602dependencies = [
14603 "bitflags 2.6.0",
14604 "wit-bindgen-rt",
14605 "wit-bindgen-rust-macro",
14606]
14607
14608[[package]]
14609name = "wit-bindgen-core"
14610version = "0.22.0"
14611source = "registry+https://github.com/rust-lang/crates.io-index"
14612checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
14613dependencies = [
14614 "anyhow",
14615 "wit-parser 0.201.0",
14616]
14617
14618[[package]]
14619name = "wit-bindgen-rt"
14620version = "0.22.0"
14621source = "registry+https://github.com/rust-lang/crates.io-index"
14622checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
14623
14624[[package]]
14625name = "wit-bindgen-rust"
14626version = "0.22.0"
14627source = "registry+https://github.com/rust-lang/crates.io-index"
14628checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
14629dependencies = [
14630 "anyhow",
14631 "heck 0.4.1",
14632 "indexmap 2.4.0",
14633 "wasm-metadata",
14634 "wit-bindgen-core",
14635 "wit-component",
14636]
14637
14638[[package]]
14639name = "wit-bindgen-rust-macro"
14640version = "0.22.0"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
14643dependencies = [
14644 "anyhow",
14645 "proc-macro2",
14646 "quote",
14647 "syn 2.0.76",
14648 "wit-bindgen-core",
14649 "wit-bindgen-rust",
14650]
14651
14652[[package]]
14653name = "wit-component"
14654version = "0.201.0"
14655source = "registry+https://github.com/rust-lang/crates.io-index"
14656checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
14657dependencies = [
14658 "anyhow",
14659 "bitflags 2.6.0",
14660 "indexmap 2.4.0",
14661 "log",
14662 "serde",
14663 "serde_derive",
14664 "serde_json",
14665 "wasm-encoder 0.201.0",
14666 "wasm-metadata",
14667 "wasmparser 0.201.0",
14668 "wit-parser 0.201.0",
14669]
14670
14671[[package]]
14672name = "wit-parser"
14673version = "0.201.0"
14674source = "registry+https://github.com/rust-lang/crates.io-index"
14675checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
14676dependencies = [
14677 "anyhow",
14678 "id-arena",
14679 "indexmap 2.4.0",
14680 "log",
14681 "semver",
14682 "serde",
14683 "serde_derive",
14684 "serde_json",
14685 "unicode-xid",
14686 "wasmparser 0.201.0",
14687]
14688
14689[[package]]
14690name = "wit-parser"
14691version = "0.215.0"
14692source = "registry+https://github.com/rust-lang/crates.io-index"
14693checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
14694dependencies = [
14695 "anyhow",
14696 "id-arena",
14697 "indexmap 2.4.0",
14698 "log",
14699 "semver",
14700 "serde",
14701 "serde_derive",
14702 "serde_json",
14703 "unicode-xid",
14704 "wasmparser 0.215.0",
14705]
14706
14707[[package]]
14708name = "witx"
14709version = "0.9.1"
14710source = "registry+https://github.com/rust-lang/crates.io-index"
14711checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
14712dependencies = [
14713 "anyhow",
14714 "log",
14715 "thiserror",
14716 "wast",
14717]
14718
14719[[package]]
14720name = "workspace"
14721version = "0.1.0"
14722dependencies = [
14723 "any_vec",
14724 "anyhow",
14725 "async-recursion 1.1.1",
14726 "bincode",
14727 "call",
14728 "client",
14729 "clock",
14730 "collections",
14731 "db",
14732 "derive_more",
14733 "env_logger 0.11.5",
14734 "fs",
14735 "futures 0.3.30",
14736 "git",
14737 "gpui",
14738 "http_client",
14739 "itertools 0.13.0",
14740 "language",
14741 "log",
14742 "node_runtime",
14743 "parking_lot",
14744 "postage",
14745 "project",
14746 "release_channel",
14747 "remote",
14748 "schemars",
14749 "serde",
14750 "serde_json",
14751 "session",
14752 "settings",
14753 "smallvec",
14754 "sqlez",
14755 "task",
14756 "tempfile",
14757 "theme",
14758 "ui",
14759 "util",
14760 "uuid",
14761]
14762
14763[[package]]
14764name = "worktree"
14765version = "0.1.0"
14766dependencies = [
14767 "anyhow",
14768 "clock",
14769 "collections",
14770 "env_logger 0.11.5",
14771 "fs",
14772 "futures 0.3.30",
14773 "fuzzy",
14774 "git",
14775 "git2",
14776 "git_hosting_providers",
14777 "gpui",
14778 "http_client",
14779 "ignore",
14780 "language",
14781 "log",
14782 "parking_lot",
14783 "paths",
14784 "postage",
14785 "pretty_assertions",
14786 "rand 0.8.5",
14787 "rpc",
14788 "schemars",
14789 "serde",
14790 "serde_json",
14791 "settings",
14792 "smallvec",
14793 "smol",
14794 "sum_tree",
14795 "text",
14796 "util",
14797]
14798
14799[[package]]
14800name = "wyz"
14801version = "0.5.1"
14802source = "registry+https://github.com/rust-lang/crates.io-index"
14803checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
14804dependencies = [
14805 "tap",
14806]
14807
14808[[package]]
14809name = "x11-clipboard"
14810version = "0.9.2"
14811source = "registry+https://github.com/rust-lang/crates.io-index"
14812checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
14813dependencies = [
14814 "libc",
14815 "x11rb",
14816]
14817
14818[[package]]
14819name = "x11rb"
14820version = "0.13.1"
14821source = "registry+https://github.com/rust-lang/crates.io-index"
14822checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
14823dependencies = [
14824 "as-raw-xcb-connection",
14825 "gethostname",
14826 "libc",
14827 "rustix 0.38.35",
14828 "x11rb-protocol",
14829]
14830
14831[[package]]
14832name = "x11rb-protocol"
14833version = "0.13.1"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
14836
14837[[package]]
14838name = "xattr"
14839version = "0.2.3"
14840source = "registry+https://github.com/rust-lang/crates.io-index"
14841checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
14842dependencies = [
14843 "libc",
14844]
14845
14846[[package]]
14847name = "xcursor"
14848version = "0.3.8"
14849source = "registry+https://github.com/rust-lang/crates.io-index"
14850checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
14851
14852[[package]]
14853name = "xdg-home"
14854version = "1.3.0"
14855source = "registry+https://github.com/rust-lang/crates.io-index"
14856checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
14857dependencies = [
14858 "libc",
14859 "windows-sys 0.59.0",
14860]
14861
14862[[package]]
14863name = "xim"
14864version = "0.4.0"
14865source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14866dependencies = [
14867 "ahash 0.8.11",
14868 "hashbrown 0.14.5",
14869 "log",
14870 "x11rb",
14871 "xim-ctext",
14872 "xim-parser",
14873]
14874
14875[[package]]
14876name = "xim-ctext"
14877version = "0.3.0"
14878source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14879dependencies = [
14880 "encoding_rs",
14881]
14882
14883[[package]]
14884name = "xim-parser"
14885version = "0.2.1"
14886source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14887dependencies = [
14888 "bitflags 2.6.0",
14889]
14890
14891[[package]]
14892name = "xkbcommon"
14893version = "0.7.0"
14894source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
14895dependencies = [
14896 "as-raw-xcb-connection",
14897 "libc",
14898 "memmap2",
14899 "xkeysym",
14900]
14901
14902[[package]]
14903name = "xkeysym"
14904version = "0.2.1"
14905source = "registry+https://github.com/rust-lang/crates.io-index"
14906checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
14907
14908[[package]]
14909name = "xml5ever"
14910version = "0.18.1"
14911source = "registry+https://github.com/rust-lang/crates.io-index"
14912checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
14913dependencies = [
14914 "log",
14915 "mac",
14916 "markup5ever",
14917]
14918
14919[[package]]
14920name = "xmlparser"
14921version = "0.13.6"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
14924
14925[[package]]
14926name = "xmlwriter"
14927version = "0.1.0"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
14930
14931[[package]]
14932name = "xtask"
14933version = "0.1.0"
14934dependencies = [
14935 "anyhow",
14936 "cargo_metadata",
14937 "cargo_toml",
14938 "clap",
14939]
14940
14941[[package]]
14942name = "yaml-rust2"
14943version = "0.8.1"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
14946dependencies = [
14947 "arraydeque",
14948 "encoding_rs",
14949 "hashlink 0.8.4",
14950]
14951
14952[[package]]
14953name = "yansi"
14954version = "1.0.1"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
14957
14958[[package]]
14959name = "yazi"
14960version = "0.1.6"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
14963
14964[[package]]
14965name = "yeslogic-fontconfig-sys"
14966version = "6.0.0"
14967source = "registry+https://github.com/rust-lang/crates.io-index"
14968checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
14969dependencies = [
14970 "dlib",
14971 "once_cell",
14972 "pkg-config",
14973]
14974
14975[[package]]
14976name = "zbus"
14977version = "4.4.0"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
14980dependencies = [
14981 "async-broadcast",
14982 "async-executor",
14983 "async-fs 2.1.2",
14984 "async-io 2.3.4",
14985 "async-lock 3.4.0",
14986 "async-process 2.2.4",
14987 "async-recursion 1.1.1",
14988 "async-task",
14989 "async-trait",
14990 "blocking",
14991 "enumflags2",
14992 "event-listener 5.3.1",
14993 "futures-core",
14994 "futures-sink",
14995 "futures-util",
14996 "hex",
14997 "nix",
14998 "ordered-stream",
14999 "rand 0.8.5",
15000 "serde",
15001 "serde_repr",
15002 "sha1",
15003 "static_assertions",
15004 "tracing",
15005 "uds_windows",
15006 "windows-sys 0.52.0",
15007 "xdg-home",
15008 "zbus_macros",
15009 "zbus_names",
15010 "zvariant",
15011]
15012
15013[[package]]
15014name = "zbus_macros"
15015version = "4.4.0"
15016source = "registry+https://github.com/rust-lang/crates.io-index"
15017checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
15018dependencies = [
15019 "proc-macro-crate",
15020 "proc-macro2",
15021 "quote",
15022 "syn 2.0.76",
15023 "zvariant_utils",
15024]
15025
15026[[package]]
15027name = "zbus_names"
15028version = "3.0.0"
15029source = "registry+https://github.com/rust-lang/crates.io-index"
15030checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
15031dependencies = [
15032 "serde",
15033 "static_assertions",
15034 "zvariant",
15035]
15036
15037[[package]]
15038name = "zed"
15039version = "0.161.0"
15040dependencies = [
15041 "activity_indicator",
15042 "anyhow",
15043 "ashpd",
15044 "assets",
15045 "assistant",
15046 "async-watch",
15047 "audio",
15048 "auto_update",
15049 "backtrace",
15050 "breadcrumbs",
15051 "call",
15052 "channel",
15053 "chrono",
15054 "clap",
15055 "cli",
15056 "client",
15057 "collab_ui",
15058 "collections",
15059 "command_palette",
15060 "command_palette_hooks",
15061 "copilot",
15062 "db",
15063 "diagnostics",
15064 "editor",
15065 "env_logger 0.11.5",
15066 "extension",
15067 "extensions_ui",
15068 "feature_flags",
15069 "feedback",
15070 "file_finder",
15071 "file_icons",
15072 "fs",
15073 "futures 0.3.30",
15074 "git",
15075 "git_hosting_providers",
15076 "go_to_line",
15077 "gpui",
15078 "http_client",
15079 "image_viewer",
15080 "inline_completion_button",
15081 "install_cli",
15082 "journal",
15083 "language",
15084 "language_model",
15085 "language_selector",
15086 "language_tools",
15087 "languages",
15088 "libc",
15089 "log",
15090 "markdown_preview",
15091 "menu",
15092 "mimalloc",
15093 "nix",
15094 "node_runtime",
15095 "notifications",
15096 "outline",
15097 "outline_panel",
15098 "parking_lot",
15099 "paths",
15100 "profiling",
15101 "project",
15102 "project_panel",
15103 "project_symbols",
15104 "proto",
15105 "quick_action_bar",
15106 "recent_projects",
15107 "release_channel",
15108 "remote",
15109 "repl",
15110 "reqwest_client",
15111 "rope",
15112 "search",
15113 "serde",
15114 "serde_json",
15115 "session",
15116 "settings",
15117 "settings_ui",
15118 "shellexpand 2.1.2",
15119 "simplelog",
15120 "smol",
15121 "snippet_provider",
15122 "snippets_ui",
15123 "supermaven",
15124 "sysinfo",
15125 "tab_switcher",
15126 "task",
15127 "tasks_ui",
15128 "telemetry_events",
15129 "terminal_view",
15130 "theme",
15131 "theme_selector",
15132 "time",
15133 "toolchain_selector",
15134 "tree-sitter-md",
15135 "tree-sitter-rust",
15136 "ui",
15137 "url",
15138 "urlencoding",
15139 "util",
15140 "uuid",
15141 "vim",
15142 "welcome",
15143 "windows 0.58.0",
15144 "winresource",
15145 "workspace",
15146 "zed_actions",
15147]
15148
15149[[package]]
15150name = "zed_actions"
15151version = "0.1.0"
15152dependencies = [
15153 "gpui",
15154 "serde",
15155]
15156
15157[[package]]
15158name = "zed_astro"
15159version = "0.1.1"
15160dependencies = [
15161 "serde",
15162 "zed_extension_api 0.1.0",
15163]
15164
15165[[package]]
15166name = "zed_clojure"
15167version = "0.0.3"
15168dependencies = [
15169 "zed_extension_api 0.1.0",
15170]
15171
15172[[package]]
15173name = "zed_csharp"
15174version = "0.0.2"
15175dependencies = [
15176 "zed_extension_api 0.1.0",
15177]
15178
15179[[package]]
15180name = "zed_deno"
15181version = "0.0.2"
15182dependencies = [
15183 "zed_extension_api 0.1.0",
15184]
15185
15186[[package]]
15187name = "zed_elixir"
15188version = "0.1.1"
15189dependencies = [
15190 "zed_extension_api 0.1.0",
15191]
15192
15193[[package]]
15194name = "zed_elm"
15195version = "0.0.1"
15196dependencies = [
15197 "zed_extension_api 0.1.0",
15198]
15199
15200[[package]]
15201name = "zed_emmet"
15202version = "0.0.3"
15203dependencies = [
15204 "zed_extension_api 0.1.0",
15205]
15206
15207[[package]]
15208name = "zed_erlang"
15209version = "0.1.0"
15210dependencies = [
15211 "zed_extension_api 0.1.0",
15212]
15213
15214[[package]]
15215name = "zed_extension_api"
15216version = "0.1.0"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
15219dependencies = [
15220 "serde",
15221 "serde_json",
15222 "wit-bindgen",
15223]
15224
15225[[package]]
15226name = "zed_extension_api"
15227version = "0.2.0"
15228dependencies = [
15229 "serde",
15230 "serde_json",
15231 "wit-bindgen",
15232]
15233
15234[[package]]
15235name = "zed_glsl"
15236version = "0.1.0"
15237dependencies = [
15238 "zed_extension_api 0.1.0",
15239]
15240
15241[[package]]
15242name = "zed_haskell"
15243version = "0.1.1"
15244dependencies = [
15245 "zed_extension_api 0.1.0",
15246]
15247
15248[[package]]
15249name = "zed_html"
15250version = "0.1.3"
15251dependencies = [
15252 "zed_extension_api 0.1.0",
15253]
15254
15255[[package]]
15256name = "zed_lua"
15257version = "0.1.0"
15258dependencies = [
15259 "zed_extension_api 0.1.0",
15260]
15261
15262[[package]]
15263name = "zed_ocaml"
15264version = "0.1.0"
15265dependencies = [
15266 "zed_extension_api 0.1.0",
15267]
15268
15269[[package]]
15270name = "zed_php"
15271version = "0.2.2"
15272dependencies = [
15273 "zed_extension_api 0.1.0",
15274]
15275
15276[[package]]
15277name = "zed_prisma"
15278version = "0.0.3"
15279dependencies = [
15280 "zed_extension_api 0.1.0",
15281]
15282
15283[[package]]
15284name = "zed_proto"
15285version = "0.2.0"
15286dependencies = [
15287 "zed_extension_api 0.1.0",
15288]
15289
15290[[package]]
15291name = "zed_purescript"
15292version = "0.0.1"
15293dependencies = [
15294 "zed_extension_api 0.1.0",
15295]
15296
15297[[package]]
15298name = "zed_ruff"
15299version = "0.1.0"
15300dependencies = [
15301 "zed_extension_api 0.1.0",
15302]
15303
15304[[package]]
15305name = "zed_snippets"
15306version = "0.0.5"
15307dependencies = [
15308 "serde_json",
15309 "zed_extension_api 0.1.0",
15310]
15311
15312[[package]]
15313name = "zed_terraform"
15314version = "0.1.1"
15315dependencies = [
15316 "zed_extension_api 0.1.0",
15317]
15318
15319[[package]]
15320name = "zed_test_extension"
15321version = "0.1.0"
15322dependencies = [
15323 "zed_extension_api 0.2.0",
15324]
15325
15326[[package]]
15327name = "zed_toml"
15328version = "0.1.1"
15329dependencies = [
15330 "zed_extension_api 0.1.0",
15331]
15332
15333[[package]]
15334name = "zed_uiua"
15335version = "0.0.1"
15336dependencies = [
15337 "zed_extension_api 0.1.0",
15338]
15339
15340[[package]]
15341name = "zed_zig"
15342version = "0.3.1"
15343dependencies = [
15344 "zed_extension_api 0.1.0",
15345]
15346
15347[[package]]
15348name = "zeno"
15349version = "0.2.3"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
15352
15353[[package]]
15354name = "zerocopy"
15355version = "0.7.35"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
15358dependencies = [
15359 "byteorder",
15360 "zerocopy-derive",
15361]
15362
15363[[package]]
15364name = "zerocopy-derive"
15365version = "0.7.35"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
15368dependencies = [
15369 "proc-macro2",
15370 "quote",
15371 "syn 2.0.76",
15372]
15373
15374[[package]]
15375name = "zeroize"
15376version = "1.8.1"
15377source = "registry+https://github.com/rust-lang/crates.io-index"
15378checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
15379dependencies = [
15380 "zeroize_derive",
15381]
15382
15383[[package]]
15384name = "zeroize_derive"
15385version = "1.4.2"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
15388dependencies = [
15389 "proc-macro2",
15390 "quote",
15391 "syn 2.0.76",
15392]
15393
15394[[package]]
15395name = "zeromq"
15396version = "0.4.0"
15397source = "registry+https://github.com/rust-lang/crates.io-index"
15398checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
15399dependencies = [
15400 "async-dispatcher",
15401 "async-std",
15402 "async-trait",
15403 "asynchronous-codec",
15404 "bytes 1.7.2",
15405 "crossbeam-queue",
15406 "dashmap 5.5.3",
15407 "futures-channel",
15408 "futures-io",
15409 "futures-task",
15410 "futures-util",
15411 "log",
15412 "num-traits",
15413 "once_cell",
15414 "parking_lot",
15415 "rand 0.8.5",
15416 "regex",
15417 "thiserror",
15418 "uuid",
15419]
15420
15421[[package]]
15422name = "zstd"
15423version = "0.11.2+zstd.1.5.2"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
15426dependencies = [
15427 "zstd-safe",
15428]
15429
15430[[package]]
15431name = "zstd-safe"
15432version = "5.0.2+zstd.1.5.2"
15433source = "registry+https://github.com/rust-lang/crates.io-index"
15434checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
15435dependencies = [
15436 "libc",
15437 "zstd-sys",
15438]
15439
15440[[package]]
15441name = "zstd-sys"
15442version = "2.0.13+zstd.1.5.6"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
15445dependencies = [
15446 "cc",
15447 "pkg-config",
15448]
15449
15450[[package]]
15451name = "zune-core"
15452version = "0.4.12"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
15455
15456[[package]]
15457name = "zune-inflate"
15458version = "0.2.54"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
15461dependencies = [
15462 "simd-adler32",
15463]
15464
15465[[package]]
15466name = "zune-jpeg"
15467version = "0.4.13"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
15470dependencies = [
15471 "zune-core",
15472]
15473
15474[[package]]
15475name = "zvariant"
15476version = "4.2.0"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
15479dependencies = [
15480 "endi",
15481 "enumflags2",
15482 "serde",
15483 "static_assertions",
15484 "url",
15485 "zvariant_derive",
15486]
15487
15488[[package]]
15489name = "zvariant_derive"
15490version = "4.2.0"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
15493dependencies = [
15494 "proc-macro-crate",
15495 "proc-macro2",
15496 "quote",
15497 "syn 2.0.76",
15498 "zvariant_utils",
15499]
15500
15501[[package]]
15502name = "zvariant_utils"
15503version = "2.1.0"
15504source = "registry+https://github.com/rust-lang/crates.io-index"
15505checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
15506dependencies = [
15507 "proc-macro2",
15508 "quote",
15509 "syn 2.0.76",
15510]