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