1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension",
13 "futures 0.3.30",
14 "gpui",
15 "language",
16 "project",
17 "smallvec",
18 "ui",
19 "util",
20 "workspace",
21]
22
23[[package]]
24name = "addr2line"
25version = "0.24.1"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
28dependencies = [
29 "gimli 0.31.0",
30]
31
32[[package]]
33name = "adler"
34version = "1.0.2"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
37
38[[package]]
39name = "adler2"
40version = "2.0.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
43
44[[package]]
45name = "aes"
46version = "0.8.4"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
49dependencies = [
50 "cfg-if",
51 "cipher",
52 "cpufeatures",
53 "zeroize",
54]
55
56[[package]]
57name = "ahash"
58version = "0.7.8"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
61dependencies = [
62 "getrandom 0.2.15",
63 "once_cell",
64 "version_check",
65]
66
67[[package]]
68name = "ahash"
69version = "0.8.11"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
72dependencies = [
73 "cfg-if",
74 "const-random",
75 "once_cell",
76 "version_check",
77 "zerocopy",
78]
79
80[[package]]
81name = "aho-corasick"
82version = "1.1.3"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
85dependencies = [
86 "memchr",
87]
88
89[[package]]
90name = "alacritty_terminal"
91version = "0.24.1-dev"
92source = "git+https://github.com/alacritty/alacritty?rev=91d034ff8b53867143c005acfaa14609147c9a2c#91d034ff8b53867143c005acfaa14609147c9a2c"
93dependencies = [
94 "base64 0.22.1",
95 "bitflags 2.6.0",
96 "home",
97 "libc",
98 "log",
99 "miow",
100 "parking_lot",
101 "piper",
102 "polling 3.7.3",
103 "regex-automata 0.4.7",
104 "rustix-openpty",
105 "serde",
106 "signal-hook",
107 "unicode-width",
108 "vte",
109 "windows-sys 0.52.0",
110]
111
112[[package]]
113name = "aliasable"
114version = "0.1.3"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
117
118[[package]]
119name = "aligned-vec"
120version = "0.5.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
123
124[[package]]
125name = "allocator-api2"
126version = "0.2.18"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
129
130[[package]]
131name = "alsa"
132version = "0.9.1"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
135dependencies = [
136 "alsa-sys",
137 "bitflags 2.6.0",
138 "cfg-if",
139 "libc",
140]
141
142[[package]]
143name = "alsa-sys"
144version = "0.3.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
147dependencies = [
148 "libc",
149 "pkg-config",
150]
151
152[[package]]
153name = "ambient-authority"
154version = "0.0.2"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
157
158[[package]]
159name = "ammonia"
160version = "4.0.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
163dependencies = [
164 "html5ever",
165 "maplit",
166 "once_cell",
167 "tendril",
168 "url",
169]
170
171[[package]]
172name = "android-tzdata"
173version = "0.1.1"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
176
177[[package]]
178name = "android_system_properties"
179version = "0.1.5"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
182dependencies = [
183 "libc",
184]
185
186[[package]]
187name = "anes"
188version = "0.1.6"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
191
192[[package]]
193name = "anstream"
194version = "0.6.15"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
197dependencies = [
198 "anstyle",
199 "anstyle-parse",
200 "anstyle-query",
201 "anstyle-wincon",
202 "colorchoice",
203 "is_terminal_polyfill",
204 "utf8parse",
205]
206
207[[package]]
208name = "anstyle"
209version = "1.0.8"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
212
213[[package]]
214name = "anstyle-parse"
215version = "0.2.5"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
218dependencies = [
219 "utf8parse",
220]
221
222[[package]]
223name = "anstyle-query"
224version = "1.1.1"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
227dependencies = [
228 "windows-sys 0.52.0",
229]
230
231[[package]]
232name = "anstyle-wincon"
233version = "3.0.4"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
236dependencies = [
237 "anstyle",
238 "windows-sys 0.52.0",
239]
240
241[[package]]
242name = "anthropic"
243version = "0.1.0"
244dependencies = [
245 "anyhow",
246 "chrono",
247 "futures 0.3.30",
248 "http_client",
249 "schemars",
250 "serde",
251 "serde_json",
252 "strum 0.25.0",
253 "thiserror",
254 "util",
255]
256
257[[package]]
258name = "any_vec"
259version = "0.14.0"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
262
263[[package]]
264name = "anyhow"
265version = "1.0.91"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
268
269[[package]]
270name = "approx"
271version = "0.5.1"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
274dependencies = [
275 "num-traits",
276]
277
278[[package]]
279name = "arbitrary"
280version = "1.3.2"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
283
284[[package]]
285name = "arg_enum_proc_macro"
286version = "0.3.4"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
289dependencies = [
290 "proc-macro2",
291 "quote",
292 "syn 2.0.76",
293]
294
295[[package]]
296name = "arraydeque"
297version = "0.5.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
300
301[[package]]
302name = "arrayref"
303version = "0.3.8"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a"
306
307[[package]]
308name = "arrayvec"
309version = "0.7.6"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
312dependencies = [
313 "serde",
314]
315
316[[package]]
317name = "as-raw-xcb-connection"
318version = "1.0.1"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
321
322[[package]]
323name = "ascii"
324version = "1.1.0"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
327
328[[package]]
329name = "ash"
330version = "0.38.0+1.3.281"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
333dependencies = [
334 "libloading",
335]
336
337[[package]]
338name = "ash-window"
339version = "0.13.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
342dependencies = [
343 "ash",
344 "raw-window-handle",
345 "raw-window-metal",
346]
347
348[[package]]
349name = "ashpd"
350version = "0.9.2"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "4d43c03d9e36dd40cab48435be0b09646da362c278223ca535493877b2c1dee9"
353dependencies = [
354 "async-fs 2.1.2",
355 "async-net 2.0.0",
356 "enumflags2",
357 "futures-channel",
358 "futures-util",
359 "rand 0.8.5",
360 "serde",
361 "serde_repr",
362 "url",
363 "zbus",
364]
365
366[[package]]
367name = "assets"
368version = "0.1.0"
369dependencies = [
370 "anyhow",
371 "gpui",
372 "rust-embed",
373]
374
375[[package]]
376name = "assistant"
377version = "0.1.0"
378dependencies = [
379 "anthropic",
380 "anyhow",
381 "assets",
382 "assistant_slash_command",
383 "assistant_tool",
384 "async-watch",
385 "cargo_toml",
386 "chrono",
387 "client",
388 "clock",
389 "collections",
390 "command_palette_hooks",
391 "context_servers",
392 "ctor",
393 "db",
394 "editor",
395 "env_logger 0.11.5",
396 "feature_flags",
397 "fs",
398 "futures 0.3.30",
399 "fuzzy",
400 "globset",
401 "gpui",
402 "handlebars 4.5.0",
403 "heed",
404 "html_to_markdown",
405 "http_client",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "languages",
411 "log",
412 "lsp",
413 "markdown",
414 "menu",
415 "multi_buffer",
416 "ollama",
417 "open_ai",
418 "ordered-float 2.10.1",
419 "parking_lot",
420 "paths",
421 "picker",
422 "pretty_assertions",
423 "project",
424 "proto",
425 "rand 0.8.5",
426 "regex",
427 "release_channel",
428 "rope",
429 "rpc",
430 "schemars",
431 "search",
432 "semantic_index",
433 "serde",
434 "serde_json",
435 "serde_json_lenient",
436 "settings",
437 "similar",
438 "smallvec",
439 "smol",
440 "strum 0.25.0",
441 "telemetry_events",
442 "terminal",
443 "terminal_view",
444 "text",
445 "theme",
446 "toml 0.8.19",
447 "tree-sitter-md",
448 "ui",
449 "unindent",
450 "util",
451 "uuid",
452 "workspace",
453 "zed_actions",
454]
455
456[[package]]
457name = "assistant_slash_command"
458version = "0.1.0"
459dependencies = [
460 "anyhow",
461 "collections",
462 "derive_more",
463 "futures 0.3.30",
464 "gpui",
465 "language",
466 "parking_lot",
467 "pretty_assertions",
468 "serde",
469 "serde_json",
470 "workspace",
471]
472
473[[package]]
474name = "assistant_tool"
475version = "0.1.0"
476dependencies = [
477 "anyhow",
478 "collections",
479 "derive_more",
480 "gpui",
481 "parking_lot",
482 "serde",
483 "serde_json",
484 "workspace",
485]
486
487[[package]]
488name = "async-attributes"
489version = "1.1.2"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
492dependencies = [
493 "quote",
494 "syn 1.0.109",
495]
496
497[[package]]
498name = "async-broadcast"
499version = "0.7.1"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
502dependencies = [
503 "event-listener 5.3.1",
504 "event-listener-strategy",
505 "futures-core",
506 "pin-project-lite",
507]
508
509[[package]]
510name = "async-channel"
511version = "1.9.0"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
514dependencies = [
515 "concurrent-queue",
516 "event-listener 2.5.3",
517 "futures-core",
518]
519
520[[package]]
521name = "async-channel"
522version = "2.3.1"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
525dependencies = [
526 "concurrent-queue",
527 "event-listener-strategy",
528 "futures-core",
529 "pin-project-lite",
530]
531
532[[package]]
533name = "async-compat"
534version = "0.2.4"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
537dependencies = [
538 "futures-core",
539 "futures-io",
540 "once_cell",
541 "pin-project-lite",
542 "tokio",
543]
544
545[[package]]
546name = "async-compression"
547version = "0.4.13"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "7e614738943d3f68c628ae3dbce7c3daffb196665f82f8c8ea6b65de73c79429"
550dependencies = [
551 "deflate64",
552 "flate2",
553 "futures-core",
554 "futures-io",
555 "memchr",
556 "pin-project-lite",
557]
558
559[[package]]
560name = "async-dispatcher"
561version = "0.1.2"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
564dependencies = [
565 "async-task",
566 "futures-lite 1.13.0",
567]
568
569[[package]]
570name = "async-executor"
571version = "1.13.0"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
574dependencies = [
575 "async-task",
576 "concurrent-queue",
577 "fastrand 2.1.1",
578 "futures-lite 2.3.0",
579 "slab",
580]
581
582[[package]]
583name = "async-fs"
584version = "1.6.0"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
587dependencies = [
588 "async-lock 2.8.0",
589 "autocfg",
590 "blocking",
591 "futures-lite 1.13.0",
592]
593
594[[package]]
595name = "async-fs"
596version = "2.1.2"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
599dependencies = [
600 "async-lock 3.4.0",
601 "blocking",
602 "futures-lite 2.3.0",
603]
604
605[[package]]
606name = "async-global-executor"
607version = "2.4.1"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
610dependencies = [
611 "async-channel 2.3.1",
612 "async-executor",
613 "async-io 2.3.4",
614 "async-lock 3.4.0",
615 "blocking",
616 "futures-lite 2.3.0",
617 "once_cell",
618]
619
620[[package]]
621name = "async-io"
622version = "1.13.0"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
625dependencies = [
626 "async-lock 2.8.0",
627 "autocfg",
628 "cfg-if",
629 "concurrent-queue",
630 "futures-lite 1.13.0",
631 "log",
632 "parking",
633 "polling 2.8.0",
634 "rustix 0.37.27",
635 "slab",
636 "socket2 0.4.10",
637 "waker-fn",
638]
639
640[[package]]
641name = "async-io"
642version = "2.3.4"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
645dependencies = [
646 "async-lock 3.4.0",
647 "cfg-if",
648 "concurrent-queue",
649 "futures-io",
650 "futures-lite 2.3.0",
651 "parking",
652 "polling 3.7.3",
653 "rustix 0.38.35",
654 "slab",
655 "tracing",
656 "windows-sys 0.59.0",
657]
658
659[[package]]
660name = "async-lock"
661version = "2.8.0"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
664dependencies = [
665 "event-listener 2.5.3",
666]
667
668[[package]]
669name = "async-lock"
670version = "3.4.0"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
673dependencies = [
674 "event-listener 5.3.1",
675 "event-listener-strategy",
676 "pin-project-lite",
677]
678
679[[package]]
680name = "async-native-tls"
681version = "0.5.0"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
684dependencies = [
685 "futures-util",
686 "native-tls",
687 "thiserror",
688 "url",
689]
690
691[[package]]
692name = "async-net"
693version = "1.8.0"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
696dependencies = [
697 "async-io 1.13.0",
698 "blocking",
699 "futures-lite 1.13.0",
700]
701
702[[package]]
703name = "async-net"
704version = "2.0.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
707dependencies = [
708 "async-io 2.3.4",
709 "blocking",
710 "futures-lite 2.3.0",
711]
712
713[[package]]
714name = "async-pipe"
715version = "0.1.3"
716source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
717dependencies = [
718 "futures 0.3.30",
719 "log",
720]
721
722[[package]]
723name = "async-process"
724version = "1.8.1"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
727dependencies = [
728 "async-io 1.13.0",
729 "async-lock 2.8.0",
730 "async-signal",
731 "blocking",
732 "cfg-if",
733 "event-listener 3.1.0",
734 "futures-lite 1.13.0",
735 "rustix 0.38.35",
736 "windows-sys 0.48.0",
737]
738
739[[package]]
740name = "async-process"
741version = "2.2.4"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "a8a07789659a4d385b79b18b9127fc27e1a59e1e89117c78c5ea3b806f016374"
744dependencies = [
745 "async-channel 2.3.1",
746 "async-io 2.3.4",
747 "async-lock 3.4.0",
748 "async-signal",
749 "async-task",
750 "blocking",
751 "cfg-if",
752 "event-listener 5.3.1",
753 "futures-lite 2.3.0",
754 "rustix 0.38.35",
755 "tracing",
756 "windows-sys 0.59.0",
757]
758
759[[package]]
760name = "async-recursion"
761version = "0.3.2"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
764dependencies = [
765 "proc-macro2",
766 "quote",
767 "syn 1.0.109",
768]
769
770[[package]]
771name = "async-recursion"
772version = "1.1.1"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
775dependencies = [
776 "proc-macro2",
777 "quote",
778 "syn 2.0.76",
779]
780
781[[package]]
782name = "async-signal"
783version = "0.2.10"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
786dependencies = [
787 "async-io 2.3.4",
788 "async-lock 3.4.0",
789 "atomic-waker",
790 "cfg-if",
791 "futures-core",
792 "futures-io",
793 "rustix 0.38.35",
794 "signal-hook-registry",
795 "slab",
796 "windows-sys 0.59.0",
797]
798
799[[package]]
800name = "async-std"
801version = "1.12.0"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
804dependencies = [
805 "async-attributes",
806 "async-channel 1.9.0",
807 "async-global-executor",
808 "async-io 1.13.0",
809 "async-lock 2.8.0",
810 "async-process 1.8.1",
811 "crossbeam-utils",
812 "futures-channel",
813 "futures-core",
814 "futures-io",
815 "futures-lite 1.13.0",
816 "gloo-timers",
817 "kv-log-macro",
818 "log",
819 "memchr",
820 "once_cell",
821 "pin-project-lite",
822 "pin-utils",
823 "slab",
824 "wasm-bindgen-futures",
825]
826
827[[package]]
828name = "async-stream"
829version = "0.3.5"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
832dependencies = [
833 "async-stream-impl",
834 "futures-core",
835 "pin-project-lite",
836]
837
838[[package]]
839name = "async-stream-impl"
840version = "0.3.5"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
843dependencies = [
844 "proc-macro2",
845 "quote",
846 "syn 2.0.76",
847]
848
849[[package]]
850name = "async-stripe"
851version = "0.40.0"
852source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
853dependencies = [
854 "chrono",
855 "futures-util",
856 "http-types",
857 "hyper 0.14.30",
858 "hyper-rustls 0.24.2",
859 "serde",
860 "serde_json",
861 "serde_path_to_error",
862 "serde_qs 0.10.1",
863 "smart-default",
864 "smol_str",
865 "thiserror",
866 "tokio",
867]
868
869[[package]]
870name = "async-tar"
871version = "0.5.0"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
874dependencies = [
875 "async-std",
876 "filetime",
877 "libc",
878 "pin-project",
879 "redox_syscall 0.2.16",
880 "xattr",
881]
882
883[[package]]
884name = "async-task"
885version = "4.7.1"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
888
889[[package]]
890name = "async-tls"
891version = "0.12.0"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "cfeefd0ca297cbbb3bd34fd6b228401c2a5177038257afd751bc29f0a2da4795"
894dependencies = [
895 "futures-core",
896 "futures-io",
897 "rustls 0.20.9",
898 "rustls-pemfile 1.0.4",
899 "webpki",
900 "webpki-roots 0.22.6",
901]
902
903[[package]]
904name = "async-trait"
905version = "0.1.83"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
908dependencies = [
909 "proc-macro2",
910 "quote",
911 "syn 2.0.76",
912]
913
914[[package]]
915name = "async-tungstenite"
916version = "0.24.0"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "3609af4bbf701ddaf1f6bb4e6257dff4ff8932327d0e685d3f653724c258b1ac"
919dependencies = [
920 "async-std",
921 "async-tls",
922 "futures-io",
923 "futures-util",
924 "log",
925 "pin-project-lite",
926 "tungstenite 0.21.0",
927]
928
929[[package]]
930name = "async-watch"
931version = "0.3.1"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
934dependencies = [
935 "event-listener 2.5.3",
936]
937
938[[package]]
939name = "async_zip"
940version = "0.0.17"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
943dependencies = [
944 "async-compression",
945 "crc32fast",
946 "futures-lite 2.3.0",
947 "pin-project",
948 "thiserror",
949]
950
951[[package]]
952name = "asynchronous-codec"
953version = "0.7.0"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
956dependencies = [
957 "bytes 1.7.2",
958 "futures-sink",
959 "futures-util",
960 "memchr",
961 "pin-project-lite",
962]
963
964[[package]]
965name = "atoi"
966version = "2.0.0"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
969dependencies = [
970 "num-traits",
971]
972
973[[package]]
974name = "atomic"
975version = "0.5.3"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
978
979[[package]]
980name = "atomic-waker"
981version = "1.1.2"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
984
985[[package]]
986name = "audio"
987version = "0.1.0"
988dependencies = [
989 "anyhow",
990 "collections",
991 "derive_more",
992 "gpui",
993 "parking_lot",
994 "rodio",
995 "util",
996]
997
998[[package]]
999name = "auto_update"
1000version = "0.1.0"
1001dependencies = [
1002 "anyhow",
1003 "client",
1004 "db",
1005 "editor",
1006 "gpui",
1007 "http_client",
1008 "log",
1009 "markdown_preview",
1010 "menu",
1011 "paths",
1012 "release_channel",
1013 "schemars",
1014 "serde",
1015 "serde_derive",
1016 "serde_json",
1017 "settings",
1018 "smol",
1019 "tempfile",
1020 "util",
1021 "which 6.0.3",
1022 "workspace",
1023]
1024
1025[[package]]
1026name = "autocfg"
1027version = "1.3.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
1030
1031[[package]]
1032name = "av1-grain"
1033version = "0.2.3"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1036dependencies = [
1037 "anyhow",
1038 "arrayvec",
1039 "log",
1040 "nom",
1041 "num-rational",
1042 "v_frame",
1043]
1044
1045[[package]]
1046name = "avif-serialize"
1047version = "0.8.1"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
1050dependencies = [
1051 "arrayvec",
1052]
1053
1054[[package]]
1055name = "aws-config"
1056version = "1.5.5"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "4e95816a168520d72c0e7680c405a5a8c1fb6a035b4bc4b9d7b0de8e1a941697"
1059dependencies = [
1060 "aws-credential-types",
1061 "aws-runtime",
1062 "aws-sdk-sso",
1063 "aws-sdk-ssooidc",
1064 "aws-sdk-sts",
1065 "aws-smithy-async",
1066 "aws-smithy-http",
1067 "aws-smithy-json",
1068 "aws-smithy-runtime",
1069 "aws-smithy-runtime-api",
1070 "aws-smithy-types",
1071 "aws-types",
1072 "bytes 1.7.2",
1073 "fastrand 2.1.1",
1074 "hex",
1075 "http 0.2.12",
1076 "ring 0.17.8",
1077 "time",
1078 "tokio",
1079 "tracing",
1080 "url",
1081 "zeroize",
1082]
1083
1084[[package]]
1085name = "aws-credential-types"
1086version = "1.2.1"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1089dependencies = [
1090 "aws-smithy-async",
1091 "aws-smithy-runtime-api",
1092 "aws-smithy-types",
1093 "zeroize",
1094]
1095
1096[[package]]
1097name = "aws-runtime"
1098version = "1.4.2"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "2424565416eef55906f9f8cece2072b6b6a76075e3ff81483ebe938a89a4c05f"
1101dependencies = [
1102 "aws-credential-types",
1103 "aws-sigv4",
1104 "aws-smithy-async",
1105 "aws-smithy-eventstream",
1106 "aws-smithy-http",
1107 "aws-smithy-runtime",
1108 "aws-smithy-runtime-api",
1109 "aws-smithy-types",
1110 "aws-types",
1111 "bytes 1.7.2",
1112 "fastrand 2.1.1",
1113 "http 0.2.12",
1114 "http-body 0.4.6",
1115 "once_cell",
1116 "percent-encoding",
1117 "pin-project-lite",
1118 "tracing",
1119 "uuid",
1120]
1121
1122[[package]]
1123name = "aws-sdk-s3"
1124version = "1.47.0"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "cca49303c05d2a740b8a4552fac63a4db6ead84f7e7eeed04761fd3014c26f25"
1127dependencies = [
1128 "ahash 0.8.11",
1129 "aws-credential-types",
1130 "aws-runtime",
1131 "aws-sigv4",
1132 "aws-smithy-async",
1133 "aws-smithy-checksums",
1134 "aws-smithy-eventstream",
1135 "aws-smithy-http",
1136 "aws-smithy-json",
1137 "aws-smithy-runtime",
1138 "aws-smithy-runtime-api",
1139 "aws-smithy-types",
1140 "aws-smithy-xml",
1141 "aws-types",
1142 "bytes 1.7.2",
1143 "fastrand 2.1.1",
1144 "hex",
1145 "hmac",
1146 "http 0.2.12",
1147 "http-body 0.4.6",
1148 "lru",
1149 "once_cell",
1150 "percent-encoding",
1151 "regex-lite",
1152 "sha2",
1153 "tracing",
1154 "url",
1155]
1156
1157[[package]]
1158name = "aws-sdk-sso"
1159version = "1.40.0"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "e5879bec6e74b648ce12f6085e7245417bc5f6d672781028384d2e494be3eb6d"
1162dependencies = [
1163 "aws-credential-types",
1164 "aws-runtime",
1165 "aws-smithy-async",
1166 "aws-smithy-http",
1167 "aws-smithy-json",
1168 "aws-smithy-runtime",
1169 "aws-smithy-runtime-api",
1170 "aws-smithy-types",
1171 "aws-types",
1172 "bytes 1.7.2",
1173 "http 0.2.12",
1174 "once_cell",
1175 "regex-lite",
1176 "tracing",
1177]
1178
1179[[package]]
1180name = "aws-sdk-ssooidc"
1181version = "1.41.0"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "4ef4cd9362f638c22a3b959fd8df292e7e47fdf170270f86246b97109b5f2f7d"
1184dependencies = [
1185 "aws-credential-types",
1186 "aws-runtime",
1187 "aws-smithy-async",
1188 "aws-smithy-http",
1189 "aws-smithy-json",
1190 "aws-smithy-runtime",
1191 "aws-smithy-runtime-api",
1192 "aws-smithy-types",
1193 "aws-types",
1194 "bytes 1.7.2",
1195 "http 0.2.12",
1196 "once_cell",
1197 "regex-lite",
1198 "tracing",
1199]
1200
1201[[package]]
1202name = "aws-sdk-sts"
1203version = "1.40.0"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "0b1e2735d2ab28b35ecbb5496c9d41857f52a0d6a0075bbf6a8af306045ea6f6"
1206dependencies = [
1207 "aws-credential-types",
1208 "aws-runtime",
1209 "aws-smithy-async",
1210 "aws-smithy-http",
1211 "aws-smithy-json",
1212 "aws-smithy-query",
1213 "aws-smithy-runtime",
1214 "aws-smithy-runtime-api",
1215 "aws-smithy-types",
1216 "aws-smithy-xml",
1217 "aws-types",
1218 "http 0.2.12",
1219 "once_cell",
1220 "regex-lite",
1221 "tracing",
1222]
1223
1224[[package]]
1225name = "aws-sigv4"
1226version = "1.2.3"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be"
1229dependencies = [
1230 "aws-credential-types",
1231 "aws-smithy-eventstream",
1232 "aws-smithy-http",
1233 "aws-smithy-runtime-api",
1234 "aws-smithy-types",
1235 "bytes 1.7.2",
1236 "crypto-bigint 0.5.5",
1237 "form_urlencoded",
1238 "hex",
1239 "hmac",
1240 "http 0.2.12",
1241 "http 1.1.0",
1242 "once_cell",
1243 "p256",
1244 "percent-encoding",
1245 "ring 0.17.8",
1246 "sha2",
1247 "subtle",
1248 "time",
1249 "tracing",
1250 "zeroize",
1251]
1252
1253[[package]]
1254name = "aws-smithy-async"
1255version = "1.2.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
1258dependencies = [
1259 "futures-util",
1260 "pin-project-lite",
1261 "tokio",
1262]
1263
1264[[package]]
1265name = "aws-smithy-checksums"
1266version = "0.60.12"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23"
1269dependencies = [
1270 "aws-smithy-http",
1271 "aws-smithy-types",
1272 "bytes 1.7.2",
1273 "crc32c",
1274 "crc32fast",
1275 "hex",
1276 "http 0.2.12",
1277 "http-body 0.4.6",
1278 "md-5",
1279 "pin-project-lite",
1280 "sha1",
1281 "sha2",
1282 "tracing",
1283]
1284
1285[[package]]
1286name = "aws-smithy-eventstream"
1287version = "0.60.4"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
1290dependencies = [
1291 "aws-smithy-types",
1292 "bytes 1.7.2",
1293 "crc32fast",
1294]
1295
1296[[package]]
1297name = "aws-smithy-http"
1298version = "0.60.10"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "01dbcb6e2588fd64cfb6d7529661b06466419e4c54ed1c62d6510d2d0350a728"
1301dependencies = [
1302 "aws-smithy-eventstream",
1303 "aws-smithy-runtime-api",
1304 "aws-smithy-types",
1305 "bytes 1.7.2",
1306 "bytes-utils",
1307 "futures-core",
1308 "http 0.2.12",
1309 "http-body 0.4.6",
1310 "once_cell",
1311 "percent-encoding",
1312 "pin-project-lite",
1313 "pin-utils",
1314 "tracing",
1315]
1316
1317[[package]]
1318name = "aws-smithy-json"
1319version = "0.60.7"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
1322dependencies = [
1323 "aws-smithy-types",
1324]
1325
1326[[package]]
1327name = "aws-smithy-query"
1328version = "0.60.7"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1331dependencies = [
1332 "aws-smithy-types",
1333 "urlencoding",
1334]
1335
1336[[package]]
1337name = "aws-smithy-runtime"
1338version = "1.7.1"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87"
1341dependencies = [
1342 "aws-smithy-async",
1343 "aws-smithy-http",
1344 "aws-smithy-runtime-api",
1345 "aws-smithy-types",
1346 "bytes 1.7.2",
1347 "fastrand 2.1.1",
1348 "h2 0.3.26",
1349 "http 0.2.12",
1350 "http-body 0.4.6",
1351 "http-body 1.0.1",
1352 "httparse",
1353 "hyper 0.14.30",
1354 "hyper-rustls 0.24.2",
1355 "once_cell",
1356 "pin-project-lite",
1357 "pin-utils",
1358 "rustls 0.21.12",
1359 "tokio",
1360 "tracing",
1361]
1362
1363[[package]]
1364name = "aws-smithy-runtime-api"
1365version = "1.7.2"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
1368dependencies = [
1369 "aws-smithy-async",
1370 "aws-smithy-types",
1371 "bytes 1.7.2",
1372 "http 0.2.12",
1373 "http 1.1.0",
1374 "pin-project-lite",
1375 "tokio",
1376 "tracing",
1377 "zeroize",
1378]
1379
1380[[package]]
1381name = "aws-smithy-types"
1382version = "1.2.4"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "273dcdfd762fae3e1650b8024624e7cd50e484e37abdab73a7a706188ad34543"
1385dependencies = [
1386 "base64-simd",
1387 "bytes 1.7.2",
1388 "bytes-utils",
1389 "futures-core",
1390 "http 0.2.12",
1391 "http 1.1.0",
1392 "http-body 0.4.6",
1393 "http-body 1.0.1",
1394 "http-body-util",
1395 "itoa",
1396 "num-integer",
1397 "pin-project-lite",
1398 "pin-utils",
1399 "ryu",
1400 "serde",
1401 "time",
1402 "tokio",
1403 "tokio-util",
1404]
1405
1406[[package]]
1407name = "aws-smithy-xml"
1408version = "0.60.8"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
1411dependencies = [
1412 "xmlparser",
1413]
1414
1415[[package]]
1416name = "aws-types"
1417version = "1.3.3"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1420dependencies = [
1421 "aws-credential-types",
1422 "aws-smithy-async",
1423 "aws-smithy-runtime-api",
1424 "aws-smithy-types",
1425 "rustc_version",
1426 "tracing",
1427]
1428
1429[[package]]
1430name = "axum"
1431version = "0.6.20"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1434dependencies = [
1435 "async-trait",
1436 "axum-core",
1437 "base64 0.21.7",
1438 "bitflags 1.3.2",
1439 "bytes 1.7.2",
1440 "futures-util",
1441 "headers",
1442 "http 0.2.12",
1443 "http-body 0.4.6",
1444 "hyper 0.14.30",
1445 "itoa",
1446 "matchit",
1447 "memchr",
1448 "mime",
1449 "percent-encoding",
1450 "pin-project-lite",
1451 "rustversion",
1452 "serde",
1453 "serde_json",
1454 "serde_path_to_error",
1455 "serde_urlencoded",
1456 "sha1",
1457 "sync_wrapper 0.1.2",
1458 "tokio",
1459 "tokio-tungstenite 0.20.1",
1460 "tower",
1461 "tower-layer",
1462 "tower-service",
1463]
1464
1465[[package]]
1466name = "axum-core"
1467version = "0.3.4"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1470dependencies = [
1471 "async-trait",
1472 "bytes 1.7.2",
1473 "futures-util",
1474 "http 0.2.12",
1475 "http-body 0.4.6",
1476 "mime",
1477 "rustversion",
1478 "tower-layer",
1479 "tower-service",
1480]
1481
1482[[package]]
1483name = "axum-extra"
1484version = "0.4.2"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1487dependencies = [
1488 "axum",
1489 "bytes 1.7.2",
1490 "futures-util",
1491 "http 0.2.12",
1492 "mime",
1493 "pin-project-lite",
1494 "serde",
1495 "serde_json",
1496 "tokio",
1497 "tower",
1498 "tower-http 0.3.5",
1499 "tower-layer",
1500 "tower-service",
1501]
1502
1503[[package]]
1504name = "backtrace"
1505version = "0.3.74"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1508dependencies = [
1509 "addr2line",
1510 "cfg-if",
1511 "libc",
1512 "miniz_oxide 0.8.0",
1513 "object",
1514 "rustc-demangle",
1515 "windows-targets 0.52.6",
1516]
1517
1518[[package]]
1519name = "base16ct"
1520version = "0.1.1"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1523
1524[[package]]
1525name = "base64"
1526version = "0.13.1"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1529
1530[[package]]
1531name = "base64"
1532version = "0.21.7"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1535
1536[[package]]
1537name = "base64"
1538version = "0.22.1"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1541
1542[[package]]
1543name = "base64-simd"
1544version = "0.8.0"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1547dependencies = [
1548 "outref",
1549 "vsimd",
1550]
1551
1552[[package]]
1553name = "base64ct"
1554version = "1.6.0"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1557
1558[[package]]
1559name = "bigdecimal"
1560version = "0.4.5"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee"
1563dependencies = [
1564 "autocfg",
1565 "libm",
1566 "num-bigint",
1567 "num-integer",
1568 "num-traits",
1569 "serde",
1570]
1571
1572[[package]]
1573name = "bincode"
1574version = "1.3.3"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1577dependencies = [
1578 "serde",
1579]
1580
1581[[package]]
1582name = "bindgen"
1583version = "0.69.4"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
1586dependencies = [
1587 "bitflags 2.6.0",
1588 "cexpr",
1589 "clang-sys",
1590 "itertools 0.12.1",
1591 "lazy_static",
1592 "lazycell",
1593 "proc-macro2",
1594 "quote",
1595 "regex",
1596 "rustc-hash 1.1.0",
1597 "shlex",
1598 "syn 2.0.76",
1599]
1600
1601[[package]]
1602name = "bindgen"
1603version = "0.70.1"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1606dependencies = [
1607 "bitflags 2.6.0",
1608 "cexpr",
1609 "clang-sys",
1610 "itertools 0.13.0",
1611 "log",
1612 "prettyplease",
1613 "proc-macro2",
1614 "quote",
1615 "regex",
1616 "rustc-hash 1.1.0",
1617 "shlex",
1618 "syn 2.0.76",
1619]
1620
1621[[package]]
1622name = "bit-set"
1623version = "0.5.3"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1626dependencies = [
1627 "bit-vec 0.6.3",
1628]
1629
1630[[package]]
1631name = "bit-set"
1632version = "0.6.0"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
1635dependencies = [
1636 "bit-vec 0.7.0",
1637]
1638
1639[[package]]
1640name = "bit-vec"
1641version = "0.6.3"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1644
1645[[package]]
1646name = "bit-vec"
1647version = "0.7.0"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
1650
1651[[package]]
1652name = "bit_field"
1653version = "0.10.2"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1656
1657[[package]]
1658name = "bitflags"
1659version = "1.3.2"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1662
1663[[package]]
1664name = "bitflags"
1665version = "2.6.0"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1668dependencies = [
1669 "serde",
1670]
1671
1672[[package]]
1673name = "bitstream-io"
1674version = "2.5.3"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452"
1677
1678[[package]]
1679name = "bitvec"
1680version = "1.0.1"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1683dependencies = [
1684 "funty",
1685 "radium",
1686 "tap",
1687 "wyz",
1688]
1689
1690[[package]]
1691name = "blade-graphics"
1692version = "0.5.0"
1693source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1694dependencies = [
1695 "ash",
1696 "ash-window",
1697 "bitflags 2.6.0",
1698 "block",
1699 "bytemuck",
1700 "codespan-reporting",
1701 "core-graphics-types 0.1.3",
1702 "glow",
1703 "gpu-alloc",
1704 "gpu-alloc-ash",
1705 "hidden-trait",
1706 "js-sys",
1707 "khronos-egl",
1708 "libloading",
1709 "log",
1710 "metal",
1711 "mint",
1712 "naga",
1713 "objc",
1714 "raw-window-handle",
1715 "slab",
1716 "wasm-bindgen",
1717 "web-sys",
1718]
1719
1720[[package]]
1721name = "blade-macros"
1722version = "0.3.0"
1723source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1724dependencies = [
1725 "proc-macro2",
1726 "quote",
1727 "syn 2.0.76",
1728]
1729
1730[[package]]
1731name = "blade-util"
1732version = "0.1.0"
1733source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1734dependencies = [
1735 "blade-graphics",
1736 "bytemuck",
1737 "log",
1738 "profiling",
1739]
1740
1741[[package]]
1742name = "blake3"
1743version = "1.5.4"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
1746dependencies = [
1747 "arrayref",
1748 "arrayvec",
1749 "cc",
1750 "cfg-if",
1751 "constant_time_eq",
1752]
1753
1754[[package]]
1755name = "block"
1756version = "0.1.6"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1759
1760[[package]]
1761name = "block-buffer"
1762version = "0.10.4"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1765dependencies = [
1766 "generic-array",
1767]
1768
1769[[package]]
1770name = "block-padding"
1771version = "0.3.3"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1774dependencies = [
1775 "generic-array",
1776]
1777
1778[[package]]
1779name = "blocking"
1780version = "1.6.1"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1783dependencies = [
1784 "async-channel 2.3.1",
1785 "async-task",
1786 "futures-io",
1787 "futures-lite 2.3.0",
1788 "piper",
1789]
1790
1791[[package]]
1792name = "borsh"
1793version = "1.5.1"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
1796dependencies = [
1797 "borsh-derive",
1798 "cfg_aliases 0.2.1",
1799]
1800
1801[[package]]
1802name = "borsh-derive"
1803version = "1.5.1"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
1806dependencies = [
1807 "once_cell",
1808 "proc-macro-crate",
1809 "proc-macro2",
1810 "quote",
1811 "syn 2.0.76",
1812 "syn_derive",
1813]
1814
1815[[package]]
1816name = "breadcrumbs"
1817version = "0.1.0"
1818dependencies = [
1819 "editor",
1820 "gpui",
1821 "itertools 0.13.0",
1822 "outline",
1823 "theme",
1824 "ui",
1825 "workspace",
1826]
1827
1828[[package]]
1829name = "bstr"
1830version = "1.10.0"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
1833dependencies = [
1834 "memchr",
1835 "regex-automata 0.4.7",
1836 "serde",
1837]
1838
1839[[package]]
1840name = "built"
1841version = "0.7.4"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4"
1844
1845[[package]]
1846name = "bumpalo"
1847version = "3.16.0"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1850
1851[[package]]
1852name = "by_address"
1853version = "1.2.1"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1856
1857[[package]]
1858name = "bytecheck"
1859version = "0.6.12"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1862dependencies = [
1863 "bytecheck_derive",
1864 "ptr_meta",
1865 "simdutf8",
1866]
1867
1868[[package]]
1869name = "bytecheck_derive"
1870version = "0.6.12"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1873dependencies = [
1874 "proc-macro2",
1875 "quote",
1876 "syn 1.0.109",
1877]
1878
1879[[package]]
1880name = "bytemuck"
1881version = "1.17.1"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2"
1884dependencies = [
1885 "bytemuck_derive",
1886]
1887
1888[[package]]
1889name = "bytemuck_derive"
1890version = "1.7.1"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26"
1893dependencies = [
1894 "proc-macro2",
1895 "quote",
1896 "syn 2.0.76",
1897]
1898
1899[[package]]
1900name = "byteorder"
1901version = "1.5.0"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1904
1905[[package]]
1906name = "byteorder-lite"
1907version = "0.1.0"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1910
1911[[package]]
1912name = "bytes"
1913version = "0.4.12"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1916dependencies = [
1917 "byteorder",
1918 "iovec",
1919]
1920
1921[[package]]
1922name = "bytes"
1923version = "1.7.2"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
1926
1927[[package]]
1928name = "bytes-utils"
1929version = "0.1.4"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1932dependencies = [
1933 "bytes 1.7.2",
1934 "either",
1935]
1936
1937[[package]]
1938name = "call"
1939version = "0.1.0"
1940dependencies = [
1941 "anyhow",
1942 "audio",
1943 "client",
1944 "collections",
1945 "fs",
1946 "futures 0.3.30",
1947 "gpui",
1948 "http_client",
1949 "language",
1950 "live_kit_client",
1951 "log",
1952 "postage",
1953 "project",
1954 "schemars",
1955 "serde",
1956 "serde_derive",
1957 "settings",
1958 "util",
1959]
1960
1961[[package]]
1962name = "calloop"
1963version = "0.13.0"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
1966dependencies = [
1967 "bitflags 2.6.0",
1968 "log",
1969 "polling 3.7.3",
1970 "rustix 0.38.35",
1971 "slab",
1972 "thiserror",
1973]
1974
1975[[package]]
1976name = "calloop-wayland-source"
1977version = "0.3.0"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
1980dependencies = [
1981 "calloop",
1982 "rustix 0.38.35",
1983 "wayland-backend",
1984 "wayland-client",
1985]
1986
1987[[package]]
1988name = "camino"
1989version = "1.1.9"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
1992dependencies = [
1993 "serde",
1994]
1995
1996[[package]]
1997name = "cap-fs-ext"
1998version = "3.2.0"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "eb23061fc1c4ead4e45ca713080fe768e6234e959f5a5c399c39eb41aa34e56e"
2001dependencies = [
2002 "cap-primitives",
2003 "cap-std",
2004 "io-lifetimes 2.0.3",
2005 "windows-sys 0.52.0",
2006]
2007
2008[[package]]
2009name = "cap-net-ext"
2010version = "3.2.0"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "f83ae11f116bcbafc5327c6af250341db96b5930046732e1905f7dc65887e0e1"
2013dependencies = [
2014 "cap-primitives",
2015 "cap-std",
2016 "rustix 0.38.35",
2017 "smallvec",
2018]
2019
2020[[package]]
2021name = "cap-primitives"
2022version = "3.2.0"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "6d00bd8d26c4270d950eaaa837387964a2089a1c3c349a690a1fa03221d29531"
2025dependencies = [
2026 "ambient-authority",
2027 "fs-set-times",
2028 "io-extras",
2029 "io-lifetimes 2.0.3",
2030 "ipnet",
2031 "maybe-owned",
2032 "rustix 0.38.35",
2033 "windows-sys 0.52.0",
2034 "winx",
2035]
2036
2037[[package]]
2038name = "cap-rand"
2039version = "3.2.0"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "dbcb16a619d8b8211ed61f42bd290d2a1ac71277a69cf8417ec0996fa92f5211"
2042dependencies = [
2043 "ambient-authority",
2044 "rand 0.8.5",
2045]
2046
2047[[package]]
2048name = "cap-std"
2049version = "3.2.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "19eb8e3d71996828751c1ed3908a439639752ac6bdc874e41469ef7fc15fbd7f"
2052dependencies = [
2053 "cap-primitives",
2054 "io-extras",
2055 "io-lifetimes 2.0.3",
2056 "rustix 0.38.35",
2057]
2058
2059[[package]]
2060name = "cap-time-ext"
2061version = "3.2.0"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "61142dc51e25b7acc970ca578ce2c3695eac22bbba46c1073f5f583e78957725"
2064dependencies = [
2065 "ambient-authority",
2066 "cap-primitives",
2067 "iana-time-zone",
2068 "once_cell",
2069 "rustix 0.38.35",
2070 "winx",
2071]
2072
2073[[package]]
2074name = "cargo-platform"
2075version = "0.1.8"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2078dependencies = [
2079 "serde",
2080]
2081
2082[[package]]
2083name = "cargo_metadata"
2084version = "0.18.1"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
2087dependencies = [
2088 "camino",
2089 "cargo-platform",
2090 "semver",
2091 "serde",
2092 "serde_json",
2093 "thiserror",
2094]
2095
2096[[package]]
2097name = "cargo_toml"
2098version = "0.20.5"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "88da5a13c620b4ca0078845707ea9c3faf11edbc3ffd8497d11d686211cd1ac0"
2101dependencies = [
2102 "serde",
2103 "toml 0.8.19",
2104]
2105
2106[[package]]
2107name = "cast"
2108version = "0.3.0"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2111
2112[[package]]
2113name = "cbc"
2114version = "0.1.2"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2117dependencies = [
2118 "cipher",
2119]
2120
2121[[package]]
2122name = "cbindgen"
2123version = "0.27.0"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2126dependencies = [
2127 "heck 0.4.1",
2128 "indexmap 2.4.0",
2129 "log",
2130 "proc-macro2",
2131 "quote",
2132 "serde",
2133 "serde_json",
2134 "syn 2.0.76",
2135 "tempfile",
2136 "toml 0.8.19",
2137]
2138
2139[[package]]
2140name = "cc"
2141version = "1.1.15"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
2144dependencies = [
2145 "jobserver",
2146 "libc",
2147 "shlex",
2148]
2149
2150[[package]]
2151name = "cesu8"
2152version = "1.1.0"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2155
2156[[package]]
2157name = "cexpr"
2158version = "0.6.0"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2161dependencies = [
2162 "nom",
2163]
2164
2165[[package]]
2166name = "cfg-expr"
2167version = "0.15.8"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2170dependencies = [
2171 "smallvec",
2172 "target-lexicon",
2173]
2174
2175[[package]]
2176name = "cfg-if"
2177version = "1.0.0"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2180
2181[[package]]
2182name = "cfg_aliases"
2183version = "0.1.1"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2186
2187[[package]]
2188name = "cfg_aliases"
2189version = "0.2.1"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2192
2193[[package]]
2194name = "channel"
2195version = "0.1.0"
2196dependencies = [
2197 "anyhow",
2198 "client",
2199 "clock",
2200 "collections",
2201 "futures 0.3.30",
2202 "gpui",
2203 "http_client",
2204 "language",
2205 "log",
2206 "rand 0.8.5",
2207 "release_channel",
2208 "rpc",
2209 "settings",
2210 "sum_tree",
2211 "text",
2212 "time",
2213 "util",
2214]
2215
2216[[package]]
2217name = "chrono"
2218version = "0.4.38"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2221dependencies = [
2222 "android-tzdata",
2223 "iana-time-zone",
2224 "js-sys",
2225 "num-traits",
2226 "serde",
2227 "wasm-bindgen",
2228 "windows-targets 0.52.6",
2229]
2230
2231[[package]]
2232name = "chunked_transfer"
2233version = "1.5.0"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2236
2237[[package]]
2238name = "ciborium"
2239version = "0.2.2"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2242dependencies = [
2243 "ciborium-io",
2244 "ciborium-ll",
2245 "serde",
2246]
2247
2248[[package]]
2249name = "ciborium-io"
2250version = "0.2.2"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2253
2254[[package]]
2255name = "ciborium-ll"
2256version = "0.2.2"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2259dependencies = [
2260 "ciborium-io",
2261 "half",
2262]
2263
2264[[package]]
2265name = "cipher"
2266version = "0.4.4"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2269dependencies = [
2270 "crypto-common",
2271 "inout",
2272 "zeroize",
2273]
2274
2275[[package]]
2276name = "clang-sys"
2277version = "1.8.1"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2280dependencies = [
2281 "glob",
2282 "libc",
2283 "libloading",
2284]
2285
2286[[package]]
2287name = "clap"
2288version = "4.5.20"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
2291dependencies = [
2292 "clap_builder",
2293 "clap_derive",
2294]
2295
2296[[package]]
2297name = "clap_builder"
2298version = "4.5.20"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
2301dependencies = [
2302 "anstream",
2303 "anstyle",
2304 "clap_lex",
2305 "strsim",
2306 "terminal_size",
2307]
2308
2309[[package]]
2310name = "clap_complete"
2311version = "4.5.24"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b"
2314dependencies = [
2315 "clap",
2316]
2317
2318[[package]]
2319name = "clap_derive"
2320version = "4.5.18"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2323dependencies = [
2324 "heck 0.5.0",
2325 "proc-macro2",
2326 "quote",
2327 "syn 2.0.76",
2328]
2329
2330[[package]]
2331name = "clap_lex"
2332version = "0.7.2"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2335
2336[[package]]
2337name = "cli"
2338version = "0.1.0"
2339dependencies = [
2340 "anyhow",
2341 "clap",
2342 "collections",
2343 "core-foundation 0.9.4",
2344 "core-services",
2345 "exec",
2346 "fork",
2347 "ipc-channel",
2348 "once_cell",
2349 "parking_lot",
2350 "paths",
2351 "plist",
2352 "release_channel",
2353 "serde",
2354 "tempfile",
2355 "util",
2356]
2357
2358[[package]]
2359name = "clickhouse"
2360version = "0.11.6"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
2363dependencies = [
2364 "bstr",
2365 "bytes 1.7.2",
2366 "clickhouse-derive",
2367 "clickhouse-rs-cityhash-sys",
2368 "futures 0.3.30",
2369 "hyper 0.14.30",
2370 "hyper-tls",
2371 "lz4",
2372 "sealed",
2373 "serde",
2374 "static_assertions",
2375 "thiserror",
2376 "tokio",
2377 "url",
2378]
2379
2380[[package]]
2381name = "clickhouse-derive"
2382version = "0.1.1"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
2385dependencies = [
2386 "proc-macro2",
2387 "quote",
2388 "serde_derive_internals 0.26.0",
2389 "syn 1.0.109",
2390]
2391
2392[[package]]
2393name = "clickhouse-rs-cityhash-sys"
2394version = "0.1.2"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
2397dependencies = [
2398 "cc",
2399]
2400
2401[[package]]
2402name = "client"
2403version = "0.1.0"
2404dependencies = [
2405 "anyhow",
2406 "async-native-tls",
2407 "async-recursion 0.3.2",
2408 "async-tungstenite",
2409 "chrono",
2410 "clock",
2411 "cocoa 0.26.0",
2412 "collections",
2413 "feature_flags",
2414 "futures 0.3.30",
2415 "gpui",
2416 "http_client",
2417 "log",
2418 "once_cell",
2419 "parking_lot",
2420 "paths",
2421 "postage",
2422 "rand 0.8.5",
2423 "release_channel",
2424 "rpc",
2425 "rustls 0.20.9",
2426 "rustls-native-certs 0.8.0",
2427 "schemars",
2428 "serde",
2429 "serde_json",
2430 "settings",
2431 "sha2",
2432 "smol",
2433 "sysinfo",
2434 "telemetry_events",
2435 "tempfile",
2436 "text",
2437 "thiserror",
2438 "time",
2439 "tiny_http",
2440 "tokio-socks",
2441 "url",
2442 "util",
2443 "windows 0.58.0",
2444 "worktree",
2445]
2446
2447[[package]]
2448name = "clock"
2449version = "0.1.0"
2450dependencies = [
2451 "chrono",
2452 "parking_lot",
2453 "serde",
2454 "smallvec",
2455]
2456
2457[[package]]
2458name = "cobs"
2459version = "0.2.3"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2462
2463[[package]]
2464name = "cocoa"
2465version = "0.25.0"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2468dependencies = [
2469 "bitflags 1.3.2",
2470 "block",
2471 "cocoa-foundation 0.1.2",
2472 "core-foundation 0.9.4",
2473 "core-graphics 0.23.2",
2474 "foreign-types 0.5.0",
2475 "libc",
2476 "objc",
2477]
2478
2479[[package]]
2480name = "cocoa"
2481version = "0.26.0"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2484dependencies = [
2485 "bitflags 2.6.0",
2486 "block",
2487 "cocoa-foundation 0.2.0",
2488 "core-foundation 0.10.0",
2489 "core-graphics 0.24.0",
2490 "foreign-types 0.5.0",
2491 "libc",
2492 "objc",
2493]
2494
2495[[package]]
2496name = "cocoa-foundation"
2497version = "0.1.2"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2500dependencies = [
2501 "bitflags 1.3.2",
2502 "block",
2503 "core-foundation 0.9.4",
2504 "core-graphics-types 0.1.3",
2505 "libc",
2506 "objc",
2507]
2508
2509[[package]]
2510name = "cocoa-foundation"
2511version = "0.2.0"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2514dependencies = [
2515 "bitflags 2.6.0",
2516 "block",
2517 "core-foundation 0.10.0",
2518 "core-graphics-types 0.2.0",
2519 "libc",
2520 "objc",
2521]
2522
2523[[package]]
2524name = "codespan-reporting"
2525version = "0.11.1"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2528dependencies = [
2529 "termcolor",
2530 "unicode-width",
2531]
2532
2533[[package]]
2534name = "collab"
2535version = "0.44.0"
2536dependencies = [
2537 "anthropic",
2538 "anyhow",
2539 "assistant",
2540 "async-stripe",
2541 "async-trait",
2542 "async-tungstenite",
2543 "audio",
2544 "aws-config",
2545 "aws-sdk-s3",
2546 "axum",
2547 "axum-extra",
2548 "base64 0.22.1",
2549 "call",
2550 "channel",
2551 "chrono",
2552 "clickhouse",
2553 "client",
2554 "clock",
2555 "collab_ui",
2556 "collections",
2557 "ctor",
2558 "dashmap 6.0.1",
2559 "derive_more",
2560 "editor",
2561 "env_logger 0.11.5",
2562 "envy",
2563 "file_finder",
2564 "fs",
2565 "futures 0.3.30",
2566 "git",
2567 "git_hosting_providers",
2568 "google_ai",
2569 "gpui",
2570 "hex",
2571 "http_client",
2572 "hyper 0.14.30",
2573 "indoc",
2574 "jsonwebtoken",
2575 "language",
2576 "language_model",
2577 "live_kit_client",
2578 "live_kit_server",
2579 "log",
2580 "lsp",
2581 "menu",
2582 "multi_buffer",
2583 "nanoid",
2584 "node_runtime",
2585 "notifications",
2586 "open_ai",
2587 "parking_lot",
2588 "pretty_assertions",
2589 "project",
2590 "prometheus",
2591 "prost",
2592 "rand 0.8.5",
2593 "recent_projects",
2594 "release_channel",
2595 "remote",
2596 "remote_server",
2597 "reqwest 0.11.27",
2598 "reqwest_client",
2599 "rpc",
2600 "rustc-demangle",
2601 "scrypt",
2602 "sea-orm",
2603 "semantic_version",
2604 "semver",
2605 "serde",
2606 "serde_derive",
2607 "serde_json",
2608 "session",
2609 "settings",
2610 "sha2",
2611 "sqlx",
2612 "strum 0.25.0",
2613 "subtle",
2614 "supermaven_api",
2615 "telemetry_events",
2616 "text",
2617 "theme",
2618 "thiserror",
2619 "time",
2620 "tokio",
2621 "toml 0.8.19",
2622 "tower",
2623 "tower-http 0.4.4",
2624 "tracing",
2625 "tracing-subscriber",
2626 "unindent",
2627 "util",
2628 "uuid",
2629 "workspace",
2630 "worktree",
2631]
2632
2633[[package]]
2634name = "collab_ui"
2635version = "0.1.0"
2636dependencies = [
2637 "anyhow",
2638 "call",
2639 "channel",
2640 "chrono",
2641 "client",
2642 "collections",
2643 "db",
2644 "editor",
2645 "emojis",
2646 "futures 0.3.30",
2647 "fuzzy",
2648 "gpui",
2649 "http_client",
2650 "language",
2651 "menu",
2652 "notifications",
2653 "parking_lot",
2654 "picker",
2655 "pretty_assertions",
2656 "project",
2657 "release_channel",
2658 "rich_text",
2659 "rpc",
2660 "schemars",
2661 "serde",
2662 "serde_derive",
2663 "serde_json",
2664 "settings",
2665 "smallvec",
2666 "story",
2667 "theme",
2668 "time",
2669 "time_format",
2670 "title_bar",
2671 "tree-sitter-md",
2672 "ui",
2673 "util",
2674 "vcs_menu",
2675 "workspace",
2676]
2677
2678[[package]]
2679name = "collections"
2680version = "0.1.0"
2681dependencies = [
2682 "rustc-hash 1.1.0",
2683]
2684
2685[[package]]
2686name = "color_quant"
2687version = "1.1.0"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2690
2691[[package]]
2692name = "colorchoice"
2693version = "1.0.2"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2696
2697[[package]]
2698name = "combine"
2699version = "4.6.7"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2702dependencies = [
2703 "bytes 1.7.2",
2704 "memchr",
2705]
2706
2707[[package]]
2708name = "command_palette"
2709version = "0.1.0"
2710dependencies = [
2711 "client",
2712 "collections",
2713 "command_palette_hooks",
2714 "ctor",
2715 "editor",
2716 "env_logger 0.11.5",
2717 "fuzzy",
2718 "go_to_line",
2719 "gpui",
2720 "language",
2721 "menu",
2722 "picker",
2723 "postage",
2724 "project",
2725 "serde",
2726 "serde_json",
2727 "settings",
2728 "theme",
2729 "ui",
2730 "util",
2731 "workspace",
2732 "zed_actions",
2733]
2734
2735[[package]]
2736name = "command_palette_hooks"
2737version = "0.1.0"
2738dependencies = [
2739 "collections",
2740 "derive_more",
2741 "gpui",
2742]
2743
2744[[package]]
2745name = "concurrent-queue"
2746version = "2.5.0"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2749dependencies = [
2750 "crossbeam-utils",
2751]
2752
2753[[package]]
2754name = "console"
2755version = "0.15.8"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2758dependencies = [
2759 "encode_unicode",
2760 "lazy_static",
2761 "libc",
2762 "unicode-width",
2763 "windows-sys 0.52.0",
2764]
2765
2766[[package]]
2767name = "const-oid"
2768version = "0.9.6"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2771
2772[[package]]
2773name = "const-random"
2774version = "0.1.18"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2777dependencies = [
2778 "const-random-macro",
2779]
2780
2781[[package]]
2782name = "const-random-macro"
2783version = "0.1.16"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2786dependencies = [
2787 "getrandom 0.2.15",
2788 "once_cell",
2789 "tiny-keccak",
2790]
2791
2792[[package]]
2793name = "constant_time_eq"
2794version = "0.3.1"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2797
2798[[package]]
2799name = "context_servers"
2800version = "0.1.0"
2801dependencies = [
2802 "anyhow",
2803 "collections",
2804 "command_palette_hooks",
2805 "futures 0.3.30",
2806 "gpui",
2807 "log",
2808 "parking_lot",
2809 "postage",
2810 "schemars",
2811 "serde",
2812 "serde_json",
2813 "settings",
2814 "smol",
2815 "url",
2816 "util",
2817 "workspace",
2818]
2819
2820[[package]]
2821name = "convert_case"
2822version = "0.4.0"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2825
2826[[package]]
2827name = "convert_case"
2828version = "0.6.0"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2831dependencies = [
2832 "unicode-segmentation",
2833]
2834
2835[[package]]
2836name = "copilot"
2837version = "0.1.0"
2838dependencies = [
2839 "anyhow",
2840 "async-compression",
2841 "async-std",
2842 "async-tar",
2843 "chrono",
2844 "client",
2845 "clock",
2846 "collections",
2847 "command_palette_hooks",
2848 "editor",
2849 "fs",
2850 "futures 0.3.30",
2851 "gpui",
2852 "http_client",
2853 "indoc",
2854 "language",
2855 "lsp",
2856 "menu",
2857 "node_runtime",
2858 "parking_lot",
2859 "paths",
2860 "project",
2861 "rpc",
2862 "schemars",
2863 "serde",
2864 "serde_json",
2865 "settings",
2866 "smol",
2867 "strum 0.25.0",
2868 "task",
2869 "theme",
2870 "ui",
2871 "util",
2872 "workspace",
2873]
2874
2875[[package]]
2876name = "core-foundation"
2877version = "0.9.4"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2880dependencies = [
2881 "core-foundation-sys",
2882 "libc",
2883]
2884
2885[[package]]
2886name = "core-foundation"
2887version = "0.10.0"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2890dependencies = [
2891 "core-foundation-sys",
2892 "libc",
2893]
2894
2895[[package]]
2896name = "core-foundation-sys"
2897version = "0.8.7"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2900
2901[[package]]
2902name = "core-graphics"
2903version = "0.23.2"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2906dependencies = [
2907 "bitflags 1.3.2",
2908 "core-foundation 0.9.4",
2909 "core-graphics-types 0.1.3",
2910 "foreign-types 0.5.0",
2911 "libc",
2912]
2913
2914[[package]]
2915name = "core-graphics"
2916version = "0.24.0"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
2919dependencies = [
2920 "bitflags 2.6.0",
2921 "core-foundation 0.10.0",
2922 "core-graphics-types 0.2.0",
2923 "foreign-types 0.5.0",
2924 "libc",
2925]
2926
2927[[package]]
2928name = "core-graphics-types"
2929version = "0.1.3"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2932dependencies = [
2933 "bitflags 1.3.2",
2934 "core-foundation 0.9.4",
2935 "libc",
2936]
2937
2938[[package]]
2939name = "core-graphics-types"
2940version = "0.2.0"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
2943dependencies = [
2944 "bitflags 2.6.0",
2945 "core-foundation 0.10.0",
2946 "libc",
2947]
2948
2949[[package]]
2950name = "core-services"
2951version = "0.2.1"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
2954dependencies = [
2955 "core-foundation 0.9.4",
2956]
2957
2958[[package]]
2959name = "core-text"
2960version = "20.1.0"
2961source = "registry+https://github.com/rust-lang/crates.io-index"
2962checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
2963dependencies = [
2964 "core-foundation 0.9.4",
2965 "core-graphics 0.23.2",
2966 "foreign-types 0.5.0",
2967 "libc",
2968]
2969
2970[[package]]
2971name = "coreaudio-rs"
2972version = "0.11.3"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
2975dependencies = [
2976 "bitflags 1.3.2",
2977 "core-foundation-sys",
2978 "coreaudio-sys",
2979]
2980
2981[[package]]
2982name = "coreaudio-sys"
2983version = "0.2.15"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9"
2986dependencies = [
2987 "bindgen 0.69.4",
2988]
2989
2990[[package]]
2991name = "cosmic-text"
2992version = "0.11.2"
2993source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
2994dependencies = [
2995 "bitflags 2.6.0",
2996 "fontdb",
2997 "log",
2998 "rangemap",
2999 "rayon",
3000 "rustc-hash 1.1.0",
3001 "rustybuzz",
3002 "self_cell",
3003 "swash",
3004 "sys-locale",
3005 "ttf-parser",
3006 "unicode-bidi",
3007 "unicode-linebreak",
3008 "unicode-script",
3009 "unicode-segmentation",
3010]
3011
3012[[package]]
3013name = "cpal"
3014version = "0.15.3"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
3017dependencies = [
3018 "alsa",
3019 "core-foundation-sys",
3020 "coreaudio-rs",
3021 "dasp_sample",
3022 "jni",
3023 "js-sys",
3024 "libc",
3025 "mach2",
3026 "ndk",
3027 "ndk-context",
3028 "oboe",
3029 "wasm-bindgen",
3030 "wasm-bindgen-futures",
3031 "web-sys",
3032 "windows 0.54.0",
3033]
3034
3035[[package]]
3036name = "cpp_demangle"
3037version = "0.4.4"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3040dependencies = [
3041 "cfg-if",
3042]
3043
3044[[package]]
3045name = "cpufeatures"
3046version = "0.2.13"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
3049dependencies = [
3050 "libc",
3051]
3052
3053[[package]]
3054name = "cranelift-bforest"
3055version = "0.111.1"
3056source = "registry+https://github.com/rust-lang/crates.io-index"
3057checksum = "32d69b774780246008783a75edfb943eccc2487b6a43808503a07cd563f2ffde"
3058dependencies = [
3059 "cranelift-entity",
3060]
3061
3062[[package]]
3063name = "cranelift-bitset"
3064version = "0.111.1"
3065source = "registry+https://github.com/rust-lang/crates.io-index"
3066checksum = "a7d8d71c6b32c1a7cff254c5e5d7359872c1e5e610fbe963472afcddbd9cf303"
3067dependencies = [
3068 "serde",
3069 "serde_derive",
3070]
3071
3072[[package]]
3073name = "cranelift-codegen"
3074version = "0.111.1"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "3ad3a906f2a3f3590ad9798d59a46959a8593258eb985af722f634723c063a2c"
3077dependencies = [
3078 "bumpalo",
3079 "cranelift-bforest",
3080 "cranelift-bitset",
3081 "cranelift-codegen-meta",
3082 "cranelift-codegen-shared",
3083 "cranelift-control",
3084 "cranelift-entity",
3085 "cranelift-isle",
3086 "gimli 0.29.0",
3087 "hashbrown 0.14.5",
3088 "log",
3089 "regalloc2",
3090 "rustc-hash 1.1.0",
3091 "smallvec",
3092 "target-lexicon",
3093]
3094
3095[[package]]
3096name = "cranelift-codegen-meta"
3097version = "0.111.1"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "cd5e4ee12262a135efbef3ced4ab2153adafe4adc55f36af94f9d73be0f7505d"
3100dependencies = [
3101 "cranelift-codegen-shared",
3102]
3103
3104[[package]]
3105name = "cranelift-codegen-shared"
3106version = "0.111.1"
3107source = "registry+https://github.com/rust-lang/crates.io-index"
3108checksum = "5b9374a2a5f060f72e3080fe1c87c9ff4bef2cbe798faae60daf276fb1a13968"
3109
3110[[package]]
3111name = "cranelift-control"
3112version = "0.111.1"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "fba3ca2f344bb22d265a928e7c3f5f46e1a2eb41f1393bd53538d07b6ffb5293"
3115dependencies = [
3116 "arbitrary",
3117]
3118
3119[[package]]
3120name = "cranelift-entity"
3121version = "0.111.1"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "a6aef77dfb018eed09d92d4244abe3c1c060cbbd900c24f75ddde7d75d0e781e"
3124dependencies = [
3125 "cranelift-bitset",
3126 "serde",
3127 "serde_derive",
3128]
3129
3130[[package]]
3131name = "cranelift-frontend"
3132version = "0.111.1"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "7b1d6954f03d63df1cb95d66153c97df0201862220861349bbd5f583754b1917"
3135dependencies = [
3136 "cranelift-codegen",
3137 "log",
3138 "smallvec",
3139 "target-lexicon",
3140]
3141
3142[[package]]
3143name = "cranelift-isle"
3144version = "0.111.1"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "f8b9b7e088b784796ea8aa5947c1cc12034c1b076a077ec2a5a287da717fa746"
3147
3148[[package]]
3149name = "cranelift-native"
3150version = "0.111.1"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "4cab7424083d070669ff3fdeea7c5b4b5013a055aa1ee0532703f17a5f62af64"
3153dependencies = [
3154 "cranelift-codegen",
3155 "libc",
3156 "target-lexicon",
3157]
3158
3159[[package]]
3160name = "cranelift-wasm"
3161version = "0.111.1"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "81a9f6d0495984eef1d753ec8748de0b216b37ade16d219f1c0f27d8188d7f77"
3164dependencies = [
3165 "cranelift-codegen",
3166 "cranelift-entity",
3167 "cranelift-frontend",
3168 "itertools 0.12.1",
3169 "log",
3170 "smallvec",
3171 "wasmparser 0.215.0",
3172 "wasmtime-types",
3173]
3174
3175[[package]]
3176name = "crc"
3177version = "3.2.1"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3180dependencies = [
3181 "crc-catalog",
3182]
3183
3184[[package]]
3185name = "crc-catalog"
3186version = "2.4.0"
3187source = "registry+https://github.com/rust-lang/crates.io-index"
3188checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3189
3190[[package]]
3191name = "crc32c"
3192version = "0.6.8"
3193source = "registry+https://github.com/rust-lang/crates.io-index"
3194checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3195dependencies = [
3196 "rustc_version",
3197]
3198
3199[[package]]
3200name = "crc32fast"
3201version = "1.4.2"
3202source = "registry+https://github.com/rust-lang/crates.io-index"
3203checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3204dependencies = [
3205 "cfg-if",
3206]
3207
3208[[package]]
3209name = "criterion"
3210version = "0.5.1"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3213dependencies = [
3214 "anes",
3215 "cast",
3216 "ciborium",
3217 "clap",
3218 "criterion-plot",
3219 "is-terminal",
3220 "itertools 0.10.5",
3221 "num-traits",
3222 "once_cell",
3223 "oorandom",
3224 "plotters",
3225 "rayon",
3226 "regex",
3227 "serde",
3228 "serde_derive",
3229 "serde_json",
3230 "tinytemplate",
3231 "walkdir",
3232]
3233
3234[[package]]
3235name = "criterion-plot"
3236version = "0.5.0"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3239dependencies = [
3240 "cast",
3241 "itertools 0.10.5",
3242]
3243
3244[[package]]
3245name = "crossbeam-channel"
3246version = "0.5.13"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3249dependencies = [
3250 "crossbeam-utils",
3251]
3252
3253[[package]]
3254name = "crossbeam-deque"
3255version = "0.8.5"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3258dependencies = [
3259 "crossbeam-epoch",
3260 "crossbeam-utils",
3261]
3262
3263[[package]]
3264name = "crossbeam-epoch"
3265version = "0.9.18"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3268dependencies = [
3269 "crossbeam-utils",
3270]
3271
3272[[package]]
3273name = "crossbeam-queue"
3274version = "0.3.11"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3277dependencies = [
3278 "crossbeam-utils",
3279]
3280
3281[[package]]
3282name = "crossbeam-utils"
3283version = "0.8.20"
3284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3286
3287[[package]]
3288name = "crunchy"
3289version = "0.2.2"
3290source = "registry+https://github.com/rust-lang/crates.io-index"
3291checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3292
3293[[package]]
3294name = "crypto-bigint"
3295version = "0.4.9"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3298dependencies = [
3299 "generic-array",
3300 "rand_core 0.6.4",
3301 "subtle",
3302 "zeroize",
3303]
3304
3305[[package]]
3306name = "crypto-bigint"
3307version = "0.5.5"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3310dependencies = [
3311 "rand_core 0.6.4",
3312 "subtle",
3313]
3314
3315[[package]]
3316name = "crypto-common"
3317version = "0.1.6"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3320dependencies = [
3321 "generic-array",
3322 "rand_core 0.6.4",
3323 "typenum",
3324]
3325
3326[[package]]
3327name = "ctor"
3328version = "0.2.8"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
3331dependencies = [
3332 "quote",
3333 "syn 2.0.76",
3334]
3335
3336[[package]]
3337name = "ctrlc"
3338version = "3.4.5"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3341dependencies = [
3342 "nix",
3343 "windows-sys 0.59.0",
3344]
3345
3346[[package]]
3347name = "cursor-icon"
3348version = "1.1.0"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3351
3352[[package]]
3353name = "dashmap"
3354version = "5.5.3"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3357dependencies = [
3358 "cfg-if",
3359 "hashbrown 0.14.5",
3360 "lock_api",
3361 "once_cell",
3362 "parking_lot_core",
3363]
3364
3365[[package]]
3366name = "dashmap"
3367version = "6.0.1"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
3370dependencies = [
3371 "cfg-if",
3372 "crossbeam-utils",
3373 "hashbrown 0.14.5",
3374 "lock_api",
3375 "once_cell",
3376 "parking_lot_core",
3377]
3378
3379[[package]]
3380name = "dasp_sample"
3381version = "0.11.0"
3382source = "registry+https://github.com/rust-lang/crates.io-index"
3383checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3384
3385[[package]]
3386name = "data-encoding"
3387version = "2.6.0"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3390
3391[[package]]
3392name = "data-url"
3393version = "0.3.1"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3396
3397[[package]]
3398name = "db"
3399version = "0.1.0"
3400dependencies = [
3401 "anyhow",
3402 "gpui",
3403 "indoc",
3404 "log",
3405 "paths",
3406 "release_channel",
3407 "smol",
3408 "sqlez",
3409 "sqlez_macros",
3410 "tempfile",
3411 "util",
3412]
3413
3414[[package]]
3415name = "dbus"
3416version = "0.9.7"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3419dependencies = [
3420 "libc",
3421 "libdbus-sys",
3422 "winapi",
3423]
3424
3425[[package]]
3426name = "deflate64"
3427version = "0.1.9"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3430
3431[[package]]
3432name = "der"
3433version = "0.6.1"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3436dependencies = [
3437 "const-oid",
3438 "zeroize",
3439]
3440
3441[[package]]
3442name = "der"
3443version = "0.7.9"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3446dependencies = [
3447 "const-oid",
3448 "pem-rfc7468",
3449 "zeroize",
3450]
3451
3452[[package]]
3453name = "deranged"
3454version = "0.3.11"
3455source = "registry+https://github.com/rust-lang/crates.io-index"
3456checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3457dependencies = [
3458 "powerfmt",
3459 "serde",
3460]
3461
3462[[package]]
3463name = "derive_more"
3464version = "0.99.18"
3465source = "registry+https://github.com/rust-lang/crates.io-index"
3466checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3467dependencies = [
3468 "convert_case 0.4.0",
3469 "proc-macro2",
3470 "quote",
3471 "rustc_version",
3472 "syn 2.0.76",
3473]
3474
3475[[package]]
3476name = "derive_refineable"
3477version = "0.1.0"
3478dependencies = [
3479 "proc-macro2",
3480 "quote",
3481 "syn 1.0.109",
3482]
3483
3484[[package]]
3485name = "diagnostics"
3486version = "0.1.0"
3487dependencies = [
3488 "anyhow",
3489 "client",
3490 "collections",
3491 "ctor",
3492 "editor",
3493 "env_logger 0.11.5",
3494 "futures 0.3.30",
3495 "gpui",
3496 "language",
3497 "log",
3498 "lsp",
3499 "pretty_assertions",
3500 "project",
3501 "rand 0.8.5",
3502 "schemars",
3503 "serde",
3504 "serde_json",
3505 "settings",
3506 "theme",
3507 "ui",
3508 "unindent",
3509 "util",
3510 "workspace",
3511]
3512
3513[[package]]
3514name = "dialoguer"
3515version = "0.11.0"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3518dependencies = [
3519 "console",
3520 "fuzzy-matcher",
3521 "shell-words",
3522 "tempfile",
3523 "thiserror",
3524 "zeroize",
3525]
3526
3527[[package]]
3528name = "diff"
3529version = "0.1.13"
3530source = "registry+https://github.com/rust-lang/crates.io-index"
3531checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3532
3533[[package]]
3534name = "digest"
3535version = "0.10.7"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3538dependencies = [
3539 "block-buffer",
3540 "const-oid",
3541 "crypto-common",
3542 "subtle",
3543]
3544
3545[[package]]
3546name = "dirs"
3547version = "4.0.0"
3548source = "registry+https://github.com/rust-lang/crates.io-index"
3549checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3550dependencies = [
3551 "dirs-sys 0.3.7",
3552]
3553
3554[[package]]
3555name = "dirs"
3556version = "5.0.1"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3559dependencies = [
3560 "dirs-sys 0.4.1",
3561]
3562
3563[[package]]
3564name = "dirs-sys"
3565version = "0.3.7"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3568dependencies = [
3569 "libc",
3570 "redox_users",
3571 "winapi",
3572]
3573
3574[[package]]
3575name = "dirs-sys"
3576version = "0.4.1"
3577source = "registry+https://github.com/rust-lang/crates.io-index"
3578checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3579dependencies = [
3580 "libc",
3581 "option-ext",
3582 "redox_users",
3583 "windows-sys 0.48.0",
3584]
3585
3586[[package]]
3587name = "dlib"
3588version = "0.5.2"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3591dependencies = [
3592 "libloading",
3593]
3594
3595[[package]]
3596name = "docs_preprocessor"
3597version = "0.1.0"
3598dependencies = [
3599 "anyhow",
3600 "clap",
3601 "mdbook",
3602 "regex",
3603 "serde",
3604 "serde_json",
3605 "settings",
3606 "util",
3607]
3608
3609[[package]]
3610name = "dotenvy"
3611version = "0.15.7"
3612source = "registry+https://github.com/rust-lang/crates.io-index"
3613checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3614
3615[[package]]
3616name = "downcast-rs"
3617version = "1.2.1"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3620
3621[[package]]
3622name = "doxygen-rs"
3623version = "0.4.2"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3626dependencies = [
3627 "phf",
3628]
3629
3630[[package]]
3631name = "dwrote"
3632version = "0.11.1"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c"
3635dependencies = [
3636 "lazy_static",
3637 "libc",
3638 "winapi",
3639 "wio",
3640]
3641
3642[[package]]
3643name = "dyn-clone"
3644version = "1.0.17"
3645source = "registry+https://github.com/rust-lang/crates.io-index"
3646checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3647
3648[[package]]
3649name = "ec4rs"
3650version = "1.1.1"
3651source = "registry+https://github.com/rust-lang/crates.io-index"
3652checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3653
3654[[package]]
3655name = "ecdsa"
3656version = "0.14.8"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3659dependencies = [
3660 "der 0.6.1",
3661 "elliptic-curve",
3662 "rfc6979",
3663 "signature 1.6.4",
3664]
3665
3666[[package]]
3667name = "editor"
3668version = "0.1.0"
3669dependencies = [
3670 "aho-corasick",
3671 "anyhow",
3672 "assets",
3673 "chrono",
3674 "client",
3675 "clock",
3676 "collections",
3677 "convert_case 0.6.0",
3678 "ctor",
3679 "db",
3680 "emojis",
3681 "env_logger 0.11.5",
3682 "file_icons",
3683 "futures 0.3.30",
3684 "fuzzy",
3685 "git",
3686 "gpui",
3687 "http_client",
3688 "indoc",
3689 "itertools 0.13.0",
3690 "language",
3691 "linkify",
3692 "log",
3693 "lsp",
3694 "markdown",
3695 "multi_buffer",
3696 "ordered-float 2.10.1",
3697 "parking_lot",
3698 "pretty_assertions",
3699 "project",
3700 "rand 0.8.5",
3701 "release_channel",
3702 "rpc",
3703 "schemars",
3704 "serde",
3705 "serde_json",
3706 "settings",
3707 "similar",
3708 "smallvec",
3709 "smol",
3710 "snippet",
3711 "sum_tree",
3712 "task",
3713 "text",
3714 "theme",
3715 "time",
3716 "time_format",
3717 "tree-sitter-html",
3718 "tree-sitter-rust",
3719 "tree-sitter-typescript",
3720 "ui",
3721 "unicode-segmentation",
3722 "unindent",
3723 "url",
3724 "util",
3725 "workspace",
3726]
3727
3728[[package]]
3729name = "educe"
3730version = "0.5.11"
3731source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8"
3733dependencies = [
3734 "enum-ordinalize",
3735 "proc-macro2",
3736 "quote",
3737 "syn 2.0.76",
3738]
3739
3740[[package]]
3741name = "either"
3742version = "1.13.0"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3745dependencies = [
3746 "serde",
3747]
3748
3749[[package]]
3750name = "elasticlunr-rs"
3751version = "3.0.2"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3754dependencies = [
3755 "regex",
3756 "serde",
3757 "serde_derive",
3758 "serde_json",
3759]
3760
3761[[package]]
3762name = "elliptic-curve"
3763version = "0.12.3"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3766dependencies = [
3767 "base16ct",
3768 "crypto-bigint 0.4.9",
3769 "der 0.6.1",
3770 "digest",
3771 "ff",
3772 "generic-array",
3773 "group",
3774 "pkcs8 0.9.0",
3775 "rand_core 0.6.4",
3776 "sec1",
3777 "subtle",
3778 "zeroize",
3779]
3780
3781[[package]]
3782name = "embed-resource"
3783version = "2.4.3"
3784source = "registry+https://github.com/rust-lang/crates.io-index"
3785checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602"
3786dependencies = [
3787 "cc",
3788 "memchr",
3789 "rustc_version",
3790 "toml 0.8.19",
3791 "vswhom",
3792 "winreg 0.52.0",
3793]
3794
3795[[package]]
3796name = "embedded-io"
3797version = "0.4.0"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3800
3801[[package]]
3802name = "embedded-io"
3803version = "0.6.1"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3806
3807[[package]]
3808name = "emojis"
3809version = "0.6.4"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3812dependencies = [
3813 "phf",
3814]
3815
3816[[package]]
3817name = "encode_unicode"
3818version = "0.3.6"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3821
3822[[package]]
3823name = "encoding_rs"
3824version = "0.8.34"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
3827dependencies = [
3828 "cfg-if",
3829]
3830
3831[[package]]
3832name = "endi"
3833version = "1.1.0"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3836
3837[[package]]
3838name = "enum-ordinalize"
3839version = "4.3.0"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
3842dependencies = [
3843 "enum-ordinalize-derive",
3844]
3845
3846[[package]]
3847name = "enum-ordinalize-derive"
3848version = "4.3.1"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
3851dependencies = [
3852 "proc-macro2",
3853 "quote",
3854 "syn 2.0.76",
3855]
3856
3857[[package]]
3858name = "enumflags2"
3859version = "0.7.10"
3860source = "registry+https://github.com/rust-lang/crates.io-index"
3861checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
3862dependencies = [
3863 "enumflags2_derive",
3864 "serde",
3865]
3866
3867[[package]]
3868name = "enumflags2_derive"
3869version = "0.7.10"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
3872dependencies = [
3873 "proc-macro2",
3874 "quote",
3875 "syn 2.0.76",
3876]
3877
3878[[package]]
3879name = "env_filter"
3880version = "0.1.2"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
3883dependencies = [
3884 "log",
3885 "regex",
3886]
3887
3888[[package]]
3889name = "env_logger"
3890version = "0.10.2"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
3893dependencies = [
3894 "humantime",
3895 "is-terminal",
3896 "log",
3897 "regex",
3898 "termcolor",
3899]
3900
3901[[package]]
3902name = "env_logger"
3903version = "0.11.5"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
3906dependencies = [
3907 "anstream",
3908 "anstyle",
3909 "env_filter",
3910 "humantime",
3911 "log",
3912]
3913
3914[[package]]
3915name = "envy"
3916version = "0.4.2"
3917source = "registry+https://github.com/rust-lang/crates.io-index"
3918checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
3919dependencies = [
3920 "serde",
3921]
3922
3923[[package]]
3924name = "equivalent"
3925version = "1.0.1"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
3928
3929[[package]]
3930name = "erased-serde"
3931version = "0.4.5"
3932source = "registry+https://github.com/rust-lang/crates.io-index"
3933checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
3934dependencies = [
3935 "serde",
3936 "typeid",
3937]
3938
3939[[package]]
3940name = "errno"
3941version = "0.2.8"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
3944dependencies = [
3945 "errno-dragonfly",
3946 "libc",
3947 "winapi",
3948]
3949
3950[[package]]
3951name = "errno"
3952version = "0.3.9"
3953source = "registry+https://github.com/rust-lang/crates.io-index"
3954checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
3955dependencies = [
3956 "libc",
3957 "windows-sys 0.52.0",
3958]
3959
3960[[package]]
3961name = "errno-dragonfly"
3962version = "0.1.2"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
3965dependencies = [
3966 "cc",
3967 "libc",
3968]
3969
3970[[package]]
3971name = "etagere"
3972version = "0.2.13"
3973source = "registry+https://github.com/rust-lang/crates.io-index"
3974checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
3975dependencies = [
3976 "euclid",
3977 "svg_fmt",
3978]
3979
3980[[package]]
3981name = "etcetera"
3982version = "0.8.0"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
3985dependencies = [
3986 "cfg-if",
3987 "home",
3988 "windows-sys 0.48.0",
3989]
3990
3991[[package]]
3992name = "euclid"
3993version = "0.22.11"
3994source = "registry+https://github.com/rust-lang/crates.io-index"
3995checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
3996dependencies = [
3997 "num-traits",
3998]
3999
4000[[package]]
4001name = "evals"
4002version = "0.1.0"
4003dependencies = [
4004 "anyhow",
4005 "clap",
4006 "client",
4007 "clock",
4008 "collections",
4009 "env_logger 0.11.5",
4010 "feature_flags",
4011 "fs",
4012 "git",
4013 "gpui",
4014 "http_client",
4015 "language",
4016 "languages",
4017 "node_runtime",
4018 "open_ai",
4019 "project",
4020 "reqwest_client",
4021 "semantic_index",
4022 "serde",
4023 "serde_json",
4024 "settings",
4025 "smol",
4026]
4027
4028[[package]]
4029name = "event-listener"
4030version = "2.5.3"
4031source = "registry+https://github.com/rust-lang/crates.io-index"
4032checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4033
4034[[package]]
4035name = "event-listener"
4036version = "3.1.0"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4039dependencies = [
4040 "concurrent-queue",
4041 "parking",
4042 "pin-project-lite",
4043]
4044
4045[[package]]
4046name = "event-listener"
4047version = "5.3.1"
4048source = "registry+https://github.com/rust-lang/crates.io-index"
4049checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4050dependencies = [
4051 "concurrent-queue",
4052 "parking",
4053 "pin-project-lite",
4054]
4055
4056[[package]]
4057name = "event-listener-strategy"
4058version = "0.5.2"
4059source = "registry+https://github.com/rust-lang/crates.io-index"
4060checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
4061dependencies = [
4062 "event-listener 5.3.1",
4063 "pin-project-lite",
4064]
4065
4066[[package]]
4067name = "exec"
4068version = "0.3.1"
4069source = "registry+https://github.com/rust-lang/crates.io-index"
4070checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4071dependencies = [
4072 "errno 0.2.8",
4073 "libc",
4074]
4075
4076[[package]]
4077name = "exr"
4078version = "1.72.0"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
4081dependencies = [
4082 "bit_field",
4083 "flume",
4084 "half",
4085 "lebe",
4086 "miniz_oxide 0.7.4",
4087 "rayon-core",
4088 "smallvec",
4089 "zune-inflate",
4090]
4091
4092[[package]]
4093name = "extension"
4094version = "0.1.0"
4095dependencies = [
4096 "anyhow",
4097 "assistant_slash_command",
4098 "async-compression",
4099 "async-tar",
4100 "async-trait",
4101 "client",
4102 "collections",
4103 "ctor",
4104 "env_logger 0.11.5",
4105 "fs",
4106 "futures 0.3.30",
4107 "gpui",
4108 "http_client",
4109 "indexed_docs",
4110 "language",
4111 "log",
4112 "lsp",
4113 "node_runtime",
4114 "parking_lot",
4115 "paths",
4116 "project",
4117 "release_channel",
4118 "reqwest_client",
4119 "schemars",
4120 "semantic_version",
4121 "serde",
4122 "serde_json",
4123 "serde_json_lenient",
4124 "settings",
4125 "snippet_provider",
4126 "task",
4127 "theme",
4128 "toml 0.8.19",
4129 "ui",
4130 "url",
4131 "util",
4132 "wasm-encoder 0.215.0",
4133 "wasmparser 0.215.0",
4134 "wasmtime",
4135 "wasmtime-wasi",
4136 "wit-component",
4137 "workspace",
4138]
4139
4140[[package]]
4141name = "extension_cli"
4142version = "0.1.0"
4143dependencies = [
4144 "anyhow",
4145 "clap",
4146 "env_logger 0.11.5",
4147 "extension",
4148 "fs",
4149 "language",
4150 "log",
4151 "reqwest_client",
4152 "rpc",
4153 "serde",
4154 "serde_json",
4155 "theme",
4156 "tokio",
4157 "toml 0.8.19",
4158 "tree-sitter",
4159 "wasmtime",
4160]
4161
4162[[package]]
4163name = "extensions_ui"
4164version = "0.1.0"
4165dependencies = [
4166 "anyhow",
4167 "client",
4168 "collections",
4169 "db",
4170 "editor",
4171 "extension",
4172 "fs",
4173 "fuzzy",
4174 "gpui",
4175 "language",
4176 "num-format",
4177 "picker",
4178 "project",
4179 "release_channel",
4180 "semantic_version",
4181 "serde",
4182 "settings",
4183 "smallvec",
4184 "theme",
4185 "theme_selector",
4186 "ui",
4187 "util",
4188 "vim",
4189 "workspace",
4190]
4191
4192[[package]]
4193name = "fallible-iterator"
4194version = "0.3.0"
4195source = "registry+https://github.com/rust-lang/crates.io-index"
4196checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4197
4198[[package]]
4199name = "fancy-regex"
4200version = "0.12.0"
4201source = "registry+https://github.com/rust-lang/crates.io-index"
4202checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
4203dependencies = [
4204 "bit-set 0.5.3",
4205 "regex",
4206]
4207
4208[[package]]
4209name = "fast-srgb8"
4210version = "1.0.0"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4213
4214[[package]]
4215name = "fastrand"
4216version = "1.9.0"
4217source = "registry+https://github.com/rust-lang/crates.io-index"
4218checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4219dependencies = [
4220 "instant",
4221]
4222
4223[[package]]
4224name = "fastrand"
4225version = "2.1.1"
4226source = "registry+https://github.com/rust-lang/crates.io-index"
4227checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
4228
4229[[package]]
4230name = "fd-lock"
4231version = "4.0.2"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4234dependencies = [
4235 "cfg-if",
4236 "rustix 0.38.35",
4237 "windows-sys 0.52.0",
4238]
4239
4240[[package]]
4241name = "fdeflate"
4242version = "0.3.4"
4243source = "registry+https://github.com/rust-lang/crates.io-index"
4244checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
4245dependencies = [
4246 "simd-adler32",
4247]
4248
4249[[package]]
4250name = "feature_flags"
4251version = "0.1.0"
4252dependencies = [
4253 "futures 0.3.30",
4254 "gpui",
4255]
4256
4257[[package]]
4258name = "feedback"
4259version = "0.1.0"
4260dependencies = [
4261 "anyhow",
4262 "bitflags 2.6.0",
4263 "client",
4264 "db",
4265 "editor",
4266 "futures 0.3.30",
4267 "gpui",
4268 "http_client",
4269 "human_bytes",
4270 "language",
4271 "log",
4272 "menu",
4273 "project",
4274 "regex",
4275 "release_channel",
4276 "serde",
4277 "serde_derive",
4278 "serde_json",
4279 "smol",
4280 "sysinfo",
4281 "ui",
4282 "urlencoding",
4283 "util",
4284 "workspace",
4285]
4286
4287[[package]]
4288name = "ff"
4289version = "0.12.1"
4290source = "registry+https://github.com/rust-lang/crates.io-index"
4291checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4292dependencies = [
4293 "rand_core 0.6.4",
4294 "subtle",
4295]
4296
4297[[package]]
4298name = "file_finder"
4299version = "0.1.0"
4300dependencies = [
4301 "anyhow",
4302 "collections",
4303 "ctor",
4304 "editor",
4305 "env_logger 0.11.5",
4306 "file_icons",
4307 "futures 0.3.30",
4308 "fuzzy",
4309 "gpui",
4310 "language",
4311 "menu",
4312 "picker",
4313 "project",
4314 "schemars",
4315 "serde",
4316 "serde_derive",
4317 "serde_json",
4318 "settings",
4319 "text",
4320 "theme",
4321 "ui",
4322 "util",
4323 "workspace",
4324]
4325
4326[[package]]
4327name = "file_icons"
4328version = "0.1.0"
4329dependencies = [
4330 "collections",
4331 "gpui",
4332 "serde",
4333 "serde_derive",
4334 "serde_json",
4335 "util",
4336]
4337
4338[[package]]
4339name = "filedescriptor"
4340version = "0.8.2"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4343dependencies = [
4344 "libc",
4345 "thiserror",
4346 "winapi",
4347]
4348
4349[[package]]
4350name = "filetime"
4351version = "0.2.25"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4354dependencies = [
4355 "cfg-if",
4356 "libc",
4357 "libredox",
4358 "windows-sys 0.59.0",
4359]
4360
4361[[package]]
4362name = "fixedbitset"
4363version = "0.4.2"
4364source = "registry+https://github.com/rust-lang/crates.io-index"
4365checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4366
4367[[package]]
4368name = "flate2"
4369version = "1.0.33"
4370source = "registry+https://github.com/rust-lang/crates.io-index"
4371checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
4372dependencies = [
4373 "crc32fast",
4374 "miniz_oxide 0.8.0",
4375]
4376
4377[[package]]
4378name = "float-cmp"
4379version = "0.9.0"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4382
4383[[package]]
4384name = "float-ord"
4385version = "0.3.2"
4386source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4388
4389[[package]]
4390name = "flume"
4391version = "0.11.0"
4392source = "registry+https://github.com/rust-lang/crates.io-index"
4393checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
4394dependencies = [
4395 "futures-core",
4396 "futures-sink",
4397 "nanorand",
4398 "spin 0.9.8",
4399]
4400
4401[[package]]
4402name = "fnv"
4403version = "1.0.7"
4404source = "registry+https://github.com/rust-lang/crates.io-index"
4405checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4406
4407[[package]]
4408name = "font-kit"
4409version = "0.14.1"
4410source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4411dependencies = [
4412 "bitflags 2.6.0",
4413 "byteorder",
4414 "core-foundation 0.9.4",
4415 "core-graphics 0.23.2",
4416 "core-text",
4417 "dirs 5.0.1",
4418 "dwrote",
4419 "float-ord",
4420 "freetype-sys",
4421 "lazy_static",
4422 "libc",
4423 "log",
4424 "pathfinder_geometry",
4425 "pathfinder_simd",
4426 "walkdir",
4427 "winapi",
4428 "yeslogic-fontconfig-sys",
4429]
4430
4431[[package]]
4432name = "font-types"
4433version = "0.6.0"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60"
4436dependencies = [
4437 "bytemuck",
4438]
4439
4440[[package]]
4441name = "fontconfig-parser"
4442version = "0.5.7"
4443source = "registry+https://github.com/rust-lang/crates.io-index"
4444checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4445dependencies = [
4446 "roxmltree 0.20.0",
4447]
4448
4449[[package]]
4450name = "fontdb"
4451version = "0.18.0"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4454dependencies = [
4455 "fontconfig-parser",
4456 "log",
4457 "memmap2",
4458 "slotmap",
4459 "tinyvec",
4460 "ttf-parser",
4461]
4462
4463[[package]]
4464name = "foreign-types"
4465version = "0.3.2"
4466source = "registry+https://github.com/rust-lang/crates.io-index"
4467checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4468dependencies = [
4469 "foreign-types-shared 0.1.1",
4470]
4471
4472[[package]]
4473name = "foreign-types"
4474version = "0.5.0"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4477dependencies = [
4478 "foreign-types-macros",
4479 "foreign-types-shared 0.3.1",
4480]
4481
4482[[package]]
4483name = "foreign-types-macros"
4484version = "0.2.3"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4487dependencies = [
4488 "proc-macro2",
4489 "quote",
4490 "syn 2.0.76",
4491]
4492
4493[[package]]
4494name = "foreign-types-shared"
4495version = "0.1.1"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4498
4499[[package]]
4500name = "foreign-types-shared"
4501version = "0.3.1"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4504
4505[[package]]
4506name = "fork"
4507version = "0.2.0"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4510dependencies = [
4511 "libc",
4512]
4513
4514[[package]]
4515name = "form_urlencoded"
4516version = "1.2.1"
4517source = "registry+https://github.com/rust-lang/crates.io-index"
4518checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4519dependencies = [
4520 "percent-encoding",
4521]
4522
4523[[package]]
4524name = "freetype-sys"
4525version = "0.20.1"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4528dependencies = [
4529 "cc",
4530 "libc",
4531 "pkg-config",
4532]
4533
4534[[package]]
4535name = "fs"
4536version = "0.1.0"
4537dependencies = [
4538 "anyhow",
4539 "ashpd",
4540 "async-tar",
4541 "async-trait",
4542 "cocoa 0.26.0",
4543 "collections",
4544 "fsevent",
4545 "futures 0.3.30",
4546 "git",
4547 "git2",
4548 "gpui",
4549 "libc",
4550 "notify",
4551 "objc",
4552 "parking_lot",
4553 "paths",
4554 "rope",
4555 "serde",
4556 "serde_json",
4557 "smol",
4558 "tempfile",
4559 "text",
4560 "time",
4561 "util",
4562 "windows 0.58.0",
4563]
4564
4565[[package]]
4566name = "fs-set-times"
4567version = "0.20.1"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
4570dependencies = [
4571 "io-lifetimes 2.0.3",
4572 "rustix 0.38.35",
4573 "windows-sys 0.52.0",
4574]
4575
4576[[package]]
4577name = "fsevent"
4578version = "0.1.0"
4579dependencies = [
4580 "bitflags 2.6.0",
4581 "core-foundation 0.9.4",
4582 "fsevent-sys 3.1.0",
4583 "parking_lot",
4584 "tempfile",
4585]
4586
4587[[package]]
4588name = "fsevent-sys"
4589version = "3.1.0"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4592dependencies = [
4593 "libc",
4594]
4595
4596[[package]]
4597name = "fsevent-sys"
4598version = "4.1.0"
4599source = "registry+https://github.com/rust-lang/crates.io-index"
4600checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4601dependencies = [
4602 "libc",
4603]
4604
4605[[package]]
4606name = "funty"
4607version = "2.0.0"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4610
4611[[package]]
4612name = "futf"
4613version = "0.1.5"
4614source = "registry+https://github.com/rust-lang/crates.io-index"
4615checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4616dependencies = [
4617 "mac",
4618 "new_debug_unreachable",
4619]
4620
4621[[package]]
4622name = "futures"
4623version = "0.1.31"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4626
4627[[package]]
4628name = "futures"
4629version = "0.3.30"
4630source = "registry+https://github.com/rust-lang/crates.io-index"
4631checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
4632dependencies = [
4633 "futures-channel",
4634 "futures-core",
4635 "futures-executor",
4636 "futures-io",
4637 "futures-sink",
4638 "futures-task",
4639 "futures-util",
4640]
4641
4642[[package]]
4643name = "futures-batch"
4644version = "0.6.1"
4645source = "registry+https://github.com/rust-lang/crates.io-index"
4646checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4647dependencies = [
4648 "futures 0.3.30",
4649 "futures-timer",
4650 "pin-utils",
4651]
4652
4653[[package]]
4654name = "futures-channel"
4655version = "0.3.30"
4656source = "registry+https://github.com/rust-lang/crates.io-index"
4657checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
4658dependencies = [
4659 "futures-core",
4660 "futures-sink",
4661]
4662
4663[[package]]
4664name = "futures-core"
4665version = "0.3.30"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
4668
4669[[package]]
4670name = "futures-executor"
4671version = "0.3.30"
4672source = "registry+https://github.com/rust-lang/crates.io-index"
4673checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
4674dependencies = [
4675 "futures-core",
4676 "futures-task",
4677 "futures-util",
4678]
4679
4680[[package]]
4681name = "futures-intrusive"
4682version = "0.5.0"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4685dependencies = [
4686 "futures-core",
4687 "lock_api",
4688 "parking_lot",
4689]
4690
4691[[package]]
4692name = "futures-io"
4693version = "0.3.30"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
4696
4697[[package]]
4698name = "futures-lite"
4699version = "1.13.0"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4702dependencies = [
4703 "fastrand 1.9.0",
4704 "futures-core",
4705 "futures-io",
4706 "memchr",
4707 "parking",
4708 "pin-project-lite",
4709 "waker-fn",
4710]
4711
4712[[package]]
4713name = "futures-lite"
4714version = "2.3.0"
4715source = "registry+https://github.com/rust-lang/crates.io-index"
4716checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
4717dependencies = [
4718 "fastrand 2.1.1",
4719 "futures-core",
4720 "futures-io",
4721 "parking",
4722 "pin-project-lite",
4723]
4724
4725[[package]]
4726name = "futures-macro"
4727version = "0.3.30"
4728source = "registry+https://github.com/rust-lang/crates.io-index"
4729checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
4730dependencies = [
4731 "proc-macro2",
4732 "quote",
4733 "syn 2.0.76",
4734]
4735
4736[[package]]
4737name = "futures-sink"
4738version = "0.3.30"
4739source = "registry+https://github.com/rust-lang/crates.io-index"
4740checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
4741
4742[[package]]
4743name = "futures-task"
4744version = "0.3.30"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
4747
4748[[package]]
4749name = "futures-timer"
4750version = "3.0.3"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4753
4754[[package]]
4755name = "futures-util"
4756version = "0.3.30"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
4759dependencies = [
4760 "futures 0.1.31",
4761 "futures-channel",
4762 "futures-core",
4763 "futures-io",
4764 "futures-macro",
4765 "futures-sink",
4766 "futures-task",
4767 "memchr",
4768 "pin-project-lite",
4769 "pin-utils",
4770 "slab",
4771 "tokio-io",
4772]
4773
4774[[package]]
4775name = "fuzzy"
4776version = "0.1.0"
4777dependencies = [
4778 "gpui",
4779 "util",
4780]
4781
4782[[package]]
4783name = "fuzzy-matcher"
4784version = "0.3.7"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4787dependencies = [
4788 "thread_local",
4789]
4790
4791[[package]]
4792name = "generic-array"
4793version = "0.14.7"
4794source = "registry+https://github.com/rust-lang/crates.io-index"
4795checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4796dependencies = [
4797 "typenum",
4798 "version_check",
4799]
4800
4801[[package]]
4802name = "gethostname"
4803version = "0.4.3"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4806dependencies = [
4807 "libc",
4808 "windows-targets 0.48.5",
4809]
4810
4811[[package]]
4812name = "getrandom"
4813version = "0.1.16"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4816dependencies = [
4817 "cfg-if",
4818 "libc",
4819 "wasi 0.9.0+wasi-snapshot-preview1",
4820]
4821
4822[[package]]
4823name = "getrandom"
4824version = "0.2.15"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
4827dependencies = [
4828 "cfg-if",
4829 "js-sys",
4830 "libc",
4831 "wasi 0.11.0+wasi-snapshot-preview1",
4832 "wasm-bindgen",
4833]
4834
4835[[package]]
4836name = "gif"
4837version = "0.13.1"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
4839checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
4840dependencies = [
4841 "color_quant",
4842 "weezl",
4843]
4844
4845[[package]]
4846name = "gimli"
4847version = "0.29.0"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
4850dependencies = [
4851 "fallible-iterator",
4852 "indexmap 2.4.0",
4853 "stable_deref_trait",
4854]
4855
4856[[package]]
4857name = "gimli"
4858version = "0.31.0"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
4861
4862[[package]]
4863name = "git"
4864version = "0.1.0"
4865dependencies = [
4866 "anyhow",
4867 "async-trait",
4868 "clock",
4869 "collections",
4870 "derive_more",
4871 "git2",
4872 "gpui",
4873 "http_client",
4874 "log",
4875 "parking_lot",
4876 "pretty_assertions",
4877 "rope",
4878 "serde",
4879 "serde_json",
4880 "smol",
4881 "sum_tree",
4882 "text",
4883 "time",
4884 "unindent",
4885 "url",
4886 "util",
4887 "windows 0.58.0",
4888]
4889
4890[[package]]
4891name = "git2"
4892version = "0.19.0"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
4895dependencies = [
4896 "bitflags 2.6.0",
4897 "libc",
4898 "libgit2-sys",
4899 "log",
4900 "url",
4901]
4902
4903[[package]]
4904name = "git_hosting_providers"
4905version = "0.1.0"
4906dependencies = [
4907 "anyhow",
4908 "async-trait",
4909 "futures 0.3.30",
4910 "git",
4911 "gpui",
4912 "http_client",
4913 "indoc",
4914 "pretty_assertions",
4915 "regex",
4916 "serde",
4917 "serde_json",
4918 "url",
4919 "util",
4920]
4921
4922[[package]]
4923name = "glob"
4924version = "0.3.1"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4927
4928[[package]]
4929name = "globset"
4930version = "0.4.15"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
4933dependencies = [
4934 "aho-corasick",
4935 "bstr",
4936 "log",
4937 "regex-automata 0.4.7",
4938 "regex-syntax 0.8.4",
4939]
4940
4941[[package]]
4942name = "gloo-timers"
4943version = "0.2.6"
4944source = "registry+https://github.com/rust-lang/crates.io-index"
4945checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
4946dependencies = [
4947 "futures-channel",
4948 "futures-core",
4949 "js-sys",
4950 "wasm-bindgen",
4951]
4952
4953[[package]]
4954name = "glow"
4955version = "0.14.0"
4956source = "registry+https://github.com/rust-lang/crates.io-index"
4957checksum = "f865cbd94bd355b89611211e49508da98a1fce0ad755c1e8448fb96711b24528"
4958dependencies = [
4959 "js-sys",
4960 "slotmap",
4961 "wasm-bindgen",
4962 "web-sys",
4963]
4964
4965[[package]]
4966name = "go_to_line"
4967version = "0.1.0"
4968dependencies = [
4969 "anyhow",
4970 "editor",
4971 "gpui",
4972 "indoc",
4973 "language",
4974 "menu",
4975 "project",
4976 "rope",
4977 "schemars",
4978 "serde",
4979 "serde_json",
4980 "settings",
4981 "text",
4982 "theme",
4983 "tree-sitter-rust",
4984 "tree-sitter-typescript",
4985 "ui",
4986 "util",
4987 "workspace",
4988]
4989
4990[[package]]
4991name = "google_ai"
4992version = "0.1.0"
4993dependencies = [
4994 "anyhow",
4995 "futures 0.3.30",
4996 "http_client",
4997 "schemars",
4998 "serde",
4999 "serde_json",
5000 "strum 0.25.0",
5001]
5002
5003[[package]]
5004name = "gpu-alloc"
5005version = "0.6.0"
5006source = "registry+https://github.com/rust-lang/crates.io-index"
5007checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5008dependencies = [
5009 "bitflags 2.6.0",
5010 "gpu-alloc-types",
5011]
5012
5013[[package]]
5014name = "gpu-alloc-ash"
5015version = "0.7.0"
5016source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5018dependencies = [
5019 "ash",
5020 "gpu-alloc-types",
5021 "tinyvec",
5022]
5023
5024[[package]]
5025name = "gpu-alloc-types"
5026version = "0.3.0"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5029dependencies = [
5030 "bitflags 2.6.0",
5031]
5032
5033[[package]]
5034name = "gpui"
5035version = "0.1.0"
5036dependencies = [
5037 "anyhow",
5038 "as-raw-xcb-connection",
5039 "ashpd",
5040 "async-task",
5041 "backtrace",
5042 "bindgen 0.70.1",
5043 "blade-graphics",
5044 "blade-macros",
5045 "blade-util",
5046 "block",
5047 "bytemuck",
5048 "calloop",
5049 "calloop-wayland-source",
5050 "cbindgen",
5051 "cocoa 0.26.0",
5052 "collections",
5053 "core-foundation 0.9.4",
5054 "core-foundation-sys",
5055 "core-graphics 0.23.2",
5056 "core-text",
5057 "cosmic-text",
5058 "ctor",
5059 "derive_more",
5060 "embed-resource",
5061 "env_logger 0.11.5",
5062 "etagere",
5063 "filedescriptor",
5064 "flume",
5065 "font-kit",
5066 "foreign-types 0.5.0",
5067 "futures 0.3.30",
5068 "gpui_macros",
5069 "http_client",
5070 "image",
5071 "itertools 0.13.0",
5072 "linkme",
5073 "log",
5074 "media",
5075 "metal",
5076 "num_cpus",
5077 "objc",
5078 "oo7",
5079 "open",
5080 "parking",
5081 "parking_lot",
5082 "pathfinder_geometry",
5083 "postage",
5084 "profiling",
5085 "rand 0.8.5",
5086 "raw-window-handle",
5087 "refineable",
5088 "resvg",
5089 "schemars",
5090 "seahash",
5091 "semantic_version",
5092 "serde",
5093 "serde_derive",
5094 "serde_json",
5095 "slotmap",
5096 "smallvec",
5097 "smol",
5098 "strum 0.25.0",
5099 "sum_tree",
5100 "taffy",
5101 "thiserror",
5102 "unicode-segmentation",
5103 "usvg",
5104 "util",
5105 "uuid",
5106 "waker-fn",
5107 "wayland-backend",
5108 "wayland-client",
5109 "wayland-cursor",
5110 "wayland-protocols",
5111 "wayland-protocols-plasma",
5112 "windows 0.58.0",
5113 "windows-core 0.58.0",
5114 "x11-clipboard",
5115 "x11rb",
5116 "xim",
5117 "xkbcommon",
5118]
5119
5120[[package]]
5121name = "gpui_macros"
5122version = "0.1.0"
5123dependencies = [
5124 "proc-macro2",
5125 "quote",
5126 "syn 1.0.109",
5127]
5128
5129[[package]]
5130name = "grid"
5131version = "0.13.0"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5134
5135[[package]]
5136name = "group"
5137version = "0.12.1"
5138source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5140dependencies = [
5141 "ff",
5142 "rand_core 0.6.4",
5143 "subtle",
5144]
5145
5146[[package]]
5147name = "h2"
5148version = "0.3.26"
5149source = "registry+https://github.com/rust-lang/crates.io-index"
5150checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5151dependencies = [
5152 "bytes 1.7.2",
5153 "fnv",
5154 "futures-core",
5155 "futures-sink",
5156 "futures-util",
5157 "http 0.2.12",
5158 "indexmap 2.4.0",
5159 "slab",
5160 "tokio",
5161 "tokio-util",
5162 "tracing",
5163]
5164
5165[[package]]
5166name = "h2"
5167version = "0.4.6"
5168source = "registry+https://github.com/rust-lang/crates.io-index"
5169checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
5170dependencies = [
5171 "atomic-waker",
5172 "bytes 1.7.2",
5173 "fnv",
5174 "futures-core",
5175 "futures-sink",
5176 "http 1.1.0",
5177 "indexmap 2.4.0",
5178 "slab",
5179 "tokio",
5180 "tokio-util",
5181 "tracing",
5182]
5183
5184[[package]]
5185name = "half"
5186version = "2.4.1"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5189dependencies = [
5190 "cfg-if",
5191 "crunchy",
5192]
5193
5194[[package]]
5195name = "handlebars"
5196version = "4.5.0"
5197source = "registry+https://github.com/rust-lang/crates.io-index"
5198checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5199dependencies = [
5200 "log",
5201 "pest",
5202 "pest_derive",
5203 "serde",
5204 "serde_json",
5205 "thiserror",
5206]
5207
5208[[package]]
5209name = "handlebars"
5210version = "5.1.2"
5211source = "registry+https://github.com/rust-lang/crates.io-index"
5212checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
5213dependencies = [
5214 "log",
5215 "pest",
5216 "pest_derive",
5217 "serde",
5218 "serde_json",
5219 "thiserror",
5220]
5221
5222[[package]]
5223name = "hashbrown"
5224version = "0.12.3"
5225source = "registry+https://github.com/rust-lang/crates.io-index"
5226checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5227dependencies = [
5228 "ahash 0.7.8",
5229]
5230
5231[[package]]
5232name = "hashbrown"
5233version = "0.13.2"
5234source = "registry+https://github.com/rust-lang/crates.io-index"
5235checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5236dependencies = [
5237 "ahash 0.8.11",
5238]
5239
5240[[package]]
5241name = "hashbrown"
5242version = "0.14.5"
5243source = "registry+https://github.com/rust-lang/crates.io-index"
5244checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5245dependencies = [
5246 "ahash 0.8.11",
5247 "allocator-api2",
5248 "serde",
5249]
5250
5251[[package]]
5252name = "hashlink"
5253version = "0.8.4"
5254source = "registry+https://github.com/rust-lang/crates.io-index"
5255checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5256dependencies = [
5257 "hashbrown 0.14.5",
5258]
5259
5260[[package]]
5261name = "hashlink"
5262version = "0.9.1"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5265dependencies = [
5266 "hashbrown 0.14.5",
5267]
5268
5269[[package]]
5270name = "headers"
5271version = "0.3.9"
5272source = "registry+https://github.com/rust-lang/crates.io-index"
5273checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5274dependencies = [
5275 "base64 0.21.7",
5276 "bytes 1.7.2",
5277 "headers-core",
5278 "http 0.2.12",
5279 "httpdate",
5280 "mime",
5281 "sha1",
5282]
5283
5284[[package]]
5285name = "headers-core"
5286version = "0.2.0"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5289dependencies = [
5290 "http 0.2.12",
5291]
5292
5293[[package]]
5294name = "heck"
5295version = "0.3.3"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5298dependencies = [
5299 "unicode-segmentation",
5300]
5301
5302[[package]]
5303name = "heck"
5304version = "0.4.1"
5305source = "registry+https://github.com/rust-lang/crates.io-index"
5306checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5307dependencies = [
5308 "unicode-segmentation",
5309]
5310
5311[[package]]
5312name = "heck"
5313version = "0.5.0"
5314source = "registry+https://github.com/rust-lang/crates.io-index"
5315checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5316
5317[[package]]
5318name = "heed"
5319version = "0.20.5"
5320source = "registry+https://github.com/rust-lang/crates.io-index"
5321checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
5322dependencies = [
5323 "bitflags 2.6.0",
5324 "byteorder",
5325 "heed-traits",
5326 "heed-types",
5327 "libc",
5328 "lmdb-master-sys",
5329 "once_cell",
5330 "page_size",
5331 "serde",
5332 "synchronoise",
5333 "url",
5334]
5335
5336[[package]]
5337name = "heed-traits"
5338version = "0.20.0"
5339source = "registry+https://github.com/rust-lang/crates.io-index"
5340checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5341
5342[[package]]
5343name = "heed-types"
5344version = "0.20.1"
5345source = "registry+https://github.com/rust-lang/crates.io-index"
5346checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
5347dependencies = [
5348 "bincode",
5349 "byteorder",
5350 "heed-traits",
5351 "serde",
5352 "serde_json",
5353]
5354
5355[[package]]
5356name = "hermit-abi"
5357version = "0.3.9"
5358source = "registry+https://github.com/rust-lang/crates.io-index"
5359checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5360
5361[[package]]
5362name = "hermit-abi"
5363version = "0.4.0"
5364source = "registry+https://github.com/rust-lang/crates.io-index"
5365checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5366
5367[[package]]
5368name = "hex"
5369version = "0.4.3"
5370source = "registry+https://github.com/rust-lang/crates.io-index"
5371checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5372
5373[[package]]
5374name = "hexf-parse"
5375version = "0.2.1"
5376source = "registry+https://github.com/rust-lang/crates.io-index"
5377checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5378
5379[[package]]
5380name = "hidden-trait"
5381version = "0.1.2"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5384dependencies = [
5385 "proc-macro2",
5386 "quote",
5387 "syn 1.0.109",
5388]
5389
5390[[package]]
5391name = "hkdf"
5392version = "0.12.4"
5393source = "registry+https://github.com/rust-lang/crates.io-index"
5394checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5395dependencies = [
5396 "hmac",
5397]
5398
5399[[package]]
5400name = "hmac"
5401version = "0.12.1"
5402source = "registry+https://github.com/rust-lang/crates.io-index"
5403checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5404dependencies = [
5405 "digest",
5406]
5407
5408[[package]]
5409name = "home"
5410version = "0.5.9"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5413dependencies = [
5414 "windows-sys 0.52.0",
5415]
5416
5417[[package]]
5418name = "hound"
5419version = "3.5.1"
5420source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5422
5423[[package]]
5424name = "html5ever"
5425version = "0.27.0"
5426source = "registry+https://github.com/rust-lang/crates.io-index"
5427checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5428dependencies = [
5429 "log",
5430 "mac",
5431 "markup5ever",
5432 "proc-macro2",
5433 "quote",
5434 "syn 2.0.76",
5435]
5436
5437[[package]]
5438name = "html_to_markdown"
5439version = "0.1.0"
5440dependencies = [
5441 "anyhow",
5442 "html5ever",
5443 "indoc",
5444 "markup5ever_rcdom",
5445 "pretty_assertions",
5446 "regex",
5447]
5448
5449[[package]]
5450name = "http"
5451version = "0.2.12"
5452source = "registry+https://github.com/rust-lang/crates.io-index"
5453checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5454dependencies = [
5455 "bytes 1.7.2",
5456 "fnv",
5457 "itoa",
5458]
5459
5460[[package]]
5461name = "http"
5462version = "1.1.0"
5463source = "registry+https://github.com/rust-lang/crates.io-index"
5464checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
5465dependencies = [
5466 "bytes 1.7.2",
5467 "fnv",
5468 "itoa",
5469]
5470
5471[[package]]
5472name = "http-body"
5473version = "0.4.6"
5474source = "registry+https://github.com/rust-lang/crates.io-index"
5475checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5476dependencies = [
5477 "bytes 1.7.2",
5478 "http 0.2.12",
5479 "pin-project-lite",
5480]
5481
5482[[package]]
5483name = "http-body"
5484version = "1.0.1"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5487dependencies = [
5488 "bytes 1.7.2",
5489 "http 1.1.0",
5490]
5491
5492[[package]]
5493name = "http-body-util"
5494version = "0.1.2"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5497dependencies = [
5498 "bytes 1.7.2",
5499 "futures-util",
5500 "http 1.1.0",
5501 "http-body 1.0.1",
5502 "pin-project-lite",
5503]
5504
5505[[package]]
5506name = "http-range-header"
5507version = "0.3.1"
5508source = "registry+https://github.com/rust-lang/crates.io-index"
5509checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5510
5511[[package]]
5512name = "http-types"
5513version = "2.12.0"
5514source = "registry+https://github.com/rust-lang/crates.io-index"
5515checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5516dependencies = [
5517 "anyhow",
5518 "async-channel 1.9.0",
5519 "base64 0.13.1",
5520 "futures-lite 1.13.0",
5521 "http 0.2.12",
5522 "infer",
5523 "pin-project-lite",
5524 "rand 0.7.3",
5525 "serde",
5526 "serde_json",
5527 "serde_qs 0.8.5",
5528 "serde_urlencoded",
5529 "url",
5530]
5531
5532[[package]]
5533name = "http_client"
5534version = "0.1.0"
5535dependencies = [
5536 "anyhow",
5537 "bytes 1.7.2",
5538 "derive_more",
5539 "futures 0.3.30",
5540 "http 1.1.0",
5541 "log",
5542 "serde",
5543 "serde_json",
5544 "url",
5545]
5546
5547[[package]]
5548name = "httparse"
5549version = "1.9.4"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
5552
5553[[package]]
5554name = "httpdate"
5555version = "1.0.3"
5556source = "registry+https://github.com/rust-lang/crates.io-index"
5557checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5558
5559[[package]]
5560name = "human_bytes"
5561version = "0.4.3"
5562source = "registry+https://github.com/rust-lang/crates.io-index"
5563checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5564
5565[[package]]
5566name = "humantime"
5567version = "2.1.0"
5568source = "registry+https://github.com/rust-lang/crates.io-index"
5569checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5570
5571[[package]]
5572name = "hyper"
5573version = "0.14.30"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
5576dependencies = [
5577 "bytes 1.7.2",
5578 "futures-channel",
5579 "futures-core",
5580 "futures-util",
5581 "h2 0.3.26",
5582 "http 0.2.12",
5583 "http-body 0.4.6",
5584 "httparse",
5585 "httpdate",
5586 "itoa",
5587 "pin-project-lite",
5588 "socket2 0.5.7",
5589 "tokio",
5590 "tower-service",
5591 "tracing",
5592 "want",
5593]
5594
5595[[package]]
5596name = "hyper"
5597version = "1.4.1"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
5600dependencies = [
5601 "bytes 1.7.2",
5602 "futures-channel",
5603 "futures-util",
5604 "h2 0.4.6",
5605 "http 1.1.0",
5606 "http-body 1.0.1",
5607 "httparse",
5608 "itoa",
5609 "pin-project-lite",
5610 "smallvec",
5611 "tokio",
5612 "want",
5613]
5614
5615[[package]]
5616name = "hyper-rustls"
5617version = "0.24.2"
5618source = "registry+https://github.com/rust-lang/crates.io-index"
5619checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5620dependencies = [
5621 "futures-util",
5622 "http 0.2.12",
5623 "hyper 0.14.30",
5624 "log",
5625 "rustls 0.21.12",
5626 "rustls-native-certs 0.6.3",
5627 "tokio",
5628 "tokio-rustls 0.24.1",
5629]
5630
5631[[package]]
5632name = "hyper-rustls"
5633version = "0.27.3"
5634source = "registry+https://github.com/rust-lang/crates.io-index"
5635checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5636dependencies = [
5637 "futures-util",
5638 "http 1.1.0",
5639 "hyper 1.4.1",
5640 "hyper-util",
5641 "rustls 0.23.13",
5642 "rustls-native-certs 0.8.0",
5643 "rustls-pki-types",
5644 "tokio",
5645 "tokio-rustls 0.26.0",
5646 "tower-service",
5647]
5648
5649[[package]]
5650name = "hyper-tls"
5651version = "0.5.0"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5654dependencies = [
5655 "bytes 1.7.2",
5656 "hyper 0.14.30",
5657 "native-tls",
5658 "tokio",
5659 "tokio-native-tls",
5660]
5661
5662[[package]]
5663name = "hyper-util"
5664version = "0.1.9"
5665source = "registry+https://github.com/rust-lang/crates.io-index"
5666checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
5667dependencies = [
5668 "bytes 1.7.2",
5669 "futures-channel",
5670 "futures-util",
5671 "http 1.1.0",
5672 "http-body 1.0.1",
5673 "hyper 1.4.1",
5674 "pin-project-lite",
5675 "socket2 0.5.7",
5676 "tokio",
5677 "tower-service",
5678 "tracing",
5679]
5680
5681[[package]]
5682name = "iana-time-zone"
5683version = "0.1.60"
5684source = "registry+https://github.com/rust-lang/crates.io-index"
5685checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
5686dependencies = [
5687 "android_system_properties",
5688 "core-foundation-sys",
5689 "iana-time-zone-haiku",
5690 "js-sys",
5691 "wasm-bindgen",
5692 "windows-core 0.52.0",
5693]
5694
5695[[package]]
5696name = "iana-time-zone-haiku"
5697version = "0.1.2"
5698source = "registry+https://github.com/rust-lang/crates.io-index"
5699checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5700dependencies = [
5701 "cc",
5702]
5703
5704[[package]]
5705name = "id-arena"
5706version = "2.2.1"
5707source = "registry+https://github.com/rust-lang/crates.io-index"
5708checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5709
5710[[package]]
5711name = "idna"
5712version = "0.5.0"
5713source = "registry+https://github.com/rust-lang/crates.io-index"
5714checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5715dependencies = [
5716 "unicode-bidi",
5717 "unicode-normalization",
5718]
5719
5720[[package]]
5721name = "ignore"
5722version = "0.4.23"
5723source = "registry+https://github.com/rust-lang/crates.io-index"
5724checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
5725dependencies = [
5726 "crossbeam-deque",
5727 "globset",
5728 "log",
5729 "memchr",
5730 "regex-automata 0.4.7",
5731 "same-file",
5732 "walkdir",
5733 "winapi-util",
5734]
5735
5736[[package]]
5737name = "image"
5738version = "0.25.2"
5739source = "registry+https://github.com/rust-lang/crates.io-index"
5740checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
5741dependencies = [
5742 "bytemuck",
5743 "byteorder-lite",
5744 "color_quant",
5745 "exr",
5746 "gif",
5747 "image-webp",
5748 "num-traits",
5749 "png",
5750 "qoi",
5751 "ravif",
5752 "rayon",
5753 "rgb",
5754 "tiff",
5755 "zune-core",
5756 "zune-jpeg",
5757]
5758
5759[[package]]
5760name = "image-webp"
5761version = "0.1.3"
5762source = "registry+https://github.com/rust-lang/crates.io-index"
5763checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
5764dependencies = [
5765 "byteorder-lite",
5766 "quick-error",
5767]
5768
5769[[package]]
5770name = "image_viewer"
5771version = "0.1.0"
5772dependencies = [
5773 "anyhow",
5774 "db",
5775 "file_icons",
5776 "gpui",
5777 "project",
5778 "settings",
5779 "ui",
5780 "workspace",
5781]
5782
5783[[package]]
5784name = "imagesize"
5785version = "0.12.0"
5786source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
5788
5789[[package]]
5790name = "imgref"
5791version = "1.10.1"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
5794
5795[[package]]
5796name = "indexed_docs"
5797version = "0.1.0"
5798dependencies = [
5799 "anyhow",
5800 "async-trait",
5801 "cargo_metadata",
5802 "collections",
5803 "derive_more",
5804 "fs",
5805 "futures 0.3.30",
5806 "fuzzy",
5807 "gpui",
5808 "heed",
5809 "html_to_markdown",
5810 "http_client",
5811 "indexmap 1.9.3",
5812 "indoc",
5813 "parking_lot",
5814 "paths",
5815 "pretty_assertions",
5816 "serde",
5817 "strum 0.25.0",
5818 "util",
5819]
5820
5821[[package]]
5822name = "indexmap"
5823version = "1.9.3"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
5826dependencies = [
5827 "autocfg",
5828 "hashbrown 0.12.3",
5829 "serde",
5830]
5831
5832[[package]]
5833name = "indexmap"
5834version = "2.4.0"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
5837dependencies = [
5838 "equivalent",
5839 "hashbrown 0.14.5",
5840 "serde",
5841]
5842
5843[[package]]
5844name = "indoc"
5845version = "2.0.5"
5846source = "registry+https://github.com/rust-lang/crates.io-index"
5847checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
5848
5849[[package]]
5850name = "infer"
5851version = "0.2.3"
5852source = "registry+https://github.com/rust-lang/crates.io-index"
5853checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
5854
5855[[package]]
5856name = "inherent"
5857version = "1.0.11"
5858source = "registry+https://github.com/rust-lang/crates.io-index"
5859checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
5860dependencies = [
5861 "proc-macro2",
5862 "quote",
5863 "syn 2.0.76",
5864]
5865
5866[[package]]
5867name = "inline_completion_button"
5868version = "0.1.0"
5869dependencies = [
5870 "anyhow",
5871 "copilot",
5872 "editor",
5873 "fs",
5874 "futures 0.3.30",
5875 "gpui",
5876 "indoc",
5877 "language",
5878 "lsp",
5879 "paths",
5880 "project",
5881 "serde_json",
5882 "settings",
5883 "supermaven",
5884 "theme",
5885 "ui",
5886 "util",
5887 "workspace",
5888 "zed_actions",
5889]
5890
5891[[package]]
5892name = "inotify"
5893version = "0.9.6"
5894source = "registry+https://github.com/rust-lang/crates.io-index"
5895checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5896dependencies = [
5897 "bitflags 1.3.2",
5898 "inotify-sys",
5899 "libc",
5900]
5901
5902[[package]]
5903name = "inotify-sys"
5904version = "0.1.5"
5905source = "registry+https://github.com/rust-lang/crates.io-index"
5906checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5907dependencies = [
5908 "libc",
5909]
5910
5911[[package]]
5912name = "inout"
5913version = "0.1.3"
5914source = "registry+https://github.com/rust-lang/crates.io-index"
5915checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
5916dependencies = [
5917 "block-padding",
5918 "generic-array",
5919]
5920
5921[[package]]
5922name = "install_cli"
5923version = "0.1.0"
5924dependencies = [
5925 "anyhow",
5926 "gpui",
5927 "smol",
5928 "util",
5929]
5930
5931[[package]]
5932name = "instant"
5933version = "0.1.13"
5934source = "registry+https://github.com/rust-lang/crates.io-index"
5935checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
5936dependencies = [
5937 "cfg-if",
5938]
5939
5940[[package]]
5941name = "interpolate_name"
5942version = "0.2.4"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
5945dependencies = [
5946 "proc-macro2",
5947 "quote",
5948 "syn 2.0.76",
5949]
5950
5951[[package]]
5952name = "io-extras"
5953version = "0.18.2"
5954source = "registry+https://github.com/rust-lang/crates.io-index"
5955checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
5956dependencies = [
5957 "io-lifetimes 2.0.3",
5958 "windows-sys 0.52.0",
5959]
5960
5961[[package]]
5962name = "io-lifetimes"
5963version = "1.0.11"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
5966dependencies = [
5967 "hermit-abi 0.3.9",
5968 "libc",
5969 "windows-sys 0.48.0",
5970]
5971
5972[[package]]
5973name = "io-lifetimes"
5974version = "2.0.3"
5975source = "registry+https://github.com/rust-lang/crates.io-index"
5976checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
5977
5978[[package]]
5979name = "iovec"
5980version = "0.1.4"
5981source = "registry+https://github.com/rust-lang/crates.io-index"
5982checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
5983dependencies = [
5984 "libc",
5985]
5986
5987[[package]]
5988name = "ipc-channel"
5989version = "0.18.3"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "c7f4c80f2df4fc64fb7fc2cff69fc034af26e6e6617ea9f1313131af464b9ca0"
5992dependencies = [
5993 "bincode",
5994 "crossbeam-channel",
5995 "fnv",
5996 "lazy_static",
5997 "libc",
5998 "mio 1.0.2",
5999 "rand 0.8.5",
6000 "serde",
6001 "tempfile",
6002 "uuid",
6003 "windows 0.58.0",
6004]
6005
6006[[package]]
6007name = "ipnet"
6008version = "2.9.0"
6009source = "registry+https://github.com/rust-lang/crates.io-index"
6010checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
6011
6012[[package]]
6013name = "is-docker"
6014version = "0.2.0"
6015source = "registry+https://github.com/rust-lang/crates.io-index"
6016checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6017dependencies = [
6018 "once_cell",
6019]
6020
6021[[package]]
6022name = "is-terminal"
6023version = "0.4.13"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6026dependencies = [
6027 "hermit-abi 0.4.0",
6028 "libc",
6029 "windows-sys 0.52.0",
6030]
6031
6032[[package]]
6033name = "is-wsl"
6034version = "0.4.0"
6035source = "registry+https://github.com/rust-lang/crates.io-index"
6036checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6037dependencies = [
6038 "is-docker",
6039 "once_cell",
6040]
6041
6042[[package]]
6043name = "is_terminal_polyfill"
6044version = "1.70.1"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6047
6048[[package]]
6049name = "itertools"
6050version = "0.10.5"
6051source = "registry+https://github.com/rust-lang/crates.io-index"
6052checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6053dependencies = [
6054 "either",
6055]
6056
6057[[package]]
6058name = "itertools"
6059version = "0.12.1"
6060source = "registry+https://github.com/rust-lang/crates.io-index"
6061checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6062dependencies = [
6063 "either",
6064]
6065
6066[[package]]
6067name = "itertools"
6068version = "0.13.0"
6069source = "registry+https://github.com/rust-lang/crates.io-index"
6070checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6071dependencies = [
6072 "either",
6073]
6074
6075[[package]]
6076name = "itoa"
6077version = "1.0.11"
6078source = "registry+https://github.com/rust-lang/crates.io-index"
6079checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
6080
6081[[package]]
6082name = "jni"
6083version = "0.21.1"
6084source = "registry+https://github.com/rust-lang/crates.io-index"
6085checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6086dependencies = [
6087 "cesu8",
6088 "cfg-if",
6089 "combine",
6090 "jni-sys",
6091 "log",
6092 "thiserror",
6093 "walkdir",
6094 "windows-sys 0.45.0",
6095]
6096
6097[[package]]
6098name = "jni-sys"
6099version = "0.3.0"
6100source = "registry+https://github.com/rust-lang/crates.io-index"
6101checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6102
6103[[package]]
6104name = "jobserver"
6105version = "0.1.32"
6106source = "registry+https://github.com/rust-lang/crates.io-index"
6107checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6108dependencies = [
6109 "libc",
6110]
6111
6112[[package]]
6113name = "journal"
6114version = "0.1.0"
6115dependencies = [
6116 "anyhow",
6117 "chrono",
6118 "editor",
6119 "gpui",
6120 "log",
6121 "schemars",
6122 "serde",
6123 "settings",
6124 "shellexpand 2.1.2",
6125 "workspace",
6126]
6127
6128[[package]]
6129name = "jpeg-decoder"
6130version = "0.3.1"
6131source = "registry+https://github.com/rust-lang/crates.io-index"
6132checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6133
6134[[package]]
6135name = "js-sys"
6136version = "0.3.70"
6137source = "registry+https://github.com/rust-lang/crates.io-index"
6138checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
6139dependencies = [
6140 "wasm-bindgen",
6141]
6142
6143[[package]]
6144name = "jsonwebtoken"
6145version = "9.3.0"
6146source = "registry+https://github.com/rust-lang/crates.io-index"
6147checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6148dependencies = [
6149 "base64 0.21.7",
6150 "js-sys",
6151 "pem",
6152 "ring 0.17.8",
6153 "serde",
6154 "serde_json",
6155 "simple_asn1",
6156]
6157
6158[[package]]
6159name = "jupyter-serde"
6160version = "0.2.0"
6161source = "registry+https://github.com/rust-lang/crates.io-index"
6162checksum = "0a444fb3f87ee6885eb316028cc998c7d84811663ef95d78c419419423d5a054"
6163dependencies = [
6164 "anyhow",
6165 "chrono",
6166 "serde",
6167 "serde_json",
6168 "thiserror",
6169 "uuid",
6170]
6171
6172[[package]]
6173name = "khronos-egl"
6174version = "6.0.0"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6177dependencies = [
6178 "libc",
6179 "libloading",
6180]
6181
6182[[package]]
6183name = "kqueue"
6184version = "1.0.8"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6187dependencies = [
6188 "kqueue-sys",
6189 "libc",
6190]
6191
6192[[package]]
6193name = "kqueue-sys"
6194version = "1.0.4"
6195source = "registry+https://github.com/rust-lang/crates.io-index"
6196checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6197dependencies = [
6198 "bitflags 1.3.2",
6199 "libc",
6200]
6201
6202[[package]]
6203name = "kurbo"
6204version = "0.11.0"
6205source = "registry+https://github.com/rust-lang/crates.io-index"
6206checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
6207dependencies = [
6208 "arrayvec",
6209 "smallvec",
6210]
6211
6212[[package]]
6213name = "kv-log-macro"
6214version = "1.0.7"
6215source = "registry+https://github.com/rust-lang/crates.io-index"
6216checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6217dependencies = [
6218 "log",
6219]
6220
6221[[package]]
6222name = "language"
6223version = "0.1.0"
6224dependencies = [
6225 "anyhow",
6226 "async-trait",
6227 "async-watch",
6228 "clock",
6229 "collections",
6230 "ctor",
6231 "ec4rs",
6232 "env_logger 0.11.5",
6233 "futures 0.3.30",
6234 "fuzzy",
6235 "git",
6236 "globset",
6237 "gpui",
6238 "http_client",
6239 "indoc",
6240 "itertools 0.13.0",
6241 "log",
6242 "lsp",
6243 "parking_lot",
6244 "postage",
6245 "pretty_assertions",
6246 "pulldown-cmark 0.12.1",
6247 "rand 0.8.5",
6248 "regex",
6249 "rpc",
6250 "schemars",
6251 "serde",
6252 "serde_json",
6253 "settings",
6254 "similar",
6255 "smallvec",
6256 "smol",
6257 "strsim",
6258 "sum_tree",
6259 "task",
6260 "text",
6261 "theme",
6262 "tree-sitter",
6263 "tree-sitter-elixir",
6264 "tree-sitter-embedded-template",
6265 "tree-sitter-heex",
6266 "tree-sitter-html",
6267 "tree-sitter-json",
6268 "tree-sitter-md",
6269 "tree-sitter-ruby",
6270 "tree-sitter-rust",
6271 "tree-sitter-typescript",
6272 "unicase",
6273 "unindent",
6274 "util",
6275]
6276
6277[[package]]
6278name = "language_model"
6279version = "0.1.0"
6280dependencies = [
6281 "anthropic",
6282 "anyhow",
6283 "base64 0.22.1",
6284 "client",
6285 "collections",
6286 "copilot",
6287 "ctor",
6288 "editor",
6289 "env_logger 0.11.5",
6290 "feature_flags",
6291 "futures 0.3.30",
6292 "google_ai",
6293 "gpui",
6294 "http_client",
6295 "image",
6296 "inline_completion_button",
6297 "language",
6298 "log",
6299 "menu",
6300 "ollama",
6301 "open_ai",
6302 "parking_lot",
6303 "project",
6304 "proto",
6305 "rand 0.8.5",
6306 "schemars",
6307 "serde",
6308 "serde_json",
6309 "settings",
6310 "smol",
6311 "strum 0.25.0",
6312 "text",
6313 "theme",
6314 "thiserror",
6315 "tiktoken-rs",
6316 "ui",
6317 "unindent",
6318 "util",
6319]
6320
6321[[package]]
6322name = "language_selector"
6323version = "0.1.0"
6324dependencies = [
6325 "anyhow",
6326 "editor",
6327 "fuzzy",
6328 "gpui",
6329 "language",
6330 "picker",
6331 "project",
6332 "ui",
6333 "util",
6334 "workspace",
6335]
6336
6337[[package]]
6338name = "language_tools"
6339version = "0.1.0"
6340dependencies = [
6341 "anyhow",
6342 "client",
6343 "collections",
6344 "copilot",
6345 "editor",
6346 "env_logger 0.11.5",
6347 "futures 0.3.30",
6348 "gpui",
6349 "language",
6350 "lsp",
6351 "project",
6352 "release_channel",
6353 "serde_json",
6354 "settings",
6355 "theme",
6356 "tree-sitter",
6357 "ui",
6358 "util",
6359 "workspace",
6360]
6361
6362[[package]]
6363name = "languages"
6364version = "0.1.0"
6365dependencies = [
6366 "anyhow",
6367 "async-compression",
6368 "async-tar",
6369 "async-trait",
6370 "collections",
6371 "feature_flags",
6372 "futures 0.3.30",
6373 "gpui",
6374 "http_client",
6375 "language",
6376 "log",
6377 "lsp",
6378 "node_runtime",
6379 "paths",
6380 "pet",
6381 "pet-conda",
6382 "pet-core",
6383 "pet-poetry",
6384 "pet-reporter",
6385 "project",
6386 "regex",
6387 "rope",
6388 "rust-embed",
6389 "serde",
6390 "serde_json",
6391 "settings",
6392 "smol",
6393 "task",
6394 "text",
6395 "theme",
6396 "toml 0.8.19",
6397 "tree-sitter",
6398 "tree-sitter-bash",
6399 "tree-sitter-c",
6400 "tree-sitter-cpp",
6401 "tree-sitter-css",
6402 "tree-sitter-diff",
6403 "tree-sitter-go",
6404 "tree-sitter-gomod",
6405 "tree-sitter-gowork",
6406 "tree-sitter-jsdoc",
6407 "tree-sitter-json",
6408 "tree-sitter-md",
6409 "tree-sitter-python",
6410 "tree-sitter-regex",
6411 "tree-sitter-rust",
6412 "tree-sitter-typescript",
6413 "tree-sitter-yaml",
6414 "unindent",
6415 "util",
6416 "workspace",
6417]
6418
6419[[package]]
6420name = "lazy_static"
6421version = "1.5.0"
6422source = "registry+https://github.com/rust-lang/crates.io-index"
6423checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6424dependencies = [
6425 "spin 0.9.8",
6426]
6427
6428[[package]]
6429name = "lazycell"
6430version = "1.3.0"
6431source = "registry+https://github.com/rust-lang/crates.io-index"
6432checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
6433
6434[[package]]
6435name = "leb128"
6436version = "0.2.5"
6437source = "registry+https://github.com/rust-lang/crates.io-index"
6438checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6439
6440[[package]]
6441name = "lebe"
6442version = "0.5.2"
6443source = "registry+https://github.com/rust-lang/crates.io-index"
6444checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6445
6446[[package]]
6447name = "libc"
6448version = "0.2.159"
6449source = "registry+https://github.com/rust-lang/crates.io-index"
6450checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
6451
6452[[package]]
6453name = "libdbus-sys"
6454version = "0.2.5"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6457dependencies = [
6458 "cc",
6459 "pkg-config",
6460]
6461
6462[[package]]
6463name = "libfuzzer-sys"
6464version = "0.4.7"
6465source = "registry+https://github.com/rust-lang/crates.io-index"
6466checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
6467dependencies = [
6468 "arbitrary",
6469 "cc",
6470 "once_cell",
6471]
6472
6473[[package]]
6474name = "libgit2-sys"
6475version = "0.17.0+1.8.1"
6476source = "registry+https://github.com/rust-lang/crates.io-index"
6477checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6478dependencies = [
6479 "cc",
6480 "libc",
6481 "libz-sys",
6482 "pkg-config",
6483]
6484
6485[[package]]
6486name = "libloading"
6487version = "0.8.5"
6488source = "registry+https://github.com/rust-lang/crates.io-index"
6489checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
6490dependencies = [
6491 "cfg-if",
6492 "windows-targets 0.52.6",
6493]
6494
6495[[package]]
6496name = "libm"
6497version = "0.2.8"
6498source = "registry+https://github.com/rust-lang/crates.io-index"
6499checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
6500
6501[[package]]
6502name = "libmimalloc-sys"
6503version = "0.1.39"
6504source = "registry+https://github.com/rust-lang/crates.io-index"
6505checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6506dependencies = [
6507 "cc",
6508 "libc",
6509]
6510
6511[[package]]
6512name = "libredox"
6513version = "0.1.3"
6514source = "registry+https://github.com/rust-lang/crates.io-index"
6515checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6516dependencies = [
6517 "bitflags 2.6.0",
6518 "libc",
6519 "redox_syscall 0.5.3",
6520]
6521
6522[[package]]
6523name = "libsqlite3-sys"
6524version = "0.28.0"
6525source = "registry+https://github.com/rust-lang/crates.io-index"
6526checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
6527dependencies = [
6528 "cc",
6529 "pkg-config",
6530 "vcpkg",
6531]
6532
6533[[package]]
6534name = "libz-sys"
6535version = "1.1.20"
6536source = "registry+https://github.com/rust-lang/crates.io-index"
6537checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6538dependencies = [
6539 "cc",
6540 "libc",
6541 "pkg-config",
6542 "vcpkg",
6543]
6544
6545[[package]]
6546name = "linkify"
6547version = "0.10.0"
6548source = "registry+https://github.com/rust-lang/crates.io-index"
6549checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
6550dependencies = [
6551 "memchr",
6552]
6553
6554[[package]]
6555name = "linkme"
6556version = "0.3.28"
6557source = "registry+https://github.com/rust-lang/crates.io-index"
6558checksum = "3c943daedff228392b791b33bba32e75737756e80a613e32e246c6ce9cbab20a"
6559dependencies = [
6560 "linkme-impl",
6561]
6562
6563[[package]]
6564name = "linkme-impl"
6565version = "0.3.28"
6566source = "registry+https://github.com/rust-lang/crates.io-index"
6567checksum = "cb26336e6dc7cc76e7927d2c9e7e3bb376d7af65a6f56a0b16c47d18a9b1abc5"
6568dependencies = [
6569 "proc-macro2",
6570 "quote",
6571 "syn 2.0.76",
6572]
6573
6574[[package]]
6575name = "linux-raw-sys"
6576version = "0.3.8"
6577source = "registry+https://github.com/rust-lang/crates.io-index"
6578checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6579
6580[[package]]
6581name = "linux-raw-sys"
6582version = "0.4.14"
6583source = "registry+https://github.com/rust-lang/crates.io-index"
6584checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
6585
6586[[package]]
6587name = "live_kit_client"
6588version = "0.1.0"
6589dependencies = [
6590 "anyhow",
6591 "async-broadcast",
6592 "async-trait",
6593 "collections",
6594 "core-foundation 0.9.4",
6595 "futures 0.3.30",
6596 "gpui",
6597 "live_kit_server",
6598 "log",
6599 "media",
6600 "nanoid",
6601 "parking_lot",
6602 "postage",
6603 "serde",
6604 "serde_json",
6605 "sha2",
6606 "simplelog",
6607]
6608
6609[[package]]
6610name = "live_kit_server"
6611version = "0.1.0"
6612dependencies = [
6613 "anyhow",
6614 "async-trait",
6615 "jsonwebtoken",
6616 "log",
6617 "prost",
6618 "prost-build",
6619 "prost-types",
6620 "reqwest 0.12.8",
6621 "serde",
6622]
6623
6624[[package]]
6625name = "lmdb-master-sys"
6626version = "0.2.4"
6627source = "registry+https://github.com/rust-lang/crates.io-index"
6628checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6629dependencies = [
6630 "cc",
6631 "doxygen-rs",
6632 "libc",
6633]
6634
6635[[package]]
6636name = "lock_api"
6637version = "0.4.12"
6638source = "registry+https://github.com/rust-lang/crates.io-index"
6639checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6640dependencies = [
6641 "autocfg",
6642 "scopeguard",
6643]
6644
6645[[package]]
6646name = "log"
6647version = "0.4.22"
6648source = "registry+https://github.com/rust-lang/crates.io-index"
6649checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6650dependencies = [
6651 "serde",
6652 "value-bag",
6653]
6654
6655[[package]]
6656name = "loop9"
6657version = "0.1.5"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6660dependencies = [
6661 "imgref",
6662]
6663
6664[[package]]
6665name = "lru"
6666version = "0.12.4"
6667source = "registry+https://github.com/rust-lang/crates.io-index"
6668checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6669dependencies = [
6670 "hashbrown 0.14.5",
6671]
6672
6673[[package]]
6674name = "lsp"
6675version = "0.1.0"
6676dependencies = [
6677 "anyhow",
6678 "async-pipe",
6679 "collections",
6680 "ctor",
6681 "env_logger 0.11.5",
6682 "futures 0.3.30",
6683 "gpui",
6684 "log",
6685 "lsp-types",
6686 "parking_lot",
6687 "postage",
6688 "release_channel",
6689 "serde",
6690 "serde_json",
6691 "smol",
6692 "util",
6693 "windows 0.58.0",
6694]
6695
6696[[package]]
6697name = "lsp-types"
6698version = "0.95.1"
6699source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
6700dependencies = [
6701 "bitflags 1.3.2",
6702 "serde",
6703 "serde_json",
6704 "serde_repr",
6705 "url",
6706]
6707
6708[[package]]
6709name = "lz4"
6710version = "1.26.0"
6711source = "registry+https://github.com/rust-lang/crates.io-index"
6712checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
6713dependencies = [
6714 "libc",
6715 "lz4-sys",
6716]
6717
6718[[package]]
6719name = "lz4-sys"
6720version = "1.10.0"
6721source = "registry+https://github.com/rust-lang/crates.io-index"
6722checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
6723dependencies = [
6724 "cc",
6725 "libc",
6726]
6727
6728[[package]]
6729name = "mac"
6730version = "0.1.1"
6731source = "registry+https://github.com/rust-lang/crates.io-index"
6732checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6733
6734[[package]]
6735name = "mach2"
6736version = "0.4.2"
6737source = "registry+https://github.com/rust-lang/crates.io-index"
6738checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
6739dependencies = [
6740 "libc",
6741]
6742
6743[[package]]
6744name = "malloc_buf"
6745version = "0.0.6"
6746source = "registry+https://github.com/rust-lang/crates.io-index"
6747checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6748dependencies = [
6749 "libc",
6750]
6751
6752[[package]]
6753name = "maplit"
6754version = "1.0.2"
6755source = "registry+https://github.com/rust-lang/crates.io-index"
6756checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
6757
6758[[package]]
6759name = "markdown"
6760version = "0.1.0"
6761dependencies = [
6762 "anyhow",
6763 "assets",
6764 "env_logger 0.11.5",
6765 "futures 0.3.30",
6766 "gpui",
6767 "language",
6768 "languages",
6769 "linkify",
6770 "log",
6771 "node_runtime",
6772 "pulldown-cmark 0.12.1",
6773 "settings",
6774 "theme",
6775 "ui",
6776 "util",
6777]
6778
6779[[package]]
6780name = "markdown_preview"
6781version = "0.1.0"
6782dependencies = [
6783 "anyhow",
6784 "async-recursion 1.1.1",
6785 "collections",
6786 "editor",
6787 "gpui",
6788 "language",
6789 "linkify",
6790 "log",
6791 "pretty_assertions",
6792 "pulldown-cmark 0.12.1",
6793 "settings",
6794 "theme",
6795 "ui",
6796 "workspace",
6797]
6798
6799[[package]]
6800name = "markup5ever"
6801version = "0.12.1"
6802source = "registry+https://github.com/rust-lang/crates.io-index"
6803checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
6804dependencies = [
6805 "log",
6806 "phf",
6807 "phf_codegen",
6808 "string_cache",
6809 "string_cache_codegen",
6810 "tendril",
6811]
6812
6813[[package]]
6814name = "markup5ever_rcdom"
6815version = "0.3.0"
6816source = "registry+https://github.com/rust-lang/crates.io-index"
6817checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
6818dependencies = [
6819 "html5ever",
6820 "markup5ever",
6821 "tendril",
6822 "xml5ever",
6823]
6824
6825[[package]]
6826name = "matchers"
6827version = "0.1.0"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6830dependencies = [
6831 "regex-automata 0.1.10",
6832]
6833
6834[[package]]
6835name = "matchit"
6836version = "0.7.3"
6837source = "registry+https://github.com/rust-lang/crates.io-index"
6838checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6839
6840[[package]]
6841name = "maybe-owned"
6842version = "0.3.4"
6843source = "registry+https://github.com/rust-lang/crates.io-index"
6844checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6845
6846[[package]]
6847name = "maybe-rayon"
6848version = "0.1.1"
6849source = "registry+https://github.com/rust-lang/crates.io-index"
6850checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
6851dependencies = [
6852 "cfg-if",
6853]
6854
6855[[package]]
6856name = "md-5"
6857version = "0.10.6"
6858source = "registry+https://github.com/rust-lang/crates.io-index"
6859checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
6860dependencies = [
6861 "cfg-if",
6862 "digest",
6863]
6864
6865[[package]]
6866name = "mdbook"
6867version = "0.4.40"
6868source = "registry+https://github.com/rust-lang/crates.io-index"
6869checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
6870dependencies = [
6871 "ammonia",
6872 "anyhow",
6873 "chrono",
6874 "clap",
6875 "clap_complete",
6876 "elasticlunr-rs",
6877 "env_logger 0.11.5",
6878 "futures-util",
6879 "handlebars 5.1.2",
6880 "ignore",
6881 "log",
6882 "memchr",
6883 "notify",
6884 "notify-debouncer-mini",
6885 "once_cell",
6886 "opener",
6887 "pathdiff",
6888 "pulldown-cmark 0.10.3",
6889 "regex",
6890 "serde",
6891 "serde_json",
6892 "shlex",
6893 "tempfile",
6894 "tokio",
6895 "toml 0.5.11",
6896 "topological-sort",
6897 "walkdir",
6898 "warp",
6899]
6900
6901[[package]]
6902name = "media"
6903version = "0.1.0"
6904dependencies = [
6905 "anyhow",
6906 "bindgen 0.70.1",
6907 "core-foundation 0.9.4",
6908 "foreign-types 0.5.0",
6909 "metal",
6910 "objc",
6911]
6912
6913[[package]]
6914name = "memchr"
6915version = "2.7.4"
6916source = "registry+https://github.com/rust-lang/crates.io-index"
6917checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
6918
6919[[package]]
6920name = "memfd"
6921version = "0.6.4"
6922source = "registry+https://github.com/rust-lang/crates.io-index"
6923checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6924dependencies = [
6925 "rustix 0.38.35",
6926]
6927
6928[[package]]
6929name = "memmap2"
6930version = "0.9.4"
6931source = "registry+https://github.com/rust-lang/crates.io-index"
6932checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6933dependencies = [
6934 "libc",
6935]
6936
6937[[package]]
6938name = "memoffset"
6939version = "0.9.1"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
6942dependencies = [
6943 "autocfg",
6944]
6945
6946[[package]]
6947name = "menu"
6948version = "0.1.0"
6949dependencies = [
6950 "gpui",
6951 "serde",
6952]
6953
6954[[package]]
6955name = "metal"
6956version = "0.29.0"
6957source = "registry+https://github.com/rust-lang/crates.io-index"
6958checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
6959dependencies = [
6960 "bitflags 2.6.0",
6961 "block",
6962 "core-graphics-types 0.1.3",
6963 "foreign-types 0.5.0",
6964 "log",
6965 "objc",
6966 "paste",
6967]
6968
6969[[package]]
6970name = "mimalloc"
6971version = "0.1.43"
6972source = "registry+https://github.com/rust-lang/crates.io-index"
6973checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
6974dependencies = [
6975 "libmimalloc-sys",
6976]
6977
6978[[package]]
6979name = "mime"
6980version = "0.3.17"
6981source = "registry+https://github.com/rust-lang/crates.io-index"
6982checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
6983
6984[[package]]
6985name = "mime_guess"
6986version = "2.0.5"
6987source = "registry+https://github.com/rust-lang/crates.io-index"
6988checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
6989dependencies = [
6990 "mime",
6991 "unicase",
6992]
6993
6994[[package]]
6995name = "minimal-lexical"
6996version = "0.2.1"
6997source = "registry+https://github.com/rust-lang/crates.io-index"
6998checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
6999
7000[[package]]
7001name = "miniz_oxide"
7002version = "0.7.4"
7003source = "registry+https://github.com/rust-lang/crates.io-index"
7004checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
7005dependencies = [
7006 "adler",
7007 "simd-adler32",
7008]
7009
7010[[package]]
7011name = "miniz_oxide"
7012version = "0.8.0"
7013source = "registry+https://github.com/rust-lang/crates.io-index"
7014checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7015dependencies = [
7016 "adler2",
7017]
7018
7019[[package]]
7020name = "mint"
7021version = "0.5.9"
7022source = "registry+https://github.com/rust-lang/crates.io-index"
7023checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7024
7025[[package]]
7026name = "mio"
7027version = "0.8.11"
7028source = "registry+https://github.com/rust-lang/crates.io-index"
7029checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7030dependencies = [
7031 "libc",
7032 "log",
7033 "wasi 0.11.0+wasi-snapshot-preview1",
7034 "windows-sys 0.48.0",
7035]
7036
7037[[package]]
7038name = "mio"
7039version = "1.0.2"
7040source = "registry+https://github.com/rust-lang/crates.io-index"
7041checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
7042dependencies = [
7043 "hermit-abi 0.3.9",
7044 "libc",
7045 "log",
7046 "wasi 0.11.0+wasi-snapshot-preview1",
7047 "windows-sys 0.52.0",
7048]
7049
7050[[package]]
7051name = "miow"
7052version = "0.6.0"
7053source = "registry+https://github.com/rust-lang/crates.io-index"
7054checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7055dependencies = [
7056 "windows-sys 0.48.0",
7057]
7058
7059[[package]]
7060name = "msvc_spectre_libs"
7061version = "0.1.2"
7062source = "registry+https://github.com/rust-lang/crates.io-index"
7063checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7064dependencies = [
7065 "cc",
7066]
7067
7068[[package]]
7069name = "multi_buffer"
7070version = "0.1.0"
7071dependencies = [
7072 "anyhow",
7073 "clock",
7074 "collections",
7075 "ctor",
7076 "env_logger 0.11.5",
7077 "futures 0.3.30",
7078 "gpui",
7079 "itertools 0.13.0",
7080 "language",
7081 "log",
7082 "parking_lot",
7083 "rand 0.8.5",
7084 "serde",
7085 "settings",
7086 "smallvec",
7087 "sum_tree",
7088 "text",
7089 "theme",
7090 "util",
7091]
7092
7093[[package]]
7094name = "multimap"
7095version = "0.8.3"
7096source = "registry+https://github.com/rust-lang/crates.io-index"
7097checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7098
7099[[package]]
7100name = "naga"
7101version = "22.1.0"
7102source = "registry+https://github.com/rust-lang/crates.io-index"
7103checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
7104dependencies = [
7105 "arrayvec",
7106 "bit-set 0.6.0",
7107 "bitflags 2.6.0",
7108 "cfg_aliases 0.1.1",
7109 "codespan-reporting",
7110 "hexf-parse",
7111 "indexmap 2.4.0",
7112 "log",
7113 "rustc-hash 1.1.0",
7114 "spirv",
7115 "termcolor",
7116 "thiserror",
7117 "unicode-xid",
7118]
7119
7120[[package]]
7121name = "nanoid"
7122version = "0.4.0"
7123source = "registry+https://github.com/rust-lang/crates.io-index"
7124checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7125dependencies = [
7126 "rand 0.8.5",
7127]
7128
7129[[package]]
7130name = "nanorand"
7131version = "0.7.0"
7132source = "registry+https://github.com/rust-lang/crates.io-index"
7133checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7134dependencies = [
7135 "getrandom 0.2.15",
7136]
7137
7138[[package]]
7139name = "native-tls"
7140version = "0.2.12"
7141source = "registry+https://github.com/rust-lang/crates.io-index"
7142checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7143dependencies = [
7144 "libc",
7145 "log",
7146 "openssl",
7147 "openssl-probe",
7148 "openssl-sys",
7149 "schannel",
7150 "security-framework",
7151 "security-framework-sys",
7152 "tempfile",
7153]
7154
7155[[package]]
7156name = "nbformat"
7157version = "0.3.1"
7158source = "registry+https://github.com/rust-lang/crates.io-index"
7159checksum = "146074ad45cab20f5d98ccded164826158471f21d04f96e40b9872529e10979d"
7160dependencies = [
7161 "anyhow",
7162 "chrono",
7163 "jupyter-serde",
7164 "serde",
7165 "serde_json",
7166 "thiserror",
7167 "uuid",
7168]
7169
7170[[package]]
7171name = "ndk"
7172version = "0.8.0"
7173source = "registry+https://github.com/rust-lang/crates.io-index"
7174checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7175dependencies = [
7176 "bitflags 2.6.0",
7177 "jni-sys",
7178 "log",
7179 "ndk-sys",
7180 "num_enum",
7181 "thiserror",
7182]
7183
7184[[package]]
7185name = "ndk-context"
7186version = "0.1.1"
7187source = "registry+https://github.com/rust-lang/crates.io-index"
7188checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7189
7190[[package]]
7191name = "ndk-sys"
7192version = "0.5.0+25.2.9519653"
7193source = "registry+https://github.com/rust-lang/crates.io-index"
7194checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7195dependencies = [
7196 "jni-sys",
7197]
7198
7199[[package]]
7200name = "new_debug_unreachable"
7201version = "1.0.6"
7202source = "registry+https://github.com/rust-lang/crates.io-index"
7203checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7204
7205[[package]]
7206name = "nix"
7207version = "0.29.0"
7208source = "registry+https://github.com/rust-lang/crates.io-index"
7209checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7210dependencies = [
7211 "bitflags 2.6.0",
7212 "cfg-if",
7213 "cfg_aliases 0.2.1",
7214 "libc",
7215 "memoffset",
7216]
7217
7218[[package]]
7219name = "node_runtime"
7220version = "0.1.0"
7221dependencies = [
7222 "anyhow",
7223 "async-compression",
7224 "async-std",
7225 "async-tar",
7226 "async-trait",
7227 "async-watch",
7228 "async_zip",
7229 "futures 0.3.30",
7230 "http_client",
7231 "log",
7232 "paths",
7233 "semver",
7234 "serde",
7235 "serde_json",
7236 "smol",
7237 "tempfile",
7238 "util",
7239 "walkdir",
7240 "which 6.0.3",
7241 "windows 0.58.0",
7242]
7243
7244[[package]]
7245name = "nom"
7246version = "7.1.3"
7247source = "registry+https://github.com/rust-lang/crates.io-index"
7248checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7249dependencies = [
7250 "memchr",
7251 "minimal-lexical",
7252]
7253
7254[[package]]
7255name = "noop_proc_macro"
7256version = "0.3.0"
7257source = "registry+https://github.com/rust-lang/crates.io-index"
7258checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7259
7260[[package]]
7261name = "normpath"
7262version = "1.3.0"
7263source = "registry+https://github.com/rust-lang/crates.io-index"
7264checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7265dependencies = [
7266 "windows-sys 0.59.0",
7267]
7268
7269[[package]]
7270name = "notifications"
7271version = "0.1.0"
7272dependencies = [
7273 "anyhow",
7274 "channel",
7275 "client",
7276 "collections",
7277 "db",
7278 "gpui",
7279 "rpc",
7280 "settings",
7281 "sum_tree",
7282 "time",
7283 "util",
7284]
7285
7286[[package]]
7287name = "notify"
7288version = "6.1.1"
7289source = "registry+https://github.com/rust-lang/crates.io-index"
7290checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7291dependencies = [
7292 "bitflags 2.6.0",
7293 "crossbeam-channel",
7294 "filetime",
7295 "fsevent-sys 4.1.0",
7296 "inotify",
7297 "kqueue",
7298 "libc",
7299 "log",
7300 "mio 0.8.11",
7301 "walkdir",
7302 "windows-sys 0.48.0",
7303]
7304
7305[[package]]
7306name = "notify-debouncer-mini"
7307version = "0.4.1"
7308source = "registry+https://github.com/rust-lang/crates.io-index"
7309checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7310dependencies = [
7311 "crossbeam-channel",
7312 "log",
7313 "notify",
7314]
7315
7316[[package]]
7317name = "ntapi"
7318version = "0.4.1"
7319source = "registry+https://github.com/rust-lang/crates.io-index"
7320checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7321dependencies = [
7322 "winapi",
7323]
7324
7325[[package]]
7326name = "nu-ansi-term"
7327version = "0.46.0"
7328source = "registry+https://github.com/rust-lang/crates.io-index"
7329checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7330dependencies = [
7331 "overload",
7332 "winapi",
7333]
7334
7335[[package]]
7336name = "num"
7337version = "0.4.3"
7338source = "registry+https://github.com/rust-lang/crates.io-index"
7339checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7340dependencies = [
7341 "num-bigint",
7342 "num-complex",
7343 "num-integer",
7344 "num-iter",
7345 "num-rational",
7346 "num-traits",
7347]
7348
7349[[package]]
7350name = "num-bigint"
7351version = "0.4.6"
7352source = "registry+https://github.com/rust-lang/crates.io-index"
7353checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7354dependencies = [
7355 "num-integer",
7356 "num-traits",
7357]
7358
7359[[package]]
7360name = "num-bigint-dig"
7361version = "0.8.4"
7362source = "registry+https://github.com/rust-lang/crates.io-index"
7363checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7364dependencies = [
7365 "byteorder",
7366 "lazy_static",
7367 "libm",
7368 "num-integer",
7369 "num-iter",
7370 "num-traits",
7371 "rand 0.8.5",
7372 "serde",
7373 "smallvec",
7374 "zeroize",
7375]
7376
7377[[package]]
7378name = "num-complex"
7379version = "0.4.6"
7380source = "registry+https://github.com/rust-lang/crates.io-index"
7381checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7382dependencies = [
7383 "num-traits",
7384]
7385
7386[[package]]
7387name = "num-conv"
7388version = "0.1.0"
7389source = "registry+https://github.com/rust-lang/crates.io-index"
7390checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7391
7392[[package]]
7393name = "num-derive"
7394version = "0.4.2"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7397dependencies = [
7398 "proc-macro2",
7399 "quote",
7400 "syn 2.0.76",
7401]
7402
7403[[package]]
7404name = "num-format"
7405version = "0.4.4"
7406source = "registry+https://github.com/rust-lang/crates.io-index"
7407checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7408dependencies = [
7409 "arrayvec",
7410 "itoa",
7411]
7412
7413[[package]]
7414name = "num-integer"
7415version = "0.1.46"
7416source = "registry+https://github.com/rust-lang/crates.io-index"
7417checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7418dependencies = [
7419 "num-traits",
7420]
7421
7422[[package]]
7423name = "num-iter"
7424version = "0.1.45"
7425source = "registry+https://github.com/rust-lang/crates.io-index"
7426checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7427dependencies = [
7428 "autocfg",
7429 "num-integer",
7430 "num-traits",
7431]
7432
7433[[package]]
7434name = "num-rational"
7435version = "0.4.2"
7436source = "registry+https://github.com/rust-lang/crates.io-index"
7437checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7438dependencies = [
7439 "num-bigint",
7440 "num-integer",
7441 "num-traits",
7442]
7443
7444[[package]]
7445name = "num-traits"
7446version = "0.2.19"
7447source = "registry+https://github.com/rust-lang/crates.io-index"
7448checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7449dependencies = [
7450 "autocfg",
7451 "libm",
7452]
7453
7454[[package]]
7455name = "num_cpus"
7456version = "1.16.0"
7457source = "registry+https://github.com/rust-lang/crates.io-index"
7458checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7459dependencies = [
7460 "hermit-abi 0.3.9",
7461 "libc",
7462]
7463
7464[[package]]
7465name = "num_enum"
7466version = "0.7.3"
7467source = "registry+https://github.com/rust-lang/crates.io-index"
7468checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7469dependencies = [
7470 "num_enum_derive",
7471]
7472
7473[[package]]
7474name = "num_enum_derive"
7475version = "0.7.3"
7476source = "registry+https://github.com/rust-lang/crates.io-index"
7477checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7478dependencies = [
7479 "proc-macro-crate",
7480 "proc-macro2",
7481 "quote",
7482 "syn 2.0.76",
7483]
7484
7485[[package]]
7486name = "num_threads"
7487version = "0.1.7"
7488source = "registry+https://github.com/rust-lang/crates.io-index"
7489checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7490dependencies = [
7491 "libc",
7492]
7493
7494[[package]]
7495name = "nvim-rs"
7496version = "0.8.0-pre"
7497source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7498dependencies = [
7499 "async-trait",
7500 "futures 0.3.30",
7501 "log",
7502 "parity-tokio-ipc",
7503 "rmp",
7504 "rmpv",
7505 "tokio",
7506 "tokio-util",
7507 "winapi",
7508]
7509
7510[[package]]
7511name = "objc"
7512version = "0.2.7"
7513source = "registry+https://github.com/rust-lang/crates.io-index"
7514checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7515dependencies = [
7516 "malloc_buf",
7517]
7518
7519[[package]]
7520name = "object"
7521version = "0.36.4"
7522source = "registry+https://github.com/rust-lang/crates.io-index"
7523checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
7524dependencies = [
7525 "crc32fast",
7526 "hashbrown 0.14.5",
7527 "indexmap 2.4.0",
7528 "memchr",
7529]
7530
7531[[package]]
7532name = "oboe"
7533version = "0.6.1"
7534source = "registry+https://github.com/rust-lang/crates.io-index"
7535checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7536dependencies = [
7537 "jni",
7538 "ndk",
7539 "ndk-context",
7540 "num-derive",
7541 "num-traits",
7542 "oboe-sys",
7543]
7544
7545[[package]]
7546name = "oboe-sys"
7547version = "0.6.1"
7548source = "registry+https://github.com/rust-lang/crates.io-index"
7549checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7550dependencies = [
7551 "cc",
7552]
7553
7554[[package]]
7555name = "ollama"
7556version = "0.1.0"
7557dependencies = [
7558 "anyhow",
7559 "futures 0.3.30",
7560 "http_client",
7561 "schemars",
7562 "serde",
7563 "serde_json",
7564]
7565
7566[[package]]
7567name = "once_cell"
7568version = "1.19.0"
7569source = "registry+https://github.com/rust-lang/crates.io-index"
7570checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7571
7572[[package]]
7573name = "oo7"
7574version = "0.3.3"
7575source = "registry+https://github.com/rust-lang/crates.io-index"
7576checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7577dependencies = [
7578 "aes",
7579 "async-fs 2.1.2",
7580 "async-io 2.3.4",
7581 "async-lock 3.4.0",
7582 "async-net 2.0.0",
7583 "blocking",
7584 "cbc",
7585 "cipher",
7586 "digest",
7587 "endi",
7588 "futures-lite 2.3.0",
7589 "futures-util",
7590 "hkdf",
7591 "hmac",
7592 "md-5",
7593 "num",
7594 "num-bigint-dig",
7595 "pbkdf2",
7596 "rand 0.8.5",
7597 "serde",
7598 "sha2",
7599 "subtle",
7600 "zbus",
7601 "zeroize",
7602 "zvariant",
7603]
7604
7605[[package]]
7606name = "oorandom"
7607version = "11.1.4"
7608source = "registry+https://github.com/rust-lang/crates.io-index"
7609checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7610
7611[[package]]
7612name = "open"
7613version = "5.3.0"
7614source = "registry+https://github.com/rust-lang/crates.io-index"
7615checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7616dependencies = [
7617 "is-wsl",
7618 "libc",
7619 "pathdiff",
7620]
7621
7622[[package]]
7623name = "open_ai"
7624version = "0.1.0"
7625dependencies = [
7626 "anyhow",
7627 "futures 0.3.30",
7628 "http_client",
7629 "schemars",
7630 "serde",
7631 "serde_json",
7632 "strum 0.25.0",
7633]
7634
7635[[package]]
7636name = "opener"
7637version = "0.7.2"
7638source = "registry+https://github.com/rust-lang/crates.io-index"
7639checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
7640dependencies = [
7641 "bstr",
7642 "dbus",
7643 "normpath",
7644 "windows-sys 0.59.0",
7645]
7646
7647[[package]]
7648name = "openssl"
7649version = "0.10.66"
7650source = "registry+https://github.com/rust-lang/crates.io-index"
7651checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7652dependencies = [
7653 "bitflags 2.6.0",
7654 "cfg-if",
7655 "foreign-types 0.3.2",
7656 "libc",
7657 "once_cell",
7658 "openssl-macros",
7659 "openssl-sys",
7660]
7661
7662[[package]]
7663name = "openssl-macros"
7664version = "0.1.1"
7665source = "registry+https://github.com/rust-lang/crates.io-index"
7666checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7667dependencies = [
7668 "proc-macro2",
7669 "quote",
7670 "syn 2.0.76",
7671]
7672
7673[[package]]
7674name = "openssl-probe"
7675version = "0.1.5"
7676source = "registry+https://github.com/rust-lang/crates.io-index"
7677checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7678
7679[[package]]
7680name = "openssl-src"
7681version = "300.3.1+3.3.1"
7682source = "registry+https://github.com/rust-lang/crates.io-index"
7683checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
7684dependencies = [
7685 "cc",
7686]
7687
7688[[package]]
7689name = "openssl-sys"
7690version = "0.9.103"
7691source = "registry+https://github.com/rust-lang/crates.io-index"
7692checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
7693dependencies = [
7694 "cc",
7695 "libc",
7696 "openssl-src",
7697 "pkg-config",
7698 "vcpkg",
7699]
7700
7701[[package]]
7702name = "option-ext"
7703version = "0.2.0"
7704source = "registry+https://github.com/rust-lang/crates.io-index"
7705checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7706
7707[[package]]
7708name = "ordered-float"
7709version = "2.10.1"
7710source = "registry+https://github.com/rust-lang/crates.io-index"
7711checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
7712dependencies = [
7713 "num-traits",
7714]
7715
7716[[package]]
7717name = "ordered-float"
7718version = "3.9.2"
7719source = "registry+https://github.com/rust-lang/crates.io-index"
7720checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
7721dependencies = [
7722 "num-traits",
7723]
7724
7725[[package]]
7726name = "ordered-stream"
7727version = "0.2.0"
7728source = "registry+https://github.com/rust-lang/crates.io-index"
7729checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7730dependencies = [
7731 "futures-core",
7732 "pin-project-lite",
7733]
7734
7735[[package]]
7736name = "ouroboros"
7737version = "0.17.2"
7738source = "registry+https://github.com/rust-lang/crates.io-index"
7739checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7740dependencies = [
7741 "aliasable",
7742 "ouroboros_macro",
7743 "static_assertions",
7744]
7745
7746[[package]]
7747name = "ouroboros_macro"
7748version = "0.17.2"
7749source = "registry+https://github.com/rust-lang/crates.io-index"
7750checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7751dependencies = [
7752 "heck 0.4.1",
7753 "proc-macro-error",
7754 "proc-macro2",
7755 "quote",
7756 "syn 2.0.76",
7757]
7758
7759[[package]]
7760name = "outline"
7761version = "0.1.0"
7762dependencies = [
7763 "editor",
7764 "fuzzy",
7765 "gpui",
7766 "indoc",
7767 "language",
7768 "menu",
7769 "ordered-float 2.10.1",
7770 "picker",
7771 "project",
7772 "rope",
7773 "serde_json",
7774 "smol",
7775 "theme",
7776 "tree-sitter-rust",
7777 "tree-sitter-typescript",
7778 "ui",
7779 "util",
7780 "workspace",
7781]
7782
7783[[package]]
7784name = "outline_panel"
7785version = "0.1.0"
7786dependencies = [
7787 "anyhow",
7788 "collections",
7789 "db",
7790 "editor",
7791 "file_icons",
7792 "fuzzy",
7793 "gpui",
7794 "itertools 0.13.0",
7795 "language",
7796 "log",
7797 "menu",
7798 "pretty_assertions",
7799 "project",
7800 "schemars",
7801 "search",
7802 "serde",
7803 "serde_json",
7804 "settings",
7805 "smallvec",
7806 "smol",
7807 "theme",
7808 "ui",
7809 "util",
7810 "workspace",
7811 "worktree",
7812]
7813
7814[[package]]
7815name = "outref"
7816version = "0.5.1"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7819
7820[[package]]
7821name = "overload"
7822version = "0.1.1"
7823source = "registry+https://github.com/rust-lang/crates.io-index"
7824checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7825
7826[[package]]
7827name = "p256"
7828version = "0.11.1"
7829source = "registry+https://github.com/rust-lang/crates.io-index"
7830checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7831dependencies = [
7832 "ecdsa",
7833 "elliptic-curve",
7834 "sha2",
7835]
7836
7837[[package]]
7838name = "page_size"
7839version = "0.6.0"
7840source = "registry+https://github.com/rust-lang/crates.io-index"
7841checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7842dependencies = [
7843 "libc",
7844 "winapi",
7845]
7846
7847[[package]]
7848name = "palette"
7849version = "0.7.6"
7850source = "registry+https://github.com/rust-lang/crates.io-index"
7851checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
7852dependencies = [
7853 "approx",
7854 "fast-srgb8",
7855 "palette_derive",
7856]
7857
7858[[package]]
7859name = "palette_derive"
7860version = "0.7.6"
7861source = "registry+https://github.com/rust-lang/crates.io-index"
7862checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
7863dependencies = [
7864 "by_address",
7865 "proc-macro2",
7866 "quote",
7867 "syn 2.0.76",
7868]
7869
7870[[package]]
7871name = "parity-tokio-ipc"
7872version = "0.9.0"
7873source = "registry+https://github.com/rust-lang/crates.io-index"
7874checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7875dependencies = [
7876 "futures 0.3.30",
7877 "libc",
7878 "log",
7879 "rand 0.7.3",
7880 "tokio",
7881 "winapi",
7882]
7883
7884[[package]]
7885name = "parking"
7886version = "2.2.1"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
7889
7890[[package]]
7891name = "parking_lot"
7892version = "0.12.3"
7893source = "registry+https://github.com/rust-lang/crates.io-index"
7894checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
7895dependencies = [
7896 "lock_api",
7897 "parking_lot_core",
7898]
7899
7900[[package]]
7901name = "parking_lot_core"
7902version = "0.9.10"
7903source = "registry+https://github.com/rust-lang/crates.io-index"
7904checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
7905dependencies = [
7906 "cfg-if",
7907 "libc",
7908 "redox_syscall 0.5.3",
7909 "smallvec",
7910 "windows-targets 0.52.6",
7911]
7912
7913[[package]]
7914name = "password-hash"
7915version = "0.5.0"
7916source = "registry+https://github.com/rust-lang/crates.io-index"
7917checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
7918dependencies = [
7919 "base64ct",
7920 "rand_core 0.6.4",
7921 "subtle",
7922]
7923
7924[[package]]
7925name = "paste"
7926version = "1.0.15"
7927source = "registry+https://github.com/rust-lang/crates.io-index"
7928checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
7929
7930[[package]]
7931name = "pathdiff"
7932version = "0.2.1"
7933source = "registry+https://github.com/rust-lang/crates.io-index"
7934checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
7935
7936[[package]]
7937name = "pathfinder_geometry"
7938version = "0.5.1"
7939source = "registry+https://github.com/rust-lang/crates.io-index"
7940checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
7941dependencies = [
7942 "log",
7943 "pathfinder_simd",
7944]
7945
7946[[package]]
7947name = "pathfinder_simd"
7948version = "0.5.4"
7949source = "registry+https://github.com/rust-lang/crates.io-index"
7950checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
7951dependencies = [
7952 "rustc_version",
7953]
7954
7955[[package]]
7956name = "paths"
7957version = "0.1.0"
7958dependencies = [
7959 "dirs 4.0.0",
7960 "util",
7961]
7962
7963[[package]]
7964name = "pbkdf2"
7965version = "0.12.2"
7966source = "registry+https://github.com/rust-lang/crates.io-index"
7967checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7968dependencies = [
7969 "digest",
7970 "hmac",
7971]
7972
7973[[package]]
7974name = "pem"
7975version = "3.0.4"
7976source = "registry+https://github.com/rust-lang/crates.io-index"
7977checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
7978dependencies = [
7979 "base64 0.22.1",
7980 "serde",
7981]
7982
7983[[package]]
7984name = "pem-rfc7468"
7985version = "0.7.0"
7986source = "registry+https://github.com/rust-lang/crates.io-index"
7987checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
7988dependencies = [
7989 "base64ct",
7990]
7991
7992[[package]]
7993name = "percent-encoding"
7994version = "2.3.1"
7995source = "registry+https://github.com/rust-lang/crates.io-index"
7996checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
7997
7998[[package]]
7999name = "perplexity"
8000version = "0.1.0"
8001dependencies = [
8002 "serde",
8003 "zed_extension_api 0.2.0",
8004]
8005
8006[[package]]
8007name = "pest"
8008version = "2.7.11"
8009source = "registry+https://github.com/rust-lang/crates.io-index"
8010checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
8011dependencies = [
8012 "memchr",
8013 "thiserror",
8014 "ucd-trie",
8015]
8016
8017[[package]]
8018name = "pest_derive"
8019version = "2.7.11"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
8022dependencies = [
8023 "pest",
8024 "pest_generator",
8025]
8026
8027[[package]]
8028name = "pest_generator"
8029version = "2.7.11"
8030source = "registry+https://github.com/rust-lang/crates.io-index"
8031checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
8032dependencies = [
8033 "pest",
8034 "pest_meta",
8035 "proc-macro2",
8036 "quote",
8037 "syn 2.0.76",
8038]
8039
8040[[package]]
8041name = "pest_meta"
8042version = "2.7.11"
8043source = "registry+https://github.com/rust-lang/crates.io-index"
8044checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
8045dependencies = [
8046 "once_cell",
8047 "pest",
8048 "sha2",
8049]
8050
8051[[package]]
8052name = "pet"
8053version = "0.1.0"
8054source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8055dependencies = [
8056 "clap",
8057 "env_logger 0.10.2",
8058 "lazy_static",
8059 "log",
8060 "msvc_spectre_libs",
8061 "pet-conda",
8062 "pet-core",
8063 "pet-env-var-path",
8064 "pet-fs",
8065 "pet-global-virtualenvs",
8066 "pet-homebrew",
8067 "pet-jsonrpc",
8068 "pet-linux-global-python",
8069 "pet-mac-commandlinetools",
8070 "pet-mac-python-org",
8071 "pet-mac-xcode",
8072 "pet-pipenv",
8073 "pet-poetry",
8074 "pet-pyenv",
8075 "pet-python-utils",
8076 "pet-reporter",
8077 "pet-telemetry",
8078 "pet-venv",
8079 "pet-virtualenv",
8080 "pet-virtualenvwrapper",
8081 "pet-windows-registry",
8082 "pet-windows-store",
8083 "serde",
8084 "serde_json",
8085]
8086
8087[[package]]
8088name = "pet-conda"
8089version = "0.1.0"
8090source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8091dependencies = [
8092 "env_logger 0.10.2",
8093 "lazy_static",
8094 "log",
8095 "msvc_spectre_libs",
8096 "pet-core",
8097 "pet-fs",
8098 "pet-python-utils",
8099 "pet-reporter",
8100 "regex",
8101 "serde",
8102 "serde_json",
8103 "yaml-rust2",
8104]
8105
8106[[package]]
8107name = "pet-core"
8108version = "0.1.0"
8109source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8110dependencies = [
8111 "clap",
8112 "lazy_static",
8113 "log",
8114 "msvc_spectre_libs",
8115 "pet-fs",
8116 "regex",
8117 "serde",
8118 "serde_json",
8119]
8120
8121[[package]]
8122name = "pet-env-var-path"
8123version = "0.1.0"
8124source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8125dependencies = [
8126 "lazy_static",
8127 "log",
8128 "msvc_spectre_libs",
8129 "pet-conda",
8130 "pet-core",
8131 "pet-fs",
8132 "pet-python-utils",
8133 "pet-virtualenv",
8134 "regex",
8135]
8136
8137[[package]]
8138name = "pet-fs"
8139version = "0.1.0"
8140source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8141dependencies = [
8142 "log",
8143 "msvc_spectre_libs",
8144]
8145
8146[[package]]
8147name = "pet-global-virtualenvs"
8148version = "0.1.0"
8149source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8150dependencies = [
8151 "log",
8152 "msvc_spectre_libs",
8153 "pet-conda",
8154 "pet-core",
8155 "pet-fs",
8156 "pet-virtualenv",
8157]
8158
8159[[package]]
8160name = "pet-homebrew"
8161version = "0.1.0"
8162source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8163dependencies = [
8164 "lazy_static",
8165 "log",
8166 "msvc_spectre_libs",
8167 "pet-conda",
8168 "pet-core",
8169 "pet-fs",
8170 "pet-python-utils",
8171 "pet-virtualenv",
8172 "regex",
8173 "serde",
8174 "serde_json",
8175]
8176
8177[[package]]
8178name = "pet-jsonrpc"
8179version = "0.1.0"
8180source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8181dependencies = [
8182 "env_logger 0.10.2",
8183 "log",
8184 "msvc_spectre_libs",
8185 "pet-core",
8186 "serde",
8187 "serde_json",
8188]
8189
8190[[package]]
8191name = "pet-linux-global-python"
8192version = "0.1.0"
8193source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8194dependencies = [
8195 "log",
8196 "msvc_spectre_libs",
8197 "pet-core",
8198 "pet-fs",
8199 "pet-python-utils",
8200 "pet-virtualenv",
8201]
8202
8203[[package]]
8204name = "pet-mac-commandlinetools"
8205version = "0.1.0"
8206source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8207dependencies = [
8208 "log",
8209 "msvc_spectre_libs",
8210 "pet-core",
8211 "pet-fs",
8212 "pet-python-utils",
8213 "pet-virtualenv",
8214]
8215
8216[[package]]
8217name = "pet-mac-python-org"
8218version = "0.1.0"
8219source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8220dependencies = [
8221 "log",
8222 "msvc_spectre_libs",
8223 "pet-core",
8224 "pet-fs",
8225 "pet-python-utils",
8226 "pet-virtualenv",
8227]
8228
8229[[package]]
8230name = "pet-mac-xcode"
8231version = "0.1.0"
8232source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8233dependencies = [
8234 "log",
8235 "msvc_spectre_libs",
8236 "pet-core",
8237 "pet-fs",
8238 "pet-python-utils",
8239 "pet-virtualenv",
8240]
8241
8242[[package]]
8243name = "pet-pipenv"
8244version = "0.1.0"
8245source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8246dependencies = [
8247 "log",
8248 "msvc_spectre_libs",
8249 "pet-core",
8250 "pet-fs",
8251 "pet-python-utils",
8252 "pet-virtualenv",
8253]
8254
8255[[package]]
8256name = "pet-poetry"
8257version = "0.1.0"
8258source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8259dependencies = [
8260 "base64 0.22.1",
8261 "lazy_static",
8262 "log",
8263 "msvc_spectre_libs",
8264 "pet-core",
8265 "pet-fs",
8266 "pet-python-utils",
8267 "pet-reporter",
8268 "pet-virtualenv",
8269 "regex",
8270 "serde",
8271 "serde_json",
8272 "sha2",
8273 "toml 0.8.19",
8274]
8275
8276[[package]]
8277name = "pet-pyenv"
8278version = "0.1.0"
8279source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8280dependencies = [
8281 "lazy_static",
8282 "log",
8283 "msvc_spectre_libs",
8284 "pet-conda",
8285 "pet-core",
8286 "pet-fs",
8287 "pet-python-utils",
8288 "pet-reporter",
8289 "regex",
8290 "serde",
8291 "serde_json",
8292]
8293
8294[[package]]
8295name = "pet-python-utils"
8296version = "0.1.0"
8297source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8298dependencies = [
8299 "env_logger 0.10.2",
8300 "lazy_static",
8301 "log",
8302 "msvc_spectre_libs",
8303 "pet-core",
8304 "pet-fs",
8305 "regex",
8306 "serde",
8307 "serde_json",
8308 "sha2",
8309]
8310
8311[[package]]
8312name = "pet-reporter"
8313version = "0.1.0"
8314source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8315dependencies = [
8316 "env_logger 0.10.2",
8317 "log",
8318 "msvc_spectre_libs",
8319 "pet-core",
8320 "pet-jsonrpc",
8321 "serde",
8322 "serde_json",
8323]
8324
8325[[package]]
8326name = "pet-telemetry"
8327version = "0.1.0"
8328source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8329dependencies = [
8330 "env_logger 0.10.2",
8331 "lazy_static",
8332 "log",
8333 "msvc_spectre_libs",
8334 "pet-core",
8335 "pet-fs",
8336 "pet-python-utils",
8337 "regex",
8338]
8339
8340[[package]]
8341name = "pet-venv"
8342version = "0.1.0"
8343source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8344dependencies = [
8345 "log",
8346 "msvc_spectre_libs",
8347 "pet-core",
8348 "pet-python-utils",
8349 "pet-virtualenv",
8350]
8351
8352[[package]]
8353name = "pet-virtualenv"
8354version = "0.1.0"
8355source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8356dependencies = [
8357 "log",
8358 "msvc_spectre_libs",
8359 "pet-core",
8360 "pet-fs",
8361 "pet-python-utils",
8362]
8363
8364[[package]]
8365name = "pet-virtualenvwrapper"
8366version = "0.1.0"
8367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8368dependencies = [
8369 "log",
8370 "msvc_spectre_libs",
8371 "pet-core",
8372 "pet-fs",
8373 "pet-python-utils",
8374 "pet-virtualenv",
8375]
8376
8377[[package]]
8378name = "pet-windows-registry"
8379version = "0.1.0"
8380source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8381dependencies = [
8382 "lazy_static",
8383 "log",
8384 "msvc_spectre_libs",
8385 "pet-conda",
8386 "pet-core",
8387 "pet-fs",
8388 "pet-python-utils",
8389 "pet-virtualenv",
8390 "pet-windows-store",
8391 "regex",
8392 "winreg 0.52.0",
8393]
8394
8395[[package]]
8396name = "pet-windows-store"
8397version = "0.1.0"
8398source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8399dependencies = [
8400 "lazy_static",
8401 "log",
8402 "msvc_spectre_libs",
8403 "pet-core",
8404 "pet-fs",
8405 "pet-python-utils",
8406 "pet-virtualenv",
8407 "regex",
8408 "winreg 0.52.0",
8409]
8410
8411[[package]]
8412name = "petgraph"
8413version = "0.6.5"
8414source = "registry+https://github.com/rust-lang/crates.io-index"
8415checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
8416dependencies = [
8417 "fixedbitset",
8418 "indexmap 2.4.0",
8419]
8420
8421[[package]]
8422name = "phf"
8423version = "0.11.2"
8424source = "registry+https://github.com/rust-lang/crates.io-index"
8425checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
8426dependencies = [
8427 "phf_macros",
8428 "phf_shared 0.11.2",
8429]
8430
8431[[package]]
8432name = "phf_codegen"
8433version = "0.11.2"
8434source = "registry+https://github.com/rust-lang/crates.io-index"
8435checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
8436dependencies = [
8437 "phf_generator 0.11.2",
8438 "phf_shared 0.11.2",
8439]
8440
8441[[package]]
8442name = "phf_generator"
8443version = "0.10.0"
8444source = "registry+https://github.com/rust-lang/crates.io-index"
8445checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
8446dependencies = [
8447 "phf_shared 0.10.0",
8448 "rand 0.8.5",
8449]
8450
8451[[package]]
8452name = "phf_generator"
8453version = "0.11.2"
8454source = "registry+https://github.com/rust-lang/crates.io-index"
8455checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
8456dependencies = [
8457 "phf_shared 0.11.2",
8458 "rand 0.8.5",
8459]
8460
8461[[package]]
8462name = "phf_macros"
8463version = "0.11.2"
8464source = "registry+https://github.com/rust-lang/crates.io-index"
8465checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
8466dependencies = [
8467 "phf_generator 0.11.2",
8468 "phf_shared 0.11.2",
8469 "proc-macro2",
8470 "quote",
8471 "syn 2.0.76",
8472]
8473
8474[[package]]
8475name = "phf_shared"
8476version = "0.10.0"
8477source = "registry+https://github.com/rust-lang/crates.io-index"
8478checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
8479dependencies = [
8480 "siphasher 0.3.11",
8481]
8482
8483[[package]]
8484name = "phf_shared"
8485version = "0.11.2"
8486source = "registry+https://github.com/rust-lang/crates.io-index"
8487checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
8488dependencies = [
8489 "siphasher 0.3.11",
8490]
8491
8492[[package]]
8493name = "picker"
8494version = "0.1.0"
8495dependencies = [
8496 "anyhow",
8497 "ctor",
8498 "editor",
8499 "env_logger 0.11.5",
8500 "gpui",
8501 "menu",
8502 "serde",
8503 "serde_json",
8504 "ui",
8505 "workspace",
8506]
8507
8508[[package]]
8509name = "pico-args"
8510version = "0.5.0"
8511source = "registry+https://github.com/rust-lang/crates.io-index"
8512checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
8513
8514[[package]]
8515name = "pin-project"
8516version = "1.1.5"
8517source = "registry+https://github.com/rust-lang/crates.io-index"
8518checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
8519dependencies = [
8520 "pin-project-internal",
8521]
8522
8523[[package]]
8524name = "pin-project-internal"
8525version = "1.1.5"
8526source = "registry+https://github.com/rust-lang/crates.io-index"
8527checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
8528dependencies = [
8529 "proc-macro2",
8530 "quote",
8531 "syn 2.0.76",
8532]
8533
8534[[package]]
8535name = "pin-project-lite"
8536version = "0.2.14"
8537source = "registry+https://github.com/rust-lang/crates.io-index"
8538checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
8539
8540[[package]]
8541name = "pin-utils"
8542version = "0.1.0"
8543source = "registry+https://github.com/rust-lang/crates.io-index"
8544checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8545
8546[[package]]
8547name = "piper"
8548version = "0.2.4"
8549source = "registry+https://github.com/rust-lang/crates.io-index"
8550checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
8551dependencies = [
8552 "atomic-waker",
8553 "fastrand 2.1.1",
8554 "futures-io",
8555]
8556
8557[[package]]
8558name = "pkcs1"
8559version = "0.7.5"
8560source = "registry+https://github.com/rust-lang/crates.io-index"
8561checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8562dependencies = [
8563 "der 0.7.9",
8564 "pkcs8 0.10.2",
8565 "spki 0.7.3",
8566]
8567
8568[[package]]
8569name = "pkcs8"
8570version = "0.9.0"
8571source = "registry+https://github.com/rust-lang/crates.io-index"
8572checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
8573dependencies = [
8574 "der 0.6.1",
8575 "spki 0.6.0",
8576]
8577
8578[[package]]
8579name = "pkcs8"
8580version = "0.10.2"
8581source = "registry+https://github.com/rust-lang/crates.io-index"
8582checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8583dependencies = [
8584 "der 0.7.9",
8585 "spki 0.7.3",
8586]
8587
8588[[package]]
8589name = "pkg-config"
8590version = "0.3.30"
8591source = "registry+https://github.com/rust-lang/crates.io-index"
8592checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8593
8594[[package]]
8595name = "plist"
8596version = "1.7.0"
8597source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8599dependencies = [
8600 "base64 0.22.1",
8601 "indexmap 2.4.0",
8602 "quick-xml 0.32.0",
8603 "serde",
8604 "time",
8605]
8606
8607[[package]]
8608name = "plotters"
8609version = "0.3.6"
8610source = "registry+https://github.com/rust-lang/crates.io-index"
8611checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8612dependencies = [
8613 "num-traits",
8614 "plotters-backend",
8615 "plotters-svg",
8616 "wasm-bindgen",
8617 "web-sys",
8618]
8619
8620[[package]]
8621name = "plotters-backend"
8622version = "0.3.6"
8623source = "registry+https://github.com/rust-lang/crates.io-index"
8624checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
8625
8626[[package]]
8627name = "plotters-svg"
8628version = "0.3.6"
8629source = "registry+https://github.com/rust-lang/crates.io-index"
8630checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
8631dependencies = [
8632 "plotters-backend",
8633]
8634
8635[[package]]
8636name = "png"
8637version = "0.17.13"
8638source = "registry+https://github.com/rust-lang/crates.io-index"
8639checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
8640dependencies = [
8641 "bitflags 1.3.2",
8642 "crc32fast",
8643 "fdeflate",
8644 "flate2",
8645 "miniz_oxide 0.7.4",
8646]
8647
8648[[package]]
8649name = "polling"
8650version = "2.8.0"
8651source = "registry+https://github.com/rust-lang/crates.io-index"
8652checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8653dependencies = [
8654 "autocfg",
8655 "bitflags 1.3.2",
8656 "cfg-if",
8657 "concurrent-queue",
8658 "libc",
8659 "log",
8660 "pin-project-lite",
8661 "windows-sys 0.48.0",
8662]
8663
8664[[package]]
8665name = "polling"
8666version = "3.7.3"
8667source = "registry+https://github.com/rust-lang/crates.io-index"
8668checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
8669dependencies = [
8670 "cfg-if",
8671 "concurrent-queue",
8672 "hermit-abi 0.4.0",
8673 "pin-project-lite",
8674 "rustix 0.38.35",
8675 "tracing",
8676 "windows-sys 0.59.0",
8677]
8678
8679[[package]]
8680name = "pollster"
8681version = "0.2.5"
8682source = "registry+https://github.com/rust-lang/crates.io-index"
8683checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
8684
8685[[package]]
8686name = "postage"
8687version = "0.5.0"
8688source = "registry+https://github.com/rust-lang/crates.io-index"
8689checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
8690dependencies = [
8691 "atomic",
8692 "crossbeam-queue",
8693 "futures 0.3.30",
8694 "log",
8695 "parking_lot",
8696 "pin-project",
8697 "pollster",
8698 "static_assertions",
8699 "thiserror",
8700]
8701
8702[[package]]
8703name = "postcard"
8704version = "1.0.10"
8705source = "registry+https://github.com/rust-lang/crates.io-index"
8706checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
8707dependencies = [
8708 "cobs",
8709 "embedded-io 0.4.0",
8710 "embedded-io 0.6.1",
8711 "serde",
8712]
8713
8714[[package]]
8715name = "powerfmt"
8716version = "0.2.0"
8717source = "registry+https://github.com/rust-lang/crates.io-index"
8718checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8719
8720[[package]]
8721name = "ppv-lite86"
8722version = "0.2.20"
8723source = "registry+https://github.com/rust-lang/crates.io-index"
8724checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
8725dependencies = [
8726 "zerocopy",
8727]
8728
8729[[package]]
8730name = "precomputed-hash"
8731version = "0.1.1"
8732source = "registry+https://github.com/rust-lang/crates.io-index"
8733checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8734
8735[[package]]
8736name = "prettier"
8737version = "0.1.0"
8738dependencies = [
8739 "anyhow",
8740 "collections",
8741 "fs",
8742 "gpui",
8743 "language",
8744 "log",
8745 "lsp",
8746 "node_runtime",
8747 "parking_lot",
8748 "paths",
8749 "serde",
8750 "serde_json",
8751 "util",
8752]
8753
8754[[package]]
8755name = "pretty_assertions"
8756version = "1.4.1"
8757source = "registry+https://github.com/rust-lang/crates.io-index"
8758checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
8759dependencies = [
8760 "diff",
8761 "yansi",
8762]
8763
8764[[package]]
8765name = "prettyplease"
8766version = "0.2.22"
8767source = "registry+https://github.com/rust-lang/crates.io-index"
8768checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
8769dependencies = [
8770 "proc-macro2",
8771 "syn 2.0.76",
8772]
8773
8774[[package]]
8775name = "proc-macro-crate"
8776version = "3.2.0"
8777source = "registry+https://github.com/rust-lang/crates.io-index"
8778checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
8779dependencies = [
8780 "toml_edit 0.22.20",
8781]
8782
8783[[package]]
8784name = "proc-macro-error"
8785version = "1.0.4"
8786source = "registry+https://github.com/rust-lang/crates.io-index"
8787checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8788dependencies = [
8789 "proc-macro-error-attr",
8790 "proc-macro2",
8791 "quote",
8792 "syn 1.0.109",
8793 "version_check",
8794]
8795
8796[[package]]
8797name = "proc-macro-error-attr"
8798version = "1.0.4"
8799source = "registry+https://github.com/rust-lang/crates.io-index"
8800checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8801dependencies = [
8802 "proc-macro2",
8803 "quote",
8804 "version_check",
8805]
8806
8807[[package]]
8808name = "proc-macro2"
8809version = "1.0.87"
8810source = "registry+https://github.com/rust-lang/crates.io-index"
8811checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
8812dependencies = [
8813 "unicode-ident",
8814]
8815
8816[[package]]
8817name = "profiling"
8818version = "1.0.15"
8819source = "registry+https://github.com/rust-lang/crates.io-index"
8820checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
8821dependencies = [
8822 "profiling-procmacros",
8823]
8824
8825[[package]]
8826name = "profiling-procmacros"
8827version = "1.0.15"
8828source = "registry+https://github.com/rust-lang/crates.io-index"
8829checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
8830dependencies = [
8831 "quote",
8832 "syn 2.0.76",
8833]
8834
8835[[package]]
8836name = "project"
8837version = "0.1.0"
8838dependencies = [
8839 "aho-corasick",
8840 "anyhow",
8841 "async-trait",
8842 "client",
8843 "clock",
8844 "collections",
8845 "env_logger 0.11.5",
8846 "fs",
8847 "futures 0.3.30",
8848 "fuzzy",
8849 "git",
8850 "git2",
8851 "globset",
8852 "gpui",
8853 "http_client",
8854 "itertools 0.13.0",
8855 "language",
8856 "log",
8857 "lsp",
8858 "node_runtime",
8859 "parking_lot",
8860 "pathdiff",
8861 "paths",
8862 "postage",
8863 "prettier",
8864 "pretty_assertions",
8865 "rand 0.8.5",
8866 "regex",
8867 "release_channel",
8868 "remote",
8869 "rpc",
8870 "schemars",
8871 "serde",
8872 "serde_json",
8873 "settings",
8874 "sha2",
8875 "shellexpand 2.1.2",
8876 "shlex",
8877 "similar",
8878 "smol",
8879 "snippet",
8880 "snippet_provider",
8881 "task",
8882 "tempfile",
8883 "terminal",
8884 "text",
8885 "unindent",
8886 "url",
8887 "util",
8888 "which 6.0.3",
8889 "windows 0.58.0",
8890 "worktree",
8891]
8892
8893[[package]]
8894name = "project_panel"
8895version = "0.1.0"
8896dependencies = [
8897 "anyhow",
8898 "client",
8899 "collections",
8900 "db",
8901 "editor",
8902 "file_icons",
8903 "git",
8904 "gpui",
8905 "indexmap 1.9.3",
8906 "language",
8907 "menu",
8908 "pretty_assertions",
8909 "project",
8910 "schemars",
8911 "search",
8912 "serde",
8913 "serde_derive",
8914 "serde_json",
8915 "settings",
8916 "smallvec",
8917 "theme",
8918 "ui",
8919 "util",
8920 "workspace",
8921 "worktree",
8922]
8923
8924[[package]]
8925name = "project_symbols"
8926version = "0.1.0"
8927dependencies = [
8928 "anyhow",
8929 "editor",
8930 "futures 0.3.30",
8931 "fuzzy",
8932 "gpui",
8933 "language",
8934 "lsp",
8935 "ordered-float 2.10.1",
8936 "picker",
8937 "project",
8938 "release_channel",
8939 "serde_json",
8940 "settings",
8941 "theme",
8942 "util",
8943 "workspace",
8944]
8945
8946[[package]]
8947name = "prometheus"
8948version = "0.13.4"
8949source = "registry+https://github.com/rust-lang/crates.io-index"
8950checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
8951dependencies = [
8952 "cfg-if",
8953 "fnv",
8954 "lazy_static",
8955 "memchr",
8956 "parking_lot",
8957 "protobuf",
8958 "thiserror",
8959]
8960
8961[[package]]
8962name = "prost"
8963version = "0.9.0"
8964source = "registry+https://github.com/rust-lang/crates.io-index"
8965checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
8966dependencies = [
8967 "bytes 1.7.2",
8968 "prost-derive",
8969]
8970
8971[[package]]
8972name = "prost-build"
8973version = "0.9.0"
8974source = "registry+https://github.com/rust-lang/crates.io-index"
8975checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
8976dependencies = [
8977 "bytes 1.7.2",
8978 "heck 0.3.3",
8979 "itertools 0.10.5",
8980 "lazy_static",
8981 "log",
8982 "multimap",
8983 "petgraph",
8984 "prost",
8985 "prost-types",
8986 "regex",
8987 "tempfile",
8988 "which 4.4.2",
8989]
8990
8991[[package]]
8992name = "prost-derive"
8993version = "0.9.0"
8994source = "registry+https://github.com/rust-lang/crates.io-index"
8995checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
8996dependencies = [
8997 "anyhow",
8998 "itertools 0.10.5",
8999 "proc-macro2",
9000 "quote",
9001 "syn 1.0.109",
9002]
9003
9004[[package]]
9005name = "prost-types"
9006version = "0.9.0"
9007source = "registry+https://github.com/rust-lang/crates.io-index"
9008checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9009dependencies = [
9010 "bytes 1.7.2",
9011 "prost",
9012]
9013
9014[[package]]
9015name = "proto"
9016version = "0.1.0"
9017dependencies = [
9018 "anyhow",
9019 "collections",
9020 "prost",
9021 "prost-build",
9022 "serde",
9023]
9024
9025[[package]]
9026name = "protobuf"
9027version = "2.28.0"
9028source = "registry+https://github.com/rust-lang/crates.io-index"
9029checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9030
9031[[package]]
9032name = "psm"
9033version = "0.1.21"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
9036dependencies = [
9037 "cc",
9038]
9039
9040[[package]]
9041name = "ptr_meta"
9042version = "0.1.4"
9043source = "registry+https://github.com/rust-lang/crates.io-index"
9044checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9045dependencies = [
9046 "ptr_meta_derive",
9047]
9048
9049[[package]]
9050name = "ptr_meta_derive"
9051version = "0.1.4"
9052source = "registry+https://github.com/rust-lang/crates.io-index"
9053checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9054dependencies = [
9055 "proc-macro2",
9056 "quote",
9057 "syn 1.0.109",
9058]
9059
9060[[package]]
9061name = "pulldown-cmark"
9062version = "0.10.3"
9063source = "registry+https://github.com/rust-lang/crates.io-index"
9064checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9065dependencies = [
9066 "bitflags 2.6.0",
9067 "memchr",
9068 "pulldown-cmark-escape",
9069 "unicase",
9070]
9071
9072[[package]]
9073name = "pulldown-cmark"
9074version = "0.12.1"
9075source = "registry+https://github.com/rust-lang/crates.io-index"
9076checksum = "666f0f59e259aea2d72e6012290c09877a780935cc3c18b1ceded41f3890d59c"
9077dependencies = [
9078 "bitflags 2.6.0",
9079 "memchr",
9080 "unicase",
9081]
9082
9083[[package]]
9084name = "pulldown-cmark-escape"
9085version = "0.10.1"
9086source = "registry+https://github.com/rust-lang/crates.io-index"
9087checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9088
9089[[package]]
9090name = "qoi"
9091version = "0.4.1"
9092source = "registry+https://github.com/rust-lang/crates.io-index"
9093checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9094dependencies = [
9095 "bytemuck",
9096]
9097
9098[[package]]
9099name = "quick-error"
9100version = "2.0.1"
9101source = "registry+https://github.com/rust-lang/crates.io-index"
9102checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
9103
9104[[package]]
9105name = "quick-xml"
9106version = "0.32.0"
9107source = "registry+https://github.com/rust-lang/crates.io-index"
9108checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
9109dependencies = [
9110 "memchr",
9111]
9112
9113[[package]]
9114name = "quick-xml"
9115version = "0.34.0"
9116source = "registry+https://github.com/rust-lang/crates.io-index"
9117checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
9118dependencies = [
9119 "memchr",
9120]
9121
9122[[package]]
9123name = "quick_action_bar"
9124version = "0.1.0"
9125dependencies = [
9126 "assistant",
9127 "editor",
9128 "gpui",
9129 "markdown_preview",
9130 "repl",
9131 "search",
9132 "settings",
9133 "ui",
9134 "util",
9135 "workspace",
9136 "zed_actions",
9137]
9138
9139[[package]]
9140name = "quinn"
9141version = "0.11.5"
9142source = "registry+https://github.com/rust-lang/crates.io-index"
9143checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
9144dependencies = [
9145 "bytes 1.7.2",
9146 "pin-project-lite",
9147 "quinn-proto",
9148 "quinn-udp",
9149 "rustc-hash 2.0.0",
9150 "rustls 0.23.13",
9151 "socket2 0.5.7",
9152 "thiserror",
9153 "tokio",
9154 "tracing",
9155]
9156
9157[[package]]
9158name = "quinn-proto"
9159version = "0.11.8"
9160source = "registry+https://github.com/rust-lang/crates.io-index"
9161checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
9162dependencies = [
9163 "bytes 1.7.2",
9164 "rand 0.8.5",
9165 "ring 0.17.8",
9166 "rustc-hash 2.0.0",
9167 "rustls 0.23.13",
9168 "slab",
9169 "thiserror",
9170 "tinyvec",
9171 "tracing",
9172]
9173
9174[[package]]
9175name = "quinn-udp"
9176version = "0.5.5"
9177source = "registry+https://github.com/rust-lang/crates.io-index"
9178checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
9179dependencies = [
9180 "libc",
9181 "once_cell",
9182 "socket2 0.5.7",
9183 "tracing",
9184 "windows-sys 0.59.0",
9185]
9186
9187[[package]]
9188name = "quote"
9189version = "1.0.37"
9190source = "registry+https://github.com/rust-lang/crates.io-index"
9191checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
9192dependencies = [
9193 "proc-macro2",
9194]
9195
9196[[package]]
9197name = "radium"
9198version = "0.7.0"
9199source = "registry+https://github.com/rust-lang/crates.io-index"
9200checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
9201
9202[[package]]
9203name = "rand"
9204version = "0.7.3"
9205source = "registry+https://github.com/rust-lang/crates.io-index"
9206checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
9207dependencies = [
9208 "getrandom 0.1.16",
9209 "libc",
9210 "rand_chacha 0.2.2",
9211 "rand_core 0.5.1",
9212 "rand_hc",
9213]
9214
9215[[package]]
9216name = "rand"
9217version = "0.8.5"
9218source = "registry+https://github.com/rust-lang/crates.io-index"
9219checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
9220dependencies = [
9221 "libc",
9222 "rand_chacha 0.3.1",
9223 "rand_core 0.6.4",
9224]
9225
9226[[package]]
9227name = "rand_chacha"
9228version = "0.2.2"
9229source = "registry+https://github.com/rust-lang/crates.io-index"
9230checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
9231dependencies = [
9232 "ppv-lite86",
9233 "rand_core 0.5.1",
9234]
9235
9236[[package]]
9237name = "rand_chacha"
9238version = "0.3.1"
9239source = "registry+https://github.com/rust-lang/crates.io-index"
9240checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
9241dependencies = [
9242 "ppv-lite86",
9243 "rand_core 0.6.4",
9244]
9245
9246[[package]]
9247name = "rand_core"
9248version = "0.5.1"
9249source = "registry+https://github.com/rust-lang/crates.io-index"
9250checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
9251dependencies = [
9252 "getrandom 0.1.16",
9253]
9254
9255[[package]]
9256name = "rand_core"
9257version = "0.6.4"
9258source = "registry+https://github.com/rust-lang/crates.io-index"
9259checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
9260dependencies = [
9261 "getrandom 0.2.15",
9262]
9263
9264[[package]]
9265name = "rand_hc"
9266version = "0.2.0"
9267source = "registry+https://github.com/rust-lang/crates.io-index"
9268checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
9269dependencies = [
9270 "rand_core 0.5.1",
9271]
9272
9273[[package]]
9274name = "rangemap"
9275version = "1.5.1"
9276source = "registry+https://github.com/rust-lang/crates.io-index"
9277checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
9278
9279[[package]]
9280name = "rav1e"
9281version = "0.7.1"
9282source = "registry+https://github.com/rust-lang/crates.io-index"
9283checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
9284dependencies = [
9285 "arbitrary",
9286 "arg_enum_proc_macro",
9287 "arrayvec",
9288 "av1-grain",
9289 "bitstream-io",
9290 "built",
9291 "cfg-if",
9292 "interpolate_name",
9293 "itertools 0.12.1",
9294 "libc",
9295 "libfuzzer-sys",
9296 "log",
9297 "maybe-rayon",
9298 "new_debug_unreachable",
9299 "noop_proc_macro",
9300 "num-derive",
9301 "num-traits",
9302 "once_cell",
9303 "paste",
9304 "profiling",
9305 "rand 0.8.5",
9306 "rand_chacha 0.3.1",
9307 "simd_helpers",
9308 "system-deps",
9309 "thiserror",
9310 "v_frame",
9311 "wasm-bindgen",
9312]
9313
9314[[package]]
9315name = "ravif"
9316version = "0.11.10"
9317source = "registry+https://github.com/rust-lang/crates.io-index"
9318checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
9319dependencies = [
9320 "avif-serialize",
9321 "imgref",
9322 "loop9",
9323 "quick-error",
9324 "rav1e",
9325 "rgb",
9326]
9327
9328[[package]]
9329name = "raw-window-handle"
9330version = "0.6.2"
9331source = "registry+https://github.com/rust-lang/crates.io-index"
9332checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
9333
9334[[package]]
9335name = "raw-window-metal"
9336version = "0.4.0"
9337source = "registry+https://github.com/rust-lang/crates.io-index"
9338checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
9339dependencies = [
9340 "cocoa 0.25.0",
9341 "core-graphics 0.23.2",
9342 "objc",
9343 "raw-window-handle",
9344]
9345
9346[[package]]
9347name = "rayon"
9348version = "1.10.0"
9349source = "registry+https://github.com/rust-lang/crates.io-index"
9350checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
9351dependencies = [
9352 "either",
9353 "rayon-core",
9354]
9355
9356[[package]]
9357name = "rayon-core"
9358version = "1.12.1"
9359source = "registry+https://github.com/rust-lang/crates.io-index"
9360checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
9361dependencies = [
9362 "crossbeam-deque",
9363 "crossbeam-utils",
9364]
9365
9366[[package]]
9367name = "read-fonts"
9368version = "0.20.0"
9369source = "registry+https://github.com/rust-lang/crates.io-index"
9370checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
9371dependencies = [
9372 "bytemuck",
9373 "font-types",
9374]
9375
9376[[package]]
9377name = "recent_projects"
9378version = "0.1.0"
9379dependencies = [
9380 "anyhow",
9381 "auto_update",
9382 "editor",
9383 "file_finder",
9384 "futures 0.3.30",
9385 "fuzzy",
9386 "gpui",
9387 "itertools 0.13.0",
9388 "language",
9389 "log",
9390 "markdown",
9391 "menu",
9392 "ordered-float 2.10.1",
9393 "paths",
9394 "picker",
9395 "project",
9396 "release_channel",
9397 "remote",
9398 "schemars",
9399 "serde",
9400 "serde_json",
9401 "settings",
9402 "smol",
9403 "task",
9404 "theme",
9405 "ui",
9406 "util",
9407 "workspace",
9408]
9409
9410[[package]]
9411name = "redox_syscall"
9412version = "0.2.16"
9413source = "registry+https://github.com/rust-lang/crates.io-index"
9414checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
9415dependencies = [
9416 "bitflags 1.3.2",
9417]
9418
9419[[package]]
9420name = "redox_syscall"
9421version = "0.4.1"
9422source = "registry+https://github.com/rust-lang/crates.io-index"
9423checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
9424dependencies = [
9425 "bitflags 1.3.2",
9426]
9427
9428[[package]]
9429name = "redox_syscall"
9430version = "0.5.3"
9431source = "registry+https://github.com/rust-lang/crates.io-index"
9432checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
9433dependencies = [
9434 "bitflags 2.6.0",
9435]
9436
9437[[package]]
9438name = "redox_users"
9439version = "0.4.6"
9440source = "registry+https://github.com/rust-lang/crates.io-index"
9441checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
9442dependencies = [
9443 "getrandom 0.2.15",
9444 "libredox",
9445 "thiserror",
9446]
9447
9448[[package]]
9449name = "refineable"
9450version = "0.1.0"
9451dependencies = [
9452 "derive_refineable",
9453]
9454
9455[[package]]
9456name = "regalloc2"
9457version = "0.9.3"
9458source = "registry+https://github.com/rust-lang/crates.io-index"
9459checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
9460dependencies = [
9461 "hashbrown 0.13.2",
9462 "log",
9463 "rustc-hash 1.1.0",
9464 "slice-group-by",
9465 "smallvec",
9466]
9467
9468[[package]]
9469name = "regex"
9470version = "1.10.6"
9471source = "registry+https://github.com/rust-lang/crates.io-index"
9472checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
9473dependencies = [
9474 "aho-corasick",
9475 "memchr",
9476 "regex-automata 0.4.7",
9477 "regex-syntax 0.8.4",
9478]
9479
9480[[package]]
9481name = "regex-automata"
9482version = "0.1.10"
9483source = "registry+https://github.com/rust-lang/crates.io-index"
9484checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
9485dependencies = [
9486 "regex-syntax 0.6.29",
9487]
9488
9489[[package]]
9490name = "regex-automata"
9491version = "0.4.7"
9492source = "registry+https://github.com/rust-lang/crates.io-index"
9493checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
9494dependencies = [
9495 "aho-corasick",
9496 "memchr",
9497 "regex-syntax 0.8.4",
9498]
9499
9500[[package]]
9501name = "regex-lite"
9502version = "0.1.6"
9503source = "registry+https://github.com/rust-lang/crates.io-index"
9504checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
9505
9506[[package]]
9507name = "regex-syntax"
9508version = "0.6.29"
9509source = "registry+https://github.com/rust-lang/crates.io-index"
9510checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
9511
9512[[package]]
9513name = "regex-syntax"
9514version = "0.8.4"
9515source = "registry+https://github.com/rust-lang/crates.io-index"
9516checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
9517
9518[[package]]
9519name = "release_channel"
9520version = "0.1.0"
9521dependencies = [
9522 "gpui",
9523 "once_cell",
9524]
9525
9526[[package]]
9527name = "remote"
9528version = "0.1.0"
9529dependencies = [
9530 "anyhow",
9531 "async-trait",
9532 "collections",
9533 "fs",
9534 "futures 0.3.30",
9535 "gpui",
9536 "itertools 0.13.0",
9537 "log",
9538 "parking_lot",
9539 "prost",
9540 "release_channel",
9541 "rpc",
9542 "serde",
9543 "serde_json",
9544 "shlex",
9545 "smol",
9546 "tempfile",
9547 "thiserror",
9548 "util",
9549]
9550
9551[[package]]
9552name = "remote_server"
9553version = "0.1.0"
9554dependencies = [
9555 "anyhow",
9556 "async-watch",
9557 "backtrace",
9558 "cargo_toml",
9559 "chrono",
9560 "clap",
9561 "client",
9562 "clock",
9563 "env_logger 0.11.5",
9564 "fork",
9565 "fs",
9566 "futures 0.3.30",
9567 "git",
9568 "git_hosting_providers",
9569 "gpui",
9570 "http_client",
9571 "language",
9572 "languages",
9573 "libc",
9574 "log",
9575 "lsp",
9576 "node_runtime",
9577 "paths",
9578 "project",
9579 "proto",
9580 "release_channel",
9581 "remote",
9582 "reqwest_client",
9583 "rpc",
9584 "rust-embed",
9585 "serde",
9586 "serde_json",
9587 "settings",
9588 "shellexpand 2.1.2",
9589 "smol",
9590 "telemetry_events",
9591 "toml 0.8.19",
9592 "util",
9593 "worktree",
9594]
9595
9596[[package]]
9597name = "rend"
9598version = "0.4.2"
9599source = "registry+https://github.com/rust-lang/crates.io-index"
9600checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
9601dependencies = [
9602 "bytecheck",
9603]
9604
9605[[package]]
9606name = "repl"
9607version = "0.1.0"
9608dependencies = [
9609 "alacritty_terminal",
9610 "anyhow",
9611 "async-dispatcher",
9612 "base64 0.22.1",
9613 "client",
9614 "collections",
9615 "command_palette_hooks",
9616 "editor",
9617 "env_logger 0.11.5",
9618 "feature_flags",
9619 "futures 0.3.30",
9620 "gpui",
9621 "http_client",
9622 "image",
9623 "indoc",
9624 "language",
9625 "languages",
9626 "log",
9627 "markdown_preview",
9628 "menu",
9629 "multi_buffer",
9630 "nbformat",
9631 "project",
9632 "runtimelib",
9633 "schemars",
9634 "serde",
9635 "serde_json",
9636 "settings",
9637 "smol",
9638 "terminal",
9639 "terminal_view",
9640 "theme",
9641 "tree-sitter-md",
9642 "tree-sitter-python",
9643 "tree-sitter-typescript",
9644 "ui",
9645 "util",
9646 "uuid",
9647 "windows 0.58.0",
9648 "workspace",
9649]
9650
9651[[package]]
9652name = "reqwest"
9653version = "0.11.27"
9654source = "registry+https://github.com/rust-lang/crates.io-index"
9655checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9656dependencies = [
9657 "base64 0.21.7",
9658 "bytes 1.7.2",
9659 "encoding_rs",
9660 "futures-core",
9661 "futures-util",
9662 "h2 0.3.26",
9663 "http 0.2.12",
9664 "http-body 0.4.6",
9665 "hyper 0.14.30",
9666 "hyper-tls",
9667 "ipnet",
9668 "js-sys",
9669 "log",
9670 "mime",
9671 "native-tls",
9672 "once_cell",
9673 "percent-encoding",
9674 "pin-project-lite",
9675 "rustls-pemfile 1.0.4",
9676 "serde",
9677 "serde_json",
9678 "serde_urlencoded",
9679 "sync_wrapper 0.1.2",
9680 "system-configuration 0.5.1",
9681 "tokio",
9682 "tokio-native-tls",
9683 "tower-service",
9684 "url",
9685 "wasm-bindgen",
9686 "wasm-bindgen-futures",
9687 "web-sys",
9688 "winreg 0.50.0",
9689]
9690
9691[[package]]
9692name = "reqwest"
9693version = "0.12.8"
9694source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
9695dependencies = [
9696 "base64 0.22.1",
9697 "bytes 1.7.2",
9698 "encoding_rs",
9699 "futures-core",
9700 "futures-util",
9701 "h2 0.4.6",
9702 "http 1.1.0",
9703 "http-body 1.0.1",
9704 "http-body-util",
9705 "hyper 1.4.1",
9706 "hyper-rustls 0.27.3",
9707 "hyper-util",
9708 "ipnet",
9709 "js-sys",
9710 "log",
9711 "mime",
9712 "once_cell",
9713 "percent-encoding",
9714 "pin-project-lite",
9715 "quinn",
9716 "rustls 0.23.13",
9717 "rustls-native-certs 0.8.0",
9718 "rustls-pemfile 2.1.3",
9719 "rustls-pki-types",
9720 "serde",
9721 "serde_json",
9722 "serde_urlencoded",
9723 "sync_wrapper 1.0.1",
9724 "system-configuration 0.6.1",
9725 "tokio",
9726 "tokio-rustls 0.26.0",
9727 "tokio-socks",
9728 "tokio-util",
9729 "tower-service",
9730 "url",
9731 "wasm-bindgen",
9732 "wasm-bindgen-futures",
9733 "wasm-streams",
9734 "web-sys",
9735 "windows-registry",
9736]
9737
9738[[package]]
9739name = "reqwest_client"
9740version = "0.1.0"
9741dependencies = [
9742 "anyhow",
9743 "bytes 1.7.2",
9744 "futures 0.3.30",
9745 "gpui",
9746 "http_client",
9747 "log",
9748 "reqwest 0.12.8",
9749 "serde",
9750 "smol",
9751 "tokio",
9752]
9753
9754[[package]]
9755name = "resvg"
9756version = "0.41.0"
9757source = "registry+https://github.com/rust-lang/crates.io-index"
9758checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
9759dependencies = [
9760 "log",
9761 "pico-args",
9762 "rgb",
9763 "svgtypes",
9764 "tiny-skia",
9765 "usvg",
9766]
9767
9768[[package]]
9769name = "rfc6979"
9770version = "0.3.1"
9771source = "registry+https://github.com/rust-lang/crates.io-index"
9772checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9773dependencies = [
9774 "crypto-bigint 0.4.9",
9775 "hmac",
9776 "zeroize",
9777]
9778
9779[[package]]
9780name = "rgb"
9781version = "0.8.49"
9782source = "registry+https://github.com/rust-lang/crates.io-index"
9783checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
9784dependencies = [
9785 "bytemuck",
9786]
9787
9788[[package]]
9789name = "rich_text"
9790version = "0.1.0"
9791dependencies = [
9792 "futures 0.3.30",
9793 "gpui",
9794 "language",
9795 "linkify",
9796 "pulldown-cmark 0.12.1",
9797 "theme",
9798 "ui",
9799 "util",
9800]
9801
9802[[package]]
9803name = "ring"
9804version = "0.16.20"
9805source = "registry+https://github.com/rust-lang/crates.io-index"
9806checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
9807dependencies = [
9808 "cc",
9809 "libc",
9810 "once_cell",
9811 "spin 0.5.2",
9812 "untrusted 0.7.1",
9813 "web-sys",
9814 "winapi",
9815]
9816
9817[[package]]
9818name = "ring"
9819version = "0.17.8"
9820source = "registry+https://github.com/rust-lang/crates.io-index"
9821checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9822dependencies = [
9823 "cc",
9824 "cfg-if",
9825 "getrandom 0.2.15",
9826 "libc",
9827 "spin 0.9.8",
9828 "untrusted 0.9.0",
9829 "windows-sys 0.52.0",
9830]
9831
9832[[package]]
9833name = "rkyv"
9834version = "0.7.45"
9835source = "registry+https://github.com/rust-lang/crates.io-index"
9836checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9837dependencies = [
9838 "bitvec",
9839 "bytecheck",
9840 "bytes 1.7.2",
9841 "hashbrown 0.12.3",
9842 "ptr_meta",
9843 "rend",
9844 "rkyv_derive",
9845 "seahash",
9846 "tinyvec",
9847 "uuid",
9848]
9849
9850[[package]]
9851name = "rkyv_derive"
9852version = "0.7.45"
9853source = "registry+https://github.com/rust-lang/crates.io-index"
9854checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9855dependencies = [
9856 "proc-macro2",
9857 "quote",
9858 "syn 1.0.109",
9859]
9860
9861[[package]]
9862name = "rmp"
9863version = "0.8.14"
9864source = "registry+https://github.com/rust-lang/crates.io-index"
9865checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9866dependencies = [
9867 "byteorder",
9868 "num-traits",
9869 "paste",
9870]
9871
9872[[package]]
9873name = "rmpv"
9874version = "1.3.0"
9875source = "registry+https://github.com/rust-lang/crates.io-index"
9876checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9877dependencies = [
9878 "num-traits",
9879 "rmp",
9880]
9881
9882[[package]]
9883name = "rodio"
9884version = "0.19.0"
9885source = "registry+https://github.com/rust-lang/crates.io-index"
9886checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
9887dependencies = [
9888 "cpal",
9889 "hound",
9890 "thiserror",
9891]
9892
9893[[package]]
9894name = "rope"
9895version = "0.1.0"
9896dependencies = [
9897 "arrayvec",
9898 "criterion",
9899 "ctor",
9900 "env_logger 0.11.5",
9901 "gpui",
9902 "log",
9903 "rand 0.8.5",
9904 "rayon",
9905 "smallvec",
9906 "sum_tree",
9907 "unicode-segmentation",
9908 "util",
9909]
9910
9911[[package]]
9912name = "roxmltree"
9913version = "0.19.0"
9914source = "registry+https://github.com/rust-lang/crates.io-index"
9915checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
9916
9917[[package]]
9918name = "roxmltree"
9919version = "0.20.0"
9920source = "registry+https://github.com/rust-lang/crates.io-index"
9921checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9922
9923[[package]]
9924name = "rpc"
9925version = "0.1.0"
9926dependencies = [
9927 "anyhow",
9928 "async-tungstenite",
9929 "base64 0.22.1",
9930 "chrono",
9931 "collections",
9932 "env_logger 0.11.5",
9933 "futures 0.3.30",
9934 "gpui",
9935 "parking_lot",
9936 "proto",
9937 "rand 0.8.5",
9938 "rsa",
9939 "serde",
9940 "serde_json",
9941 "sha2",
9942 "strum 0.25.0",
9943 "tracing",
9944 "util",
9945 "zstd",
9946]
9947
9948[[package]]
9949name = "rsa"
9950version = "0.9.6"
9951source = "registry+https://github.com/rust-lang/crates.io-index"
9952checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
9953dependencies = [
9954 "const-oid",
9955 "digest",
9956 "num-bigint-dig",
9957 "num-integer",
9958 "num-traits",
9959 "pkcs1",
9960 "pkcs8 0.10.2",
9961 "rand_core 0.6.4",
9962 "signature 2.2.0",
9963 "spki 0.7.3",
9964 "subtle",
9965 "zeroize",
9966]
9967
9968[[package]]
9969name = "runtimelib"
9970version = "0.16.0"
9971source = "registry+https://github.com/rust-lang/crates.io-index"
9972checksum = "263588fe9593333c4bfde258c9021fc64e766ea434e070c6b67c7100536d6499"
9973dependencies = [
9974 "anyhow",
9975 "async-dispatcher",
9976 "async-std",
9977 "base64 0.22.1",
9978 "bytes 1.7.2",
9979 "chrono",
9980 "data-encoding",
9981 "dirs 5.0.1",
9982 "futures 0.3.30",
9983 "glob",
9984 "jupyter-serde",
9985 "rand 0.8.5",
9986 "ring 0.17.8",
9987 "serde",
9988 "serde_json",
9989 "shellexpand 3.1.0",
9990 "smol",
9991 "uuid",
9992 "zeromq",
9993]
9994
9995[[package]]
9996name = "rust-embed"
9997version = "8.5.0"
9998source = "registry+https://github.com/rust-lang/crates.io-index"
9999checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10000dependencies = [
10001 "rust-embed-impl",
10002 "rust-embed-utils",
10003 "walkdir",
10004]
10005
10006[[package]]
10007name = "rust-embed-impl"
10008version = "8.5.0"
10009source = "registry+https://github.com/rust-lang/crates.io-index"
10010checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10011dependencies = [
10012 "proc-macro2",
10013 "quote",
10014 "rust-embed-utils",
10015 "syn 2.0.76",
10016 "walkdir",
10017]
10018
10019[[package]]
10020name = "rust-embed-utils"
10021version = "8.5.0"
10022source = "registry+https://github.com/rust-lang/crates.io-index"
10023checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10024dependencies = [
10025 "globset",
10026 "sha2",
10027 "walkdir",
10028]
10029
10030[[package]]
10031name = "rust_decimal"
10032version = "1.36.0"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10035dependencies = [
10036 "arrayvec",
10037 "borsh",
10038 "bytes 1.7.2",
10039 "num-traits",
10040 "rand 0.8.5",
10041 "rkyv",
10042 "serde",
10043 "serde_json",
10044]
10045
10046[[package]]
10047name = "rustc-demangle"
10048version = "0.1.24"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10051
10052[[package]]
10053name = "rustc-hash"
10054version = "1.1.0"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10057
10058[[package]]
10059name = "rustc-hash"
10060version = "2.0.0"
10061source = "registry+https://github.com/rust-lang/crates.io-index"
10062checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
10063
10064[[package]]
10065name = "rustc_version"
10066version = "0.4.1"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10069dependencies = [
10070 "semver",
10071]
10072
10073[[package]]
10074name = "rustix"
10075version = "0.37.27"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
10078dependencies = [
10079 "bitflags 1.3.2",
10080 "errno 0.3.9",
10081 "io-lifetimes 1.0.11",
10082 "libc",
10083 "linux-raw-sys 0.3.8",
10084 "windows-sys 0.48.0",
10085]
10086
10087[[package]]
10088name = "rustix"
10089version = "0.38.35"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
10092dependencies = [
10093 "bitflags 2.6.0",
10094 "errno 0.3.9",
10095 "itoa",
10096 "libc",
10097 "linux-raw-sys 0.4.14",
10098 "once_cell",
10099 "windows-sys 0.52.0",
10100]
10101
10102[[package]]
10103name = "rustix-openpty"
10104version = "0.1.1"
10105source = "registry+https://github.com/rust-lang/crates.io-index"
10106checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10107dependencies = [
10108 "errno 0.3.9",
10109 "libc",
10110 "rustix 0.38.35",
10111]
10112
10113[[package]]
10114name = "rustls"
10115version = "0.20.9"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
10118dependencies = [
10119 "log",
10120 "ring 0.16.20",
10121 "sct",
10122 "webpki",
10123]
10124
10125[[package]]
10126name = "rustls"
10127version = "0.21.12"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10130dependencies = [
10131 "log",
10132 "ring 0.17.8",
10133 "rustls-webpki 0.101.7",
10134 "sct",
10135]
10136
10137[[package]]
10138name = "rustls"
10139version = "0.23.13"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
10142dependencies = [
10143 "once_cell",
10144 "ring 0.17.8",
10145 "rustls-pki-types",
10146 "rustls-webpki 0.102.8",
10147 "subtle",
10148 "zeroize",
10149]
10150
10151[[package]]
10152name = "rustls-native-certs"
10153version = "0.6.3"
10154source = "registry+https://github.com/rust-lang/crates.io-index"
10155checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
10156dependencies = [
10157 "openssl-probe",
10158 "rustls-pemfile 1.0.4",
10159 "schannel",
10160 "security-framework",
10161]
10162
10163[[package]]
10164name = "rustls-native-certs"
10165version = "0.8.0"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
10168dependencies = [
10169 "openssl-probe",
10170 "rustls-pemfile 2.1.3",
10171 "rustls-pki-types",
10172 "schannel",
10173 "security-framework",
10174]
10175
10176[[package]]
10177name = "rustls-pemfile"
10178version = "1.0.4"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
10181dependencies = [
10182 "base64 0.21.7",
10183]
10184
10185[[package]]
10186name = "rustls-pemfile"
10187version = "2.1.3"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
10190dependencies = [
10191 "base64 0.22.1",
10192 "rustls-pki-types",
10193]
10194
10195[[package]]
10196name = "rustls-pki-types"
10197version = "1.8.0"
10198source = "registry+https://github.com/rust-lang/crates.io-index"
10199checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
10200
10201[[package]]
10202name = "rustls-webpki"
10203version = "0.101.7"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
10206dependencies = [
10207 "ring 0.17.8",
10208 "untrusted 0.9.0",
10209]
10210
10211[[package]]
10212name = "rustls-webpki"
10213version = "0.102.8"
10214source = "registry+https://github.com/rust-lang/crates.io-index"
10215checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
10216dependencies = [
10217 "ring 0.17.8",
10218 "rustls-pki-types",
10219 "untrusted 0.9.0",
10220]
10221
10222[[package]]
10223name = "rustversion"
10224version = "1.0.17"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
10227
10228[[package]]
10229name = "rustybuzz"
10230version = "0.14.1"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
10233dependencies = [
10234 "bitflags 2.6.0",
10235 "bytemuck",
10236 "libm",
10237 "smallvec",
10238 "ttf-parser",
10239 "unicode-bidi-mirroring",
10240 "unicode-ccc",
10241 "unicode-properties",
10242 "unicode-script",
10243]
10244
10245[[package]]
10246name = "ryu"
10247version = "1.0.18"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
10250
10251[[package]]
10252name = "salsa20"
10253version = "0.10.2"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
10256dependencies = [
10257 "cipher",
10258]
10259
10260[[package]]
10261name = "same-file"
10262version = "1.0.6"
10263source = "registry+https://github.com/rust-lang/crates.io-index"
10264checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
10265dependencies = [
10266 "winapi-util",
10267]
10268
10269[[package]]
10270name = "schannel"
10271version = "0.1.23"
10272source = "registry+https://github.com/rust-lang/crates.io-index"
10273checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
10274dependencies = [
10275 "windows-sys 0.52.0",
10276]
10277
10278[[package]]
10279name = "schemars"
10280version = "0.8.21"
10281source = "registry+https://github.com/rust-lang/crates.io-index"
10282checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
10283dependencies = [
10284 "dyn-clone",
10285 "indexmap 1.9.3",
10286 "schemars_derive",
10287 "serde",
10288 "serde_json",
10289]
10290
10291[[package]]
10292name = "schemars_derive"
10293version = "0.8.21"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
10296dependencies = [
10297 "proc-macro2",
10298 "quote",
10299 "serde_derive_internals 0.29.1",
10300 "syn 2.0.76",
10301]
10302
10303[[package]]
10304name = "scoped-tls"
10305version = "1.0.1"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
10308
10309[[package]]
10310name = "scopeguard"
10311version = "1.2.0"
10312source = "registry+https://github.com/rust-lang/crates.io-index"
10313checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
10314
10315[[package]]
10316name = "scrypt"
10317version = "0.11.0"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
10320dependencies = [
10321 "password-hash",
10322 "pbkdf2",
10323 "salsa20",
10324 "sha2",
10325]
10326
10327[[package]]
10328name = "sct"
10329version = "0.7.1"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
10332dependencies = [
10333 "ring 0.17.8",
10334 "untrusted 0.9.0",
10335]
10336
10337[[package]]
10338name = "sea-bae"
10339version = "0.2.0"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
10342dependencies = [
10343 "heck 0.4.1",
10344 "proc-macro-error",
10345 "proc-macro2",
10346 "quote",
10347 "syn 2.0.76",
10348]
10349
10350[[package]]
10351name = "sea-orm"
10352version = "1.1.0-rc.1"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
10355dependencies = [
10356 "async-stream",
10357 "async-trait",
10358 "bigdecimal",
10359 "chrono",
10360 "futures 0.3.30",
10361 "log",
10362 "ouroboros",
10363 "rust_decimal",
10364 "sea-orm-macros",
10365 "sea-query",
10366 "sea-query-binder",
10367 "serde",
10368 "serde_json",
10369 "sqlx",
10370 "strum 0.26.3",
10371 "thiserror",
10372 "time",
10373 "tracing",
10374 "url",
10375 "uuid",
10376]
10377
10378[[package]]
10379name = "sea-orm-macros"
10380version = "1.1.0-rc.1"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
10383dependencies = [
10384 "heck 0.4.1",
10385 "proc-macro2",
10386 "quote",
10387 "sea-bae",
10388 "syn 2.0.76",
10389 "unicode-ident",
10390]
10391
10392[[package]]
10393name = "sea-query"
10394version = "0.32.0-rc.1"
10395source = "registry+https://github.com/rust-lang/crates.io-index"
10396checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
10397dependencies = [
10398 "bigdecimal",
10399 "chrono",
10400 "educe",
10401 "inherent",
10402 "ordered-float 3.9.2",
10403 "rust_decimal",
10404 "serde_json",
10405 "time",
10406 "uuid",
10407]
10408
10409[[package]]
10410name = "sea-query-binder"
10411version = "0.7.0-rc.1"
10412source = "registry+https://github.com/rust-lang/crates.io-index"
10413checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
10414dependencies = [
10415 "bigdecimal",
10416 "chrono",
10417 "rust_decimal",
10418 "sea-query",
10419 "serde_json",
10420 "sqlx",
10421 "time",
10422 "uuid",
10423]
10424
10425[[package]]
10426name = "seahash"
10427version = "4.1.0"
10428source = "registry+https://github.com/rust-lang/crates.io-index"
10429checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
10430
10431[[package]]
10432name = "sealed"
10433version = "0.4.0"
10434source = "registry+https://github.com/rust-lang/crates.io-index"
10435checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
10436dependencies = [
10437 "heck 0.3.3",
10438 "proc-macro2",
10439 "quote",
10440 "syn 1.0.109",
10441]
10442
10443[[package]]
10444name = "search"
10445version = "0.1.0"
10446dependencies = [
10447 "any_vec",
10448 "anyhow",
10449 "bitflags 2.6.0",
10450 "client",
10451 "collections",
10452 "editor",
10453 "futures 0.3.30",
10454 "gpui",
10455 "language",
10456 "menu",
10457 "project",
10458 "serde",
10459 "serde_json",
10460 "settings",
10461 "smol",
10462 "theme",
10463 "ui",
10464 "unindent",
10465 "util",
10466 "workspace",
10467]
10468
10469[[package]]
10470name = "sec1"
10471version = "0.3.0"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
10474dependencies = [
10475 "base16ct",
10476 "der 0.6.1",
10477 "generic-array",
10478 "pkcs8 0.9.0",
10479 "subtle",
10480 "zeroize",
10481]
10482
10483[[package]]
10484name = "security-framework"
10485version = "2.11.1"
10486source = "registry+https://github.com/rust-lang/crates.io-index"
10487checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
10488dependencies = [
10489 "bitflags 2.6.0",
10490 "core-foundation 0.9.4",
10491 "core-foundation-sys",
10492 "libc",
10493 "security-framework-sys",
10494]
10495
10496[[package]]
10497name = "security-framework-sys"
10498version = "2.11.1"
10499source = "registry+https://github.com/rust-lang/crates.io-index"
10500checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
10501dependencies = [
10502 "core-foundation-sys",
10503 "libc",
10504]
10505
10506[[package]]
10507name = "self_cell"
10508version = "1.0.4"
10509source = "registry+https://github.com/rust-lang/crates.io-index"
10510checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
10511
10512[[package]]
10513name = "semantic_index"
10514version = "0.1.0"
10515dependencies = [
10516 "anyhow",
10517 "arrayvec",
10518 "blake3",
10519 "client",
10520 "clock",
10521 "collections",
10522 "env_logger 0.11.5",
10523 "feature_flags",
10524 "fs",
10525 "futures 0.3.30",
10526 "futures-batch",
10527 "gpui",
10528 "heed",
10529 "http_client",
10530 "language",
10531 "language_model",
10532 "languages",
10533 "log",
10534 "open_ai",
10535 "parking_lot",
10536 "project",
10537 "reqwest_client",
10538 "serde",
10539 "serde_json",
10540 "settings",
10541 "sha2",
10542 "smol",
10543 "tempfile",
10544 "theme",
10545 "tree-sitter",
10546 "ui",
10547 "unindent",
10548 "util",
10549 "workspace",
10550 "worktree",
10551]
10552
10553[[package]]
10554name = "semantic_version"
10555version = "0.1.0"
10556dependencies = [
10557 "anyhow",
10558 "serde",
10559]
10560
10561[[package]]
10562name = "semver"
10563version = "1.0.23"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
10566dependencies = [
10567 "serde",
10568]
10569
10570[[package]]
10571name = "serde"
10572version = "1.0.209"
10573source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
10575dependencies = [
10576 "serde_derive",
10577]
10578
10579[[package]]
10580name = "serde_derive"
10581version = "1.0.209"
10582source = "registry+https://github.com/rust-lang/crates.io-index"
10583checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
10584dependencies = [
10585 "proc-macro2",
10586 "quote",
10587 "syn 2.0.76",
10588]
10589
10590[[package]]
10591name = "serde_derive_internals"
10592version = "0.26.0"
10593source = "registry+https://github.com/rust-lang/crates.io-index"
10594checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
10595dependencies = [
10596 "proc-macro2",
10597 "quote",
10598 "syn 1.0.109",
10599]
10600
10601[[package]]
10602name = "serde_derive_internals"
10603version = "0.29.1"
10604source = "registry+https://github.com/rust-lang/crates.io-index"
10605checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
10606dependencies = [
10607 "proc-macro2",
10608 "quote",
10609 "syn 2.0.76",
10610]
10611
10612[[package]]
10613name = "serde_fmt"
10614version = "1.0.3"
10615source = "registry+https://github.com/rust-lang/crates.io-index"
10616checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
10617dependencies = [
10618 "serde",
10619]
10620
10621[[package]]
10622name = "serde_json"
10623version = "1.0.128"
10624source = "registry+https://github.com/rust-lang/crates.io-index"
10625checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
10626dependencies = [
10627 "indexmap 2.4.0",
10628 "itoa",
10629 "memchr",
10630 "ryu",
10631 "serde",
10632]
10633
10634[[package]]
10635name = "serde_json_lenient"
10636version = "0.2.1"
10637source = "registry+https://github.com/rust-lang/crates.io-index"
10638checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
10639dependencies = [
10640 "indexmap 2.4.0",
10641 "itoa",
10642 "ryu",
10643 "serde",
10644]
10645
10646[[package]]
10647name = "serde_path_to_error"
10648version = "0.1.16"
10649source = "registry+https://github.com/rust-lang/crates.io-index"
10650checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
10651dependencies = [
10652 "itoa",
10653 "serde",
10654]
10655
10656[[package]]
10657name = "serde_qs"
10658version = "0.8.5"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
10661dependencies = [
10662 "percent-encoding",
10663 "serde",
10664 "thiserror",
10665]
10666
10667[[package]]
10668name = "serde_qs"
10669version = "0.10.1"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
10672dependencies = [
10673 "percent-encoding",
10674 "serde",
10675 "thiserror",
10676]
10677
10678[[package]]
10679name = "serde_repr"
10680version = "0.1.19"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
10683dependencies = [
10684 "proc-macro2",
10685 "quote",
10686 "syn 2.0.76",
10687]
10688
10689[[package]]
10690name = "serde_spanned"
10691version = "0.6.7"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
10694dependencies = [
10695 "serde",
10696]
10697
10698[[package]]
10699name = "serde_urlencoded"
10700version = "0.7.1"
10701source = "registry+https://github.com/rust-lang/crates.io-index"
10702checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
10703dependencies = [
10704 "form_urlencoded",
10705 "itoa",
10706 "ryu",
10707 "serde",
10708]
10709
10710[[package]]
10711name = "session"
10712version = "0.1.0"
10713dependencies = [
10714 "db",
10715 "gpui",
10716 "serde_json",
10717 "util",
10718 "uuid",
10719]
10720
10721[[package]]
10722name = "settings"
10723version = "0.1.0"
10724dependencies = [
10725 "anyhow",
10726 "collections",
10727 "ec4rs",
10728 "fs",
10729 "futures 0.3.30",
10730 "gpui",
10731 "indoc",
10732 "log",
10733 "paths",
10734 "pretty_assertions",
10735 "release_channel",
10736 "rust-embed",
10737 "schemars",
10738 "serde",
10739 "serde_derive",
10740 "serde_json",
10741 "serde_json_lenient",
10742 "smallvec",
10743 "tree-sitter",
10744 "tree-sitter-json",
10745 "unindent",
10746 "util",
10747]
10748
10749[[package]]
10750name = "settings_ui"
10751version = "0.1.0"
10752dependencies = [
10753 "command_palette_hooks",
10754 "editor",
10755 "feature_flags",
10756 "gpui",
10757 "settings",
10758 "theme",
10759 "ui",
10760 "workspace",
10761]
10762
10763[[package]]
10764name = "sha1"
10765version = "0.10.6"
10766source = "registry+https://github.com/rust-lang/crates.io-index"
10767checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10768dependencies = [
10769 "cfg-if",
10770 "cpufeatures",
10771 "digest",
10772]
10773
10774[[package]]
10775name = "sha1_smol"
10776version = "1.0.1"
10777source = "registry+https://github.com/rust-lang/crates.io-index"
10778checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
10779
10780[[package]]
10781name = "sha2"
10782version = "0.10.8"
10783source = "registry+https://github.com/rust-lang/crates.io-index"
10784checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
10785dependencies = [
10786 "cfg-if",
10787 "cpufeatures",
10788 "digest",
10789]
10790
10791[[package]]
10792name = "sharded-slab"
10793version = "0.1.7"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
10796dependencies = [
10797 "lazy_static",
10798]
10799
10800[[package]]
10801name = "shell-words"
10802version = "1.1.0"
10803source = "registry+https://github.com/rust-lang/crates.io-index"
10804checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
10805
10806[[package]]
10807name = "shellexpand"
10808version = "2.1.2"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10811dependencies = [
10812 "dirs 4.0.0",
10813]
10814
10815[[package]]
10816name = "shellexpand"
10817version = "3.1.0"
10818source = "registry+https://github.com/rust-lang/crates.io-index"
10819checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10820dependencies = [
10821 "dirs 5.0.1",
10822]
10823
10824[[package]]
10825name = "shlex"
10826version = "1.3.0"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10829
10830[[package]]
10831name = "signal-hook"
10832version = "0.3.17"
10833source = "registry+https://github.com/rust-lang/crates.io-index"
10834checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10835dependencies = [
10836 "libc",
10837 "signal-hook-registry",
10838]
10839
10840[[package]]
10841name = "signal-hook-registry"
10842version = "1.4.2"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10845dependencies = [
10846 "libc",
10847]
10848
10849[[package]]
10850name = "signature"
10851version = "1.6.4"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10854dependencies = [
10855 "digest",
10856 "rand_core 0.6.4",
10857]
10858
10859[[package]]
10860name = "signature"
10861version = "2.2.0"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10864dependencies = [
10865 "digest",
10866 "rand_core 0.6.4",
10867]
10868
10869[[package]]
10870name = "simd-adler32"
10871version = "0.3.7"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10874
10875[[package]]
10876name = "simd_helpers"
10877version = "0.1.0"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10880dependencies = [
10881 "quote",
10882]
10883
10884[[package]]
10885name = "simdutf8"
10886version = "0.1.4"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10889
10890[[package]]
10891name = "similar"
10892version = "1.3.0"
10893source = "registry+https://github.com/rust-lang/crates.io-index"
10894checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10895
10896[[package]]
10897name = "simple_asn1"
10898version = "0.6.2"
10899source = "registry+https://github.com/rust-lang/crates.io-index"
10900checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10901dependencies = [
10902 "num-bigint",
10903 "num-traits",
10904 "thiserror",
10905 "time",
10906]
10907
10908[[package]]
10909name = "simplecss"
10910version = "0.2.1"
10911source = "registry+https://github.com/rust-lang/crates.io-index"
10912checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10913dependencies = [
10914 "log",
10915]
10916
10917[[package]]
10918name = "simplelog"
10919version = "0.12.2"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10922dependencies = [
10923 "log",
10924 "termcolor",
10925 "time",
10926]
10927
10928[[package]]
10929name = "siphasher"
10930version = "0.3.11"
10931source = "registry+https://github.com/rust-lang/crates.io-index"
10932checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10933
10934[[package]]
10935name = "siphasher"
10936version = "1.0.1"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
10939
10940[[package]]
10941name = "skrifa"
10942version = "0.20.0"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
10945dependencies = [
10946 "bytemuck",
10947 "read-fonts",
10948]
10949
10950[[package]]
10951name = "slab"
10952version = "0.4.9"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
10955dependencies = [
10956 "autocfg",
10957]
10958
10959[[package]]
10960name = "slash_commands_example"
10961version = "0.1.0"
10962dependencies = [
10963 "zed_extension_api 0.1.0",
10964]
10965
10966[[package]]
10967name = "slice-group-by"
10968version = "0.3.1"
10969source = "registry+https://github.com/rust-lang/crates.io-index"
10970checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
10971
10972[[package]]
10973name = "slotmap"
10974version = "1.0.7"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
10977dependencies = [
10978 "version_check",
10979]
10980
10981[[package]]
10982name = "smallvec"
10983version = "1.13.2"
10984source = "registry+https://github.com/rust-lang/crates.io-index"
10985checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
10986dependencies = [
10987 "serde",
10988]
10989
10990[[package]]
10991name = "smart-default"
10992version = "0.6.0"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
10995dependencies = [
10996 "proc-macro2",
10997 "quote",
10998 "syn 1.0.109",
10999]
11000
11001[[package]]
11002name = "smol"
11003version = "1.3.0"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11006dependencies = [
11007 "async-channel 1.9.0",
11008 "async-executor",
11009 "async-fs 1.6.0",
11010 "async-io 1.13.0",
11011 "async-lock 2.8.0",
11012 "async-net 1.8.0",
11013 "async-process 1.8.1",
11014 "blocking",
11015 "futures-lite 1.13.0",
11016]
11017
11018[[package]]
11019name = "smol_str"
11020version = "0.1.24"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11023dependencies = [
11024 "serde",
11025]
11026
11027[[package]]
11028name = "snippet"
11029version = "0.1.0"
11030dependencies = [
11031 "anyhow",
11032 "smallvec",
11033]
11034
11035[[package]]
11036name = "snippet_provider"
11037version = "0.1.0"
11038dependencies = [
11039 "anyhow",
11040 "collections",
11041 "fs",
11042 "futures 0.3.30",
11043 "gpui",
11044 "parking_lot",
11045 "paths",
11046 "serde",
11047 "serde_json",
11048 "snippet",
11049 "util",
11050]
11051
11052[[package]]
11053name = "snippets_ui"
11054version = "0.1.0"
11055dependencies = [
11056 "fuzzy",
11057 "gpui",
11058 "language",
11059 "paths",
11060 "picker",
11061 "ui",
11062 "util",
11063 "workspace",
11064]
11065
11066[[package]]
11067name = "socket2"
11068version = "0.4.10"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
11071dependencies = [
11072 "libc",
11073 "winapi",
11074]
11075
11076[[package]]
11077name = "socket2"
11078version = "0.5.7"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
11081dependencies = [
11082 "libc",
11083 "windows-sys 0.52.0",
11084]
11085
11086[[package]]
11087name = "spdx"
11088version = "0.10.6"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
11091dependencies = [
11092 "smallvec",
11093]
11094
11095[[package]]
11096name = "spin"
11097version = "0.5.2"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
11100
11101[[package]]
11102name = "spin"
11103version = "0.9.8"
11104source = "registry+https://github.com/rust-lang/crates.io-index"
11105checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11106dependencies = [
11107 "lock_api",
11108]
11109
11110[[package]]
11111name = "spirv"
11112version = "0.3.0+sdk-1.3.268.0"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11115dependencies = [
11116 "bitflags 2.6.0",
11117]
11118
11119[[package]]
11120name = "spki"
11121version = "0.6.0"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11124dependencies = [
11125 "base64ct",
11126 "der 0.6.1",
11127]
11128
11129[[package]]
11130name = "spki"
11131version = "0.7.3"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11134dependencies = [
11135 "base64ct",
11136 "der 0.7.9",
11137]
11138
11139[[package]]
11140name = "sptr"
11141version = "0.3.2"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11144
11145[[package]]
11146name = "sqlez"
11147version = "0.1.0"
11148dependencies = [
11149 "anyhow",
11150 "collections",
11151 "futures 0.3.30",
11152 "indoc",
11153 "libsqlite3-sys",
11154 "parking_lot",
11155 "smol",
11156 "sqlformat",
11157 "thread_local",
11158 "util",
11159 "uuid",
11160]
11161
11162[[package]]
11163name = "sqlez_macros"
11164version = "0.1.0"
11165dependencies = [
11166 "sqlez",
11167 "sqlformat",
11168 "syn 1.0.109",
11169]
11170
11171[[package]]
11172name = "sqlformat"
11173version = "0.2.6"
11174source = "registry+https://github.com/rust-lang/crates.io-index"
11175checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
11176dependencies = [
11177 "nom",
11178 "unicode_categories",
11179]
11180
11181[[package]]
11182name = "sqlx"
11183version = "0.8.0"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
11186dependencies = [
11187 "sqlx-core",
11188 "sqlx-macros",
11189 "sqlx-mysql",
11190 "sqlx-postgres",
11191 "sqlx-sqlite",
11192]
11193
11194[[package]]
11195name = "sqlx-core"
11196version = "0.8.0"
11197source = "registry+https://github.com/rust-lang/crates.io-index"
11198checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
11199dependencies = [
11200 "atoi",
11201 "bigdecimal",
11202 "byteorder",
11203 "bytes 1.7.2",
11204 "chrono",
11205 "crc",
11206 "crossbeam-queue",
11207 "either",
11208 "event-listener 5.3.1",
11209 "futures-channel",
11210 "futures-core",
11211 "futures-intrusive",
11212 "futures-io",
11213 "futures-util",
11214 "hashbrown 0.14.5",
11215 "hashlink 0.9.1",
11216 "hex",
11217 "indexmap 2.4.0",
11218 "log",
11219 "memchr",
11220 "once_cell",
11221 "paste",
11222 "percent-encoding",
11223 "rust_decimal",
11224 "rustls 0.21.12",
11225 "rustls-pemfile 1.0.4",
11226 "serde",
11227 "serde_json",
11228 "sha2",
11229 "smallvec",
11230 "sqlformat",
11231 "thiserror",
11232 "time",
11233 "tokio",
11234 "tokio-stream",
11235 "tracing",
11236 "url",
11237 "uuid",
11238 "webpki-roots 0.25.4",
11239]
11240
11241[[package]]
11242name = "sqlx-macros"
11243version = "0.8.0"
11244source = "registry+https://github.com/rust-lang/crates.io-index"
11245checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
11246dependencies = [
11247 "proc-macro2",
11248 "quote",
11249 "sqlx-core",
11250 "sqlx-macros-core",
11251 "syn 2.0.76",
11252]
11253
11254[[package]]
11255name = "sqlx-macros-core"
11256version = "0.8.0"
11257source = "registry+https://github.com/rust-lang/crates.io-index"
11258checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
11259dependencies = [
11260 "dotenvy",
11261 "either",
11262 "heck 0.5.0",
11263 "hex",
11264 "once_cell",
11265 "proc-macro2",
11266 "quote",
11267 "serde",
11268 "serde_json",
11269 "sha2",
11270 "sqlx-core",
11271 "sqlx-mysql",
11272 "sqlx-postgres",
11273 "sqlx-sqlite",
11274 "syn 2.0.76",
11275 "tempfile",
11276 "tokio",
11277 "url",
11278]
11279
11280[[package]]
11281name = "sqlx-mysql"
11282version = "0.8.0"
11283source = "registry+https://github.com/rust-lang/crates.io-index"
11284checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
11285dependencies = [
11286 "atoi",
11287 "base64 0.22.1",
11288 "bigdecimal",
11289 "bitflags 2.6.0",
11290 "byteorder",
11291 "bytes 1.7.2",
11292 "chrono",
11293 "crc",
11294 "digest",
11295 "dotenvy",
11296 "either",
11297 "futures-channel",
11298 "futures-core",
11299 "futures-io",
11300 "futures-util",
11301 "generic-array",
11302 "hex",
11303 "hkdf",
11304 "hmac",
11305 "itoa",
11306 "log",
11307 "md-5",
11308 "memchr",
11309 "once_cell",
11310 "percent-encoding",
11311 "rand 0.8.5",
11312 "rsa",
11313 "rust_decimal",
11314 "serde",
11315 "sha1",
11316 "sha2",
11317 "smallvec",
11318 "sqlx-core",
11319 "stringprep",
11320 "thiserror",
11321 "time",
11322 "tracing",
11323 "uuid",
11324 "whoami",
11325]
11326
11327[[package]]
11328name = "sqlx-postgres"
11329version = "0.8.0"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
11332dependencies = [
11333 "atoi",
11334 "base64 0.22.1",
11335 "bigdecimal",
11336 "bitflags 2.6.0",
11337 "byteorder",
11338 "chrono",
11339 "crc",
11340 "dotenvy",
11341 "etcetera",
11342 "futures-channel",
11343 "futures-core",
11344 "futures-io",
11345 "futures-util",
11346 "hex",
11347 "hkdf",
11348 "hmac",
11349 "home",
11350 "itoa",
11351 "log",
11352 "md-5",
11353 "memchr",
11354 "num-bigint",
11355 "once_cell",
11356 "rand 0.8.5",
11357 "rust_decimal",
11358 "serde",
11359 "serde_json",
11360 "sha2",
11361 "smallvec",
11362 "sqlx-core",
11363 "stringprep",
11364 "thiserror",
11365 "time",
11366 "tracing",
11367 "uuid",
11368 "whoami",
11369]
11370
11371[[package]]
11372name = "sqlx-sqlite"
11373version = "0.8.0"
11374source = "registry+https://github.com/rust-lang/crates.io-index"
11375checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
11376dependencies = [
11377 "atoi",
11378 "chrono",
11379 "flume",
11380 "futures-channel",
11381 "futures-core",
11382 "futures-executor",
11383 "futures-intrusive",
11384 "futures-util",
11385 "libsqlite3-sys",
11386 "log",
11387 "percent-encoding",
11388 "serde",
11389 "serde_urlencoded",
11390 "sqlx-core",
11391 "time",
11392 "tracing",
11393 "url",
11394 "uuid",
11395]
11396
11397[[package]]
11398name = "stable_deref_trait"
11399version = "1.2.0"
11400source = "registry+https://github.com/rust-lang/crates.io-index"
11401checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
11402
11403[[package]]
11404name = "static_assertions"
11405version = "1.1.0"
11406source = "registry+https://github.com/rust-lang/crates.io-index"
11407checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
11408
11409[[package]]
11410name = "story"
11411version = "0.1.0"
11412dependencies = [
11413 "gpui",
11414 "itertools 0.13.0",
11415 "smallvec",
11416]
11417
11418[[package]]
11419name = "storybook"
11420version = "0.1.0"
11421dependencies = [
11422 "anyhow",
11423 "clap",
11424 "collab_ui",
11425 "ctrlc",
11426 "dialoguer",
11427 "editor",
11428 "fuzzy",
11429 "gpui",
11430 "indoc",
11431 "language",
11432 "log",
11433 "menu",
11434 "picker",
11435 "project",
11436 "reqwest_client",
11437 "rust-embed",
11438 "settings",
11439 "simplelog",
11440 "story",
11441 "strum 0.25.0",
11442 "theme",
11443 "title_bar",
11444 "ui",
11445]
11446
11447[[package]]
11448name = "strict-num"
11449version = "0.1.1"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
11452dependencies = [
11453 "float-cmp",
11454]
11455
11456[[package]]
11457name = "string_cache"
11458version = "0.8.7"
11459source = "registry+https://github.com/rust-lang/crates.io-index"
11460checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
11461dependencies = [
11462 "new_debug_unreachable",
11463 "once_cell",
11464 "parking_lot",
11465 "phf_shared 0.10.0",
11466 "precomputed-hash",
11467 "serde",
11468]
11469
11470[[package]]
11471name = "string_cache_codegen"
11472version = "0.5.2"
11473source = "registry+https://github.com/rust-lang/crates.io-index"
11474checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
11475dependencies = [
11476 "phf_generator 0.10.0",
11477 "phf_shared 0.10.0",
11478 "proc-macro2",
11479 "quote",
11480]
11481
11482[[package]]
11483name = "stringprep"
11484version = "0.1.5"
11485source = "registry+https://github.com/rust-lang/crates.io-index"
11486checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
11487dependencies = [
11488 "unicode-bidi",
11489 "unicode-normalization",
11490 "unicode-properties",
11491]
11492
11493[[package]]
11494name = "strsim"
11495version = "0.11.1"
11496source = "registry+https://github.com/rust-lang/crates.io-index"
11497checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
11498
11499[[package]]
11500name = "strum"
11501version = "0.25.0"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
11504dependencies = [
11505 "strum_macros",
11506]
11507
11508[[package]]
11509name = "strum"
11510version = "0.26.3"
11511source = "registry+https://github.com/rust-lang/crates.io-index"
11512checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
11513
11514[[package]]
11515name = "strum_macros"
11516version = "0.25.3"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
11519dependencies = [
11520 "heck 0.4.1",
11521 "proc-macro2",
11522 "quote",
11523 "rustversion",
11524 "syn 2.0.76",
11525]
11526
11527[[package]]
11528name = "subtle"
11529version = "2.6.1"
11530source = "registry+https://github.com/rust-lang/crates.io-index"
11531checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
11532
11533[[package]]
11534name = "sum_tree"
11535version = "0.1.0"
11536dependencies = [
11537 "arrayvec",
11538 "ctor",
11539 "env_logger 0.11.5",
11540 "log",
11541 "rand 0.8.5",
11542 "rayon",
11543]
11544
11545[[package]]
11546name = "supermaven"
11547version = "0.1.0"
11548dependencies = [
11549 "anyhow",
11550 "client",
11551 "collections",
11552 "editor",
11553 "env_logger 0.11.5",
11554 "futures 0.3.30",
11555 "gpui",
11556 "http_client",
11557 "language",
11558 "log",
11559 "postage",
11560 "project",
11561 "serde",
11562 "serde_json",
11563 "settings",
11564 "smol",
11565 "supermaven_api",
11566 "text",
11567 "theme",
11568 "ui",
11569 "unicode-segmentation",
11570 "util",
11571 "windows 0.58.0",
11572]
11573
11574[[package]]
11575name = "supermaven_api"
11576version = "0.1.0"
11577dependencies = [
11578 "anyhow",
11579 "futures 0.3.30",
11580 "http_client",
11581 "paths",
11582 "serde",
11583 "serde_json",
11584 "smol",
11585]
11586
11587[[package]]
11588name = "sval"
11589version = "2.13.0"
11590source = "registry+https://github.com/rust-lang/crates.io-index"
11591checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
11592
11593[[package]]
11594name = "sval_buffer"
11595version = "2.13.0"
11596source = "registry+https://github.com/rust-lang/crates.io-index"
11597checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
11598dependencies = [
11599 "sval",
11600 "sval_ref",
11601]
11602
11603[[package]]
11604name = "sval_dynamic"
11605version = "2.13.0"
11606source = "registry+https://github.com/rust-lang/crates.io-index"
11607checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
11608dependencies = [
11609 "sval",
11610]
11611
11612[[package]]
11613name = "sval_fmt"
11614version = "2.13.0"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
11617dependencies = [
11618 "itoa",
11619 "ryu",
11620 "sval",
11621]
11622
11623[[package]]
11624name = "sval_json"
11625version = "2.13.0"
11626source = "registry+https://github.com/rust-lang/crates.io-index"
11627checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
11628dependencies = [
11629 "itoa",
11630 "ryu",
11631 "sval",
11632]
11633
11634[[package]]
11635name = "sval_nested"
11636version = "2.13.0"
11637source = "registry+https://github.com/rust-lang/crates.io-index"
11638checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
11639dependencies = [
11640 "sval",
11641 "sval_buffer",
11642 "sval_ref",
11643]
11644
11645[[package]]
11646name = "sval_ref"
11647version = "2.13.0"
11648source = "registry+https://github.com/rust-lang/crates.io-index"
11649checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
11650dependencies = [
11651 "sval",
11652]
11653
11654[[package]]
11655name = "sval_serde"
11656version = "2.13.0"
11657source = "registry+https://github.com/rust-lang/crates.io-index"
11658checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
11659dependencies = [
11660 "serde",
11661 "sval",
11662 "sval_nested",
11663]
11664
11665[[package]]
11666name = "svg_fmt"
11667version = "0.4.3"
11668source = "registry+https://github.com/rust-lang/crates.io-index"
11669checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
11670
11671[[package]]
11672name = "svgtypes"
11673version = "0.15.2"
11674source = "registry+https://github.com/rust-lang/crates.io-index"
11675checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
11676dependencies = [
11677 "kurbo",
11678 "siphasher 1.0.1",
11679]
11680
11681[[package]]
11682name = "swash"
11683version = "0.1.18"
11684source = "registry+https://github.com/rust-lang/crates.io-index"
11685checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
11686dependencies = [
11687 "skrifa",
11688 "yazi",
11689 "zeno",
11690]
11691
11692[[package]]
11693name = "syn"
11694version = "1.0.109"
11695source = "registry+https://github.com/rust-lang/crates.io-index"
11696checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
11697dependencies = [
11698 "proc-macro2",
11699 "quote",
11700 "unicode-ident",
11701]
11702
11703[[package]]
11704name = "syn"
11705version = "2.0.76"
11706source = "registry+https://github.com/rust-lang/crates.io-index"
11707checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
11708dependencies = [
11709 "proc-macro2",
11710 "quote",
11711 "unicode-ident",
11712]
11713
11714[[package]]
11715name = "syn_derive"
11716version = "0.1.8"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
11719dependencies = [
11720 "proc-macro-error",
11721 "proc-macro2",
11722 "quote",
11723 "syn 2.0.76",
11724]
11725
11726[[package]]
11727name = "sync_wrapper"
11728version = "0.1.2"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
11731
11732[[package]]
11733name = "sync_wrapper"
11734version = "1.0.1"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
11737dependencies = [
11738 "futures-core",
11739]
11740
11741[[package]]
11742name = "synchronoise"
11743version = "1.0.1"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
11746dependencies = [
11747 "crossbeam-queue",
11748]
11749
11750[[package]]
11751name = "sys-locale"
11752version = "0.3.1"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
11755dependencies = [
11756 "libc",
11757]
11758
11759[[package]]
11760name = "sysinfo"
11761version = "0.31.4"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
11764dependencies = [
11765 "core-foundation-sys",
11766 "libc",
11767 "memchr",
11768 "ntapi",
11769 "rayon",
11770 "windows 0.54.0",
11771]
11772
11773[[package]]
11774name = "system-configuration"
11775version = "0.5.1"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
11778dependencies = [
11779 "bitflags 1.3.2",
11780 "core-foundation 0.9.4",
11781 "system-configuration-sys 0.5.0",
11782]
11783
11784[[package]]
11785name = "system-configuration"
11786version = "0.6.1"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
11789dependencies = [
11790 "bitflags 2.6.0",
11791 "core-foundation 0.9.4",
11792 "system-configuration-sys 0.6.0",
11793]
11794
11795[[package]]
11796name = "system-configuration-sys"
11797version = "0.5.0"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
11800dependencies = [
11801 "core-foundation-sys",
11802 "libc",
11803]
11804
11805[[package]]
11806name = "system-configuration-sys"
11807version = "0.6.0"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
11810dependencies = [
11811 "core-foundation-sys",
11812 "libc",
11813]
11814
11815[[package]]
11816name = "system-deps"
11817version = "6.2.2"
11818source = "registry+https://github.com/rust-lang/crates.io-index"
11819checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
11820dependencies = [
11821 "cfg-expr",
11822 "heck 0.5.0",
11823 "pkg-config",
11824 "toml 0.8.19",
11825 "version-compare",
11826]
11827
11828[[package]]
11829name = "system-interface"
11830version = "0.27.2"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
11833dependencies = [
11834 "bitflags 2.6.0",
11835 "cap-fs-ext",
11836 "cap-std",
11837 "fd-lock",
11838 "io-lifetimes 2.0.3",
11839 "rustix 0.38.35",
11840 "windows-sys 0.52.0",
11841 "winx",
11842]
11843
11844[[package]]
11845name = "tab_switcher"
11846version = "0.1.0"
11847dependencies = [
11848 "anyhow",
11849 "collections",
11850 "ctor",
11851 "editor",
11852 "env_logger 0.11.5",
11853 "gpui",
11854 "language",
11855 "menu",
11856 "picker",
11857 "project",
11858 "serde",
11859 "serde_json",
11860 "settings",
11861 "theme",
11862 "ui",
11863 "util",
11864 "workspace",
11865]
11866
11867[[package]]
11868name = "taffy"
11869version = "0.4.4"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11872dependencies = [
11873 "arrayvec",
11874 "grid",
11875 "num-traits",
11876 "serde",
11877 "slotmap",
11878]
11879
11880[[package]]
11881name = "take-until"
11882version = "0.2.0"
11883source = "registry+https://github.com/rust-lang/crates.io-index"
11884checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11885
11886[[package]]
11887name = "tap"
11888version = "1.0.1"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11891
11892[[package]]
11893name = "target-lexicon"
11894version = "0.12.16"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11897
11898[[package]]
11899name = "task"
11900version = "0.1.0"
11901dependencies = [
11902 "anyhow",
11903 "collections",
11904 "futures 0.3.30",
11905 "gpui",
11906 "hex",
11907 "parking_lot",
11908 "schemars",
11909 "serde",
11910 "serde_json_lenient",
11911 "sha2",
11912 "shellexpand 2.1.2",
11913 "util",
11914]
11915
11916[[package]]
11917name = "tasks_ui"
11918version = "0.1.0"
11919dependencies = [
11920 "anyhow",
11921 "editor",
11922 "file_icons",
11923 "fuzzy",
11924 "gpui",
11925 "language",
11926 "menu",
11927 "picker",
11928 "project",
11929 "schemars",
11930 "serde",
11931 "serde_json",
11932 "settings",
11933 "task",
11934 "tree-sitter-rust",
11935 "tree-sitter-typescript",
11936 "ui",
11937 "util",
11938 "workspace",
11939]
11940
11941[[package]]
11942name = "telemetry_events"
11943version = "0.1.0"
11944dependencies = [
11945 "semantic_version",
11946 "serde",
11947]
11948
11949[[package]]
11950name = "tempfile"
11951version = "3.12.0"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
11954dependencies = [
11955 "cfg-if",
11956 "fastrand 2.1.1",
11957 "once_cell",
11958 "rustix 0.38.35",
11959 "windows-sys 0.59.0",
11960]
11961
11962[[package]]
11963name = "tendril"
11964version = "0.4.3"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
11967dependencies = [
11968 "futf",
11969 "mac",
11970 "utf-8",
11971]
11972
11973[[package]]
11974name = "termcolor"
11975version = "1.4.1"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
11978dependencies = [
11979 "winapi-util",
11980]
11981
11982[[package]]
11983name = "terminal"
11984version = "0.1.0"
11985dependencies = [
11986 "alacritty_terminal",
11987 "anyhow",
11988 "collections",
11989 "dirs 4.0.0",
11990 "futures 0.3.30",
11991 "gpui",
11992 "libc",
11993 "rand 0.8.5",
11994 "regex",
11995 "release_channel",
11996 "schemars",
11997 "serde",
11998 "serde_derive",
11999 "settings",
12000 "smol",
12001 "sysinfo",
12002 "task",
12003 "theme",
12004 "thiserror",
12005 "util",
12006 "windows 0.58.0",
12007]
12008
12009[[package]]
12010name = "terminal_size"
12011version = "0.4.0"
12012source = "registry+https://github.com/rust-lang/crates.io-index"
12013checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
12014dependencies = [
12015 "rustix 0.38.35",
12016 "windows-sys 0.59.0",
12017]
12018
12019[[package]]
12020name = "terminal_view"
12021version = "0.1.0"
12022dependencies = [
12023 "anyhow",
12024 "client",
12025 "collections",
12026 "db",
12027 "dirs 4.0.0",
12028 "editor",
12029 "futures 0.3.30",
12030 "gpui",
12031 "itertools 0.13.0",
12032 "language",
12033 "project",
12034 "rand 0.8.5",
12035 "search",
12036 "serde",
12037 "serde_json",
12038 "settings",
12039 "shellexpand 2.1.2",
12040 "smol",
12041 "task",
12042 "tasks_ui",
12043 "terminal",
12044 "theme",
12045 "ui",
12046 "util",
12047 "workspace",
12048 "zed_actions",
12049]
12050
12051[[package]]
12052name = "text"
12053version = "0.1.0"
12054dependencies = [
12055 "anyhow",
12056 "clock",
12057 "collections",
12058 "ctor",
12059 "env_logger 0.11.5",
12060 "gpui",
12061 "http_client",
12062 "log",
12063 "parking_lot",
12064 "postage",
12065 "rand 0.8.5",
12066 "regex",
12067 "rope",
12068 "smallvec",
12069 "sum_tree",
12070 "util",
12071]
12072
12073[[package]]
12074name = "theme"
12075version = "0.1.0"
12076dependencies = [
12077 "anyhow",
12078 "collections",
12079 "derive_more",
12080 "fs",
12081 "futures 0.3.30",
12082 "gpui",
12083 "indexmap 1.9.3",
12084 "log",
12085 "palette",
12086 "parking_lot",
12087 "refineable",
12088 "schemars",
12089 "serde",
12090 "serde_derive",
12091 "serde_json",
12092 "serde_json_lenient",
12093 "serde_repr",
12094 "settings",
12095 "util",
12096 "uuid",
12097]
12098
12099[[package]]
12100name = "theme_importer"
12101version = "0.1.0"
12102dependencies = [
12103 "anyhow",
12104 "clap",
12105 "gpui",
12106 "indexmap 1.9.3",
12107 "log",
12108 "palette",
12109 "rust-embed",
12110 "schemars",
12111 "serde",
12112 "serde_json",
12113 "serde_json_lenient",
12114 "simplelog",
12115 "strum 0.25.0",
12116 "theme",
12117 "vscode_theme",
12118]
12119
12120[[package]]
12121name = "theme_selector"
12122version = "0.1.0"
12123dependencies = [
12124 "client",
12125 "feature_flags",
12126 "fs",
12127 "fuzzy",
12128 "gpui",
12129 "log",
12130 "picker",
12131 "serde",
12132 "settings",
12133 "theme",
12134 "ui",
12135 "util",
12136 "workspace",
12137]
12138
12139[[package]]
12140name = "thiserror"
12141version = "1.0.64"
12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
12144dependencies = [
12145 "thiserror-impl",
12146]
12147
12148[[package]]
12149name = "thiserror-impl"
12150version = "1.0.64"
12151source = "registry+https://github.com/rust-lang/crates.io-index"
12152checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
12153dependencies = [
12154 "proc-macro2",
12155 "quote",
12156 "syn 2.0.76",
12157]
12158
12159[[package]]
12160name = "thread_local"
12161version = "1.1.8"
12162source = "registry+https://github.com/rust-lang/crates.io-index"
12163checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
12164dependencies = [
12165 "cfg-if",
12166 "once_cell",
12167]
12168
12169[[package]]
12170name = "tiff"
12171version = "0.9.1"
12172source = "registry+https://github.com/rust-lang/crates.io-index"
12173checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
12174dependencies = [
12175 "flate2",
12176 "jpeg-decoder",
12177 "weezl",
12178]
12179
12180[[package]]
12181name = "tiktoken-rs"
12182version = "0.5.9"
12183source = "registry+https://github.com/rust-lang/crates.io-index"
12184checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
12185dependencies = [
12186 "anyhow",
12187 "base64 0.21.7",
12188 "bstr",
12189 "fancy-regex",
12190 "lazy_static",
12191 "parking_lot",
12192 "rustc-hash 1.1.0",
12193]
12194
12195[[package]]
12196name = "time"
12197version = "0.3.36"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
12200dependencies = [
12201 "deranged",
12202 "itoa",
12203 "libc",
12204 "num-conv",
12205 "num_threads",
12206 "powerfmt",
12207 "serde",
12208 "time-core",
12209 "time-macros",
12210]
12211
12212[[package]]
12213name = "time-core"
12214version = "0.1.2"
12215source = "registry+https://github.com/rust-lang/crates.io-index"
12216checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
12217
12218[[package]]
12219name = "time-macros"
12220version = "0.2.18"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
12223dependencies = [
12224 "num-conv",
12225 "time-core",
12226]
12227
12228[[package]]
12229name = "time_format"
12230version = "0.1.0"
12231dependencies = [
12232 "core-foundation 0.9.4",
12233 "core-foundation-sys",
12234 "sys-locale",
12235 "time",
12236]
12237
12238[[package]]
12239name = "tiny-keccak"
12240version = "2.0.2"
12241source = "registry+https://github.com/rust-lang/crates.io-index"
12242checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
12243dependencies = [
12244 "crunchy",
12245]
12246
12247[[package]]
12248name = "tiny-skia"
12249version = "0.11.4"
12250source = "registry+https://github.com/rust-lang/crates.io-index"
12251checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
12252dependencies = [
12253 "arrayref",
12254 "arrayvec",
12255 "bytemuck",
12256 "cfg-if",
12257 "log",
12258 "png",
12259 "tiny-skia-path",
12260]
12261
12262[[package]]
12263name = "tiny-skia-path"
12264version = "0.11.4"
12265source = "registry+https://github.com/rust-lang/crates.io-index"
12266checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
12267dependencies = [
12268 "arrayref",
12269 "bytemuck",
12270 "strict-num",
12271]
12272
12273[[package]]
12274name = "tiny_http"
12275version = "0.8.2"
12276source = "registry+https://github.com/rust-lang/crates.io-index"
12277checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
12278dependencies = [
12279 "ascii",
12280 "chrono",
12281 "chunked_transfer",
12282 "log",
12283 "url",
12284]
12285
12286[[package]]
12287name = "tinytemplate"
12288version = "1.2.1"
12289source = "registry+https://github.com/rust-lang/crates.io-index"
12290checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12291dependencies = [
12292 "serde",
12293 "serde_json",
12294]
12295
12296[[package]]
12297name = "tinyvec"
12298version = "1.8.0"
12299source = "registry+https://github.com/rust-lang/crates.io-index"
12300checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
12301dependencies = [
12302 "tinyvec_macros",
12303]
12304
12305[[package]]
12306name = "tinyvec_macros"
12307version = "0.1.1"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
12310
12311[[package]]
12312name = "title_bar"
12313version = "0.1.0"
12314dependencies = [
12315 "auto_update",
12316 "call",
12317 "client",
12318 "collections",
12319 "command_palette",
12320 "editor",
12321 "extensions_ui",
12322 "feature_flags",
12323 "feedback",
12324 "gpui",
12325 "http_client",
12326 "notifications",
12327 "pretty_assertions",
12328 "project",
12329 "recent_projects",
12330 "remote",
12331 "rpc",
12332 "serde",
12333 "settings",
12334 "smallvec",
12335 "story",
12336 "theme",
12337 "theme_selector",
12338 "tree-sitter-md",
12339 "ui",
12340 "util",
12341 "vcs_menu",
12342 "windows 0.58.0",
12343 "workspace",
12344 "zed_actions",
12345]
12346
12347[[package]]
12348name = "tokio"
12349version = "1.40.0"
12350source = "registry+https://github.com/rust-lang/crates.io-index"
12351checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
12352dependencies = [
12353 "backtrace",
12354 "bytes 1.7.2",
12355 "libc",
12356 "mio 1.0.2",
12357 "parking_lot",
12358 "pin-project-lite",
12359 "signal-hook-registry",
12360 "socket2 0.5.7",
12361 "tokio-macros",
12362 "windows-sys 0.52.0",
12363]
12364
12365[[package]]
12366name = "tokio-io"
12367version = "0.1.13"
12368source = "registry+https://github.com/rust-lang/crates.io-index"
12369checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
12370dependencies = [
12371 "bytes 0.4.12",
12372 "futures 0.1.31",
12373 "log",
12374]
12375
12376[[package]]
12377name = "tokio-macros"
12378version = "2.4.0"
12379source = "registry+https://github.com/rust-lang/crates.io-index"
12380checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
12381dependencies = [
12382 "proc-macro2",
12383 "quote",
12384 "syn 2.0.76",
12385]
12386
12387[[package]]
12388name = "tokio-native-tls"
12389version = "0.3.1"
12390source = "registry+https://github.com/rust-lang/crates.io-index"
12391checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
12392dependencies = [
12393 "native-tls",
12394 "tokio",
12395]
12396
12397[[package]]
12398name = "tokio-rustls"
12399version = "0.24.1"
12400source = "registry+https://github.com/rust-lang/crates.io-index"
12401checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
12402dependencies = [
12403 "rustls 0.21.12",
12404 "tokio",
12405]
12406
12407[[package]]
12408name = "tokio-rustls"
12409version = "0.26.0"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12412dependencies = [
12413 "rustls 0.23.13",
12414 "rustls-pki-types",
12415 "tokio",
12416]
12417
12418[[package]]
12419name = "tokio-socks"
12420version = "0.5.2"
12421source = "registry+https://github.com/rust-lang/crates.io-index"
12422checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
12423dependencies = [
12424 "either",
12425 "futures-io",
12426 "futures-util",
12427 "thiserror",
12428 "tokio",
12429]
12430
12431[[package]]
12432name = "tokio-stream"
12433version = "0.1.15"
12434source = "registry+https://github.com/rust-lang/crates.io-index"
12435checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12436dependencies = [
12437 "futures-core",
12438 "pin-project-lite",
12439 "tokio",
12440]
12441
12442[[package]]
12443name = "tokio-tungstenite"
12444version = "0.20.1"
12445source = "registry+https://github.com/rust-lang/crates.io-index"
12446checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
12447dependencies = [
12448 "futures-util",
12449 "log",
12450 "tokio",
12451 "tungstenite 0.20.1",
12452]
12453
12454[[package]]
12455name = "tokio-tungstenite"
12456version = "0.21.0"
12457source = "registry+https://github.com/rust-lang/crates.io-index"
12458checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
12459dependencies = [
12460 "futures-util",
12461 "log",
12462 "tokio",
12463 "tungstenite 0.21.0",
12464]
12465
12466[[package]]
12467name = "tokio-util"
12468version = "0.7.12"
12469source = "registry+https://github.com/rust-lang/crates.io-index"
12470checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
12471dependencies = [
12472 "bytes 1.7.2",
12473 "futures-core",
12474 "futures-io",
12475 "futures-sink",
12476 "pin-project-lite",
12477 "tokio",
12478]
12479
12480[[package]]
12481name = "toml"
12482version = "0.5.11"
12483source = "registry+https://github.com/rust-lang/crates.io-index"
12484checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12485dependencies = [
12486 "serde",
12487]
12488
12489[[package]]
12490name = "toml"
12491version = "0.7.8"
12492source = "registry+https://github.com/rust-lang/crates.io-index"
12493checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
12494dependencies = [
12495 "serde",
12496 "serde_spanned",
12497 "toml_datetime",
12498 "toml_edit 0.19.15",
12499]
12500
12501[[package]]
12502name = "toml"
12503version = "0.8.19"
12504source = "registry+https://github.com/rust-lang/crates.io-index"
12505checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
12506dependencies = [
12507 "serde",
12508 "serde_spanned",
12509 "toml_datetime",
12510 "toml_edit 0.22.20",
12511]
12512
12513[[package]]
12514name = "toml_datetime"
12515version = "0.6.8"
12516source = "registry+https://github.com/rust-lang/crates.io-index"
12517checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
12518dependencies = [
12519 "serde",
12520]
12521
12522[[package]]
12523name = "toml_edit"
12524version = "0.19.15"
12525source = "registry+https://github.com/rust-lang/crates.io-index"
12526checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
12527dependencies = [
12528 "indexmap 2.4.0",
12529 "serde",
12530 "serde_spanned",
12531 "toml_datetime",
12532 "winnow 0.5.40",
12533]
12534
12535[[package]]
12536name = "toml_edit"
12537version = "0.22.20"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
12540dependencies = [
12541 "indexmap 2.4.0",
12542 "serde",
12543 "serde_spanned",
12544 "toml_datetime",
12545 "winnow 0.6.18",
12546]
12547
12548[[package]]
12549name = "toolchain_selector"
12550version = "0.1.0"
12551dependencies = [
12552 "editor",
12553 "fuzzy",
12554 "gpui",
12555 "language",
12556 "picker",
12557 "project",
12558 "ui",
12559 "util",
12560 "workspace",
12561]
12562
12563[[package]]
12564name = "topological-sort"
12565version = "0.2.2"
12566source = "registry+https://github.com/rust-lang/crates.io-index"
12567checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
12568
12569[[package]]
12570name = "tower"
12571version = "0.4.13"
12572source = "registry+https://github.com/rust-lang/crates.io-index"
12573checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
12574dependencies = [
12575 "futures-core",
12576 "futures-util",
12577 "pin-project",
12578 "pin-project-lite",
12579 "tokio",
12580 "tower-layer",
12581 "tower-service",
12582 "tracing",
12583]
12584
12585[[package]]
12586name = "tower-http"
12587version = "0.3.5"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
12590dependencies = [
12591 "bitflags 1.3.2",
12592 "bytes 1.7.2",
12593 "futures-core",
12594 "futures-util",
12595 "http 0.2.12",
12596 "http-body 0.4.6",
12597 "http-range-header",
12598 "pin-project-lite",
12599 "tower-layer",
12600 "tower-service",
12601]
12602
12603[[package]]
12604name = "tower-http"
12605version = "0.4.4"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
12608dependencies = [
12609 "bitflags 2.6.0",
12610 "bytes 1.7.2",
12611 "futures-core",
12612 "futures-util",
12613 "http 0.2.12",
12614 "http-body 0.4.6",
12615 "http-range-header",
12616 "pin-project-lite",
12617 "tower-layer",
12618 "tower-service",
12619 "tracing",
12620]
12621
12622[[package]]
12623name = "tower-layer"
12624version = "0.3.3"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
12627
12628[[package]]
12629name = "tower-service"
12630version = "0.3.3"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
12633
12634[[package]]
12635name = "tracing"
12636version = "0.1.40"
12637source = "registry+https://github.com/rust-lang/crates.io-index"
12638checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
12639dependencies = [
12640 "log",
12641 "pin-project-lite",
12642 "tracing-attributes",
12643 "tracing-core",
12644]
12645
12646[[package]]
12647name = "tracing-attributes"
12648version = "0.1.27"
12649source = "registry+https://github.com/rust-lang/crates.io-index"
12650checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
12651dependencies = [
12652 "proc-macro2",
12653 "quote",
12654 "syn 2.0.76",
12655]
12656
12657[[package]]
12658name = "tracing-core"
12659version = "0.1.32"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
12662dependencies = [
12663 "once_cell",
12664 "valuable",
12665]
12666
12667[[package]]
12668name = "tracing-log"
12669version = "0.2.0"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
12672dependencies = [
12673 "log",
12674 "once_cell",
12675 "tracing-core",
12676]
12677
12678[[package]]
12679name = "tracing-serde"
12680version = "0.1.3"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
12683dependencies = [
12684 "serde",
12685 "tracing-core",
12686]
12687
12688[[package]]
12689name = "tracing-subscriber"
12690version = "0.3.18"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
12693dependencies = [
12694 "matchers",
12695 "nu-ansi-term",
12696 "once_cell",
12697 "regex",
12698 "serde",
12699 "serde_json",
12700 "sharded-slab",
12701 "smallvec",
12702 "thread_local",
12703 "tracing",
12704 "tracing-core",
12705 "tracing-log",
12706 "tracing-serde",
12707]
12708
12709[[package]]
12710name = "tree-sitter"
12711version = "0.23.0"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff"
12714dependencies = [
12715 "cc",
12716 "regex",
12717 "regex-syntax 0.8.4",
12718 "tree-sitter-language",
12719 "wasmtime-c-api-impl",
12720]
12721
12722[[package]]
12723name = "tree-sitter-bash"
12724version = "0.23.1"
12725source = "registry+https://github.com/rust-lang/crates.io-index"
12726checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
12727dependencies = [
12728 "cc",
12729 "tree-sitter-language",
12730]
12731
12732[[package]]
12733name = "tree-sitter-c"
12734version = "0.23.1"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b"
12737dependencies = [
12738 "cc",
12739 "tree-sitter-language",
12740]
12741
12742[[package]]
12743name = "tree-sitter-cpp"
12744version = "0.23.1"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "1d67e862242878d6ee50e1e5814f267ee3eea0168aea2cdbd700ccfb4c74b6d3"
12747dependencies = [
12748 "cc",
12749 "tree-sitter-language",
12750]
12751
12752[[package]]
12753name = "tree-sitter-css"
12754version = "0.23.0"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292"
12757dependencies = [
12758 "cc",
12759 "tree-sitter-language",
12760]
12761
12762[[package]]
12763name = "tree-sitter-diff"
12764version = "0.1.0"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
12767dependencies = [
12768 "cc",
12769 "tree-sitter-language",
12770]
12771
12772[[package]]
12773name = "tree-sitter-elixir"
12774version = "0.3.1"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32"
12777dependencies = [
12778 "cc",
12779 "tree-sitter-language",
12780]
12781
12782[[package]]
12783name = "tree-sitter-embedded-template"
12784version = "0.23.0"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495"
12787dependencies = [
12788 "cc",
12789 "tree-sitter-language",
12790]
12791
12792[[package]]
12793name = "tree-sitter-go"
12794version = "0.23.1"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e"
12797dependencies = [
12798 "cc",
12799 "tree-sitter-language",
12800]
12801
12802[[package]]
12803name = "tree-sitter-gomod"
12804version = "1.0.2"
12805source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
12806dependencies = [
12807 "cc",
12808 "tree-sitter-language",
12809]
12810
12811[[package]]
12812name = "tree-sitter-gowork"
12813version = "0.0.1"
12814source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
12815dependencies = [
12816 "cc",
12817 "tree-sitter-language",
12818]
12819
12820[[package]]
12821name = "tree-sitter-heex"
12822version = "0.0.1"
12823source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
12824dependencies = [
12825 "cc",
12826 "tree-sitter-language",
12827]
12828
12829[[package]]
12830name = "tree-sitter-html"
12831version = "0.20.4"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
12834dependencies = [
12835 "cc",
12836 "tree-sitter",
12837]
12838
12839[[package]]
12840name = "tree-sitter-jsdoc"
12841version = "0.23.0"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8"
12844dependencies = [
12845 "cc",
12846 "tree-sitter-language",
12847]
12848
12849[[package]]
12850name = "tree-sitter-json"
12851version = "0.23.0"
12852source = "registry+https://github.com/rust-lang/crates.io-index"
12853checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
12854dependencies = [
12855 "cc",
12856 "tree-sitter-language",
12857]
12858
12859[[package]]
12860name = "tree-sitter-language"
12861version = "0.1.0"
12862source = "registry+https://github.com/rust-lang/crates.io-index"
12863checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57"
12864
12865[[package]]
12866name = "tree-sitter-md"
12867version = "0.3.2"
12868source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
12869dependencies = [
12870 "cc",
12871 "tree-sitter-language",
12872]
12873
12874[[package]]
12875name = "tree-sitter-python"
12876version = "0.23.2"
12877source = "registry+https://github.com/rust-lang/crates.io-index"
12878checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb"
12879dependencies = [
12880 "cc",
12881 "tree-sitter-language",
12882]
12883
12884[[package]]
12885name = "tree-sitter-regex"
12886version = "0.23.0"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
12889dependencies = [
12890 "cc",
12891 "tree-sitter-language",
12892]
12893
12894[[package]]
12895name = "tree-sitter-ruby"
12896version = "0.23.0"
12897source = "registry+https://github.com/rust-lang/crates.io-index"
12898checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0"
12899dependencies = [
12900 "cc",
12901 "tree-sitter-language",
12902]
12903
12904[[package]]
12905name = "tree-sitter-rust"
12906version = "0.23.0"
12907source = "registry+https://github.com/rust-lang/crates.io-index"
12908checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8"
12909dependencies = [
12910 "cc",
12911 "tree-sitter-language",
12912]
12913
12914[[package]]
12915name = "tree-sitter-typescript"
12916version = "0.23.0"
12917source = "registry+https://github.com/rust-lang/crates.io-index"
12918checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685"
12919dependencies = [
12920 "cc",
12921 "tree-sitter-language",
12922]
12923
12924[[package]]
12925name = "tree-sitter-yaml"
12926version = "0.6.1"
12927source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
12928dependencies = [
12929 "cc",
12930 "tree-sitter-language",
12931]
12932
12933[[package]]
12934name = "try-lock"
12935version = "0.2.5"
12936source = "registry+https://github.com/rust-lang/crates.io-index"
12937checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12938
12939[[package]]
12940name = "ttf-parser"
12941version = "0.21.1"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
12944
12945[[package]]
12946name = "tungstenite"
12947version = "0.20.1"
12948source = "registry+https://github.com/rust-lang/crates.io-index"
12949checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12950dependencies = [
12951 "byteorder",
12952 "bytes 1.7.2",
12953 "data-encoding",
12954 "http 0.2.12",
12955 "httparse",
12956 "log",
12957 "rand 0.8.5",
12958 "sha1",
12959 "thiserror",
12960 "url",
12961 "utf-8",
12962]
12963
12964[[package]]
12965name = "tungstenite"
12966version = "0.21.0"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
12969dependencies = [
12970 "byteorder",
12971 "bytes 1.7.2",
12972 "data-encoding",
12973 "http 1.1.0",
12974 "httparse",
12975 "log",
12976 "rand 0.8.5",
12977 "sha1",
12978 "thiserror",
12979 "url",
12980 "utf-8",
12981]
12982
12983[[package]]
12984name = "typeid"
12985version = "1.0.2"
12986source = "registry+https://github.com/rust-lang/crates.io-index"
12987checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
12988
12989[[package]]
12990name = "typenum"
12991version = "1.17.0"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
12994
12995[[package]]
12996name = "ucd-trie"
12997version = "0.1.6"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
13000
13001[[package]]
13002name = "uds_windows"
13003version = "1.1.0"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13006dependencies = [
13007 "memoffset",
13008 "tempfile",
13009 "winapi",
13010]
13011
13012[[package]]
13013name = "ui"
13014version = "0.1.0"
13015dependencies = [
13016 "chrono",
13017 "gpui",
13018 "itertools 0.13.0",
13019 "menu",
13020 "serde",
13021 "settings",
13022 "smallvec",
13023 "story",
13024 "strum 0.25.0",
13025 "theme",
13026 "ui_macros",
13027 "windows 0.58.0",
13028]
13029
13030[[package]]
13031name = "ui_input"
13032version = "0.1.0"
13033dependencies = [
13034 "editor",
13035 "gpui",
13036 "settings",
13037 "theme",
13038 "ui",
13039]
13040
13041[[package]]
13042name = "ui_macros"
13043version = "0.1.0"
13044dependencies = [
13045 "convert_case 0.6.0",
13046 "proc-macro2",
13047 "quote",
13048 "syn 1.0.109",
13049]
13050
13051[[package]]
13052name = "unicase"
13053version = "2.7.0"
13054source = "registry+https://github.com/rust-lang/crates.io-index"
13055checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
13056dependencies = [
13057 "version_check",
13058]
13059
13060[[package]]
13061name = "unicode-bidi"
13062version = "0.3.15"
13063source = "registry+https://github.com/rust-lang/crates.io-index"
13064checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
13065
13066[[package]]
13067name = "unicode-bidi-mirroring"
13068version = "0.2.0"
13069source = "registry+https://github.com/rust-lang/crates.io-index"
13070checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13071
13072[[package]]
13073name = "unicode-ccc"
13074version = "0.2.0"
13075source = "registry+https://github.com/rust-lang/crates.io-index"
13076checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13077
13078[[package]]
13079name = "unicode-ident"
13080version = "1.0.12"
13081source = "registry+https://github.com/rust-lang/crates.io-index"
13082checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
13083
13084[[package]]
13085name = "unicode-linebreak"
13086version = "0.1.5"
13087source = "registry+https://github.com/rust-lang/crates.io-index"
13088checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13089
13090[[package]]
13091name = "unicode-normalization"
13092version = "0.1.23"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
13095dependencies = [
13096 "tinyvec",
13097]
13098
13099[[package]]
13100name = "unicode-properties"
13101version = "0.1.2"
13102source = "registry+https://github.com/rust-lang/crates.io-index"
13103checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
13104
13105[[package]]
13106name = "unicode-script"
13107version = "0.5.6"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
13110
13111[[package]]
13112name = "unicode-segmentation"
13113version = "1.11.0"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
13116
13117[[package]]
13118name = "unicode-width"
13119version = "0.1.13"
13120source = "registry+https://github.com/rust-lang/crates.io-index"
13121checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
13122
13123[[package]]
13124name = "unicode-xid"
13125version = "0.2.5"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
13128
13129[[package]]
13130name = "unicode_categories"
13131version = "0.1.1"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
13134
13135[[package]]
13136name = "unindent"
13137version = "0.1.11"
13138source = "registry+https://github.com/rust-lang/crates.io-index"
13139checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
13140
13141[[package]]
13142name = "untrusted"
13143version = "0.7.1"
13144source = "registry+https://github.com/rust-lang/crates.io-index"
13145checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
13146
13147[[package]]
13148name = "untrusted"
13149version = "0.9.0"
13150source = "registry+https://github.com/rust-lang/crates.io-index"
13151checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
13152
13153[[package]]
13154name = "url"
13155version = "2.5.2"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
13158dependencies = [
13159 "form_urlencoded",
13160 "idna",
13161 "percent-encoding",
13162 "serde",
13163]
13164
13165[[package]]
13166name = "urlencoding"
13167version = "2.1.3"
13168source = "registry+https://github.com/rust-lang/crates.io-index"
13169checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
13170
13171[[package]]
13172name = "usvg"
13173version = "0.41.0"
13174source = "registry+https://github.com/rust-lang/crates.io-index"
13175checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
13176dependencies = [
13177 "base64 0.22.1",
13178 "data-url",
13179 "flate2",
13180 "imagesize",
13181 "kurbo",
13182 "log",
13183 "pico-args",
13184 "roxmltree 0.19.0",
13185 "simplecss",
13186 "siphasher 1.0.1",
13187 "strict-num",
13188 "svgtypes",
13189 "tiny-skia-path",
13190 "xmlwriter",
13191]
13192
13193[[package]]
13194name = "utf-8"
13195version = "0.7.6"
13196source = "registry+https://github.com/rust-lang/crates.io-index"
13197checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
13198
13199[[package]]
13200name = "utf8parse"
13201version = "0.2.2"
13202source = "registry+https://github.com/rust-lang/crates.io-index"
13203checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
13204
13205[[package]]
13206name = "util"
13207version = "0.1.0"
13208dependencies = [
13209 "anyhow",
13210 "async-fs 1.6.0",
13211 "collections",
13212 "dirs 4.0.0",
13213 "futures 0.3.30",
13214 "futures-lite 1.13.0",
13215 "git2",
13216 "globset",
13217 "log",
13218 "rand 0.8.5",
13219 "regex",
13220 "rust-embed",
13221 "serde",
13222 "serde_json",
13223 "take-until",
13224 "tempfile",
13225 "tendril",
13226 "unicase",
13227]
13228
13229[[package]]
13230name = "uuid"
13231version = "1.10.0"
13232source = "registry+https://github.com/rust-lang/crates.io-index"
13233checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
13234dependencies = [
13235 "getrandom 0.2.15",
13236 "serde",
13237 "sha1_smol",
13238]
13239
13240[[package]]
13241name = "v_frame"
13242version = "0.3.8"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
13245dependencies = [
13246 "aligned-vec",
13247 "num-traits",
13248 "wasm-bindgen",
13249]
13250
13251[[package]]
13252name = "valuable"
13253version = "0.1.0"
13254source = "registry+https://github.com/rust-lang/crates.io-index"
13255checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
13256
13257[[package]]
13258name = "value-bag"
13259version = "1.9.0"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
13262dependencies = [
13263 "value-bag-serde1",
13264 "value-bag-sval2",
13265]
13266
13267[[package]]
13268name = "value-bag-serde1"
13269version = "1.9.0"
13270source = "registry+https://github.com/rust-lang/crates.io-index"
13271checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
13272dependencies = [
13273 "erased-serde",
13274 "serde",
13275 "serde_fmt",
13276]
13277
13278[[package]]
13279name = "value-bag-sval2"
13280version = "1.9.0"
13281source = "registry+https://github.com/rust-lang/crates.io-index"
13282checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
13283dependencies = [
13284 "sval",
13285 "sval_buffer",
13286 "sval_dynamic",
13287 "sval_fmt",
13288 "sval_json",
13289 "sval_ref",
13290 "sval_serde",
13291]
13292
13293[[package]]
13294name = "vcpkg"
13295version = "0.2.15"
13296source = "registry+https://github.com/rust-lang/crates.io-index"
13297checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
13298
13299[[package]]
13300name = "vcs_menu"
13301version = "0.1.0"
13302dependencies = [
13303 "anyhow",
13304 "fuzzy",
13305 "git",
13306 "gpui",
13307 "picker",
13308 "project",
13309 "ui",
13310 "util",
13311 "workspace",
13312]
13313
13314[[package]]
13315name = "version-compare"
13316version = "0.2.0"
13317source = "registry+https://github.com/rust-lang/crates.io-index"
13318checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
13319
13320[[package]]
13321name = "version_check"
13322version = "0.9.5"
13323source = "registry+https://github.com/rust-lang/crates.io-index"
13324checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
13325
13326[[package]]
13327name = "vim"
13328version = "0.1.0"
13329dependencies = [
13330 "anyhow",
13331 "async-compat",
13332 "async-trait",
13333 "collections",
13334 "command_palette",
13335 "command_palette_hooks",
13336 "editor",
13337 "futures 0.3.30",
13338 "gpui",
13339 "indoc",
13340 "itertools 0.13.0",
13341 "language",
13342 "log",
13343 "lsp",
13344 "multi_buffer",
13345 "nvim-rs",
13346 "parking_lot",
13347 "regex",
13348 "release_channel",
13349 "schemars",
13350 "search",
13351 "serde",
13352 "serde_derive",
13353 "serde_json",
13354 "settings",
13355 "tokio",
13356 "ui",
13357 "util",
13358 "workspace",
13359 "zed_actions",
13360]
13361
13362[[package]]
13363name = "vscode_theme"
13364version = "0.2.0"
13365source = "registry+https://github.com/rust-lang/crates.io-index"
13366checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
13367dependencies = [
13368 "serde",
13369]
13370
13371[[package]]
13372name = "vsimd"
13373version = "0.8.0"
13374source = "registry+https://github.com/rust-lang/crates.io-index"
13375checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
13376
13377[[package]]
13378name = "vswhom"
13379version = "0.1.0"
13380source = "registry+https://github.com/rust-lang/crates.io-index"
13381checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
13382dependencies = [
13383 "libc",
13384 "vswhom-sys",
13385]
13386
13387[[package]]
13388name = "vswhom-sys"
13389version = "0.1.2"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
13392dependencies = [
13393 "cc",
13394 "libc",
13395]
13396
13397[[package]]
13398name = "vte"
13399version = "0.13.0"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
13402dependencies = [
13403 "bitflags 2.6.0",
13404 "cursor-icon",
13405 "log",
13406 "serde",
13407 "utf8parse",
13408 "vte_generate_state_changes",
13409]
13410
13411[[package]]
13412name = "vte_generate_state_changes"
13413version = "0.1.2"
13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
13416dependencies = [
13417 "proc-macro2",
13418 "quote",
13419]
13420
13421[[package]]
13422name = "waker-fn"
13423version = "1.2.0"
13424source = "registry+https://github.com/rust-lang/crates.io-index"
13425checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
13426
13427[[package]]
13428name = "walkdir"
13429version = "2.5.0"
13430source = "registry+https://github.com/rust-lang/crates.io-index"
13431checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
13432dependencies = [
13433 "same-file",
13434 "winapi-util",
13435]
13436
13437[[package]]
13438name = "want"
13439version = "0.3.1"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
13442dependencies = [
13443 "try-lock",
13444]
13445
13446[[package]]
13447name = "warp"
13448version = "0.3.7"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
13451dependencies = [
13452 "bytes 1.7.2",
13453 "futures-channel",
13454 "futures-util",
13455 "headers",
13456 "http 0.2.12",
13457 "hyper 0.14.30",
13458 "log",
13459 "mime",
13460 "mime_guess",
13461 "percent-encoding",
13462 "pin-project",
13463 "scoped-tls",
13464 "serde",
13465 "serde_json",
13466 "serde_urlencoded",
13467 "tokio",
13468 "tokio-tungstenite 0.21.0",
13469 "tokio-util",
13470 "tower-service",
13471 "tracing",
13472]
13473
13474[[package]]
13475name = "wasi"
13476version = "0.9.0+wasi-snapshot-preview1"
13477source = "registry+https://github.com/rust-lang/crates.io-index"
13478checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
13479
13480[[package]]
13481name = "wasi"
13482version = "0.11.0+wasi-snapshot-preview1"
13483source = "registry+https://github.com/rust-lang/crates.io-index"
13484checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
13485
13486[[package]]
13487name = "wasite"
13488version = "0.1.0"
13489source = "registry+https://github.com/rust-lang/crates.io-index"
13490checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
13491
13492[[package]]
13493name = "wasm-bindgen"
13494version = "0.2.93"
13495source = "registry+https://github.com/rust-lang/crates.io-index"
13496checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
13497dependencies = [
13498 "cfg-if",
13499 "once_cell",
13500 "wasm-bindgen-macro",
13501]
13502
13503[[package]]
13504name = "wasm-bindgen-backend"
13505version = "0.2.93"
13506source = "registry+https://github.com/rust-lang/crates.io-index"
13507checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
13508dependencies = [
13509 "bumpalo",
13510 "log",
13511 "once_cell",
13512 "proc-macro2",
13513 "quote",
13514 "syn 2.0.76",
13515 "wasm-bindgen-shared",
13516]
13517
13518[[package]]
13519name = "wasm-bindgen-futures"
13520version = "0.4.43"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
13523dependencies = [
13524 "cfg-if",
13525 "js-sys",
13526 "wasm-bindgen",
13527 "web-sys",
13528]
13529
13530[[package]]
13531name = "wasm-bindgen-macro"
13532version = "0.2.93"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
13535dependencies = [
13536 "quote",
13537 "wasm-bindgen-macro-support",
13538]
13539
13540[[package]]
13541name = "wasm-bindgen-macro-support"
13542version = "0.2.93"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
13545dependencies = [
13546 "proc-macro2",
13547 "quote",
13548 "syn 2.0.76",
13549 "wasm-bindgen-backend",
13550 "wasm-bindgen-shared",
13551]
13552
13553[[package]]
13554name = "wasm-bindgen-shared"
13555version = "0.2.93"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
13558
13559[[package]]
13560name = "wasm-encoder"
13561version = "0.201.0"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
13564dependencies = [
13565 "leb128",
13566]
13567
13568[[package]]
13569name = "wasm-encoder"
13570version = "0.215.0"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
13573dependencies = [
13574 "leb128",
13575]
13576
13577[[package]]
13578name = "wasm-metadata"
13579version = "0.201.0"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
13582dependencies = [
13583 "anyhow",
13584 "indexmap 2.4.0",
13585 "serde",
13586 "serde_derive",
13587 "serde_json",
13588 "spdx",
13589 "wasm-encoder 0.201.0",
13590 "wasmparser 0.201.0",
13591]
13592
13593[[package]]
13594name = "wasm-streams"
13595version = "0.4.1"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
13598dependencies = [
13599 "futures-util",
13600 "js-sys",
13601 "wasm-bindgen",
13602 "wasm-bindgen-futures",
13603 "web-sys",
13604]
13605
13606[[package]]
13607name = "wasmparser"
13608version = "0.201.0"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
13611dependencies = [
13612 "bitflags 2.6.0",
13613 "indexmap 2.4.0",
13614 "semver",
13615]
13616
13617[[package]]
13618name = "wasmparser"
13619version = "0.215.0"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
13622dependencies = [
13623 "ahash 0.8.11",
13624 "bitflags 2.6.0",
13625 "hashbrown 0.14.5",
13626 "indexmap 2.4.0",
13627 "semver",
13628 "serde",
13629]
13630
13631[[package]]
13632name = "wasmprinter"
13633version = "0.215.0"
13634source = "registry+https://github.com/rust-lang/crates.io-index"
13635checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
13636dependencies = [
13637 "anyhow",
13638 "termcolor",
13639 "wasmparser 0.215.0",
13640]
13641
13642[[package]]
13643name = "wasmtime"
13644version = "24.0.1"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "7e4a5b05e9f1797e557e79f0cf04348eaa7a232596939ef4762838ddf7a6127a"
13647dependencies = [
13648 "anyhow",
13649 "async-trait",
13650 "bitflags 2.6.0",
13651 "bumpalo",
13652 "cc",
13653 "cfg-if",
13654 "encoding_rs",
13655 "hashbrown 0.14.5",
13656 "indexmap 2.4.0",
13657 "libc",
13658 "libm",
13659 "log",
13660 "mach2",
13661 "memfd",
13662 "object",
13663 "once_cell",
13664 "paste",
13665 "postcard",
13666 "psm",
13667 "rustix 0.38.35",
13668 "semver",
13669 "serde",
13670 "serde_derive",
13671 "smallvec",
13672 "sptr",
13673 "target-lexicon",
13674 "wasmparser 0.215.0",
13675 "wasmtime-asm-macros",
13676 "wasmtime-component-macro",
13677 "wasmtime-component-util",
13678 "wasmtime-cranelift",
13679 "wasmtime-environ",
13680 "wasmtime-fiber",
13681 "wasmtime-jit-icache-coherence",
13682 "wasmtime-slab",
13683 "wasmtime-versioned-export-macros",
13684 "wasmtime-winch",
13685 "windows-sys 0.52.0",
13686]
13687
13688[[package]]
13689name = "wasmtime-asm-macros"
13690version = "24.0.1"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "64414227e19556d4372f9688458c5673606de83473eb66cd0514d36ea8808cab"
13693dependencies = [
13694 "cfg-if",
13695]
13696
13697[[package]]
13698name = "wasmtime-c-api-impl"
13699version = "24.0.0"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
13702dependencies = [
13703 "anyhow",
13704 "log",
13705 "once_cell",
13706 "tracing",
13707 "wasmtime",
13708 "wasmtime-c-api-macros",
13709]
13710
13711[[package]]
13712name = "wasmtime-c-api-macros"
13713version = "24.0.0"
13714source = "registry+https://github.com/rust-lang/crates.io-index"
13715checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
13716dependencies = [
13717 "proc-macro2",
13718 "quote",
13719]
13720
13721[[package]]
13722name = "wasmtime-component-macro"
13723version = "24.0.1"
13724source = "registry+https://github.com/rust-lang/crates.io-index"
13725checksum = "d3ead31b73689602225742920adbcd881f5656702c1a3b4830862c0c66731727"
13726dependencies = [
13727 "anyhow",
13728 "proc-macro2",
13729 "quote",
13730 "syn 2.0.76",
13731 "wasmtime-component-util",
13732 "wasmtime-wit-bindgen",
13733 "wit-parser 0.215.0",
13734]
13735
13736[[package]]
13737name = "wasmtime-component-util"
13738version = "24.0.1"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "ab2c778661800e1dcd8ba3e15ff042299709e0a4c512525d9cbb604a04c0421b"
13741
13742[[package]]
13743name = "wasmtime-cranelift"
13744version = "24.0.1"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "9f7ee1f436bcf7d213ef7c2e9d44caffcd57e540ccf997d013384c2ae9b82db7"
13747dependencies = [
13748 "anyhow",
13749 "cfg-if",
13750 "cranelift-codegen",
13751 "cranelift-control",
13752 "cranelift-entity",
13753 "cranelift-frontend",
13754 "cranelift-native",
13755 "cranelift-wasm",
13756 "gimli 0.29.0",
13757 "log",
13758 "object",
13759 "target-lexicon",
13760 "thiserror",
13761 "wasmparser 0.215.0",
13762 "wasmtime-environ",
13763 "wasmtime-versioned-export-macros",
13764]
13765
13766[[package]]
13767name = "wasmtime-environ"
13768version = "24.0.1"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "fa8c33adfb3b9f8d6ef716bc55aea5e6b2275cd5a6721ec8c837d1cb0c471516"
13771dependencies = [
13772 "anyhow",
13773 "cpp_demangle",
13774 "cranelift-bitset",
13775 "cranelift-entity",
13776 "gimli 0.29.0",
13777 "indexmap 2.4.0",
13778 "log",
13779 "object",
13780 "postcard",
13781 "rustc-demangle",
13782 "semver",
13783 "serde",
13784 "serde_derive",
13785 "target-lexicon",
13786 "wasm-encoder 0.215.0",
13787 "wasmparser 0.215.0",
13788 "wasmprinter",
13789 "wasmtime-component-util",
13790 "wasmtime-types",
13791]
13792
13793[[package]]
13794name = "wasmtime-fiber"
13795version = "24.0.1"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "9f3227ed807c2dda9dd770c241023fcd6e48e6722c1c26ff79fc3604d412e884"
13798dependencies = [
13799 "anyhow",
13800 "cc",
13801 "cfg-if",
13802 "rustix 0.38.35",
13803 "wasmtime-asm-macros",
13804 "wasmtime-versioned-export-macros",
13805 "windows-sys 0.52.0",
13806]
13807
13808[[package]]
13809name = "wasmtime-jit-icache-coherence"
13810version = "24.0.1"
13811source = "registry+https://github.com/rust-lang/crates.io-index"
13812checksum = "fa89fc440f0edca882ba6d1890608898e6f0193afdc504c0a64478ec53622bd6"
13813dependencies = [
13814 "anyhow",
13815 "cfg-if",
13816 "libc",
13817 "windows-sys 0.52.0",
13818]
13819
13820[[package]]
13821name = "wasmtime-slab"
13822version = "24.0.1"
13823source = "registry+https://github.com/rust-lang/crates.io-index"
13824checksum = "682b7a5b6772c4e4de8c696fc619ec97930b5e89098db9bee22c1136e002438b"
13825
13826[[package]]
13827name = "wasmtime-types"
13828version = "24.0.1"
13829source = "registry+https://github.com/rust-lang/crates.io-index"
13830checksum = "4a95ea5572f8c3ffe777af21aa00a92097ded291a342fecad9f2c6a972ecea99"
13831dependencies = [
13832 "anyhow",
13833 "cranelift-entity",
13834 "serde",
13835 "serde_derive",
13836 "smallvec",
13837 "wasmparser 0.215.0",
13838]
13839
13840[[package]]
13841name = "wasmtime-versioned-export-macros"
13842version = "24.0.1"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "ac3621bfccd4e4336ae141d62b96e96316c0f23c47d64e9700594ebe3c4d9a10"
13845dependencies = [
13846 "proc-macro2",
13847 "quote",
13848 "syn 2.0.76",
13849]
13850
13851[[package]]
13852name = "wasmtime-wasi"
13853version = "24.0.1"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "fda03f5bfd5c4cc09f75c7e44846663f25f2c48a2d688fbfb5c7a33af6cf34f5"
13856dependencies = [
13857 "anyhow",
13858 "async-trait",
13859 "bitflags 2.6.0",
13860 "bytes 1.7.2",
13861 "cap-fs-ext",
13862 "cap-net-ext",
13863 "cap-rand",
13864 "cap-std",
13865 "cap-time-ext",
13866 "fs-set-times",
13867 "futures 0.3.30",
13868 "io-extras",
13869 "io-lifetimes 2.0.3",
13870 "once_cell",
13871 "rustix 0.38.35",
13872 "system-interface",
13873 "thiserror",
13874 "tokio",
13875 "tracing",
13876 "url",
13877 "wasmtime",
13878 "wiggle",
13879 "windows-sys 0.52.0",
13880]
13881
13882[[package]]
13883name = "wasmtime-winch"
13884version = "24.0.1"
13885source = "registry+https://github.com/rust-lang/crates.io-index"
13886checksum = "d1d3e99f6bba37864487c9356398667699935b9cfa3655ed2b153b9428b3dd21"
13887dependencies = [
13888 "anyhow",
13889 "cranelift-codegen",
13890 "gimli 0.29.0",
13891 "object",
13892 "target-lexicon",
13893 "wasmparser 0.215.0",
13894 "wasmtime-cranelift",
13895 "wasmtime-environ",
13896 "winch-codegen",
13897]
13898
13899[[package]]
13900name = "wasmtime-wit-bindgen"
13901version = "24.0.1"
13902source = "registry+https://github.com/rust-lang/crates.io-index"
13903checksum = "ee0f4524da226d2cb503d794c8928de6bc24878758cebd4e383c946e9fdb8b3a"
13904dependencies = [
13905 "anyhow",
13906 "heck 0.4.1",
13907 "indexmap 2.4.0",
13908 "wit-parser 0.215.0",
13909]
13910
13911[[package]]
13912name = "wast"
13913version = "35.0.2"
13914source = "registry+https://github.com/rust-lang/crates.io-index"
13915checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
13916dependencies = [
13917 "leb128",
13918]
13919
13920[[package]]
13921name = "wayland-backend"
13922version = "0.3.6"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13925dependencies = [
13926 "cc",
13927 "downcast-rs",
13928 "rustix 0.38.35",
13929 "scoped-tls",
13930 "smallvec",
13931 "wayland-sys",
13932]
13933
13934[[package]]
13935name = "wayland-client"
13936version = "0.31.5"
13937source = "registry+https://github.com/rust-lang/crates.io-index"
13938checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
13939dependencies = [
13940 "bitflags 2.6.0",
13941 "rustix 0.38.35",
13942 "wayland-backend",
13943 "wayland-scanner",
13944]
13945
13946[[package]]
13947name = "wayland-cursor"
13948version = "0.31.5"
13949source = "registry+https://github.com/rust-lang/crates.io-index"
13950checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
13951dependencies = [
13952 "rustix 0.38.35",
13953 "wayland-client",
13954 "xcursor",
13955]
13956
13957[[package]]
13958name = "wayland-protocols"
13959version = "0.31.2"
13960source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
13962dependencies = [
13963 "bitflags 2.6.0",
13964 "wayland-backend",
13965 "wayland-client",
13966 "wayland-scanner",
13967]
13968
13969[[package]]
13970name = "wayland-protocols-plasma"
13971version = "0.2.0"
13972source = "registry+https://github.com/rust-lang/crates.io-index"
13973checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
13974dependencies = [
13975 "bitflags 2.6.0",
13976 "wayland-backend",
13977 "wayland-client",
13978 "wayland-protocols",
13979 "wayland-scanner",
13980]
13981
13982[[package]]
13983name = "wayland-scanner"
13984version = "0.31.4"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
13987dependencies = [
13988 "proc-macro2",
13989 "quick-xml 0.34.0",
13990 "quote",
13991]
13992
13993[[package]]
13994name = "wayland-sys"
13995version = "0.31.4"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
13998dependencies = [
13999 "dlib",
14000 "log",
14001 "once_cell",
14002 "pkg-config",
14003]
14004
14005[[package]]
14006name = "web-sys"
14007version = "0.3.70"
14008source = "registry+https://github.com/rust-lang/crates.io-index"
14009checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
14010dependencies = [
14011 "js-sys",
14012 "wasm-bindgen",
14013]
14014
14015[[package]]
14016name = "webpki"
14017version = "0.22.4"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14020dependencies = [
14021 "ring 0.17.8",
14022 "untrusted 0.9.0",
14023]
14024
14025[[package]]
14026name = "webpki-roots"
14027version = "0.22.6"
14028source = "registry+https://github.com/rust-lang/crates.io-index"
14029checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14030dependencies = [
14031 "webpki",
14032]
14033
14034[[package]]
14035name = "webpki-roots"
14036version = "0.25.4"
14037source = "registry+https://github.com/rust-lang/crates.io-index"
14038checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
14039
14040[[package]]
14041name = "weezl"
14042version = "0.1.8"
14043source = "registry+https://github.com/rust-lang/crates.io-index"
14044checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14045
14046[[package]]
14047name = "welcome"
14048version = "0.1.0"
14049dependencies = [
14050 "anyhow",
14051 "client",
14052 "db",
14053 "editor",
14054 "extensions_ui",
14055 "fuzzy",
14056 "gpui",
14057 "inline_completion_button",
14058 "install_cli",
14059 "picker",
14060 "project",
14061 "schemars",
14062 "serde",
14063 "settings",
14064 "theme_selector",
14065 "ui",
14066 "util",
14067 "vim",
14068 "workspace",
14069 "zed_actions",
14070]
14071
14072[[package]]
14073name = "which"
14074version = "4.4.2"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
14077dependencies = [
14078 "either",
14079 "home",
14080 "once_cell",
14081 "rustix 0.38.35",
14082]
14083
14084[[package]]
14085name = "which"
14086version = "6.0.3"
14087source = "registry+https://github.com/rust-lang/crates.io-index"
14088checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
14089dependencies = [
14090 "either",
14091 "home",
14092 "rustix 0.38.35",
14093 "winsafe",
14094]
14095
14096[[package]]
14097name = "whoami"
14098version = "1.5.1"
14099source = "registry+https://github.com/rust-lang/crates.io-index"
14100checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
14101dependencies = [
14102 "redox_syscall 0.4.1",
14103 "wasite",
14104]
14105
14106[[package]]
14107name = "wiggle"
14108version = "24.0.1"
14109source = "registry+https://github.com/rust-lang/crates.io-index"
14110checksum = "2d3b31bd2b4d2d82a4b747b8dbc45f566214214a4ffdc5690429a73bc221dc8a"
14111dependencies = [
14112 "anyhow",
14113 "async-trait",
14114 "bitflags 2.6.0",
14115 "thiserror",
14116 "tracing",
14117 "wasmtime",
14118 "wiggle-macro",
14119]
14120
14121[[package]]
14122name = "wiggle-generate"
14123version = "24.0.1"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "e2c6136b195fc12067aa9d4e7a5baf118729394df7bc7cbf8c63119bc9f2a7cd"
14126dependencies = [
14127 "anyhow",
14128 "heck 0.4.1",
14129 "proc-macro2",
14130 "quote",
14131 "shellexpand 2.1.2",
14132 "syn 2.0.76",
14133 "witx",
14134]
14135
14136[[package]]
14137name = "wiggle-macro"
14138version = "24.0.1"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "8a41eaceee468da976ac43b85c4eb82e482f828d5e8e56f49f90dfac2d9bc3b4"
14141dependencies = [
14142 "proc-macro2",
14143 "quote",
14144 "syn 2.0.76",
14145 "wiggle-generate",
14146]
14147
14148[[package]]
14149name = "winapi"
14150version = "0.3.9"
14151source = "registry+https://github.com/rust-lang/crates.io-index"
14152checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
14153dependencies = [
14154 "winapi-i686-pc-windows-gnu",
14155 "winapi-x86_64-pc-windows-gnu",
14156]
14157
14158[[package]]
14159name = "winapi-i686-pc-windows-gnu"
14160version = "0.4.0"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
14163
14164[[package]]
14165name = "winapi-util"
14166version = "0.1.9"
14167source = "registry+https://github.com/rust-lang/crates.io-index"
14168checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
14169dependencies = [
14170 "windows-sys 0.59.0",
14171]
14172
14173[[package]]
14174name = "winapi-x86_64-pc-windows-gnu"
14175version = "0.4.0"
14176source = "registry+https://github.com/rust-lang/crates.io-index"
14177checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
14178
14179[[package]]
14180name = "winch-codegen"
14181version = "0.22.1"
14182source = "registry+https://github.com/rust-lang/crates.io-index"
14183checksum = "c139fb9298d9651b6869afd544e567ca2448cd5f5ddcb24e4bb86a1ee187c8b3"
14184dependencies = [
14185 "anyhow",
14186 "cranelift-codegen",
14187 "gimli 0.29.0",
14188 "regalloc2",
14189 "smallvec",
14190 "target-lexicon",
14191 "wasmparser 0.215.0",
14192 "wasmtime-cranelift",
14193 "wasmtime-environ",
14194]
14195
14196[[package]]
14197name = "windows"
14198version = "0.54.0"
14199source = "registry+https://github.com/rust-lang/crates.io-index"
14200checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
14201dependencies = [
14202 "windows-core 0.54.0",
14203 "windows-targets 0.52.6",
14204]
14205
14206[[package]]
14207name = "windows"
14208version = "0.58.0"
14209source = "registry+https://github.com/rust-lang/crates.io-index"
14210checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
14211dependencies = [
14212 "windows-core 0.58.0",
14213 "windows-targets 0.52.6",
14214]
14215
14216[[package]]
14217name = "windows-core"
14218version = "0.52.0"
14219source = "registry+https://github.com/rust-lang/crates.io-index"
14220checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
14221dependencies = [
14222 "windows-targets 0.52.6",
14223]
14224
14225[[package]]
14226name = "windows-core"
14227version = "0.54.0"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
14230dependencies = [
14231 "windows-result 0.1.2",
14232 "windows-targets 0.52.6",
14233]
14234
14235[[package]]
14236name = "windows-core"
14237version = "0.58.0"
14238source = "registry+https://github.com/rust-lang/crates.io-index"
14239checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
14240dependencies = [
14241 "windows-implement",
14242 "windows-interface",
14243 "windows-result 0.2.0",
14244 "windows-strings",
14245 "windows-targets 0.52.6",
14246]
14247
14248[[package]]
14249name = "windows-implement"
14250version = "0.58.0"
14251source = "registry+https://github.com/rust-lang/crates.io-index"
14252checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
14253dependencies = [
14254 "proc-macro2",
14255 "quote",
14256 "syn 2.0.76",
14257]
14258
14259[[package]]
14260name = "windows-interface"
14261version = "0.58.0"
14262source = "registry+https://github.com/rust-lang/crates.io-index"
14263checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
14264dependencies = [
14265 "proc-macro2",
14266 "quote",
14267 "syn 2.0.76",
14268]
14269
14270[[package]]
14271name = "windows-registry"
14272version = "0.2.0"
14273source = "registry+https://github.com/rust-lang/crates.io-index"
14274checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
14275dependencies = [
14276 "windows-result 0.2.0",
14277 "windows-strings",
14278 "windows-targets 0.52.6",
14279]
14280
14281[[package]]
14282name = "windows-result"
14283version = "0.1.2"
14284source = "registry+https://github.com/rust-lang/crates.io-index"
14285checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
14286dependencies = [
14287 "windows-targets 0.52.6",
14288]
14289
14290[[package]]
14291name = "windows-result"
14292version = "0.2.0"
14293source = "registry+https://github.com/rust-lang/crates.io-index"
14294checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
14295dependencies = [
14296 "windows-targets 0.52.6",
14297]
14298
14299[[package]]
14300name = "windows-strings"
14301version = "0.1.0"
14302source = "registry+https://github.com/rust-lang/crates.io-index"
14303checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
14304dependencies = [
14305 "windows-result 0.2.0",
14306 "windows-targets 0.52.6",
14307]
14308
14309[[package]]
14310name = "windows-sys"
14311version = "0.45.0"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
14314dependencies = [
14315 "windows-targets 0.42.2",
14316]
14317
14318[[package]]
14319name = "windows-sys"
14320version = "0.48.0"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
14323dependencies = [
14324 "windows-targets 0.48.5",
14325]
14326
14327[[package]]
14328name = "windows-sys"
14329version = "0.52.0"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
14332dependencies = [
14333 "windows-targets 0.52.6",
14334]
14335
14336[[package]]
14337name = "windows-sys"
14338version = "0.59.0"
14339source = "registry+https://github.com/rust-lang/crates.io-index"
14340checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
14341dependencies = [
14342 "windows-targets 0.52.6",
14343]
14344
14345[[package]]
14346name = "windows-targets"
14347version = "0.42.2"
14348source = "registry+https://github.com/rust-lang/crates.io-index"
14349checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
14350dependencies = [
14351 "windows_aarch64_gnullvm 0.42.2",
14352 "windows_aarch64_msvc 0.42.2",
14353 "windows_i686_gnu 0.42.2",
14354 "windows_i686_msvc 0.42.2",
14355 "windows_x86_64_gnu 0.42.2",
14356 "windows_x86_64_gnullvm 0.42.2",
14357 "windows_x86_64_msvc 0.42.2",
14358]
14359
14360[[package]]
14361name = "windows-targets"
14362version = "0.48.5"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
14365dependencies = [
14366 "windows_aarch64_gnullvm 0.48.5",
14367 "windows_aarch64_msvc 0.48.5",
14368 "windows_i686_gnu 0.48.5",
14369 "windows_i686_msvc 0.48.5",
14370 "windows_x86_64_gnu 0.48.5",
14371 "windows_x86_64_gnullvm 0.48.5",
14372 "windows_x86_64_msvc 0.48.5",
14373]
14374
14375[[package]]
14376name = "windows-targets"
14377version = "0.52.6"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
14380dependencies = [
14381 "windows_aarch64_gnullvm 0.52.6",
14382 "windows_aarch64_msvc 0.52.6",
14383 "windows_i686_gnu 0.52.6",
14384 "windows_i686_gnullvm",
14385 "windows_i686_msvc 0.52.6",
14386 "windows_x86_64_gnu 0.52.6",
14387 "windows_x86_64_gnullvm 0.52.6",
14388 "windows_x86_64_msvc 0.52.6",
14389]
14390
14391[[package]]
14392name = "windows_aarch64_gnullvm"
14393version = "0.42.2"
14394source = "registry+https://github.com/rust-lang/crates.io-index"
14395checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
14396
14397[[package]]
14398name = "windows_aarch64_gnullvm"
14399version = "0.48.5"
14400source = "registry+https://github.com/rust-lang/crates.io-index"
14401checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
14402
14403[[package]]
14404name = "windows_aarch64_gnullvm"
14405version = "0.52.6"
14406source = "registry+https://github.com/rust-lang/crates.io-index"
14407checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
14408
14409[[package]]
14410name = "windows_aarch64_msvc"
14411version = "0.42.2"
14412source = "registry+https://github.com/rust-lang/crates.io-index"
14413checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
14414
14415[[package]]
14416name = "windows_aarch64_msvc"
14417version = "0.48.5"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
14420
14421[[package]]
14422name = "windows_aarch64_msvc"
14423version = "0.52.6"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
14426
14427[[package]]
14428name = "windows_i686_gnu"
14429version = "0.42.2"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
14432
14433[[package]]
14434name = "windows_i686_gnu"
14435version = "0.48.5"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
14438
14439[[package]]
14440name = "windows_i686_gnu"
14441version = "0.52.6"
14442source = "registry+https://github.com/rust-lang/crates.io-index"
14443checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
14444
14445[[package]]
14446name = "windows_i686_gnullvm"
14447version = "0.52.6"
14448source = "registry+https://github.com/rust-lang/crates.io-index"
14449checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
14450
14451[[package]]
14452name = "windows_i686_msvc"
14453version = "0.42.2"
14454source = "registry+https://github.com/rust-lang/crates.io-index"
14455checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
14456
14457[[package]]
14458name = "windows_i686_msvc"
14459version = "0.48.5"
14460source = "registry+https://github.com/rust-lang/crates.io-index"
14461checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
14462
14463[[package]]
14464name = "windows_i686_msvc"
14465version = "0.52.6"
14466source = "registry+https://github.com/rust-lang/crates.io-index"
14467checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
14468
14469[[package]]
14470name = "windows_x86_64_gnu"
14471version = "0.42.2"
14472source = "registry+https://github.com/rust-lang/crates.io-index"
14473checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
14474
14475[[package]]
14476name = "windows_x86_64_gnu"
14477version = "0.48.5"
14478source = "registry+https://github.com/rust-lang/crates.io-index"
14479checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
14480
14481[[package]]
14482name = "windows_x86_64_gnu"
14483version = "0.52.6"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
14486
14487[[package]]
14488name = "windows_x86_64_gnullvm"
14489version = "0.42.2"
14490source = "registry+https://github.com/rust-lang/crates.io-index"
14491checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
14492
14493[[package]]
14494name = "windows_x86_64_gnullvm"
14495version = "0.48.5"
14496source = "registry+https://github.com/rust-lang/crates.io-index"
14497checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
14498
14499[[package]]
14500name = "windows_x86_64_gnullvm"
14501version = "0.52.6"
14502source = "registry+https://github.com/rust-lang/crates.io-index"
14503checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
14504
14505[[package]]
14506name = "windows_x86_64_msvc"
14507version = "0.42.2"
14508source = "registry+https://github.com/rust-lang/crates.io-index"
14509checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
14510
14511[[package]]
14512name = "windows_x86_64_msvc"
14513version = "0.48.5"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
14516
14517[[package]]
14518name = "windows_x86_64_msvc"
14519version = "0.52.6"
14520source = "registry+https://github.com/rust-lang/crates.io-index"
14521checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
14522
14523[[package]]
14524name = "winnow"
14525version = "0.5.40"
14526source = "registry+https://github.com/rust-lang/crates.io-index"
14527checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
14528dependencies = [
14529 "memchr",
14530]
14531
14532[[package]]
14533name = "winnow"
14534version = "0.6.18"
14535source = "registry+https://github.com/rust-lang/crates.io-index"
14536checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
14537dependencies = [
14538 "memchr",
14539]
14540
14541[[package]]
14542name = "winreg"
14543version = "0.50.0"
14544source = "registry+https://github.com/rust-lang/crates.io-index"
14545checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
14546dependencies = [
14547 "cfg-if",
14548 "windows-sys 0.48.0",
14549]
14550
14551[[package]]
14552name = "winreg"
14553version = "0.52.0"
14554source = "registry+https://github.com/rust-lang/crates.io-index"
14555checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
14556dependencies = [
14557 "cfg-if",
14558 "windows-sys 0.48.0",
14559]
14560
14561[[package]]
14562name = "winresource"
14563version = "0.1.17"
14564source = "registry+https://github.com/rust-lang/crates.io-index"
14565checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
14566dependencies = [
14567 "toml 0.7.8",
14568 "version_check",
14569]
14570
14571[[package]]
14572name = "winsafe"
14573version = "0.0.19"
14574source = "registry+https://github.com/rust-lang/crates.io-index"
14575checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
14576
14577[[package]]
14578name = "winx"
14579version = "0.36.3"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
14582dependencies = [
14583 "bitflags 2.6.0",
14584 "windows-sys 0.52.0",
14585]
14586
14587[[package]]
14588name = "wio"
14589version = "0.2.2"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
14592dependencies = [
14593 "winapi",
14594]
14595
14596[[package]]
14597name = "wit-bindgen"
14598version = "0.22.0"
14599source = "registry+https://github.com/rust-lang/crates.io-index"
14600checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
14601dependencies = [
14602 "bitflags 2.6.0",
14603 "wit-bindgen-rt",
14604 "wit-bindgen-rust-macro",
14605]
14606
14607[[package]]
14608name = "wit-bindgen-core"
14609version = "0.22.0"
14610source = "registry+https://github.com/rust-lang/crates.io-index"
14611checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
14612dependencies = [
14613 "anyhow",
14614 "wit-parser 0.201.0",
14615]
14616
14617[[package]]
14618name = "wit-bindgen-rt"
14619version = "0.22.0"
14620source = "registry+https://github.com/rust-lang/crates.io-index"
14621checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
14622
14623[[package]]
14624name = "wit-bindgen-rust"
14625version = "0.22.0"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
14628dependencies = [
14629 "anyhow",
14630 "heck 0.4.1",
14631 "indexmap 2.4.0",
14632 "wasm-metadata",
14633 "wit-bindgen-core",
14634 "wit-component",
14635]
14636
14637[[package]]
14638name = "wit-bindgen-rust-macro"
14639version = "0.22.0"
14640source = "registry+https://github.com/rust-lang/crates.io-index"
14641checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
14642dependencies = [
14643 "anyhow",
14644 "proc-macro2",
14645 "quote",
14646 "syn 2.0.76",
14647 "wit-bindgen-core",
14648 "wit-bindgen-rust",
14649]
14650
14651[[package]]
14652name = "wit-component"
14653version = "0.201.0"
14654source = "registry+https://github.com/rust-lang/crates.io-index"
14655checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
14656dependencies = [
14657 "anyhow",
14658 "bitflags 2.6.0",
14659 "indexmap 2.4.0",
14660 "log",
14661 "serde",
14662 "serde_derive",
14663 "serde_json",
14664 "wasm-encoder 0.201.0",
14665 "wasm-metadata",
14666 "wasmparser 0.201.0",
14667 "wit-parser 0.201.0",
14668]
14669
14670[[package]]
14671name = "wit-parser"
14672version = "0.201.0"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
14675dependencies = [
14676 "anyhow",
14677 "id-arena",
14678 "indexmap 2.4.0",
14679 "log",
14680 "semver",
14681 "serde",
14682 "serde_derive",
14683 "serde_json",
14684 "unicode-xid",
14685 "wasmparser 0.201.0",
14686]
14687
14688[[package]]
14689name = "wit-parser"
14690version = "0.215.0"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
14693dependencies = [
14694 "anyhow",
14695 "id-arena",
14696 "indexmap 2.4.0",
14697 "log",
14698 "semver",
14699 "serde",
14700 "serde_derive",
14701 "serde_json",
14702 "unicode-xid",
14703 "wasmparser 0.215.0",
14704]
14705
14706[[package]]
14707name = "witx"
14708version = "0.9.1"
14709source = "registry+https://github.com/rust-lang/crates.io-index"
14710checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
14711dependencies = [
14712 "anyhow",
14713 "log",
14714 "thiserror",
14715 "wast",
14716]
14717
14718[[package]]
14719name = "workspace"
14720version = "0.1.0"
14721dependencies = [
14722 "any_vec",
14723 "anyhow",
14724 "async-recursion 1.1.1",
14725 "bincode",
14726 "call",
14727 "client",
14728 "clock",
14729 "collections",
14730 "db",
14731 "derive_more",
14732 "env_logger 0.11.5",
14733 "fs",
14734 "futures 0.3.30",
14735 "git",
14736 "gpui",
14737 "http_client",
14738 "itertools 0.13.0",
14739 "language",
14740 "log",
14741 "node_runtime",
14742 "parking_lot",
14743 "postage",
14744 "project",
14745 "remote",
14746 "schemars",
14747 "serde",
14748 "serde_json",
14749 "session",
14750 "settings",
14751 "smallvec",
14752 "sqlez",
14753 "task",
14754 "tempfile",
14755 "theme",
14756 "ui",
14757 "util",
14758 "uuid",
14759]
14760
14761[[package]]
14762name = "worktree"
14763version = "0.1.0"
14764dependencies = [
14765 "anyhow",
14766 "clock",
14767 "collections",
14768 "env_logger 0.11.5",
14769 "fs",
14770 "futures 0.3.30",
14771 "fuzzy",
14772 "git",
14773 "git2",
14774 "git_hosting_providers",
14775 "gpui",
14776 "http_client",
14777 "ignore",
14778 "language",
14779 "log",
14780 "parking_lot",
14781 "paths",
14782 "postage",
14783 "pretty_assertions",
14784 "rand 0.8.5",
14785 "rpc",
14786 "schemars",
14787 "serde",
14788 "serde_json",
14789 "settings",
14790 "smallvec",
14791 "smol",
14792 "sum_tree",
14793 "text",
14794 "util",
14795]
14796
14797[[package]]
14798name = "wyz"
14799version = "0.5.1"
14800source = "registry+https://github.com/rust-lang/crates.io-index"
14801checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
14802dependencies = [
14803 "tap",
14804]
14805
14806[[package]]
14807name = "x11-clipboard"
14808version = "0.9.2"
14809source = "registry+https://github.com/rust-lang/crates.io-index"
14810checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
14811dependencies = [
14812 "libc",
14813 "x11rb",
14814]
14815
14816[[package]]
14817name = "x11rb"
14818version = "0.13.1"
14819source = "registry+https://github.com/rust-lang/crates.io-index"
14820checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
14821dependencies = [
14822 "as-raw-xcb-connection",
14823 "gethostname",
14824 "libc",
14825 "rustix 0.38.35",
14826 "x11rb-protocol",
14827]
14828
14829[[package]]
14830name = "x11rb-protocol"
14831version = "0.13.1"
14832source = "registry+https://github.com/rust-lang/crates.io-index"
14833checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
14834
14835[[package]]
14836name = "xattr"
14837version = "0.2.3"
14838source = "registry+https://github.com/rust-lang/crates.io-index"
14839checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
14840dependencies = [
14841 "libc",
14842]
14843
14844[[package]]
14845name = "xcursor"
14846version = "0.3.8"
14847source = "registry+https://github.com/rust-lang/crates.io-index"
14848checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
14849
14850[[package]]
14851name = "xdg-home"
14852version = "1.3.0"
14853source = "registry+https://github.com/rust-lang/crates.io-index"
14854checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
14855dependencies = [
14856 "libc",
14857 "windows-sys 0.59.0",
14858]
14859
14860[[package]]
14861name = "xim"
14862version = "0.4.0"
14863source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14864dependencies = [
14865 "ahash 0.8.11",
14866 "hashbrown 0.14.5",
14867 "log",
14868 "x11rb",
14869 "xim-ctext",
14870 "xim-parser",
14871]
14872
14873[[package]]
14874name = "xim-ctext"
14875version = "0.3.0"
14876source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14877dependencies = [
14878 "encoding_rs",
14879]
14880
14881[[package]]
14882name = "xim-parser"
14883version = "0.2.1"
14884source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14885dependencies = [
14886 "bitflags 2.6.0",
14887]
14888
14889[[package]]
14890name = "xkbcommon"
14891version = "0.7.0"
14892source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
14893dependencies = [
14894 "as-raw-xcb-connection",
14895 "libc",
14896 "memmap2",
14897 "xkeysym",
14898]
14899
14900[[package]]
14901name = "xkeysym"
14902version = "0.2.1"
14903source = "registry+https://github.com/rust-lang/crates.io-index"
14904checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
14905
14906[[package]]
14907name = "xml5ever"
14908version = "0.18.1"
14909source = "registry+https://github.com/rust-lang/crates.io-index"
14910checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
14911dependencies = [
14912 "log",
14913 "mac",
14914 "markup5ever",
14915]
14916
14917[[package]]
14918name = "xmlparser"
14919version = "0.13.6"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
14922
14923[[package]]
14924name = "xmlwriter"
14925version = "0.1.0"
14926source = "registry+https://github.com/rust-lang/crates.io-index"
14927checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
14928
14929[[package]]
14930name = "xtask"
14931version = "0.1.0"
14932dependencies = [
14933 "anyhow",
14934 "cargo_metadata",
14935 "cargo_toml",
14936 "clap",
14937]
14938
14939[[package]]
14940name = "yaml-rust2"
14941version = "0.8.1"
14942source = "registry+https://github.com/rust-lang/crates.io-index"
14943checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
14944dependencies = [
14945 "arraydeque",
14946 "encoding_rs",
14947 "hashlink 0.8.4",
14948]
14949
14950[[package]]
14951name = "yansi"
14952version = "1.0.1"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
14955
14956[[package]]
14957name = "yazi"
14958version = "0.1.6"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
14961
14962[[package]]
14963name = "yeslogic-fontconfig-sys"
14964version = "6.0.0"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
14967dependencies = [
14968 "dlib",
14969 "once_cell",
14970 "pkg-config",
14971]
14972
14973[[package]]
14974name = "zbus"
14975version = "4.4.0"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
14978dependencies = [
14979 "async-broadcast",
14980 "async-executor",
14981 "async-fs 2.1.2",
14982 "async-io 2.3.4",
14983 "async-lock 3.4.0",
14984 "async-process 2.2.4",
14985 "async-recursion 1.1.1",
14986 "async-task",
14987 "async-trait",
14988 "blocking",
14989 "enumflags2",
14990 "event-listener 5.3.1",
14991 "futures-core",
14992 "futures-sink",
14993 "futures-util",
14994 "hex",
14995 "nix",
14996 "ordered-stream",
14997 "rand 0.8.5",
14998 "serde",
14999 "serde_repr",
15000 "sha1",
15001 "static_assertions",
15002 "tracing",
15003 "uds_windows",
15004 "windows-sys 0.52.0",
15005 "xdg-home",
15006 "zbus_macros",
15007 "zbus_names",
15008 "zvariant",
15009]
15010
15011[[package]]
15012name = "zbus_macros"
15013version = "4.4.0"
15014source = "registry+https://github.com/rust-lang/crates.io-index"
15015checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
15016dependencies = [
15017 "proc-macro-crate",
15018 "proc-macro2",
15019 "quote",
15020 "syn 2.0.76",
15021 "zvariant_utils",
15022]
15023
15024[[package]]
15025name = "zbus_names"
15026version = "3.0.0"
15027source = "registry+https://github.com/rust-lang/crates.io-index"
15028checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
15029dependencies = [
15030 "serde",
15031 "static_assertions",
15032 "zvariant",
15033]
15034
15035[[package]]
15036name = "zed"
15037version = "0.160.5"
15038dependencies = [
15039 "activity_indicator",
15040 "anyhow",
15041 "ashpd",
15042 "assets",
15043 "assistant",
15044 "async-watch",
15045 "audio",
15046 "auto_update",
15047 "backtrace",
15048 "breadcrumbs",
15049 "call",
15050 "channel",
15051 "chrono",
15052 "clap",
15053 "cli",
15054 "client",
15055 "collab_ui",
15056 "collections",
15057 "command_palette",
15058 "command_palette_hooks",
15059 "copilot",
15060 "db",
15061 "diagnostics",
15062 "editor",
15063 "env_logger 0.11.5",
15064 "extension",
15065 "extensions_ui",
15066 "feature_flags",
15067 "feedback",
15068 "file_finder",
15069 "file_icons",
15070 "fs",
15071 "futures 0.3.30",
15072 "git",
15073 "git_hosting_providers",
15074 "go_to_line",
15075 "gpui",
15076 "http_client",
15077 "image_viewer",
15078 "inline_completion_button",
15079 "install_cli",
15080 "journal",
15081 "language",
15082 "language_model",
15083 "language_selector",
15084 "language_tools",
15085 "languages",
15086 "libc",
15087 "log",
15088 "markdown_preview",
15089 "menu",
15090 "mimalloc",
15091 "nix",
15092 "node_runtime",
15093 "notifications",
15094 "outline",
15095 "outline_panel",
15096 "parking_lot",
15097 "paths",
15098 "profiling",
15099 "project",
15100 "project_panel",
15101 "project_symbols",
15102 "proto",
15103 "quick_action_bar",
15104 "recent_projects",
15105 "release_channel",
15106 "remote",
15107 "repl",
15108 "reqwest_client",
15109 "rope",
15110 "search",
15111 "serde",
15112 "serde_json",
15113 "session",
15114 "settings",
15115 "settings_ui",
15116 "shellexpand 2.1.2",
15117 "simplelog",
15118 "smol",
15119 "snippet_provider",
15120 "snippets_ui",
15121 "supermaven",
15122 "sysinfo",
15123 "tab_switcher",
15124 "task",
15125 "tasks_ui",
15126 "telemetry_events",
15127 "terminal_view",
15128 "theme",
15129 "theme_selector",
15130 "time",
15131 "toolchain_selector",
15132 "tree-sitter-md",
15133 "tree-sitter-rust",
15134 "ui",
15135 "url",
15136 "urlencoding",
15137 "util",
15138 "uuid",
15139 "vim",
15140 "welcome",
15141 "windows 0.58.0",
15142 "winresource",
15143 "workspace",
15144 "zed_actions",
15145]
15146
15147[[package]]
15148name = "zed_actions"
15149version = "0.1.0"
15150dependencies = [
15151 "gpui",
15152 "serde",
15153]
15154
15155[[package]]
15156name = "zed_astro"
15157version = "0.1.1"
15158dependencies = [
15159 "serde",
15160 "zed_extension_api 0.1.0",
15161]
15162
15163[[package]]
15164name = "zed_clojure"
15165version = "0.0.3"
15166dependencies = [
15167 "zed_extension_api 0.1.0",
15168]
15169
15170[[package]]
15171name = "zed_csharp"
15172version = "0.0.2"
15173dependencies = [
15174 "zed_extension_api 0.1.0",
15175]
15176
15177[[package]]
15178name = "zed_deno"
15179version = "0.0.2"
15180dependencies = [
15181 "zed_extension_api 0.1.0",
15182]
15183
15184[[package]]
15185name = "zed_elixir"
15186version = "0.1.1"
15187dependencies = [
15188 "zed_extension_api 0.1.0",
15189]
15190
15191[[package]]
15192name = "zed_elm"
15193version = "0.0.1"
15194dependencies = [
15195 "zed_extension_api 0.1.0",
15196]
15197
15198[[package]]
15199name = "zed_emmet"
15200version = "0.0.3"
15201dependencies = [
15202 "zed_extension_api 0.1.0",
15203]
15204
15205[[package]]
15206name = "zed_erlang"
15207version = "0.1.0"
15208dependencies = [
15209 "zed_extension_api 0.1.0",
15210]
15211
15212[[package]]
15213name = "zed_extension_api"
15214version = "0.1.0"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
15217dependencies = [
15218 "serde",
15219 "serde_json",
15220 "wit-bindgen",
15221]
15222
15223[[package]]
15224name = "zed_extension_api"
15225version = "0.2.0"
15226dependencies = [
15227 "serde",
15228 "serde_json",
15229 "wit-bindgen",
15230]
15231
15232[[package]]
15233name = "zed_glsl"
15234version = "0.1.0"
15235dependencies = [
15236 "zed_extension_api 0.1.0",
15237]
15238
15239[[package]]
15240name = "zed_haskell"
15241version = "0.1.1"
15242dependencies = [
15243 "zed_extension_api 0.1.0",
15244]
15245
15246[[package]]
15247name = "zed_html"
15248version = "0.1.3"
15249dependencies = [
15250 "zed_extension_api 0.1.0",
15251]
15252
15253[[package]]
15254name = "zed_lua"
15255version = "0.1.0"
15256dependencies = [
15257 "zed_extension_api 0.1.0",
15258]
15259
15260[[package]]
15261name = "zed_ocaml"
15262version = "0.1.0"
15263dependencies = [
15264 "zed_extension_api 0.1.0",
15265]
15266
15267[[package]]
15268name = "zed_php"
15269version = "0.2.2"
15270dependencies = [
15271 "zed_extension_api 0.1.0",
15272]
15273
15274[[package]]
15275name = "zed_prisma"
15276version = "0.0.3"
15277dependencies = [
15278 "zed_extension_api 0.1.0",
15279]
15280
15281[[package]]
15282name = "zed_proto"
15283version = "0.2.0"
15284dependencies = [
15285 "zed_extension_api 0.1.0",
15286]
15287
15288[[package]]
15289name = "zed_purescript"
15290version = "0.0.1"
15291dependencies = [
15292 "zed_extension_api 0.1.0",
15293]
15294
15295[[package]]
15296name = "zed_ruff"
15297version = "0.1.0"
15298dependencies = [
15299 "zed_extension_api 0.1.0",
15300]
15301
15302[[package]]
15303name = "zed_snippets"
15304version = "0.0.5"
15305dependencies = [
15306 "serde_json",
15307 "zed_extension_api 0.1.0",
15308]
15309
15310[[package]]
15311name = "zed_terraform"
15312version = "0.1.1"
15313dependencies = [
15314 "zed_extension_api 0.1.0",
15315]
15316
15317[[package]]
15318name = "zed_test_extension"
15319version = "0.1.0"
15320dependencies = [
15321 "zed_extension_api 0.2.0",
15322]
15323
15324[[package]]
15325name = "zed_toml"
15326version = "0.1.1"
15327dependencies = [
15328 "zed_extension_api 0.1.0",
15329]
15330
15331[[package]]
15332name = "zed_uiua"
15333version = "0.0.1"
15334dependencies = [
15335 "zed_extension_api 0.1.0",
15336]
15337
15338[[package]]
15339name = "zed_zig"
15340version = "0.3.1"
15341dependencies = [
15342 "zed_extension_api 0.1.0",
15343]
15344
15345[[package]]
15346name = "zeno"
15347version = "0.2.3"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
15350
15351[[package]]
15352name = "zerocopy"
15353version = "0.7.35"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
15356dependencies = [
15357 "byteorder",
15358 "zerocopy-derive",
15359]
15360
15361[[package]]
15362name = "zerocopy-derive"
15363version = "0.7.35"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
15366dependencies = [
15367 "proc-macro2",
15368 "quote",
15369 "syn 2.0.76",
15370]
15371
15372[[package]]
15373name = "zeroize"
15374version = "1.8.1"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
15377dependencies = [
15378 "zeroize_derive",
15379]
15380
15381[[package]]
15382name = "zeroize_derive"
15383version = "1.4.2"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
15386dependencies = [
15387 "proc-macro2",
15388 "quote",
15389 "syn 2.0.76",
15390]
15391
15392[[package]]
15393name = "zeromq"
15394version = "0.4.0"
15395source = "registry+https://github.com/rust-lang/crates.io-index"
15396checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
15397dependencies = [
15398 "async-dispatcher",
15399 "async-std",
15400 "async-trait",
15401 "asynchronous-codec",
15402 "bytes 1.7.2",
15403 "crossbeam-queue",
15404 "dashmap 5.5.3",
15405 "futures-channel",
15406 "futures-io",
15407 "futures-task",
15408 "futures-util",
15409 "log",
15410 "num-traits",
15411 "once_cell",
15412 "parking_lot",
15413 "rand 0.8.5",
15414 "regex",
15415 "thiserror",
15416 "uuid",
15417]
15418
15419[[package]]
15420name = "zstd"
15421version = "0.11.2+zstd.1.5.2"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
15424dependencies = [
15425 "zstd-safe",
15426]
15427
15428[[package]]
15429name = "zstd-safe"
15430version = "5.0.2+zstd.1.5.2"
15431source = "registry+https://github.com/rust-lang/crates.io-index"
15432checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
15433dependencies = [
15434 "libc",
15435 "zstd-sys",
15436]
15437
15438[[package]]
15439name = "zstd-sys"
15440version = "2.0.13+zstd.1.5.6"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
15443dependencies = [
15444 "cc",
15445 "pkg-config",
15446]
15447
15448[[package]]
15449name = "zune-core"
15450version = "0.4.12"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
15453
15454[[package]]
15455name = "zune-inflate"
15456version = "0.2.54"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
15459dependencies = [
15460 "simd-adler32",
15461]
15462
15463[[package]]
15464name = "zune-jpeg"
15465version = "0.4.13"
15466source = "registry+https://github.com/rust-lang/crates.io-index"
15467checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
15468dependencies = [
15469 "zune-core",
15470]
15471
15472[[package]]
15473name = "zvariant"
15474version = "4.2.0"
15475source = "registry+https://github.com/rust-lang/crates.io-index"
15476checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
15477dependencies = [
15478 "endi",
15479 "enumflags2",
15480 "serde",
15481 "static_assertions",
15482 "url",
15483 "zvariant_derive",
15484]
15485
15486[[package]]
15487name = "zvariant_derive"
15488version = "4.2.0"
15489source = "registry+https://github.com/rust-lang/crates.io-index"
15490checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
15491dependencies = [
15492 "proc-macro-crate",
15493 "proc-macro2",
15494 "quote",
15495 "syn 2.0.76",
15496 "zvariant_utils",
15497]
15498
15499[[package]]
15500name = "zvariant_utils"
15501version = "2.1.0"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
15504dependencies = [
15505 "proc-macro2",
15506 "quote",
15507 "syn 2.0.76",
15508]