1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.30",
14 "gpui",
15 "language",
16 "project",
17 "smallvec",
18 "ui",
19 "util",
20 "workspace",
21]
22
23[[package]]
24name = "addr2line"
25version = "0.24.1"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
28dependencies = [
29 "gimli 0.31.0",
30]
31
32[[package]]
33name = "adler"
34version = "1.0.2"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
37
38[[package]]
39name = "adler2"
40version = "2.0.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
43
44[[package]]
45name = "aes"
46version = "0.8.4"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
49dependencies = [
50 "cfg-if",
51 "cipher",
52 "cpufeatures",
53 "zeroize",
54]
55
56[[package]]
57name = "ahash"
58version = "0.7.8"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
61dependencies = [
62 "getrandom 0.2.15",
63 "once_cell",
64 "version_check",
65]
66
67[[package]]
68name = "ahash"
69version = "0.8.11"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
72dependencies = [
73 "cfg-if",
74 "const-random",
75 "once_cell",
76 "version_check",
77 "zerocopy",
78]
79
80[[package]]
81name = "aho-corasick"
82version = "1.1.3"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
85dependencies = [
86 "memchr",
87]
88
89[[package]]
90name = "alacritty_terminal"
91version = "0.24.1-dev"
92source = "git+https://github.com/alacritty/alacritty?rev=91d034ff8b53867143c005acfaa14609147c9a2c#91d034ff8b53867143c005acfaa14609147c9a2c"
93dependencies = [
94 "base64 0.22.1",
95 "bitflags 2.6.0",
96 "home",
97 "libc",
98 "log",
99 "miow",
100 "parking_lot",
101 "piper",
102 "polling 3.7.3",
103 "regex-automata 0.4.7",
104 "rustix-openpty",
105 "serde",
106 "signal-hook",
107 "unicode-width",
108 "vte",
109 "windows-sys 0.52.0",
110]
111
112[[package]]
113name = "aliasable"
114version = "0.1.3"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
117
118[[package]]
119name = "aligned-vec"
120version = "0.5.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
123
124[[package]]
125name = "allocator-api2"
126version = "0.2.18"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
129
130[[package]]
131name = "alsa"
132version = "0.9.1"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
135dependencies = [
136 "alsa-sys",
137 "bitflags 2.6.0",
138 "cfg-if",
139 "libc",
140]
141
142[[package]]
143name = "alsa-sys"
144version = "0.3.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
147dependencies = [
148 "libc",
149 "pkg-config",
150]
151
152[[package]]
153name = "ambient-authority"
154version = "0.0.2"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
157
158[[package]]
159name = "ammonia"
160version = "4.0.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
163dependencies = [
164 "html5ever",
165 "maplit",
166 "once_cell",
167 "tendril",
168 "url",
169]
170
171[[package]]
172name = "android-tzdata"
173version = "0.1.1"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
176
177[[package]]
178name = "android_system_properties"
179version = "0.1.5"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
182dependencies = [
183 "libc",
184]
185
186[[package]]
187name = "anes"
188version = "0.1.6"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
191
192[[package]]
193name = "anstream"
194version = "0.6.15"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
197dependencies = [
198 "anstyle",
199 "anstyle-parse",
200 "anstyle-query",
201 "anstyle-wincon",
202 "colorchoice",
203 "is_terminal_polyfill",
204 "utf8parse",
205]
206
207[[package]]
208name = "anstyle"
209version = "1.0.8"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
212
213[[package]]
214name = "anstyle-parse"
215version = "0.2.5"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
218dependencies = [
219 "utf8parse",
220]
221
222[[package]]
223name = "anstyle-query"
224version = "1.1.1"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
227dependencies = [
228 "windows-sys 0.52.0",
229]
230
231[[package]]
232name = "anstyle-wincon"
233version = "3.0.4"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
236dependencies = [
237 "anstyle",
238 "windows-sys 0.52.0",
239]
240
241[[package]]
242name = "anthropic"
243version = "0.1.0"
244dependencies = [
245 "anyhow",
246 "chrono",
247 "futures 0.3.30",
248 "http_client",
249 "schemars",
250 "serde",
251 "serde_json",
252 "strum 0.25.0",
253 "thiserror",
254 "util",
255]
256
257[[package]]
258name = "any_vec"
259version = "0.14.0"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
262
263[[package]]
264name = "anyhow"
265version = "1.0.91"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
268
269[[package]]
270name = "approx"
271version = "0.5.1"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
274dependencies = [
275 "num-traits",
276]
277
278[[package]]
279name = "arbitrary"
280version = "1.3.2"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
283
284[[package]]
285name = "arg_enum_proc_macro"
286version = "0.3.4"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
289dependencies = [
290 "proc-macro2",
291 "quote",
292 "syn 2.0.76",
293]
294
295[[package]]
296name = "arraydeque"
297version = "0.5.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
300
301[[package]]
302name = "arrayref"
303version = "0.3.8"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a"
306
307[[package]]
308name = "arrayvec"
309version = "0.7.6"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
312dependencies = [
313 "serde",
314]
315
316[[package]]
317name = "as-raw-xcb-connection"
318version = "1.0.1"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
321
322[[package]]
323name = "ascii"
324version = "1.1.0"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
327
328[[package]]
329name = "ash"
330version = "0.38.0+1.3.281"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
333dependencies = [
334 "libloading",
335]
336
337[[package]]
338name = "ash-window"
339version = "0.13.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
342dependencies = [
343 "ash",
344 "raw-window-handle",
345 "raw-window-metal",
346]
347
348[[package]]
349name = "ashpd"
350version = "0.9.2"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "4d43c03d9e36dd40cab48435be0b09646da362c278223ca535493877b2c1dee9"
353dependencies = [
354 "async-fs 2.1.2",
355 "async-net 2.0.0",
356 "enumflags2",
357 "futures-channel",
358 "futures-util",
359 "rand 0.8.5",
360 "serde",
361 "serde_repr",
362 "url",
363 "zbus",
364]
365
366[[package]]
367name = "assets"
368version = "0.1.0"
369dependencies = [
370 "anyhow",
371 "gpui",
372 "rust-embed",
373]
374
375[[package]]
376name = "assistant"
377version = "0.1.0"
378dependencies = [
379 "anthropic",
380 "anyhow",
381 "assets",
382 "assistant_slash_command",
383 "assistant_tool",
384 "async-watch",
385 "cargo_toml",
386 "chrono",
387 "client",
388 "clock",
389 "collections",
390 "command_palette_hooks",
391 "context_servers",
392 "ctor",
393 "db",
394 "editor",
395 "env_logger 0.11.5",
396 "feature_flags",
397 "fs",
398 "futures 0.3.30",
399 "fuzzy",
400 "globset",
401 "gpui",
402 "handlebars 4.5.0",
403 "heed",
404 "html_to_markdown",
405 "http_client",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "languages",
411 "log",
412 "lsp",
413 "markdown",
414 "menu",
415 "multi_buffer",
416 "ollama",
417 "open_ai",
418 "ordered-float 2.10.1",
419 "parking_lot",
420 "paths",
421 "picker",
422 "pretty_assertions",
423 "project",
424 "proto",
425 "rand 0.8.5",
426 "regex",
427 "release_channel",
428 "rope",
429 "rpc",
430 "schemars",
431 "search",
432 "semantic_index",
433 "serde",
434 "serde_json",
435 "serde_json_lenient",
436 "settings",
437 "similar",
438 "smallvec",
439 "smol",
440 "strum 0.25.0",
441 "telemetry_events",
442 "terminal",
443 "terminal_view",
444 "text",
445 "theme",
446 "toml 0.8.19",
447 "tree-sitter-md",
448 "ui",
449 "unindent",
450 "util",
451 "uuid",
452 "workspace",
453 "zed_actions",
454]
455
456[[package]]
457name = "assistant_slash_command"
458version = "0.1.0"
459dependencies = [
460 "anyhow",
461 "collections",
462 "derive_more",
463 "futures 0.3.30",
464 "gpui",
465 "language",
466 "parking_lot",
467 "pretty_assertions",
468 "serde",
469 "serde_json",
470 "workspace",
471]
472
473[[package]]
474name = "assistant_tool"
475version = "0.1.0"
476dependencies = [
477 "anyhow",
478 "collections",
479 "derive_more",
480 "gpui",
481 "parking_lot",
482 "serde",
483 "serde_json",
484 "workspace",
485]
486
487[[package]]
488name = "async-attributes"
489version = "1.1.2"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
492dependencies = [
493 "quote",
494 "syn 1.0.109",
495]
496
497[[package]]
498name = "async-broadcast"
499version = "0.7.1"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
502dependencies = [
503 "event-listener 5.3.1",
504 "event-listener-strategy",
505 "futures-core",
506 "pin-project-lite",
507]
508
509[[package]]
510name = "async-channel"
511version = "1.9.0"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
514dependencies = [
515 "concurrent-queue",
516 "event-listener 2.5.3",
517 "futures-core",
518]
519
520[[package]]
521name = "async-channel"
522version = "2.3.1"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
525dependencies = [
526 "concurrent-queue",
527 "event-listener-strategy",
528 "futures-core",
529 "pin-project-lite",
530]
531
532[[package]]
533name = "async-compat"
534version = "0.2.4"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
537dependencies = [
538 "futures-core",
539 "futures-io",
540 "once_cell",
541 "pin-project-lite",
542 "tokio",
543]
544
545[[package]]
546name = "async-compression"
547version = "0.4.17"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857"
550dependencies = [
551 "deflate64",
552 "flate2",
553 "futures-core",
554 "futures-io",
555 "memchr",
556 "pin-project-lite",
557]
558
559[[package]]
560name = "async-dispatcher"
561version = "0.1.2"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
564dependencies = [
565 "async-task",
566 "futures-lite 1.13.0",
567]
568
569[[package]]
570name = "async-executor"
571version = "1.13.0"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
574dependencies = [
575 "async-task",
576 "concurrent-queue",
577 "fastrand 2.1.1",
578 "futures-lite 2.3.0",
579 "slab",
580]
581
582[[package]]
583name = "async-fs"
584version = "1.6.0"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
587dependencies = [
588 "async-lock 2.8.0",
589 "autocfg",
590 "blocking",
591 "futures-lite 1.13.0",
592]
593
594[[package]]
595name = "async-fs"
596version = "2.1.2"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
599dependencies = [
600 "async-lock 3.4.0",
601 "blocking",
602 "futures-lite 2.3.0",
603]
604
605[[package]]
606name = "async-global-executor"
607version = "2.4.1"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
610dependencies = [
611 "async-channel 2.3.1",
612 "async-executor",
613 "async-io 2.3.4",
614 "async-lock 3.4.0",
615 "blocking",
616 "futures-lite 2.3.0",
617 "once_cell",
618]
619
620[[package]]
621name = "async-io"
622version = "1.13.0"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
625dependencies = [
626 "async-lock 2.8.0",
627 "autocfg",
628 "cfg-if",
629 "concurrent-queue",
630 "futures-lite 1.13.0",
631 "log",
632 "parking",
633 "polling 2.8.0",
634 "rustix 0.37.27",
635 "slab",
636 "socket2 0.4.10",
637 "waker-fn",
638]
639
640[[package]]
641name = "async-io"
642version = "2.3.4"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
645dependencies = [
646 "async-lock 3.4.0",
647 "cfg-if",
648 "concurrent-queue",
649 "futures-io",
650 "futures-lite 2.3.0",
651 "parking",
652 "polling 3.7.3",
653 "rustix 0.38.35",
654 "slab",
655 "tracing",
656 "windows-sys 0.59.0",
657]
658
659[[package]]
660name = "async-lock"
661version = "2.8.0"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
664dependencies = [
665 "event-listener 2.5.3",
666]
667
668[[package]]
669name = "async-lock"
670version = "3.4.0"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
673dependencies = [
674 "event-listener 5.3.1",
675 "event-listener-strategy",
676 "pin-project-lite",
677]
678
679[[package]]
680name = "async-native-tls"
681version = "0.5.0"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
684dependencies = [
685 "futures-util",
686 "native-tls",
687 "thiserror",
688 "url",
689]
690
691[[package]]
692name = "async-net"
693version = "1.8.0"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
696dependencies = [
697 "async-io 1.13.0",
698 "blocking",
699 "futures-lite 1.13.0",
700]
701
702[[package]]
703name = "async-net"
704version = "2.0.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
707dependencies = [
708 "async-io 2.3.4",
709 "blocking",
710 "futures-lite 2.3.0",
711]
712
713[[package]]
714name = "async-pipe"
715version = "0.1.3"
716source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
717dependencies = [
718 "futures 0.3.30",
719 "log",
720]
721
722[[package]]
723name = "async-process"
724version = "1.8.1"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
727dependencies = [
728 "async-io 1.13.0",
729 "async-lock 2.8.0",
730 "async-signal",
731 "blocking",
732 "cfg-if",
733 "event-listener 3.1.0",
734 "futures-lite 1.13.0",
735 "rustix 0.38.35",
736 "windows-sys 0.48.0",
737]
738
739[[package]]
740name = "async-process"
741version = "2.2.4"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "a8a07789659a4d385b79b18b9127fc27e1a59e1e89117c78c5ea3b806f016374"
744dependencies = [
745 "async-channel 2.3.1",
746 "async-io 2.3.4",
747 "async-lock 3.4.0",
748 "async-signal",
749 "async-task",
750 "blocking",
751 "cfg-if",
752 "event-listener 5.3.1",
753 "futures-lite 2.3.0",
754 "rustix 0.38.35",
755 "tracing",
756 "windows-sys 0.59.0",
757]
758
759[[package]]
760name = "async-recursion"
761version = "0.3.2"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
764dependencies = [
765 "proc-macro2",
766 "quote",
767 "syn 1.0.109",
768]
769
770[[package]]
771name = "async-recursion"
772version = "1.1.1"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
775dependencies = [
776 "proc-macro2",
777 "quote",
778 "syn 2.0.76",
779]
780
781[[package]]
782name = "async-signal"
783version = "0.2.10"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
786dependencies = [
787 "async-io 2.3.4",
788 "async-lock 3.4.0",
789 "atomic-waker",
790 "cfg-if",
791 "futures-core",
792 "futures-io",
793 "rustix 0.38.35",
794 "signal-hook-registry",
795 "slab",
796 "windows-sys 0.59.0",
797]
798
799[[package]]
800name = "async-std"
801version = "1.12.0"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
804dependencies = [
805 "async-attributes",
806 "async-channel 1.9.0",
807 "async-global-executor",
808 "async-io 1.13.0",
809 "async-lock 2.8.0",
810 "async-process 1.8.1",
811 "crossbeam-utils",
812 "futures-channel",
813 "futures-core",
814 "futures-io",
815 "futures-lite 1.13.0",
816 "gloo-timers",
817 "kv-log-macro",
818 "log",
819 "memchr",
820 "once_cell",
821 "pin-project-lite",
822 "pin-utils",
823 "slab",
824 "wasm-bindgen-futures",
825]
826
827[[package]]
828name = "async-stream"
829version = "0.3.5"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
832dependencies = [
833 "async-stream-impl",
834 "futures-core",
835 "pin-project-lite",
836]
837
838[[package]]
839name = "async-stream-impl"
840version = "0.3.5"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
843dependencies = [
844 "proc-macro2",
845 "quote",
846 "syn 2.0.76",
847]
848
849[[package]]
850name = "async-stripe"
851version = "0.40.0"
852source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
853dependencies = [
854 "chrono",
855 "futures-util",
856 "http-types",
857 "hyper 0.14.31",
858 "hyper-rustls 0.24.2",
859 "serde",
860 "serde_json",
861 "serde_path_to_error",
862 "serde_qs 0.10.1",
863 "smart-default",
864 "smol_str",
865 "thiserror",
866 "tokio",
867]
868
869[[package]]
870name = "async-tar"
871version = "0.5.0"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
874dependencies = [
875 "async-std",
876 "filetime",
877 "libc",
878 "pin-project",
879 "redox_syscall 0.2.16",
880 "xattr",
881]
882
883[[package]]
884name = "async-task"
885version = "4.7.1"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
888
889[[package]]
890name = "async-tls"
891version = "0.12.0"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "cfeefd0ca297cbbb3bd34fd6b228401c2a5177038257afd751bc29f0a2da4795"
894dependencies = [
895 "futures-core",
896 "futures-io",
897 "rustls 0.20.9",
898 "rustls-pemfile 1.0.4",
899 "webpki",
900 "webpki-roots 0.22.6",
901]
902
903[[package]]
904name = "async-trait"
905version = "0.1.83"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
908dependencies = [
909 "proc-macro2",
910 "quote",
911 "syn 2.0.76",
912]
913
914[[package]]
915name = "async-tungstenite"
916version = "0.24.0"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "3609af4bbf701ddaf1f6bb4e6257dff4ff8932327d0e685d3f653724c258b1ac"
919dependencies = [
920 "async-std",
921 "async-tls",
922 "futures-io",
923 "futures-util",
924 "log",
925 "pin-project-lite",
926 "tungstenite 0.21.0",
927]
928
929[[package]]
930name = "async-watch"
931version = "0.3.1"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
934dependencies = [
935 "event-listener 2.5.3",
936]
937
938[[package]]
939name = "async_zip"
940version = "0.0.17"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
943dependencies = [
944 "async-compression",
945 "crc32fast",
946 "futures-lite 2.3.0",
947 "pin-project",
948 "thiserror",
949]
950
951[[package]]
952name = "asynchronous-codec"
953version = "0.7.0"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
956dependencies = [
957 "bytes 1.7.2",
958 "futures-sink",
959 "futures-util",
960 "memchr",
961 "pin-project-lite",
962]
963
964[[package]]
965name = "atoi"
966version = "2.0.0"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
969dependencies = [
970 "num-traits",
971]
972
973[[package]]
974name = "atomic"
975version = "0.5.3"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
978
979[[package]]
980name = "atomic-waker"
981version = "1.1.2"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
984
985[[package]]
986name = "audio"
987version = "0.1.0"
988dependencies = [
989 "anyhow",
990 "collections",
991 "derive_more",
992 "gpui",
993 "parking_lot",
994 "rodio",
995 "util",
996]
997
998[[package]]
999name = "auto_update"
1000version = "0.1.0"
1001dependencies = [
1002 "anyhow",
1003 "client",
1004 "db",
1005 "editor",
1006 "gpui",
1007 "http_client",
1008 "log",
1009 "markdown_preview",
1010 "menu",
1011 "paths",
1012 "release_channel",
1013 "schemars",
1014 "serde",
1015 "serde_derive",
1016 "serde_json",
1017 "settings",
1018 "smol",
1019 "tempfile",
1020 "util",
1021 "which 6.0.3",
1022 "workspace",
1023]
1024
1025[[package]]
1026name = "autocfg"
1027version = "1.3.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
1030
1031[[package]]
1032name = "av1-grain"
1033version = "0.2.3"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1036dependencies = [
1037 "anyhow",
1038 "arrayvec",
1039 "log",
1040 "nom",
1041 "num-rational",
1042 "v_frame",
1043]
1044
1045[[package]]
1046name = "avif-serialize"
1047version = "0.8.1"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
1050dependencies = [
1051 "arrayvec",
1052]
1053
1054[[package]]
1055name = "aws-config"
1056version = "1.5.5"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "4e95816a168520d72c0e7680c405a5a8c1fb6a035b4bc4b9d7b0de8e1a941697"
1059dependencies = [
1060 "aws-credential-types",
1061 "aws-runtime",
1062 "aws-sdk-sso",
1063 "aws-sdk-ssooidc",
1064 "aws-sdk-sts",
1065 "aws-smithy-async",
1066 "aws-smithy-http",
1067 "aws-smithy-json",
1068 "aws-smithy-runtime",
1069 "aws-smithy-runtime-api",
1070 "aws-smithy-types",
1071 "aws-types",
1072 "bytes 1.7.2",
1073 "fastrand 2.1.1",
1074 "hex",
1075 "http 0.2.12",
1076 "ring 0.17.8",
1077 "time",
1078 "tokio",
1079 "tracing",
1080 "url",
1081 "zeroize",
1082]
1083
1084[[package]]
1085name = "aws-credential-types"
1086version = "1.2.1"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1089dependencies = [
1090 "aws-smithy-async",
1091 "aws-smithy-runtime-api",
1092 "aws-smithy-types",
1093 "zeroize",
1094]
1095
1096[[package]]
1097name = "aws-runtime"
1098version = "1.4.2"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "2424565416eef55906f9f8cece2072b6b6a76075e3ff81483ebe938a89a4c05f"
1101dependencies = [
1102 "aws-credential-types",
1103 "aws-sigv4",
1104 "aws-smithy-async",
1105 "aws-smithy-eventstream",
1106 "aws-smithy-http",
1107 "aws-smithy-runtime",
1108 "aws-smithy-runtime-api",
1109 "aws-smithy-types",
1110 "aws-types",
1111 "bytes 1.7.2",
1112 "fastrand 2.1.1",
1113 "http 0.2.12",
1114 "http-body 0.4.6",
1115 "once_cell",
1116 "percent-encoding",
1117 "pin-project-lite",
1118 "tracing",
1119 "uuid",
1120]
1121
1122[[package]]
1123name = "aws-sdk-s3"
1124version = "1.47.0"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "cca49303c05d2a740b8a4552fac63a4db6ead84f7e7eeed04761fd3014c26f25"
1127dependencies = [
1128 "ahash 0.8.11",
1129 "aws-credential-types",
1130 "aws-runtime",
1131 "aws-sigv4",
1132 "aws-smithy-async",
1133 "aws-smithy-checksums",
1134 "aws-smithy-eventstream",
1135 "aws-smithy-http",
1136 "aws-smithy-json",
1137 "aws-smithy-runtime",
1138 "aws-smithy-runtime-api",
1139 "aws-smithy-types",
1140 "aws-smithy-xml",
1141 "aws-types",
1142 "bytes 1.7.2",
1143 "fastrand 2.1.1",
1144 "hex",
1145 "hmac",
1146 "http 0.2.12",
1147 "http-body 0.4.6",
1148 "lru",
1149 "once_cell",
1150 "percent-encoding",
1151 "regex-lite",
1152 "sha2",
1153 "tracing",
1154 "url",
1155]
1156
1157[[package]]
1158name = "aws-sdk-sso"
1159version = "1.40.0"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "e5879bec6e74b648ce12f6085e7245417bc5f6d672781028384d2e494be3eb6d"
1162dependencies = [
1163 "aws-credential-types",
1164 "aws-runtime",
1165 "aws-smithy-async",
1166 "aws-smithy-http",
1167 "aws-smithy-json",
1168 "aws-smithy-runtime",
1169 "aws-smithy-runtime-api",
1170 "aws-smithy-types",
1171 "aws-types",
1172 "bytes 1.7.2",
1173 "http 0.2.12",
1174 "once_cell",
1175 "regex-lite",
1176 "tracing",
1177]
1178
1179[[package]]
1180name = "aws-sdk-ssooidc"
1181version = "1.41.0"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "4ef4cd9362f638c22a3b959fd8df292e7e47fdf170270f86246b97109b5f2f7d"
1184dependencies = [
1185 "aws-credential-types",
1186 "aws-runtime",
1187 "aws-smithy-async",
1188 "aws-smithy-http",
1189 "aws-smithy-json",
1190 "aws-smithy-runtime",
1191 "aws-smithy-runtime-api",
1192 "aws-smithy-types",
1193 "aws-types",
1194 "bytes 1.7.2",
1195 "http 0.2.12",
1196 "once_cell",
1197 "regex-lite",
1198 "tracing",
1199]
1200
1201[[package]]
1202name = "aws-sdk-sts"
1203version = "1.40.0"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "0b1e2735d2ab28b35ecbb5496c9d41857f52a0d6a0075bbf6a8af306045ea6f6"
1206dependencies = [
1207 "aws-credential-types",
1208 "aws-runtime",
1209 "aws-smithy-async",
1210 "aws-smithy-http",
1211 "aws-smithy-json",
1212 "aws-smithy-query",
1213 "aws-smithy-runtime",
1214 "aws-smithy-runtime-api",
1215 "aws-smithy-types",
1216 "aws-smithy-xml",
1217 "aws-types",
1218 "http 0.2.12",
1219 "once_cell",
1220 "regex-lite",
1221 "tracing",
1222]
1223
1224[[package]]
1225name = "aws-sigv4"
1226version = "1.2.3"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be"
1229dependencies = [
1230 "aws-credential-types",
1231 "aws-smithy-eventstream",
1232 "aws-smithy-http",
1233 "aws-smithy-runtime-api",
1234 "aws-smithy-types",
1235 "bytes 1.7.2",
1236 "crypto-bigint 0.5.5",
1237 "form_urlencoded",
1238 "hex",
1239 "hmac",
1240 "http 0.2.12",
1241 "http 1.1.0",
1242 "once_cell",
1243 "p256",
1244 "percent-encoding",
1245 "ring 0.17.8",
1246 "sha2",
1247 "subtle",
1248 "time",
1249 "tracing",
1250 "zeroize",
1251]
1252
1253[[package]]
1254name = "aws-smithy-async"
1255version = "1.2.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
1258dependencies = [
1259 "futures-util",
1260 "pin-project-lite",
1261 "tokio",
1262]
1263
1264[[package]]
1265name = "aws-smithy-checksums"
1266version = "0.60.12"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23"
1269dependencies = [
1270 "aws-smithy-http",
1271 "aws-smithy-types",
1272 "bytes 1.7.2",
1273 "crc32c",
1274 "crc32fast",
1275 "hex",
1276 "http 0.2.12",
1277 "http-body 0.4.6",
1278 "md-5",
1279 "pin-project-lite",
1280 "sha1",
1281 "sha2",
1282 "tracing",
1283]
1284
1285[[package]]
1286name = "aws-smithy-eventstream"
1287version = "0.60.4"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
1290dependencies = [
1291 "aws-smithy-types",
1292 "bytes 1.7.2",
1293 "crc32fast",
1294]
1295
1296[[package]]
1297name = "aws-smithy-http"
1298version = "0.60.10"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "01dbcb6e2588fd64cfb6d7529661b06466419e4c54ed1c62d6510d2d0350a728"
1301dependencies = [
1302 "aws-smithy-eventstream",
1303 "aws-smithy-runtime-api",
1304 "aws-smithy-types",
1305 "bytes 1.7.2",
1306 "bytes-utils",
1307 "futures-core",
1308 "http 0.2.12",
1309 "http-body 0.4.6",
1310 "once_cell",
1311 "percent-encoding",
1312 "pin-project-lite",
1313 "pin-utils",
1314 "tracing",
1315]
1316
1317[[package]]
1318name = "aws-smithy-json"
1319version = "0.60.7"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
1322dependencies = [
1323 "aws-smithy-types",
1324]
1325
1326[[package]]
1327name = "aws-smithy-query"
1328version = "0.60.7"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1331dependencies = [
1332 "aws-smithy-types",
1333 "urlencoding",
1334]
1335
1336[[package]]
1337name = "aws-smithy-runtime"
1338version = "1.7.1"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87"
1341dependencies = [
1342 "aws-smithy-async",
1343 "aws-smithy-http",
1344 "aws-smithy-runtime-api",
1345 "aws-smithy-types",
1346 "bytes 1.7.2",
1347 "fastrand 2.1.1",
1348 "h2 0.3.26",
1349 "http 0.2.12",
1350 "http-body 0.4.6",
1351 "http-body 1.0.1",
1352 "httparse",
1353 "hyper 0.14.31",
1354 "hyper-rustls 0.24.2",
1355 "once_cell",
1356 "pin-project-lite",
1357 "pin-utils",
1358 "rustls 0.21.12",
1359 "tokio",
1360 "tracing",
1361]
1362
1363[[package]]
1364name = "aws-smithy-runtime-api"
1365version = "1.7.2"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
1368dependencies = [
1369 "aws-smithy-async",
1370 "aws-smithy-types",
1371 "bytes 1.7.2",
1372 "http 0.2.12",
1373 "http 1.1.0",
1374 "pin-project-lite",
1375 "tokio",
1376 "tracing",
1377 "zeroize",
1378]
1379
1380[[package]]
1381name = "aws-smithy-types"
1382version = "1.2.4"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "273dcdfd762fae3e1650b8024624e7cd50e484e37abdab73a7a706188ad34543"
1385dependencies = [
1386 "base64-simd",
1387 "bytes 1.7.2",
1388 "bytes-utils",
1389 "futures-core",
1390 "http 0.2.12",
1391 "http 1.1.0",
1392 "http-body 0.4.6",
1393 "http-body 1.0.1",
1394 "http-body-util",
1395 "itoa",
1396 "num-integer",
1397 "pin-project-lite",
1398 "pin-utils",
1399 "ryu",
1400 "serde",
1401 "time",
1402 "tokio",
1403 "tokio-util",
1404]
1405
1406[[package]]
1407name = "aws-smithy-xml"
1408version = "0.60.8"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
1411dependencies = [
1412 "xmlparser",
1413]
1414
1415[[package]]
1416name = "aws-types"
1417version = "1.3.3"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1420dependencies = [
1421 "aws-credential-types",
1422 "aws-smithy-async",
1423 "aws-smithy-runtime-api",
1424 "aws-smithy-types",
1425 "rustc_version",
1426 "tracing",
1427]
1428
1429[[package]]
1430name = "axum"
1431version = "0.6.20"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1434dependencies = [
1435 "async-trait",
1436 "axum-core",
1437 "base64 0.21.7",
1438 "bitflags 1.3.2",
1439 "bytes 1.7.2",
1440 "futures-util",
1441 "headers",
1442 "http 0.2.12",
1443 "http-body 0.4.6",
1444 "hyper 0.14.31",
1445 "itoa",
1446 "matchit",
1447 "memchr",
1448 "mime",
1449 "percent-encoding",
1450 "pin-project-lite",
1451 "rustversion",
1452 "serde",
1453 "serde_json",
1454 "serde_path_to_error",
1455 "serde_urlencoded",
1456 "sha1",
1457 "sync_wrapper 0.1.2",
1458 "tokio",
1459 "tokio-tungstenite 0.20.1",
1460 "tower",
1461 "tower-layer",
1462 "tower-service",
1463]
1464
1465[[package]]
1466name = "axum-core"
1467version = "0.3.4"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1470dependencies = [
1471 "async-trait",
1472 "bytes 1.7.2",
1473 "futures-util",
1474 "http 0.2.12",
1475 "http-body 0.4.6",
1476 "mime",
1477 "rustversion",
1478 "tower-layer",
1479 "tower-service",
1480]
1481
1482[[package]]
1483name = "axum-extra"
1484version = "0.4.2"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1487dependencies = [
1488 "axum",
1489 "bytes 1.7.2",
1490 "futures-util",
1491 "http 0.2.12",
1492 "mime",
1493 "pin-project-lite",
1494 "serde",
1495 "serde_json",
1496 "tokio",
1497 "tower",
1498 "tower-http 0.3.5",
1499 "tower-layer",
1500 "tower-service",
1501]
1502
1503[[package]]
1504name = "backtrace"
1505version = "0.3.74"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1508dependencies = [
1509 "addr2line",
1510 "cfg-if",
1511 "libc",
1512 "miniz_oxide 0.8.0",
1513 "object",
1514 "rustc-demangle",
1515 "windows-targets 0.52.6",
1516]
1517
1518[[package]]
1519name = "base16ct"
1520version = "0.1.1"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1523
1524[[package]]
1525name = "base64"
1526version = "0.13.1"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1529
1530[[package]]
1531name = "base64"
1532version = "0.21.7"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1535
1536[[package]]
1537name = "base64"
1538version = "0.22.1"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1541
1542[[package]]
1543name = "base64-simd"
1544version = "0.8.0"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1547dependencies = [
1548 "outref",
1549 "vsimd",
1550]
1551
1552[[package]]
1553name = "base64ct"
1554version = "1.6.0"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1557
1558[[package]]
1559name = "bigdecimal"
1560version = "0.4.5"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee"
1563dependencies = [
1564 "autocfg",
1565 "libm",
1566 "num-bigint",
1567 "num-integer",
1568 "num-traits",
1569 "serde",
1570]
1571
1572[[package]]
1573name = "bincode"
1574version = "1.3.3"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1577dependencies = [
1578 "serde",
1579]
1580
1581[[package]]
1582name = "bindgen"
1583version = "0.69.4"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
1586dependencies = [
1587 "bitflags 2.6.0",
1588 "cexpr",
1589 "clang-sys",
1590 "itertools 0.12.1",
1591 "lazy_static",
1592 "lazycell",
1593 "proc-macro2",
1594 "quote",
1595 "regex",
1596 "rustc-hash 1.1.0",
1597 "shlex",
1598 "syn 2.0.76",
1599]
1600
1601[[package]]
1602name = "bindgen"
1603version = "0.70.1"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1606dependencies = [
1607 "bitflags 2.6.0",
1608 "cexpr",
1609 "clang-sys",
1610 "itertools 0.13.0",
1611 "log",
1612 "prettyplease",
1613 "proc-macro2",
1614 "quote",
1615 "regex",
1616 "rustc-hash 1.1.0",
1617 "shlex",
1618 "syn 2.0.76",
1619]
1620
1621[[package]]
1622name = "bit-set"
1623version = "0.5.3"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1626dependencies = [
1627 "bit-vec 0.6.3",
1628]
1629
1630[[package]]
1631name = "bit-set"
1632version = "0.6.0"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
1635dependencies = [
1636 "bit-vec 0.7.0",
1637]
1638
1639[[package]]
1640name = "bit-vec"
1641version = "0.6.3"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1644
1645[[package]]
1646name = "bit-vec"
1647version = "0.7.0"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
1650
1651[[package]]
1652name = "bit_field"
1653version = "0.10.2"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1656
1657[[package]]
1658name = "bitflags"
1659version = "1.3.2"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1662
1663[[package]]
1664name = "bitflags"
1665version = "2.6.0"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1668dependencies = [
1669 "serde",
1670]
1671
1672[[package]]
1673name = "bitstream-io"
1674version = "2.5.3"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452"
1677
1678[[package]]
1679name = "bitvec"
1680version = "1.0.1"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1683dependencies = [
1684 "funty",
1685 "radium",
1686 "tap",
1687 "wyz",
1688]
1689
1690[[package]]
1691name = "blade-graphics"
1692version = "0.5.0"
1693source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1694dependencies = [
1695 "ash",
1696 "ash-window",
1697 "bitflags 2.6.0",
1698 "block",
1699 "bytemuck",
1700 "codespan-reporting",
1701 "core-graphics-types 0.1.3",
1702 "glow",
1703 "gpu-alloc",
1704 "gpu-alloc-ash",
1705 "hidden-trait",
1706 "js-sys",
1707 "khronos-egl",
1708 "libloading",
1709 "log",
1710 "metal",
1711 "mint",
1712 "naga",
1713 "objc",
1714 "raw-window-handle",
1715 "slab",
1716 "wasm-bindgen",
1717 "web-sys",
1718]
1719
1720[[package]]
1721name = "blade-macros"
1722version = "0.3.0"
1723source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1724dependencies = [
1725 "proc-macro2",
1726 "quote",
1727 "syn 2.0.76",
1728]
1729
1730[[package]]
1731name = "blade-util"
1732version = "0.1.0"
1733source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1734dependencies = [
1735 "blade-graphics",
1736 "bytemuck",
1737 "log",
1738 "profiling",
1739]
1740
1741[[package]]
1742name = "blake3"
1743version = "1.5.4"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
1746dependencies = [
1747 "arrayref",
1748 "arrayvec",
1749 "cc",
1750 "cfg-if",
1751 "constant_time_eq",
1752]
1753
1754[[package]]
1755name = "block"
1756version = "0.1.6"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1759
1760[[package]]
1761name = "block-buffer"
1762version = "0.10.4"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1765dependencies = [
1766 "generic-array",
1767]
1768
1769[[package]]
1770name = "block-padding"
1771version = "0.3.3"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1774dependencies = [
1775 "generic-array",
1776]
1777
1778[[package]]
1779name = "blocking"
1780version = "1.6.1"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1783dependencies = [
1784 "async-channel 2.3.1",
1785 "async-task",
1786 "futures-io",
1787 "futures-lite 2.3.0",
1788 "piper",
1789]
1790
1791[[package]]
1792name = "borsh"
1793version = "1.5.1"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
1796dependencies = [
1797 "borsh-derive",
1798 "cfg_aliases 0.2.1",
1799]
1800
1801[[package]]
1802name = "borsh-derive"
1803version = "1.5.1"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
1806dependencies = [
1807 "once_cell",
1808 "proc-macro-crate",
1809 "proc-macro2",
1810 "quote",
1811 "syn 2.0.76",
1812 "syn_derive",
1813]
1814
1815[[package]]
1816name = "breadcrumbs"
1817version = "0.1.0"
1818dependencies = [
1819 "editor",
1820 "gpui",
1821 "itertools 0.13.0",
1822 "outline",
1823 "theme",
1824 "ui",
1825 "workspace",
1826]
1827
1828[[package]]
1829name = "bstr"
1830version = "1.10.0"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
1833dependencies = [
1834 "memchr",
1835 "regex-automata 0.4.7",
1836 "serde",
1837]
1838
1839[[package]]
1840name = "built"
1841version = "0.7.4"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4"
1844
1845[[package]]
1846name = "bumpalo"
1847version = "3.16.0"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1850
1851[[package]]
1852name = "by_address"
1853version = "1.2.1"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1856
1857[[package]]
1858name = "bytecheck"
1859version = "0.6.12"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1862dependencies = [
1863 "bytecheck_derive",
1864 "ptr_meta",
1865 "simdutf8",
1866]
1867
1868[[package]]
1869name = "bytecheck_derive"
1870version = "0.6.12"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1873dependencies = [
1874 "proc-macro2",
1875 "quote",
1876 "syn 1.0.109",
1877]
1878
1879[[package]]
1880name = "bytemuck"
1881version = "1.17.1"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2"
1884dependencies = [
1885 "bytemuck_derive",
1886]
1887
1888[[package]]
1889name = "bytemuck_derive"
1890version = "1.7.1"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26"
1893dependencies = [
1894 "proc-macro2",
1895 "quote",
1896 "syn 2.0.76",
1897]
1898
1899[[package]]
1900name = "byteorder"
1901version = "1.5.0"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1904
1905[[package]]
1906name = "byteorder-lite"
1907version = "0.1.0"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1910
1911[[package]]
1912name = "bytes"
1913version = "0.4.12"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1916dependencies = [
1917 "byteorder",
1918 "iovec",
1919]
1920
1921[[package]]
1922name = "bytes"
1923version = "1.7.2"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
1926
1927[[package]]
1928name = "bytes-utils"
1929version = "0.1.4"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1932dependencies = [
1933 "bytes 1.7.2",
1934 "either",
1935]
1936
1937[[package]]
1938name = "call"
1939version = "0.1.0"
1940dependencies = [
1941 "anyhow",
1942 "audio",
1943 "client",
1944 "collections",
1945 "fs",
1946 "futures 0.3.30",
1947 "gpui",
1948 "http_client",
1949 "language",
1950 "live_kit_client",
1951 "log",
1952 "postage",
1953 "project",
1954 "schemars",
1955 "serde",
1956 "serde_derive",
1957 "settings",
1958 "util",
1959]
1960
1961[[package]]
1962name = "calloop"
1963version = "0.13.0"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
1966dependencies = [
1967 "bitflags 2.6.0",
1968 "log",
1969 "polling 3.7.3",
1970 "rustix 0.38.35",
1971 "slab",
1972 "thiserror",
1973]
1974
1975[[package]]
1976name = "calloop-wayland-source"
1977version = "0.3.0"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
1980dependencies = [
1981 "calloop",
1982 "rustix 0.38.35",
1983 "wayland-backend",
1984 "wayland-client",
1985]
1986
1987[[package]]
1988name = "camino"
1989version = "1.1.9"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
1992dependencies = [
1993 "serde",
1994]
1995
1996[[package]]
1997name = "cap-fs-ext"
1998version = "3.2.0"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "eb23061fc1c4ead4e45ca713080fe768e6234e959f5a5c399c39eb41aa34e56e"
2001dependencies = [
2002 "cap-primitives",
2003 "cap-std",
2004 "io-lifetimes 2.0.3",
2005 "windows-sys 0.52.0",
2006]
2007
2008[[package]]
2009name = "cap-net-ext"
2010version = "3.2.0"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "f83ae11f116bcbafc5327c6af250341db96b5930046732e1905f7dc65887e0e1"
2013dependencies = [
2014 "cap-primitives",
2015 "cap-std",
2016 "rustix 0.38.35",
2017 "smallvec",
2018]
2019
2020[[package]]
2021name = "cap-primitives"
2022version = "3.2.0"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "6d00bd8d26c4270d950eaaa837387964a2089a1c3c349a690a1fa03221d29531"
2025dependencies = [
2026 "ambient-authority",
2027 "fs-set-times",
2028 "io-extras",
2029 "io-lifetimes 2.0.3",
2030 "ipnet",
2031 "maybe-owned",
2032 "rustix 0.38.35",
2033 "windows-sys 0.52.0",
2034 "winx",
2035]
2036
2037[[package]]
2038name = "cap-rand"
2039version = "3.2.0"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "dbcb16a619d8b8211ed61f42bd290d2a1ac71277a69cf8417ec0996fa92f5211"
2042dependencies = [
2043 "ambient-authority",
2044 "rand 0.8.5",
2045]
2046
2047[[package]]
2048name = "cap-std"
2049version = "3.2.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "19eb8e3d71996828751c1ed3908a439639752ac6bdc874e41469ef7fc15fbd7f"
2052dependencies = [
2053 "cap-primitives",
2054 "io-extras",
2055 "io-lifetimes 2.0.3",
2056 "rustix 0.38.35",
2057]
2058
2059[[package]]
2060name = "cap-time-ext"
2061version = "3.2.0"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "61142dc51e25b7acc970ca578ce2c3695eac22bbba46c1073f5f583e78957725"
2064dependencies = [
2065 "ambient-authority",
2066 "cap-primitives",
2067 "iana-time-zone",
2068 "once_cell",
2069 "rustix 0.38.35",
2070 "winx",
2071]
2072
2073[[package]]
2074name = "cargo-platform"
2075version = "0.1.8"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2078dependencies = [
2079 "serde",
2080]
2081
2082[[package]]
2083name = "cargo_metadata"
2084version = "0.18.1"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
2087dependencies = [
2088 "camino",
2089 "cargo-platform",
2090 "semver",
2091 "serde",
2092 "serde_json",
2093 "thiserror",
2094]
2095
2096[[package]]
2097name = "cargo_toml"
2098version = "0.20.5"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "88da5a13c620b4ca0078845707ea9c3faf11edbc3ffd8497d11d686211cd1ac0"
2101dependencies = [
2102 "serde",
2103 "toml 0.8.19",
2104]
2105
2106[[package]]
2107name = "cast"
2108version = "0.3.0"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2111
2112[[package]]
2113name = "cbc"
2114version = "0.1.2"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2117dependencies = [
2118 "cipher",
2119]
2120
2121[[package]]
2122name = "cbindgen"
2123version = "0.27.0"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2126dependencies = [
2127 "heck 0.4.1",
2128 "indexmap 2.4.0",
2129 "log",
2130 "proc-macro2",
2131 "quote",
2132 "serde",
2133 "serde_json",
2134 "syn 2.0.76",
2135 "tempfile",
2136 "toml 0.8.19",
2137]
2138
2139[[package]]
2140name = "cc"
2141version = "1.1.15"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
2144dependencies = [
2145 "jobserver",
2146 "libc",
2147 "shlex",
2148]
2149
2150[[package]]
2151name = "cesu8"
2152version = "1.1.0"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2155
2156[[package]]
2157name = "cexpr"
2158version = "0.6.0"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2161dependencies = [
2162 "nom",
2163]
2164
2165[[package]]
2166name = "cfg-expr"
2167version = "0.15.8"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2170dependencies = [
2171 "smallvec",
2172 "target-lexicon",
2173]
2174
2175[[package]]
2176name = "cfg-if"
2177version = "1.0.0"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2180
2181[[package]]
2182name = "cfg_aliases"
2183version = "0.1.1"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2186
2187[[package]]
2188name = "cfg_aliases"
2189version = "0.2.1"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2192
2193[[package]]
2194name = "channel"
2195version = "0.1.0"
2196dependencies = [
2197 "anyhow",
2198 "client",
2199 "clock",
2200 "collections",
2201 "futures 0.3.30",
2202 "gpui",
2203 "http_client",
2204 "language",
2205 "log",
2206 "rand 0.8.5",
2207 "release_channel",
2208 "rpc",
2209 "settings",
2210 "sum_tree",
2211 "text",
2212 "time",
2213 "util",
2214]
2215
2216[[package]]
2217name = "chrono"
2218version = "0.4.38"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2221dependencies = [
2222 "android-tzdata",
2223 "iana-time-zone",
2224 "js-sys",
2225 "num-traits",
2226 "serde",
2227 "wasm-bindgen",
2228 "windows-targets 0.52.6",
2229]
2230
2231[[package]]
2232name = "chunked_transfer"
2233version = "1.5.0"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2236
2237[[package]]
2238name = "ciborium"
2239version = "0.2.2"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2242dependencies = [
2243 "ciborium-io",
2244 "ciborium-ll",
2245 "serde",
2246]
2247
2248[[package]]
2249name = "ciborium-io"
2250version = "0.2.2"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2253
2254[[package]]
2255name = "ciborium-ll"
2256version = "0.2.2"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2259dependencies = [
2260 "ciborium-io",
2261 "half",
2262]
2263
2264[[package]]
2265name = "cipher"
2266version = "0.4.4"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2269dependencies = [
2270 "crypto-common",
2271 "inout",
2272 "zeroize",
2273]
2274
2275[[package]]
2276name = "clang-sys"
2277version = "1.8.1"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2280dependencies = [
2281 "glob",
2282 "libc",
2283 "libloading",
2284]
2285
2286[[package]]
2287name = "clap"
2288version = "4.5.20"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
2291dependencies = [
2292 "clap_builder",
2293 "clap_derive",
2294]
2295
2296[[package]]
2297name = "clap_builder"
2298version = "4.5.20"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
2301dependencies = [
2302 "anstream",
2303 "anstyle",
2304 "clap_lex",
2305 "strsim",
2306 "terminal_size",
2307]
2308
2309[[package]]
2310name = "clap_complete"
2311version = "4.5.24"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b"
2314dependencies = [
2315 "clap",
2316]
2317
2318[[package]]
2319name = "clap_derive"
2320version = "4.5.18"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2323dependencies = [
2324 "heck 0.5.0",
2325 "proc-macro2",
2326 "quote",
2327 "syn 2.0.76",
2328]
2329
2330[[package]]
2331name = "clap_lex"
2332version = "0.7.2"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2335
2336[[package]]
2337name = "cli"
2338version = "0.1.0"
2339dependencies = [
2340 "anyhow",
2341 "clap",
2342 "collections",
2343 "core-foundation 0.9.4",
2344 "core-services",
2345 "exec",
2346 "fork",
2347 "ipc-channel",
2348 "once_cell",
2349 "parking_lot",
2350 "paths",
2351 "plist",
2352 "release_channel",
2353 "serde",
2354 "tempfile",
2355 "util",
2356]
2357
2358[[package]]
2359name = "clickhouse"
2360version = "0.11.6"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
2363dependencies = [
2364 "bstr",
2365 "bytes 1.7.2",
2366 "clickhouse-derive",
2367 "clickhouse-rs-cityhash-sys",
2368 "futures 0.3.30",
2369 "hyper 0.14.31",
2370 "hyper-tls",
2371 "lz4",
2372 "sealed",
2373 "serde",
2374 "static_assertions",
2375 "thiserror",
2376 "tokio",
2377 "url",
2378]
2379
2380[[package]]
2381name = "clickhouse-derive"
2382version = "0.1.1"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
2385dependencies = [
2386 "proc-macro2",
2387 "quote",
2388 "serde_derive_internals 0.26.0",
2389 "syn 1.0.109",
2390]
2391
2392[[package]]
2393name = "clickhouse-rs-cityhash-sys"
2394version = "0.1.2"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
2397dependencies = [
2398 "cc",
2399]
2400
2401[[package]]
2402name = "client"
2403version = "0.1.0"
2404dependencies = [
2405 "anyhow",
2406 "async-native-tls",
2407 "async-recursion 0.3.2",
2408 "async-tungstenite",
2409 "chrono",
2410 "clock",
2411 "cocoa 0.26.0",
2412 "collections",
2413 "feature_flags",
2414 "futures 0.3.30",
2415 "gpui",
2416 "http_client",
2417 "log",
2418 "once_cell",
2419 "parking_lot",
2420 "paths",
2421 "postage",
2422 "rand 0.8.5",
2423 "release_channel",
2424 "rpc",
2425 "rustls 0.20.9",
2426 "rustls-native-certs 0.8.0",
2427 "schemars",
2428 "serde",
2429 "serde_json",
2430 "settings",
2431 "sha2",
2432 "smol",
2433 "sysinfo",
2434 "telemetry_events",
2435 "text",
2436 "thiserror",
2437 "time",
2438 "tiny_http",
2439 "tokio-socks",
2440 "url",
2441 "util",
2442 "windows 0.58.0",
2443 "worktree",
2444]
2445
2446[[package]]
2447name = "clock"
2448version = "0.1.0"
2449dependencies = [
2450 "chrono",
2451 "parking_lot",
2452 "serde",
2453 "smallvec",
2454]
2455
2456[[package]]
2457name = "cobs"
2458version = "0.2.3"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2461
2462[[package]]
2463name = "cocoa"
2464version = "0.25.0"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2467dependencies = [
2468 "bitflags 1.3.2",
2469 "block",
2470 "cocoa-foundation 0.1.2",
2471 "core-foundation 0.9.4",
2472 "core-graphics 0.23.2",
2473 "foreign-types 0.5.0",
2474 "libc",
2475 "objc",
2476]
2477
2478[[package]]
2479name = "cocoa"
2480version = "0.26.0"
2481source = "registry+https://github.com/rust-lang/crates.io-index"
2482checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2483dependencies = [
2484 "bitflags 2.6.0",
2485 "block",
2486 "cocoa-foundation 0.2.0",
2487 "core-foundation 0.10.0",
2488 "core-graphics 0.24.0",
2489 "foreign-types 0.5.0",
2490 "libc",
2491 "objc",
2492]
2493
2494[[package]]
2495name = "cocoa-foundation"
2496version = "0.1.2"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2499dependencies = [
2500 "bitflags 1.3.2",
2501 "block",
2502 "core-foundation 0.9.4",
2503 "core-graphics-types 0.1.3",
2504 "libc",
2505 "objc",
2506]
2507
2508[[package]]
2509name = "cocoa-foundation"
2510version = "0.2.0"
2511source = "registry+https://github.com/rust-lang/crates.io-index"
2512checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2513dependencies = [
2514 "bitflags 2.6.0",
2515 "block",
2516 "core-foundation 0.10.0",
2517 "core-graphics-types 0.2.0",
2518 "libc",
2519 "objc",
2520]
2521
2522[[package]]
2523name = "codespan-reporting"
2524version = "0.11.1"
2525source = "registry+https://github.com/rust-lang/crates.io-index"
2526checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2527dependencies = [
2528 "termcolor",
2529 "unicode-width",
2530]
2531
2532[[package]]
2533name = "collab"
2534version = "0.44.0"
2535dependencies = [
2536 "anthropic",
2537 "anyhow",
2538 "assistant",
2539 "async-stripe",
2540 "async-trait",
2541 "async-tungstenite",
2542 "audio",
2543 "aws-config",
2544 "aws-sdk-s3",
2545 "axum",
2546 "axum-extra",
2547 "base64 0.22.1",
2548 "call",
2549 "channel",
2550 "chrono",
2551 "clickhouse",
2552 "client",
2553 "clock",
2554 "collab_ui",
2555 "collections",
2556 "ctor",
2557 "dashmap 6.0.1",
2558 "derive_more",
2559 "editor",
2560 "env_logger 0.11.5",
2561 "envy",
2562 "file_finder",
2563 "fs",
2564 "futures 0.3.30",
2565 "git",
2566 "git_hosting_providers",
2567 "google_ai",
2568 "gpui",
2569 "hex",
2570 "http_client",
2571 "hyper 0.14.31",
2572 "indoc",
2573 "jsonwebtoken",
2574 "language",
2575 "language_model",
2576 "live_kit_client",
2577 "live_kit_server",
2578 "log",
2579 "lsp",
2580 "menu",
2581 "multi_buffer",
2582 "nanoid",
2583 "node_runtime",
2584 "notifications",
2585 "open_ai",
2586 "parking_lot",
2587 "pretty_assertions",
2588 "project",
2589 "prometheus",
2590 "prost",
2591 "rand 0.8.5",
2592 "recent_projects",
2593 "release_channel",
2594 "remote",
2595 "remote_server",
2596 "reqwest 0.11.27",
2597 "reqwest_client",
2598 "rpc",
2599 "rustc-demangle",
2600 "scrypt",
2601 "sea-orm",
2602 "semantic_version",
2603 "semver",
2604 "serde",
2605 "serde_derive",
2606 "serde_json",
2607 "session",
2608 "settings",
2609 "sha2",
2610 "sqlx",
2611 "strum 0.25.0",
2612 "subtle",
2613 "supermaven_api",
2614 "telemetry_events",
2615 "text",
2616 "theme",
2617 "thiserror",
2618 "time",
2619 "tokio",
2620 "toml 0.8.19",
2621 "tower",
2622 "tower-http 0.4.4",
2623 "tracing",
2624 "tracing-subscriber",
2625 "unindent",
2626 "util",
2627 "uuid",
2628 "workspace",
2629 "worktree",
2630]
2631
2632[[package]]
2633name = "collab_ui"
2634version = "0.1.0"
2635dependencies = [
2636 "anyhow",
2637 "call",
2638 "channel",
2639 "chrono",
2640 "client",
2641 "collections",
2642 "db",
2643 "editor",
2644 "emojis",
2645 "futures 0.3.30",
2646 "fuzzy",
2647 "gpui",
2648 "http_client",
2649 "language",
2650 "menu",
2651 "notifications",
2652 "parking_lot",
2653 "picker",
2654 "pretty_assertions",
2655 "project",
2656 "release_channel",
2657 "rich_text",
2658 "rpc",
2659 "schemars",
2660 "serde",
2661 "serde_derive",
2662 "serde_json",
2663 "settings",
2664 "smallvec",
2665 "story",
2666 "theme",
2667 "time",
2668 "time_format",
2669 "title_bar",
2670 "tree-sitter-md",
2671 "ui",
2672 "util",
2673 "vcs_menu",
2674 "workspace",
2675]
2676
2677[[package]]
2678name = "collections"
2679version = "0.1.0"
2680dependencies = [
2681 "rustc-hash 1.1.0",
2682]
2683
2684[[package]]
2685name = "color_quant"
2686version = "1.1.0"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2689
2690[[package]]
2691name = "colorchoice"
2692version = "1.0.2"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2695
2696[[package]]
2697name = "combine"
2698version = "4.6.7"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2701dependencies = [
2702 "bytes 1.7.2",
2703 "memchr",
2704]
2705
2706[[package]]
2707name = "command_palette"
2708version = "0.1.0"
2709dependencies = [
2710 "client",
2711 "collections",
2712 "command_palette_hooks",
2713 "ctor",
2714 "editor",
2715 "env_logger 0.11.5",
2716 "fuzzy",
2717 "go_to_line",
2718 "gpui",
2719 "language",
2720 "menu",
2721 "picker",
2722 "postage",
2723 "project",
2724 "serde",
2725 "serde_json",
2726 "settings",
2727 "theme",
2728 "ui",
2729 "util",
2730 "workspace",
2731 "zed_actions",
2732]
2733
2734[[package]]
2735name = "command_palette_hooks"
2736version = "0.1.0"
2737dependencies = [
2738 "collections",
2739 "derive_more",
2740 "gpui",
2741]
2742
2743[[package]]
2744name = "concurrent-queue"
2745version = "2.5.0"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2748dependencies = [
2749 "crossbeam-utils",
2750]
2751
2752[[package]]
2753name = "console"
2754version = "0.15.8"
2755source = "registry+https://github.com/rust-lang/crates.io-index"
2756checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2757dependencies = [
2758 "encode_unicode",
2759 "lazy_static",
2760 "libc",
2761 "unicode-width",
2762 "windows-sys 0.52.0",
2763]
2764
2765[[package]]
2766name = "const-oid"
2767version = "0.9.6"
2768source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2770
2771[[package]]
2772name = "const-random"
2773version = "0.1.18"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2776dependencies = [
2777 "const-random-macro",
2778]
2779
2780[[package]]
2781name = "const-random-macro"
2782version = "0.1.16"
2783source = "registry+https://github.com/rust-lang/crates.io-index"
2784checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2785dependencies = [
2786 "getrandom 0.2.15",
2787 "once_cell",
2788 "tiny-keccak",
2789]
2790
2791[[package]]
2792name = "constant_time_eq"
2793version = "0.3.1"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2796
2797[[package]]
2798name = "context_servers"
2799version = "0.1.0"
2800dependencies = [
2801 "anyhow",
2802 "collections",
2803 "command_palette_hooks",
2804 "futures 0.3.30",
2805 "gpui",
2806 "log",
2807 "parking_lot",
2808 "postage",
2809 "schemars",
2810 "serde",
2811 "serde_json",
2812 "settings",
2813 "smol",
2814 "url",
2815 "util",
2816 "workspace",
2817]
2818
2819[[package]]
2820name = "convert_case"
2821version = "0.4.0"
2822source = "registry+https://github.com/rust-lang/crates.io-index"
2823checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2824
2825[[package]]
2826name = "convert_case"
2827version = "0.6.0"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2830dependencies = [
2831 "unicode-segmentation",
2832]
2833
2834[[package]]
2835name = "copilot"
2836version = "0.1.0"
2837dependencies = [
2838 "anyhow",
2839 "async-compression",
2840 "async-std",
2841 "async-tar",
2842 "chrono",
2843 "client",
2844 "clock",
2845 "collections",
2846 "command_palette_hooks",
2847 "editor",
2848 "fs",
2849 "futures 0.3.30",
2850 "gpui",
2851 "http_client",
2852 "indoc",
2853 "language",
2854 "lsp",
2855 "menu",
2856 "node_runtime",
2857 "parking_lot",
2858 "paths",
2859 "project",
2860 "rpc",
2861 "schemars",
2862 "serde",
2863 "serde_json",
2864 "settings",
2865 "smol",
2866 "strum 0.25.0",
2867 "task",
2868 "theme",
2869 "ui",
2870 "util",
2871 "workspace",
2872]
2873
2874[[package]]
2875name = "core-foundation"
2876version = "0.9.4"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2879dependencies = [
2880 "core-foundation-sys",
2881 "libc",
2882]
2883
2884[[package]]
2885name = "core-foundation"
2886version = "0.10.0"
2887source = "registry+https://github.com/rust-lang/crates.io-index"
2888checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2889dependencies = [
2890 "core-foundation-sys",
2891 "libc",
2892]
2893
2894[[package]]
2895name = "core-foundation-sys"
2896version = "0.8.7"
2897source = "registry+https://github.com/rust-lang/crates.io-index"
2898checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2899
2900[[package]]
2901name = "core-graphics"
2902version = "0.23.2"
2903source = "registry+https://github.com/rust-lang/crates.io-index"
2904checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2905dependencies = [
2906 "bitflags 1.3.2",
2907 "core-foundation 0.9.4",
2908 "core-graphics-types 0.1.3",
2909 "foreign-types 0.5.0",
2910 "libc",
2911]
2912
2913[[package]]
2914name = "core-graphics"
2915version = "0.24.0"
2916source = "registry+https://github.com/rust-lang/crates.io-index"
2917checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
2918dependencies = [
2919 "bitflags 2.6.0",
2920 "core-foundation 0.10.0",
2921 "core-graphics-types 0.2.0",
2922 "foreign-types 0.5.0",
2923 "libc",
2924]
2925
2926[[package]]
2927name = "core-graphics-types"
2928version = "0.1.3"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2931dependencies = [
2932 "bitflags 1.3.2",
2933 "core-foundation 0.9.4",
2934 "libc",
2935]
2936
2937[[package]]
2938name = "core-graphics-types"
2939version = "0.2.0"
2940source = "registry+https://github.com/rust-lang/crates.io-index"
2941checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
2942dependencies = [
2943 "bitflags 2.6.0",
2944 "core-foundation 0.10.0",
2945 "libc",
2946]
2947
2948[[package]]
2949name = "core-services"
2950version = "0.2.1"
2951source = "registry+https://github.com/rust-lang/crates.io-index"
2952checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
2953dependencies = [
2954 "core-foundation 0.9.4",
2955]
2956
2957[[package]]
2958name = "core-text"
2959version = "20.1.0"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
2962dependencies = [
2963 "core-foundation 0.9.4",
2964 "core-graphics 0.23.2",
2965 "foreign-types 0.5.0",
2966 "libc",
2967]
2968
2969[[package]]
2970name = "coreaudio-rs"
2971version = "0.11.3"
2972source = "registry+https://github.com/rust-lang/crates.io-index"
2973checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
2974dependencies = [
2975 "bitflags 1.3.2",
2976 "core-foundation-sys",
2977 "coreaudio-sys",
2978]
2979
2980[[package]]
2981name = "coreaudio-sys"
2982version = "0.2.15"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9"
2985dependencies = [
2986 "bindgen 0.69.4",
2987]
2988
2989[[package]]
2990name = "cosmic-text"
2991version = "0.11.2"
2992source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
2993dependencies = [
2994 "bitflags 2.6.0",
2995 "fontdb",
2996 "log",
2997 "rangemap",
2998 "rayon",
2999 "rustc-hash 1.1.0",
3000 "rustybuzz",
3001 "self_cell",
3002 "swash",
3003 "sys-locale",
3004 "ttf-parser",
3005 "unicode-bidi",
3006 "unicode-linebreak",
3007 "unicode-script",
3008 "unicode-segmentation",
3009]
3010
3011[[package]]
3012name = "cpal"
3013version = "0.15.3"
3014source = "registry+https://github.com/rust-lang/crates.io-index"
3015checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
3016dependencies = [
3017 "alsa",
3018 "core-foundation-sys",
3019 "coreaudio-rs",
3020 "dasp_sample",
3021 "jni",
3022 "js-sys",
3023 "libc",
3024 "mach2",
3025 "ndk",
3026 "ndk-context",
3027 "oboe",
3028 "wasm-bindgen",
3029 "wasm-bindgen-futures",
3030 "web-sys",
3031 "windows 0.54.0",
3032]
3033
3034[[package]]
3035name = "cpp_demangle"
3036version = "0.4.4"
3037source = "registry+https://github.com/rust-lang/crates.io-index"
3038checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3039dependencies = [
3040 "cfg-if",
3041]
3042
3043[[package]]
3044name = "cpufeatures"
3045version = "0.2.13"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
3048dependencies = [
3049 "libc",
3050]
3051
3052[[package]]
3053name = "cranelift-bforest"
3054version = "0.111.1"
3055source = "registry+https://github.com/rust-lang/crates.io-index"
3056checksum = "32d69b774780246008783a75edfb943eccc2487b6a43808503a07cd563f2ffde"
3057dependencies = [
3058 "cranelift-entity",
3059]
3060
3061[[package]]
3062name = "cranelift-bitset"
3063version = "0.111.1"
3064source = "registry+https://github.com/rust-lang/crates.io-index"
3065checksum = "a7d8d71c6b32c1a7cff254c5e5d7359872c1e5e610fbe963472afcddbd9cf303"
3066dependencies = [
3067 "serde",
3068 "serde_derive",
3069]
3070
3071[[package]]
3072name = "cranelift-codegen"
3073version = "0.111.1"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "3ad3a906f2a3f3590ad9798d59a46959a8593258eb985af722f634723c063a2c"
3076dependencies = [
3077 "bumpalo",
3078 "cranelift-bforest",
3079 "cranelift-bitset",
3080 "cranelift-codegen-meta",
3081 "cranelift-codegen-shared",
3082 "cranelift-control",
3083 "cranelift-entity",
3084 "cranelift-isle",
3085 "gimli 0.29.0",
3086 "hashbrown 0.14.5",
3087 "log",
3088 "regalloc2",
3089 "rustc-hash 1.1.0",
3090 "smallvec",
3091 "target-lexicon",
3092]
3093
3094[[package]]
3095name = "cranelift-codegen-meta"
3096version = "0.111.1"
3097source = "registry+https://github.com/rust-lang/crates.io-index"
3098checksum = "cd5e4ee12262a135efbef3ced4ab2153adafe4adc55f36af94f9d73be0f7505d"
3099dependencies = [
3100 "cranelift-codegen-shared",
3101]
3102
3103[[package]]
3104name = "cranelift-codegen-shared"
3105version = "0.111.1"
3106source = "registry+https://github.com/rust-lang/crates.io-index"
3107checksum = "5b9374a2a5f060f72e3080fe1c87c9ff4bef2cbe798faae60daf276fb1a13968"
3108
3109[[package]]
3110name = "cranelift-control"
3111version = "0.111.1"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "fba3ca2f344bb22d265a928e7c3f5f46e1a2eb41f1393bd53538d07b6ffb5293"
3114dependencies = [
3115 "arbitrary",
3116]
3117
3118[[package]]
3119name = "cranelift-entity"
3120version = "0.111.1"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "a6aef77dfb018eed09d92d4244abe3c1c060cbbd900c24f75ddde7d75d0e781e"
3123dependencies = [
3124 "cranelift-bitset",
3125 "serde",
3126 "serde_derive",
3127]
3128
3129[[package]]
3130name = "cranelift-frontend"
3131version = "0.111.1"
3132source = "registry+https://github.com/rust-lang/crates.io-index"
3133checksum = "7b1d6954f03d63df1cb95d66153c97df0201862220861349bbd5f583754b1917"
3134dependencies = [
3135 "cranelift-codegen",
3136 "log",
3137 "smallvec",
3138 "target-lexicon",
3139]
3140
3141[[package]]
3142name = "cranelift-isle"
3143version = "0.111.1"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "f8b9b7e088b784796ea8aa5947c1cc12034c1b076a077ec2a5a287da717fa746"
3146
3147[[package]]
3148name = "cranelift-native"
3149version = "0.111.1"
3150source = "registry+https://github.com/rust-lang/crates.io-index"
3151checksum = "4cab7424083d070669ff3fdeea7c5b4b5013a055aa1ee0532703f17a5f62af64"
3152dependencies = [
3153 "cranelift-codegen",
3154 "libc",
3155 "target-lexicon",
3156]
3157
3158[[package]]
3159name = "cranelift-wasm"
3160version = "0.111.1"
3161source = "registry+https://github.com/rust-lang/crates.io-index"
3162checksum = "81a9f6d0495984eef1d753ec8748de0b216b37ade16d219f1c0f27d8188d7f77"
3163dependencies = [
3164 "cranelift-codegen",
3165 "cranelift-entity",
3166 "cranelift-frontend",
3167 "itertools 0.12.1",
3168 "log",
3169 "smallvec",
3170 "wasmparser 0.215.0",
3171 "wasmtime-types",
3172]
3173
3174[[package]]
3175name = "crc"
3176version = "3.2.1"
3177source = "registry+https://github.com/rust-lang/crates.io-index"
3178checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3179dependencies = [
3180 "crc-catalog",
3181]
3182
3183[[package]]
3184name = "crc-catalog"
3185version = "2.4.0"
3186source = "registry+https://github.com/rust-lang/crates.io-index"
3187checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3188
3189[[package]]
3190name = "crc32c"
3191version = "0.6.8"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3194dependencies = [
3195 "rustc_version",
3196]
3197
3198[[package]]
3199name = "crc32fast"
3200version = "1.4.2"
3201source = "registry+https://github.com/rust-lang/crates.io-index"
3202checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3203dependencies = [
3204 "cfg-if",
3205]
3206
3207[[package]]
3208name = "criterion"
3209version = "0.5.1"
3210source = "registry+https://github.com/rust-lang/crates.io-index"
3211checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3212dependencies = [
3213 "anes",
3214 "cast",
3215 "ciborium",
3216 "clap",
3217 "criterion-plot",
3218 "is-terminal",
3219 "itertools 0.10.5",
3220 "num-traits",
3221 "once_cell",
3222 "oorandom",
3223 "plotters",
3224 "rayon",
3225 "regex",
3226 "serde",
3227 "serde_derive",
3228 "serde_json",
3229 "tinytemplate",
3230 "walkdir",
3231]
3232
3233[[package]]
3234name = "criterion-plot"
3235version = "0.5.0"
3236source = "registry+https://github.com/rust-lang/crates.io-index"
3237checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3238dependencies = [
3239 "cast",
3240 "itertools 0.10.5",
3241]
3242
3243[[package]]
3244name = "crossbeam-channel"
3245version = "0.5.13"
3246source = "registry+https://github.com/rust-lang/crates.io-index"
3247checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3248dependencies = [
3249 "crossbeam-utils",
3250]
3251
3252[[package]]
3253name = "crossbeam-deque"
3254version = "0.8.5"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3257dependencies = [
3258 "crossbeam-epoch",
3259 "crossbeam-utils",
3260]
3261
3262[[package]]
3263name = "crossbeam-epoch"
3264version = "0.9.18"
3265source = "registry+https://github.com/rust-lang/crates.io-index"
3266checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3267dependencies = [
3268 "crossbeam-utils",
3269]
3270
3271[[package]]
3272name = "crossbeam-queue"
3273version = "0.3.11"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3276dependencies = [
3277 "crossbeam-utils",
3278]
3279
3280[[package]]
3281name = "crossbeam-utils"
3282version = "0.8.20"
3283source = "registry+https://github.com/rust-lang/crates.io-index"
3284checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3285
3286[[package]]
3287name = "crunchy"
3288version = "0.2.2"
3289source = "registry+https://github.com/rust-lang/crates.io-index"
3290checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3291
3292[[package]]
3293name = "crypto-bigint"
3294version = "0.4.9"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3297dependencies = [
3298 "generic-array",
3299 "rand_core 0.6.4",
3300 "subtle",
3301 "zeroize",
3302]
3303
3304[[package]]
3305name = "crypto-bigint"
3306version = "0.5.5"
3307source = "registry+https://github.com/rust-lang/crates.io-index"
3308checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3309dependencies = [
3310 "rand_core 0.6.4",
3311 "subtle",
3312]
3313
3314[[package]]
3315name = "crypto-common"
3316version = "0.1.6"
3317source = "registry+https://github.com/rust-lang/crates.io-index"
3318checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3319dependencies = [
3320 "generic-array",
3321 "rand_core 0.6.4",
3322 "typenum",
3323]
3324
3325[[package]]
3326name = "ctor"
3327version = "0.2.8"
3328source = "registry+https://github.com/rust-lang/crates.io-index"
3329checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
3330dependencies = [
3331 "quote",
3332 "syn 2.0.76",
3333]
3334
3335[[package]]
3336name = "ctrlc"
3337version = "3.4.5"
3338source = "registry+https://github.com/rust-lang/crates.io-index"
3339checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3340dependencies = [
3341 "nix",
3342 "windows-sys 0.59.0",
3343]
3344
3345[[package]]
3346name = "cursor-icon"
3347version = "1.1.0"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3350
3351[[package]]
3352name = "dashmap"
3353version = "5.5.3"
3354source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3356dependencies = [
3357 "cfg-if",
3358 "hashbrown 0.14.5",
3359 "lock_api",
3360 "once_cell",
3361 "parking_lot_core",
3362]
3363
3364[[package]]
3365name = "dashmap"
3366version = "6.0.1"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
3369dependencies = [
3370 "cfg-if",
3371 "crossbeam-utils",
3372 "hashbrown 0.14.5",
3373 "lock_api",
3374 "once_cell",
3375 "parking_lot_core",
3376]
3377
3378[[package]]
3379name = "dasp_sample"
3380version = "0.11.0"
3381source = "registry+https://github.com/rust-lang/crates.io-index"
3382checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3383
3384[[package]]
3385name = "data-encoding"
3386version = "2.6.0"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3389
3390[[package]]
3391name = "data-url"
3392version = "0.3.1"
3393source = "registry+https://github.com/rust-lang/crates.io-index"
3394checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3395
3396[[package]]
3397name = "db"
3398version = "0.1.0"
3399dependencies = [
3400 "anyhow",
3401 "gpui",
3402 "indoc",
3403 "log",
3404 "paths",
3405 "release_channel",
3406 "smol",
3407 "sqlez",
3408 "sqlez_macros",
3409 "tempfile",
3410 "util",
3411]
3412
3413[[package]]
3414name = "dbus"
3415version = "0.9.7"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3418dependencies = [
3419 "libc",
3420 "libdbus-sys",
3421 "winapi",
3422]
3423
3424[[package]]
3425name = "deflate64"
3426version = "0.1.9"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3429
3430[[package]]
3431name = "der"
3432version = "0.6.1"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3435dependencies = [
3436 "const-oid",
3437 "zeroize",
3438]
3439
3440[[package]]
3441name = "der"
3442version = "0.7.9"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3445dependencies = [
3446 "const-oid",
3447 "pem-rfc7468",
3448 "zeroize",
3449]
3450
3451[[package]]
3452name = "deranged"
3453version = "0.3.11"
3454source = "registry+https://github.com/rust-lang/crates.io-index"
3455checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3456dependencies = [
3457 "powerfmt",
3458 "serde",
3459]
3460
3461[[package]]
3462name = "derive_more"
3463version = "0.99.18"
3464source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3466dependencies = [
3467 "convert_case 0.4.0",
3468 "proc-macro2",
3469 "quote",
3470 "rustc_version",
3471 "syn 2.0.76",
3472]
3473
3474[[package]]
3475name = "derive_refineable"
3476version = "0.1.0"
3477dependencies = [
3478 "proc-macro2",
3479 "quote",
3480 "syn 1.0.109",
3481]
3482
3483[[package]]
3484name = "diagnostics"
3485version = "0.1.0"
3486dependencies = [
3487 "anyhow",
3488 "client",
3489 "collections",
3490 "ctor",
3491 "editor",
3492 "env_logger 0.11.5",
3493 "gpui",
3494 "language",
3495 "log",
3496 "lsp",
3497 "pretty_assertions",
3498 "project",
3499 "rand 0.8.5",
3500 "schemars",
3501 "serde",
3502 "serde_json",
3503 "settings",
3504 "theme",
3505 "ui",
3506 "unindent",
3507 "util",
3508 "workspace",
3509]
3510
3511[[package]]
3512name = "dialoguer"
3513version = "0.11.0"
3514source = "registry+https://github.com/rust-lang/crates.io-index"
3515checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3516dependencies = [
3517 "console",
3518 "fuzzy-matcher",
3519 "shell-words",
3520 "tempfile",
3521 "thiserror",
3522 "zeroize",
3523]
3524
3525[[package]]
3526name = "diff"
3527version = "0.1.13"
3528source = "registry+https://github.com/rust-lang/crates.io-index"
3529checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3530
3531[[package]]
3532name = "digest"
3533version = "0.10.7"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3536dependencies = [
3537 "block-buffer",
3538 "const-oid",
3539 "crypto-common",
3540 "subtle",
3541]
3542
3543[[package]]
3544name = "dirs"
3545version = "4.0.0"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3548dependencies = [
3549 "dirs-sys 0.3.7",
3550]
3551
3552[[package]]
3553name = "dirs"
3554version = "5.0.1"
3555source = "registry+https://github.com/rust-lang/crates.io-index"
3556checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3557dependencies = [
3558 "dirs-sys 0.4.1",
3559]
3560
3561[[package]]
3562name = "dirs-sys"
3563version = "0.3.7"
3564source = "registry+https://github.com/rust-lang/crates.io-index"
3565checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3566dependencies = [
3567 "libc",
3568 "redox_users",
3569 "winapi",
3570]
3571
3572[[package]]
3573name = "dirs-sys"
3574version = "0.4.1"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3577dependencies = [
3578 "libc",
3579 "option-ext",
3580 "redox_users",
3581 "windows-sys 0.48.0",
3582]
3583
3584[[package]]
3585name = "dlib"
3586version = "0.5.2"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3589dependencies = [
3590 "libloading",
3591]
3592
3593[[package]]
3594name = "docs_preprocessor"
3595version = "0.1.0"
3596dependencies = [
3597 "anyhow",
3598 "clap",
3599 "mdbook",
3600 "regex",
3601 "serde",
3602 "serde_json",
3603 "settings",
3604 "util",
3605]
3606
3607[[package]]
3608name = "dotenvy"
3609version = "0.15.7"
3610source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3612
3613[[package]]
3614name = "downcast-rs"
3615version = "1.2.1"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3618
3619[[package]]
3620name = "doxygen-rs"
3621version = "0.4.2"
3622source = "registry+https://github.com/rust-lang/crates.io-index"
3623checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3624dependencies = [
3625 "phf",
3626]
3627
3628[[package]]
3629name = "dwrote"
3630version = "0.11.1"
3631source = "registry+https://github.com/rust-lang/crates.io-index"
3632checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c"
3633dependencies = [
3634 "lazy_static",
3635 "libc",
3636 "winapi",
3637 "wio",
3638]
3639
3640[[package]]
3641name = "dyn-clone"
3642version = "1.0.17"
3643source = "registry+https://github.com/rust-lang/crates.io-index"
3644checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3645
3646[[package]]
3647name = "ec4rs"
3648version = "1.1.1"
3649source = "registry+https://github.com/rust-lang/crates.io-index"
3650checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3651
3652[[package]]
3653name = "ecdsa"
3654version = "0.14.8"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3657dependencies = [
3658 "der 0.6.1",
3659 "elliptic-curve",
3660 "rfc6979",
3661 "signature 1.6.4",
3662]
3663
3664[[package]]
3665name = "editor"
3666version = "0.1.0"
3667dependencies = [
3668 "aho-corasick",
3669 "anyhow",
3670 "assets",
3671 "chrono",
3672 "client",
3673 "clock",
3674 "collections",
3675 "convert_case 0.6.0",
3676 "ctor",
3677 "db",
3678 "emojis",
3679 "env_logger 0.11.5",
3680 "file_icons",
3681 "futures 0.3.30",
3682 "fuzzy",
3683 "git",
3684 "gpui",
3685 "http_client",
3686 "indoc",
3687 "itertools 0.13.0",
3688 "language",
3689 "linkify",
3690 "log",
3691 "lsp",
3692 "markdown",
3693 "multi_buffer",
3694 "ordered-float 2.10.1",
3695 "parking_lot",
3696 "pretty_assertions",
3697 "project",
3698 "rand 0.8.5",
3699 "release_channel",
3700 "rpc",
3701 "schemars",
3702 "serde",
3703 "serde_json",
3704 "settings",
3705 "similar",
3706 "smallvec",
3707 "smol",
3708 "snippet",
3709 "sum_tree",
3710 "task",
3711 "text",
3712 "theme",
3713 "time",
3714 "time_format",
3715 "tree-sitter-html",
3716 "tree-sitter-rust",
3717 "tree-sitter-typescript",
3718 "ui",
3719 "unicode-script",
3720 "unicode-segmentation",
3721 "unindent",
3722 "url",
3723 "util",
3724 "workspace",
3725]
3726
3727[[package]]
3728name = "educe"
3729version = "0.5.11"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8"
3732dependencies = [
3733 "enum-ordinalize",
3734 "proc-macro2",
3735 "quote",
3736 "syn 2.0.76",
3737]
3738
3739[[package]]
3740name = "either"
3741version = "1.13.0"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3744dependencies = [
3745 "serde",
3746]
3747
3748[[package]]
3749name = "elasticlunr-rs"
3750version = "3.0.2"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3753dependencies = [
3754 "regex",
3755 "serde",
3756 "serde_derive",
3757 "serde_json",
3758]
3759
3760[[package]]
3761name = "elliptic-curve"
3762version = "0.12.3"
3763source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3765dependencies = [
3766 "base16ct",
3767 "crypto-bigint 0.4.9",
3768 "der 0.6.1",
3769 "digest",
3770 "ff",
3771 "generic-array",
3772 "group",
3773 "pkcs8 0.9.0",
3774 "rand_core 0.6.4",
3775 "sec1",
3776 "subtle",
3777 "zeroize",
3778]
3779
3780[[package]]
3781name = "embed-resource"
3782version = "2.4.3"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602"
3785dependencies = [
3786 "cc",
3787 "memchr",
3788 "rustc_version",
3789 "toml 0.8.19",
3790 "vswhom",
3791 "winreg 0.52.0",
3792]
3793
3794[[package]]
3795name = "embedded-io"
3796version = "0.4.0"
3797source = "registry+https://github.com/rust-lang/crates.io-index"
3798checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3799
3800[[package]]
3801name = "embedded-io"
3802version = "0.6.1"
3803source = "registry+https://github.com/rust-lang/crates.io-index"
3804checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3805
3806[[package]]
3807name = "emojis"
3808version = "0.6.4"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3811dependencies = [
3812 "phf",
3813]
3814
3815[[package]]
3816name = "encode_unicode"
3817version = "0.3.6"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3820
3821[[package]]
3822name = "encoding_rs"
3823version = "0.8.34"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
3826dependencies = [
3827 "cfg-if",
3828]
3829
3830[[package]]
3831name = "endi"
3832version = "1.1.0"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3835
3836[[package]]
3837name = "enum-ordinalize"
3838version = "4.3.0"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
3841dependencies = [
3842 "enum-ordinalize-derive",
3843]
3844
3845[[package]]
3846name = "enum-ordinalize-derive"
3847version = "4.3.1"
3848source = "registry+https://github.com/rust-lang/crates.io-index"
3849checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
3850dependencies = [
3851 "proc-macro2",
3852 "quote",
3853 "syn 2.0.76",
3854]
3855
3856[[package]]
3857name = "enumflags2"
3858version = "0.7.10"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
3861dependencies = [
3862 "enumflags2_derive",
3863 "serde",
3864]
3865
3866[[package]]
3867name = "enumflags2_derive"
3868version = "0.7.10"
3869source = "registry+https://github.com/rust-lang/crates.io-index"
3870checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
3871dependencies = [
3872 "proc-macro2",
3873 "quote",
3874 "syn 2.0.76",
3875]
3876
3877[[package]]
3878name = "env_filter"
3879version = "0.1.2"
3880source = "registry+https://github.com/rust-lang/crates.io-index"
3881checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
3882dependencies = [
3883 "log",
3884 "regex",
3885]
3886
3887[[package]]
3888name = "env_logger"
3889version = "0.10.2"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
3892dependencies = [
3893 "humantime",
3894 "is-terminal",
3895 "log",
3896 "regex",
3897 "termcolor",
3898]
3899
3900[[package]]
3901name = "env_logger"
3902version = "0.11.5"
3903source = "registry+https://github.com/rust-lang/crates.io-index"
3904checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
3905dependencies = [
3906 "anstream",
3907 "anstyle",
3908 "env_filter",
3909 "humantime",
3910 "log",
3911]
3912
3913[[package]]
3914name = "envy"
3915version = "0.4.2"
3916source = "registry+https://github.com/rust-lang/crates.io-index"
3917checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
3918dependencies = [
3919 "serde",
3920]
3921
3922[[package]]
3923name = "equivalent"
3924version = "1.0.1"
3925source = "registry+https://github.com/rust-lang/crates.io-index"
3926checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
3927
3928[[package]]
3929name = "erased-serde"
3930version = "0.4.5"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
3933dependencies = [
3934 "serde",
3935 "typeid",
3936]
3937
3938[[package]]
3939name = "errno"
3940version = "0.2.8"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
3943dependencies = [
3944 "errno-dragonfly",
3945 "libc",
3946 "winapi",
3947]
3948
3949[[package]]
3950name = "errno"
3951version = "0.3.9"
3952source = "registry+https://github.com/rust-lang/crates.io-index"
3953checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
3954dependencies = [
3955 "libc",
3956 "windows-sys 0.52.0",
3957]
3958
3959[[package]]
3960name = "errno-dragonfly"
3961version = "0.1.2"
3962source = "registry+https://github.com/rust-lang/crates.io-index"
3963checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
3964dependencies = [
3965 "cc",
3966 "libc",
3967]
3968
3969[[package]]
3970name = "etagere"
3971version = "0.2.13"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
3974dependencies = [
3975 "euclid",
3976 "svg_fmt",
3977]
3978
3979[[package]]
3980name = "etcetera"
3981version = "0.8.0"
3982source = "registry+https://github.com/rust-lang/crates.io-index"
3983checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
3984dependencies = [
3985 "cfg-if",
3986 "home",
3987 "windows-sys 0.48.0",
3988]
3989
3990[[package]]
3991name = "euclid"
3992version = "0.22.11"
3993source = "registry+https://github.com/rust-lang/crates.io-index"
3994checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
3995dependencies = [
3996 "num-traits",
3997]
3998
3999[[package]]
4000name = "evals"
4001version = "0.1.0"
4002dependencies = [
4003 "anyhow",
4004 "clap",
4005 "client",
4006 "clock",
4007 "collections",
4008 "env_logger 0.11.5",
4009 "feature_flags",
4010 "fs",
4011 "git",
4012 "gpui",
4013 "http_client",
4014 "language",
4015 "languages",
4016 "node_runtime",
4017 "open_ai",
4018 "project",
4019 "reqwest_client",
4020 "semantic_index",
4021 "serde",
4022 "serde_json",
4023 "settings",
4024 "smol",
4025]
4026
4027[[package]]
4028name = "event-listener"
4029version = "2.5.3"
4030source = "registry+https://github.com/rust-lang/crates.io-index"
4031checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4032
4033[[package]]
4034name = "event-listener"
4035version = "3.1.0"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4038dependencies = [
4039 "concurrent-queue",
4040 "parking",
4041 "pin-project-lite",
4042]
4043
4044[[package]]
4045name = "event-listener"
4046version = "5.3.1"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4049dependencies = [
4050 "concurrent-queue",
4051 "parking",
4052 "pin-project-lite",
4053]
4054
4055[[package]]
4056name = "event-listener-strategy"
4057version = "0.5.2"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
4060dependencies = [
4061 "event-listener 5.3.1",
4062 "pin-project-lite",
4063]
4064
4065[[package]]
4066name = "exec"
4067version = "0.3.1"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4070dependencies = [
4071 "errno 0.2.8",
4072 "libc",
4073]
4074
4075[[package]]
4076name = "exr"
4077version = "1.72.0"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
4080dependencies = [
4081 "bit_field",
4082 "flume",
4083 "half",
4084 "lebe",
4085 "miniz_oxide 0.7.4",
4086 "rayon-core",
4087 "smallvec",
4088 "zune-inflate",
4089]
4090
4091[[package]]
4092name = "extension"
4093version = "0.1.0"
4094dependencies = [
4095 "anyhow",
4096 "async-compression",
4097 "async-tar",
4098 "collections",
4099 "fs",
4100 "futures 0.3.30",
4101 "http_client",
4102 "language",
4103 "log",
4104 "lsp",
4105 "semantic_version",
4106 "serde",
4107 "serde_json",
4108 "toml 0.8.19",
4109 "wasm-encoder 0.215.0",
4110 "wasmparser 0.215.0",
4111 "wit-component",
4112]
4113
4114[[package]]
4115name = "extension_cli"
4116version = "0.1.0"
4117dependencies = [
4118 "anyhow",
4119 "clap",
4120 "env_logger 0.11.5",
4121 "extension",
4122 "fs",
4123 "language",
4124 "log",
4125 "reqwest_client",
4126 "rpc",
4127 "serde",
4128 "serde_json",
4129 "theme",
4130 "tokio",
4131 "toml 0.8.19",
4132 "tree-sitter",
4133 "wasmtime",
4134]
4135
4136[[package]]
4137name = "extension_host"
4138version = "0.1.0"
4139dependencies = [
4140 "anyhow",
4141 "assistant_slash_command",
4142 "async-compression",
4143 "async-tar",
4144 "async-trait",
4145 "client",
4146 "collections",
4147 "ctor",
4148 "env_logger 0.11.5",
4149 "extension",
4150 "fs",
4151 "futures 0.3.30",
4152 "gpui",
4153 "http_client",
4154 "indexed_docs",
4155 "language",
4156 "log",
4157 "lsp",
4158 "node_runtime",
4159 "parking_lot",
4160 "paths",
4161 "project",
4162 "release_channel",
4163 "reqwest_client",
4164 "schemars",
4165 "semantic_version",
4166 "serde",
4167 "serde_json",
4168 "serde_json_lenient",
4169 "settings",
4170 "snippet_provider",
4171 "task",
4172 "theme",
4173 "toml 0.8.19",
4174 "ui",
4175 "url",
4176 "util",
4177 "wasmtime",
4178 "wasmtime-wasi",
4179 "workspace",
4180]
4181
4182[[package]]
4183name = "extensions_ui"
4184version = "0.1.0"
4185dependencies = [
4186 "anyhow",
4187 "client",
4188 "collections",
4189 "db",
4190 "editor",
4191 "extension_host",
4192 "fs",
4193 "fuzzy",
4194 "gpui",
4195 "language",
4196 "num-format",
4197 "picker",
4198 "project",
4199 "release_channel",
4200 "semantic_version",
4201 "serde",
4202 "settings",
4203 "smallvec",
4204 "theme",
4205 "theme_selector",
4206 "ui",
4207 "util",
4208 "vim",
4209 "workspace",
4210]
4211
4212[[package]]
4213name = "fallible-iterator"
4214version = "0.3.0"
4215source = "registry+https://github.com/rust-lang/crates.io-index"
4216checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4217
4218[[package]]
4219name = "fancy-regex"
4220version = "0.12.0"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
4223dependencies = [
4224 "bit-set 0.5.3",
4225 "regex",
4226]
4227
4228[[package]]
4229name = "fast-srgb8"
4230version = "1.0.0"
4231source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4233
4234[[package]]
4235name = "fastrand"
4236version = "1.9.0"
4237source = "registry+https://github.com/rust-lang/crates.io-index"
4238checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4239dependencies = [
4240 "instant",
4241]
4242
4243[[package]]
4244name = "fastrand"
4245version = "2.1.1"
4246source = "registry+https://github.com/rust-lang/crates.io-index"
4247checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
4248
4249[[package]]
4250name = "fd-lock"
4251version = "4.0.2"
4252source = "registry+https://github.com/rust-lang/crates.io-index"
4253checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4254dependencies = [
4255 "cfg-if",
4256 "rustix 0.38.35",
4257 "windows-sys 0.52.0",
4258]
4259
4260[[package]]
4261name = "fdeflate"
4262version = "0.3.4"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
4265dependencies = [
4266 "simd-adler32",
4267]
4268
4269[[package]]
4270name = "feature_flags"
4271version = "0.1.0"
4272dependencies = [
4273 "futures 0.3.30",
4274 "gpui",
4275]
4276
4277[[package]]
4278name = "feedback"
4279version = "0.1.0"
4280dependencies = [
4281 "anyhow",
4282 "bitflags 2.6.0",
4283 "client",
4284 "db",
4285 "editor",
4286 "futures 0.3.30",
4287 "gpui",
4288 "http_client",
4289 "human_bytes",
4290 "language",
4291 "log",
4292 "menu",
4293 "project",
4294 "regex",
4295 "release_channel",
4296 "serde",
4297 "serde_derive",
4298 "serde_json",
4299 "smol",
4300 "sysinfo",
4301 "ui",
4302 "urlencoding",
4303 "util",
4304 "workspace",
4305]
4306
4307[[package]]
4308name = "ff"
4309version = "0.12.1"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4312dependencies = [
4313 "rand_core 0.6.4",
4314 "subtle",
4315]
4316
4317[[package]]
4318name = "file_finder"
4319version = "0.1.0"
4320dependencies = [
4321 "anyhow",
4322 "collections",
4323 "ctor",
4324 "editor",
4325 "env_logger 0.11.5",
4326 "file_icons",
4327 "futures 0.3.30",
4328 "fuzzy",
4329 "gpui",
4330 "language",
4331 "menu",
4332 "picker",
4333 "project",
4334 "schemars",
4335 "serde",
4336 "serde_derive",
4337 "serde_json",
4338 "settings",
4339 "text",
4340 "theme",
4341 "ui",
4342 "util",
4343 "workspace",
4344]
4345
4346[[package]]
4347name = "file_icons"
4348version = "0.1.0"
4349dependencies = [
4350 "collections",
4351 "gpui",
4352 "serde",
4353 "serde_derive",
4354 "serde_json",
4355 "util",
4356]
4357
4358[[package]]
4359name = "filedescriptor"
4360version = "0.8.2"
4361source = "registry+https://github.com/rust-lang/crates.io-index"
4362checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4363dependencies = [
4364 "libc",
4365 "thiserror",
4366 "winapi",
4367]
4368
4369[[package]]
4370name = "filetime"
4371version = "0.2.25"
4372source = "registry+https://github.com/rust-lang/crates.io-index"
4373checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4374dependencies = [
4375 "cfg-if",
4376 "libc",
4377 "libredox",
4378 "windows-sys 0.59.0",
4379]
4380
4381[[package]]
4382name = "fixedbitset"
4383version = "0.4.2"
4384source = "registry+https://github.com/rust-lang/crates.io-index"
4385checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4386
4387[[package]]
4388name = "flate2"
4389version = "1.0.33"
4390source = "registry+https://github.com/rust-lang/crates.io-index"
4391checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
4392dependencies = [
4393 "crc32fast",
4394 "miniz_oxide 0.8.0",
4395]
4396
4397[[package]]
4398name = "float-cmp"
4399version = "0.9.0"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4402
4403[[package]]
4404name = "float-ord"
4405version = "0.3.2"
4406source = "registry+https://github.com/rust-lang/crates.io-index"
4407checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4408
4409[[package]]
4410name = "flume"
4411version = "0.11.1"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4414dependencies = [
4415 "futures-core",
4416 "futures-sink",
4417 "nanorand",
4418 "spin 0.9.8",
4419]
4420
4421[[package]]
4422name = "fnv"
4423version = "1.0.7"
4424source = "registry+https://github.com/rust-lang/crates.io-index"
4425checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4426
4427[[package]]
4428name = "font-kit"
4429version = "0.14.1"
4430source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4431dependencies = [
4432 "bitflags 2.6.0",
4433 "byteorder",
4434 "core-foundation 0.9.4",
4435 "core-graphics 0.23.2",
4436 "core-text",
4437 "dirs 5.0.1",
4438 "dwrote",
4439 "float-ord",
4440 "freetype-sys",
4441 "lazy_static",
4442 "libc",
4443 "log",
4444 "pathfinder_geometry",
4445 "pathfinder_simd",
4446 "walkdir",
4447 "winapi",
4448 "yeslogic-fontconfig-sys",
4449]
4450
4451[[package]]
4452name = "font-types"
4453version = "0.6.0"
4454source = "registry+https://github.com/rust-lang/crates.io-index"
4455checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60"
4456dependencies = [
4457 "bytemuck",
4458]
4459
4460[[package]]
4461name = "fontconfig-parser"
4462version = "0.5.7"
4463source = "registry+https://github.com/rust-lang/crates.io-index"
4464checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4465dependencies = [
4466 "roxmltree 0.20.0",
4467]
4468
4469[[package]]
4470name = "fontdb"
4471version = "0.18.0"
4472source = "registry+https://github.com/rust-lang/crates.io-index"
4473checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4474dependencies = [
4475 "fontconfig-parser",
4476 "log",
4477 "memmap2",
4478 "slotmap",
4479 "tinyvec",
4480 "ttf-parser",
4481]
4482
4483[[package]]
4484name = "foreign-types"
4485version = "0.3.2"
4486source = "registry+https://github.com/rust-lang/crates.io-index"
4487checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4488dependencies = [
4489 "foreign-types-shared 0.1.1",
4490]
4491
4492[[package]]
4493name = "foreign-types"
4494version = "0.5.0"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4497dependencies = [
4498 "foreign-types-macros",
4499 "foreign-types-shared 0.3.1",
4500]
4501
4502[[package]]
4503name = "foreign-types-macros"
4504version = "0.2.3"
4505source = "registry+https://github.com/rust-lang/crates.io-index"
4506checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4507dependencies = [
4508 "proc-macro2",
4509 "quote",
4510 "syn 2.0.76",
4511]
4512
4513[[package]]
4514name = "foreign-types-shared"
4515version = "0.1.1"
4516source = "registry+https://github.com/rust-lang/crates.io-index"
4517checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4518
4519[[package]]
4520name = "foreign-types-shared"
4521version = "0.3.1"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4524
4525[[package]]
4526name = "fork"
4527version = "0.2.0"
4528source = "registry+https://github.com/rust-lang/crates.io-index"
4529checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4530dependencies = [
4531 "libc",
4532]
4533
4534[[package]]
4535name = "form_urlencoded"
4536version = "1.2.1"
4537source = "registry+https://github.com/rust-lang/crates.io-index"
4538checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4539dependencies = [
4540 "percent-encoding",
4541]
4542
4543[[package]]
4544name = "freetype-sys"
4545version = "0.20.1"
4546source = "registry+https://github.com/rust-lang/crates.io-index"
4547checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4548dependencies = [
4549 "cc",
4550 "libc",
4551 "pkg-config",
4552]
4553
4554[[package]]
4555name = "fs"
4556version = "0.1.0"
4557dependencies = [
4558 "anyhow",
4559 "ashpd",
4560 "async-tar",
4561 "async-trait",
4562 "cocoa 0.26.0",
4563 "collections",
4564 "fsevent",
4565 "futures 0.3.30",
4566 "git",
4567 "git2",
4568 "gpui",
4569 "libc",
4570 "notify",
4571 "objc",
4572 "parking_lot",
4573 "paths",
4574 "rope",
4575 "serde",
4576 "serde_json",
4577 "smol",
4578 "tempfile",
4579 "text",
4580 "time",
4581 "util",
4582 "windows 0.58.0",
4583]
4584
4585[[package]]
4586name = "fs-set-times"
4587version = "0.20.1"
4588source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
4590dependencies = [
4591 "io-lifetimes 2.0.3",
4592 "rustix 0.38.35",
4593 "windows-sys 0.52.0",
4594]
4595
4596[[package]]
4597name = "fsevent"
4598version = "0.1.0"
4599dependencies = [
4600 "bitflags 2.6.0",
4601 "core-foundation 0.9.4",
4602 "fsevent-sys 3.1.0",
4603 "parking_lot",
4604 "tempfile",
4605]
4606
4607[[package]]
4608name = "fsevent-sys"
4609version = "3.1.0"
4610source = "registry+https://github.com/rust-lang/crates.io-index"
4611checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4612dependencies = [
4613 "libc",
4614]
4615
4616[[package]]
4617name = "fsevent-sys"
4618version = "4.1.0"
4619source = "registry+https://github.com/rust-lang/crates.io-index"
4620checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4621dependencies = [
4622 "libc",
4623]
4624
4625[[package]]
4626name = "funty"
4627version = "2.0.0"
4628source = "registry+https://github.com/rust-lang/crates.io-index"
4629checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4630
4631[[package]]
4632name = "futf"
4633version = "0.1.5"
4634source = "registry+https://github.com/rust-lang/crates.io-index"
4635checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4636dependencies = [
4637 "mac",
4638 "new_debug_unreachable",
4639]
4640
4641[[package]]
4642name = "futures"
4643version = "0.1.31"
4644source = "registry+https://github.com/rust-lang/crates.io-index"
4645checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4646
4647[[package]]
4648name = "futures"
4649version = "0.3.30"
4650source = "registry+https://github.com/rust-lang/crates.io-index"
4651checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
4652dependencies = [
4653 "futures-channel",
4654 "futures-core",
4655 "futures-executor",
4656 "futures-io",
4657 "futures-sink",
4658 "futures-task",
4659 "futures-util",
4660]
4661
4662[[package]]
4663name = "futures-batch"
4664version = "0.6.1"
4665source = "registry+https://github.com/rust-lang/crates.io-index"
4666checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4667dependencies = [
4668 "futures 0.3.30",
4669 "futures-timer",
4670 "pin-utils",
4671]
4672
4673[[package]]
4674name = "futures-channel"
4675version = "0.3.30"
4676source = "registry+https://github.com/rust-lang/crates.io-index"
4677checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
4678dependencies = [
4679 "futures-core",
4680 "futures-sink",
4681]
4682
4683[[package]]
4684name = "futures-core"
4685version = "0.3.30"
4686source = "registry+https://github.com/rust-lang/crates.io-index"
4687checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
4688
4689[[package]]
4690name = "futures-executor"
4691version = "0.3.30"
4692source = "registry+https://github.com/rust-lang/crates.io-index"
4693checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
4694dependencies = [
4695 "futures-core",
4696 "futures-task",
4697 "futures-util",
4698]
4699
4700[[package]]
4701name = "futures-intrusive"
4702version = "0.5.0"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4705dependencies = [
4706 "futures-core",
4707 "lock_api",
4708 "parking_lot",
4709]
4710
4711[[package]]
4712name = "futures-io"
4713version = "0.3.30"
4714source = "registry+https://github.com/rust-lang/crates.io-index"
4715checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
4716
4717[[package]]
4718name = "futures-lite"
4719version = "1.13.0"
4720source = "registry+https://github.com/rust-lang/crates.io-index"
4721checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4722dependencies = [
4723 "fastrand 1.9.0",
4724 "futures-core",
4725 "futures-io",
4726 "memchr",
4727 "parking",
4728 "pin-project-lite",
4729 "waker-fn",
4730]
4731
4732[[package]]
4733name = "futures-lite"
4734version = "2.3.0"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
4737dependencies = [
4738 "fastrand 2.1.1",
4739 "futures-core",
4740 "futures-io",
4741 "parking",
4742 "pin-project-lite",
4743]
4744
4745[[package]]
4746name = "futures-macro"
4747version = "0.3.30"
4748source = "registry+https://github.com/rust-lang/crates.io-index"
4749checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
4750dependencies = [
4751 "proc-macro2",
4752 "quote",
4753 "syn 2.0.76",
4754]
4755
4756[[package]]
4757name = "futures-sink"
4758version = "0.3.30"
4759source = "registry+https://github.com/rust-lang/crates.io-index"
4760checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
4761
4762[[package]]
4763name = "futures-task"
4764version = "0.3.30"
4765source = "registry+https://github.com/rust-lang/crates.io-index"
4766checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
4767
4768[[package]]
4769name = "futures-timer"
4770version = "3.0.3"
4771source = "registry+https://github.com/rust-lang/crates.io-index"
4772checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4773
4774[[package]]
4775name = "futures-util"
4776version = "0.3.30"
4777source = "registry+https://github.com/rust-lang/crates.io-index"
4778checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
4779dependencies = [
4780 "futures 0.1.31",
4781 "futures-channel",
4782 "futures-core",
4783 "futures-io",
4784 "futures-macro",
4785 "futures-sink",
4786 "futures-task",
4787 "memchr",
4788 "pin-project-lite",
4789 "pin-utils",
4790 "slab",
4791 "tokio-io",
4792]
4793
4794[[package]]
4795name = "fuzzy"
4796version = "0.1.0"
4797dependencies = [
4798 "gpui",
4799 "util",
4800]
4801
4802[[package]]
4803name = "fuzzy-matcher"
4804version = "0.3.7"
4805source = "registry+https://github.com/rust-lang/crates.io-index"
4806checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4807dependencies = [
4808 "thread_local",
4809]
4810
4811[[package]]
4812name = "generic-array"
4813version = "0.14.7"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4816dependencies = [
4817 "typenum",
4818 "version_check",
4819]
4820
4821[[package]]
4822name = "gethostname"
4823version = "0.4.3"
4824source = "registry+https://github.com/rust-lang/crates.io-index"
4825checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4826dependencies = [
4827 "libc",
4828 "windows-targets 0.48.5",
4829]
4830
4831[[package]]
4832name = "getrandom"
4833version = "0.1.16"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4836dependencies = [
4837 "cfg-if",
4838 "libc",
4839 "wasi 0.9.0+wasi-snapshot-preview1",
4840]
4841
4842[[package]]
4843name = "getrandom"
4844version = "0.2.15"
4845source = "registry+https://github.com/rust-lang/crates.io-index"
4846checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
4847dependencies = [
4848 "cfg-if",
4849 "js-sys",
4850 "libc",
4851 "wasi 0.11.0+wasi-snapshot-preview1",
4852 "wasm-bindgen",
4853]
4854
4855[[package]]
4856name = "gif"
4857version = "0.13.1"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
4860dependencies = [
4861 "color_quant",
4862 "weezl",
4863]
4864
4865[[package]]
4866name = "gimli"
4867version = "0.29.0"
4868source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
4870dependencies = [
4871 "fallible-iterator",
4872 "indexmap 2.4.0",
4873 "stable_deref_trait",
4874]
4875
4876[[package]]
4877name = "gimli"
4878version = "0.31.0"
4879source = "registry+https://github.com/rust-lang/crates.io-index"
4880checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
4881
4882[[package]]
4883name = "git"
4884version = "0.1.0"
4885dependencies = [
4886 "anyhow",
4887 "async-trait",
4888 "clock",
4889 "collections",
4890 "derive_more",
4891 "git2",
4892 "gpui",
4893 "http_client",
4894 "log",
4895 "parking_lot",
4896 "pretty_assertions",
4897 "rope",
4898 "serde",
4899 "serde_json",
4900 "smol",
4901 "sum_tree",
4902 "text",
4903 "time",
4904 "unindent",
4905 "url",
4906 "util",
4907 "windows 0.58.0",
4908]
4909
4910[[package]]
4911name = "git2"
4912version = "0.19.0"
4913source = "registry+https://github.com/rust-lang/crates.io-index"
4914checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
4915dependencies = [
4916 "bitflags 2.6.0",
4917 "libc",
4918 "libgit2-sys",
4919 "log",
4920 "url",
4921]
4922
4923[[package]]
4924name = "git_hosting_providers"
4925version = "0.1.0"
4926dependencies = [
4927 "anyhow",
4928 "async-trait",
4929 "futures 0.3.30",
4930 "git",
4931 "gpui",
4932 "http_client",
4933 "indoc",
4934 "pretty_assertions",
4935 "regex",
4936 "serde",
4937 "serde_json",
4938 "url",
4939 "util",
4940]
4941
4942[[package]]
4943name = "glob"
4944version = "0.3.1"
4945source = "registry+https://github.com/rust-lang/crates.io-index"
4946checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4947
4948[[package]]
4949name = "globset"
4950version = "0.4.15"
4951source = "registry+https://github.com/rust-lang/crates.io-index"
4952checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
4953dependencies = [
4954 "aho-corasick",
4955 "bstr",
4956 "log",
4957 "regex-automata 0.4.7",
4958 "regex-syntax 0.8.4",
4959]
4960
4961[[package]]
4962name = "gloo-timers"
4963version = "0.2.6"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
4966dependencies = [
4967 "futures-channel",
4968 "futures-core",
4969 "js-sys",
4970 "wasm-bindgen",
4971]
4972
4973[[package]]
4974name = "glow"
4975version = "0.14.0"
4976source = "registry+https://github.com/rust-lang/crates.io-index"
4977checksum = "f865cbd94bd355b89611211e49508da98a1fce0ad755c1e8448fb96711b24528"
4978dependencies = [
4979 "js-sys",
4980 "slotmap",
4981 "wasm-bindgen",
4982 "web-sys",
4983]
4984
4985[[package]]
4986name = "go_to_line"
4987version = "0.1.0"
4988dependencies = [
4989 "anyhow",
4990 "editor",
4991 "gpui",
4992 "indoc",
4993 "language",
4994 "menu",
4995 "project",
4996 "rope",
4997 "schemars",
4998 "serde",
4999 "serde_json",
5000 "settings",
5001 "text",
5002 "theme",
5003 "tree-sitter-rust",
5004 "tree-sitter-typescript",
5005 "ui",
5006 "util",
5007 "workspace",
5008]
5009
5010[[package]]
5011name = "google_ai"
5012version = "0.1.0"
5013dependencies = [
5014 "anyhow",
5015 "futures 0.3.30",
5016 "http_client",
5017 "schemars",
5018 "serde",
5019 "serde_json",
5020 "strum 0.25.0",
5021]
5022
5023[[package]]
5024name = "gpu-alloc"
5025version = "0.6.0"
5026source = "registry+https://github.com/rust-lang/crates.io-index"
5027checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5028dependencies = [
5029 "bitflags 2.6.0",
5030 "gpu-alloc-types",
5031]
5032
5033[[package]]
5034name = "gpu-alloc-ash"
5035version = "0.7.0"
5036source = "registry+https://github.com/rust-lang/crates.io-index"
5037checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5038dependencies = [
5039 "ash",
5040 "gpu-alloc-types",
5041 "tinyvec",
5042]
5043
5044[[package]]
5045name = "gpu-alloc-types"
5046version = "0.3.0"
5047source = "registry+https://github.com/rust-lang/crates.io-index"
5048checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5049dependencies = [
5050 "bitflags 2.6.0",
5051]
5052
5053[[package]]
5054name = "gpui"
5055version = "0.1.0"
5056dependencies = [
5057 "anyhow",
5058 "as-raw-xcb-connection",
5059 "ashpd",
5060 "async-task",
5061 "backtrace",
5062 "bindgen 0.70.1",
5063 "blade-graphics",
5064 "blade-macros",
5065 "blade-util",
5066 "block",
5067 "bytemuck",
5068 "calloop",
5069 "calloop-wayland-source",
5070 "cbindgen",
5071 "cocoa 0.26.0",
5072 "collections",
5073 "core-foundation 0.9.4",
5074 "core-foundation-sys",
5075 "core-graphics 0.23.2",
5076 "core-text",
5077 "cosmic-text",
5078 "ctor",
5079 "derive_more",
5080 "embed-resource",
5081 "env_logger 0.11.5",
5082 "etagere",
5083 "filedescriptor",
5084 "flume",
5085 "font-kit",
5086 "foreign-types 0.5.0",
5087 "futures 0.3.30",
5088 "gpui_macros",
5089 "http_client",
5090 "image",
5091 "itertools 0.13.0",
5092 "linkme",
5093 "log",
5094 "media",
5095 "metal",
5096 "num_cpus",
5097 "objc",
5098 "oo7",
5099 "open",
5100 "parking",
5101 "parking_lot",
5102 "pathfinder_geometry",
5103 "postage",
5104 "profiling",
5105 "rand 0.8.5",
5106 "raw-window-handle",
5107 "refineable",
5108 "resvg",
5109 "schemars",
5110 "seahash",
5111 "semantic_version",
5112 "serde",
5113 "serde_derive",
5114 "serde_json",
5115 "slotmap",
5116 "smallvec",
5117 "smol",
5118 "strum 0.25.0",
5119 "sum_tree",
5120 "taffy",
5121 "thiserror",
5122 "unicode-segmentation",
5123 "usvg",
5124 "util",
5125 "uuid",
5126 "waker-fn",
5127 "wayland-backend",
5128 "wayland-client",
5129 "wayland-cursor",
5130 "wayland-protocols",
5131 "wayland-protocols-plasma",
5132 "windows 0.58.0",
5133 "windows-core 0.58.0",
5134 "x11-clipboard",
5135 "x11rb",
5136 "xim",
5137 "xkbcommon",
5138]
5139
5140[[package]]
5141name = "gpui_macros"
5142version = "0.1.0"
5143dependencies = [
5144 "proc-macro2",
5145 "quote",
5146 "syn 1.0.109",
5147]
5148
5149[[package]]
5150name = "grid"
5151version = "0.13.0"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5154
5155[[package]]
5156name = "group"
5157version = "0.12.1"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5160dependencies = [
5161 "ff",
5162 "rand_core 0.6.4",
5163 "subtle",
5164]
5165
5166[[package]]
5167name = "h2"
5168version = "0.3.26"
5169source = "registry+https://github.com/rust-lang/crates.io-index"
5170checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5171dependencies = [
5172 "bytes 1.7.2",
5173 "fnv",
5174 "futures-core",
5175 "futures-sink",
5176 "futures-util",
5177 "http 0.2.12",
5178 "indexmap 2.4.0",
5179 "slab",
5180 "tokio",
5181 "tokio-util",
5182 "tracing",
5183]
5184
5185[[package]]
5186name = "h2"
5187version = "0.4.6"
5188source = "registry+https://github.com/rust-lang/crates.io-index"
5189checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
5190dependencies = [
5191 "atomic-waker",
5192 "bytes 1.7.2",
5193 "fnv",
5194 "futures-core",
5195 "futures-sink",
5196 "http 1.1.0",
5197 "indexmap 2.4.0",
5198 "slab",
5199 "tokio",
5200 "tokio-util",
5201 "tracing",
5202]
5203
5204[[package]]
5205name = "half"
5206version = "2.4.1"
5207source = "registry+https://github.com/rust-lang/crates.io-index"
5208checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5209dependencies = [
5210 "cfg-if",
5211 "crunchy",
5212]
5213
5214[[package]]
5215name = "handlebars"
5216version = "4.5.0"
5217source = "registry+https://github.com/rust-lang/crates.io-index"
5218checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5219dependencies = [
5220 "log",
5221 "pest",
5222 "pest_derive",
5223 "serde",
5224 "serde_json",
5225 "thiserror",
5226]
5227
5228[[package]]
5229name = "handlebars"
5230version = "5.1.2"
5231source = "registry+https://github.com/rust-lang/crates.io-index"
5232checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
5233dependencies = [
5234 "log",
5235 "pest",
5236 "pest_derive",
5237 "serde",
5238 "serde_json",
5239 "thiserror",
5240]
5241
5242[[package]]
5243name = "hashbrown"
5244version = "0.12.3"
5245source = "registry+https://github.com/rust-lang/crates.io-index"
5246checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5247dependencies = [
5248 "ahash 0.7.8",
5249]
5250
5251[[package]]
5252name = "hashbrown"
5253version = "0.13.2"
5254source = "registry+https://github.com/rust-lang/crates.io-index"
5255checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5256dependencies = [
5257 "ahash 0.8.11",
5258]
5259
5260[[package]]
5261name = "hashbrown"
5262version = "0.14.5"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5265dependencies = [
5266 "ahash 0.8.11",
5267 "allocator-api2",
5268 "serde",
5269]
5270
5271[[package]]
5272name = "hashlink"
5273version = "0.8.4"
5274source = "registry+https://github.com/rust-lang/crates.io-index"
5275checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5276dependencies = [
5277 "hashbrown 0.14.5",
5278]
5279
5280[[package]]
5281name = "hashlink"
5282version = "0.9.1"
5283source = "registry+https://github.com/rust-lang/crates.io-index"
5284checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5285dependencies = [
5286 "hashbrown 0.14.5",
5287]
5288
5289[[package]]
5290name = "headers"
5291version = "0.3.9"
5292source = "registry+https://github.com/rust-lang/crates.io-index"
5293checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5294dependencies = [
5295 "base64 0.21.7",
5296 "bytes 1.7.2",
5297 "headers-core",
5298 "http 0.2.12",
5299 "httpdate",
5300 "mime",
5301 "sha1",
5302]
5303
5304[[package]]
5305name = "headers-core"
5306version = "0.2.0"
5307source = "registry+https://github.com/rust-lang/crates.io-index"
5308checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5309dependencies = [
5310 "http 0.2.12",
5311]
5312
5313[[package]]
5314name = "heck"
5315version = "0.3.3"
5316source = "registry+https://github.com/rust-lang/crates.io-index"
5317checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5318dependencies = [
5319 "unicode-segmentation",
5320]
5321
5322[[package]]
5323name = "heck"
5324version = "0.4.1"
5325source = "registry+https://github.com/rust-lang/crates.io-index"
5326checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5327dependencies = [
5328 "unicode-segmentation",
5329]
5330
5331[[package]]
5332name = "heck"
5333version = "0.5.0"
5334source = "registry+https://github.com/rust-lang/crates.io-index"
5335checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5336
5337[[package]]
5338name = "heed"
5339version = "0.20.5"
5340source = "registry+https://github.com/rust-lang/crates.io-index"
5341checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
5342dependencies = [
5343 "bitflags 2.6.0",
5344 "byteorder",
5345 "heed-traits",
5346 "heed-types",
5347 "libc",
5348 "lmdb-master-sys",
5349 "once_cell",
5350 "page_size",
5351 "serde",
5352 "synchronoise",
5353 "url",
5354]
5355
5356[[package]]
5357name = "heed-traits"
5358version = "0.20.0"
5359source = "registry+https://github.com/rust-lang/crates.io-index"
5360checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5361
5362[[package]]
5363name = "heed-types"
5364version = "0.20.1"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
5367dependencies = [
5368 "bincode",
5369 "byteorder",
5370 "heed-traits",
5371 "serde",
5372 "serde_json",
5373]
5374
5375[[package]]
5376name = "hermit-abi"
5377version = "0.3.9"
5378source = "registry+https://github.com/rust-lang/crates.io-index"
5379checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5380
5381[[package]]
5382name = "hermit-abi"
5383version = "0.4.0"
5384source = "registry+https://github.com/rust-lang/crates.io-index"
5385checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5386
5387[[package]]
5388name = "hex"
5389version = "0.4.3"
5390source = "registry+https://github.com/rust-lang/crates.io-index"
5391checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5392
5393[[package]]
5394name = "hexf-parse"
5395version = "0.2.1"
5396source = "registry+https://github.com/rust-lang/crates.io-index"
5397checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5398
5399[[package]]
5400name = "hidden-trait"
5401version = "0.1.2"
5402source = "registry+https://github.com/rust-lang/crates.io-index"
5403checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5404dependencies = [
5405 "proc-macro2",
5406 "quote",
5407 "syn 1.0.109",
5408]
5409
5410[[package]]
5411name = "hkdf"
5412version = "0.12.4"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5415dependencies = [
5416 "hmac",
5417]
5418
5419[[package]]
5420name = "hmac"
5421version = "0.12.1"
5422source = "registry+https://github.com/rust-lang/crates.io-index"
5423checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5424dependencies = [
5425 "digest",
5426]
5427
5428[[package]]
5429name = "home"
5430version = "0.5.9"
5431source = "registry+https://github.com/rust-lang/crates.io-index"
5432checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5433dependencies = [
5434 "windows-sys 0.52.0",
5435]
5436
5437[[package]]
5438name = "hound"
5439version = "3.5.1"
5440source = "registry+https://github.com/rust-lang/crates.io-index"
5441checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5442
5443[[package]]
5444name = "html5ever"
5445version = "0.27.0"
5446source = "registry+https://github.com/rust-lang/crates.io-index"
5447checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5448dependencies = [
5449 "log",
5450 "mac",
5451 "markup5ever",
5452 "proc-macro2",
5453 "quote",
5454 "syn 2.0.76",
5455]
5456
5457[[package]]
5458name = "html_to_markdown"
5459version = "0.1.0"
5460dependencies = [
5461 "anyhow",
5462 "html5ever",
5463 "indoc",
5464 "markup5ever_rcdom",
5465 "pretty_assertions",
5466 "regex",
5467]
5468
5469[[package]]
5470name = "http"
5471version = "0.2.12"
5472source = "registry+https://github.com/rust-lang/crates.io-index"
5473checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5474dependencies = [
5475 "bytes 1.7.2",
5476 "fnv",
5477 "itoa",
5478]
5479
5480[[package]]
5481name = "http"
5482version = "1.1.0"
5483source = "registry+https://github.com/rust-lang/crates.io-index"
5484checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
5485dependencies = [
5486 "bytes 1.7.2",
5487 "fnv",
5488 "itoa",
5489]
5490
5491[[package]]
5492name = "http-body"
5493version = "0.4.6"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5496dependencies = [
5497 "bytes 1.7.2",
5498 "http 0.2.12",
5499 "pin-project-lite",
5500]
5501
5502[[package]]
5503name = "http-body"
5504version = "1.0.1"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5507dependencies = [
5508 "bytes 1.7.2",
5509 "http 1.1.0",
5510]
5511
5512[[package]]
5513name = "http-body-util"
5514version = "0.1.2"
5515source = "registry+https://github.com/rust-lang/crates.io-index"
5516checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5517dependencies = [
5518 "bytes 1.7.2",
5519 "futures-util",
5520 "http 1.1.0",
5521 "http-body 1.0.1",
5522 "pin-project-lite",
5523]
5524
5525[[package]]
5526name = "http-range-header"
5527version = "0.3.1"
5528source = "registry+https://github.com/rust-lang/crates.io-index"
5529checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5530
5531[[package]]
5532name = "http-types"
5533version = "2.12.0"
5534source = "registry+https://github.com/rust-lang/crates.io-index"
5535checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5536dependencies = [
5537 "anyhow",
5538 "async-channel 1.9.0",
5539 "base64 0.13.1",
5540 "futures-lite 1.13.0",
5541 "http 0.2.12",
5542 "infer",
5543 "pin-project-lite",
5544 "rand 0.7.3",
5545 "serde",
5546 "serde_json",
5547 "serde_qs 0.8.5",
5548 "serde_urlencoded",
5549 "url",
5550]
5551
5552[[package]]
5553name = "http_client"
5554version = "0.1.0"
5555dependencies = [
5556 "anyhow",
5557 "bytes 1.7.2",
5558 "derive_more",
5559 "futures 0.3.30",
5560 "http 1.1.0",
5561 "log",
5562 "serde",
5563 "serde_json",
5564 "url",
5565]
5566
5567[[package]]
5568name = "httparse"
5569version = "1.9.4"
5570source = "registry+https://github.com/rust-lang/crates.io-index"
5571checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
5572
5573[[package]]
5574name = "httpdate"
5575version = "1.0.3"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5578
5579[[package]]
5580name = "human_bytes"
5581version = "0.4.3"
5582source = "registry+https://github.com/rust-lang/crates.io-index"
5583checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5584
5585[[package]]
5586name = "humantime"
5587version = "2.1.0"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5590
5591[[package]]
5592name = "hyper"
5593version = "0.14.31"
5594source = "registry+https://github.com/rust-lang/crates.io-index"
5595checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
5596dependencies = [
5597 "bytes 1.7.2",
5598 "futures-channel",
5599 "futures-core",
5600 "futures-util",
5601 "h2 0.3.26",
5602 "http 0.2.12",
5603 "http-body 0.4.6",
5604 "httparse",
5605 "httpdate",
5606 "itoa",
5607 "pin-project-lite",
5608 "socket2 0.5.7",
5609 "tokio",
5610 "tower-service",
5611 "tracing",
5612 "want",
5613]
5614
5615[[package]]
5616name = "hyper"
5617version = "1.4.1"
5618source = "registry+https://github.com/rust-lang/crates.io-index"
5619checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
5620dependencies = [
5621 "bytes 1.7.2",
5622 "futures-channel",
5623 "futures-util",
5624 "h2 0.4.6",
5625 "http 1.1.0",
5626 "http-body 1.0.1",
5627 "httparse",
5628 "itoa",
5629 "pin-project-lite",
5630 "smallvec",
5631 "tokio",
5632 "want",
5633]
5634
5635[[package]]
5636name = "hyper-rustls"
5637version = "0.24.2"
5638source = "registry+https://github.com/rust-lang/crates.io-index"
5639checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5640dependencies = [
5641 "futures-util",
5642 "http 0.2.12",
5643 "hyper 0.14.31",
5644 "log",
5645 "rustls 0.21.12",
5646 "rustls-native-certs 0.6.3",
5647 "tokio",
5648 "tokio-rustls 0.24.1",
5649]
5650
5651[[package]]
5652name = "hyper-rustls"
5653version = "0.27.3"
5654source = "registry+https://github.com/rust-lang/crates.io-index"
5655checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5656dependencies = [
5657 "futures-util",
5658 "http 1.1.0",
5659 "hyper 1.4.1",
5660 "hyper-util",
5661 "rustls 0.23.13",
5662 "rustls-native-certs 0.8.0",
5663 "rustls-pki-types",
5664 "tokio",
5665 "tokio-rustls 0.26.0",
5666 "tower-service",
5667]
5668
5669[[package]]
5670name = "hyper-tls"
5671version = "0.5.0"
5672source = "registry+https://github.com/rust-lang/crates.io-index"
5673checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5674dependencies = [
5675 "bytes 1.7.2",
5676 "hyper 0.14.31",
5677 "native-tls",
5678 "tokio",
5679 "tokio-native-tls",
5680]
5681
5682[[package]]
5683name = "hyper-util"
5684version = "0.1.9"
5685source = "registry+https://github.com/rust-lang/crates.io-index"
5686checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
5687dependencies = [
5688 "bytes 1.7.2",
5689 "futures-channel",
5690 "futures-util",
5691 "http 1.1.0",
5692 "http-body 1.0.1",
5693 "hyper 1.4.1",
5694 "pin-project-lite",
5695 "socket2 0.5.7",
5696 "tokio",
5697 "tower-service",
5698 "tracing",
5699]
5700
5701[[package]]
5702name = "iana-time-zone"
5703version = "0.1.60"
5704source = "registry+https://github.com/rust-lang/crates.io-index"
5705checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
5706dependencies = [
5707 "android_system_properties",
5708 "core-foundation-sys",
5709 "iana-time-zone-haiku",
5710 "js-sys",
5711 "wasm-bindgen",
5712 "windows-core 0.52.0",
5713]
5714
5715[[package]]
5716name = "iana-time-zone-haiku"
5717version = "0.1.2"
5718source = "registry+https://github.com/rust-lang/crates.io-index"
5719checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5720dependencies = [
5721 "cc",
5722]
5723
5724[[package]]
5725name = "id-arena"
5726version = "2.2.1"
5727source = "registry+https://github.com/rust-lang/crates.io-index"
5728checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5729
5730[[package]]
5731name = "idna"
5732version = "0.5.0"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5735dependencies = [
5736 "unicode-bidi",
5737 "unicode-normalization",
5738]
5739
5740[[package]]
5741name = "ignore"
5742version = "0.4.23"
5743source = "registry+https://github.com/rust-lang/crates.io-index"
5744checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
5745dependencies = [
5746 "crossbeam-deque",
5747 "globset",
5748 "log",
5749 "memchr",
5750 "regex-automata 0.4.7",
5751 "same-file",
5752 "walkdir",
5753 "winapi-util",
5754]
5755
5756[[package]]
5757name = "image"
5758version = "0.25.2"
5759source = "registry+https://github.com/rust-lang/crates.io-index"
5760checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
5761dependencies = [
5762 "bytemuck",
5763 "byteorder-lite",
5764 "color_quant",
5765 "exr",
5766 "gif",
5767 "image-webp",
5768 "num-traits",
5769 "png",
5770 "qoi",
5771 "ravif",
5772 "rayon",
5773 "rgb",
5774 "tiff",
5775 "zune-core",
5776 "zune-jpeg",
5777]
5778
5779[[package]]
5780name = "image-webp"
5781version = "0.1.3"
5782source = "registry+https://github.com/rust-lang/crates.io-index"
5783checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
5784dependencies = [
5785 "byteorder-lite",
5786 "quick-error",
5787]
5788
5789[[package]]
5790name = "image_viewer"
5791version = "0.1.0"
5792dependencies = [
5793 "anyhow",
5794 "db",
5795 "file_icons",
5796 "gpui",
5797 "project",
5798 "settings",
5799 "theme",
5800 "ui",
5801 "workspace",
5802]
5803
5804[[package]]
5805name = "imagesize"
5806version = "0.12.0"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
5809
5810[[package]]
5811name = "imgref"
5812version = "1.10.1"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
5815
5816[[package]]
5817name = "indexed_docs"
5818version = "0.1.0"
5819dependencies = [
5820 "anyhow",
5821 "async-trait",
5822 "cargo_metadata",
5823 "collections",
5824 "derive_more",
5825 "fs",
5826 "futures 0.3.30",
5827 "fuzzy",
5828 "gpui",
5829 "heed",
5830 "html_to_markdown",
5831 "http_client",
5832 "indexmap 1.9.3",
5833 "indoc",
5834 "parking_lot",
5835 "paths",
5836 "pretty_assertions",
5837 "serde",
5838 "strum 0.25.0",
5839 "util",
5840]
5841
5842[[package]]
5843name = "indexmap"
5844version = "1.9.3"
5845source = "registry+https://github.com/rust-lang/crates.io-index"
5846checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
5847dependencies = [
5848 "autocfg",
5849 "hashbrown 0.12.3",
5850 "serde",
5851]
5852
5853[[package]]
5854name = "indexmap"
5855version = "2.4.0"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
5858dependencies = [
5859 "equivalent",
5860 "hashbrown 0.14.5",
5861 "serde",
5862]
5863
5864[[package]]
5865name = "indoc"
5866version = "2.0.5"
5867source = "registry+https://github.com/rust-lang/crates.io-index"
5868checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
5869
5870[[package]]
5871name = "infer"
5872version = "0.2.3"
5873source = "registry+https://github.com/rust-lang/crates.io-index"
5874checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
5875
5876[[package]]
5877name = "inherent"
5878version = "1.0.11"
5879source = "registry+https://github.com/rust-lang/crates.io-index"
5880checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
5881dependencies = [
5882 "proc-macro2",
5883 "quote",
5884 "syn 2.0.76",
5885]
5886
5887[[package]]
5888name = "inline_completion_button"
5889version = "0.1.0"
5890dependencies = [
5891 "anyhow",
5892 "copilot",
5893 "editor",
5894 "fs",
5895 "futures 0.3.30",
5896 "gpui",
5897 "indoc",
5898 "language",
5899 "lsp",
5900 "paths",
5901 "project",
5902 "serde_json",
5903 "settings",
5904 "supermaven",
5905 "theme",
5906 "ui",
5907 "util",
5908 "workspace",
5909 "zed_actions",
5910]
5911
5912[[package]]
5913name = "inotify"
5914version = "0.9.6"
5915source = "registry+https://github.com/rust-lang/crates.io-index"
5916checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5917dependencies = [
5918 "bitflags 1.3.2",
5919 "inotify-sys",
5920 "libc",
5921]
5922
5923[[package]]
5924name = "inotify-sys"
5925version = "0.1.5"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5928dependencies = [
5929 "libc",
5930]
5931
5932[[package]]
5933name = "inout"
5934version = "0.1.3"
5935source = "registry+https://github.com/rust-lang/crates.io-index"
5936checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
5937dependencies = [
5938 "block-padding",
5939 "generic-array",
5940]
5941
5942[[package]]
5943name = "install_cli"
5944version = "0.1.0"
5945dependencies = [
5946 "anyhow",
5947 "gpui",
5948 "smol",
5949 "util",
5950]
5951
5952[[package]]
5953name = "instant"
5954version = "0.1.13"
5955source = "registry+https://github.com/rust-lang/crates.io-index"
5956checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
5957dependencies = [
5958 "cfg-if",
5959]
5960
5961[[package]]
5962name = "interpolate_name"
5963version = "0.2.4"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
5966dependencies = [
5967 "proc-macro2",
5968 "quote",
5969 "syn 2.0.76",
5970]
5971
5972[[package]]
5973name = "io-extras"
5974version = "0.18.2"
5975source = "registry+https://github.com/rust-lang/crates.io-index"
5976checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
5977dependencies = [
5978 "io-lifetimes 2.0.3",
5979 "windows-sys 0.52.0",
5980]
5981
5982[[package]]
5983name = "io-lifetimes"
5984version = "1.0.11"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
5987dependencies = [
5988 "hermit-abi 0.3.9",
5989 "libc",
5990 "windows-sys 0.48.0",
5991]
5992
5993[[package]]
5994name = "io-lifetimes"
5995version = "2.0.3"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
5998
5999[[package]]
6000name = "iovec"
6001version = "0.1.4"
6002source = "registry+https://github.com/rust-lang/crates.io-index"
6003checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6004dependencies = [
6005 "libc",
6006]
6007
6008[[package]]
6009name = "ipc-channel"
6010version = "0.18.3"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "c7f4c80f2df4fc64fb7fc2cff69fc034af26e6e6617ea9f1313131af464b9ca0"
6013dependencies = [
6014 "bincode",
6015 "crossbeam-channel",
6016 "fnv",
6017 "lazy_static",
6018 "libc",
6019 "mio 1.0.2",
6020 "rand 0.8.5",
6021 "serde",
6022 "tempfile",
6023 "uuid",
6024 "windows 0.58.0",
6025]
6026
6027[[package]]
6028name = "ipnet"
6029version = "2.9.0"
6030source = "registry+https://github.com/rust-lang/crates.io-index"
6031checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
6032
6033[[package]]
6034name = "is-docker"
6035version = "0.2.0"
6036source = "registry+https://github.com/rust-lang/crates.io-index"
6037checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6038dependencies = [
6039 "once_cell",
6040]
6041
6042[[package]]
6043name = "is-terminal"
6044version = "0.4.13"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6047dependencies = [
6048 "hermit-abi 0.4.0",
6049 "libc",
6050 "windows-sys 0.52.0",
6051]
6052
6053[[package]]
6054name = "is-wsl"
6055version = "0.4.0"
6056source = "registry+https://github.com/rust-lang/crates.io-index"
6057checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6058dependencies = [
6059 "is-docker",
6060 "once_cell",
6061]
6062
6063[[package]]
6064name = "is_terminal_polyfill"
6065version = "1.70.1"
6066source = "registry+https://github.com/rust-lang/crates.io-index"
6067checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6068
6069[[package]]
6070name = "itertools"
6071version = "0.10.5"
6072source = "registry+https://github.com/rust-lang/crates.io-index"
6073checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6074dependencies = [
6075 "either",
6076]
6077
6078[[package]]
6079name = "itertools"
6080version = "0.12.1"
6081source = "registry+https://github.com/rust-lang/crates.io-index"
6082checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6083dependencies = [
6084 "either",
6085]
6086
6087[[package]]
6088name = "itertools"
6089version = "0.13.0"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6092dependencies = [
6093 "either",
6094]
6095
6096[[package]]
6097name = "itoa"
6098version = "1.0.11"
6099source = "registry+https://github.com/rust-lang/crates.io-index"
6100checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
6101
6102[[package]]
6103name = "jni"
6104version = "0.21.1"
6105source = "registry+https://github.com/rust-lang/crates.io-index"
6106checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6107dependencies = [
6108 "cesu8",
6109 "cfg-if",
6110 "combine",
6111 "jni-sys",
6112 "log",
6113 "thiserror",
6114 "walkdir",
6115 "windows-sys 0.45.0",
6116]
6117
6118[[package]]
6119name = "jni-sys"
6120version = "0.3.0"
6121source = "registry+https://github.com/rust-lang/crates.io-index"
6122checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6123
6124[[package]]
6125name = "jobserver"
6126version = "0.1.32"
6127source = "registry+https://github.com/rust-lang/crates.io-index"
6128checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6129dependencies = [
6130 "libc",
6131]
6132
6133[[package]]
6134name = "journal"
6135version = "0.1.0"
6136dependencies = [
6137 "anyhow",
6138 "chrono",
6139 "editor",
6140 "gpui",
6141 "log",
6142 "schemars",
6143 "serde",
6144 "settings",
6145 "shellexpand 2.1.2",
6146 "workspace",
6147]
6148
6149[[package]]
6150name = "jpeg-decoder"
6151version = "0.3.1"
6152source = "registry+https://github.com/rust-lang/crates.io-index"
6153checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6154
6155[[package]]
6156name = "js-sys"
6157version = "0.3.70"
6158source = "registry+https://github.com/rust-lang/crates.io-index"
6159checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
6160dependencies = [
6161 "wasm-bindgen",
6162]
6163
6164[[package]]
6165name = "jsonwebtoken"
6166version = "9.3.0"
6167source = "registry+https://github.com/rust-lang/crates.io-index"
6168checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6169dependencies = [
6170 "base64 0.21.7",
6171 "js-sys",
6172 "pem",
6173 "ring 0.17.8",
6174 "serde",
6175 "serde_json",
6176 "simple_asn1",
6177]
6178
6179[[package]]
6180name = "jupyter-serde"
6181version = "0.2.1"
6182source = "registry+https://github.com/rust-lang/crates.io-index"
6183checksum = "77b96de099fc23d5c21e05de32cc087c8326983895b7f6c242562af01f7d4c81"
6184dependencies = [
6185 "anyhow",
6186 "chrono",
6187 "serde",
6188 "serde_json",
6189 "thiserror",
6190 "uuid",
6191]
6192
6193[[package]]
6194name = "khronos-egl"
6195version = "6.0.0"
6196source = "registry+https://github.com/rust-lang/crates.io-index"
6197checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6198dependencies = [
6199 "libc",
6200 "libloading",
6201]
6202
6203[[package]]
6204name = "kqueue"
6205version = "1.0.8"
6206source = "registry+https://github.com/rust-lang/crates.io-index"
6207checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6208dependencies = [
6209 "kqueue-sys",
6210 "libc",
6211]
6212
6213[[package]]
6214name = "kqueue-sys"
6215version = "1.0.4"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6218dependencies = [
6219 "bitflags 1.3.2",
6220 "libc",
6221]
6222
6223[[package]]
6224name = "kurbo"
6225version = "0.11.0"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
6228dependencies = [
6229 "arrayvec",
6230 "smallvec",
6231]
6232
6233[[package]]
6234name = "kv-log-macro"
6235version = "1.0.7"
6236source = "registry+https://github.com/rust-lang/crates.io-index"
6237checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6238dependencies = [
6239 "log",
6240]
6241
6242[[package]]
6243name = "language"
6244version = "0.1.0"
6245dependencies = [
6246 "anyhow",
6247 "async-trait",
6248 "async-watch",
6249 "clock",
6250 "collections",
6251 "ctor",
6252 "ec4rs",
6253 "env_logger 0.11.5",
6254 "futures 0.3.30",
6255 "fuzzy",
6256 "git",
6257 "globset",
6258 "gpui",
6259 "http_client",
6260 "indoc",
6261 "itertools 0.13.0",
6262 "log",
6263 "lsp",
6264 "parking_lot",
6265 "postage",
6266 "pretty_assertions",
6267 "pulldown-cmark 0.12.1",
6268 "rand 0.8.5",
6269 "regex",
6270 "rpc",
6271 "schemars",
6272 "serde",
6273 "serde_json",
6274 "settings",
6275 "similar",
6276 "smallvec",
6277 "smol",
6278 "strsim",
6279 "sum_tree",
6280 "task",
6281 "text",
6282 "theme",
6283 "tree-sitter",
6284 "tree-sitter-elixir",
6285 "tree-sitter-embedded-template",
6286 "tree-sitter-heex",
6287 "tree-sitter-html",
6288 "tree-sitter-json",
6289 "tree-sitter-md",
6290 "tree-sitter-ruby",
6291 "tree-sitter-rust",
6292 "tree-sitter-typescript",
6293 "unicase",
6294 "unindent",
6295 "util",
6296]
6297
6298[[package]]
6299name = "language_model"
6300version = "0.1.0"
6301dependencies = [
6302 "anthropic",
6303 "anyhow",
6304 "base64 0.22.1",
6305 "client",
6306 "collections",
6307 "copilot",
6308 "ctor",
6309 "editor",
6310 "env_logger 0.11.5",
6311 "feature_flags",
6312 "futures 0.3.30",
6313 "google_ai",
6314 "gpui",
6315 "http_client",
6316 "image",
6317 "inline_completion_button",
6318 "language",
6319 "log",
6320 "menu",
6321 "ollama",
6322 "open_ai",
6323 "parking_lot",
6324 "project",
6325 "proto",
6326 "rand 0.8.5",
6327 "schemars",
6328 "serde",
6329 "serde_json",
6330 "settings",
6331 "smol",
6332 "strum 0.25.0",
6333 "telemetry_events",
6334 "text",
6335 "theme",
6336 "thiserror",
6337 "tiktoken-rs",
6338 "ui",
6339 "unindent",
6340 "util",
6341]
6342
6343[[package]]
6344name = "language_selector"
6345version = "0.1.0"
6346dependencies = [
6347 "anyhow",
6348 "editor",
6349 "fuzzy",
6350 "gpui",
6351 "language",
6352 "picker",
6353 "project",
6354 "ui",
6355 "util",
6356 "workspace",
6357]
6358
6359[[package]]
6360name = "language_tools"
6361version = "0.1.0"
6362dependencies = [
6363 "anyhow",
6364 "client",
6365 "collections",
6366 "copilot",
6367 "editor",
6368 "env_logger 0.11.5",
6369 "futures 0.3.30",
6370 "gpui",
6371 "itertools 0.13.0",
6372 "language",
6373 "lsp",
6374 "project",
6375 "release_channel",
6376 "serde_json",
6377 "settings",
6378 "theme",
6379 "tree-sitter",
6380 "ui",
6381 "util",
6382 "workspace",
6383 "zed_actions",
6384]
6385
6386[[package]]
6387name = "languages"
6388version = "0.1.0"
6389dependencies = [
6390 "anyhow",
6391 "async-compression",
6392 "async-tar",
6393 "async-trait",
6394 "collections",
6395 "futures 0.3.30",
6396 "gpui",
6397 "http_client",
6398 "language",
6399 "log",
6400 "lsp",
6401 "node_runtime",
6402 "paths",
6403 "pet",
6404 "pet-conda",
6405 "pet-core",
6406 "pet-fs",
6407 "pet-poetry",
6408 "pet-reporter",
6409 "project",
6410 "regex",
6411 "rope",
6412 "rust-embed",
6413 "serde",
6414 "serde_json",
6415 "settings",
6416 "smol",
6417 "task",
6418 "text",
6419 "theme",
6420 "toml 0.8.19",
6421 "tree-sitter",
6422 "tree-sitter-bash",
6423 "tree-sitter-c",
6424 "tree-sitter-cpp",
6425 "tree-sitter-css",
6426 "tree-sitter-diff",
6427 "tree-sitter-go",
6428 "tree-sitter-gomod",
6429 "tree-sitter-gowork",
6430 "tree-sitter-jsdoc",
6431 "tree-sitter-json",
6432 "tree-sitter-md",
6433 "tree-sitter-python",
6434 "tree-sitter-regex",
6435 "tree-sitter-rust",
6436 "tree-sitter-typescript",
6437 "tree-sitter-yaml",
6438 "unindent",
6439 "util",
6440 "workspace",
6441]
6442
6443[[package]]
6444name = "lazy_static"
6445version = "1.5.0"
6446source = "registry+https://github.com/rust-lang/crates.io-index"
6447checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6448dependencies = [
6449 "spin 0.9.8",
6450]
6451
6452[[package]]
6453name = "lazycell"
6454version = "1.3.0"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
6457
6458[[package]]
6459name = "leb128"
6460version = "0.2.5"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6463
6464[[package]]
6465name = "lebe"
6466version = "0.5.2"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6469
6470[[package]]
6471name = "libc"
6472version = "0.2.161"
6473source = "registry+https://github.com/rust-lang/crates.io-index"
6474checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
6475
6476[[package]]
6477name = "libdbus-sys"
6478version = "0.2.5"
6479source = "registry+https://github.com/rust-lang/crates.io-index"
6480checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6481dependencies = [
6482 "cc",
6483 "pkg-config",
6484]
6485
6486[[package]]
6487name = "libfuzzer-sys"
6488version = "0.4.7"
6489source = "registry+https://github.com/rust-lang/crates.io-index"
6490checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
6491dependencies = [
6492 "arbitrary",
6493 "cc",
6494 "once_cell",
6495]
6496
6497[[package]]
6498name = "libgit2-sys"
6499version = "0.17.0+1.8.1"
6500source = "registry+https://github.com/rust-lang/crates.io-index"
6501checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6502dependencies = [
6503 "cc",
6504 "libc",
6505 "libz-sys",
6506 "pkg-config",
6507]
6508
6509[[package]]
6510name = "libloading"
6511version = "0.8.5"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
6514dependencies = [
6515 "cfg-if",
6516 "windows-targets 0.52.6",
6517]
6518
6519[[package]]
6520name = "libm"
6521version = "0.2.8"
6522source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
6524
6525[[package]]
6526name = "libmimalloc-sys"
6527version = "0.1.39"
6528source = "registry+https://github.com/rust-lang/crates.io-index"
6529checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6530dependencies = [
6531 "cc",
6532 "libc",
6533]
6534
6535[[package]]
6536name = "libredox"
6537version = "0.1.3"
6538source = "registry+https://github.com/rust-lang/crates.io-index"
6539checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6540dependencies = [
6541 "bitflags 2.6.0",
6542 "libc",
6543 "redox_syscall 0.5.3",
6544]
6545
6546[[package]]
6547name = "libsqlite3-sys"
6548version = "0.28.0"
6549source = "registry+https://github.com/rust-lang/crates.io-index"
6550checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
6551dependencies = [
6552 "cc",
6553 "pkg-config",
6554 "vcpkg",
6555]
6556
6557[[package]]
6558name = "libz-sys"
6559version = "1.1.20"
6560source = "registry+https://github.com/rust-lang/crates.io-index"
6561checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6562dependencies = [
6563 "cc",
6564 "libc",
6565 "pkg-config",
6566 "vcpkg",
6567]
6568
6569[[package]]
6570name = "linkify"
6571version = "0.10.0"
6572source = "registry+https://github.com/rust-lang/crates.io-index"
6573checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
6574dependencies = [
6575 "memchr",
6576]
6577
6578[[package]]
6579name = "linkme"
6580version = "0.3.29"
6581source = "registry+https://github.com/rust-lang/crates.io-index"
6582checksum = "70fe496a7af8c406f877635cbf3cd6a9fac9d6f443f58691cd8afe6ce0971af4"
6583dependencies = [
6584 "linkme-impl",
6585]
6586
6587[[package]]
6588name = "linkme-impl"
6589version = "0.3.29"
6590source = "registry+https://github.com/rust-lang/crates.io-index"
6591checksum = "b01f197a15988fb5b2ec0a5a9800c97e70771499c456ad757d63b3c5e9b96e75"
6592dependencies = [
6593 "proc-macro2",
6594 "quote",
6595 "syn 2.0.76",
6596]
6597
6598[[package]]
6599name = "linux-raw-sys"
6600version = "0.3.8"
6601source = "registry+https://github.com/rust-lang/crates.io-index"
6602checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6603
6604[[package]]
6605name = "linux-raw-sys"
6606version = "0.4.14"
6607source = "registry+https://github.com/rust-lang/crates.io-index"
6608checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
6609
6610[[package]]
6611name = "live_kit_client"
6612version = "0.1.0"
6613dependencies = [
6614 "anyhow",
6615 "async-broadcast",
6616 "async-trait",
6617 "collections",
6618 "core-foundation 0.9.4",
6619 "futures 0.3.30",
6620 "gpui",
6621 "live_kit_server",
6622 "log",
6623 "media",
6624 "nanoid",
6625 "parking_lot",
6626 "postage",
6627 "serde",
6628 "serde_json",
6629 "sha2",
6630 "simplelog",
6631]
6632
6633[[package]]
6634name = "live_kit_server"
6635version = "0.1.0"
6636dependencies = [
6637 "anyhow",
6638 "async-trait",
6639 "jsonwebtoken",
6640 "log",
6641 "prost",
6642 "prost-build",
6643 "prost-types",
6644 "reqwest 0.12.8",
6645 "serde",
6646]
6647
6648[[package]]
6649name = "lmdb-master-sys"
6650version = "0.2.4"
6651source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6653dependencies = [
6654 "cc",
6655 "doxygen-rs",
6656 "libc",
6657]
6658
6659[[package]]
6660name = "lock_api"
6661version = "0.4.12"
6662source = "registry+https://github.com/rust-lang/crates.io-index"
6663checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6664dependencies = [
6665 "autocfg",
6666 "scopeguard",
6667]
6668
6669[[package]]
6670name = "log"
6671version = "0.4.22"
6672source = "registry+https://github.com/rust-lang/crates.io-index"
6673checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6674dependencies = [
6675 "serde",
6676 "value-bag",
6677]
6678
6679[[package]]
6680name = "loop9"
6681version = "0.1.5"
6682source = "registry+https://github.com/rust-lang/crates.io-index"
6683checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6684dependencies = [
6685 "imgref",
6686]
6687
6688[[package]]
6689name = "lru"
6690version = "0.12.4"
6691source = "registry+https://github.com/rust-lang/crates.io-index"
6692checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6693dependencies = [
6694 "hashbrown 0.14.5",
6695]
6696
6697[[package]]
6698name = "lsp"
6699version = "0.1.0"
6700dependencies = [
6701 "anyhow",
6702 "async-pipe",
6703 "collections",
6704 "ctor",
6705 "env_logger 0.11.5",
6706 "futures 0.3.30",
6707 "gpui",
6708 "log",
6709 "lsp-types",
6710 "parking_lot",
6711 "postage",
6712 "release_channel",
6713 "serde",
6714 "serde_json",
6715 "smol",
6716 "util",
6717 "windows 0.58.0",
6718]
6719
6720[[package]]
6721name = "lsp-types"
6722version = "0.95.1"
6723source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
6724dependencies = [
6725 "bitflags 1.3.2",
6726 "serde",
6727 "serde_json",
6728 "serde_repr",
6729 "url",
6730]
6731
6732[[package]]
6733name = "lz4"
6734version = "1.26.0"
6735source = "registry+https://github.com/rust-lang/crates.io-index"
6736checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
6737dependencies = [
6738 "libc",
6739 "lz4-sys",
6740]
6741
6742[[package]]
6743name = "lz4-sys"
6744version = "1.10.0"
6745source = "registry+https://github.com/rust-lang/crates.io-index"
6746checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
6747dependencies = [
6748 "cc",
6749 "libc",
6750]
6751
6752[[package]]
6753name = "mac"
6754version = "0.1.1"
6755source = "registry+https://github.com/rust-lang/crates.io-index"
6756checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6757
6758[[package]]
6759name = "mach2"
6760version = "0.4.2"
6761source = "registry+https://github.com/rust-lang/crates.io-index"
6762checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
6763dependencies = [
6764 "libc",
6765]
6766
6767[[package]]
6768name = "malloc_buf"
6769version = "0.0.6"
6770source = "registry+https://github.com/rust-lang/crates.io-index"
6771checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6772dependencies = [
6773 "libc",
6774]
6775
6776[[package]]
6777name = "maplit"
6778version = "1.0.2"
6779source = "registry+https://github.com/rust-lang/crates.io-index"
6780checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
6781
6782[[package]]
6783name = "markdown"
6784version = "0.1.0"
6785dependencies = [
6786 "anyhow",
6787 "assets",
6788 "env_logger 0.11.5",
6789 "futures 0.3.30",
6790 "gpui",
6791 "language",
6792 "languages",
6793 "linkify",
6794 "log",
6795 "node_runtime",
6796 "pulldown-cmark 0.12.1",
6797 "settings",
6798 "theme",
6799 "ui",
6800 "util",
6801]
6802
6803[[package]]
6804name = "markdown_preview"
6805version = "0.1.0"
6806dependencies = [
6807 "anyhow",
6808 "async-recursion 1.1.1",
6809 "collections",
6810 "editor",
6811 "gpui",
6812 "language",
6813 "linkify",
6814 "log",
6815 "pretty_assertions",
6816 "pulldown-cmark 0.12.1",
6817 "settings",
6818 "theme",
6819 "ui",
6820 "workspace",
6821]
6822
6823[[package]]
6824name = "markup5ever"
6825version = "0.12.1"
6826source = "registry+https://github.com/rust-lang/crates.io-index"
6827checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
6828dependencies = [
6829 "log",
6830 "phf",
6831 "phf_codegen",
6832 "string_cache",
6833 "string_cache_codegen",
6834 "tendril",
6835]
6836
6837[[package]]
6838name = "markup5ever_rcdom"
6839version = "0.3.0"
6840source = "registry+https://github.com/rust-lang/crates.io-index"
6841checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
6842dependencies = [
6843 "html5ever",
6844 "markup5ever",
6845 "tendril",
6846 "xml5ever",
6847]
6848
6849[[package]]
6850name = "matchers"
6851version = "0.1.0"
6852source = "registry+https://github.com/rust-lang/crates.io-index"
6853checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6854dependencies = [
6855 "regex-automata 0.1.10",
6856]
6857
6858[[package]]
6859name = "matchit"
6860version = "0.7.3"
6861source = "registry+https://github.com/rust-lang/crates.io-index"
6862checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6863
6864[[package]]
6865name = "maybe-owned"
6866version = "0.3.4"
6867source = "registry+https://github.com/rust-lang/crates.io-index"
6868checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6869
6870[[package]]
6871name = "maybe-rayon"
6872version = "0.1.1"
6873source = "registry+https://github.com/rust-lang/crates.io-index"
6874checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
6875dependencies = [
6876 "cfg-if",
6877]
6878
6879[[package]]
6880name = "md-5"
6881version = "0.10.6"
6882source = "registry+https://github.com/rust-lang/crates.io-index"
6883checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
6884dependencies = [
6885 "cfg-if",
6886 "digest",
6887]
6888
6889[[package]]
6890name = "mdbook"
6891version = "0.4.40"
6892source = "registry+https://github.com/rust-lang/crates.io-index"
6893checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
6894dependencies = [
6895 "ammonia",
6896 "anyhow",
6897 "chrono",
6898 "clap",
6899 "clap_complete",
6900 "elasticlunr-rs",
6901 "env_logger 0.11.5",
6902 "futures-util",
6903 "handlebars 5.1.2",
6904 "ignore",
6905 "log",
6906 "memchr",
6907 "notify",
6908 "notify-debouncer-mini",
6909 "once_cell",
6910 "opener",
6911 "pathdiff",
6912 "pulldown-cmark 0.10.3",
6913 "regex",
6914 "serde",
6915 "serde_json",
6916 "shlex",
6917 "tempfile",
6918 "tokio",
6919 "toml 0.5.11",
6920 "topological-sort",
6921 "walkdir",
6922 "warp",
6923]
6924
6925[[package]]
6926name = "media"
6927version = "0.1.0"
6928dependencies = [
6929 "anyhow",
6930 "bindgen 0.70.1",
6931 "core-foundation 0.9.4",
6932 "foreign-types 0.5.0",
6933 "metal",
6934 "objc",
6935]
6936
6937[[package]]
6938name = "memchr"
6939version = "2.7.4"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
6942
6943[[package]]
6944name = "memfd"
6945version = "0.6.4"
6946source = "registry+https://github.com/rust-lang/crates.io-index"
6947checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6948dependencies = [
6949 "rustix 0.38.35",
6950]
6951
6952[[package]]
6953name = "memmap2"
6954version = "0.9.4"
6955source = "registry+https://github.com/rust-lang/crates.io-index"
6956checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6957dependencies = [
6958 "libc",
6959]
6960
6961[[package]]
6962name = "memoffset"
6963version = "0.9.1"
6964source = "registry+https://github.com/rust-lang/crates.io-index"
6965checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
6966dependencies = [
6967 "autocfg",
6968]
6969
6970[[package]]
6971name = "menu"
6972version = "0.1.0"
6973dependencies = [
6974 "gpui",
6975 "serde",
6976]
6977
6978[[package]]
6979name = "metal"
6980version = "0.29.0"
6981source = "registry+https://github.com/rust-lang/crates.io-index"
6982checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
6983dependencies = [
6984 "bitflags 2.6.0",
6985 "block",
6986 "core-graphics-types 0.1.3",
6987 "foreign-types 0.5.0",
6988 "log",
6989 "objc",
6990 "paste",
6991]
6992
6993[[package]]
6994name = "mimalloc"
6995version = "0.1.43"
6996source = "registry+https://github.com/rust-lang/crates.io-index"
6997checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
6998dependencies = [
6999 "libmimalloc-sys",
7000]
7001
7002[[package]]
7003name = "mime"
7004version = "0.3.17"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7007
7008[[package]]
7009name = "mime_guess"
7010version = "2.0.5"
7011source = "registry+https://github.com/rust-lang/crates.io-index"
7012checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7013dependencies = [
7014 "mime",
7015 "unicase",
7016]
7017
7018[[package]]
7019name = "minimal-lexical"
7020version = "0.2.1"
7021source = "registry+https://github.com/rust-lang/crates.io-index"
7022checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7023
7024[[package]]
7025name = "miniz_oxide"
7026version = "0.7.4"
7027source = "registry+https://github.com/rust-lang/crates.io-index"
7028checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
7029dependencies = [
7030 "adler",
7031 "simd-adler32",
7032]
7033
7034[[package]]
7035name = "miniz_oxide"
7036version = "0.8.0"
7037source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7039dependencies = [
7040 "adler2",
7041]
7042
7043[[package]]
7044name = "mint"
7045version = "0.5.9"
7046source = "registry+https://github.com/rust-lang/crates.io-index"
7047checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7048
7049[[package]]
7050name = "mio"
7051version = "0.8.11"
7052source = "registry+https://github.com/rust-lang/crates.io-index"
7053checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7054dependencies = [
7055 "libc",
7056 "log",
7057 "wasi 0.11.0+wasi-snapshot-preview1",
7058 "windows-sys 0.48.0",
7059]
7060
7061[[package]]
7062name = "mio"
7063version = "1.0.2"
7064source = "registry+https://github.com/rust-lang/crates.io-index"
7065checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
7066dependencies = [
7067 "hermit-abi 0.3.9",
7068 "libc",
7069 "log",
7070 "wasi 0.11.0+wasi-snapshot-preview1",
7071 "windows-sys 0.52.0",
7072]
7073
7074[[package]]
7075name = "miow"
7076version = "0.6.0"
7077source = "registry+https://github.com/rust-lang/crates.io-index"
7078checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7079dependencies = [
7080 "windows-sys 0.48.0",
7081]
7082
7083[[package]]
7084name = "msvc_spectre_libs"
7085version = "0.1.2"
7086source = "registry+https://github.com/rust-lang/crates.io-index"
7087checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7088dependencies = [
7089 "cc",
7090]
7091
7092[[package]]
7093name = "multi_buffer"
7094version = "0.1.0"
7095dependencies = [
7096 "anyhow",
7097 "clock",
7098 "collections",
7099 "ctor",
7100 "env_logger 0.11.5",
7101 "futures 0.3.30",
7102 "gpui",
7103 "itertools 0.13.0",
7104 "language",
7105 "log",
7106 "parking_lot",
7107 "rand 0.8.5",
7108 "serde",
7109 "settings",
7110 "smallvec",
7111 "sum_tree",
7112 "text",
7113 "theme",
7114 "util",
7115]
7116
7117[[package]]
7118name = "multimap"
7119version = "0.8.3"
7120source = "registry+https://github.com/rust-lang/crates.io-index"
7121checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7122
7123[[package]]
7124name = "naga"
7125version = "22.1.0"
7126source = "registry+https://github.com/rust-lang/crates.io-index"
7127checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
7128dependencies = [
7129 "arrayvec",
7130 "bit-set 0.6.0",
7131 "bitflags 2.6.0",
7132 "cfg_aliases 0.1.1",
7133 "codespan-reporting",
7134 "hexf-parse",
7135 "indexmap 2.4.0",
7136 "log",
7137 "rustc-hash 1.1.0",
7138 "spirv",
7139 "termcolor",
7140 "thiserror",
7141 "unicode-xid",
7142]
7143
7144[[package]]
7145name = "nanoid"
7146version = "0.4.0"
7147source = "registry+https://github.com/rust-lang/crates.io-index"
7148checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7149dependencies = [
7150 "rand 0.8.5",
7151]
7152
7153[[package]]
7154name = "nanorand"
7155version = "0.7.0"
7156source = "registry+https://github.com/rust-lang/crates.io-index"
7157checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7158dependencies = [
7159 "getrandom 0.2.15",
7160]
7161
7162[[package]]
7163name = "native-tls"
7164version = "0.2.12"
7165source = "registry+https://github.com/rust-lang/crates.io-index"
7166checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7167dependencies = [
7168 "libc",
7169 "log",
7170 "openssl",
7171 "openssl-probe",
7172 "openssl-sys",
7173 "schannel",
7174 "security-framework",
7175 "security-framework-sys",
7176 "tempfile",
7177]
7178
7179[[package]]
7180name = "nbformat"
7181version = "0.3.2"
7182source = "registry+https://github.com/rust-lang/crates.io-index"
7183checksum = "84f8a9ab08b34237c2c1d0504b794c2ff01c08dfc46a060d160f004a7f479c31"
7184dependencies = [
7185 "anyhow",
7186 "chrono",
7187 "jupyter-serde",
7188 "serde",
7189 "serde_json",
7190 "thiserror",
7191 "uuid",
7192]
7193
7194[[package]]
7195name = "ndk"
7196version = "0.8.0"
7197source = "registry+https://github.com/rust-lang/crates.io-index"
7198checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7199dependencies = [
7200 "bitflags 2.6.0",
7201 "jni-sys",
7202 "log",
7203 "ndk-sys",
7204 "num_enum",
7205 "thiserror",
7206]
7207
7208[[package]]
7209name = "ndk-context"
7210version = "0.1.1"
7211source = "registry+https://github.com/rust-lang/crates.io-index"
7212checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7213
7214[[package]]
7215name = "ndk-sys"
7216version = "0.5.0+25.2.9519653"
7217source = "registry+https://github.com/rust-lang/crates.io-index"
7218checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7219dependencies = [
7220 "jni-sys",
7221]
7222
7223[[package]]
7224name = "new_debug_unreachable"
7225version = "1.0.6"
7226source = "registry+https://github.com/rust-lang/crates.io-index"
7227checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7228
7229[[package]]
7230name = "nix"
7231version = "0.29.0"
7232source = "registry+https://github.com/rust-lang/crates.io-index"
7233checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7234dependencies = [
7235 "bitflags 2.6.0",
7236 "cfg-if",
7237 "cfg_aliases 0.2.1",
7238 "libc",
7239 "memoffset",
7240]
7241
7242[[package]]
7243name = "node_runtime"
7244version = "0.1.0"
7245dependencies = [
7246 "anyhow",
7247 "async-compression",
7248 "async-std",
7249 "async-tar",
7250 "async-trait",
7251 "async-watch",
7252 "async_zip",
7253 "futures 0.3.30",
7254 "http_client",
7255 "log",
7256 "paths",
7257 "semver",
7258 "serde",
7259 "serde_json",
7260 "smol",
7261 "tempfile",
7262 "util",
7263 "walkdir",
7264 "which 6.0.3",
7265 "windows 0.58.0",
7266]
7267
7268[[package]]
7269name = "nom"
7270version = "7.1.3"
7271source = "registry+https://github.com/rust-lang/crates.io-index"
7272checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7273dependencies = [
7274 "memchr",
7275 "minimal-lexical",
7276]
7277
7278[[package]]
7279name = "noop_proc_macro"
7280version = "0.3.0"
7281source = "registry+https://github.com/rust-lang/crates.io-index"
7282checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7283
7284[[package]]
7285name = "normpath"
7286version = "1.3.0"
7287source = "registry+https://github.com/rust-lang/crates.io-index"
7288checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7289dependencies = [
7290 "windows-sys 0.59.0",
7291]
7292
7293[[package]]
7294name = "notifications"
7295version = "0.1.0"
7296dependencies = [
7297 "anyhow",
7298 "channel",
7299 "client",
7300 "collections",
7301 "db",
7302 "gpui",
7303 "rpc",
7304 "settings",
7305 "sum_tree",
7306 "time",
7307 "util",
7308]
7309
7310[[package]]
7311name = "notify"
7312version = "6.1.1"
7313source = "registry+https://github.com/rust-lang/crates.io-index"
7314checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7315dependencies = [
7316 "bitflags 2.6.0",
7317 "crossbeam-channel",
7318 "filetime",
7319 "fsevent-sys 4.1.0",
7320 "inotify",
7321 "kqueue",
7322 "libc",
7323 "log",
7324 "mio 0.8.11",
7325 "walkdir",
7326 "windows-sys 0.48.0",
7327]
7328
7329[[package]]
7330name = "notify-debouncer-mini"
7331version = "0.4.1"
7332source = "registry+https://github.com/rust-lang/crates.io-index"
7333checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7334dependencies = [
7335 "crossbeam-channel",
7336 "log",
7337 "notify",
7338]
7339
7340[[package]]
7341name = "ntapi"
7342version = "0.4.1"
7343source = "registry+https://github.com/rust-lang/crates.io-index"
7344checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7345dependencies = [
7346 "winapi",
7347]
7348
7349[[package]]
7350name = "nu-ansi-term"
7351version = "0.46.0"
7352source = "registry+https://github.com/rust-lang/crates.io-index"
7353checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7354dependencies = [
7355 "overload",
7356 "winapi",
7357]
7358
7359[[package]]
7360name = "num"
7361version = "0.4.3"
7362source = "registry+https://github.com/rust-lang/crates.io-index"
7363checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7364dependencies = [
7365 "num-bigint",
7366 "num-complex",
7367 "num-integer",
7368 "num-iter",
7369 "num-rational",
7370 "num-traits",
7371]
7372
7373[[package]]
7374name = "num-bigint"
7375version = "0.4.6"
7376source = "registry+https://github.com/rust-lang/crates.io-index"
7377checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7378dependencies = [
7379 "num-integer",
7380 "num-traits",
7381]
7382
7383[[package]]
7384name = "num-bigint-dig"
7385version = "0.8.4"
7386source = "registry+https://github.com/rust-lang/crates.io-index"
7387checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7388dependencies = [
7389 "byteorder",
7390 "lazy_static",
7391 "libm",
7392 "num-integer",
7393 "num-iter",
7394 "num-traits",
7395 "rand 0.8.5",
7396 "serde",
7397 "smallvec",
7398 "zeroize",
7399]
7400
7401[[package]]
7402name = "num-complex"
7403version = "0.4.6"
7404source = "registry+https://github.com/rust-lang/crates.io-index"
7405checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7406dependencies = [
7407 "num-traits",
7408]
7409
7410[[package]]
7411name = "num-conv"
7412version = "0.1.0"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7415
7416[[package]]
7417name = "num-derive"
7418version = "0.4.2"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7421dependencies = [
7422 "proc-macro2",
7423 "quote",
7424 "syn 2.0.76",
7425]
7426
7427[[package]]
7428name = "num-format"
7429version = "0.4.4"
7430source = "registry+https://github.com/rust-lang/crates.io-index"
7431checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7432dependencies = [
7433 "arrayvec",
7434 "itoa",
7435]
7436
7437[[package]]
7438name = "num-integer"
7439version = "0.1.46"
7440source = "registry+https://github.com/rust-lang/crates.io-index"
7441checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7442dependencies = [
7443 "num-traits",
7444]
7445
7446[[package]]
7447name = "num-iter"
7448version = "0.1.45"
7449source = "registry+https://github.com/rust-lang/crates.io-index"
7450checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7451dependencies = [
7452 "autocfg",
7453 "num-integer",
7454 "num-traits",
7455]
7456
7457[[package]]
7458name = "num-rational"
7459version = "0.4.2"
7460source = "registry+https://github.com/rust-lang/crates.io-index"
7461checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7462dependencies = [
7463 "num-bigint",
7464 "num-integer",
7465 "num-traits",
7466]
7467
7468[[package]]
7469name = "num-traits"
7470version = "0.2.19"
7471source = "registry+https://github.com/rust-lang/crates.io-index"
7472checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7473dependencies = [
7474 "autocfg",
7475 "libm",
7476]
7477
7478[[package]]
7479name = "num_cpus"
7480version = "1.16.0"
7481source = "registry+https://github.com/rust-lang/crates.io-index"
7482checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7483dependencies = [
7484 "hermit-abi 0.3.9",
7485 "libc",
7486]
7487
7488[[package]]
7489name = "num_enum"
7490version = "0.7.3"
7491source = "registry+https://github.com/rust-lang/crates.io-index"
7492checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7493dependencies = [
7494 "num_enum_derive",
7495]
7496
7497[[package]]
7498name = "num_enum_derive"
7499version = "0.7.3"
7500source = "registry+https://github.com/rust-lang/crates.io-index"
7501checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7502dependencies = [
7503 "proc-macro-crate",
7504 "proc-macro2",
7505 "quote",
7506 "syn 2.0.76",
7507]
7508
7509[[package]]
7510name = "num_threads"
7511version = "0.1.7"
7512source = "registry+https://github.com/rust-lang/crates.io-index"
7513checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7514dependencies = [
7515 "libc",
7516]
7517
7518[[package]]
7519name = "nvim-rs"
7520version = "0.8.0-pre"
7521source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7522dependencies = [
7523 "async-trait",
7524 "futures 0.3.30",
7525 "log",
7526 "parity-tokio-ipc",
7527 "rmp",
7528 "rmpv",
7529 "tokio",
7530 "tokio-util",
7531 "winapi",
7532]
7533
7534[[package]]
7535name = "objc"
7536version = "0.2.7"
7537source = "registry+https://github.com/rust-lang/crates.io-index"
7538checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7539dependencies = [
7540 "malloc_buf",
7541]
7542
7543[[package]]
7544name = "object"
7545version = "0.36.4"
7546source = "registry+https://github.com/rust-lang/crates.io-index"
7547checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
7548dependencies = [
7549 "crc32fast",
7550 "hashbrown 0.14.5",
7551 "indexmap 2.4.0",
7552 "memchr",
7553]
7554
7555[[package]]
7556name = "oboe"
7557version = "0.6.1"
7558source = "registry+https://github.com/rust-lang/crates.io-index"
7559checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7560dependencies = [
7561 "jni",
7562 "ndk",
7563 "ndk-context",
7564 "num-derive",
7565 "num-traits",
7566 "oboe-sys",
7567]
7568
7569[[package]]
7570name = "oboe-sys"
7571version = "0.6.1"
7572source = "registry+https://github.com/rust-lang/crates.io-index"
7573checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7574dependencies = [
7575 "cc",
7576]
7577
7578[[package]]
7579name = "ollama"
7580version = "0.1.0"
7581dependencies = [
7582 "anyhow",
7583 "futures 0.3.30",
7584 "http_client",
7585 "schemars",
7586 "serde",
7587 "serde_json",
7588]
7589
7590[[package]]
7591name = "once_cell"
7592version = "1.19.0"
7593source = "registry+https://github.com/rust-lang/crates.io-index"
7594checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7595
7596[[package]]
7597name = "oo7"
7598version = "0.3.3"
7599source = "registry+https://github.com/rust-lang/crates.io-index"
7600checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7601dependencies = [
7602 "aes",
7603 "async-fs 2.1.2",
7604 "async-io 2.3.4",
7605 "async-lock 3.4.0",
7606 "async-net 2.0.0",
7607 "blocking",
7608 "cbc",
7609 "cipher",
7610 "digest",
7611 "endi",
7612 "futures-lite 2.3.0",
7613 "futures-util",
7614 "hkdf",
7615 "hmac",
7616 "md-5",
7617 "num",
7618 "num-bigint-dig",
7619 "pbkdf2",
7620 "rand 0.8.5",
7621 "serde",
7622 "sha2",
7623 "subtle",
7624 "zbus",
7625 "zeroize",
7626 "zvariant",
7627]
7628
7629[[package]]
7630name = "oorandom"
7631version = "11.1.4"
7632source = "registry+https://github.com/rust-lang/crates.io-index"
7633checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7634
7635[[package]]
7636name = "open"
7637version = "5.3.0"
7638source = "registry+https://github.com/rust-lang/crates.io-index"
7639checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7640dependencies = [
7641 "is-wsl",
7642 "libc",
7643 "pathdiff",
7644]
7645
7646[[package]]
7647name = "open_ai"
7648version = "0.1.0"
7649dependencies = [
7650 "anyhow",
7651 "futures 0.3.30",
7652 "http_client",
7653 "schemars",
7654 "serde",
7655 "serde_json",
7656 "strum 0.25.0",
7657]
7658
7659[[package]]
7660name = "opener"
7661version = "0.7.2"
7662source = "registry+https://github.com/rust-lang/crates.io-index"
7663checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
7664dependencies = [
7665 "bstr",
7666 "dbus",
7667 "normpath",
7668 "windows-sys 0.59.0",
7669]
7670
7671[[package]]
7672name = "openssl"
7673version = "0.10.66"
7674source = "registry+https://github.com/rust-lang/crates.io-index"
7675checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7676dependencies = [
7677 "bitflags 2.6.0",
7678 "cfg-if",
7679 "foreign-types 0.3.2",
7680 "libc",
7681 "once_cell",
7682 "openssl-macros",
7683 "openssl-sys",
7684]
7685
7686[[package]]
7687name = "openssl-macros"
7688version = "0.1.1"
7689source = "registry+https://github.com/rust-lang/crates.io-index"
7690checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7691dependencies = [
7692 "proc-macro2",
7693 "quote",
7694 "syn 2.0.76",
7695]
7696
7697[[package]]
7698name = "openssl-probe"
7699version = "0.1.5"
7700source = "registry+https://github.com/rust-lang/crates.io-index"
7701checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7702
7703[[package]]
7704name = "openssl-src"
7705version = "300.3.1+3.3.1"
7706source = "registry+https://github.com/rust-lang/crates.io-index"
7707checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
7708dependencies = [
7709 "cc",
7710]
7711
7712[[package]]
7713name = "openssl-sys"
7714version = "0.9.103"
7715source = "registry+https://github.com/rust-lang/crates.io-index"
7716checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
7717dependencies = [
7718 "cc",
7719 "libc",
7720 "openssl-src",
7721 "pkg-config",
7722 "vcpkg",
7723]
7724
7725[[package]]
7726name = "option-ext"
7727version = "0.2.0"
7728source = "registry+https://github.com/rust-lang/crates.io-index"
7729checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7730
7731[[package]]
7732name = "ordered-float"
7733version = "2.10.1"
7734source = "registry+https://github.com/rust-lang/crates.io-index"
7735checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
7736dependencies = [
7737 "num-traits",
7738]
7739
7740[[package]]
7741name = "ordered-float"
7742version = "3.9.2"
7743source = "registry+https://github.com/rust-lang/crates.io-index"
7744checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
7745dependencies = [
7746 "num-traits",
7747]
7748
7749[[package]]
7750name = "ordered-stream"
7751version = "0.2.0"
7752source = "registry+https://github.com/rust-lang/crates.io-index"
7753checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7754dependencies = [
7755 "futures-core",
7756 "pin-project-lite",
7757]
7758
7759[[package]]
7760name = "ouroboros"
7761version = "0.17.2"
7762source = "registry+https://github.com/rust-lang/crates.io-index"
7763checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7764dependencies = [
7765 "aliasable",
7766 "ouroboros_macro",
7767 "static_assertions",
7768]
7769
7770[[package]]
7771name = "ouroboros_macro"
7772version = "0.17.2"
7773source = "registry+https://github.com/rust-lang/crates.io-index"
7774checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7775dependencies = [
7776 "heck 0.4.1",
7777 "proc-macro-error",
7778 "proc-macro2",
7779 "quote",
7780 "syn 2.0.76",
7781]
7782
7783[[package]]
7784name = "outline"
7785version = "0.1.0"
7786dependencies = [
7787 "editor",
7788 "fuzzy",
7789 "gpui",
7790 "indoc",
7791 "language",
7792 "menu",
7793 "ordered-float 2.10.1",
7794 "picker",
7795 "project",
7796 "rope",
7797 "serde_json",
7798 "settings",
7799 "smol",
7800 "theme",
7801 "tree-sitter-rust",
7802 "tree-sitter-typescript",
7803 "ui",
7804 "util",
7805 "workspace",
7806]
7807
7808[[package]]
7809name = "outline_panel"
7810version = "0.1.0"
7811dependencies = [
7812 "anyhow",
7813 "collections",
7814 "db",
7815 "editor",
7816 "file_icons",
7817 "fuzzy",
7818 "gpui",
7819 "itertools 0.13.0",
7820 "language",
7821 "log",
7822 "menu",
7823 "outline",
7824 "pretty_assertions",
7825 "project",
7826 "schemars",
7827 "search",
7828 "serde",
7829 "serde_json",
7830 "settings",
7831 "smallvec",
7832 "smol",
7833 "theme",
7834 "ui",
7835 "util",
7836 "workspace",
7837 "worktree",
7838]
7839
7840[[package]]
7841name = "outref"
7842version = "0.5.1"
7843source = "registry+https://github.com/rust-lang/crates.io-index"
7844checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7845
7846[[package]]
7847name = "overload"
7848version = "0.1.1"
7849source = "registry+https://github.com/rust-lang/crates.io-index"
7850checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7851
7852[[package]]
7853name = "p256"
7854version = "0.11.1"
7855source = "registry+https://github.com/rust-lang/crates.io-index"
7856checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7857dependencies = [
7858 "ecdsa",
7859 "elliptic-curve",
7860 "sha2",
7861]
7862
7863[[package]]
7864name = "page_size"
7865version = "0.6.0"
7866source = "registry+https://github.com/rust-lang/crates.io-index"
7867checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7868dependencies = [
7869 "libc",
7870 "winapi",
7871]
7872
7873[[package]]
7874name = "palette"
7875version = "0.7.6"
7876source = "registry+https://github.com/rust-lang/crates.io-index"
7877checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
7878dependencies = [
7879 "approx",
7880 "fast-srgb8",
7881 "palette_derive",
7882]
7883
7884[[package]]
7885name = "palette_derive"
7886version = "0.7.6"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
7889dependencies = [
7890 "by_address",
7891 "proc-macro2",
7892 "quote",
7893 "syn 2.0.76",
7894]
7895
7896[[package]]
7897name = "parity-tokio-ipc"
7898version = "0.9.0"
7899source = "registry+https://github.com/rust-lang/crates.io-index"
7900checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7901dependencies = [
7902 "futures 0.3.30",
7903 "libc",
7904 "log",
7905 "rand 0.7.3",
7906 "tokio",
7907 "winapi",
7908]
7909
7910[[package]]
7911name = "parking"
7912version = "2.2.1"
7913source = "registry+https://github.com/rust-lang/crates.io-index"
7914checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
7915
7916[[package]]
7917name = "parking_lot"
7918version = "0.12.3"
7919source = "registry+https://github.com/rust-lang/crates.io-index"
7920checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
7921dependencies = [
7922 "lock_api",
7923 "parking_lot_core",
7924]
7925
7926[[package]]
7927name = "parking_lot_core"
7928version = "0.9.10"
7929source = "registry+https://github.com/rust-lang/crates.io-index"
7930checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
7931dependencies = [
7932 "cfg-if",
7933 "libc",
7934 "redox_syscall 0.5.3",
7935 "smallvec",
7936 "windows-targets 0.52.6",
7937]
7938
7939[[package]]
7940name = "password-hash"
7941version = "0.5.0"
7942source = "registry+https://github.com/rust-lang/crates.io-index"
7943checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
7944dependencies = [
7945 "base64ct",
7946 "rand_core 0.6.4",
7947 "subtle",
7948]
7949
7950[[package]]
7951name = "paste"
7952version = "1.0.15"
7953source = "registry+https://github.com/rust-lang/crates.io-index"
7954checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
7955
7956[[package]]
7957name = "pathdiff"
7958version = "0.2.2"
7959source = "registry+https://github.com/rust-lang/crates.io-index"
7960checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
7961
7962[[package]]
7963name = "pathfinder_geometry"
7964version = "0.5.1"
7965source = "registry+https://github.com/rust-lang/crates.io-index"
7966checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
7967dependencies = [
7968 "log",
7969 "pathfinder_simd",
7970]
7971
7972[[package]]
7973name = "pathfinder_simd"
7974version = "0.5.4"
7975source = "registry+https://github.com/rust-lang/crates.io-index"
7976checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
7977dependencies = [
7978 "rustc_version",
7979]
7980
7981[[package]]
7982name = "paths"
7983version = "0.1.0"
7984dependencies = [
7985 "dirs 4.0.0",
7986 "util",
7987]
7988
7989[[package]]
7990name = "pbkdf2"
7991version = "0.12.2"
7992source = "registry+https://github.com/rust-lang/crates.io-index"
7993checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7994dependencies = [
7995 "digest",
7996 "hmac",
7997]
7998
7999[[package]]
8000name = "pem"
8001version = "3.0.4"
8002source = "registry+https://github.com/rust-lang/crates.io-index"
8003checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8004dependencies = [
8005 "base64 0.22.1",
8006 "serde",
8007]
8008
8009[[package]]
8010name = "pem-rfc7468"
8011version = "0.7.0"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8014dependencies = [
8015 "base64ct",
8016]
8017
8018[[package]]
8019name = "percent-encoding"
8020version = "2.3.1"
8021source = "registry+https://github.com/rust-lang/crates.io-index"
8022checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8023
8024[[package]]
8025name = "perplexity"
8026version = "0.1.0"
8027dependencies = [
8028 "serde",
8029 "zed_extension_api 0.2.0",
8030]
8031
8032[[package]]
8033name = "pest"
8034version = "2.7.11"
8035source = "registry+https://github.com/rust-lang/crates.io-index"
8036checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
8037dependencies = [
8038 "memchr",
8039 "thiserror",
8040 "ucd-trie",
8041]
8042
8043[[package]]
8044name = "pest_derive"
8045version = "2.7.11"
8046source = "registry+https://github.com/rust-lang/crates.io-index"
8047checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
8048dependencies = [
8049 "pest",
8050 "pest_generator",
8051]
8052
8053[[package]]
8054name = "pest_generator"
8055version = "2.7.11"
8056source = "registry+https://github.com/rust-lang/crates.io-index"
8057checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
8058dependencies = [
8059 "pest",
8060 "pest_meta",
8061 "proc-macro2",
8062 "quote",
8063 "syn 2.0.76",
8064]
8065
8066[[package]]
8067name = "pest_meta"
8068version = "2.7.11"
8069source = "registry+https://github.com/rust-lang/crates.io-index"
8070checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
8071dependencies = [
8072 "once_cell",
8073 "pest",
8074 "sha2",
8075]
8076
8077[[package]]
8078name = "pet"
8079version = "0.1.0"
8080source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8081dependencies = [
8082 "clap",
8083 "env_logger 0.10.2",
8084 "lazy_static",
8085 "log",
8086 "msvc_spectre_libs",
8087 "pet-conda",
8088 "pet-core",
8089 "pet-env-var-path",
8090 "pet-fs",
8091 "pet-global-virtualenvs",
8092 "pet-homebrew",
8093 "pet-jsonrpc",
8094 "pet-linux-global-python",
8095 "pet-mac-commandlinetools",
8096 "pet-mac-python-org",
8097 "pet-mac-xcode",
8098 "pet-pipenv",
8099 "pet-poetry",
8100 "pet-pyenv",
8101 "pet-python-utils",
8102 "pet-reporter",
8103 "pet-telemetry",
8104 "pet-venv",
8105 "pet-virtualenv",
8106 "pet-virtualenvwrapper",
8107 "pet-windows-registry",
8108 "pet-windows-store",
8109 "serde",
8110 "serde_json",
8111]
8112
8113[[package]]
8114name = "pet-conda"
8115version = "0.1.0"
8116source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8117dependencies = [
8118 "env_logger 0.10.2",
8119 "lazy_static",
8120 "log",
8121 "msvc_spectre_libs",
8122 "pet-core",
8123 "pet-fs",
8124 "pet-python-utils",
8125 "pet-reporter",
8126 "regex",
8127 "serde",
8128 "serde_json",
8129 "yaml-rust2",
8130]
8131
8132[[package]]
8133name = "pet-core"
8134version = "0.1.0"
8135source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8136dependencies = [
8137 "clap",
8138 "lazy_static",
8139 "log",
8140 "msvc_spectre_libs",
8141 "pet-fs",
8142 "regex",
8143 "serde",
8144 "serde_json",
8145]
8146
8147[[package]]
8148name = "pet-env-var-path"
8149version = "0.1.0"
8150source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8151dependencies = [
8152 "lazy_static",
8153 "log",
8154 "msvc_spectre_libs",
8155 "pet-conda",
8156 "pet-core",
8157 "pet-fs",
8158 "pet-python-utils",
8159 "pet-virtualenv",
8160 "regex",
8161]
8162
8163[[package]]
8164name = "pet-fs"
8165version = "0.1.0"
8166source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8167dependencies = [
8168 "log",
8169 "msvc_spectre_libs",
8170]
8171
8172[[package]]
8173name = "pet-global-virtualenvs"
8174version = "0.1.0"
8175source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8176dependencies = [
8177 "log",
8178 "msvc_spectre_libs",
8179 "pet-conda",
8180 "pet-core",
8181 "pet-fs",
8182 "pet-virtualenv",
8183]
8184
8185[[package]]
8186name = "pet-homebrew"
8187version = "0.1.0"
8188source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8189dependencies = [
8190 "lazy_static",
8191 "log",
8192 "msvc_spectre_libs",
8193 "pet-conda",
8194 "pet-core",
8195 "pet-fs",
8196 "pet-python-utils",
8197 "pet-virtualenv",
8198 "regex",
8199 "serde",
8200 "serde_json",
8201]
8202
8203[[package]]
8204name = "pet-jsonrpc"
8205version = "0.1.0"
8206source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8207dependencies = [
8208 "env_logger 0.10.2",
8209 "log",
8210 "msvc_spectre_libs",
8211 "pet-core",
8212 "serde",
8213 "serde_json",
8214]
8215
8216[[package]]
8217name = "pet-linux-global-python"
8218version = "0.1.0"
8219source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8220dependencies = [
8221 "log",
8222 "msvc_spectre_libs",
8223 "pet-core",
8224 "pet-fs",
8225 "pet-python-utils",
8226 "pet-virtualenv",
8227]
8228
8229[[package]]
8230name = "pet-mac-commandlinetools"
8231version = "0.1.0"
8232source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8233dependencies = [
8234 "log",
8235 "msvc_spectre_libs",
8236 "pet-core",
8237 "pet-fs",
8238 "pet-python-utils",
8239 "pet-virtualenv",
8240]
8241
8242[[package]]
8243name = "pet-mac-python-org"
8244version = "0.1.0"
8245source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8246dependencies = [
8247 "log",
8248 "msvc_spectre_libs",
8249 "pet-core",
8250 "pet-fs",
8251 "pet-python-utils",
8252 "pet-virtualenv",
8253]
8254
8255[[package]]
8256name = "pet-mac-xcode"
8257version = "0.1.0"
8258source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8259dependencies = [
8260 "log",
8261 "msvc_spectre_libs",
8262 "pet-core",
8263 "pet-fs",
8264 "pet-python-utils",
8265 "pet-virtualenv",
8266]
8267
8268[[package]]
8269name = "pet-pipenv"
8270version = "0.1.0"
8271source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8272dependencies = [
8273 "log",
8274 "msvc_spectre_libs",
8275 "pet-core",
8276 "pet-fs",
8277 "pet-python-utils",
8278 "pet-virtualenv",
8279]
8280
8281[[package]]
8282name = "pet-poetry"
8283version = "0.1.0"
8284source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8285dependencies = [
8286 "base64 0.22.1",
8287 "lazy_static",
8288 "log",
8289 "msvc_spectre_libs",
8290 "pet-core",
8291 "pet-fs",
8292 "pet-python-utils",
8293 "pet-reporter",
8294 "pet-virtualenv",
8295 "regex",
8296 "serde",
8297 "serde_json",
8298 "sha2",
8299 "toml 0.8.19",
8300]
8301
8302[[package]]
8303name = "pet-pyenv"
8304version = "0.1.0"
8305source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8306dependencies = [
8307 "lazy_static",
8308 "log",
8309 "msvc_spectre_libs",
8310 "pet-conda",
8311 "pet-core",
8312 "pet-fs",
8313 "pet-python-utils",
8314 "pet-reporter",
8315 "regex",
8316 "serde",
8317 "serde_json",
8318]
8319
8320[[package]]
8321name = "pet-python-utils"
8322version = "0.1.0"
8323source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8324dependencies = [
8325 "env_logger 0.10.2",
8326 "lazy_static",
8327 "log",
8328 "msvc_spectre_libs",
8329 "pet-core",
8330 "pet-fs",
8331 "regex",
8332 "serde",
8333 "serde_json",
8334 "sha2",
8335]
8336
8337[[package]]
8338name = "pet-reporter"
8339version = "0.1.0"
8340source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8341dependencies = [
8342 "env_logger 0.10.2",
8343 "log",
8344 "msvc_spectre_libs",
8345 "pet-core",
8346 "pet-jsonrpc",
8347 "serde",
8348 "serde_json",
8349]
8350
8351[[package]]
8352name = "pet-telemetry"
8353version = "0.1.0"
8354source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8355dependencies = [
8356 "env_logger 0.10.2",
8357 "lazy_static",
8358 "log",
8359 "msvc_spectre_libs",
8360 "pet-core",
8361 "pet-fs",
8362 "pet-python-utils",
8363 "regex",
8364]
8365
8366[[package]]
8367name = "pet-venv"
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-python-utils",
8375 "pet-virtualenv",
8376]
8377
8378[[package]]
8379name = "pet-virtualenv"
8380version = "0.1.0"
8381source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8382dependencies = [
8383 "log",
8384 "msvc_spectre_libs",
8385 "pet-core",
8386 "pet-fs",
8387 "pet-python-utils",
8388]
8389
8390[[package]]
8391name = "pet-virtualenvwrapper"
8392version = "0.1.0"
8393source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8394dependencies = [
8395 "log",
8396 "msvc_spectre_libs",
8397 "pet-core",
8398 "pet-fs",
8399 "pet-python-utils",
8400 "pet-virtualenv",
8401]
8402
8403[[package]]
8404name = "pet-windows-registry"
8405version = "0.1.0"
8406source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8407dependencies = [
8408 "lazy_static",
8409 "log",
8410 "msvc_spectre_libs",
8411 "pet-conda",
8412 "pet-core",
8413 "pet-fs",
8414 "pet-python-utils",
8415 "pet-virtualenv",
8416 "pet-windows-store",
8417 "regex",
8418 "winreg 0.52.0",
8419]
8420
8421[[package]]
8422name = "pet-windows-store"
8423version = "0.1.0"
8424source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8425dependencies = [
8426 "lazy_static",
8427 "log",
8428 "msvc_spectre_libs",
8429 "pet-core",
8430 "pet-fs",
8431 "pet-python-utils",
8432 "pet-virtualenv",
8433 "regex",
8434 "winreg 0.52.0",
8435]
8436
8437[[package]]
8438name = "petgraph"
8439version = "0.6.5"
8440source = "registry+https://github.com/rust-lang/crates.io-index"
8441checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
8442dependencies = [
8443 "fixedbitset",
8444 "indexmap 2.4.0",
8445]
8446
8447[[package]]
8448name = "phf"
8449version = "0.11.2"
8450source = "registry+https://github.com/rust-lang/crates.io-index"
8451checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
8452dependencies = [
8453 "phf_macros",
8454 "phf_shared 0.11.2",
8455]
8456
8457[[package]]
8458name = "phf_codegen"
8459version = "0.11.2"
8460source = "registry+https://github.com/rust-lang/crates.io-index"
8461checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
8462dependencies = [
8463 "phf_generator 0.11.2",
8464 "phf_shared 0.11.2",
8465]
8466
8467[[package]]
8468name = "phf_generator"
8469version = "0.10.0"
8470source = "registry+https://github.com/rust-lang/crates.io-index"
8471checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
8472dependencies = [
8473 "phf_shared 0.10.0",
8474 "rand 0.8.5",
8475]
8476
8477[[package]]
8478name = "phf_generator"
8479version = "0.11.2"
8480source = "registry+https://github.com/rust-lang/crates.io-index"
8481checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
8482dependencies = [
8483 "phf_shared 0.11.2",
8484 "rand 0.8.5",
8485]
8486
8487[[package]]
8488name = "phf_macros"
8489version = "0.11.2"
8490source = "registry+https://github.com/rust-lang/crates.io-index"
8491checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
8492dependencies = [
8493 "phf_generator 0.11.2",
8494 "phf_shared 0.11.2",
8495 "proc-macro2",
8496 "quote",
8497 "syn 2.0.76",
8498]
8499
8500[[package]]
8501name = "phf_shared"
8502version = "0.10.0"
8503source = "registry+https://github.com/rust-lang/crates.io-index"
8504checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
8505dependencies = [
8506 "siphasher 0.3.11",
8507]
8508
8509[[package]]
8510name = "phf_shared"
8511version = "0.11.2"
8512source = "registry+https://github.com/rust-lang/crates.io-index"
8513checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
8514dependencies = [
8515 "siphasher 0.3.11",
8516]
8517
8518[[package]]
8519name = "picker"
8520version = "0.1.0"
8521dependencies = [
8522 "anyhow",
8523 "ctor",
8524 "editor",
8525 "env_logger 0.11.5",
8526 "gpui",
8527 "menu",
8528 "serde",
8529 "serde_json",
8530 "ui",
8531 "workspace",
8532]
8533
8534[[package]]
8535name = "pico-args"
8536version = "0.5.0"
8537source = "registry+https://github.com/rust-lang/crates.io-index"
8538checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
8539
8540[[package]]
8541name = "pin-project"
8542version = "1.1.5"
8543source = "registry+https://github.com/rust-lang/crates.io-index"
8544checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
8545dependencies = [
8546 "pin-project-internal",
8547]
8548
8549[[package]]
8550name = "pin-project-internal"
8551version = "1.1.5"
8552source = "registry+https://github.com/rust-lang/crates.io-index"
8553checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
8554dependencies = [
8555 "proc-macro2",
8556 "quote",
8557 "syn 2.0.76",
8558]
8559
8560[[package]]
8561name = "pin-project-lite"
8562version = "0.2.14"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
8565
8566[[package]]
8567name = "pin-utils"
8568version = "0.1.0"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8571
8572[[package]]
8573name = "piper"
8574version = "0.2.4"
8575source = "registry+https://github.com/rust-lang/crates.io-index"
8576checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
8577dependencies = [
8578 "atomic-waker",
8579 "fastrand 2.1.1",
8580 "futures-io",
8581]
8582
8583[[package]]
8584name = "pkcs1"
8585version = "0.7.5"
8586source = "registry+https://github.com/rust-lang/crates.io-index"
8587checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8588dependencies = [
8589 "der 0.7.9",
8590 "pkcs8 0.10.2",
8591 "spki 0.7.3",
8592]
8593
8594[[package]]
8595name = "pkcs8"
8596version = "0.9.0"
8597source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
8599dependencies = [
8600 "der 0.6.1",
8601 "spki 0.6.0",
8602]
8603
8604[[package]]
8605name = "pkcs8"
8606version = "0.10.2"
8607source = "registry+https://github.com/rust-lang/crates.io-index"
8608checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8609dependencies = [
8610 "der 0.7.9",
8611 "spki 0.7.3",
8612]
8613
8614[[package]]
8615name = "pkg-config"
8616version = "0.3.30"
8617source = "registry+https://github.com/rust-lang/crates.io-index"
8618checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8619
8620[[package]]
8621name = "plist"
8622version = "1.7.0"
8623source = "registry+https://github.com/rust-lang/crates.io-index"
8624checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8625dependencies = [
8626 "base64 0.22.1",
8627 "indexmap 2.4.0",
8628 "quick-xml 0.32.0",
8629 "serde",
8630 "time",
8631]
8632
8633[[package]]
8634name = "plotters"
8635version = "0.3.6"
8636source = "registry+https://github.com/rust-lang/crates.io-index"
8637checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8638dependencies = [
8639 "num-traits",
8640 "plotters-backend",
8641 "plotters-svg",
8642 "wasm-bindgen",
8643 "web-sys",
8644]
8645
8646[[package]]
8647name = "plotters-backend"
8648version = "0.3.6"
8649source = "registry+https://github.com/rust-lang/crates.io-index"
8650checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
8651
8652[[package]]
8653name = "plotters-svg"
8654version = "0.3.6"
8655source = "registry+https://github.com/rust-lang/crates.io-index"
8656checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
8657dependencies = [
8658 "plotters-backend",
8659]
8660
8661[[package]]
8662name = "png"
8663version = "0.17.13"
8664source = "registry+https://github.com/rust-lang/crates.io-index"
8665checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
8666dependencies = [
8667 "bitflags 1.3.2",
8668 "crc32fast",
8669 "fdeflate",
8670 "flate2",
8671 "miniz_oxide 0.7.4",
8672]
8673
8674[[package]]
8675name = "polling"
8676version = "2.8.0"
8677source = "registry+https://github.com/rust-lang/crates.io-index"
8678checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8679dependencies = [
8680 "autocfg",
8681 "bitflags 1.3.2",
8682 "cfg-if",
8683 "concurrent-queue",
8684 "libc",
8685 "log",
8686 "pin-project-lite",
8687 "windows-sys 0.48.0",
8688]
8689
8690[[package]]
8691name = "polling"
8692version = "3.7.3"
8693source = "registry+https://github.com/rust-lang/crates.io-index"
8694checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
8695dependencies = [
8696 "cfg-if",
8697 "concurrent-queue",
8698 "hermit-abi 0.4.0",
8699 "pin-project-lite",
8700 "rustix 0.38.35",
8701 "tracing",
8702 "windows-sys 0.59.0",
8703]
8704
8705[[package]]
8706name = "pollster"
8707version = "0.2.5"
8708source = "registry+https://github.com/rust-lang/crates.io-index"
8709checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
8710
8711[[package]]
8712name = "postage"
8713version = "0.5.0"
8714source = "registry+https://github.com/rust-lang/crates.io-index"
8715checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
8716dependencies = [
8717 "atomic",
8718 "crossbeam-queue",
8719 "futures 0.3.30",
8720 "log",
8721 "parking_lot",
8722 "pin-project",
8723 "pollster",
8724 "static_assertions",
8725 "thiserror",
8726]
8727
8728[[package]]
8729name = "postcard"
8730version = "1.0.10"
8731source = "registry+https://github.com/rust-lang/crates.io-index"
8732checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
8733dependencies = [
8734 "cobs",
8735 "embedded-io 0.4.0",
8736 "embedded-io 0.6.1",
8737 "serde",
8738]
8739
8740[[package]]
8741name = "powerfmt"
8742version = "0.2.0"
8743source = "registry+https://github.com/rust-lang/crates.io-index"
8744checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8745
8746[[package]]
8747name = "ppv-lite86"
8748version = "0.2.20"
8749source = "registry+https://github.com/rust-lang/crates.io-index"
8750checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
8751dependencies = [
8752 "zerocopy",
8753]
8754
8755[[package]]
8756name = "precomputed-hash"
8757version = "0.1.1"
8758source = "registry+https://github.com/rust-lang/crates.io-index"
8759checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8760
8761[[package]]
8762name = "prettier"
8763version = "0.1.0"
8764dependencies = [
8765 "anyhow",
8766 "collections",
8767 "fs",
8768 "gpui",
8769 "language",
8770 "log",
8771 "lsp",
8772 "node_runtime",
8773 "parking_lot",
8774 "paths",
8775 "serde",
8776 "serde_json",
8777 "util",
8778]
8779
8780[[package]]
8781name = "pretty_assertions"
8782version = "1.4.1"
8783source = "registry+https://github.com/rust-lang/crates.io-index"
8784checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
8785dependencies = [
8786 "diff",
8787 "yansi",
8788]
8789
8790[[package]]
8791name = "prettyplease"
8792version = "0.2.22"
8793source = "registry+https://github.com/rust-lang/crates.io-index"
8794checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
8795dependencies = [
8796 "proc-macro2",
8797 "syn 2.0.76",
8798]
8799
8800[[package]]
8801name = "proc-macro-crate"
8802version = "3.2.0"
8803source = "registry+https://github.com/rust-lang/crates.io-index"
8804checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
8805dependencies = [
8806 "toml_edit 0.22.20",
8807]
8808
8809[[package]]
8810name = "proc-macro-error"
8811version = "1.0.4"
8812source = "registry+https://github.com/rust-lang/crates.io-index"
8813checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8814dependencies = [
8815 "proc-macro-error-attr",
8816 "proc-macro2",
8817 "quote",
8818 "syn 1.0.109",
8819 "version_check",
8820]
8821
8822[[package]]
8823name = "proc-macro-error-attr"
8824version = "1.0.4"
8825source = "registry+https://github.com/rust-lang/crates.io-index"
8826checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8827dependencies = [
8828 "proc-macro2",
8829 "quote",
8830 "version_check",
8831]
8832
8833[[package]]
8834name = "proc-macro2"
8835version = "1.0.89"
8836source = "registry+https://github.com/rust-lang/crates.io-index"
8837checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
8838dependencies = [
8839 "unicode-ident",
8840]
8841
8842[[package]]
8843name = "profiling"
8844version = "1.0.16"
8845source = "registry+https://github.com/rust-lang/crates.io-index"
8846checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
8847dependencies = [
8848 "profiling-procmacros",
8849]
8850
8851[[package]]
8852name = "profiling-procmacros"
8853version = "1.0.16"
8854source = "registry+https://github.com/rust-lang/crates.io-index"
8855checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
8856dependencies = [
8857 "quote",
8858 "syn 2.0.76",
8859]
8860
8861[[package]]
8862name = "project"
8863version = "0.1.0"
8864dependencies = [
8865 "aho-corasick",
8866 "anyhow",
8867 "async-trait",
8868 "client",
8869 "clock",
8870 "collections",
8871 "env_logger 0.11.5",
8872 "fs",
8873 "futures 0.3.30",
8874 "fuzzy",
8875 "git",
8876 "git2",
8877 "globset",
8878 "gpui",
8879 "http_client",
8880 "itertools 0.13.0",
8881 "language",
8882 "log",
8883 "lsp",
8884 "node_runtime",
8885 "parking_lot",
8886 "pathdiff",
8887 "paths",
8888 "postage",
8889 "prettier",
8890 "pretty_assertions",
8891 "rand 0.8.5",
8892 "regex",
8893 "release_channel",
8894 "remote",
8895 "rpc",
8896 "schemars",
8897 "serde",
8898 "serde_json",
8899 "settings",
8900 "sha2",
8901 "shellexpand 2.1.2",
8902 "shlex",
8903 "similar",
8904 "smol",
8905 "snippet",
8906 "snippet_provider",
8907 "task",
8908 "tempfile",
8909 "terminal",
8910 "text",
8911 "unindent",
8912 "url",
8913 "util",
8914 "which 6.0.3",
8915 "windows 0.58.0",
8916 "worktree",
8917]
8918
8919[[package]]
8920name = "project_panel"
8921version = "0.1.0"
8922dependencies = [
8923 "anyhow",
8924 "client",
8925 "collections",
8926 "db",
8927 "editor",
8928 "file_icons",
8929 "git",
8930 "gpui",
8931 "indexmap 1.9.3",
8932 "language",
8933 "menu",
8934 "pretty_assertions",
8935 "project",
8936 "schemars",
8937 "search",
8938 "serde",
8939 "serde_derive",
8940 "serde_json",
8941 "settings",
8942 "smallvec",
8943 "theme",
8944 "ui",
8945 "util",
8946 "workspace",
8947 "worktree",
8948]
8949
8950[[package]]
8951name = "project_symbols"
8952version = "0.1.0"
8953dependencies = [
8954 "anyhow",
8955 "editor",
8956 "futures 0.3.30",
8957 "fuzzy",
8958 "gpui",
8959 "language",
8960 "lsp",
8961 "ordered-float 2.10.1",
8962 "picker",
8963 "project",
8964 "release_channel",
8965 "serde_json",
8966 "settings",
8967 "theme",
8968 "util",
8969 "workspace",
8970]
8971
8972[[package]]
8973name = "prometheus"
8974version = "0.13.4"
8975source = "registry+https://github.com/rust-lang/crates.io-index"
8976checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
8977dependencies = [
8978 "cfg-if",
8979 "fnv",
8980 "lazy_static",
8981 "memchr",
8982 "parking_lot",
8983 "protobuf",
8984 "thiserror",
8985]
8986
8987[[package]]
8988name = "prost"
8989version = "0.9.0"
8990source = "registry+https://github.com/rust-lang/crates.io-index"
8991checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
8992dependencies = [
8993 "bytes 1.7.2",
8994 "prost-derive",
8995]
8996
8997[[package]]
8998name = "prost-build"
8999version = "0.9.0"
9000source = "registry+https://github.com/rust-lang/crates.io-index"
9001checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9002dependencies = [
9003 "bytes 1.7.2",
9004 "heck 0.3.3",
9005 "itertools 0.10.5",
9006 "lazy_static",
9007 "log",
9008 "multimap",
9009 "petgraph",
9010 "prost",
9011 "prost-types",
9012 "regex",
9013 "tempfile",
9014 "which 4.4.2",
9015]
9016
9017[[package]]
9018name = "prost-derive"
9019version = "0.9.0"
9020source = "registry+https://github.com/rust-lang/crates.io-index"
9021checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9022dependencies = [
9023 "anyhow",
9024 "itertools 0.10.5",
9025 "proc-macro2",
9026 "quote",
9027 "syn 1.0.109",
9028]
9029
9030[[package]]
9031name = "prost-types"
9032version = "0.9.0"
9033source = "registry+https://github.com/rust-lang/crates.io-index"
9034checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9035dependencies = [
9036 "bytes 1.7.2",
9037 "prost",
9038]
9039
9040[[package]]
9041name = "proto"
9042version = "0.1.0"
9043dependencies = [
9044 "anyhow",
9045 "collections",
9046 "prost",
9047 "prost-build",
9048 "serde",
9049]
9050
9051[[package]]
9052name = "protobuf"
9053version = "2.28.0"
9054source = "registry+https://github.com/rust-lang/crates.io-index"
9055checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9056
9057[[package]]
9058name = "psm"
9059version = "0.1.21"
9060source = "registry+https://github.com/rust-lang/crates.io-index"
9061checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
9062dependencies = [
9063 "cc",
9064]
9065
9066[[package]]
9067name = "ptr_meta"
9068version = "0.1.4"
9069source = "registry+https://github.com/rust-lang/crates.io-index"
9070checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9071dependencies = [
9072 "ptr_meta_derive",
9073]
9074
9075[[package]]
9076name = "ptr_meta_derive"
9077version = "0.1.4"
9078source = "registry+https://github.com/rust-lang/crates.io-index"
9079checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9080dependencies = [
9081 "proc-macro2",
9082 "quote",
9083 "syn 1.0.109",
9084]
9085
9086[[package]]
9087name = "pulldown-cmark"
9088version = "0.10.3"
9089source = "registry+https://github.com/rust-lang/crates.io-index"
9090checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9091dependencies = [
9092 "bitflags 2.6.0",
9093 "memchr",
9094 "pulldown-cmark-escape",
9095 "unicase",
9096]
9097
9098[[package]]
9099name = "pulldown-cmark"
9100version = "0.12.1"
9101source = "registry+https://github.com/rust-lang/crates.io-index"
9102checksum = "666f0f59e259aea2d72e6012290c09877a780935cc3c18b1ceded41f3890d59c"
9103dependencies = [
9104 "bitflags 2.6.0",
9105 "memchr",
9106 "unicase",
9107]
9108
9109[[package]]
9110name = "pulldown-cmark-escape"
9111version = "0.10.1"
9112source = "registry+https://github.com/rust-lang/crates.io-index"
9113checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9114
9115[[package]]
9116name = "qoi"
9117version = "0.4.1"
9118source = "registry+https://github.com/rust-lang/crates.io-index"
9119checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9120dependencies = [
9121 "bytemuck",
9122]
9123
9124[[package]]
9125name = "quick-error"
9126version = "2.0.1"
9127source = "registry+https://github.com/rust-lang/crates.io-index"
9128checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
9129
9130[[package]]
9131name = "quick-xml"
9132version = "0.32.0"
9133source = "registry+https://github.com/rust-lang/crates.io-index"
9134checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
9135dependencies = [
9136 "memchr",
9137]
9138
9139[[package]]
9140name = "quick-xml"
9141version = "0.34.0"
9142source = "registry+https://github.com/rust-lang/crates.io-index"
9143checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
9144dependencies = [
9145 "memchr",
9146]
9147
9148[[package]]
9149name = "quick_action_bar"
9150version = "0.1.0"
9151dependencies = [
9152 "assistant",
9153 "editor",
9154 "gpui",
9155 "markdown_preview",
9156 "repl",
9157 "search",
9158 "settings",
9159 "ui",
9160 "util",
9161 "workspace",
9162 "zed_actions",
9163]
9164
9165[[package]]
9166name = "quinn"
9167version = "0.11.5"
9168source = "registry+https://github.com/rust-lang/crates.io-index"
9169checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
9170dependencies = [
9171 "bytes 1.7.2",
9172 "pin-project-lite",
9173 "quinn-proto",
9174 "quinn-udp",
9175 "rustc-hash 2.0.0",
9176 "rustls 0.23.13",
9177 "socket2 0.5.7",
9178 "thiserror",
9179 "tokio",
9180 "tracing",
9181]
9182
9183[[package]]
9184name = "quinn-proto"
9185version = "0.11.8"
9186source = "registry+https://github.com/rust-lang/crates.io-index"
9187checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
9188dependencies = [
9189 "bytes 1.7.2",
9190 "rand 0.8.5",
9191 "ring 0.17.8",
9192 "rustc-hash 2.0.0",
9193 "rustls 0.23.13",
9194 "slab",
9195 "thiserror",
9196 "tinyvec",
9197 "tracing",
9198]
9199
9200[[package]]
9201name = "quinn-udp"
9202version = "0.5.5"
9203source = "registry+https://github.com/rust-lang/crates.io-index"
9204checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
9205dependencies = [
9206 "libc",
9207 "once_cell",
9208 "socket2 0.5.7",
9209 "tracing",
9210 "windows-sys 0.59.0",
9211]
9212
9213[[package]]
9214name = "quote"
9215version = "1.0.37"
9216source = "registry+https://github.com/rust-lang/crates.io-index"
9217checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
9218dependencies = [
9219 "proc-macro2",
9220]
9221
9222[[package]]
9223name = "radium"
9224version = "0.7.0"
9225source = "registry+https://github.com/rust-lang/crates.io-index"
9226checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
9227
9228[[package]]
9229name = "rand"
9230version = "0.7.3"
9231source = "registry+https://github.com/rust-lang/crates.io-index"
9232checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
9233dependencies = [
9234 "getrandom 0.1.16",
9235 "libc",
9236 "rand_chacha 0.2.2",
9237 "rand_core 0.5.1",
9238 "rand_hc",
9239]
9240
9241[[package]]
9242name = "rand"
9243version = "0.8.5"
9244source = "registry+https://github.com/rust-lang/crates.io-index"
9245checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
9246dependencies = [
9247 "libc",
9248 "rand_chacha 0.3.1",
9249 "rand_core 0.6.4",
9250]
9251
9252[[package]]
9253name = "rand_chacha"
9254version = "0.2.2"
9255source = "registry+https://github.com/rust-lang/crates.io-index"
9256checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
9257dependencies = [
9258 "ppv-lite86",
9259 "rand_core 0.5.1",
9260]
9261
9262[[package]]
9263name = "rand_chacha"
9264version = "0.3.1"
9265source = "registry+https://github.com/rust-lang/crates.io-index"
9266checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
9267dependencies = [
9268 "ppv-lite86",
9269 "rand_core 0.6.4",
9270]
9271
9272[[package]]
9273name = "rand_core"
9274version = "0.5.1"
9275source = "registry+https://github.com/rust-lang/crates.io-index"
9276checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
9277dependencies = [
9278 "getrandom 0.1.16",
9279]
9280
9281[[package]]
9282name = "rand_core"
9283version = "0.6.4"
9284source = "registry+https://github.com/rust-lang/crates.io-index"
9285checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
9286dependencies = [
9287 "getrandom 0.2.15",
9288]
9289
9290[[package]]
9291name = "rand_hc"
9292version = "0.2.0"
9293source = "registry+https://github.com/rust-lang/crates.io-index"
9294checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
9295dependencies = [
9296 "rand_core 0.5.1",
9297]
9298
9299[[package]]
9300name = "rangemap"
9301version = "1.5.1"
9302source = "registry+https://github.com/rust-lang/crates.io-index"
9303checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
9304
9305[[package]]
9306name = "rav1e"
9307version = "0.7.1"
9308source = "registry+https://github.com/rust-lang/crates.io-index"
9309checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
9310dependencies = [
9311 "arbitrary",
9312 "arg_enum_proc_macro",
9313 "arrayvec",
9314 "av1-grain",
9315 "bitstream-io",
9316 "built",
9317 "cfg-if",
9318 "interpolate_name",
9319 "itertools 0.12.1",
9320 "libc",
9321 "libfuzzer-sys",
9322 "log",
9323 "maybe-rayon",
9324 "new_debug_unreachable",
9325 "noop_proc_macro",
9326 "num-derive",
9327 "num-traits",
9328 "once_cell",
9329 "paste",
9330 "profiling",
9331 "rand 0.8.5",
9332 "rand_chacha 0.3.1",
9333 "simd_helpers",
9334 "system-deps",
9335 "thiserror",
9336 "v_frame",
9337 "wasm-bindgen",
9338]
9339
9340[[package]]
9341name = "ravif"
9342version = "0.11.10"
9343source = "registry+https://github.com/rust-lang/crates.io-index"
9344checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
9345dependencies = [
9346 "avif-serialize",
9347 "imgref",
9348 "loop9",
9349 "quick-error",
9350 "rav1e",
9351 "rgb",
9352]
9353
9354[[package]]
9355name = "raw-window-handle"
9356version = "0.6.2"
9357source = "registry+https://github.com/rust-lang/crates.io-index"
9358checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
9359
9360[[package]]
9361name = "raw-window-metal"
9362version = "0.4.0"
9363source = "registry+https://github.com/rust-lang/crates.io-index"
9364checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
9365dependencies = [
9366 "cocoa 0.25.0",
9367 "core-graphics 0.23.2",
9368 "objc",
9369 "raw-window-handle",
9370]
9371
9372[[package]]
9373name = "rayon"
9374version = "1.10.0"
9375source = "registry+https://github.com/rust-lang/crates.io-index"
9376checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
9377dependencies = [
9378 "either",
9379 "rayon-core",
9380]
9381
9382[[package]]
9383name = "rayon-core"
9384version = "1.12.1"
9385source = "registry+https://github.com/rust-lang/crates.io-index"
9386checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
9387dependencies = [
9388 "crossbeam-deque",
9389 "crossbeam-utils",
9390]
9391
9392[[package]]
9393name = "read-fonts"
9394version = "0.20.0"
9395source = "registry+https://github.com/rust-lang/crates.io-index"
9396checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
9397dependencies = [
9398 "bytemuck",
9399 "font-types",
9400]
9401
9402[[package]]
9403name = "recent_projects"
9404version = "0.1.0"
9405dependencies = [
9406 "anyhow",
9407 "auto_update",
9408 "editor",
9409 "file_finder",
9410 "futures 0.3.30",
9411 "fuzzy",
9412 "gpui",
9413 "itertools 0.13.0",
9414 "language",
9415 "log",
9416 "markdown",
9417 "menu",
9418 "ordered-float 2.10.1",
9419 "paths",
9420 "picker",
9421 "project",
9422 "release_channel",
9423 "remote",
9424 "schemars",
9425 "serde",
9426 "serde_json",
9427 "settings",
9428 "smol",
9429 "task",
9430 "theme",
9431 "ui",
9432 "util",
9433 "workspace",
9434]
9435
9436[[package]]
9437name = "redox_syscall"
9438version = "0.2.16"
9439source = "registry+https://github.com/rust-lang/crates.io-index"
9440checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
9441dependencies = [
9442 "bitflags 1.3.2",
9443]
9444
9445[[package]]
9446name = "redox_syscall"
9447version = "0.4.1"
9448source = "registry+https://github.com/rust-lang/crates.io-index"
9449checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
9450dependencies = [
9451 "bitflags 1.3.2",
9452]
9453
9454[[package]]
9455name = "redox_syscall"
9456version = "0.5.3"
9457source = "registry+https://github.com/rust-lang/crates.io-index"
9458checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
9459dependencies = [
9460 "bitflags 2.6.0",
9461]
9462
9463[[package]]
9464name = "redox_users"
9465version = "0.4.6"
9466source = "registry+https://github.com/rust-lang/crates.io-index"
9467checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
9468dependencies = [
9469 "getrandom 0.2.15",
9470 "libredox",
9471 "thiserror",
9472]
9473
9474[[package]]
9475name = "refineable"
9476version = "0.1.0"
9477dependencies = [
9478 "derive_refineable",
9479]
9480
9481[[package]]
9482name = "regalloc2"
9483version = "0.9.3"
9484source = "registry+https://github.com/rust-lang/crates.io-index"
9485checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
9486dependencies = [
9487 "hashbrown 0.13.2",
9488 "log",
9489 "rustc-hash 1.1.0",
9490 "slice-group-by",
9491 "smallvec",
9492]
9493
9494[[package]]
9495name = "regex"
9496version = "1.10.6"
9497source = "registry+https://github.com/rust-lang/crates.io-index"
9498checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
9499dependencies = [
9500 "aho-corasick",
9501 "memchr",
9502 "regex-automata 0.4.7",
9503 "regex-syntax 0.8.4",
9504]
9505
9506[[package]]
9507name = "regex-automata"
9508version = "0.1.10"
9509source = "registry+https://github.com/rust-lang/crates.io-index"
9510checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
9511dependencies = [
9512 "regex-syntax 0.6.29",
9513]
9514
9515[[package]]
9516name = "regex-automata"
9517version = "0.4.7"
9518source = "registry+https://github.com/rust-lang/crates.io-index"
9519checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
9520dependencies = [
9521 "aho-corasick",
9522 "memchr",
9523 "regex-syntax 0.8.4",
9524]
9525
9526[[package]]
9527name = "regex-lite"
9528version = "0.1.6"
9529source = "registry+https://github.com/rust-lang/crates.io-index"
9530checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
9531
9532[[package]]
9533name = "regex-syntax"
9534version = "0.6.29"
9535source = "registry+https://github.com/rust-lang/crates.io-index"
9536checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
9537
9538[[package]]
9539name = "regex-syntax"
9540version = "0.8.4"
9541source = "registry+https://github.com/rust-lang/crates.io-index"
9542checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
9543
9544[[package]]
9545name = "release_channel"
9546version = "0.1.0"
9547dependencies = [
9548 "gpui",
9549 "once_cell",
9550]
9551
9552[[package]]
9553name = "remote"
9554version = "0.1.0"
9555dependencies = [
9556 "anyhow",
9557 "async-trait",
9558 "collections",
9559 "fs",
9560 "futures 0.3.30",
9561 "gpui",
9562 "itertools 0.13.0",
9563 "log",
9564 "parking_lot",
9565 "paths",
9566 "prost",
9567 "release_channel",
9568 "rpc",
9569 "serde",
9570 "serde_json",
9571 "shlex",
9572 "smol",
9573 "tempfile",
9574 "thiserror",
9575 "util",
9576]
9577
9578[[package]]
9579name = "remote_server"
9580version = "0.1.0"
9581dependencies = [
9582 "anyhow",
9583 "async-watch",
9584 "backtrace",
9585 "cargo_toml",
9586 "chrono",
9587 "clap",
9588 "client",
9589 "clock",
9590 "env_logger 0.11.5",
9591 "fork",
9592 "fs",
9593 "futures 0.3.30",
9594 "git",
9595 "git_hosting_providers",
9596 "gpui",
9597 "http_client",
9598 "language",
9599 "languages",
9600 "libc",
9601 "log",
9602 "lsp",
9603 "node_runtime",
9604 "paths",
9605 "project",
9606 "proto",
9607 "release_channel",
9608 "remote",
9609 "reqwest_client",
9610 "rpc",
9611 "rust-embed",
9612 "serde",
9613 "serde_json",
9614 "settings",
9615 "shellexpand 2.1.2",
9616 "smol",
9617 "sysinfo",
9618 "telemetry_events",
9619 "toml 0.8.19",
9620 "util",
9621 "worktree",
9622]
9623
9624[[package]]
9625name = "rend"
9626version = "0.4.2"
9627source = "registry+https://github.com/rust-lang/crates.io-index"
9628checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
9629dependencies = [
9630 "bytecheck",
9631]
9632
9633[[package]]
9634name = "repl"
9635version = "0.1.0"
9636dependencies = [
9637 "alacritty_terminal",
9638 "anyhow",
9639 "async-dispatcher",
9640 "base64 0.22.1",
9641 "client",
9642 "collections",
9643 "command_palette_hooks",
9644 "editor",
9645 "env_logger 0.11.5",
9646 "feature_flags",
9647 "futures 0.3.30",
9648 "gpui",
9649 "http_client",
9650 "image",
9651 "indoc",
9652 "language",
9653 "languages",
9654 "log",
9655 "markdown_preview",
9656 "menu",
9657 "multi_buffer",
9658 "nbformat",
9659 "project",
9660 "runtimelib",
9661 "schemars",
9662 "serde",
9663 "serde_json",
9664 "settings",
9665 "smol",
9666 "terminal",
9667 "terminal_view",
9668 "theme",
9669 "tree-sitter-md",
9670 "tree-sitter-python",
9671 "tree-sitter-typescript",
9672 "ui",
9673 "util",
9674 "uuid",
9675 "windows 0.58.0",
9676 "workspace",
9677]
9678
9679[[package]]
9680name = "reqwest"
9681version = "0.11.27"
9682source = "registry+https://github.com/rust-lang/crates.io-index"
9683checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9684dependencies = [
9685 "base64 0.21.7",
9686 "bytes 1.7.2",
9687 "encoding_rs",
9688 "futures-core",
9689 "futures-util",
9690 "h2 0.3.26",
9691 "http 0.2.12",
9692 "http-body 0.4.6",
9693 "hyper 0.14.31",
9694 "hyper-tls",
9695 "ipnet",
9696 "js-sys",
9697 "log",
9698 "mime",
9699 "native-tls",
9700 "once_cell",
9701 "percent-encoding",
9702 "pin-project-lite",
9703 "rustls-pemfile 1.0.4",
9704 "serde",
9705 "serde_json",
9706 "serde_urlencoded",
9707 "sync_wrapper 0.1.2",
9708 "system-configuration 0.5.1",
9709 "tokio",
9710 "tokio-native-tls",
9711 "tower-service",
9712 "url",
9713 "wasm-bindgen",
9714 "wasm-bindgen-futures",
9715 "web-sys",
9716 "winreg 0.50.0",
9717]
9718
9719[[package]]
9720name = "reqwest"
9721version = "0.12.8"
9722source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
9723dependencies = [
9724 "base64 0.22.1",
9725 "bytes 1.7.2",
9726 "encoding_rs",
9727 "futures-core",
9728 "futures-util",
9729 "h2 0.4.6",
9730 "http 1.1.0",
9731 "http-body 1.0.1",
9732 "http-body-util",
9733 "hyper 1.4.1",
9734 "hyper-rustls 0.27.3",
9735 "hyper-util",
9736 "ipnet",
9737 "js-sys",
9738 "log",
9739 "mime",
9740 "once_cell",
9741 "percent-encoding",
9742 "pin-project-lite",
9743 "quinn",
9744 "rustls 0.23.13",
9745 "rustls-native-certs 0.8.0",
9746 "rustls-pemfile 2.1.3",
9747 "rustls-pki-types",
9748 "serde",
9749 "serde_json",
9750 "serde_urlencoded",
9751 "sync_wrapper 1.0.1",
9752 "system-configuration 0.6.1",
9753 "tokio",
9754 "tokio-rustls 0.26.0",
9755 "tokio-socks",
9756 "tokio-util",
9757 "tower-service",
9758 "url",
9759 "wasm-bindgen",
9760 "wasm-bindgen-futures",
9761 "wasm-streams",
9762 "web-sys",
9763 "windows-registry",
9764]
9765
9766[[package]]
9767name = "reqwest_client"
9768version = "0.1.0"
9769dependencies = [
9770 "anyhow",
9771 "bytes 1.7.2",
9772 "futures 0.3.30",
9773 "gpui",
9774 "http_client",
9775 "log",
9776 "reqwest 0.12.8",
9777 "serde",
9778 "smol",
9779 "tokio",
9780]
9781
9782[[package]]
9783name = "resvg"
9784version = "0.41.0"
9785source = "registry+https://github.com/rust-lang/crates.io-index"
9786checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
9787dependencies = [
9788 "log",
9789 "pico-args",
9790 "rgb",
9791 "svgtypes",
9792 "tiny-skia",
9793 "usvg",
9794]
9795
9796[[package]]
9797name = "rfc6979"
9798version = "0.3.1"
9799source = "registry+https://github.com/rust-lang/crates.io-index"
9800checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9801dependencies = [
9802 "crypto-bigint 0.4.9",
9803 "hmac",
9804 "zeroize",
9805]
9806
9807[[package]]
9808name = "rgb"
9809version = "0.8.49"
9810source = "registry+https://github.com/rust-lang/crates.io-index"
9811checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
9812dependencies = [
9813 "bytemuck",
9814]
9815
9816[[package]]
9817name = "rich_text"
9818version = "0.1.0"
9819dependencies = [
9820 "futures 0.3.30",
9821 "gpui",
9822 "language",
9823 "linkify",
9824 "pulldown-cmark 0.12.1",
9825 "theme",
9826 "ui",
9827 "util",
9828]
9829
9830[[package]]
9831name = "ring"
9832version = "0.16.20"
9833source = "registry+https://github.com/rust-lang/crates.io-index"
9834checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
9835dependencies = [
9836 "cc",
9837 "libc",
9838 "once_cell",
9839 "spin 0.5.2",
9840 "untrusted 0.7.1",
9841 "web-sys",
9842 "winapi",
9843]
9844
9845[[package]]
9846name = "ring"
9847version = "0.17.8"
9848source = "registry+https://github.com/rust-lang/crates.io-index"
9849checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9850dependencies = [
9851 "cc",
9852 "cfg-if",
9853 "getrandom 0.2.15",
9854 "libc",
9855 "spin 0.9.8",
9856 "untrusted 0.9.0",
9857 "windows-sys 0.52.0",
9858]
9859
9860[[package]]
9861name = "rkyv"
9862version = "0.7.45"
9863source = "registry+https://github.com/rust-lang/crates.io-index"
9864checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9865dependencies = [
9866 "bitvec",
9867 "bytecheck",
9868 "bytes 1.7.2",
9869 "hashbrown 0.12.3",
9870 "ptr_meta",
9871 "rend",
9872 "rkyv_derive",
9873 "seahash",
9874 "tinyvec",
9875 "uuid",
9876]
9877
9878[[package]]
9879name = "rkyv_derive"
9880version = "0.7.45"
9881source = "registry+https://github.com/rust-lang/crates.io-index"
9882checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9883dependencies = [
9884 "proc-macro2",
9885 "quote",
9886 "syn 1.0.109",
9887]
9888
9889[[package]]
9890name = "rmp"
9891version = "0.8.14"
9892source = "registry+https://github.com/rust-lang/crates.io-index"
9893checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9894dependencies = [
9895 "byteorder",
9896 "num-traits",
9897 "paste",
9898]
9899
9900[[package]]
9901name = "rmpv"
9902version = "1.3.0"
9903source = "registry+https://github.com/rust-lang/crates.io-index"
9904checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9905dependencies = [
9906 "num-traits",
9907 "rmp",
9908]
9909
9910[[package]]
9911name = "rodio"
9912version = "0.19.0"
9913source = "registry+https://github.com/rust-lang/crates.io-index"
9914checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
9915dependencies = [
9916 "cpal",
9917 "hound",
9918 "thiserror",
9919]
9920
9921[[package]]
9922name = "rope"
9923version = "0.1.0"
9924dependencies = [
9925 "arrayvec",
9926 "criterion",
9927 "ctor",
9928 "env_logger 0.11.5",
9929 "gpui",
9930 "log",
9931 "rand 0.8.5",
9932 "rayon",
9933 "smallvec",
9934 "sum_tree",
9935 "unicode-segmentation",
9936 "util",
9937]
9938
9939[[package]]
9940name = "roxmltree"
9941version = "0.19.0"
9942source = "registry+https://github.com/rust-lang/crates.io-index"
9943checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
9944
9945[[package]]
9946name = "roxmltree"
9947version = "0.20.0"
9948source = "registry+https://github.com/rust-lang/crates.io-index"
9949checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9950
9951[[package]]
9952name = "rpc"
9953version = "0.1.0"
9954dependencies = [
9955 "anyhow",
9956 "async-tungstenite",
9957 "base64 0.22.1",
9958 "chrono",
9959 "collections",
9960 "env_logger 0.11.5",
9961 "futures 0.3.30",
9962 "gpui",
9963 "parking_lot",
9964 "proto",
9965 "rand 0.8.5",
9966 "rsa",
9967 "serde",
9968 "serde_json",
9969 "sha2",
9970 "strum 0.25.0",
9971 "tracing",
9972 "util",
9973 "zstd",
9974]
9975
9976[[package]]
9977name = "rsa"
9978version = "0.9.6"
9979source = "registry+https://github.com/rust-lang/crates.io-index"
9980checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
9981dependencies = [
9982 "const-oid",
9983 "digest",
9984 "num-bigint-dig",
9985 "num-integer",
9986 "num-traits",
9987 "pkcs1",
9988 "pkcs8 0.10.2",
9989 "rand_core 0.6.4",
9990 "signature 2.2.0",
9991 "spki 0.7.3",
9992 "subtle",
9993 "zeroize",
9994]
9995
9996[[package]]
9997name = "runtimelib"
9998version = "0.16.1"
9999source = "registry+https://github.com/rust-lang/crates.io-index"
10000checksum = "bc7fe3c17675445fe89de68d130be00b7115104924fbcf53a9b0a84b0283fc81"
10001dependencies = [
10002 "anyhow",
10003 "async-dispatcher",
10004 "async-std",
10005 "base64 0.22.1",
10006 "bytes 1.7.2",
10007 "chrono",
10008 "data-encoding",
10009 "dirs 5.0.1",
10010 "futures 0.3.30",
10011 "glob",
10012 "jupyter-serde",
10013 "rand 0.8.5",
10014 "ring 0.17.8",
10015 "serde",
10016 "serde_json",
10017 "shellexpand 3.1.0",
10018 "smol",
10019 "uuid",
10020 "zeromq",
10021]
10022
10023[[package]]
10024name = "rust-embed"
10025version = "8.5.0"
10026source = "registry+https://github.com/rust-lang/crates.io-index"
10027checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10028dependencies = [
10029 "rust-embed-impl",
10030 "rust-embed-utils",
10031 "walkdir",
10032]
10033
10034[[package]]
10035name = "rust-embed-impl"
10036version = "8.5.0"
10037source = "registry+https://github.com/rust-lang/crates.io-index"
10038checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10039dependencies = [
10040 "proc-macro2",
10041 "quote",
10042 "rust-embed-utils",
10043 "syn 2.0.76",
10044 "walkdir",
10045]
10046
10047[[package]]
10048name = "rust-embed-utils"
10049version = "8.5.0"
10050source = "registry+https://github.com/rust-lang/crates.io-index"
10051checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10052dependencies = [
10053 "globset",
10054 "sha2",
10055 "walkdir",
10056]
10057
10058[[package]]
10059name = "rust_decimal"
10060version = "1.36.0"
10061source = "registry+https://github.com/rust-lang/crates.io-index"
10062checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10063dependencies = [
10064 "arrayvec",
10065 "borsh",
10066 "bytes 1.7.2",
10067 "num-traits",
10068 "rand 0.8.5",
10069 "rkyv",
10070 "serde",
10071 "serde_json",
10072]
10073
10074[[package]]
10075name = "rustc-demangle"
10076version = "0.1.24"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10079
10080[[package]]
10081name = "rustc-hash"
10082version = "1.1.0"
10083source = "registry+https://github.com/rust-lang/crates.io-index"
10084checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10085
10086[[package]]
10087name = "rustc-hash"
10088version = "2.0.0"
10089source = "registry+https://github.com/rust-lang/crates.io-index"
10090checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
10091
10092[[package]]
10093name = "rustc_version"
10094version = "0.4.1"
10095source = "registry+https://github.com/rust-lang/crates.io-index"
10096checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10097dependencies = [
10098 "semver",
10099]
10100
10101[[package]]
10102name = "rustix"
10103version = "0.37.27"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
10106dependencies = [
10107 "bitflags 1.3.2",
10108 "errno 0.3.9",
10109 "io-lifetimes 1.0.11",
10110 "libc",
10111 "linux-raw-sys 0.3.8",
10112 "windows-sys 0.48.0",
10113]
10114
10115[[package]]
10116name = "rustix"
10117version = "0.38.35"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
10120dependencies = [
10121 "bitflags 2.6.0",
10122 "errno 0.3.9",
10123 "itoa",
10124 "libc",
10125 "linux-raw-sys 0.4.14",
10126 "once_cell",
10127 "windows-sys 0.52.0",
10128]
10129
10130[[package]]
10131name = "rustix-openpty"
10132version = "0.1.1"
10133source = "registry+https://github.com/rust-lang/crates.io-index"
10134checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10135dependencies = [
10136 "errno 0.3.9",
10137 "libc",
10138 "rustix 0.38.35",
10139]
10140
10141[[package]]
10142name = "rustls"
10143version = "0.20.9"
10144source = "registry+https://github.com/rust-lang/crates.io-index"
10145checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
10146dependencies = [
10147 "log",
10148 "ring 0.16.20",
10149 "sct",
10150 "webpki",
10151]
10152
10153[[package]]
10154name = "rustls"
10155version = "0.21.12"
10156source = "registry+https://github.com/rust-lang/crates.io-index"
10157checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10158dependencies = [
10159 "log",
10160 "ring 0.17.8",
10161 "rustls-webpki 0.101.7",
10162 "sct",
10163]
10164
10165[[package]]
10166name = "rustls"
10167version = "0.23.13"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
10170dependencies = [
10171 "once_cell",
10172 "ring 0.17.8",
10173 "rustls-pki-types",
10174 "rustls-webpki 0.102.8",
10175 "subtle",
10176 "zeroize",
10177]
10178
10179[[package]]
10180name = "rustls-native-certs"
10181version = "0.6.3"
10182source = "registry+https://github.com/rust-lang/crates.io-index"
10183checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
10184dependencies = [
10185 "openssl-probe",
10186 "rustls-pemfile 1.0.4",
10187 "schannel",
10188 "security-framework",
10189]
10190
10191[[package]]
10192name = "rustls-native-certs"
10193version = "0.8.0"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
10196dependencies = [
10197 "openssl-probe",
10198 "rustls-pemfile 2.1.3",
10199 "rustls-pki-types",
10200 "schannel",
10201 "security-framework",
10202]
10203
10204[[package]]
10205name = "rustls-pemfile"
10206version = "1.0.4"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
10209dependencies = [
10210 "base64 0.21.7",
10211]
10212
10213[[package]]
10214name = "rustls-pemfile"
10215version = "2.1.3"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
10218dependencies = [
10219 "base64 0.22.1",
10220 "rustls-pki-types",
10221]
10222
10223[[package]]
10224name = "rustls-pki-types"
10225version = "1.8.0"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
10228
10229[[package]]
10230name = "rustls-webpki"
10231version = "0.101.7"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
10234dependencies = [
10235 "ring 0.17.8",
10236 "untrusted 0.9.0",
10237]
10238
10239[[package]]
10240name = "rustls-webpki"
10241version = "0.102.8"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
10244dependencies = [
10245 "ring 0.17.8",
10246 "rustls-pki-types",
10247 "untrusted 0.9.0",
10248]
10249
10250[[package]]
10251name = "rustversion"
10252version = "1.0.17"
10253source = "registry+https://github.com/rust-lang/crates.io-index"
10254checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
10255
10256[[package]]
10257name = "rustybuzz"
10258version = "0.14.1"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
10261dependencies = [
10262 "bitflags 2.6.0",
10263 "bytemuck",
10264 "libm",
10265 "smallvec",
10266 "ttf-parser",
10267 "unicode-bidi-mirroring",
10268 "unicode-ccc",
10269 "unicode-properties",
10270 "unicode-script",
10271]
10272
10273[[package]]
10274name = "ryu"
10275version = "1.0.18"
10276source = "registry+https://github.com/rust-lang/crates.io-index"
10277checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
10278
10279[[package]]
10280name = "salsa20"
10281version = "0.10.2"
10282source = "registry+https://github.com/rust-lang/crates.io-index"
10283checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
10284dependencies = [
10285 "cipher",
10286]
10287
10288[[package]]
10289name = "same-file"
10290version = "1.0.6"
10291source = "registry+https://github.com/rust-lang/crates.io-index"
10292checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
10293dependencies = [
10294 "winapi-util",
10295]
10296
10297[[package]]
10298name = "schannel"
10299version = "0.1.23"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
10302dependencies = [
10303 "windows-sys 0.52.0",
10304]
10305
10306[[package]]
10307name = "schemars"
10308version = "0.8.21"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
10311dependencies = [
10312 "dyn-clone",
10313 "indexmap 1.9.3",
10314 "schemars_derive",
10315 "serde",
10316 "serde_json",
10317]
10318
10319[[package]]
10320name = "schemars_derive"
10321version = "0.8.21"
10322source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
10324dependencies = [
10325 "proc-macro2",
10326 "quote",
10327 "serde_derive_internals 0.29.1",
10328 "syn 2.0.76",
10329]
10330
10331[[package]]
10332name = "scoped-tls"
10333version = "1.0.1"
10334source = "registry+https://github.com/rust-lang/crates.io-index"
10335checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
10336
10337[[package]]
10338name = "scopeguard"
10339version = "1.2.0"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
10342
10343[[package]]
10344name = "scrypt"
10345version = "0.11.0"
10346source = "registry+https://github.com/rust-lang/crates.io-index"
10347checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
10348dependencies = [
10349 "password-hash",
10350 "pbkdf2",
10351 "salsa20",
10352 "sha2",
10353]
10354
10355[[package]]
10356name = "sct"
10357version = "0.7.1"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
10360dependencies = [
10361 "ring 0.17.8",
10362 "untrusted 0.9.0",
10363]
10364
10365[[package]]
10366name = "sea-bae"
10367version = "0.2.0"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
10370dependencies = [
10371 "heck 0.4.1",
10372 "proc-macro-error",
10373 "proc-macro2",
10374 "quote",
10375 "syn 2.0.76",
10376]
10377
10378[[package]]
10379name = "sea-orm"
10380version = "1.1.0-rc.1"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
10383dependencies = [
10384 "async-stream",
10385 "async-trait",
10386 "bigdecimal",
10387 "chrono",
10388 "futures 0.3.30",
10389 "log",
10390 "ouroboros",
10391 "rust_decimal",
10392 "sea-orm-macros",
10393 "sea-query",
10394 "sea-query-binder",
10395 "serde",
10396 "serde_json",
10397 "sqlx",
10398 "strum 0.26.3",
10399 "thiserror",
10400 "time",
10401 "tracing",
10402 "url",
10403 "uuid",
10404]
10405
10406[[package]]
10407name = "sea-orm-macros"
10408version = "1.1.0-rc.1"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
10411dependencies = [
10412 "heck 0.4.1",
10413 "proc-macro2",
10414 "quote",
10415 "sea-bae",
10416 "syn 2.0.76",
10417 "unicode-ident",
10418]
10419
10420[[package]]
10421name = "sea-query"
10422version = "0.32.0-rc.1"
10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
10425dependencies = [
10426 "bigdecimal",
10427 "chrono",
10428 "educe",
10429 "inherent",
10430 "ordered-float 3.9.2",
10431 "rust_decimal",
10432 "serde_json",
10433 "time",
10434 "uuid",
10435]
10436
10437[[package]]
10438name = "sea-query-binder"
10439version = "0.7.0-rc.1"
10440source = "registry+https://github.com/rust-lang/crates.io-index"
10441checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
10442dependencies = [
10443 "bigdecimal",
10444 "chrono",
10445 "rust_decimal",
10446 "sea-query",
10447 "serde_json",
10448 "sqlx",
10449 "time",
10450 "uuid",
10451]
10452
10453[[package]]
10454name = "seahash"
10455version = "4.1.0"
10456source = "registry+https://github.com/rust-lang/crates.io-index"
10457checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
10458
10459[[package]]
10460name = "sealed"
10461version = "0.4.0"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
10464dependencies = [
10465 "heck 0.3.3",
10466 "proc-macro2",
10467 "quote",
10468 "syn 1.0.109",
10469]
10470
10471[[package]]
10472name = "search"
10473version = "0.1.0"
10474dependencies = [
10475 "any_vec",
10476 "anyhow",
10477 "bitflags 2.6.0",
10478 "client",
10479 "collections",
10480 "editor",
10481 "futures 0.3.30",
10482 "gpui",
10483 "language",
10484 "menu",
10485 "project",
10486 "serde",
10487 "serde_json",
10488 "settings",
10489 "smol",
10490 "theme",
10491 "ui",
10492 "unindent",
10493 "util",
10494 "workspace",
10495]
10496
10497[[package]]
10498name = "sec1"
10499version = "0.3.0"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
10502dependencies = [
10503 "base16ct",
10504 "der 0.6.1",
10505 "generic-array",
10506 "pkcs8 0.9.0",
10507 "subtle",
10508 "zeroize",
10509]
10510
10511[[package]]
10512name = "security-framework"
10513version = "2.11.1"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
10516dependencies = [
10517 "bitflags 2.6.0",
10518 "core-foundation 0.9.4",
10519 "core-foundation-sys",
10520 "libc",
10521 "security-framework-sys",
10522]
10523
10524[[package]]
10525name = "security-framework-sys"
10526version = "2.11.1"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
10529dependencies = [
10530 "core-foundation-sys",
10531 "libc",
10532]
10533
10534[[package]]
10535name = "self_cell"
10536version = "1.0.4"
10537source = "registry+https://github.com/rust-lang/crates.io-index"
10538checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
10539
10540[[package]]
10541name = "semantic_index"
10542version = "0.1.0"
10543dependencies = [
10544 "anyhow",
10545 "arrayvec",
10546 "blake3",
10547 "client",
10548 "clock",
10549 "collections",
10550 "env_logger 0.11.5",
10551 "feature_flags",
10552 "fs",
10553 "futures 0.3.30",
10554 "futures-batch",
10555 "gpui",
10556 "heed",
10557 "http_client",
10558 "language",
10559 "language_model",
10560 "languages",
10561 "log",
10562 "open_ai",
10563 "parking_lot",
10564 "project",
10565 "reqwest_client",
10566 "serde",
10567 "serde_json",
10568 "settings",
10569 "sha2",
10570 "smol",
10571 "tempfile",
10572 "theme",
10573 "tree-sitter",
10574 "ui",
10575 "unindent",
10576 "util",
10577 "workspace",
10578 "worktree",
10579]
10580
10581[[package]]
10582name = "semantic_version"
10583version = "0.1.0"
10584dependencies = [
10585 "anyhow",
10586 "serde",
10587]
10588
10589[[package]]
10590name = "semver"
10591version = "1.0.23"
10592source = "registry+https://github.com/rust-lang/crates.io-index"
10593checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
10594dependencies = [
10595 "serde",
10596]
10597
10598[[package]]
10599name = "serde"
10600version = "1.0.209"
10601source = "registry+https://github.com/rust-lang/crates.io-index"
10602checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
10603dependencies = [
10604 "serde_derive",
10605]
10606
10607[[package]]
10608name = "serde_derive"
10609version = "1.0.209"
10610source = "registry+https://github.com/rust-lang/crates.io-index"
10611checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
10612dependencies = [
10613 "proc-macro2",
10614 "quote",
10615 "syn 2.0.76",
10616]
10617
10618[[package]]
10619name = "serde_derive_internals"
10620version = "0.26.0"
10621source = "registry+https://github.com/rust-lang/crates.io-index"
10622checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
10623dependencies = [
10624 "proc-macro2",
10625 "quote",
10626 "syn 1.0.109",
10627]
10628
10629[[package]]
10630name = "serde_derive_internals"
10631version = "0.29.1"
10632source = "registry+https://github.com/rust-lang/crates.io-index"
10633checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
10634dependencies = [
10635 "proc-macro2",
10636 "quote",
10637 "syn 2.0.76",
10638]
10639
10640[[package]]
10641name = "serde_fmt"
10642version = "1.0.3"
10643source = "registry+https://github.com/rust-lang/crates.io-index"
10644checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
10645dependencies = [
10646 "serde",
10647]
10648
10649[[package]]
10650name = "serde_json"
10651version = "1.0.128"
10652source = "registry+https://github.com/rust-lang/crates.io-index"
10653checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
10654dependencies = [
10655 "indexmap 2.4.0",
10656 "itoa",
10657 "memchr",
10658 "ryu",
10659 "serde",
10660]
10661
10662[[package]]
10663name = "serde_json_lenient"
10664version = "0.2.1"
10665source = "registry+https://github.com/rust-lang/crates.io-index"
10666checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
10667dependencies = [
10668 "indexmap 2.4.0",
10669 "itoa",
10670 "ryu",
10671 "serde",
10672]
10673
10674[[package]]
10675name = "serde_path_to_error"
10676version = "0.1.16"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
10679dependencies = [
10680 "itoa",
10681 "serde",
10682]
10683
10684[[package]]
10685name = "serde_qs"
10686version = "0.8.5"
10687source = "registry+https://github.com/rust-lang/crates.io-index"
10688checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
10689dependencies = [
10690 "percent-encoding",
10691 "serde",
10692 "thiserror",
10693]
10694
10695[[package]]
10696name = "serde_qs"
10697version = "0.10.1"
10698source = "registry+https://github.com/rust-lang/crates.io-index"
10699checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
10700dependencies = [
10701 "percent-encoding",
10702 "serde",
10703 "thiserror",
10704]
10705
10706[[package]]
10707name = "serde_repr"
10708version = "0.1.19"
10709source = "registry+https://github.com/rust-lang/crates.io-index"
10710checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
10711dependencies = [
10712 "proc-macro2",
10713 "quote",
10714 "syn 2.0.76",
10715]
10716
10717[[package]]
10718name = "serde_spanned"
10719version = "0.6.7"
10720source = "registry+https://github.com/rust-lang/crates.io-index"
10721checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
10722dependencies = [
10723 "serde",
10724]
10725
10726[[package]]
10727name = "serde_urlencoded"
10728version = "0.7.1"
10729source = "registry+https://github.com/rust-lang/crates.io-index"
10730checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
10731dependencies = [
10732 "form_urlencoded",
10733 "itoa",
10734 "ryu",
10735 "serde",
10736]
10737
10738[[package]]
10739name = "session"
10740version = "0.1.0"
10741dependencies = [
10742 "db",
10743 "gpui",
10744 "serde_json",
10745 "util",
10746 "uuid",
10747]
10748
10749[[package]]
10750name = "settings"
10751version = "0.1.0"
10752dependencies = [
10753 "anyhow",
10754 "collections",
10755 "ec4rs",
10756 "fs",
10757 "futures 0.3.30",
10758 "gpui",
10759 "indoc",
10760 "log",
10761 "paths",
10762 "pretty_assertions",
10763 "release_channel",
10764 "rust-embed",
10765 "schemars",
10766 "serde",
10767 "serde_derive",
10768 "serde_json",
10769 "serde_json_lenient",
10770 "smallvec",
10771 "tree-sitter",
10772 "tree-sitter-json",
10773 "unindent",
10774 "util",
10775]
10776
10777[[package]]
10778name = "settings_ui"
10779version = "0.1.0"
10780dependencies = [
10781 "command_palette_hooks",
10782 "editor",
10783 "feature_flags",
10784 "gpui",
10785 "settings",
10786 "theme",
10787 "ui",
10788 "workspace",
10789]
10790
10791[[package]]
10792name = "sha1"
10793version = "0.10.6"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10796dependencies = [
10797 "cfg-if",
10798 "cpufeatures",
10799 "digest",
10800]
10801
10802[[package]]
10803name = "sha1_smol"
10804version = "1.0.1"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
10807
10808[[package]]
10809name = "sha2"
10810version = "0.10.8"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
10813dependencies = [
10814 "cfg-if",
10815 "cpufeatures",
10816 "digest",
10817]
10818
10819[[package]]
10820name = "sharded-slab"
10821version = "0.1.7"
10822source = "registry+https://github.com/rust-lang/crates.io-index"
10823checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
10824dependencies = [
10825 "lazy_static",
10826]
10827
10828[[package]]
10829name = "shell-words"
10830version = "1.1.0"
10831source = "registry+https://github.com/rust-lang/crates.io-index"
10832checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
10833
10834[[package]]
10835name = "shellexpand"
10836version = "2.1.2"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10839dependencies = [
10840 "dirs 4.0.0",
10841]
10842
10843[[package]]
10844name = "shellexpand"
10845version = "3.1.0"
10846source = "registry+https://github.com/rust-lang/crates.io-index"
10847checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10848dependencies = [
10849 "dirs 5.0.1",
10850]
10851
10852[[package]]
10853name = "shlex"
10854version = "1.3.0"
10855source = "registry+https://github.com/rust-lang/crates.io-index"
10856checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10857
10858[[package]]
10859name = "signal-hook"
10860version = "0.3.17"
10861source = "registry+https://github.com/rust-lang/crates.io-index"
10862checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10863dependencies = [
10864 "libc",
10865 "signal-hook-registry",
10866]
10867
10868[[package]]
10869name = "signal-hook-registry"
10870version = "1.4.2"
10871source = "registry+https://github.com/rust-lang/crates.io-index"
10872checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10873dependencies = [
10874 "libc",
10875]
10876
10877[[package]]
10878name = "signature"
10879version = "1.6.4"
10880source = "registry+https://github.com/rust-lang/crates.io-index"
10881checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10882dependencies = [
10883 "digest",
10884 "rand_core 0.6.4",
10885]
10886
10887[[package]]
10888name = "signature"
10889version = "2.2.0"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10892dependencies = [
10893 "digest",
10894 "rand_core 0.6.4",
10895]
10896
10897[[package]]
10898name = "simd-adler32"
10899version = "0.3.7"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10902
10903[[package]]
10904name = "simd_helpers"
10905version = "0.1.0"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10908dependencies = [
10909 "quote",
10910]
10911
10912[[package]]
10913name = "simdutf8"
10914version = "0.1.4"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10917
10918[[package]]
10919name = "similar"
10920version = "1.3.0"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10923
10924[[package]]
10925name = "simple_asn1"
10926version = "0.6.2"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10929dependencies = [
10930 "num-bigint",
10931 "num-traits",
10932 "thiserror",
10933 "time",
10934]
10935
10936[[package]]
10937name = "simplecss"
10938version = "0.2.1"
10939source = "registry+https://github.com/rust-lang/crates.io-index"
10940checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10941dependencies = [
10942 "log",
10943]
10944
10945[[package]]
10946name = "simplelog"
10947version = "0.12.2"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10950dependencies = [
10951 "log",
10952 "termcolor",
10953 "time",
10954]
10955
10956[[package]]
10957name = "siphasher"
10958version = "0.3.11"
10959source = "registry+https://github.com/rust-lang/crates.io-index"
10960checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10961
10962[[package]]
10963name = "siphasher"
10964version = "1.0.1"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
10967
10968[[package]]
10969name = "skrifa"
10970version = "0.20.0"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
10973dependencies = [
10974 "bytemuck",
10975 "read-fonts",
10976]
10977
10978[[package]]
10979name = "slab"
10980version = "0.4.9"
10981source = "registry+https://github.com/rust-lang/crates.io-index"
10982checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
10983dependencies = [
10984 "autocfg",
10985]
10986
10987[[package]]
10988name = "slash_commands_example"
10989version = "0.1.0"
10990dependencies = [
10991 "zed_extension_api 0.1.0",
10992]
10993
10994[[package]]
10995name = "slice-group-by"
10996version = "0.3.1"
10997source = "registry+https://github.com/rust-lang/crates.io-index"
10998checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
10999
11000[[package]]
11001name = "slotmap"
11002version = "1.0.7"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11005dependencies = [
11006 "version_check",
11007]
11008
11009[[package]]
11010name = "smallvec"
11011version = "1.13.2"
11012source = "registry+https://github.com/rust-lang/crates.io-index"
11013checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11014dependencies = [
11015 "serde",
11016]
11017
11018[[package]]
11019name = "smart-default"
11020version = "0.6.0"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11023dependencies = [
11024 "proc-macro2",
11025 "quote",
11026 "syn 1.0.109",
11027]
11028
11029[[package]]
11030name = "smol"
11031version = "1.3.0"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11034dependencies = [
11035 "async-channel 1.9.0",
11036 "async-executor",
11037 "async-fs 1.6.0",
11038 "async-io 1.13.0",
11039 "async-lock 2.8.0",
11040 "async-net 1.8.0",
11041 "async-process 1.8.1",
11042 "blocking",
11043 "futures-lite 1.13.0",
11044]
11045
11046[[package]]
11047name = "smol_str"
11048version = "0.1.24"
11049source = "registry+https://github.com/rust-lang/crates.io-index"
11050checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11051dependencies = [
11052 "serde",
11053]
11054
11055[[package]]
11056name = "snippet"
11057version = "0.1.0"
11058dependencies = [
11059 "anyhow",
11060 "smallvec",
11061]
11062
11063[[package]]
11064name = "snippet_provider"
11065version = "0.1.0"
11066dependencies = [
11067 "anyhow",
11068 "collections",
11069 "fs",
11070 "futures 0.3.30",
11071 "gpui",
11072 "parking_lot",
11073 "paths",
11074 "serde",
11075 "serde_json",
11076 "snippet",
11077 "util",
11078]
11079
11080[[package]]
11081name = "snippets_ui"
11082version = "0.1.0"
11083dependencies = [
11084 "fuzzy",
11085 "gpui",
11086 "language",
11087 "paths",
11088 "picker",
11089 "ui",
11090 "util",
11091 "workspace",
11092]
11093
11094[[package]]
11095name = "socket2"
11096version = "0.4.10"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
11099dependencies = [
11100 "libc",
11101 "winapi",
11102]
11103
11104[[package]]
11105name = "socket2"
11106version = "0.5.7"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
11109dependencies = [
11110 "libc",
11111 "windows-sys 0.52.0",
11112]
11113
11114[[package]]
11115name = "spdx"
11116version = "0.10.6"
11117source = "registry+https://github.com/rust-lang/crates.io-index"
11118checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
11119dependencies = [
11120 "smallvec",
11121]
11122
11123[[package]]
11124name = "spin"
11125version = "0.5.2"
11126source = "registry+https://github.com/rust-lang/crates.io-index"
11127checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
11128
11129[[package]]
11130name = "spin"
11131version = "0.9.8"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11134dependencies = [
11135 "lock_api",
11136]
11137
11138[[package]]
11139name = "spirv"
11140version = "0.3.0+sdk-1.3.268.0"
11141source = "registry+https://github.com/rust-lang/crates.io-index"
11142checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11143dependencies = [
11144 "bitflags 2.6.0",
11145]
11146
11147[[package]]
11148name = "spki"
11149version = "0.6.0"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11152dependencies = [
11153 "base64ct",
11154 "der 0.6.1",
11155]
11156
11157[[package]]
11158name = "spki"
11159version = "0.7.3"
11160source = "registry+https://github.com/rust-lang/crates.io-index"
11161checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11162dependencies = [
11163 "base64ct",
11164 "der 0.7.9",
11165]
11166
11167[[package]]
11168name = "sptr"
11169version = "0.3.2"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11172
11173[[package]]
11174name = "sqlez"
11175version = "0.1.0"
11176dependencies = [
11177 "anyhow",
11178 "collections",
11179 "futures 0.3.30",
11180 "indoc",
11181 "libsqlite3-sys",
11182 "parking_lot",
11183 "smol",
11184 "sqlformat",
11185 "thread_local",
11186 "util",
11187 "uuid",
11188]
11189
11190[[package]]
11191name = "sqlez_macros"
11192version = "0.1.0"
11193dependencies = [
11194 "sqlez",
11195 "sqlformat",
11196 "syn 1.0.109",
11197]
11198
11199[[package]]
11200name = "sqlformat"
11201version = "0.2.6"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
11204dependencies = [
11205 "nom",
11206 "unicode_categories",
11207]
11208
11209[[package]]
11210name = "sqlx"
11211version = "0.8.0"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
11214dependencies = [
11215 "sqlx-core",
11216 "sqlx-macros",
11217 "sqlx-mysql",
11218 "sqlx-postgres",
11219 "sqlx-sqlite",
11220]
11221
11222[[package]]
11223name = "sqlx-core"
11224version = "0.8.0"
11225source = "registry+https://github.com/rust-lang/crates.io-index"
11226checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
11227dependencies = [
11228 "atoi",
11229 "bigdecimal",
11230 "byteorder",
11231 "bytes 1.7.2",
11232 "chrono",
11233 "crc",
11234 "crossbeam-queue",
11235 "either",
11236 "event-listener 5.3.1",
11237 "futures-channel",
11238 "futures-core",
11239 "futures-intrusive",
11240 "futures-io",
11241 "futures-util",
11242 "hashbrown 0.14.5",
11243 "hashlink 0.9.1",
11244 "hex",
11245 "indexmap 2.4.0",
11246 "log",
11247 "memchr",
11248 "once_cell",
11249 "paste",
11250 "percent-encoding",
11251 "rust_decimal",
11252 "rustls 0.21.12",
11253 "rustls-pemfile 1.0.4",
11254 "serde",
11255 "serde_json",
11256 "sha2",
11257 "smallvec",
11258 "sqlformat",
11259 "thiserror",
11260 "time",
11261 "tokio",
11262 "tokio-stream",
11263 "tracing",
11264 "url",
11265 "uuid",
11266 "webpki-roots 0.25.4",
11267]
11268
11269[[package]]
11270name = "sqlx-macros"
11271version = "0.8.0"
11272source = "registry+https://github.com/rust-lang/crates.io-index"
11273checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
11274dependencies = [
11275 "proc-macro2",
11276 "quote",
11277 "sqlx-core",
11278 "sqlx-macros-core",
11279 "syn 2.0.76",
11280]
11281
11282[[package]]
11283name = "sqlx-macros-core"
11284version = "0.8.0"
11285source = "registry+https://github.com/rust-lang/crates.io-index"
11286checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
11287dependencies = [
11288 "dotenvy",
11289 "either",
11290 "heck 0.5.0",
11291 "hex",
11292 "once_cell",
11293 "proc-macro2",
11294 "quote",
11295 "serde",
11296 "serde_json",
11297 "sha2",
11298 "sqlx-core",
11299 "sqlx-mysql",
11300 "sqlx-postgres",
11301 "sqlx-sqlite",
11302 "syn 2.0.76",
11303 "tempfile",
11304 "tokio",
11305 "url",
11306]
11307
11308[[package]]
11309name = "sqlx-mysql"
11310version = "0.8.0"
11311source = "registry+https://github.com/rust-lang/crates.io-index"
11312checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
11313dependencies = [
11314 "atoi",
11315 "base64 0.22.1",
11316 "bigdecimal",
11317 "bitflags 2.6.0",
11318 "byteorder",
11319 "bytes 1.7.2",
11320 "chrono",
11321 "crc",
11322 "digest",
11323 "dotenvy",
11324 "either",
11325 "futures-channel",
11326 "futures-core",
11327 "futures-io",
11328 "futures-util",
11329 "generic-array",
11330 "hex",
11331 "hkdf",
11332 "hmac",
11333 "itoa",
11334 "log",
11335 "md-5",
11336 "memchr",
11337 "once_cell",
11338 "percent-encoding",
11339 "rand 0.8.5",
11340 "rsa",
11341 "rust_decimal",
11342 "serde",
11343 "sha1",
11344 "sha2",
11345 "smallvec",
11346 "sqlx-core",
11347 "stringprep",
11348 "thiserror",
11349 "time",
11350 "tracing",
11351 "uuid",
11352 "whoami",
11353]
11354
11355[[package]]
11356name = "sqlx-postgres"
11357version = "0.8.0"
11358source = "registry+https://github.com/rust-lang/crates.io-index"
11359checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
11360dependencies = [
11361 "atoi",
11362 "base64 0.22.1",
11363 "bigdecimal",
11364 "bitflags 2.6.0",
11365 "byteorder",
11366 "chrono",
11367 "crc",
11368 "dotenvy",
11369 "etcetera",
11370 "futures-channel",
11371 "futures-core",
11372 "futures-io",
11373 "futures-util",
11374 "hex",
11375 "hkdf",
11376 "hmac",
11377 "home",
11378 "itoa",
11379 "log",
11380 "md-5",
11381 "memchr",
11382 "num-bigint",
11383 "once_cell",
11384 "rand 0.8.5",
11385 "rust_decimal",
11386 "serde",
11387 "serde_json",
11388 "sha2",
11389 "smallvec",
11390 "sqlx-core",
11391 "stringprep",
11392 "thiserror",
11393 "time",
11394 "tracing",
11395 "uuid",
11396 "whoami",
11397]
11398
11399[[package]]
11400name = "sqlx-sqlite"
11401version = "0.8.0"
11402source = "registry+https://github.com/rust-lang/crates.io-index"
11403checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
11404dependencies = [
11405 "atoi",
11406 "chrono",
11407 "flume",
11408 "futures-channel",
11409 "futures-core",
11410 "futures-executor",
11411 "futures-intrusive",
11412 "futures-util",
11413 "libsqlite3-sys",
11414 "log",
11415 "percent-encoding",
11416 "serde",
11417 "serde_urlencoded",
11418 "sqlx-core",
11419 "time",
11420 "tracing",
11421 "url",
11422 "uuid",
11423]
11424
11425[[package]]
11426name = "stable_deref_trait"
11427version = "1.2.0"
11428source = "registry+https://github.com/rust-lang/crates.io-index"
11429checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
11430
11431[[package]]
11432name = "static_assertions"
11433version = "1.1.0"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
11436
11437[[package]]
11438name = "story"
11439version = "0.1.0"
11440dependencies = [
11441 "gpui",
11442 "itertools 0.13.0",
11443 "smallvec",
11444]
11445
11446[[package]]
11447name = "storybook"
11448version = "0.1.0"
11449dependencies = [
11450 "anyhow",
11451 "clap",
11452 "collab_ui",
11453 "ctrlc",
11454 "dialoguer",
11455 "editor",
11456 "fuzzy",
11457 "gpui",
11458 "indoc",
11459 "language",
11460 "log",
11461 "menu",
11462 "picker",
11463 "project",
11464 "reqwest_client",
11465 "rust-embed",
11466 "settings",
11467 "simplelog",
11468 "story",
11469 "strum 0.25.0",
11470 "theme",
11471 "title_bar",
11472 "ui",
11473]
11474
11475[[package]]
11476name = "strict-num"
11477version = "0.1.1"
11478source = "registry+https://github.com/rust-lang/crates.io-index"
11479checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
11480dependencies = [
11481 "float-cmp",
11482]
11483
11484[[package]]
11485name = "string_cache"
11486version = "0.8.7"
11487source = "registry+https://github.com/rust-lang/crates.io-index"
11488checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
11489dependencies = [
11490 "new_debug_unreachable",
11491 "once_cell",
11492 "parking_lot",
11493 "phf_shared 0.10.0",
11494 "precomputed-hash",
11495 "serde",
11496]
11497
11498[[package]]
11499name = "string_cache_codegen"
11500version = "0.5.2"
11501source = "registry+https://github.com/rust-lang/crates.io-index"
11502checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
11503dependencies = [
11504 "phf_generator 0.10.0",
11505 "phf_shared 0.10.0",
11506 "proc-macro2",
11507 "quote",
11508]
11509
11510[[package]]
11511name = "stringprep"
11512version = "0.1.5"
11513source = "registry+https://github.com/rust-lang/crates.io-index"
11514checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
11515dependencies = [
11516 "unicode-bidi",
11517 "unicode-normalization",
11518 "unicode-properties",
11519]
11520
11521[[package]]
11522name = "strsim"
11523version = "0.11.1"
11524source = "registry+https://github.com/rust-lang/crates.io-index"
11525checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
11526
11527[[package]]
11528name = "strum"
11529version = "0.25.0"
11530source = "registry+https://github.com/rust-lang/crates.io-index"
11531checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
11532dependencies = [
11533 "strum_macros",
11534]
11535
11536[[package]]
11537name = "strum"
11538version = "0.26.3"
11539source = "registry+https://github.com/rust-lang/crates.io-index"
11540checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
11541
11542[[package]]
11543name = "strum_macros"
11544version = "0.25.3"
11545source = "registry+https://github.com/rust-lang/crates.io-index"
11546checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
11547dependencies = [
11548 "heck 0.4.1",
11549 "proc-macro2",
11550 "quote",
11551 "rustversion",
11552 "syn 2.0.76",
11553]
11554
11555[[package]]
11556name = "subtle"
11557version = "2.6.1"
11558source = "registry+https://github.com/rust-lang/crates.io-index"
11559checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
11560
11561[[package]]
11562name = "sum_tree"
11563version = "0.1.0"
11564dependencies = [
11565 "arrayvec",
11566 "ctor",
11567 "env_logger 0.11.5",
11568 "log",
11569 "rand 0.8.5",
11570 "rayon",
11571]
11572
11573[[package]]
11574name = "supermaven"
11575version = "0.1.0"
11576dependencies = [
11577 "anyhow",
11578 "client",
11579 "collections",
11580 "editor",
11581 "env_logger 0.11.5",
11582 "futures 0.3.30",
11583 "gpui",
11584 "http_client",
11585 "language",
11586 "log",
11587 "postage",
11588 "project",
11589 "serde",
11590 "serde_json",
11591 "settings",
11592 "smol",
11593 "supermaven_api",
11594 "text",
11595 "theme",
11596 "ui",
11597 "unicode-segmentation",
11598 "util",
11599 "windows 0.58.0",
11600]
11601
11602[[package]]
11603name = "supermaven_api"
11604version = "0.1.0"
11605dependencies = [
11606 "anyhow",
11607 "futures 0.3.30",
11608 "http_client",
11609 "paths",
11610 "serde",
11611 "serde_json",
11612 "smol",
11613]
11614
11615[[package]]
11616name = "sval"
11617version = "2.13.0"
11618source = "registry+https://github.com/rust-lang/crates.io-index"
11619checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
11620
11621[[package]]
11622name = "sval_buffer"
11623version = "2.13.0"
11624source = "registry+https://github.com/rust-lang/crates.io-index"
11625checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
11626dependencies = [
11627 "sval",
11628 "sval_ref",
11629]
11630
11631[[package]]
11632name = "sval_dynamic"
11633version = "2.13.0"
11634source = "registry+https://github.com/rust-lang/crates.io-index"
11635checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
11636dependencies = [
11637 "sval",
11638]
11639
11640[[package]]
11641name = "sval_fmt"
11642version = "2.13.0"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
11645dependencies = [
11646 "itoa",
11647 "ryu",
11648 "sval",
11649]
11650
11651[[package]]
11652name = "sval_json"
11653version = "2.13.0"
11654source = "registry+https://github.com/rust-lang/crates.io-index"
11655checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
11656dependencies = [
11657 "itoa",
11658 "ryu",
11659 "sval",
11660]
11661
11662[[package]]
11663name = "sval_nested"
11664version = "2.13.0"
11665source = "registry+https://github.com/rust-lang/crates.io-index"
11666checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
11667dependencies = [
11668 "sval",
11669 "sval_buffer",
11670 "sval_ref",
11671]
11672
11673[[package]]
11674name = "sval_ref"
11675version = "2.13.0"
11676source = "registry+https://github.com/rust-lang/crates.io-index"
11677checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
11678dependencies = [
11679 "sval",
11680]
11681
11682[[package]]
11683name = "sval_serde"
11684version = "2.13.0"
11685source = "registry+https://github.com/rust-lang/crates.io-index"
11686checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
11687dependencies = [
11688 "serde",
11689 "sval",
11690 "sval_nested",
11691]
11692
11693[[package]]
11694name = "svg_fmt"
11695version = "0.4.3"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
11698
11699[[package]]
11700name = "svgtypes"
11701version = "0.15.2"
11702source = "registry+https://github.com/rust-lang/crates.io-index"
11703checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
11704dependencies = [
11705 "kurbo",
11706 "siphasher 1.0.1",
11707]
11708
11709[[package]]
11710name = "swash"
11711version = "0.1.18"
11712source = "registry+https://github.com/rust-lang/crates.io-index"
11713checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
11714dependencies = [
11715 "skrifa",
11716 "yazi",
11717 "zeno",
11718]
11719
11720[[package]]
11721name = "syn"
11722version = "1.0.109"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
11725dependencies = [
11726 "proc-macro2",
11727 "quote",
11728 "unicode-ident",
11729]
11730
11731[[package]]
11732name = "syn"
11733version = "2.0.76"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
11736dependencies = [
11737 "proc-macro2",
11738 "quote",
11739 "unicode-ident",
11740]
11741
11742[[package]]
11743name = "syn_derive"
11744version = "0.1.8"
11745source = "registry+https://github.com/rust-lang/crates.io-index"
11746checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
11747dependencies = [
11748 "proc-macro-error",
11749 "proc-macro2",
11750 "quote",
11751 "syn 2.0.76",
11752]
11753
11754[[package]]
11755name = "sync_wrapper"
11756version = "0.1.2"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
11759
11760[[package]]
11761name = "sync_wrapper"
11762version = "1.0.1"
11763source = "registry+https://github.com/rust-lang/crates.io-index"
11764checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
11765dependencies = [
11766 "futures-core",
11767]
11768
11769[[package]]
11770name = "synchronoise"
11771version = "1.0.1"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
11774dependencies = [
11775 "crossbeam-queue",
11776]
11777
11778[[package]]
11779name = "sys-locale"
11780version = "0.3.1"
11781source = "registry+https://github.com/rust-lang/crates.io-index"
11782checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
11783dependencies = [
11784 "libc",
11785]
11786
11787[[package]]
11788name = "sysinfo"
11789version = "0.31.4"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
11792dependencies = [
11793 "core-foundation-sys",
11794 "libc",
11795 "memchr",
11796 "ntapi",
11797 "rayon",
11798 "windows 0.54.0",
11799]
11800
11801[[package]]
11802name = "system-configuration"
11803version = "0.5.1"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
11806dependencies = [
11807 "bitflags 1.3.2",
11808 "core-foundation 0.9.4",
11809 "system-configuration-sys 0.5.0",
11810]
11811
11812[[package]]
11813name = "system-configuration"
11814version = "0.6.1"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
11817dependencies = [
11818 "bitflags 2.6.0",
11819 "core-foundation 0.9.4",
11820 "system-configuration-sys 0.6.0",
11821]
11822
11823[[package]]
11824name = "system-configuration-sys"
11825version = "0.5.0"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
11828dependencies = [
11829 "core-foundation-sys",
11830 "libc",
11831]
11832
11833[[package]]
11834name = "system-configuration-sys"
11835version = "0.6.0"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
11838dependencies = [
11839 "core-foundation-sys",
11840 "libc",
11841]
11842
11843[[package]]
11844name = "system-deps"
11845version = "6.2.2"
11846source = "registry+https://github.com/rust-lang/crates.io-index"
11847checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
11848dependencies = [
11849 "cfg-expr",
11850 "heck 0.5.0",
11851 "pkg-config",
11852 "toml 0.8.19",
11853 "version-compare",
11854]
11855
11856[[package]]
11857name = "system-interface"
11858version = "0.27.2"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
11861dependencies = [
11862 "bitflags 2.6.0",
11863 "cap-fs-ext",
11864 "cap-std",
11865 "fd-lock",
11866 "io-lifetimes 2.0.3",
11867 "rustix 0.38.35",
11868 "windows-sys 0.52.0",
11869 "winx",
11870]
11871
11872[[package]]
11873name = "tab_switcher"
11874version = "0.1.0"
11875dependencies = [
11876 "anyhow",
11877 "collections",
11878 "ctor",
11879 "editor",
11880 "env_logger 0.11.5",
11881 "gpui",
11882 "language",
11883 "menu",
11884 "picker",
11885 "project",
11886 "serde",
11887 "serde_json",
11888 "settings",
11889 "theme",
11890 "ui",
11891 "util",
11892 "workspace",
11893]
11894
11895[[package]]
11896name = "taffy"
11897version = "0.4.4"
11898source = "registry+https://github.com/rust-lang/crates.io-index"
11899checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11900dependencies = [
11901 "arrayvec",
11902 "grid",
11903 "num-traits",
11904 "serde",
11905 "slotmap",
11906]
11907
11908[[package]]
11909name = "take-until"
11910version = "0.2.0"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11913
11914[[package]]
11915name = "tap"
11916version = "1.0.1"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11919
11920[[package]]
11921name = "target-lexicon"
11922version = "0.12.16"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11925
11926[[package]]
11927name = "task"
11928version = "0.1.0"
11929dependencies = [
11930 "anyhow",
11931 "collections",
11932 "futures 0.3.30",
11933 "gpui",
11934 "hex",
11935 "parking_lot",
11936 "schemars",
11937 "serde",
11938 "serde_json_lenient",
11939 "sha2",
11940 "shellexpand 2.1.2",
11941 "util",
11942]
11943
11944[[package]]
11945name = "tasks_ui"
11946version = "0.1.0"
11947dependencies = [
11948 "anyhow",
11949 "editor",
11950 "file_icons",
11951 "fuzzy",
11952 "gpui",
11953 "language",
11954 "menu",
11955 "picker",
11956 "project",
11957 "schemars",
11958 "serde",
11959 "serde_json",
11960 "settings",
11961 "task",
11962 "tree-sitter-rust",
11963 "tree-sitter-typescript",
11964 "ui",
11965 "util",
11966 "workspace",
11967]
11968
11969[[package]]
11970name = "telemetry_events"
11971version = "0.1.0"
11972dependencies = [
11973 "semantic_version",
11974 "serde",
11975]
11976
11977[[package]]
11978name = "tempfile"
11979version = "3.12.0"
11980source = "registry+https://github.com/rust-lang/crates.io-index"
11981checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
11982dependencies = [
11983 "cfg-if",
11984 "fastrand 2.1.1",
11985 "once_cell",
11986 "rustix 0.38.35",
11987 "windows-sys 0.59.0",
11988]
11989
11990[[package]]
11991name = "tendril"
11992version = "0.4.3"
11993source = "registry+https://github.com/rust-lang/crates.io-index"
11994checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
11995dependencies = [
11996 "futf",
11997 "mac",
11998 "utf-8",
11999]
12000
12001[[package]]
12002name = "termcolor"
12003version = "1.4.1"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12006dependencies = [
12007 "winapi-util",
12008]
12009
12010[[package]]
12011name = "terminal"
12012version = "0.1.0"
12013dependencies = [
12014 "alacritty_terminal",
12015 "anyhow",
12016 "collections",
12017 "dirs 4.0.0",
12018 "futures 0.3.30",
12019 "gpui",
12020 "libc",
12021 "rand 0.8.5",
12022 "regex",
12023 "release_channel",
12024 "schemars",
12025 "serde",
12026 "serde_derive",
12027 "settings",
12028 "smol",
12029 "sysinfo",
12030 "task",
12031 "theme",
12032 "thiserror",
12033 "util",
12034 "windows 0.58.0",
12035]
12036
12037[[package]]
12038name = "terminal_size"
12039version = "0.4.0"
12040source = "registry+https://github.com/rust-lang/crates.io-index"
12041checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
12042dependencies = [
12043 "rustix 0.38.35",
12044 "windows-sys 0.59.0",
12045]
12046
12047[[package]]
12048name = "terminal_view"
12049version = "0.1.0"
12050dependencies = [
12051 "anyhow",
12052 "client",
12053 "collections",
12054 "db",
12055 "dirs 4.0.0",
12056 "editor",
12057 "futures 0.3.30",
12058 "gpui",
12059 "itertools 0.13.0",
12060 "language",
12061 "project",
12062 "rand 0.8.5",
12063 "search",
12064 "serde",
12065 "serde_json",
12066 "settings",
12067 "shellexpand 2.1.2",
12068 "smol",
12069 "task",
12070 "tasks_ui",
12071 "terminal",
12072 "theme",
12073 "ui",
12074 "util",
12075 "workspace",
12076 "zed_actions",
12077]
12078
12079[[package]]
12080name = "text"
12081version = "0.1.0"
12082dependencies = [
12083 "anyhow",
12084 "clock",
12085 "collections",
12086 "ctor",
12087 "env_logger 0.11.5",
12088 "gpui",
12089 "http_client",
12090 "log",
12091 "parking_lot",
12092 "postage",
12093 "rand 0.8.5",
12094 "regex",
12095 "rope",
12096 "smallvec",
12097 "sum_tree",
12098 "util",
12099]
12100
12101[[package]]
12102name = "theme"
12103version = "0.1.0"
12104dependencies = [
12105 "anyhow",
12106 "collections",
12107 "derive_more",
12108 "fs",
12109 "futures 0.3.30",
12110 "gpui",
12111 "indexmap 1.9.3",
12112 "log",
12113 "palette",
12114 "parking_lot",
12115 "refineable",
12116 "schemars",
12117 "serde",
12118 "serde_derive",
12119 "serde_json",
12120 "serde_json_lenient",
12121 "serde_repr",
12122 "settings",
12123 "strum 0.25.0",
12124 "util",
12125 "uuid",
12126]
12127
12128[[package]]
12129name = "theme_importer"
12130version = "0.1.0"
12131dependencies = [
12132 "anyhow",
12133 "clap",
12134 "gpui",
12135 "indexmap 1.9.3",
12136 "log",
12137 "palette",
12138 "rust-embed",
12139 "schemars",
12140 "serde",
12141 "serde_json",
12142 "serde_json_lenient",
12143 "simplelog",
12144 "strum 0.25.0",
12145 "theme",
12146 "vscode_theme",
12147]
12148
12149[[package]]
12150name = "theme_selector"
12151version = "0.1.0"
12152dependencies = [
12153 "client",
12154 "fs",
12155 "fuzzy",
12156 "gpui",
12157 "log",
12158 "picker",
12159 "serde",
12160 "settings",
12161 "theme",
12162 "ui",
12163 "util",
12164 "workspace",
12165]
12166
12167[[package]]
12168name = "thiserror"
12169version = "1.0.64"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
12172dependencies = [
12173 "thiserror-impl",
12174]
12175
12176[[package]]
12177name = "thiserror-impl"
12178version = "1.0.64"
12179source = "registry+https://github.com/rust-lang/crates.io-index"
12180checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
12181dependencies = [
12182 "proc-macro2",
12183 "quote",
12184 "syn 2.0.76",
12185]
12186
12187[[package]]
12188name = "thread_local"
12189version = "1.1.8"
12190source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
12192dependencies = [
12193 "cfg-if",
12194 "once_cell",
12195]
12196
12197[[package]]
12198name = "tiff"
12199version = "0.9.1"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
12202dependencies = [
12203 "flate2",
12204 "jpeg-decoder",
12205 "weezl",
12206]
12207
12208[[package]]
12209name = "tiktoken-rs"
12210version = "0.5.9"
12211source = "registry+https://github.com/rust-lang/crates.io-index"
12212checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
12213dependencies = [
12214 "anyhow",
12215 "base64 0.21.7",
12216 "bstr",
12217 "fancy-regex",
12218 "lazy_static",
12219 "parking_lot",
12220 "rustc-hash 1.1.0",
12221]
12222
12223[[package]]
12224name = "time"
12225version = "0.3.36"
12226source = "registry+https://github.com/rust-lang/crates.io-index"
12227checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
12228dependencies = [
12229 "deranged",
12230 "itoa",
12231 "libc",
12232 "num-conv",
12233 "num_threads",
12234 "powerfmt",
12235 "serde",
12236 "time-core",
12237 "time-macros",
12238]
12239
12240[[package]]
12241name = "time-core"
12242version = "0.1.2"
12243source = "registry+https://github.com/rust-lang/crates.io-index"
12244checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
12245
12246[[package]]
12247name = "time-macros"
12248version = "0.2.18"
12249source = "registry+https://github.com/rust-lang/crates.io-index"
12250checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
12251dependencies = [
12252 "num-conv",
12253 "time-core",
12254]
12255
12256[[package]]
12257name = "time_format"
12258version = "0.1.0"
12259dependencies = [
12260 "core-foundation 0.9.4",
12261 "core-foundation-sys",
12262 "sys-locale",
12263 "time",
12264]
12265
12266[[package]]
12267name = "tiny-keccak"
12268version = "2.0.2"
12269source = "registry+https://github.com/rust-lang/crates.io-index"
12270checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
12271dependencies = [
12272 "crunchy",
12273]
12274
12275[[package]]
12276name = "tiny-skia"
12277version = "0.11.4"
12278source = "registry+https://github.com/rust-lang/crates.io-index"
12279checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
12280dependencies = [
12281 "arrayref",
12282 "arrayvec",
12283 "bytemuck",
12284 "cfg-if",
12285 "log",
12286 "png",
12287 "tiny-skia-path",
12288]
12289
12290[[package]]
12291name = "tiny-skia-path"
12292version = "0.11.4"
12293source = "registry+https://github.com/rust-lang/crates.io-index"
12294checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
12295dependencies = [
12296 "arrayref",
12297 "bytemuck",
12298 "strict-num",
12299]
12300
12301[[package]]
12302name = "tiny_http"
12303version = "0.8.2"
12304source = "registry+https://github.com/rust-lang/crates.io-index"
12305checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
12306dependencies = [
12307 "ascii",
12308 "chrono",
12309 "chunked_transfer",
12310 "log",
12311 "url",
12312]
12313
12314[[package]]
12315name = "tinytemplate"
12316version = "1.2.1"
12317source = "registry+https://github.com/rust-lang/crates.io-index"
12318checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12319dependencies = [
12320 "serde",
12321 "serde_json",
12322]
12323
12324[[package]]
12325name = "tinyvec"
12326version = "1.8.0"
12327source = "registry+https://github.com/rust-lang/crates.io-index"
12328checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
12329dependencies = [
12330 "tinyvec_macros",
12331]
12332
12333[[package]]
12334name = "tinyvec_macros"
12335version = "0.1.1"
12336source = "registry+https://github.com/rust-lang/crates.io-index"
12337checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
12338
12339[[package]]
12340name = "title_bar"
12341version = "0.1.0"
12342dependencies = [
12343 "auto_update",
12344 "call",
12345 "client",
12346 "collections",
12347 "command_palette",
12348 "editor",
12349 "extensions_ui",
12350 "feature_flags",
12351 "feedback",
12352 "gpui",
12353 "http_client",
12354 "notifications",
12355 "pretty_assertions",
12356 "project",
12357 "recent_projects",
12358 "remote",
12359 "rpc",
12360 "serde",
12361 "settings",
12362 "smallvec",
12363 "story",
12364 "theme",
12365 "theme_selector",
12366 "tree-sitter-md",
12367 "ui",
12368 "util",
12369 "vcs_menu",
12370 "windows 0.58.0",
12371 "workspace",
12372 "zed_actions",
12373]
12374
12375[[package]]
12376name = "tokio"
12377version = "1.40.0"
12378source = "registry+https://github.com/rust-lang/crates.io-index"
12379checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
12380dependencies = [
12381 "backtrace",
12382 "bytes 1.7.2",
12383 "libc",
12384 "mio 1.0.2",
12385 "parking_lot",
12386 "pin-project-lite",
12387 "signal-hook-registry",
12388 "socket2 0.5.7",
12389 "tokio-macros",
12390 "windows-sys 0.52.0",
12391]
12392
12393[[package]]
12394name = "tokio-io"
12395version = "0.1.13"
12396source = "registry+https://github.com/rust-lang/crates.io-index"
12397checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
12398dependencies = [
12399 "bytes 0.4.12",
12400 "futures 0.1.31",
12401 "log",
12402]
12403
12404[[package]]
12405name = "tokio-macros"
12406version = "2.4.0"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
12409dependencies = [
12410 "proc-macro2",
12411 "quote",
12412 "syn 2.0.76",
12413]
12414
12415[[package]]
12416name = "tokio-native-tls"
12417version = "0.3.1"
12418source = "registry+https://github.com/rust-lang/crates.io-index"
12419checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
12420dependencies = [
12421 "native-tls",
12422 "tokio",
12423]
12424
12425[[package]]
12426name = "tokio-rustls"
12427version = "0.24.1"
12428source = "registry+https://github.com/rust-lang/crates.io-index"
12429checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
12430dependencies = [
12431 "rustls 0.21.12",
12432 "tokio",
12433]
12434
12435[[package]]
12436name = "tokio-rustls"
12437version = "0.26.0"
12438source = "registry+https://github.com/rust-lang/crates.io-index"
12439checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12440dependencies = [
12441 "rustls 0.23.13",
12442 "rustls-pki-types",
12443 "tokio",
12444]
12445
12446[[package]]
12447name = "tokio-socks"
12448version = "0.5.2"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
12451dependencies = [
12452 "either",
12453 "futures-io",
12454 "futures-util",
12455 "thiserror",
12456 "tokio",
12457]
12458
12459[[package]]
12460name = "tokio-stream"
12461version = "0.1.15"
12462source = "registry+https://github.com/rust-lang/crates.io-index"
12463checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12464dependencies = [
12465 "futures-core",
12466 "pin-project-lite",
12467 "tokio",
12468]
12469
12470[[package]]
12471name = "tokio-tungstenite"
12472version = "0.20.1"
12473source = "registry+https://github.com/rust-lang/crates.io-index"
12474checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
12475dependencies = [
12476 "futures-util",
12477 "log",
12478 "tokio",
12479 "tungstenite 0.20.1",
12480]
12481
12482[[package]]
12483name = "tokio-tungstenite"
12484version = "0.21.0"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
12487dependencies = [
12488 "futures-util",
12489 "log",
12490 "tokio",
12491 "tungstenite 0.21.0",
12492]
12493
12494[[package]]
12495name = "tokio-util"
12496version = "0.7.12"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
12499dependencies = [
12500 "bytes 1.7.2",
12501 "futures-core",
12502 "futures-io",
12503 "futures-sink",
12504 "pin-project-lite",
12505 "tokio",
12506]
12507
12508[[package]]
12509name = "toml"
12510version = "0.5.11"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12513dependencies = [
12514 "serde",
12515]
12516
12517[[package]]
12518name = "toml"
12519version = "0.7.8"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
12522dependencies = [
12523 "serde",
12524 "serde_spanned",
12525 "toml_datetime",
12526 "toml_edit 0.19.15",
12527]
12528
12529[[package]]
12530name = "toml"
12531version = "0.8.19"
12532source = "registry+https://github.com/rust-lang/crates.io-index"
12533checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
12534dependencies = [
12535 "serde",
12536 "serde_spanned",
12537 "toml_datetime",
12538 "toml_edit 0.22.20",
12539]
12540
12541[[package]]
12542name = "toml_datetime"
12543version = "0.6.8"
12544source = "registry+https://github.com/rust-lang/crates.io-index"
12545checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
12546dependencies = [
12547 "serde",
12548]
12549
12550[[package]]
12551name = "toml_edit"
12552version = "0.19.15"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
12555dependencies = [
12556 "indexmap 2.4.0",
12557 "serde",
12558 "serde_spanned",
12559 "toml_datetime",
12560 "winnow 0.5.40",
12561]
12562
12563[[package]]
12564name = "toml_edit"
12565version = "0.22.20"
12566source = "registry+https://github.com/rust-lang/crates.io-index"
12567checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
12568dependencies = [
12569 "indexmap 2.4.0",
12570 "serde",
12571 "serde_spanned",
12572 "toml_datetime",
12573 "winnow 0.6.18",
12574]
12575
12576[[package]]
12577name = "toolchain_selector"
12578version = "0.1.0"
12579dependencies = [
12580 "editor",
12581 "fuzzy",
12582 "gpui",
12583 "language",
12584 "picker",
12585 "project",
12586 "ui",
12587 "util",
12588 "workspace",
12589]
12590
12591[[package]]
12592name = "topological-sort"
12593version = "0.2.2"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
12596
12597[[package]]
12598name = "tower"
12599version = "0.4.13"
12600source = "registry+https://github.com/rust-lang/crates.io-index"
12601checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
12602dependencies = [
12603 "futures-core",
12604 "futures-util",
12605 "pin-project",
12606 "pin-project-lite",
12607 "tokio",
12608 "tower-layer",
12609 "tower-service",
12610 "tracing",
12611]
12612
12613[[package]]
12614name = "tower-http"
12615version = "0.3.5"
12616source = "registry+https://github.com/rust-lang/crates.io-index"
12617checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
12618dependencies = [
12619 "bitflags 1.3.2",
12620 "bytes 1.7.2",
12621 "futures-core",
12622 "futures-util",
12623 "http 0.2.12",
12624 "http-body 0.4.6",
12625 "http-range-header",
12626 "pin-project-lite",
12627 "tower-layer",
12628 "tower-service",
12629]
12630
12631[[package]]
12632name = "tower-http"
12633version = "0.4.4"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
12636dependencies = [
12637 "bitflags 2.6.0",
12638 "bytes 1.7.2",
12639 "futures-core",
12640 "futures-util",
12641 "http 0.2.12",
12642 "http-body 0.4.6",
12643 "http-range-header",
12644 "pin-project-lite",
12645 "tower-layer",
12646 "tower-service",
12647 "tracing",
12648]
12649
12650[[package]]
12651name = "tower-layer"
12652version = "0.3.3"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
12655
12656[[package]]
12657name = "tower-service"
12658version = "0.3.3"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
12661
12662[[package]]
12663name = "tracing"
12664version = "0.1.40"
12665source = "registry+https://github.com/rust-lang/crates.io-index"
12666checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
12667dependencies = [
12668 "log",
12669 "pin-project-lite",
12670 "tracing-attributes",
12671 "tracing-core",
12672]
12673
12674[[package]]
12675name = "tracing-attributes"
12676version = "0.1.27"
12677source = "registry+https://github.com/rust-lang/crates.io-index"
12678checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
12679dependencies = [
12680 "proc-macro2",
12681 "quote",
12682 "syn 2.0.76",
12683]
12684
12685[[package]]
12686name = "tracing-core"
12687version = "0.1.32"
12688source = "registry+https://github.com/rust-lang/crates.io-index"
12689checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
12690dependencies = [
12691 "once_cell",
12692 "valuable",
12693]
12694
12695[[package]]
12696name = "tracing-log"
12697version = "0.2.0"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
12700dependencies = [
12701 "log",
12702 "once_cell",
12703 "tracing-core",
12704]
12705
12706[[package]]
12707name = "tracing-serde"
12708version = "0.1.3"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
12711dependencies = [
12712 "serde",
12713 "tracing-core",
12714]
12715
12716[[package]]
12717name = "tracing-subscriber"
12718version = "0.3.18"
12719source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
12721dependencies = [
12722 "matchers",
12723 "nu-ansi-term",
12724 "once_cell",
12725 "regex",
12726 "serde",
12727 "serde_json",
12728 "sharded-slab",
12729 "smallvec",
12730 "thread_local",
12731 "tracing",
12732 "tracing-core",
12733 "tracing-log",
12734 "tracing-serde",
12735]
12736
12737[[package]]
12738name = "tree-sitter"
12739version = "0.23.0"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff"
12742dependencies = [
12743 "cc",
12744 "regex",
12745 "regex-syntax 0.8.4",
12746 "tree-sitter-language",
12747 "wasmtime-c-api-impl",
12748]
12749
12750[[package]]
12751name = "tree-sitter-bash"
12752version = "0.23.1"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
12755dependencies = [
12756 "cc",
12757 "tree-sitter-language",
12758]
12759
12760[[package]]
12761name = "tree-sitter-c"
12762version = "0.23.1"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b"
12765dependencies = [
12766 "cc",
12767 "tree-sitter-language",
12768]
12769
12770[[package]]
12771name = "tree-sitter-cpp"
12772version = "0.23.1"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "1d67e862242878d6ee50e1e5814f267ee3eea0168aea2cdbd700ccfb4c74b6d3"
12775dependencies = [
12776 "cc",
12777 "tree-sitter-language",
12778]
12779
12780[[package]]
12781name = "tree-sitter-css"
12782version = "0.23.0"
12783source = "registry+https://github.com/rust-lang/crates.io-index"
12784checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292"
12785dependencies = [
12786 "cc",
12787 "tree-sitter-language",
12788]
12789
12790[[package]]
12791name = "tree-sitter-diff"
12792version = "0.1.0"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
12795dependencies = [
12796 "cc",
12797 "tree-sitter-language",
12798]
12799
12800[[package]]
12801name = "tree-sitter-elixir"
12802version = "0.3.1"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32"
12805dependencies = [
12806 "cc",
12807 "tree-sitter-language",
12808]
12809
12810[[package]]
12811name = "tree-sitter-embedded-template"
12812version = "0.23.0"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495"
12815dependencies = [
12816 "cc",
12817 "tree-sitter-language",
12818]
12819
12820[[package]]
12821name = "tree-sitter-go"
12822version = "0.23.1"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e"
12825dependencies = [
12826 "cc",
12827 "tree-sitter-language",
12828]
12829
12830[[package]]
12831name = "tree-sitter-gomod"
12832version = "1.0.2"
12833source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
12834dependencies = [
12835 "cc",
12836 "tree-sitter-language",
12837]
12838
12839[[package]]
12840name = "tree-sitter-gowork"
12841version = "0.0.1"
12842source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
12843dependencies = [
12844 "cc",
12845 "tree-sitter-language",
12846]
12847
12848[[package]]
12849name = "tree-sitter-heex"
12850version = "0.0.1"
12851source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
12852dependencies = [
12853 "cc",
12854 "tree-sitter-language",
12855]
12856
12857[[package]]
12858name = "tree-sitter-html"
12859version = "0.20.4"
12860source = "registry+https://github.com/rust-lang/crates.io-index"
12861checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
12862dependencies = [
12863 "cc",
12864 "tree-sitter",
12865]
12866
12867[[package]]
12868name = "tree-sitter-jsdoc"
12869version = "0.23.0"
12870source = "registry+https://github.com/rust-lang/crates.io-index"
12871checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8"
12872dependencies = [
12873 "cc",
12874 "tree-sitter-language",
12875]
12876
12877[[package]]
12878name = "tree-sitter-json"
12879version = "0.23.0"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
12882dependencies = [
12883 "cc",
12884 "tree-sitter-language",
12885]
12886
12887[[package]]
12888name = "tree-sitter-language"
12889version = "0.1.0"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57"
12892
12893[[package]]
12894name = "tree-sitter-md"
12895version = "0.3.2"
12896source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
12897dependencies = [
12898 "cc",
12899 "tree-sitter-language",
12900]
12901
12902[[package]]
12903name = "tree-sitter-python"
12904version = "0.23.2"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb"
12907dependencies = [
12908 "cc",
12909 "tree-sitter-language",
12910]
12911
12912[[package]]
12913name = "tree-sitter-regex"
12914version = "0.23.0"
12915source = "registry+https://github.com/rust-lang/crates.io-index"
12916checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
12917dependencies = [
12918 "cc",
12919 "tree-sitter-language",
12920]
12921
12922[[package]]
12923name = "tree-sitter-ruby"
12924version = "0.23.0"
12925source = "registry+https://github.com/rust-lang/crates.io-index"
12926checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0"
12927dependencies = [
12928 "cc",
12929 "tree-sitter-language",
12930]
12931
12932[[package]]
12933name = "tree-sitter-rust"
12934version = "0.23.0"
12935source = "registry+https://github.com/rust-lang/crates.io-index"
12936checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8"
12937dependencies = [
12938 "cc",
12939 "tree-sitter-language",
12940]
12941
12942[[package]]
12943name = "tree-sitter-typescript"
12944version = "0.23.0"
12945source = "registry+https://github.com/rust-lang/crates.io-index"
12946checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685"
12947dependencies = [
12948 "cc",
12949 "tree-sitter-language",
12950]
12951
12952[[package]]
12953name = "tree-sitter-yaml"
12954version = "0.6.1"
12955source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
12956dependencies = [
12957 "cc",
12958 "tree-sitter-language",
12959]
12960
12961[[package]]
12962name = "try-lock"
12963version = "0.2.5"
12964source = "registry+https://github.com/rust-lang/crates.io-index"
12965checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12966
12967[[package]]
12968name = "ttf-parser"
12969version = "0.21.1"
12970source = "registry+https://github.com/rust-lang/crates.io-index"
12971checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
12972
12973[[package]]
12974name = "tungstenite"
12975version = "0.20.1"
12976source = "registry+https://github.com/rust-lang/crates.io-index"
12977checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12978dependencies = [
12979 "byteorder",
12980 "bytes 1.7.2",
12981 "data-encoding",
12982 "http 0.2.12",
12983 "httparse",
12984 "log",
12985 "rand 0.8.5",
12986 "sha1",
12987 "thiserror",
12988 "url",
12989 "utf-8",
12990]
12991
12992[[package]]
12993name = "tungstenite"
12994version = "0.21.0"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
12997dependencies = [
12998 "byteorder",
12999 "bytes 1.7.2",
13000 "data-encoding",
13001 "http 1.1.0",
13002 "httparse",
13003 "log",
13004 "rand 0.8.5",
13005 "sha1",
13006 "thiserror",
13007 "url",
13008 "utf-8",
13009]
13010
13011[[package]]
13012name = "typeid"
13013version = "1.0.2"
13014source = "registry+https://github.com/rust-lang/crates.io-index"
13015checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13016
13017[[package]]
13018name = "typenum"
13019version = "1.17.0"
13020source = "registry+https://github.com/rust-lang/crates.io-index"
13021checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13022
13023[[package]]
13024name = "ucd-trie"
13025version = "0.1.6"
13026source = "registry+https://github.com/rust-lang/crates.io-index"
13027checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
13028
13029[[package]]
13030name = "uds_windows"
13031version = "1.1.0"
13032source = "registry+https://github.com/rust-lang/crates.io-index"
13033checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13034dependencies = [
13035 "memoffset",
13036 "tempfile",
13037 "winapi",
13038]
13039
13040[[package]]
13041name = "ui"
13042version = "0.1.0"
13043dependencies = [
13044 "chrono",
13045 "gpui",
13046 "itertools 0.13.0",
13047 "menu",
13048 "serde",
13049 "settings",
13050 "smallvec",
13051 "story",
13052 "strum 0.25.0",
13053 "theme",
13054 "ui_macros",
13055 "windows 0.58.0",
13056]
13057
13058[[package]]
13059name = "ui_input"
13060version = "0.1.0"
13061dependencies = [
13062 "editor",
13063 "gpui",
13064 "settings",
13065 "theme",
13066 "ui",
13067]
13068
13069[[package]]
13070name = "ui_macros"
13071version = "0.1.0"
13072dependencies = [
13073 "convert_case 0.6.0",
13074 "proc-macro2",
13075 "quote",
13076 "syn 1.0.109",
13077]
13078
13079[[package]]
13080name = "unicase"
13081version = "2.7.0"
13082source = "registry+https://github.com/rust-lang/crates.io-index"
13083checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
13084dependencies = [
13085 "version_check",
13086]
13087
13088[[package]]
13089name = "unicode-bidi"
13090version = "0.3.15"
13091source = "registry+https://github.com/rust-lang/crates.io-index"
13092checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
13093
13094[[package]]
13095name = "unicode-bidi-mirroring"
13096version = "0.2.0"
13097source = "registry+https://github.com/rust-lang/crates.io-index"
13098checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13099
13100[[package]]
13101name = "unicode-ccc"
13102version = "0.2.0"
13103source = "registry+https://github.com/rust-lang/crates.io-index"
13104checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13105
13106[[package]]
13107name = "unicode-ident"
13108version = "1.0.12"
13109source = "registry+https://github.com/rust-lang/crates.io-index"
13110checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
13111
13112[[package]]
13113name = "unicode-linebreak"
13114version = "0.1.5"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13117
13118[[package]]
13119name = "unicode-normalization"
13120version = "0.1.23"
13121source = "registry+https://github.com/rust-lang/crates.io-index"
13122checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
13123dependencies = [
13124 "tinyvec",
13125]
13126
13127[[package]]
13128name = "unicode-properties"
13129version = "0.1.2"
13130source = "registry+https://github.com/rust-lang/crates.io-index"
13131checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
13132
13133[[package]]
13134name = "unicode-script"
13135version = "0.5.7"
13136source = "registry+https://github.com/rust-lang/crates.io-index"
13137checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
13138
13139[[package]]
13140name = "unicode-segmentation"
13141version = "1.11.0"
13142source = "registry+https://github.com/rust-lang/crates.io-index"
13143checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
13144
13145[[package]]
13146name = "unicode-width"
13147version = "0.1.13"
13148source = "registry+https://github.com/rust-lang/crates.io-index"
13149checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
13150
13151[[package]]
13152name = "unicode-xid"
13153version = "0.2.5"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
13156
13157[[package]]
13158name = "unicode_categories"
13159version = "0.1.1"
13160source = "registry+https://github.com/rust-lang/crates.io-index"
13161checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
13162
13163[[package]]
13164name = "unindent"
13165version = "0.1.11"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
13168
13169[[package]]
13170name = "untrusted"
13171version = "0.7.1"
13172source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
13174
13175[[package]]
13176name = "untrusted"
13177version = "0.9.0"
13178source = "registry+https://github.com/rust-lang/crates.io-index"
13179checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
13180
13181[[package]]
13182name = "url"
13183version = "2.5.2"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
13186dependencies = [
13187 "form_urlencoded",
13188 "idna",
13189 "percent-encoding",
13190 "serde",
13191]
13192
13193[[package]]
13194name = "urlencoding"
13195version = "2.1.3"
13196source = "registry+https://github.com/rust-lang/crates.io-index"
13197checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
13198
13199[[package]]
13200name = "usvg"
13201version = "0.41.0"
13202source = "registry+https://github.com/rust-lang/crates.io-index"
13203checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
13204dependencies = [
13205 "base64 0.22.1",
13206 "data-url",
13207 "flate2",
13208 "imagesize",
13209 "kurbo",
13210 "log",
13211 "pico-args",
13212 "roxmltree 0.19.0",
13213 "simplecss",
13214 "siphasher 1.0.1",
13215 "strict-num",
13216 "svgtypes",
13217 "tiny-skia-path",
13218 "xmlwriter",
13219]
13220
13221[[package]]
13222name = "utf-8"
13223version = "0.7.6"
13224source = "registry+https://github.com/rust-lang/crates.io-index"
13225checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
13226
13227[[package]]
13228name = "utf8parse"
13229version = "0.2.2"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
13232
13233[[package]]
13234name = "util"
13235version = "0.1.0"
13236dependencies = [
13237 "anyhow",
13238 "async-fs 1.6.0",
13239 "collections",
13240 "dirs 4.0.0",
13241 "futures 0.3.30",
13242 "futures-lite 1.13.0",
13243 "git2",
13244 "globset",
13245 "log",
13246 "rand 0.8.5",
13247 "regex",
13248 "rust-embed",
13249 "serde",
13250 "serde_json",
13251 "take-until",
13252 "tempfile",
13253 "tendril",
13254 "unicase",
13255]
13256
13257[[package]]
13258name = "uuid"
13259version = "1.10.0"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
13262dependencies = [
13263 "getrandom 0.2.15",
13264 "serde",
13265 "sha1_smol",
13266]
13267
13268[[package]]
13269name = "v_frame"
13270version = "0.3.8"
13271source = "registry+https://github.com/rust-lang/crates.io-index"
13272checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
13273dependencies = [
13274 "aligned-vec",
13275 "num-traits",
13276 "wasm-bindgen",
13277]
13278
13279[[package]]
13280name = "valuable"
13281version = "0.1.0"
13282source = "registry+https://github.com/rust-lang/crates.io-index"
13283checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
13284
13285[[package]]
13286name = "value-bag"
13287version = "1.9.0"
13288source = "registry+https://github.com/rust-lang/crates.io-index"
13289checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
13290dependencies = [
13291 "value-bag-serde1",
13292 "value-bag-sval2",
13293]
13294
13295[[package]]
13296name = "value-bag-serde1"
13297version = "1.9.0"
13298source = "registry+https://github.com/rust-lang/crates.io-index"
13299checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
13300dependencies = [
13301 "erased-serde",
13302 "serde",
13303 "serde_fmt",
13304]
13305
13306[[package]]
13307name = "value-bag-sval2"
13308version = "1.9.0"
13309source = "registry+https://github.com/rust-lang/crates.io-index"
13310checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
13311dependencies = [
13312 "sval",
13313 "sval_buffer",
13314 "sval_dynamic",
13315 "sval_fmt",
13316 "sval_json",
13317 "sval_ref",
13318 "sval_serde",
13319]
13320
13321[[package]]
13322name = "vcpkg"
13323version = "0.2.15"
13324source = "registry+https://github.com/rust-lang/crates.io-index"
13325checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
13326
13327[[package]]
13328name = "vcs_menu"
13329version = "0.1.0"
13330dependencies = [
13331 "anyhow",
13332 "fuzzy",
13333 "git",
13334 "gpui",
13335 "picker",
13336 "project",
13337 "ui",
13338 "util",
13339 "workspace",
13340]
13341
13342[[package]]
13343name = "version-compare"
13344version = "0.2.0"
13345source = "registry+https://github.com/rust-lang/crates.io-index"
13346checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
13347
13348[[package]]
13349name = "version_check"
13350version = "0.9.5"
13351source = "registry+https://github.com/rust-lang/crates.io-index"
13352checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
13353
13354[[package]]
13355name = "vim"
13356version = "0.1.0"
13357dependencies = [
13358 "anyhow",
13359 "async-compat",
13360 "async-trait",
13361 "collections",
13362 "command_palette",
13363 "command_palette_hooks",
13364 "editor",
13365 "futures 0.3.30",
13366 "gpui",
13367 "indoc",
13368 "itertools 0.13.0",
13369 "language",
13370 "log",
13371 "lsp",
13372 "multi_buffer",
13373 "nvim-rs",
13374 "parking_lot",
13375 "regex",
13376 "release_channel",
13377 "schemars",
13378 "search",
13379 "serde",
13380 "serde_derive",
13381 "serde_json",
13382 "settings",
13383 "tokio",
13384 "ui",
13385 "util",
13386 "workspace",
13387 "zed_actions",
13388]
13389
13390[[package]]
13391name = "vscode_theme"
13392version = "0.2.0"
13393source = "registry+https://github.com/rust-lang/crates.io-index"
13394checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
13395dependencies = [
13396 "serde",
13397]
13398
13399[[package]]
13400name = "vsimd"
13401version = "0.8.0"
13402source = "registry+https://github.com/rust-lang/crates.io-index"
13403checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
13404
13405[[package]]
13406name = "vswhom"
13407version = "0.1.0"
13408source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
13410dependencies = [
13411 "libc",
13412 "vswhom-sys",
13413]
13414
13415[[package]]
13416name = "vswhom-sys"
13417version = "0.1.2"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
13420dependencies = [
13421 "cc",
13422 "libc",
13423]
13424
13425[[package]]
13426name = "vte"
13427version = "0.13.0"
13428source = "registry+https://github.com/rust-lang/crates.io-index"
13429checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
13430dependencies = [
13431 "bitflags 2.6.0",
13432 "cursor-icon",
13433 "log",
13434 "serde",
13435 "utf8parse",
13436 "vte_generate_state_changes",
13437]
13438
13439[[package]]
13440name = "vte_generate_state_changes"
13441version = "0.1.2"
13442source = "registry+https://github.com/rust-lang/crates.io-index"
13443checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
13444dependencies = [
13445 "proc-macro2",
13446 "quote",
13447]
13448
13449[[package]]
13450name = "waker-fn"
13451version = "1.2.0"
13452source = "registry+https://github.com/rust-lang/crates.io-index"
13453checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
13454
13455[[package]]
13456name = "walkdir"
13457version = "2.5.0"
13458source = "registry+https://github.com/rust-lang/crates.io-index"
13459checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
13460dependencies = [
13461 "same-file",
13462 "winapi-util",
13463]
13464
13465[[package]]
13466name = "want"
13467version = "0.3.1"
13468source = "registry+https://github.com/rust-lang/crates.io-index"
13469checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
13470dependencies = [
13471 "try-lock",
13472]
13473
13474[[package]]
13475name = "warp"
13476version = "0.3.7"
13477source = "registry+https://github.com/rust-lang/crates.io-index"
13478checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
13479dependencies = [
13480 "bytes 1.7.2",
13481 "futures-channel",
13482 "futures-util",
13483 "headers",
13484 "http 0.2.12",
13485 "hyper 0.14.31",
13486 "log",
13487 "mime",
13488 "mime_guess",
13489 "percent-encoding",
13490 "pin-project",
13491 "scoped-tls",
13492 "serde",
13493 "serde_json",
13494 "serde_urlencoded",
13495 "tokio",
13496 "tokio-tungstenite 0.21.0",
13497 "tokio-util",
13498 "tower-service",
13499 "tracing",
13500]
13501
13502[[package]]
13503name = "wasi"
13504version = "0.9.0+wasi-snapshot-preview1"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
13507
13508[[package]]
13509name = "wasi"
13510version = "0.11.0+wasi-snapshot-preview1"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
13513
13514[[package]]
13515name = "wasite"
13516version = "0.1.0"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
13519
13520[[package]]
13521name = "wasm-bindgen"
13522version = "0.2.93"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
13525dependencies = [
13526 "cfg-if",
13527 "once_cell",
13528 "wasm-bindgen-macro",
13529]
13530
13531[[package]]
13532name = "wasm-bindgen-backend"
13533version = "0.2.93"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
13536dependencies = [
13537 "bumpalo",
13538 "log",
13539 "once_cell",
13540 "proc-macro2",
13541 "quote",
13542 "syn 2.0.76",
13543 "wasm-bindgen-shared",
13544]
13545
13546[[package]]
13547name = "wasm-bindgen-futures"
13548version = "0.4.43"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
13551dependencies = [
13552 "cfg-if",
13553 "js-sys",
13554 "wasm-bindgen",
13555 "web-sys",
13556]
13557
13558[[package]]
13559name = "wasm-bindgen-macro"
13560version = "0.2.93"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
13563dependencies = [
13564 "quote",
13565 "wasm-bindgen-macro-support",
13566]
13567
13568[[package]]
13569name = "wasm-bindgen-macro-support"
13570version = "0.2.93"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
13573dependencies = [
13574 "proc-macro2",
13575 "quote",
13576 "syn 2.0.76",
13577 "wasm-bindgen-backend",
13578 "wasm-bindgen-shared",
13579]
13580
13581[[package]]
13582name = "wasm-bindgen-shared"
13583version = "0.2.93"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
13586
13587[[package]]
13588name = "wasm-encoder"
13589version = "0.201.0"
13590source = "registry+https://github.com/rust-lang/crates.io-index"
13591checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
13592dependencies = [
13593 "leb128",
13594]
13595
13596[[package]]
13597name = "wasm-encoder"
13598version = "0.215.0"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
13601dependencies = [
13602 "leb128",
13603]
13604
13605[[package]]
13606name = "wasm-metadata"
13607version = "0.201.0"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
13610dependencies = [
13611 "anyhow",
13612 "indexmap 2.4.0",
13613 "serde",
13614 "serde_derive",
13615 "serde_json",
13616 "spdx",
13617 "wasm-encoder 0.201.0",
13618 "wasmparser 0.201.0",
13619]
13620
13621[[package]]
13622name = "wasm-streams"
13623version = "0.4.1"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
13626dependencies = [
13627 "futures-util",
13628 "js-sys",
13629 "wasm-bindgen",
13630 "wasm-bindgen-futures",
13631 "web-sys",
13632]
13633
13634[[package]]
13635name = "wasmparser"
13636version = "0.201.0"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
13639dependencies = [
13640 "bitflags 2.6.0",
13641 "indexmap 2.4.0",
13642 "semver",
13643]
13644
13645[[package]]
13646name = "wasmparser"
13647version = "0.215.0"
13648source = "registry+https://github.com/rust-lang/crates.io-index"
13649checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
13650dependencies = [
13651 "ahash 0.8.11",
13652 "bitflags 2.6.0",
13653 "hashbrown 0.14.5",
13654 "indexmap 2.4.0",
13655 "semver",
13656 "serde",
13657]
13658
13659[[package]]
13660name = "wasmprinter"
13661version = "0.215.0"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
13664dependencies = [
13665 "anyhow",
13666 "termcolor",
13667 "wasmparser 0.215.0",
13668]
13669
13670[[package]]
13671name = "wasmtime"
13672version = "24.0.1"
13673source = "registry+https://github.com/rust-lang/crates.io-index"
13674checksum = "7e4a5b05e9f1797e557e79f0cf04348eaa7a232596939ef4762838ddf7a6127a"
13675dependencies = [
13676 "anyhow",
13677 "async-trait",
13678 "bitflags 2.6.0",
13679 "bumpalo",
13680 "cc",
13681 "cfg-if",
13682 "encoding_rs",
13683 "hashbrown 0.14.5",
13684 "indexmap 2.4.0",
13685 "libc",
13686 "libm",
13687 "log",
13688 "mach2",
13689 "memfd",
13690 "object",
13691 "once_cell",
13692 "paste",
13693 "postcard",
13694 "psm",
13695 "rustix 0.38.35",
13696 "semver",
13697 "serde",
13698 "serde_derive",
13699 "smallvec",
13700 "sptr",
13701 "target-lexicon",
13702 "wasmparser 0.215.0",
13703 "wasmtime-asm-macros",
13704 "wasmtime-component-macro",
13705 "wasmtime-component-util",
13706 "wasmtime-cranelift",
13707 "wasmtime-environ",
13708 "wasmtime-fiber",
13709 "wasmtime-jit-icache-coherence",
13710 "wasmtime-slab",
13711 "wasmtime-versioned-export-macros",
13712 "wasmtime-winch",
13713 "windows-sys 0.52.0",
13714]
13715
13716[[package]]
13717name = "wasmtime-asm-macros"
13718version = "24.0.1"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "64414227e19556d4372f9688458c5673606de83473eb66cd0514d36ea8808cab"
13721dependencies = [
13722 "cfg-if",
13723]
13724
13725[[package]]
13726name = "wasmtime-c-api-impl"
13727version = "24.0.0"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
13730dependencies = [
13731 "anyhow",
13732 "log",
13733 "once_cell",
13734 "tracing",
13735 "wasmtime",
13736 "wasmtime-c-api-macros",
13737]
13738
13739[[package]]
13740name = "wasmtime-c-api-macros"
13741version = "24.0.0"
13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
13744dependencies = [
13745 "proc-macro2",
13746 "quote",
13747]
13748
13749[[package]]
13750name = "wasmtime-component-macro"
13751version = "24.0.1"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "d3ead31b73689602225742920adbcd881f5656702c1a3b4830862c0c66731727"
13754dependencies = [
13755 "anyhow",
13756 "proc-macro2",
13757 "quote",
13758 "syn 2.0.76",
13759 "wasmtime-component-util",
13760 "wasmtime-wit-bindgen",
13761 "wit-parser 0.215.0",
13762]
13763
13764[[package]]
13765name = "wasmtime-component-util"
13766version = "24.0.1"
13767source = "registry+https://github.com/rust-lang/crates.io-index"
13768checksum = "ab2c778661800e1dcd8ba3e15ff042299709e0a4c512525d9cbb604a04c0421b"
13769
13770[[package]]
13771name = "wasmtime-cranelift"
13772version = "24.0.1"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "9f7ee1f436bcf7d213ef7c2e9d44caffcd57e540ccf997d013384c2ae9b82db7"
13775dependencies = [
13776 "anyhow",
13777 "cfg-if",
13778 "cranelift-codegen",
13779 "cranelift-control",
13780 "cranelift-entity",
13781 "cranelift-frontend",
13782 "cranelift-native",
13783 "cranelift-wasm",
13784 "gimli 0.29.0",
13785 "log",
13786 "object",
13787 "target-lexicon",
13788 "thiserror",
13789 "wasmparser 0.215.0",
13790 "wasmtime-environ",
13791 "wasmtime-versioned-export-macros",
13792]
13793
13794[[package]]
13795name = "wasmtime-environ"
13796version = "24.0.1"
13797source = "registry+https://github.com/rust-lang/crates.io-index"
13798checksum = "fa8c33adfb3b9f8d6ef716bc55aea5e6b2275cd5a6721ec8c837d1cb0c471516"
13799dependencies = [
13800 "anyhow",
13801 "cpp_demangle",
13802 "cranelift-bitset",
13803 "cranelift-entity",
13804 "gimli 0.29.0",
13805 "indexmap 2.4.0",
13806 "log",
13807 "object",
13808 "postcard",
13809 "rustc-demangle",
13810 "semver",
13811 "serde",
13812 "serde_derive",
13813 "target-lexicon",
13814 "wasm-encoder 0.215.0",
13815 "wasmparser 0.215.0",
13816 "wasmprinter",
13817 "wasmtime-component-util",
13818 "wasmtime-types",
13819]
13820
13821[[package]]
13822name = "wasmtime-fiber"
13823version = "24.0.1"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "9f3227ed807c2dda9dd770c241023fcd6e48e6722c1c26ff79fc3604d412e884"
13826dependencies = [
13827 "anyhow",
13828 "cc",
13829 "cfg-if",
13830 "rustix 0.38.35",
13831 "wasmtime-asm-macros",
13832 "wasmtime-versioned-export-macros",
13833 "windows-sys 0.52.0",
13834]
13835
13836[[package]]
13837name = "wasmtime-jit-icache-coherence"
13838version = "24.0.1"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "fa89fc440f0edca882ba6d1890608898e6f0193afdc504c0a64478ec53622bd6"
13841dependencies = [
13842 "anyhow",
13843 "cfg-if",
13844 "libc",
13845 "windows-sys 0.52.0",
13846]
13847
13848[[package]]
13849name = "wasmtime-slab"
13850version = "24.0.1"
13851source = "registry+https://github.com/rust-lang/crates.io-index"
13852checksum = "682b7a5b6772c4e4de8c696fc619ec97930b5e89098db9bee22c1136e002438b"
13853
13854[[package]]
13855name = "wasmtime-types"
13856version = "24.0.1"
13857source = "registry+https://github.com/rust-lang/crates.io-index"
13858checksum = "4a95ea5572f8c3ffe777af21aa00a92097ded291a342fecad9f2c6a972ecea99"
13859dependencies = [
13860 "anyhow",
13861 "cranelift-entity",
13862 "serde",
13863 "serde_derive",
13864 "smallvec",
13865 "wasmparser 0.215.0",
13866]
13867
13868[[package]]
13869name = "wasmtime-versioned-export-macros"
13870version = "24.0.1"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "ac3621bfccd4e4336ae141d62b96e96316c0f23c47d64e9700594ebe3c4d9a10"
13873dependencies = [
13874 "proc-macro2",
13875 "quote",
13876 "syn 2.0.76",
13877]
13878
13879[[package]]
13880name = "wasmtime-wasi"
13881version = "24.0.1"
13882source = "registry+https://github.com/rust-lang/crates.io-index"
13883checksum = "fda03f5bfd5c4cc09f75c7e44846663f25f2c48a2d688fbfb5c7a33af6cf34f5"
13884dependencies = [
13885 "anyhow",
13886 "async-trait",
13887 "bitflags 2.6.0",
13888 "bytes 1.7.2",
13889 "cap-fs-ext",
13890 "cap-net-ext",
13891 "cap-rand",
13892 "cap-std",
13893 "cap-time-ext",
13894 "fs-set-times",
13895 "futures 0.3.30",
13896 "io-extras",
13897 "io-lifetimes 2.0.3",
13898 "once_cell",
13899 "rustix 0.38.35",
13900 "system-interface",
13901 "thiserror",
13902 "tokio",
13903 "tracing",
13904 "url",
13905 "wasmtime",
13906 "wiggle",
13907 "windows-sys 0.52.0",
13908]
13909
13910[[package]]
13911name = "wasmtime-winch"
13912version = "24.0.1"
13913source = "registry+https://github.com/rust-lang/crates.io-index"
13914checksum = "d1d3e99f6bba37864487c9356398667699935b9cfa3655ed2b153b9428b3dd21"
13915dependencies = [
13916 "anyhow",
13917 "cranelift-codegen",
13918 "gimli 0.29.0",
13919 "object",
13920 "target-lexicon",
13921 "wasmparser 0.215.0",
13922 "wasmtime-cranelift",
13923 "wasmtime-environ",
13924 "winch-codegen",
13925]
13926
13927[[package]]
13928name = "wasmtime-wit-bindgen"
13929version = "24.0.1"
13930source = "registry+https://github.com/rust-lang/crates.io-index"
13931checksum = "ee0f4524da226d2cb503d794c8928de6bc24878758cebd4e383c946e9fdb8b3a"
13932dependencies = [
13933 "anyhow",
13934 "heck 0.4.1",
13935 "indexmap 2.4.0",
13936 "wit-parser 0.215.0",
13937]
13938
13939[[package]]
13940name = "wast"
13941version = "35.0.2"
13942source = "registry+https://github.com/rust-lang/crates.io-index"
13943checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
13944dependencies = [
13945 "leb128",
13946]
13947
13948[[package]]
13949name = "wayland-backend"
13950version = "0.3.6"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13953dependencies = [
13954 "cc",
13955 "downcast-rs",
13956 "rustix 0.38.35",
13957 "scoped-tls",
13958 "smallvec",
13959 "wayland-sys",
13960]
13961
13962[[package]]
13963name = "wayland-client"
13964version = "0.31.5"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
13967dependencies = [
13968 "bitflags 2.6.0",
13969 "rustix 0.38.35",
13970 "wayland-backend",
13971 "wayland-scanner",
13972]
13973
13974[[package]]
13975name = "wayland-cursor"
13976version = "0.31.5"
13977source = "registry+https://github.com/rust-lang/crates.io-index"
13978checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
13979dependencies = [
13980 "rustix 0.38.35",
13981 "wayland-client",
13982 "xcursor",
13983]
13984
13985[[package]]
13986name = "wayland-protocols"
13987version = "0.31.2"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
13990dependencies = [
13991 "bitflags 2.6.0",
13992 "wayland-backend",
13993 "wayland-client",
13994 "wayland-scanner",
13995]
13996
13997[[package]]
13998name = "wayland-protocols-plasma"
13999version = "0.2.0"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14002dependencies = [
14003 "bitflags 2.6.0",
14004 "wayland-backend",
14005 "wayland-client",
14006 "wayland-protocols",
14007 "wayland-scanner",
14008]
14009
14010[[package]]
14011name = "wayland-scanner"
14012version = "0.31.4"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
14015dependencies = [
14016 "proc-macro2",
14017 "quick-xml 0.34.0",
14018 "quote",
14019]
14020
14021[[package]]
14022name = "wayland-sys"
14023version = "0.31.4"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
14026dependencies = [
14027 "dlib",
14028 "log",
14029 "once_cell",
14030 "pkg-config",
14031]
14032
14033[[package]]
14034name = "web-sys"
14035version = "0.3.70"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
14038dependencies = [
14039 "js-sys",
14040 "wasm-bindgen",
14041]
14042
14043[[package]]
14044name = "webpki"
14045version = "0.22.4"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14048dependencies = [
14049 "ring 0.17.8",
14050 "untrusted 0.9.0",
14051]
14052
14053[[package]]
14054name = "webpki-roots"
14055version = "0.22.6"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14058dependencies = [
14059 "webpki",
14060]
14061
14062[[package]]
14063name = "webpki-roots"
14064version = "0.25.4"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
14067
14068[[package]]
14069name = "weezl"
14070version = "0.1.8"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14073
14074[[package]]
14075name = "welcome"
14076version = "0.1.0"
14077dependencies = [
14078 "anyhow",
14079 "client",
14080 "db",
14081 "editor",
14082 "extensions_ui",
14083 "fuzzy",
14084 "gpui",
14085 "inline_completion_button",
14086 "install_cli",
14087 "picker",
14088 "project",
14089 "schemars",
14090 "serde",
14091 "settings",
14092 "theme_selector",
14093 "ui",
14094 "util",
14095 "vim",
14096 "workspace",
14097 "zed_actions",
14098]
14099
14100[[package]]
14101name = "which"
14102version = "4.4.2"
14103source = "registry+https://github.com/rust-lang/crates.io-index"
14104checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
14105dependencies = [
14106 "either",
14107 "home",
14108 "once_cell",
14109 "rustix 0.38.35",
14110]
14111
14112[[package]]
14113name = "which"
14114version = "6.0.3"
14115source = "registry+https://github.com/rust-lang/crates.io-index"
14116checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
14117dependencies = [
14118 "either",
14119 "home",
14120 "rustix 0.38.35",
14121 "winsafe",
14122]
14123
14124[[package]]
14125name = "whoami"
14126version = "1.5.1"
14127source = "registry+https://github.com/rust-lang/crates.io-index"
14128checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
14129dependencies = [
14130 "redox_syscall 0.4.1",
14131 "wasite",
14132]
14133
14134[[package]]
14135name = "wiggle"
14136version = "24.0.1"
14137source = "registry+https://github.com/rust-lang/crates.io-index"
14138checksum = "2d3b31bd2b4d2d82a4b747b8dbc45f566214214a4ffdc5690429a73bc221dc8a"
14139dependencies = [
14140 "anyhow",
14141 "async-trait",
14142 "bitflags 2.6.0",
14143 "thiserror",
14144 "tracing",
14145 "wasmtime",
14146 "wiggle-macro",
14147]
14148
14149[[package]]
14150name = "wiggle-generate"
14151version = "24.0.1"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "e2c6136b195fc12067aa9d4e7a5baf118729394df7bc7cbf8c63119bc9f2a7cd"
14154dependencies = [
14155 "anyhow",
14156 "heck 0.4.1",
14157 "proc-macro2",
14158 "quote",
14159 "shellexpand 2.1.2",
14160 "syn 2.0.76",
14161 "witx",
14162]
14163
14164[[package]]
14165name = "wiggle-macro"
14166version = "24.0.1"
14167source = "registry+https://github.com/rust-lang/crates.io-index"
14168checksum = "8a41eaceee468da976ac43b85c4eb82e482f828d5e8e56f49f90dfac2d9bc3b4"
14169dependencies = [
14170 "proc-macro2",
14171 "quote",
14172 "syn 2.0.76",
14173 "wiggle-generate",
14174]
14175
14176[[package]]
14177name = "winapi"
14178version = "0.3.9"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
14181dependencies = [
14182 "winapi-i686-pc-windows-gnu",
14183 "winapi-x86_64-pc-windows-gnu",
14184]
14185
14186[[package]]
14187name = "winapi-i686-pc-windows-gnu"
14188version = "0.4.0"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
14191
14192[[package]]
14193name = "winapi-util"
14194version = "0.1.9"
14195source = "registry+https://github.com/rust-lang/crates.io-index"
14196checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
14197dependencies = [
14198 "windows-sys 0.59.0",
14199]
14200
14201[[package]]
14202name = "winapi-x86_64-pc-windows-gnu"
14203version = "0.4.0"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
14206
14207[[package]]
14208name = "winch-codegen"
14209version = "0.22.1"
14210source = "registry+https://github.com/rust-lang/crates.io-index"
14211checksum = "c139fb9298d9651b6869afd544e567ca2448cd5f5ddcb24e4bb86a1ee187c8b3"
14212dependencies = [
14213 "anyhow",
14214 "cranelift-codegen",
14215 "gimli 0.29.0",
14216 "regalloc2",
14217 "smallvec",
14218 "target-lexicon",
14219 "wasmparser 0.215.0",
14220 "wasmtime-cranelift",
14221 "wasmtime-environ",
14222]
14223
14224[[package]]
14225name = "windows"
14226version = "0.54.0"
14227source = "registry+https://github.com/rust-lang/crates.io-index"
14228checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
14229dependencies = [
14230 "windows-core 0.54.0",
14231 "windows-targets 0.52.6",
14232]
14233
14234[[package]]
14235name = "windows"
14236version = "0.58.0"
14237source = "registry+https://github.com/rust-lang/crates.io-index"
14238checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
14239dependencies = [
14240 "windows-core 0.58.0",
14241 "windows-targets 0.52.6",
14242]
14243
14244[[package]]
14245name = "windows-core"
14246version = "0.52.0"
14247source = "registry+https://github.com/rust-lang/crates.io-index"
14248checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
14249dependencies = [
14250 "windows-targets 0.52.6",
14251]
14252
14253[[package]]
14254name = "windows-core"
14255version = "0.54.0"
14256source = "registry+https://github.com/rust-lang/crates.io-index"
14257checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
14258dependencies = [
14259 "windows-result 0.1.2",
14260 "windows-targets 0.52.6",
14261]
14262
14263[[package]]
14264name = "windows-core"
14265version = "0.58.0"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
14268dependencies = [
14269 "windows-implement",
14270 "windows-interface",
14271 "windows-result 0.2.0",
14272 "windows-strings",
14273 "windows-targets 0.52.6",
14274]
14275
14276[[package]]
14277name = "windows-implement"
14278version = "0.58.0"
14279source = "registry+https://github.com/rust-lang/crates.io-index"
14280checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
14281dependencies = [
14282 "proc-macro2",
14283 "quote",
14284 "syn 2.0.76",
14285]
14286
14287[[package]]
14288name = "windows-interface"
14289version = "0.58.0"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
14292dependencies = [
14293 "proc-macro2",
14294 "quote",
14295 "syn 2.0.76",
14296]
14297
14298[[package]]
14299name = "windows-registry"
14300version = "0.2.0"
14301source = "registry+https://github.com/rust-lang/crates.io-index"
14302checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
14303dependencies = [
14304 "windows-result 0.2.0",
14305 "windows-strings",
14306 "windows-targets 0.52.6",
14307]
14308
14309[[package]]
14310name = "windows-result"
14311version = "0.1.2"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
14314dependencies = [
14315 "windows-targets 0.52.6",
14316]
14317
14318[[package]]
14319name = "windows-result"
14320version = "0.2.0"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
14323dependencies = [
14324 "windows-targets 0.52.6",
14325]
14326
14327[[package]]
14328name = "windows-strings"
14329version = "0.1.0"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
14332dependencies = [
14333 "windows-result 0.2.0",
14334 "windows-targets 0.52.6",
14335]
14336
14337[[package]]
14338name = "windows-sys"
14339version = "0.45.0"
14340source = "registry+https://github.com/rust-lang/crates.io-index"
14341checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
14342dependencies = [
14343 "windows-targets 0.42.2",
14344]
14345
14346[[package]]
14347name = "windows-sys"
14348version = "0.48.0"
14349source = "registry+https://github.com/rust-lang/crates.io-index"
14350checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
14351dependencies = [
14352 "windows-targets 0.48.5",
14353]
14354
14355[[package]]
14356name = "windows-sys"
14357version = "0.52.0"
14358source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
14360dependencies = [
14361 "windows-targets 0.52.6",
14362]
14363
14364[[package]]
14365name = "windows-sys"
14366version = "0.59.0"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
14369dependencies = [
14370 "windows-targets 0.52.6",
14371]
14372
14373[[package]]
14374name = "windows-targets"
14375version = "0.42.2"
14376source = "registry+https://github.com/rust-lang/crates.io-index"
14377checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
14378dependencies = [
14379 "windows_aarch64_gnullvm 0.42.2",
14380 "windows_aarch64_msvc 0.42.2",
14381 "windows_i686_gnu 0.42.2",
14382 "windows_i686_msvc 0.42.2",
14383 "windows_x86_64_gnu 0.42.2",
14384 "windows_x86_64_gnullvm 0.42.2",
14385 "windows_x86_64_msvc 0.42.2",
14386]
14387
14388[[package]]
14389name = "windows-targets"
14390version = "0.48.5"
14391source = "registry+https://github.com/rust-lang/crates.io-index"
14392checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
14393dependencies = [
14394 "windows_aarch64_gnullvm 0.48.5",
14395 "windows_aarch64_msvc 0.48.5",
14396 "windows_i686_gnu 0.48.5",
14397 "windows_i686_msvc 0.48.5",
14398 "windows_x86_64_gnu 0.48.5",
14399 "windows_x86_64_gnullvm 0.48.5",
14400 "windows_x86_64_msvc 0.48.5",
14401]
14402
14403[[package]]
14404name = "windows-targets"
14405version = "0.52.6"
14406source = "registry+https://github.com/rust-lang/crates.io-index"
14407checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
14408dependencies = [
14409 "windows_aarch64_gnullvm 0.52.6",
14410 "windows_aarch64_msvc 0.52.6",
14411 "windows_i686_gnu 0.52.6",
14412 "windows_i686_gnullvm",
14413 "windows_i686_msvc 0.52.6",
14414 "windows_x86_64_gnu 0.52.6",
14415 "windows_x86_64_gnullvm 0.52.6",
14416 "windows_x86_64_msvc 0.52.6",
14417]
14418
14419[[package]]
14420name = "windows_aarch64_gnullvm"
14421version = "0.42.2"
14422source = "registry+https://github.com/rust-lang/crates.io-index"
14423checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
14424
14425[[package]]
14426name = "windows_aarch64_gnullvm"
14427version = "0.48.5"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
14430
14431[[package]]
14432name = "windows_aarch64_gnullvm"
14433version = "0.52.6"
14434source = "registry+https://github.com/rust-lang/crates.io-index"
14435checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
14436
14437[[package]]
14438name = "windows_aarch64_msvc"
14439version = "0.42.2"
14440source = "registry+https://github.com/rust-lang/crates.io-index"
14441checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
14442
14443[[package]]
14444name = "windows_aarch64_msvc"
14445version = "0.48.5"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
14448
14449[[package]]
14450name = "windows_aarch64_msvc"
14451version = "0.52.6"
14452source = "registry+https://github.com/rust-lang/crates.io-index"
14453checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
14454
14455[[package]]
14456name = "windows_i686_gnu"
14457version = "0.42.2"
14458source = "registry+https://github.com/rust-lang/crates.io-index"
14459checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
14460
14461[[package]]
14462name = "windows_i686_gnu"
14463version = "0.48.5"
14464source = "registry+https://github.com/rust-lang/crates.io-index"
14465checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
14466
14467[[package]]
14468name = "windows_i686_gnu"
14469version = "0.52.6"
14470source = "registry+https://github.com/rust-lang/crates.io-index"
14471checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
14472
14473[[package]]
14474name = "windows_i686_gnullvm"
14475version = "0.52.6"
14476source = "registry+https://github.com/rust-lang/crates.io-index"
14477checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
14478
14479[[package]]
14480name = "windows_i686_msvc"
14481version = "0.42.2"
14482source = "registry+https://github.com/rust-lang/crates.io-index"
14483checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
14484
14485[[package]]
14486name = "windows_i686_msvc"
14487version = "0.48.5"
14488source = "registry+https://github.com/rust-lang/crates.io-index"
14489checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
14490
14491[[package]]
14492name = "windows_i686_msvc"
14493version = "0.52.6"
14494source = "registry+https://github.com/rust-lang/crates.io-index"
14495checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
14496
14497[[package]]
14498name = "windows_x86_64_gnu"
14499version = "0.42.2"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
14502
14503[[package]]
14504name = "windows_x86_64_gnu"
14505version = "0.48.5"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
14508
14509[[package]]
14510name = "windows_x86_64_gnu"
14511version = "0.52.6"
14512source = "registry+https://github.com/rust-lang/crates.io-index"
14513checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
14514
14515[[package]]
14516name = "windows_x86_64_gnullvm"
14517version = "0.42.2"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
14520
14521[[package]]
14522name = "windows_x86_64_gnullvm"
14523version = "0.48.5"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
14526
14527[[package]]
14528name = "windows_x86_64_gnullvm"
14529version = "0.52.6"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
14532
14533[[package]]
14534name = "windows_x86_64_msvc"
14535version = "0.42.2"
14536source = "registry+https://github.com/rust-lang/crates.io-index"
14537checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
14538
14539[[package]]
14540name = "windows_x86_64_msvc"
14541version = "0.48.5"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
14544
14545[[package]]
14546name = "windows_x86_64_msvc"
14547version = "0.52.6"
14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
14550
14551[[package]]
14552name = "winnow"
14553version = "0.5.40"
14554source = "registry+https://github.com/rust-lang/crates.io-index"
14555checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
14556dependencies = [
14557 "memchr",
14558]
14559
14560[[package]]
14561name = "winnow"
14562version = "0.6.18"
14563source = "registry+https://github.com/rust-lang/crates.io-index"
14564checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
14565dependencies = [
14566 "memchr",
14567]
14568
14569[[package]]
14570name = "winreg"
14571version = "0.50.0"
14572source = "registry+https://github.com/rust-lang/crates.io-index"
14573checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
14574dependencies = [
14575 "cfg-if",
14576 "windows-sys 0.48.0",
14577]
14578
14579[[package]]
14580name = "winreg"
14581version = "0.52.0"
14582source = "registry+https://github.com/rust-lang/crates.io-index"
14583checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
14584dependencies = [
14585 "cfg-if",
14586 "windows-sys 0.48.0",
14587]
14588
14589[[package]]
14590name = "winresource"
14591version = "0.1.17"
14592source = "registry+https://github.com/rust-lang/crates.io-index"
14593checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
14594dependencies = [
14595 "toml 0.7.8",
14596 "version_check",
14597]
14598
14599[[package]]
14600name = "winsafe"
14601version = "0.0.19"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
14604
14605[[package]]
14606name = "winx"
14607version = "0.36.3"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
14610dependencies = [
14611 "bitflags 2.6.0",
14612 "windows-sys 0.52.0",
14613]
14614
14615[[package]]
14616name = "wio"
14617version = "0.2.2"
14618source = "registry+https://github.com/rust-lang/crates.io-index"
14619checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
14620dependencies = [
14621 "winapi",
14622]
14623
14624[[package]]
14625name = "wit-bindgen"
14626version = "0.22.0"
14627source = "registry+https://github.com/rust-lang/crates.io-index"
14628checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
14629dependencies = [
14630 "bitflags 2.6.0",
14631 "wit-bindgen-rt",
14632 "wit-bindgen-rust-macro",
14633]
14634
14635[[package]]
14636name = "wit-bindgen-core"
14637version = "0.22.0"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
14640dependencies = [
14641 "anyhow",
14642 "wit-parser 0.201.0",
14643]
14644
14645[[package]]
14646name = "wit-bindgen-rt"
14647version = "0.22.0"
14648source = "registry+https://github.com/rust-lang/crates.io-index"
14649checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
14650
14651[[package]]
14652name = "wit-bindgen-rust"
14653version = "0.22.0"
14654source = "registry+https://github.com/rust-lang/crates.io-index"
14655checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
14656dependencies = [
14657 "anyhow",
14658 "heck 0.4.1",
14659 "indexmap 2.4.0",
14660 "wasm-metadata",
14661 "wit-bindgen-core",
14662 "wit-component",
14663]
14664
14665[[package]]
14666name = "wit-bindgen-rust-macro"
14667version = "0.22.0"
14668source = "registry+https://github.com/rust-lang/crates.io-index"
14669checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
14670dependencies = [
14671 "anyhow",
14672 "proc-macro2",
14673 "quote",
14674 "syn 2.0.76",
14675 "wit-bindgen-core",
14676 "wit-bindgen-rust",
14677]
14678
14679[[package]]
14680name = "wit-component"
14681version = "0.201.0"
14682source = "registry+https://github.com/rust-lang/crates.io-index"
14683checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
14684dependencies = [
14685 "anyhow",
14686 "bitflags 2.6.0",
14687 "indexmap 2.4.0",
14688 "log",
14689 "serde",
14690 "serde_derive",
14691 "serde_json",
14692 "wasm-encoder 0.201.0",
14693 "wasm-metadata",
14694 "wasmparser 0.201.0",
14695 "wit-parser 0.201.0",
14696]
14697
14698[[package]]
14699name = "wit-parser"
14700version = "0.201.0"
14701source = "registry+https://github.com/rust-lang/crates.io-index"
14702checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
14703dependencies = [
14704 "anyhow",
14705 "id-arena",
14706 "indexmap 2.4.0",
14707 "log",
14708 "semver",
14709 "serde",
14710 "serde_derive",
14711 "serde_json",
14712 "unicode-xid",
14713 "wasmparser 0.201.0",
14714]
14715
14716[[package]]
14717name = "wit-parser"
14718version = "0.215.0"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
14721dependencies = [
14722 "anyhow",
14723 "id-arena",
14724 "indexmap 2.4.0",
14725 "log",
14726 "semver",
14727 "serde",
14728 "serde_derive",
14729 "serde_json",
14730 "unicode-xid",
14731 "wasmparser 0.215.0",
14732]
14733
14734[[package]]
14735name = "witx"
14736version = "0.9.1"
14737source = "registry+https://github.com/rust-lang/crates.io-index"
14738checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
14739dependencies = [
14740 "anyhow",
14741 "log",
14742 "thiserror",
14743 "wast",
14744]
14745
14746[[package]]
14747name = "workspace"
14748version = "0.1.0"
14749dependencies = [
14750 "any_vec",
14751 "anyhow",
14752 "async-recursion 1.1.1",
14753 "bincode",
14754 "call",
14755 "client",
14756 "clock",
14757 "collections",
14758 "db",
14759 "derive_more",
14760 "env_logger 0.11.5",
14761 "fs",
14762 "futures 0.3.30",
14763 "git",
14764 "gpui",
14765 "http_client",
14766 "itertools 0.13.0",
14767 "language",
14768 "log",
14769 "node_runtime",
14770 "parking_lot",
14771 "postage",
14772 "project",
14773 "remote",
14774 "schemars",
14775 "serde",
14776 "serde_json",
14777 "session",
14778 "settings",
14779 "smallvec",
14780 "sqlez",
14781 "strum 0.25.0",
14782 "task",
14783 "tempfile",
14784 "theme",
14785 "ui",
14786 "util",
14787 "uuid",
14788]
14789
14790[[package]]
14791name = "worktree"
14792version = "0.1.0"
14793dependencies = [
14794 "anyhow",
14795 "clock",
14796 "collections",
14797 "env_logger 0.11.5",
14798 "fs",
14799 "futures 0.3.30",
14800 "fuzzy",
14801 "git",
14802 "git2",
14803 "git_hosting_providers",
14804 "gpui",
14805 "http_client",
14806 "ignore",
14807 "language",
14808 "log",
14809 "parking_lot",
14810 "paths",
14811 "postage",
14812 "pretty_assertions",
14813 "rand 0.8.5",
14814 "rpc",
14815 "schemars",
14816 "serde",
14817 "serde_json",
14818 "settings",
14819 "smallvec",
14820 "smol",
14821 "sum_tree",
14822 "text",
14823 "util",
14824]
14825
14826[[package]]
14827name = "wyz"
14828version = "0.5.1"
14829source = "registry+https://github.com/rust-lang/crates.io-index"
14830checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
14831dependencies = [
14832 "tap",
14833]
14834
14835[[package]]
14836name = "x11-clipboard"
14837version = "0.9.2"
14838source = "registry+https://github.com/rust-lang/crates.io-index"
14839checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
14840dependencies = [
14841 "libc",
14842 "x11rb",
14843]
14844
14845[[package]]
14846name = "x11rb"
14847version = "0.13.1"
14848source = "registry+https://github.com/rust-lang/crates.io-index"
14849checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
14850dependencies = [
14851 "as-raw-xcb-connection",
14852 "gethostname",
14853 "libc",
14854 "rustix 0.38.35",
14855 "x11rb-protocol",
14856]
14857
14858[[package]]
14859name = "x11rb-protocol"
14860version = "0.13.1"
14861source = "registry+https://github.com/rust-lang/crates.io-index"
14862checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
14863
14864[[package]]
14865name = "xattr"
14866version = "0.2.3"
14867source = "registry+https://github.com/rust-lang/crates.io-index"
14868checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
14869dependencies = [
14870 "libc",
14871]
14872
14873[[package]]
14874name = "xcursor"
14875version = "0.3.8"
14876source = "registry+https://github.com/rust-lang/crates.io-index"
14877checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
14878
14879[[package]]
14880name = "xdg-home"
14881version = "1.3.0"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
14884dependencies = [
14885 "libc",
14886 "windows-sys 0.59.0",
14887]
14888
14889[[package]]
14890name = "xim"
14891version = "0.4.0"
14892source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14893dependencies = [
14894 "ahash 0.8.11",
14895 "hashbrown 0.14.5",
14896 "log",
14897 "x11rb",
14898 "xim-ctext",
14899 "xim-parser",
14900]
14901
14902[[package]]
14903name = "xim-ctext"
14904version = "0.3.0"
14905source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14906dependencies = [
14907 "encoding_rs",
14908]
14909
14910[[package]]
14911name = "xim-parser"
14912version = "0.2.1"
14913source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14914dependencies = [
14915 "bitflags 2.6.0",
14916]
14917
14918[[package]]
14919name = "xkbcommon"
14920version = "0.7.0"
14921source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
14922dependencies = [
14923 "as-raw-xcb-connection",
14924 "libc",
14925 "memmap2",
14926 "xkeysym",
14927]
14928
14929[[package]]
14930name = "xkeysym"
14931version = "0.2.1"
14932source = "registry+https://github.com/rust-lang/crates.io-index"
14933checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
14934
14935[[package]]
14936name = "xml5ever"
14937version = "0.18.1"
14938source = "registry+https://github.com/rust-lang/crates.io-index"
14939checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
14940dependencies = [
14941 "log",
14942 "mac",
14943 "markup5ever",
14944]
14945
14946[[package]]
14947name = "xmlparser"
14948version = "0.13.6"
14949source = "registry+https://github.com/rust-lang/crates.io-index"
14950checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
14951
14952[[package]]
14953name = "xmlwriter"
14954version = "0.1.0"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
14957
14958[[package]]
14959name = "xtask"
14960version = "0.1.0"
14961dependencies = [
14962 "anyhow",
14963 "cargo_metadata",
14964 "cargo_toml",
14965 "clap",
14966]
14967
14968[[package]]
14969name = "yaml-rust2"
14970version = "0.8.1"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
14973dependencies = [
14974 "arraydeque",
14975 "encoding_rs",
14976 "hashlink 0.8.4",
14977]
14978
14979[[package]]
14980name = "yansi"
14981version = "1.0.1"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
14984
14985[[package]]
14986name = "yazi"
14987version = "0.1.6"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
14990
14991[[package]]
14992name = "yeslogic-fontconfig-sys"
14993version = "6.0.0"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
14996dependencies = [
14997 "dlib",
14998 "once_cell",
14999 "pkg-config",
15000]
15001
15002[[package]]
15003name = "zbus"
15004version = "4.4.0"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
15007dependencies = [
15008 "async-broadcast",
15009 "async-executor",
15010 "async-fs 2.1.2",
15011 "async-io 2.3.4",
15012 "async-lock 3.4.0",
15013 "async-process 2.2.4",
15014 "async-recursion 1.1.1",
15015 "async-task",
15016 "async-trait",
15017 "blocking",
15018 "enumflags2",
15019 "event-listener 5.3.1",
15020 "futures-core",
15021 "futures-sink",
15022 "futures-util",
15023 "hex",
15024 "nix",
15025 "ordered-stream",
15026 "rand 0.8.5",
15027 "serde",
15028 "serde_repr",
15029 "sha1",
15030 "static_assertions",
15031 "tracing",
15032 "uds_windows",
15033 "windows-sys 0.52.0",
15034 "xdg-home",
15035 "zbus_macros",
15036 "zbus_names",
15037 "zvariant",
15038]
15039
15040[[package]]
15041name = "zbus_macros"
15042version = "4.4.0"
15043source = "registry+https://github.com/rust-lang/crates.io-index"
15044checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
15045dependencies = [
15046 "proc-macro-crate",
15047 "proc-macro2",
15048 "quote",
15049 "syn 2.0.76",
15050 "zvariant_utils",
15051]
15052
15053[[package]]
15054name = "zbus_names"
15055version = "3.0.0"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
15058dependencies = [
15059 "serde",
15060 "static_assertions",
15061 "zvariant",
15062]
15063
15064[[package]]
15065name = "zed"
15066version = "0.161.0"
15067dependencies = [
15068 "activity_indicator",
15069 "anyhow",
15070 "ashpd",
15071 "assets",
15072 "assistant",
15073 "async-watch",
15074 "audio",
15075 "auto_update",
15076 "backtrace",
15077 "breadcrumbs",
15078 "call",
15079 "channel",
15080 "chrono",
15081 "clap",
15082 "cli",
15083 "client",
15084 "collab_ui",
15085 "collections",
15086 "command_palette",
15087 "command_palette_hooks",
15088 "copilot",
15089 "db",
15090 "diagnostics",
15091 "editor",
15092 "env_logger 0.11.5",
15093 "extension_host",
15094 "extensions_ui",
15095 "feature_flags",
15096 "feedback",
15097 "file_finder",
15098 "file_icons",
15099 "fs",
15100 "futures 0.3.30",
15101 "git",
15102 "git_hosting_providers",
15103 "go_to_line",
15104 "gpui",
15105 "http_client",
15106 "image_viewer",
15107 "inline_completion_button",
15108 "install_cli",
15109 "journal",
15110 "language",
15111 "language_model",
15112 "language_selector",
15113 "language_tools",
15114 "languages",
15115 "libc",
15116 "log",
15117 "markdown_preview",
15118 "menu",
15119 "mimalloc",
15120 "nix",
15121 "node_runtime",
15122 "notifications",
15123 "outline",
15124 "outline_panel",
15125 "parking_lot",
15126 "paths",
15127 "profiling",
15128 "project",
15129 "project_panel",
15130 "project_symbols",
15131 "proto",
15132 "quick_action_bar",
15133 "recent_projects",
15134 "release_channel",
15135 "remote",
15136 "repl",
15137 "reqwest_client",
15138 "rope",
15139 "search",
15140 "serde",
15141 "serde_json",
15142 "session",
15143 "settings",
15144 "settings_ui",
15145 "shellexpand 2.1.2",
15146 "simplelog",
15147 "smol",
15148 "snippet_provider",
15149 "snippets_ui",
15150 "supermaven",
15151 "sysinfo",
15152 "tab_switcher",
15153 "task",
15154 "tasks_ui",
15155 "telemetry_events",
15156 "terminal_view",
15157 "theme",
15158 "theme_selector",
15159 "time",
15160 "toolchain_selector",
15161 "tree-sitter-md",
15162 "tree-sitter-rust",
15163 "ui",
15164 "url",
15165 "urlencoding",
15166 "util",
15167 "uuid",
15168 "vim",
15169 "welcome",
15170 "windows 0.58.0",
15171 "winresource",
15172 "workspace",
15173 "zed_actions",
15174]
15175
15176[[package]]
15177name = "zed_actions"
15178version = "0.1.0"
15179dependencies = [
15180 "gpui",
15181 "serde",
15182]
15183
15184[[package]]
15185name = "zed_astro"
15186version = "0.1.1"
15187dependencies = [
15188 "serde",
15189 "zed_extension_api 0.1.0",
15190]
15191
15192[[package]]
15193name = "zed_clojure"
15194version = "0.0.3"
15195dependencies = [
15196 "zed_extension_api 0.1.0",
15197]
15198
15199[[package]]
15200name = "zed_csharp"
15201version = "0.0.2"
15202dependencies = [
15203 "zed_extension_api 0.1.0",
15204]
15205
15206[[package]]
15207name = "zed_deno"
15208version = "0.0.2"
15209dependencies = [
15210 "zed_extension_api 0.1.0",
15211]
15212
15213[[package]]
15214name = "zed_elixir"
15215version = "0.1.1"
15216dependencies = [
15217 "zed_extension_api 0.1.0",
15218]
15219
15220[[package]]
15221name = "zed_elm"
15222version = "0.0.1"
15223dependencies = [
15224 "zed_extension_api 0.1.0",
15225]
15226
15227[[package]]
15228name = "zed_emmet"
15229version = "0.0.3"
15230dependencies = [
15231 "zed_extension_api 0.1.0",
15232]
15233
15234[[package]]
15235name = "zed_erlang"
15236version = "0.1.0"
15237dependencies = [
15238 "zed_extension_api 0.1.0",
15239]
15240
15241[[package]]
15242name = "zed_extension_api"
15243version = "0.1.0"
15244source = "registry+https://github.com/rust-lang/crates.io-index"
15245checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
15246dependencies = [
15247 "serde",
15248 "serde_json",
15249 "wit-bindgen",
15250]
15251
15252[[package]]
15253name = "zed_extension_api"
15254version = "0.2.0"
15255dependencies = [
15256 "serde",
15257 "serde_json",
15258 "wit-bindgen",
15259]
15260
15261[[package]]
15262name = "zed_glsl"
15263version = "0.1.0"
15264dependencies = [
15265 "zed_extension_api 0.1.0",
15266]
15267
15268[[package]]
15269name = "zed_haskell"
15270version = "0.1.1"
15271dependencies = [
15272 "zed_extension_api 0.1.0",
15273]
15274
15275[[package]]
15276name = "zed_html"
15277version = "0.1.3"
15278dependencies = [
15279 "zed_extension_api 0.1.0",
15280]
15281
15282[[package]]
15283name = "zed_lua"
15284version = "0.1.0"
15285dependencies = [
15286 "zed_extension_api 0.1.0",
15287]
15288
15289[[package]]
15290name = "zed_ocaml"
15291version = "0.1.0"
15292dependencies = [
15293 "zed_extension_api 0.1.0",
15294]
15295
15296[[package]]
15297name = "zed_php"
15298version = "0.2.2"
15299dependencies = [
15300 "zed_extension_api 0.1.0",
15301]
15302
15303[[package]]
15304name = "zed_prisma"
15305version = "0.0.3"
15306dependencies = [
15307 "zed_extension_api 0.1.0",
15308]
15309
15310[[package]]
15311name = "zed_proto"
15312version = "0.2.0"
15313dependencies = [
15314 "zed_extension_api 0.1.0",
15315]
15316
15317[[package]]
15318name = "zed_purescript"
15319version = "0.0.1"
15320dependencies = [
15321 "zed_extension_api 0.1.0",
15322]
15323
15324[[package]]
15325name = "zed_ruff"
15326version = "0.1.0"
15327dependencies = [
15328 "zed_extension_api 0.1.0",
15329]
15330
15331[[package]]
15332name = "zed_snippets"
15333version = "0.0.5"
15334dependencies = [
15335 "serde_json",
15336 "zed_extension_api 0.1.0",
15337]
15338
15339[[package]]
15340name = "zed_terraform"
15341version = "0.1.1"
15342dependencies = [
15343 "zed_extension_api 0.1.0",
15344]
15345
15346[[package]]
15347name = "zed_test_extension"
15348version = "0.1.0"
15349dependencies = [
15350 "zed_extension_api 0.2.0",
15351]
15352
15353[[package]]
15354name = "zed_toml"
15355version = "0.1.1"
15356dependencies = [
15357 "zed_extension_api 0.1.0",
15358]
15359
15360[[package]]
15361name = "zed_uiua"
15362version = "0.0.1"
15363dependencies = [
15364 "zed_extension_api 0.1.0",
15365]
15366
15367[[package]]
15368name = "zed_zig"
15369version = "0.3.1"
15370dependencies = [
15371 "zed_extension_api 0.1.0",
15372]
15373
15374[[package]]
15375name = "zeno"
15376version = "0.2.3"
15377source = "registry+https://github.com/rust-lang/crates.io-index"
15378checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
15379
15380[[package]]
15381name = "zerocopy"
15382version = "0.7.35"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
15385dependencies = [
15386 "byteorder",
15387 "zerocopy-derive",
15388]
15389
15390[[package]]
15391name = "zerocopy-derive"
15392version = "0.7.35"
15393source = "registry+https://github.com/rust-lang/crates.io-index"
15394checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
15395dependencies = [
15396 "proc-macro2",
15397 "quote",
15398 "syn 2.0.76",
15399]
15400
15401[[package]]
15402name = "zeroize"
15403version = "1.8.1"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
15406dependencies = [
15407 "zeroize_derive",
15408]
15409
15410[[package]]
15411name = "zeroize_derive"
15412version = "1.4.2"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
15415dependencies = [
15416 "proc-macro2",
15417 "quote",
15418 "syn 2.0.76",
15419]
15420
15421[[package]]
15422name = "zeromq"
15423version = "0.4.0"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
15426dependencies = [
15427 "async-dispatcher",
15428 "async-std",
15429 "async-trait",
15430 "asynchronous-codec",
15431 "bytes 1.7.2",
15432 "crossbeam-queue",
15433 "dashmap 5.5.3",
15434 "futures-channel",
15435 "futures-io",
15436 "futures-task",
15437 "futures-util",
15438 "log",
15439 "num-traits",
15440 "once_cell",
15441 "parking_lot",
15442 "rand 0.8.5",
15443 "regex",
15444 "thiserror",
15445 "uuid",
15446]
15447
15448[[package]]
15449name = "zstd"
15450version = "0.11.2+zstd.1.5.2"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
15453dependencies = [
15454 "zstd-safe",
15455]
15456
15457[[package]]
15458name = "zstd-safe"
15459version = "5.0.2+zstd.1.5.2"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
15462dependencies = [
15463 "libc",
15464 "zstd-sys",
15465]
15466
15467[[package]]
15468name = "zstd-sys"
15469version = "2.0.13+zstd.1.5.6"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
15472dependencies = [
15473 "cc",
15474 "pkg-config",
15475]
15476
15477[[package]]
15478name = "zune-core"
15479version = "0.4.12"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
15482
15483[[package]]
15484name = "zune-inflate"
15485version = "0.2.54"
15486source = "registry+https://github.com/rust-lang/crates.io-index"
15487checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
15488dependencies = [
15489 "simd-adler32",
15490]
15491
15492[[package]]
15493name = "zune-jpeg"
15494version = "0.4.13"
15495source = "registry+https://github.com/rust-lang/crates.io-index"
15496checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
15497dependencies = [
15498 "zune-core",
15499]
15500
15501[[package]]
15502name = "zvariant"
15503version = "4.2.0"
15504source = "registry+https://github.com/rust-lang/crates.io-index"
15505checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
15506dependencies = [
15507 "endi",
15508 "enumflags2",
15509 "serde",
15510 "static_assertions",
15511 "url",
15512 "zvariant_derive",
15513]
15514
15515[[package]]
15516name = "zvariant_derive"
15517version = "4.2.0"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
15520dependencies = [
15521 "proc-macro-crate",
15522 "proc-macro2",
15523 "quote",
15524 "syn 2.0.76",
15525 "zvariant_utils",
15526]
15527
15528[[package]]
15529name = "zvariant_utils"
15530version = "2.1.0"
15531source = "registry+https://github.com/rust-lang/crates.io-index"
15532checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
15533dependencies = [
15534 "proc-macro2",
15535 "quote",
15536 "syn 2.0.76",
15537]