1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension",
13 "futures 0.3.30",
14 "gpui",
15 "language",
16 "project",
17 "smallvec",
18 "ui",
19 "util",
20 "workspace",
21]
22
23[[package]]
24name = "addr2line"
25version = "0.24.1"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
28dependencies = [
29 "gimli 0.31.0",
30]
31
32[[package]]
33name = "adler"
34version = "1.0.2"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
37
38[[package]]
39name = "adler2"
40version = "2.0.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
43
44[[package]]
45name = "aes"
46version = "0.8.4"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
49dependencies = [
50 "cfg-if",
51 "cipher",
52 "cpufeatures",
53 "zeroize",
54]
55
56[[package]]
57name = "ahash"
58version = "0.7.8"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
61dependencies = [
62 "getrandom 0.2.15",
63 "once_cell",
64 "version_check",
65]
66
67[[package]]
68name = "ahash"
69version = "0.8.11"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
72dependencies = [
73 "cfg-if",
74 "const-random",
75 "once_cell",
76 "version_check",
77 "zerocopy",
78]
79
80[[package]]
81name = "aho-corasick"
82version = "1.1.3"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
85dependencies = [
86 "memchr",
87]
88
89[[package]]
90name = "alacritty_terminal"
91version = "0.24.1-dev"
92source = "git+https://github.com/alacritty/alacritty?rev=91d034ff8b53867143c005acfaa14609147c9a2c#91d034ff8b53867143c005acfaa14609147c9a2c"
93dependencies = [
94 "base64 0.22.1",
95 "bitflags 2.6.0",
96 "home",
97 "libc",
98 "log",
99 "miow",
100 "parking_lot",
101 "piper",
102 "polling 3.7.3",
103 "regex-automata 0.4.7",
104 "rustix-openpty",
105 "serde",
106 "signal-hook",
107 "unicode-width",
108 "vte",
109 "windows-sys 0.52.0",
110]
111
112[[package]]
113name = "aliasable"
114version = "0.1.3"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
117
118[[package]]
119name = "aligned-vec"
120version = "0.5.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
123
124[[package]]
125name = "allocator-api2"
126version = "0.2.18"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
129
130[[package]]
131name = "alsa"
132version = "0.9.1"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
135dependencies = [
136 "alsa-sys",
137 "bitflags 2.6.0",
138 "cfg-if",
139 "libc",
140]
141
142[[package]]
143name = "alsa-sys"
144version = "0.3.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
147dependencies = [
148 "libc",
149 "pkg-config",
150]
151
152[[package]]
153name = "ambient-authority"
154version = "0.0.2"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
157
158[[package]]
159name = "ammonia"
160version = "4.0.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
163dependencies = [
164 "html5ever",
165 "maplit",
166 "once_cell",
167 "tendril",
168 "url",
169]
170
171[[package]]
172name = "android-tzdata"
173version = "0.1.1"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
176
177[[package]]
178name = "android_system_properties"
179version = "0.1.5"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
182dependencies = [
183 "libc",
184]
185
186[[package]]
187name = "anes"
188version = "0.1.6"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
191
192[[package]]
193name = "anstream"
194version = "0.6.15"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
197dependencies = [
198 "anstyle",
199 "anstyle-parse",
200 "anstyle-query",
201 "anstyle-wincon",
202 "colorchoice",
203 "is_terminal_polyfill",
204 "utf8parse",
205]
206
207[[package]]
208name = "anstyle"
209version = "1.0.8"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
212
213[[package]]
214name = "anstyle-parse"
215version = "0.2.5"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
218dependencies = [
219 "utf8parse",
220]
221
222[[package]]
223name = "anstyle-query"
224version = "1.1.1"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
227dependencies = [
228 "windows-sys 0.52.0",
229]
230
231[[package]]
232name = "anstyle-wincon"
233version = "3.0.4"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
236dependencies = [
237 "anstyle",
238 "windows-sys 0.52.0",
239]
240
241[[package]]
242name = "anthropic"
243version = "0.1.0"
244dependencies = [
245 "anyhow",
246 "chrono",
247 "futures 0.3.30",
248 "http_client",
249 "schemars",
250 "serde",
251 "serde_json",
252 "strum 0.25.0",
253 "thiserror",
254 "util",
255]
256
257[[package]]
258name = "any_vec"
259version = "0.14.0"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
262
263[[package]]
264name = "anyhow"
265version = "1.0.91"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
268
269[[package]]
270name = "approx"
271version = "0.5.1"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
274dependencies = [
275 "num-traits",
276]
277
278[[package]]
279name = "arbitrary"
280version = "1.3.2"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
283
284[[package]]
285name = "arg_enum_proc_macro"
286version = "0.3.4"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
289dependencies = [
290 "proc-macro2",
291 "quote",
292 "syn 2.0.76",
293]
294
295[[package]]
296name = "arraydeque"
297version = "0.5.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
300
301[[package]]
302name = "arrayref"
303version = "0.3.8"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a"
306
307[[package]]
308name = "arrayvec"
309version = "0.7.6"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
312dependencies = [
313 "serde",
314]
315
316[[package]]
317name = "as-raw-xcb-connection"
318version = "1.0.1"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
321
322[[package]]
323name = "ascii"
324version = "1.1.0"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
327
328[[package]]
329name = "ash"
330version = "0.38.0+1.3.281"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
333dependencies = [
334 "libloading",
335]
336
337[[package]]
338name = "ash-window"
339version = "0.13.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
342dependencies = [
343 "ash",
344 "raw-window-handle",
345 "raw-window-metal",
346]
347
348[[package]]
349name = "ashpd"
350version = "0.9.2"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "4d43c03d9e36dd40cab48435be0b09646da362c278223ca535493877b2c1dee9"
353dependencies = [
354 "async-fs 2.1.2",
355 "async-net 2.0.0",
356 "enumflags2",
357 "futures-channel",
358 "futures-util",
359 "rand 0.8.5",
360 "serde",
361 "serde_repr",
362 "url",
363 "zbus",
364]
365
366[[package]]
367name = "assets"
368version = "0.1.0"
369dependencies = [
370 "anyhow",
371 "gpui",
372 "rust-embed",
373]
374
375[[package]]
376name = "assistant"
377version = "0.1.0"
378dependencies = [
379 "anthropic",
380 "anyhow",
381 "assets",
382 "assistant_slash_command",
383 "assistant_tool",
384 "async-watch",
385 "cargo_toml",
386 "chrono",
387 "client",
388 "clock",
389 "collections",
390 "command_palette_hooks",
391 "context_servers",
392 "ctor",
393 "db",
394 "editor",
395 "env_logger 0.11.5",
396 "feature_flags",
397 "fs",
398 "futures 0.3.30",
399 "fuzzy",
400 "globset",
401 "gpui",
402 "handlebars 4.5.0",
403 "heed",
404 "html_to_markdown",
405 "http_client",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "languages",
411 "log",
412 "lsp",
413 "markdown",
414 "menu",
415 "multi_buffer",
416 "ollama",
417 "open_ai",
418 "ordered-float 2.10.1",
419 "parking_lot",
420 "paths",
421 "picker",
422 "pretty_assertions",
423 "project",
424 "proto",
425 "rand 0.8.5",
426 "regex",
427 "release_channel",
428 "rope",
429 "rpc",
430 "schemars",
431 "search",
432 "semantic_index",
433 "serde",
434 "serde_json",
435 "serde_json_lenient",
436 "settings",
437 "similar",
438 "smallvec",
439 "smol",
440 "strum 0.25.0",
441 "telemetry_events",
442 "terminal",
443 "terminal_view",
444 "text",
445 "theme",
446 "toml 0.8.19",
447 "tree-sitter-md",
448 "ui",
449 "unindent",
450 "util",
451 "uuid",
452 "workspace",
453 "zed_actions",
454]
455
456[[package]]
457name = "assistant_slash_command"
458version = "0.1.0"
459dependencies = [
460 "anyhow",
461 "collections",
462 "derive_more",
463 "futures 0.3.30",
464 "gpui",
465 "language",
466 "parking_lot",
467 "pretty_assertions",
468 "serde",
469 "serde_json",
470 "workspace",
471]
472
473[[package]]
474name = "assistant_tool"
475version = "0.1.0"
476dependencies = [
477 "anyhow",
478 "collections",
479 "derive_more",
480 "gpui",
481 "parking_lot",
482 "serde",
483 "serde_json",
484 "workspace",
485]
486
487[[package]]
488name = "async-attributes"
489version = "1.1.2"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
492dependencies = [
493 "quote",
494 "syn 1.0.109",
495]
496
497[[package]]
498name = "async-broadcast"
499version = "0.7.1"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
502dependencies = [
503 "event-listener 5.3.1",
504 "event-listener-strategy",
505 "futures-core",
506 "pin-project-lite",
507]
508
509[[package]]
510name = "async-channel"
511version = "1.9.0"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
514dependencies = [
515 "concurrent-queue",
516 "event-listener 2.5.3",
517 "futures-core",
518]
519
520[[package]]
521name = "async-channel"
522version = "2.3.1"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
525dependencies = [
526 "concurrent-queue",
527 "event-listener-strategy",
528 "futures-core",
529 "pin-project-lite",
530]
531
532[[package]]
533name = "async-compat"
534version = "0.2.4"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
537dependencies = [
538 "futures-core",
539 "futures-io",
540 "once_cell",
541 "pin-project-lite",
542 "tokio",
543]
544
545[[package]]
546name = "async-compression"
547version = "0.4.13"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "7e614738943d3f68c628ae3dbce7c3daffb196665f82f8c8ea6b65de73c79429"
550dependencies = [
551 "deflate64",
552 "flate2",
553 "futures-core",
554 "futures-io",
555 "memchr",
556 "pin-project-lite",
557]
558
559[[package]]
560name = "async-dispatcher"
561version = "0.1.2"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
564dependencies = [
565 "async-task",
566 "futures-lite 1.13.0",
567]
568
569[[package]]
570name = "async-executor"
571version = "1.13.0"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
574dependencies = [
575 "async-task",
576 "concurrent-queue",
577 "fastrand 2.1.1",
578 "futures-lite 2.3.0",
579 "slab",
580]
581
582[[package]]
583name = "async-fs"
584version = "1.6.0"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
587dependencies = [
588 "async-lock 2.8.0",
589 "autocfg",
590 "blocking",
591 "futures-lite 1.13.0",
592]
593
594[[package]]
595name = "async-fs"
596version = "2.1.2"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
599dependencies = [
600 "async-lock 3.4.0",
601 "blocking",
602 "futures-lite 2.3.0",
603]
604
605[[package]]
606name = "async-global-executor"
607version = "2.4.1"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
610dependencies = [
611 "async-channel 2.3.1",
612 "async-executor",
613 "async-io 2.3.4",
614 "async-lock 3.4.0",
615 "blocking",
616 "futures-lite 2.3.0",
617 "once_cell",
618]
619
620[[package]]
621name = "async-io"
622version = "1.13.0"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
625dependencies = [
626 "async-lock 2.8.0",
627 "autocfg",
628 "cfg-if",
629 "concurrent-queue",
630 "futures-lite 1.13.0",
631 "log",
632 "parking",
633 "polling 2.8.0",
634 "rustix 0.37.27",
635 "slab",
636 "socket2 0.4.10",
637 "waker-fn",
638]
639
640[[package]]
641name = "async-io"
642version = "2.3.4"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
645dependencies = [
646 "async-lock 3.4.0",
647 "cfg-if",
648 "concurrent-queue",
649 "futures-io",
650 "futures-lite 2.3.0",
651 "parking",
652 "polling 3.7.3",
653 "rustix 0.38.35",
654 "slab",
655 "tracing",
656 "windows-sys 0.59.0",
657]
658
659[[package]]
660name = "async-lock"
661version = "2.8.0"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
664dependencies = [
665 "event-listener 2.5.3",
666]
667
668[[package]]
669name = "async-lock"
670version = "3.4.0"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
673dependencies = [
674 "event-listener 5.3.1",
675 "event-listener-strategy",
676 "pin-project-lite",
677]
678
679[[package]]
680name = "async-native-tls"
681version = "0.5.0"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
684dependencies = [
685 "futures-util",
686 "native-tls",
687 "thiserror",
688 "url",
689]
690
691[[package]]
692name = "async-net"
693version = "1.8.0"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
696dependencies = [
697 "async-io 1.13.0",
698 "blocking",
699 "futures-lite 1.13.0",
700]
701
702[[package]]
703name = "async-net"
704version = "2.0.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
707dependencies = [
708 "async-io 2.3.4",
709 "blocking",
710 "futures-lite 2.3.0",
711]
712
713[[package]]
714name = "async-pipe"
715version = "0.1.3"
716source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
717dependencies = [
718 "futures 0.3.30",
719 "log",
720]
721
722[[package]]
723name = "async-process"
724version = "1.8.1"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
727dependencies = [
728 "async-io 1.13.0",
729 "async-lock 2.8.0",
730 "async-signal",
731 "blocking",
732 "cfg-if",
733 "event-listener 3.1.0",
734 "futures-lite 1.13.0",
735 "rustix 0.38.35",
736 "windows-sys 0.48.0",
737]
738
739[[package]]
740name = "async-process"
741version = "2.2.4"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "a8a07789659a4d385b79b18b9127fc27e1a59e1e89117c78c5ea3b806f016374"
744dependencies = [
745 "async-channel 2.3.1",
746 "async-io 2.3.4",
747 "async-lock 3.4.0",
748 "async-signal",
749 "async-task",
750 "blocking",
751 "cfg-if",
752 "event-listener 5.3.1",
753 "futures-lite 2.3.0",
754 "rustix 0.38.35",
755 "tracing",
756 "windows-sys 0.59.0",
757]
758
759[[package]]
760name = "async-recursion"
761version = "0.3.2"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
764dependencies = [
765 "proc-macro2",
766 "quote",
767 "syn 1.0.109",
768]
769
770[[package]]
771name = "async-recursion"
772version = "1.1.1"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
775dependencies = [
776 "proc-macro2",
777 "quote",
778 "syn 2.0.76",
779]
780
781[[package]]
782name = "async-signal"
783version = "0.2.10"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
786dependencies = [
787 "async-io 2.3.4",
788 "async-lock 3.4.0",
789 "atomic-waker",
790 "cfg-if",
791 "futures-core",
792 "futures-io",
793 "rustix 0.38.35",
794 "signal-hook-registry",
795 "slab",
796 "windows-sys 0.59.0",
797]
798
799[[package]]
800name = "async-std"
801version = "1.12.0"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
804dependencies = [
805 "async-attributes",
806 "async-channel 1.9.0",
807 "async-global-executor",
808 "async-io 1.13.0",
809 "async-lock 2.8.0",
810 "async-process 1.8.1",
811 "crossbeam-utils",
812 "futures-channel",
813 "futures-core",
814 "futures-io",
815 "futures-lite 1.13.0",
816 "gloo-timers",
817 "kv-log-macro",
818 "log",
819 "memchr",
820 "once_cell",
821 "pin-project-lite",
822 "pin-utils",
823 "slab",
824 "wasm-bindgen-futures",
825]
826
827[[package]]
828name = "async-stream"
829version = "0.3.5"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
832dependencies = [
833 "async-stream-impl",
834 "futures-core",
835 "pin-project-lite",
836]
837
838[[package]]
839name = "async-stream-impl"
840version = "0.3.5"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
843dependencies = [
844 "proc-macro2",
845 "quote",
846 "syn 2.0.76",
847]
848
849[[package]]
850name = "async-stripe"
851version = "0.40.0"
852source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
853dependencies = [
854 "chrono",
855 "futures-util",
856 "http-types",
857 "hyper 0.14.31",
858 "hyper-rustls 0.24.2",
859 "serde",
860 "serde_json",
861 "serde_path_to_error",
862 "serde_qs 0.10.1",
863 "smart-default",
864 "smol_str",
865 "thiserror",
866 "tokio",
867]
868
869[[package]]
870name = "async-tar"
871version = "0.5.0"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
874dependencies = [
875 "async-std",
876 "filetime",
877 "libc",
878 "pin-project",
879 "redox_syscall 0.2.16",
880 "xattr",
881]
882
883[[package]]
884name = "async-task"
885version = "4.7.1"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
888
889[[package]]
890name = "async-tls"
891version = "0.12.0"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "cfeefd0ca297cbbb3bd34fd6b228401c2a5177038257afd751bc29f0a2da4795"
894dependencies = [
895 "futures-core",
896 "futures-io",
897 "rustls 0.20.9",
898 "rustls-pemfile 1.0.4",
899 "webpki",
900 "webpki-roots 0.22.6",
901]
902
903[[package]]
904name = "async-trait"
905version = "0.1.83"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
908dependencies = [
909 "proc-macro2",
910 "quote",
911 "syn 2.0.76",
912]
913
914[[package]]
915name = "async-tungstenite"
916version = "0.24.0"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "3609af4bbf701ddaf1f6bb4e6257dff4ff8932327d0e685d3f653724c258b1ac"
919dependencies = [
920 "async-std",
921 "async-tls",
922 "futures-io",
923 "futures-util",
924 "log",
925 "pin-project-lite",
926 "tungstenite 0.21.0",
927]
928
929[[package]]
930name = "async-watch"
931version = "0.3.1"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
934dependencies = [
935 "event-listener 2.5.3",
936]
937
938[[package]]
939name = "async_zip"
940version = "0.0.17"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
943dependencies = [
944 "async-compression",
945 "crc32fast",
946 "futures-lite 2.3.0",
947 "pin-project",
948 "thiserror",
949]
950
951[[package]]
952name = "asynchronous-codec"
953version = "0.7.0"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
956dependencies = [
957 "bytes 1.7.2",
958 "futures-sink",
959 "futures-util",
960 "memchr",
961 "pin-project-lite",
962]
963
964[[package]]
965name = "atoi"
966version = "2.0.0"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
969dependencies = [
970 "num-traits",
971]
972
973[[package]]
974name = "atomic"
975version = "0.5.3"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
978
979[[package]]
980name = "atomic-waker"
981version = "1.1.2"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
984
985[[package]]
986name = "audio"
987version = "0.1.0"
988dependencies = [
989 "anyhow",
990 "collections",
991 "derive_more",
992 "gpui",
993 "parking_lot",
994 "rodio",
995 "util",
996]
997
998[[package]]
999name = "auto_update"
1000version = "0.1.0"
1001dependencies = [
1002 "anyhow",
1003 "client",
1004 "db",
1005 "editor",
1006 "gpui",
1007 "http_client",
1008 "log",
1009 "markdown_preview",
1010 "menu",
1011 "paths",
1012 "release_channel",
1013 "schemars",
1014 "serde",
1015 "serde_derive",
1016 "serde_json",
1017 "settings",
1018 "smol",
1019 "tempfile",
1020 "util",
1021 "which 6.0.3",
1022 "workspace",
1023]
1024
1025[[package]]
1026name = "autocfg"
1027version = "1.3.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
1030
1031[[package]]
1032name = "av1-grain"
1033version = "0.2.3"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1036dependencies = [
1037 "anyhow",
1038 "arrayvec",
1039 "log",
1040 "nom",
1041 "num-rational",
1042 "v_frame",
1043]
1044
1045[[package]]
1046name = "avif-serialize"
1047version = "0.8.1"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
1050dependencies = [
1051 "arrayvec",
1052]
1053
1054[[package]]
1055name = "aws-config"
1056version = "1.5.5"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "4e95816a168520d72c0e7680c405a5a8c1fb6a035b4bc4b9d7b0de8e1a941697"
1059dependencies = [
1060 "aws-credential-types",
1061 "aws-runtime",
1062 "aws-sdk-sso",
1063 "aws-sdk-ssooidc",
1064 "aws-sdk-sts",
1065 "aws-smithy-async",
1066 "aws-smithy-http",
1067 "aws-smithy-json",
1068 "aws-smithy-runtime",
1069 "aws-smithy-runtime-api",
1070 "aws-smithy-types",
1071 "aws-types",
1072 "bytes 1.7.2",
1073 "fastrand 2.1.1",
1074 "hex",
1075 "http 0.2.12",
1076 "ring 0.17.8",
1077 "time",
1078 "tokio",
1079 "tracing",
1080 "url",
1081 "zeroize",
1082]
1083
1084[[package]]
1085name = "aws-credential-types"
1086version = "1.2.1"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1089dependencies = [
1090 "aws-smithy-async",
1091 "aws-smithy-runtime-api",
1092 "aws-smithy-types",
1093 "zeroize",
1094]
1095
1096[[package]]
1097name = "aws-runtime"
1098version = "1.4.2"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "2424565416eef55906f9f8cece2072b6b6a76075e3ff81483ebe938a89a4c05f"
1101dependencies = [
1102 "aws-credential-types",
1103 "aws-sigv4",
1104 "aws-smithy-async",
1105 "aws-smithy-eventstream",
1106 "aws-smithy-http",
1107 "aws-smithy-runtime",
1108 "aws-smithy-runtime-api",
1109 "aws-smithy-types",
1110 "aws-types",
1111 "bytes 1.7.2",
1112 "fastrand 2.1.1",
1113 "http 0.2.12",
1114 "http-body 0.4.6",
1115 "once_cell",
1116 "percent-encoding",
1117 "pin-project-lite",
1118 "tracing",
1119 "uuid",
1120]
1121
1122[[package]]
1123name = "aws-sdk-s3"
1124version = "1.47.0"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "cca49303c05d2a740b8a4552fac63a4db6ead84f7e7eeed04761fd3014c26f25"
1127dependencies = [
1128 "ahash 0.8.11",
1129 "aws-credential-types",
1130 "aws-runtime",
1131 "aws-sigv4",
1132 "aws-smithy-async",
1133 "aws-smithy-checksums",
1134 "aws-smithy-eventstream",
1135 "aws-smithy-http",
1136 "aws-smithy-json",
1137 "aws-smithy-runtime",
1138 "aws-smithy-runtime-api",
1139 "aws-smithy-types",
1140 "aws-smithy-xml",
1141 "aws-types",
1142 "bytes 1.7.2",
1143 "fastrand 2.1.1",
1144 "hex",
1145 "hmac",
1146 "http 0.2.12",
1147 "http-body 0.4.6",
1148 "lru",
1149 "once_cell",
1150 "percent-encoding",
1151 "regex-lite",
1152 "sha2",
1153 "tracing",
1154 "url",
1155]
1156
1157[[package]]
1158name = "aws-sdk-sso"
1159version = "1.40.0"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "e5879bec6e74b648ce12f6085e7245417bc5f6d672781028384d2e494be3eb6d"
1162dependencies = [
1163 "aws-credential-types",
1164 "aws-runtime",
1165 "aws-smithy-async",
1166 "aws-smithy-http",
1167 "aws-smithy-json",
1168 "aws-smithy-runtime",
1169 "aws-smithy-runtime-api",
1170 "aws-smithy-types",
1171 "aws-types",
1172 "bytes 1.7.2",
1173 "http 0.2.12",
1174 "once_cell",
1175 "regex-lite",
1176 "tracing",
1177]
1178
1179[[package]]
1180name = "aws-sdk-ssooidc"
1181version = "1.41.0"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "4ef4cd9362f638c22a3b959fd8df292e7e47fdf170270f86246b97109b5f2f7d"
1184dependencies = [
1185 "aws-credential-types",
1186 "aws-runtime",
1187 "aws-smithy-async",
1188 "aws-smithy-http",
1189 "aws-smithy-json",
1190 "aws-smithy-runtime",
1191 "aws-smithy-runtime-api",
1192 "aws-smithy-types",
1193 "aws-types",
1194 "bytes 1.7.2",
1195 "http 0.2.12",
1196 "once_cell",
1197 "regex-lite",
1198 "tracing",
1199]
1200
1201[[package]]
1202name = "aws-sdk-sts"
1203version = "1.40.0"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "0b1e2735d2ab28b35ecbb5496c9d41857f52a0d6a0075bbf6a8af306045ea6f6"
1206dependencies = [
1207 "aws-credential-types",
1208 "aws-runtime",
1209 "aws-smithy-async",
1210 "aws-smithy-http",
1211 "aws-smithy-json",
1212 "aws-smithy-query",
1213 "aws-smithy-runtime",
1214 "aws-smithy-runtime-api",
1215 "aws-smithy-types",
1216 "aws-smithy-xml",
1217 "aws-types",
1218 "http 0.2.12",
1219 "once_cell",
1220 "regex-lite",
1221 "tracing",
1222]
1223
1224[[package]]
1225name = "aws-sigv4"
1226version = "1.2.3"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be"
1229dependencies = [
1230 "aws-credential-types",
1231 "aws-smithy-eventstream",
1232 "aws-smithy-http",
1233 "aws-smithy-runtime-api",
1234 "aws-smithy-types",
1235 "bytes 1.7.2",
1236 "crypto-bigint 0.5.5",
1237 "form_urlencoded",
1238 "hex",
1239 "hmac",
1240 "http 0.2.12",
1241 "http 1.1.0",
1242 "once_cell",
1243 "p256",
1244 "percent-encoding",
1245 "ring 0.17.8",
1246 "sha2",
1247 "subtle",
1248 "time",
1249 "tracing",
1250 "zeroize",
1251]
1252
1253[[package]]
1254name = "aws-smithy-async"
1255version = "1.2.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
1258dependencies = [
1259 "futures-util",
1260 "pin-project-lite",
1261 "tokio",
1262]
1263
1264[[package]]
1265name = "aws-smithy-checksums"
1266version = "0.60.12"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23"
1269dependencies = [
1270 "aws-smithy-http",
1271 "aws-smithy-types",
1272 "bytes 1.7.2",
1273 "crc32c",
1274 "crc32fast",
1275 "hex",
1276 "http 0.2.12",
1277 "http-body 0.4.6",
1278 "md-5",
1279 "pin-project-lite",
1280 "sha1",
1281 "sha2",
1282 "tracing",
1283]
1284
1285[[package]]
1286name = "aws-smithy-eventstream"
1287version = "0.60.4"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
1290dependencies = [
1291 "aws-smithy-types",
1292 "bytes 1.7.2",
1293 "crc32fast",
1294]
1295
1296[[package]]
1297name = "aws-smithy-http"
1298version = "0.60.10"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "01dbcb6e2588fd64cfb6d7529661b06466419e4c54ed1c62d6510d2d0350a728"
1301dependencies = [
1302 "aws-smithy-eventstream",
1303 "aws-smithy-runtime-api",
1304 "aws-smithy-types",
1305 "bytes 1.7.2",
1306 "bytes-utils",
1307 "futures-core",
1308 "http 0.2.12",
1309 "http-body 0.4.6",
1310 "once_cell",
1311 "percent-encoding",
1312 "pin-project-lite",
1313 "pin-utils",
1314 "tracing",
1315]
1316
1317[[package]]
1318name = "aws-smithy-json"
1319version = "0.60.7"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
1322dependencies = [
1323 "aws-smithy-types",
1324]
1325
1326[[package]]
1327name = "aws-smithy-query"
1328version = "0.60.7"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1331dependencies = [
1332 "aws-smithy-types",
1333 "urlencoding",
1334]
1335
1336[[package]]
1337name = "aws-smithy-runtime"
1338version = "1.7.1"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87"
1341dependencies = [
1342 "aws-smithy-async",
1343 "aws-smithy-http",
1344 "aws-smithy-runtime-api",
1345 "aws-smithy-types",
1346 "bytes 1.7.2",
1347 "fastrand 2.1.1",
1348 "h2 0.3.26",
1349 "http 0.2.12",
1350 "http-body 0.4.6",
1351 "http-body 1.0.1",
1352 "httparse",
1353 "hyper 0.14.31",
1354 "hyper-rustls 0.24.2",
1355 "once_cell",
1356 "pin-project-lite",
1357 "pin-utils",
1358 "rustls 0.21.12",
1359 "tokio",
1360 "tracing",
1361]
1362
1363[[package]]
1364name = "aws-smithy-runtime-api"
1365version = "1.7.2"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
1368dependencies = [
1369 "aws-smithy-async",
1370 "aws-smithy-types",
1371 "bytes 1.7.2",
1372 "http 0.2.12",
1373 "http 1.1.0",
1374 "pin-project-lite",
1375 "tokio",
1376 "tracing",
1377 "zeroize",
1378]
1379
1380[[package]]
1381name = "aws-smithy-types"
1382version = "1.2.4"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "273dcdfd762fae3e1650b8024624e7cd50e484e37abdab73a7a706188ad34543"
1385dependencies = [
1386 "base64-simd",
1387 "bytes 1.7.2",
1388 "bytes-utils",
1389 "futures-core",
1390 "http 0.2.12",
1391 "http 1.1.0",
1392 "http-body 0.4.6",
1393 "http-body 1.0.1",
1394 "http-body-util",
1395 "itoa",
1396 "num-integer",
1397 "pin-project-lite",
1398 "pin-utils",
1399 "ryu",
1400 "serde",
1401 "time",
1402 "tokio",
1403 "tokio-util",
1404]
1405
1406[[package]]
1407name = "aws-smithy-xml"
1408version = "0.60.8"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
1411dependencies = [
1412 "xmlparser",
1413]
1414
1415[[package]]
1416name = "aws-types"
1417version = "1.3.3"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1420dependencies = [
1421 "aws-credential-types",
1422 "aws-smithy-async",
1423 "aws-smithy-runtime-api",
1424 "aws-smithy-types",
1425 "rustc_version",
1426 "tracing",
1427]
1428
1429[[package]]
1430name = "axum"
1431version = "0.6.20"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1434dependencies = [
1435 "async-trait",
1436 "axum-core",
1437 "base64 0.21.7",
1438 "bitflags 1.3.2",
1439 "bytes 1.7.2",
1440 "futures-util",
1441 "headers",
1442 "http 0.2.12",
1443 "http-body 0.4.6",
1444 "hyper 0.14.31",
1445 "itoa",
1446 "matchit",
1447 "memchr",
1448 "mime",
1449 "percent-encoding",
1450 "pin-project-lite",
1451 "rustversion",
1452 "serde",
1453 "serde_json",
1454 "serde_path_to_error",
1455 "serde_urlencoded",
1456 "sha1",
1457 "sync_wrapper 0.1.2",
1458 "tokio",
1459 "tokio-tungstenite 0.20.1",
1460 "tower",
1461 "tower-layer",
1462 "tower-service",
1463]
1464
1465[[package]]
1466name = "axum-core"
1467version = "0.3.4"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1470dependencies = [
1471 "async-trait",
1472 "bytes 1.7.2",
1473 "futures-util",
1474 "http 0.2.12",
1475 "http-body 0.4.6",
1476 "mime",
1477 "rustversion",
1478 "tower-layer",
1479 "tower-service",
1480]
1481
1482[[package]]
1483name = "axum-extra"
1484version = "0.4.2"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1487dependencies = [
1488 "axum",
1489 "bytes 1.7.2",
1490 "futures-util",
1491 "http 0.2.12",
1492 "mime",
1493 "pin-project-lite",
1494 "serde",
1495 "serde_json",
1496 "tokio",
1497 "tower",
1498 "tower-http 0.3.5",
1499 "tower-layer",
1500 "tower-service",
1501]
1502
1503[[package]]
1504name = "backtrace"
1505version = "0.3.74"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1508dependencies = [
1509 "addr2line",
1510 "cfg-if",
1511 "libc",
1512 "miniz_oxide 0.8.0",
1513 "object",
1514 "rustc-demangle",
1515 "windows-targets 0.52.6",
1516]
1517
1518[[package]]
1519name = "base16ct"
1520version = "0.1.1"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1523
1524[[package]]
1525name = "base64"
1526version = "0.13.1"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1529
1530[[package]]
1531name = "base64"
1532version = "0.21.7"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1535
1536[[package]]
1537name = "base64"
1538version = "0.22.1"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1541
1542[[package]]
1543name = "base64-simd"
1544version = "0.8.0"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1547dependencies = [
1548 "outref",
1549 "vsimd",
1550]
1551
1552[[package]]
1553name = "base64ct"
1554version = "1.6.0"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1557
1558[[package]]
1559name = "bigdecimal"
1560version = "0.4.5"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee"
1563dependencies = [
1564 "autocfg",
1565 "libm",
1566 "num-bigint",
1567 "num-integer",
1568 "num-traits",
1569 "serde",
1570]
1571
1572[[package]]
1573name = "bincode"
1574version = "1.3.3"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1577dependencies = [
1578 "serde",
1579]
1580
1581[[package]]
1582name = "bindgen"
1583version = "0.69.4"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
1586dependencies = [
1587 "bitflags 2.6.0",
1588 "cexpr",
1589 "clang-sys",
1590 "itertools 0.12.1",
1591 "lazy_static",
1592 "lazycell",
1593 "proc-macro2",
1594 "quote",
1595 "regex",
1596 "rustc-hash 1.1.0",
1597 "shlex",
1598 "syn 2.0.76",
1599]
1600
1601[[package]]
1602name = "bindgen"
1603version = "0.70.1"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1606dependencies = [
1607 "bitflags 2.6.0",
1608 "cexpr",
1609 "clang-sys",
1610 "itertools 0.13.0",
1611 "log",
1612 "prettyplease",
1613 "proc-macro2",
1614 "quote",
1615 "regex",
1616 "rustc-hash 1.1.0",
1617 "shlex",
1618 "syn 2.0.76",
1619]
1620
1621[[package]]
1622name = "bit-set"
1623version = "0.5.3"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1626dependencies = [
1627 "bit-vec 0.6.3",
1628]
1629
1630[[package]]
1631name = "bit-set"
1632version = "0.6.0"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
1635dependencies = [
1636 "bit-vec 0.7.0",
1637]
1638
1639[[package]]
1640name = "bit-vec"
1641version = "0.6.3"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1644
1645[[package]]
1646name = "bit-vec"
1647version = "0.7.0"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
1650
1651[[package]]
1652name = "bit_field"
1653version = "0.10.2"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1656
1657[[package]]
1658name = "bitflags"
1659version = "1.3.2"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1662
1663[[package]]
1664name = "bitflags"
1665version = "2.6.0"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1668dependencies = [
1669 "serde",
1670]
1671
1672[[package]]
1673name = "bitstream-io"
1674version = "2.5.3"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452"
1677
1678[[package]]
1679name = "bitvec"
1680version = "1.0.1"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1683dependencies = [
1684 "funty",
1685 "radium",
1686 "tap",
1687 "wyz",
1688]
1689
1690[[package]]
1691name = "blade-graphics"
1692version = "0.5.0"
1693source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1694dependencies = [
1695 "ash",
1696 "ash-window",
1697 "bitflags 2.6.0",
1698 "block",
1699 "bytemuck",
1700 "codespan-reporting",
1701 "core-graphics-types 0.1.3",
1702 "glow",
1703 "gpu-alloc",
1704 "gpu-alloc-ash",
1705 "hidden-trait",
1706 "js-sys",
1707 "khronos-egl",
1708 "libloading",
1709 "log",
1710 "metal",
1711 "mint",
1712 "naga",
1713 "objc",
1714 "raw-window-handle",
1715 "slab",
1716 "wasm-bindgen",
1717 "web-sys",
1718]
1719
1720[[package]]
1721name = "blade-macros"
1722version = "0.3.0"
1723source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1724dependencies = [
1725 "proc-macro2",
1726 "quote",
1727 "syn 2.0.76",
1728]
1729
1730[[package]]
1731name = "blade-util"
1732version = "0.1.0"
1733source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969"
1734dependencies = [
1735 "blade-graphics",
1736 "bytemuck",
1737 "log",
1738 "profiling",
1739]
1740
1741[[package]]
1742name = "blake3"
1743version = "1.5.4"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
1746dependencies = [
1747 "arrayref",
1748 "arrayvec",
1749 "cc",
1750 "cfg-if",
1751 "constant_time_eq",
1752]
1753
1754[[package]]
1755name = "block"
1756version = "0.1.6"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1759
1760[[package]]
1761name = "block-buffer"
1762version = "0.10.4"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1765dependencies = [
1766 "generic-array",
1767]
1768
1769[[package]]
1770name = "block-padding"
1771version = "0.3.3"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1774dependencies = [
1775 "generic-array",
1776]
1777
1778[[package]]
1779name = "blocking"
1780version = "1.6.1"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1783dependencies = [
1784 "async-channel 2.3.1",
1785 "async-task",
1786 "futures-io",
1787 "futures-lite 2.3.0",
1788 "piper",
1789]
1790
1791[[package]]
1792name = "borsh"
1793version = "1.5.1"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
1796dependencies = [
1797 "borsh-derive",
1798 "cfg_aliases 0.2.1",
1799]
1800
1801[[package]]
1802name = "borsh-derive"
1803version = "1.5.1"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
1806dependencies = [
1807 "once_cell",
1808 "proc-macro-crate",
1809 "proc-macro2",
1810 "quote",
1811 "syn 2.0.76",
1812 "syn_derive",
1813]
1814
1815[[package]]
1816name = "breadcrumbs"
1817version = "0.1.0"
1818dependencies = [
1819 "editor",
1820 "gpui",
1821 "itertools 0.13.0",
1822 "outline",
1823 "theme",
1824 "ui",
1825 "workspace",
1826]
1827
1828[[package]]
1829name = "bstr"
1830version = "1.10.0"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
1833dependencies = [
1834 "memchr",
1835 "regex-automata 0.4.7",
1836 "serde",
1837]
1838
1839[[package]]
1840name = "built"
1841version = "0.7.4"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4"
1844
1845[[package]]
1846name = "bumpalo"
1847version = "3.16.0"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1850
1851[[package]]
1852name = "by_address"
1853version = "1.2.1"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1856
1857[[package]]
1858name = "bytecheck"
1859version = "0.6.12"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1862dependencies = [
1863 "bytecheck_derive",
1864 "ptr_meta",
1865 "simdutf8",
1866]
1867
1868[[package]]
1869name = "bytecheck_derive"
1870version = "0.6.12"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1873dependencies = [
1874 "proc-macro2",
1875 "quote",
1876 "syn 1.0.109",
1877]
1878
1879[[package]]
1880name = "bytemuck"
1881version = "1.17.1"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2"
1884dependencies = [
1885 "bytemuck_derive",
1886]
1887
1888[[package]]
1889name = "bytemuck_derive"
1890version = "1.7.1"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26"
1893dependencies = [
1894 "proc-macro2",
1895 "quote",
1896 "syn 2.0.76",
1897]
1898
1899[[package]]
1900name = "byteorder"
1901version = "1.5.0"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1904
1905[[package]]
1906name = "byteorder-lite"
1907version = "0.1.0"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1910
1911[[package]]
1912name = "bytes"
1913version = "0.4.12"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1916dependencies = [
1917 "byteorder",
1918 "iovec",
1919]
1920
1921[[package]]
1922name = "bytes"
1923version = "1.7.2"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
1926
1927[[package]]
1928name = "bytes-utils"
1929version = "0.1.4"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1932dependencies = [
1933 "bytes 1.7.2",
1934 "either",
1935]
1936
1937[[package]]
1938name = "call"
1939version = "0.1.0"
1940dependencies = [
1941 "anyhow",
1942 "audio",
1943 "client",
1944 "collections",
1945 "fs",
1946 "futures 0.3.30",
1947 "gpui",
1948 "http_client",
1949 "language",
1950 "live_kit_client",
1951 "log",
1952 "postage",
1953 "project",
1954 "schemars",
1955 "serde",
1956 "serde_derive",
1957 "settings",
1958 "util",
1959]
1960
1961[[package]]
1962name = "calloop"
1963version = "0.13.0"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
1966dependencies = [
1967 "bitflags 2.6.0",
1968 "log",
1969 "polling 3.7.3",
1970 "rustix 0.38.35",
1971 "slab",
1972 "thiserror",
1973]
1974
1975[[package]]
1976name = "calloop-wayland-source"
1977version = "0.3.0"
1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
1980dependencies = [
1981 "calloop",
1982 "rustix 0.38.35",
1983 "wayland-backend",
1984 "wayland-client",
1985]
1986
1987[[package]]
1988name = "camino"
1989version = "1.1.9"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
1992dependencies = [
1993 "serde",
1994]
1995
1996[[package]]
1997name = "cap-fs-ext"
1998version = "3.2.0"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "eb23061fc1c4ead4e45ca713080fe768e6234e959f5a5c399c39eb41aa34e56e"
2001dependencies = [
2002 "cap-primitives",
2003 "cap-std",
2004 "io-lifetimes 2.0.3",
2005 "windows-sys 0.52.0",
2006]
2007
2008[[package]]
2009name = "cap-net-ext"
2010version = "3.2.0"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "f83ae11f116bcbafc5327c6af250341db96b5930046732e1905f7dc65887e0e1"
2013dependencies = [
2014 "cap-primitives",
2015 "cap-std",
2016 "rustix 0.38.35",
2017 "smallvec",
2018]
2019
2020[[package]]
2021name = "cap-primitives"
2022version = "3.2.0"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "6d00bd8d26c4270d950eaaa837387964a2089a1c3c349a690a1fa03221d29531"
2025dependencies = [
2026 "ambient-authority",
2027 "fs-set-times",
2028 "io-extras",
2029 "io-lifetimes 2.0.3",
2030 "ipnet",
2031 "maybe-owned",
2032 "rustix 0.38.35",
2033 "windows-sys 0.52.0",
2034 "winx",
2035]
2036
2037[[package]]
2038name = "cap-rand"
2039version = "3.2.0"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "dbcb16a619d8b8211ed61f42bd290d2a1ac71277a69cf8417ec0996fa92f5211"
2042dependencies = [
2043 "ambient-authority",
2044 "rand 0.8.5",
2045]
2046
2047[[package]]
2048name = "cap-std"
2049version = "3.2.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "19eb8e3d71996828751c1ed3908a439639752ac6bdc874e41469ef7fc15fbd7f"
2052dependencies = [
2053 "cap-primitives",
2054 "io-extras",
2055 "io-lifetimes 2.0.3",
2056 "rustix 0.38.35",
2057]
2058
2059[[package]]
2060name = "cap-time-ext"
2061version = "3.2.0"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "61142dc51e25b7acc970ca578ce2c3695eac22bbba46c1073f5f583e78957725"
2064dependencies = [
2065 "ambient-authority",
2066 "cap-primitives",
2067 "iana-time-zone",
2068 "once_cell",
2069 "rustix 0.38.35",
2070 "winx",
2071]
2072
2073[[package]]
2074name = "cargo-platform"
2075version = "0.1.8"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2078dependencies = [
2079 "serde",
2080]
2081
2082[[package]]
2083name = "cargo_metadata"
2084version = "0.18.1"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
2087dependencies = [
2088 "camino",
2089 "cargo-platform",
2090 "semver",
2091 "serde",
2092 "serde_json",
2093 "thiserror",
2094]
2095
2096[[package]]
2097name = "cargo_toml"
2098version = "0.20.5"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "88da5a13c620b4ca0078845707ea9c3faf11edbc3ffd8497d11d686211cd1ac0"
2101dependencies = [
2102 "serde",
2103 "toml 0.8.19",
2104]
2105
2106[[package]]
2107name = "cast"
2108version = "0.3.0"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2111
2112[[package]]
2113name = "cbc"
2114version = "0.1.2"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2117dependencies = [
2118 "cipher",
2119]
2120
2121[[package]]
2122name = "cbindgen"
2123version = "0.27.0"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2126dependencies = [
2127 "heck 0.4.1",
2128 "indexmap 2.4.0",
2129 "log",
2130 "proc-macro2",
2131 "quote",
2132 "serde",
2133 "serde_json",
2134 "syn 2.0.76",
2135 "tempfile",
2136 "toml 0.8.19",
2137]
2138
2139[[package]]
2140name = "cc"
2141version = "1.1.15"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
2144dependencies = [
2145 "jobserver",
2146 "libc",
2147 "shlex",
2148]
2149
2150[[package]]
2151name = "cesu8"
2152version = "1.1.0"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2155
2156[[package]]
2157name = "cexpr"
2158version = "0.6.0"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2161dependencies = [
2162 "nom",
2163]
2164
2165[[package]]
2166name = "cfg-expr"
2167version = "0.15.8"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2170dependencies = [
2171 "smallvec",
2172 "target-lexicon",
2173]
2174
2175[[package]]
2176name = "cfg-if"
2177version = "1.0.0"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2180
2181[[package]]
2182name = "cfg_aliases"
2183version = "0.1.1"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2186
2187[[package]]
2188name = "cfg_aliases"
2189version = "0.2.1"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2192
2193[[package]]
2194name = "channel"
2195version = "0.1.0"
2196dependencies = [
2197 "anyhow",
2198 "client",
2199 "clock",
2200 "collections",
2201 "futures 0.3.30",
2202 "gpui",
2203 "http_client",
2204 "language",
2205 "log",
2206 "rand 0.8.5",
2207 "release_channel",
2208 "rpc",
2209 "settings",
2210 "sum_tree",
2211 "text",
2212 "time",
2213 "util",
2214]
2215
2216[[package]]
2217name = "chrono"
2218version = "0.4.38"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2221dependencies = [
2222 "android-tzdata",
2223 "iana-time-zone",
2224 "js-sys",
2225 "num-traits",
2226 "serde",
2227 "wasm-bindgen",
2228 "windows-targets 0.52.6",
2229]
2230
2231[[package]]
2232name = "chunked_transfer"
2233version = "1.5.0"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2236
2237[[package]]
2238name = "ciborium"
2239version = "0.2.2"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2242dependencies = [
2243 "ciborium-io",
2244 "ciborium-ll",
2245 "serde",
2246]
2247
2248[[package]]
2249name = "ciborium-io"
2250version = "0.2.2"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2253
2254[[package]]
2255name = "ciborium-ll"
2256version = "0.2.2"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2259dependencies = [
2260 "ciborium-io",
2261 "half",
2262]
2263
2264[[package]]
2265name = "cipher"
2266version = "0.4.4"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2269dependencies = [
2270 "crypto-common",
2271 "inout",
2272 "zeroize",
2273]
2274
2275[[package]]
2276name = "clang-sys"
2277version = "1.8.1"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2280dependencies = [
2281 "glob",
2282 "libc",
2283 "libloading",
2284]
2285
2286[[package]]
2287name = "clap"
2288version = "4.5.20"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
2291dependencies = [
2292 "clap_builder",
2293 "clap_derive",
2294]
2295
2296[[package]]
2297name = "clap_builder"
2298version = "4.5.20"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
2301dependencies = [
2302 "anstream",
2303 "anstyle",
2304 "clap_lex",
2305 "strsim",
2306 "terminal_size",
2307]
2308
2309[[package]]
2310name = "clap_complete"
2311version = "4.5.24"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b"
2314dependencies = [
2315 "clap",
2316]
2317
2318[[package]]
2319name = "clap_derive"
2320version = "4.5.18"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2323dependencies = [
2324 "heck 0.5.0",
2325 "proc-macro2",
2326 "quote",
2327 "syn 2.0.76",
2328]
2329
2330[[package]]
2331name = "clap_lex"
2332version = "0.7.2"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2335
2336[[package]]
2337name = "cli"
2338version = "0.1.0"
2339dependencies = [
2340 "anyhow",
2341 "clap",
2342 "collections",
2343 "core-foundation 0.9.4",
2344 "core-services",
2345 "exec",
2346 "fork",
2347 "ipc-channel",
2348 "once_cell",
2349 "parking_lot",
2350 "paths",
2351 "plist",
2352 "release_channel",
2353 "serde",
2354 "tempfile",
2355 "util",
2356]
2357
2358[[package]]
2359name = "clickhouse"
2360version = "0.11.6"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
2363dependencies = [
2364 "bstr",
2365 "bytes 1.7.2",
2366 "clickhouse-derive",
2367 "clickhouse-rs-cityhash-sys",
2368 "futures 0.3.30",
2369 "hyper 0.14.31",
2370 "hyper-tls",
2371 "lz4",
2372 "sealed",
2373 "serde",
2374 "static_assertions",
2375 "thiserror",
2376 "tokio",
2377 "url",
2378]
2379
2380[[package]]
2381name = "clickhouse-derive"
2382version = "0.1.1"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
2385dependencies = [
2386 "proc-macro2",
2387 "quote",
2388 "serde_derive_internals 0.26.0",
2389 "syn 1.0.109",
2390]
2391
2392[[package]]
2393name = "clickhouse-rs-cityhash-sys"
2394version = "0.1.2"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
2397dependencies = [
2398 "cc",
2399]
2400
2401[[package]]
2402name = "client"
2403version = "0.1.0"
2404dependencies = [
2405 "anyhow",
2406 "async-native-tls",
2407 "async-recursion 0.3.2",
2408 "async-tungstenite",
2409 "chrono",
2410 "clock",
2411 "cocoa 0.26.0",
2412 "collections",
2413 "feature_flags",
2414 "futures 0.3.30",
2415 "gpui",
2416 "http_client",
2417 "log",
2418 "once_cell",
2419 "parking_lot",
2420 "paths",
2421 "postage",
2422 "rand 0.8.5",
2423 "release_channel",
2424 "rpc",
2425 "rustls 0.20.9",
2426 "rustls-native-certs 0.8.0",
2427 "schemars",
2428 "serde",
2429 "serde_json",
2430 "settings",
2431 "sha2",
2432 "smol",
2433 "sysinfo",
2434 "telemetry_events",
2435 "tempfile",
2436 "text",
2437 "thiserror",
2438 "time",
2439 "tiny_http",
2440 "tokio-socks",
2441 "url",
2442 "util",
2443 "windows 0.58.0",
2444 "worktree",
2445]
2446
2447[[package]]
2448name = "clock"
2449version = "0.1.0"
2450dependencies = [
2451 "chrono",
2452 "parking_lot",
2453 "serde",
2454 "smallvec",
2455]
2456
2457[[package]]
2458name = "cobs"
2459version = "0.2.3"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2462
2463[[package]]
2464name = "cocoa"
2465version = "0.25.0"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2468dependencies = [
2469 "bitflags 1.3.2",
2470 "block",
2471 "cocoa-foundation 0.1.2",
2472 "core-foundation 0.9.4",
2473 "core-graphics 0.23.2",
2474 "foreign-types 0.5.0",
2475 "libc",
2476 "objc",
2477]
2478
2479[[package]]
2480name = "cocoa"
2481version = "0.26.0"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2484dependencies = [
2485 "bitflags 2.6.0",
2486 "block",
2487 "cocoa-foundation 0.2.0",
2488 "core-foundation 0.10.0",
2489 "core-graphics 0.24.0",
2490 "foreign-types 0.5.0",
2491 "libc",
2492 "objc",
2493]
2494
2495[[package]]
2496name = "cocoa-foundation"
2497version = "0.1.2"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2500dependencies = [
2501 "bitflags 1.3.2",
2502 "block",
2503 "core-foundation 0.9.4",
2504 "core-graphics-types 0.1.3",
2505 "libc",
2506 "objc",
2507]
2508
2509[[package]]
2510name = "cocoa-foundation"
2511version = "0.2.0"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2514dependencies = [
2515 "bitflags 2.6.0",
2516 "block",
2517 "core-foundation 0.10.0",
2518 "core-graphics-types 0.2.0",
2519 "libc",
2520 "objc",
2521]
2522
2523[[package]]
2524name = "codespan-reporting"
2525version = "0.11.1"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2528dependencies = [
2529 "termcolor",
2530 "unicode-width",
2531]
2532
2533[[package]]
2534name = "collab"
2535version = "0.44.0"
2536dependencies = [
2537 "anthropic",
2538 "anyhow",
2539 "assistant",
2540 "async-stripe",
2541 "async-trait",
2542 "async-tungstenite",
2543 "audio",
2544 "aws-config",
2545 "aws-sdk-s3",
2546 "axum",
2547 "axum-extra",
2548 "base64 0.22.1",
2549 "call",
2550 "channel",
2551 "chrono",
2552 "clickhouse",
2553 "client",
2554 "clock",
2555 "collab_ui",
2556 "collections",
2557 "ctor",
2558 "dashmap 6.0.1",
2559 "derive_more",
2560 "editor",
2561 "env_logger 0.11.5",
2562 "envy",
2563 "file_finder",
2564 "fs",
2565 "futures 0.3.30",
2566 "git",
2567 "git_hosting_providers",
2568 "google_ai",
2569 "gpui",
2570 "hex",
2571 "http_client",
2572 "hyper 0.14.31",
2573 "indoc",
2574 "jsonwebtoken",
2575 "language",
2576 "language_model",
2577 "live_kit_client",
2578 "live_kit_server",
2579 "log",
2580 "lsp",
2581 "menu",
2582 "multi_buffer",
2583 "nanoid",
2584 "node_runtime",
2585 "notifications",
2586 "open_ai",
2587 "parking_lot",
2588 "pretty_assertions",
2589 "project",
2590 "prometheus",
2591 "prost",
2592 "rand 0.8.5",
2593 "recent_projects",
2594 "release_channel",
2595 "remote",
2596 "remote_server",
2597 "reqwest 0.11.27",
2598 "reqwest_client",
2599 "rpc",
2600 "rustc-demangle",
2601 "scrypt",
2602 "sea-orm",
2603 "semantic_version",
2604 "semver",
2605 "serde",
2606 "serde_derive",
2607 "serde_json",
2608 "session",
2609 "settings",
2610 "sha2",
2611 "sqlx",
2612 "strum 0.25.0",
2613 "subtle",
2614 "supermaven_api",
2615 "telemetry_events",
2616 "text",
2617 "theme",
2618 "thiserror",
2619 "time",
2620 "tokio",
2621 "toml 0.8.19",
2622 "tower",
2623 "tower-http 0.4.4",
2624 "tracing",
2625 "tracing-subscriber",
2626 "unindent",
2627 "util",
2628 "uuid",
2629 "workspace",
2630 "worktree",
2631]
2632
2633[[package]]
2634name = "collab_ui"
2635version = "0.1.0"
2636dependencies = [
2637 "anyhow",
2638 "call",
2639 "channel",
2640 "chrono",
2641 "client",
2642 "collections",
2643 "db",
2644 "editor",
2645 "emojis",
2646 "futures 0.3.30",
2647 "fuzzy",
2648 "gpui",
2649 "http_client",
2650 "language",
2651 "menu",
2652 "notifications",
2653 "parking_lot",
2654 "picker",
2655 "pretty_assertions",
2656 "project",
2657 "release_channel",
2658 "rich_text",
2659 "rpc",
2660 "schemars",
2661 "serde",
2662 "serde_derive",
2663 "serde_json",
2664 "settings",
2665 "smallvec",
2666 "story",
2667 "theme",
2668 "time",
2669 "time_format",
2670 "title_bar",
2671 "tree-sitter-md",
2672 "ui",
2673 "util",
2674 "vcs_menu",
2675 "workspace",
2676]
2677
2678[[package]]
2679name = "collections"
2680version = "0.1.0"
2681dependencies = [
2682 "rustc-hash 1.1.0",
2683]
2684
2685[[package]]
2686name = "color_quant"
2687version = "1.1.0"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2690
2691[[package]]
2692name = "colorchoice"
2693version = "1.0.2"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2696
2697[[package]]
2698name = "combine"
2699version = "4.6.7"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2702dependencies = [
2703 "bytes 1.7.2",
2704 "memchr",
2705]
2706
2707[[package]]
2708name = "command_palette"
2709version = "0.1.0"
2710dependencies = [
2711 "client",
2712 "collections",
2713 "command_palette_hooks",
2714 "ctor",
2715 "editor",
2716 "env_logger 0.11.5",
2717 "fuzzy",
2718 "go_to_line",
2719 "gpui",
2720 "language",
2721 "menu",
2722 "picker",
2723 "postage",
2724 "project",
2725 "serde",
2726 "serde_json",
2727 "settings",
2728 "theme",
2729 "ui",
2730 "util",
2731 "workspace",
2732 "zed_actions",
2733]
2734
2735[[package]]
2736name = "command_palette_hooks"
2737version = "0.1.0"
2738dependencies = [
2739 "collections",
2740 "derive_more",
2741 "gpui",
2742]
2743
2744[[package]]
2745name = "concurrent-queue"
2746version = "2.5.0"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2749dependencies = [
2750 "crossbeam-utils",
2751]
2752
2753[[package]]
2754name = "console"
2755version = "0.15.8"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2758dependencies = [
2759 "encode_unicode",
2760 "lazy_static",
2761 "libc",
2762 "unicode-width",
2763 "windows-sys 0.52.0",
2764]
2765
2766[[package]]
2767name = "const-oid"
2768version = "0.9.6"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2771
2772[[package]]
2773name = "const-random"
2774version = "0.1.18"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2777dependencies = [
2778 "const-random-macro",
2779]
2780
2781[[package]]
2782name = "const-random-macro"
2783version = "0.1.16"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2786dependencies = [
2787 "getrandom 0.2.15",
2788 "once_cell",
2789 "tiny-keccak",
2790]
2791
2792[[package]]
2793name = "constant_time_eq"
2794version = "0.3.1"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2797
2798[[package]]
2799name = "context_servers"
2800version = "0.1.0"
2801dependencies = [
2802 "anyhow",
2803 "collections",
2804 "command_palette_hooks",
2805 "futures 0.3.30",
2806 "gpui",
2807 "log",
2808 "parking_lot",
2809 "postage",
2810 "schemars",
2811 "serde",
2812 "serde_json",
2813 "settings",
2814 "smol",
2815 "url",
2816 "util",
2817 "workspace",
2818]
2819
2820[[package]]
2821name = "convert_case"
2822version = "0.4.0"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2825
2826[[package]]
2827name = "convert_case"
2828version = "0.6.0"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2831dependencies = [
2832 "unicode-segmentation",
2833]
2834
2835[[package]]
2836name = "copilot"
2837version = "0.1.0"
2838dependencies = [
2839 "anyhow",
2840 "async-compression",
2841 "async-std",
2842 "async-tar",
2843 "chrono",
2844 "client",
2845 "clock",
2846 "collections",
2847 "command_palette_hooks",
2848 "editor",
2849 "fs",
2850 "futures 0.3.30",
2851 "gpui",
2852 "http_client",
2853 "indoc",
2854 "language",
2855 "lsp",
2856 "menu",
2857 "node_runtime",
2858 "parking_lot",
2859 "paths",
2860 "project",
2861 "rpc",
2862 "schemars",
2863 "serde",
2864 "serde_json",
2865 "settings",
2866 "smol",
2867 "strum 0.25.0",
2868 "task",
2869 "theme",
2870 "ui",
2871 "util",
2872 "workspace",
2873]
2874
2875[[package]]
2876name = "core-foundation"
2877version = "0.9.4"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2880dependencies = [
2881 "core-foundation-sys",
2882 "libc",
2883]
2884
2885[[package]]
2886name = "core-foundation"
2887version = "0.10.0"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
2890dependencies = [
2891 "core-foundation-sys",
2892 "libc",
2893]
2894
2895[[package]]
2896name = "core-foundation-sys"
2897version = "0.8.7"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2900
2901[[package]]
2902name = "core-graphics"
2903version = "0.23.2"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2906dependencies = [
2907 "bitflags 1.3.2",
2908 "core-foundation 0.9.4",
2909 "core-graphics-types 0.1.3",
2910 "foreign-types 0.5.0",
2911 "libc",
2912]
2913
2914[[package]]
2915name = "core-graphics"
2916version = "0.24.0"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
2919dependencies = [
2920 "bitflags 2.6.0",
2921 "core-foundation 0.10.0",
2922 "core-graphics-types 0.2.0",
2923 "foreign-types 0.5.0",
2924 "libc",
2925]
2926
2927[[package]]
2928name = "core-graphics-types"
2929version = "0.1.3"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2932dependencies = [
2933 "bitflags 1.3.2",
2934 "core-foundation 0.9.4",
2935 "libc",
2936]
2937
2938[[package]]
2939name = "core-graphics-types"
2940version = "0.2.0"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
2943dependencies = [
2944 "bitflags 2.6.0",
2945 "core-foundation 0.10.0",
2946 "libc",
2947]
2948
2949[[package]]
2950name = "core-services"
2951version = "0.2.1"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
2954dependencies = [
2955 "core-foundation 0.9.4",
2956]
2957
2958[[package]]
2959name = "core-text"
2960version = "20.1.0"
2961source = "registry+https://github.com/rust-lang/crates.io-index"
2962checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
2963dependencies = [
2964 "core-foundation 0.9.4",
2965 "core-graphics 0.23.2",
2966 "foreign-types 0.5.0",
2967 "libc",
2968]
2969
2970[[package]]
2971name = "coreaudio-rs"
2972version = "0.11.3"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
2975dependencies = [
2976 "bitflags 1.3.2",
2977 "core-foundation-sys",
2978 "coreaudio-sys",
2979]
2980
2981[[package]]
2982name = "coreaudio-sys"
2983version = "0.2.15"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9"
2986dependencies = [
2987 "bindgen 0.69.4",
2988]
2989
2990[[package]]
2991name = "cosmic-text"
2992version = "0.11.2"
2993source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
2994dependencies = [
2995 "bitflags 2.6.0",
2996 "fontdb",
2997 "log",
2998 "rangemap",
2999 "rayon",
3000 "rustc-hash 1.1.0",
3001 "rustybuzz",
3002 "self_cell",
3003 "swash",
3004 "sys-locale",
3005 "ttf-parser",
3006 "unicode-bidi",
3007 "unicode-linebreak",
3008 "unicode-script",
3009 "unicode-segmentation",
3010]
3011
3012[[package]]
3013name = "cpal"
3014version = "0.15.3"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
3017dependencies = [
3018 "alsa",
3019 "core-foundation-sys",
3020 "coreaudio-rs",
3021 "dasp_sample",
3022 "jni",
3023 "js-sys",
3024 "libc",
3025 "mach2",
3026 "ndk",
3027 "ndk-context",
3028 "oboe",
3029 "wasm-bindgen",
3030 "wasm-bindgen-futures",
3031 "web-sys",
3032 "windows 0.54.0",
3033]
3034
3035[[package]]
3036name = "cpp_demangle"
3037version = "0.4.4"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3040dependencies = [
3041 "cfg-if",
3042]
3043
3044[[package]]
3045name = "cpufeatures"
3046version = "0.2.13"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
3049dependencies = [
3050 "libc",
3051]
3052
3053[[package]]
3054name = "cranelift-bforest"
3055version = "0.111.1"
3056source = "registry+https://github.com/rust-lang/crates.io-index"
3057checksum = "32d69b774780246008783a75edfb943eccc2487b6a43808503a07cd563f2ffde"
3058dependencies = [
3059 "cranelift-entity",
3060]
3061
3062[[package]]
3063name = "cranelift-bitset"
3064version = "0.111.1"
3065source = "registry+https://github.com/rust-lang/crates.io-index"
3066checksum = "a7d8d71c6b32c1a7cff254c5e5d7359872c1e5e610fbe963472afcddbd9cf303"
3067dependencies = [
3068 "serde",
3069 "serde_derive",
3070]
3071
3072[[package]]
3073name = "cranelift-codegen"
3074version = "0.111.1"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "3ad3a906f2a3f3590ad9798d59a46959a8593258eb985af722f634723c063a2c"
3077dependencies = [
3078 "bumpalo",
3079 "cranelift-bforest",
3080 "cranelift-bitset",
3081 "cranelift-codegen-meta",
3082 "cranelift-codegen-shared",
3083 "cranelift-control",
3084 "cranelift-entity",
3085 "cranelift-isle",
3086 "gimli 0.29.0",
3087 "hashbrown 0.14.5",
3088 "log",
3089 "regalloc2",
3090 "rustc-hash 1.1.0",
3091 "smallvec",
3092 "target-lexicon",
3093]
3094
3095[[package]]
3096name = "cranelift-codegen-meta"
3097version = "0.111.1"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "cd5e4ee12262a135efbef3ced4ab2153adafe4adc55f36af94f9d73be0f7505d"
3100dependencies = [
3101 "cranelift-codegen-shared",
3102]
3103
3104[[package]]
3105name = "cranelift-codegen-shared"
3106version = "0.111.1"
3107source = "registry+https://github.com/rust-lang/crates.io-index"
3108checksum = "5b9374a2a5f060f72e3080fe1c87c9ff4bef2cbe798faae60daf276fb1a13968"
3109
3110[[package]]
3111name = "cranelift-control"
3112version = "0.111.1"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "fba3ca2f344bb22d265a928e7c3f5f46e1a2eb41f1393bd53538d07b6ffb5293"
3115dependencies = [
3116 "arbitrary",
3117]
3118
3119[[package]]
3120name = "cranelift-entity"
3121version = "0.111.1"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "a6aef77dfb018eed09d92d4244abe3c1c060cbbd900c24f75ddde7d75d0e781e"
3124dependencies = [
3125 "cranelift-bitset",
3126 "serde",
3127 "serde_derive",
3128]
3129
3130[[package]]
3131name = "cranelift-frontend"
3132version = "0.111.1"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "7b1d6954f03d63df1cb95d66153c97df0201862220861349bbd5f583754b1917"
3135dependencies = [
3136 "cranelift-codegen",
3137 "log",
3138 "smallvec",
3139 "target-lexicon",
3140]
3141
3142[[package]]
3143name = "cranelift-isle"
3144version = "0.111.1"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "f8b9b7e088b784796ea8aa5947c1cc12034c1b076a077ec2a5a287da717fa746"
3147
3148[[package]]
3149name = "cranelift-native"
3150version = "0.111.1"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "4cab7424083d070669ff3fdeea7c5b4b5013a055aa1ee0532703f17a5f62af64"
3153dependencies = [
3154 "cranelift-codegen",
3155 "libc",
3156 "target-lexicon",
3157]
3158
3159[[package]]
3160name = "cranelift-wasm"
3161version = "0.111.1"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "81a9f6d0495984eef1d753ec8748de0b216b37ade16d219f1c0f27d8188d7f77"
3164dependencies = [
3165 "cranelift-codegen",
3166 "cranelift-entity",
3167 "cranelift-frontend",
3168 "itertools 0.12.1",
3169 "log",
3170 "smallvec",
3171 "wasmparser 0.215.0",
3172 "wasmtime-types",
3173]
3174
3175[[package]]
3176name = "crc"
3177version = "3.2.1"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3180dependencies = [
3181 "crc-catalog",
3182]
3183
3184[[package]]
3185name = "crc-catalog"
3186version = "2.4.0"
3187source = "registry+https://github.com/rust-lang/crates.io-index"
3188checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3189
3190[[package]]
3191name = "crc32c"
3192version = "0.6.8"
3193source = "registry+https://github.com/rust-lang/crates.io-index"
3194checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3195dependencies = [
3196 "rustc_version",
3197]
3198
3199[[package]]
3200name = "crc32fast"
3201version = "1.4.2"
3202source = "registry+https://github.com/rust-lang/crates.io-index"
3203checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3204dependencies = [
3205 "cfg-if",
3206]
3207
3208[[package]]
3209name = "criterion"
3210version = "0.5.1"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3213dependencies = [
3214 "anes",
3215 "cast",
3216 "ciborium",
3217 "clap",
3218 "criterion-plot",
3219 "is-terminal",
3220 "itertools 0.10.5",
3221 "num-traits",
3222 "once_cell",
3223 "oorandom",
3224 "plotters",
3225 "rayon",
3226 "regex",
3227 "serde",
3228 "serde_derive",
3229 "serde_json",
3230 "tinytemplate",
3231 "walkdir",
3232]
3233
3234[[package]]
3235name = "criterion-plot"
3236version = "0.5.0"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3239dependencies = [
3240 "cast",
3241 "itertools 0.10.5",
3242]
3243
3244[[package]]
3245name = "crossbeam-channel"
3246version = "0.5.13"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3249dependencies = [
3250 "crossbeam-utils",
3251]
3252
3253[[package]]
3254name = "crossbeam-deque"
3255version = "0.8.5"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3258dependencies = [
3259 "crossbeam-epoch",
3260 "crossbeam-utils",
3261]
3262
3263[[package]]
3264name = "crossbeam-epoch"
3265version = "0.9.18"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3268dependencies = [
3269 "crossbeam-utils",
3270]
3271
3272[[package]]
3273name = "crossbeam-queue"
3274version = "0.3.11"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3277dependencies = [
3278 "crossbeam-utils",
3279]
3280
3281[[package]]
3282name = "crossbeam-utils"
3283version = "0.8.20"
3284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3286
3287[[package]]
3288name = "crunchy"
3289version = "0.2.2"
3290source = "registry+https://github.com/rust-lang/crates.io-index"
3291checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3292
3293[[package]]
3294name = "crypto-bigint"
3295version = "0.4.9"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3298dependencies = [
3299 "generic-array",
3300 "rand_core 0.6.4",
3301 "subtle",
3302 "zeroize",
3303]
3304
3305[[package]]
3306name = "crypto-bigint"
3307version = "0.5.5"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3310dependencies = [
3311 "rand_core 0.6.4",
3312 "subtle",
3313]
3314
3315[[package]]
3316name = "crypto-common"
3317version = "0.1.6"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3320dependencies = [
3321 "generic-array",
3322 "rand_core 0.6.4",
3323 "typenum",
3324]
3325
3326[[package]]
3327name = "ctor"
3328version = "0.2.8"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
3331dependencies = [
3332 "quote",
3333 "syn 2.0.76",
3334]
3335
3336[[package]]
3337name = "ctrlc"
3338version = "3.4.5"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3341dependencies = [
3342 "nix",
3343 "windows-sys 0.59.0",
3344]
3345
3346[[package]]
3347name = "cursor-icon"
3348version = "1.1.0"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3351
3352[[package]]
3353name = "dashmap"
3354version = "5.5.3"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3357dependencies = [
3358 "cfg-if",
3359 "hashbrown 0.14.5",
3360 "lock_api",
3361 "once_cell",
3362 "parking_lot_core",
3363]
3364
3365[[package]]
3366name = "dashmap"
3367version = "6.0.1"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
3370dependencies = [
3371 "cfg-if",
3372 "crossbeam-utils",
3373 "hashbrown 0.14.5",
3374 "lock_api",
3375 "once_cell",
3376 "parking_lot_core",
3377]
3378
3379[[package]]
3380name = "dasp_sample"
3381version = "0.11.0"
3382source = "registry+https://github.com/rust-lang/crates.io-index"
3383checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3384
3385[[package]]
3386name = "data-encoding"
3387version = "2.6.0"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3390
3391[[package]]
3392name = "data-url"
3393version = "0.3.1"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3396
3397[[package]]
3398name = "db"
3399version = "0.1.0"
3400dependencies = [
3401 "anyhow",
3402 "gpui",
3403 "indoc",
3404 "log",
3405 "paths",
3406 "release_channel",
3407 "smol",
3408 "sqlez",
3409 "sqlez_macros",
3410 "tempfile",
3411 "util",
3412]
3413
3414[[package]]
3415name = "dbus"
3416version = "0.9.7"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3419dependencies = [
3420 "libc",
3421 "libdbus-sys",
3422 "winapi",
3423]
3424
3425[[package]]
3426name = "deflate64"
3427version = "0.1.9"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3430
3431[[package]]
3432name = "der"
3433version = "0.6.1"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3436dependencies = [
3437 "const-oid",
3438 "zeroize",
3439]
3440
3441[[package]]
3442name = "der"
3443version = "0.7.9"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3446dependencies = [
3447 "const-oid",
3448 "pem-rfc7468",
3449 "zeroize",
3450]
3451
3452[[package]]
3453name = "deranged"
3454version = "0.3.11"
3455source = "registry+https://github.com/rust-lang/crates.io-index"
3456checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3457dependencies = [
3458 "powerfmt",
3459 "serde",
3460]
3461
3462[[package]]
3463name = "derive_more"
3464version = "0.99.18"
3465source = "registry+https://github.com/rust-lang/crates.io-index"
3466checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3467dependencies = [
3468 "convert_case 0.4.0",
3469 "proc-macro2",
3470 "quote",
3471 "rustc_version",
3472 "syn 2.0.76",
3473]
3474
3475[[package]]
3476name = "derive_refineable"
3477version = "0.1.0"
3478dependencies = [
3479 "proc-macro2",
3480 "quote",
3481 "syn 1.0.109",
3482]
3483
3484[[package]]
3485name = "diagnostics"
3486version = "0.1.0"
3487dependencies = [
3488 "anyhow",
3489 "client",
3490 "collections",
3491 "ctor",
3492 "editor",
3493 "env_logger 0.11.5",
3494 "futures 0.3.30",
3495 "gpui",
3496 "language",
3497 "log",
3498 "lsp",
3499 "pretty_assertions",
3500 "project",
3501 "rand 0.8.5",
3502 "schemars",
3503 "serde",
3504 "serde_json",
3505 "settings",
3506 "theme",
3507 "ui",
3508 "unindent",
3509 "util",
3510 "workspace",
3511]
3512
3513[[package]]
3514name = "dialoguer"
3515version = "0.11.0"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3518dependencies = [
3519 "console",
3520 "fuzzy-matcher",
3521 "shell-words",
3522 "tempfile",
3523 "thiserror",
3524 "zeroize",
3525]
3526
3527[[package]]
3528name = "diff"
3529version = "0.1.13"
3530source = "registry+https://github.com/rust-lang/crates.io-index"
3531checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3532
3533[[package]]
3534name = "digest"
3535version = "0.10.7"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3538dependencies = [
3539 "block-buffer",
3540 "const-oid",
3541 "crypto-common",
3542 "subtle",
3543]
3544
3545[[package]]
3546name = "dirs"
3547version = "4.0.0"
3548source = "registry+https://github.com/rust-lang/crates.io-index"
3549checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3550dependencies = [
3551 "dirs-sys 0.3.7",
3552]
3553
3554[[package]]
3555name = "dirs"
3556version = "5.0.1"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3559dependencies = [
3560 "dirs-sys 0.4.1",
3561]
3562
3563[[package]]
3564name = "dirs-sys"
3565version = "0.3.7"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3568dependencies = [
3569 "libc",
3570 "redox_users",
3571 "winapi",
3572]
3573
3574[[package]]
3575name = "dirs-sys"
3576version = "0.4.1"
3577source = "registry+https://github.com/rust-lang/crates.io-index"
3578checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3579dependencies = [
3580 "libc",
3581 "option-ext",
3582 "redox_users",
3583 "windows-sys 0.48.0",
3584]
3585
3586[[package]]
3587name = "dlib"
3588version = "0.5.2"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3591dependencies = [
3592 "libloading",
3593]
3594
3595[[package]]
3596name = "docs_preprocessor"
3597version = "0.1.0"
3598dependencies = [
3599 "anyhow",
3600 "clap",
3601 "mdbook",
3602 "regex",
3603 "serde",
3604 "serde_json",
3605 "settings",
3606 "util",
3607]
3608
3609[[package]]
3610name = "dotenvy"
3611version = "0.15.7"
3612source = "registry+https://github.com/rust-lang/crates.io-index"
3613checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3614
3615[[package]]
3616name = "downcast-rs"
3617version = "1.2.1"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3620
3621[[package]]
3622name = "doxygen-rs"
3623version = "0.4.2"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3626dependencies = [
3627 "phf",
3628]
3629
3630[[package]]
3631name = "dwrote"
3632version = "0.11.1"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c"
3635dependencies = [
3636 "lazy_static",
3637 "libc",
3638 "winapi",
3639 "wio",
3640]
3641
3642[[package]]
3643name = "dyn-clone"
3644version = "1.0.17"
3645source = "registry+https://github.com/rust-lang/crates.io-index"
3646checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3647
3648[[package]]
3649name = "ec4rs"
3650version = "1.1.1"
3651source = "registry+https://github.com/rust-lang/crates.io-index"
3652checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3653
3654[[package]]
3655name = "ecdsa"
3656version = "0.14.8"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3659dependencies = [
3660 "der 0.6.1",
3661 "elliptic-curve",
3662 "rfc6979",
3663 "signature 1.6.4",
3664]
3665
3666[[package]]
3667name = "editor"
3668version = "0.1.0"
3669dependencies = [
3670 "aho-corasick",
3671 "anyhow",
3672 "assets",
3673 "chrono",
3674 "client",
3675 "clock",
3676 "collections",
3677 "convert_case 0.6.0",
3678 "ctor",
3679 "db",
3680 "emojis",
3681 "env_logger 0.11.5",
3682 "file_icons",
3683 "futures 0.3.30",
3684 "fuzzy",
3685 "git",
3686 "gpui",
3687 "http_client",
3688 "indoc",
3689 "itertools 0.13.0",
3690 "language",
3691 "linkify",
3692 "log",
3693 "lsp",
3694 "markdown",
3695 "multi_buffer",
3696 "ordered-float 2.10.1",
3697 "parking_lot",
3698 "pretty_assertions",
3699 "project",
3700 "rand 0.8.5",
3701 "release_channel",
3702 "rpc",
3703 "schemars",
3704 "serde",
3705 "serde_json",
3706 "settings",
3707 "similar",
3708 "smallvec",
3709 "smol",
3710 "snippet",
3711 "sum_tree",
3712 "task",
3713 "text",
3714 "theme",
3715 "time",
3716 "time_format",
3717 "tree-sitter-html",
3718 "tree-sitter-rust",
3719 "tree-sitter-typescript",
3720 "ui",
3721 "unicode-segmentation",
3722 "unindent",
3723 "url",
3724 "util",
3725 "workspace",
3726]
3727
3728[[package]]
3729name = "educe"
3730version = "0.5.11"
3731source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8"
3733dependencies = [
3734 "enum-ordinalize",
3735 "proc-macro2",
3736 "quote",
3737 "syn 2.0.76",
3738]
3739
3740[[package]]
3741name = "either"
3742version = "1.13.0"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3745dependencies = [
3746 "serde",
3747]
3748
3749[[package]]
3750name = "elasticlunr-rs"
3751version = "3.0.2"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3754dependencies = [
3755 "regex",
3756 "serde",
3757 "serde_derive",
3758 "serde_json",
3759]
3760
3761[[package]]
3762name = "elliptic-curve"
3763version = "0.12.3"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3766dependencies = [
3767 "base16ct",
3768 "crypto-bigint 0.4.9",
3769 "der 0.6.1",
3770 "digest",
3771 "ff",
3772 "generic-array",
3773 "group",
3774 "pkcs8 0.9.0",
3775 "rand_core 0.6.4",
3776 "sec1",
3777 "subtle",
3778 "zeroize",
3779]
3780
3781[[package]]
3782name = "embed-resource"
3783version = "2.4.3"
3784source = "registry+https://github.com/rust-lang/crates.io-index"
3785checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602"
3786dependencies = [
3787 "cc",
3788 "memchr",
3789 "rustc_version",
3790 "toml 0.8.19",
3791 "vswhom",
3792 "winreg 0.52.0",
3793]
3794
3795[[package]]
3796name = "embedded-io"
3797version = "0.4.0"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
3800
3801[[package]]
3802name = "embedded-io"
3803version = "0.6.1"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
3806
3807[[package]]
3808name = "emojis"
3809version = "0.6.4"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
3812dependencies = [
3813 "phf",
3814]
3815
3816[[package]]
3817name = "encode_unicode"
3818version = "0.3.6"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3821
3822[[package]]
3823name = "encoding_rs"
3824version = "0.8.34"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
3827dependencies = [
3828 "cfg-if",
3829]
3830
3831[[package]]
3832name = "endi"
3833version = "1.1.0"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
3836
3837[[package]]
3838name = "enum-ordinalize"
3839version = "4.3.0"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
3842dependencies = [
3843 "enum-ordinalize-derive",
3844]
3845
3846[[package]]
3847name = "enum-ordinalize-derive"
3848version = "4.3.1"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
3851dependencies = [
3852 "proc-macro2",
3853 "quote",
3854 "syn 2.0.76",
3855]
3856
3857[[package]]
3858name = "enumflags2"
3859version = "0.7.10"
3860source = "registry+https://github.com/rust-lang/crates.io-index"
3861checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
3862dependencies = [
3863 "enumflags2_derive",
3864 "serde",
3865]
3866
3867[[package]]
3868name = "enumflags2_derive"
3869version = "0.7.10"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
3872dependencies = [
3873 "proc-macro2",
3874 "quote",
3875 "syn 2.0.76",
3876]
3877
3878[[package]]
3879name = "env_filter"
3880version = "0.1.2"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
3883dependencies = [
3884 "log",
3885 "regex",
3886]
3887
3888[[package]]
3889name = "env_logger"
3890version = "0.10.2"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
3893dependencies = [
3894 "humantime",
3895 "is-terminal",
3896 "log",
3897 "regex",
3898 "termcolor",
3899]
3900
3901[[package]]
3902name = "env_logger"
3903version = "0.11.5"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
3906dependencies = [
3907 "anstream",
3908 "anstyle",
3909 "env_filter",
3910 "humantime",
3911 "log",
3912]
3913
3914[[package]]
3915name = "envy"
3916version = "0.4.2"
3917source = "registry+https://github.com/rust-lang/crates.io-index"
3918checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
3919dependencies = [
3920 "serde",
3921]
3922
3923[[package]]
3924name = "equivalent"
3925version = "1.0.1"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
3928
3929[[package]]
3930name = "erased-serde"
3931version = "0.4.5"
3932source = "registry+https://github.com/rust-lang/crates.io-index"
3933checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
3934dependencies = [
3935 "serde",
3936 "typeid",
3937]
3938
3939[[package]]
3940name = "errno"
3941version = "0.2.8"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
3944dependencies = [
3945 "errno-dragonfly",
3946 "libc",
3947 "winapi",
3948]
3949
3950[[package]]
3951name = "errno"
3952version = "0.3.9"
3953source = "registry+https://github.com/rust-lang/crates.io-index"
3954checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
3955dependencies = [
3956 "libc",
3957 "windows-sys 0.52.0",
3958]
3959
3960[[package]]
3961name = "errno-dragonfly"
3962version = "0.1.2"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
3965dependencies = [
3966 "cc",
3967 "libc",
3968]
3969
3970[[package]]
3971name = "etagere"
3972version = "0.2.13"
3973source = "registry+https://github.com/rust-lang/crates.io-index"
3974checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
3975dependencies = [
3976 "euclid",
3977 "svg_fmt",
3978]
3979
3980[[package]]
3981name = "etcetera"
3982version = "0.8.0"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
3985dependencies = [
3986 "cfg-if",
3987 "home",
3988 "windows-sys 0.48.0",
3989]
3990
3991[[package]]
3992name = "euclid"
3993version = "0.22.11"
3994source = "registry+https://github.com/rust-lang/crates.io-index"
3995checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
3996dependencies = [
3997 "num-traits",
3998]
3999
4000[[package]]
4001name = "evals"
4002version = "0.1.0"
4003dependencies = [
4004 "anyhow",
4005 "clap",
4006 "client",
4007 "clock",
4008 "collections",
4009 "env_logger 0.11.5",
4010 "feature_flags",
4011 "fs",
4012 "git",
4013 "gpui",
4014 "http_client",
4015 "language",
4016 "languages",
4017 "node_runtime",
4018 "open_ai",
4019 "project",
4020 "reqwest_client",
4021 "semantic_index",
4022 "serde",
4023 "serde_json",
4024 "settings",
4025 "smol",
4026]
4027
4028[[package]]
4029name = "event-listener"
4030version = "2.5.3"
4031source = "registry+https://github.com/rust-lang/crates.io-index"
4032checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4033
4034[[package]]
4035name = "event-listener"
4036version = "3.1.0"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4039dependencies = [
4040 "concurrent-queue",
4041 "parking",
4042 "pin-project-lite",
4043]
4044
4045[[package]]
4046name = "event-listener"
4047version = "5.3.1"
4048source = "registry+https://github.com/rust-lang/crates.io-index"
4049checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4050dependencies = [
4051 "concurrent-queue",
4052 "parking",
4053 "pin-project-lite",
4054]
4055
4056[[package]]
4057name = "event-listener-strategy"
4058version = "0.5.2"
4059source = "registry+https://github.com/rust-lang/crates.io-index"
4060checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
4061dependencies = [
4062 "event-listener 5.3.1",
4063 "pin-project-lite",
4064]
4065
4066[[package]]
4067name = "exec"
4068version = "0.3.1"
4069source = "registry+https://github.com/rust-lang/crates.io-index"
4070checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4071dependencies = [
4072 "errno 0.2.8",
4073 "libc",
4074]
4075
4076[[package]]
4077name = "exr"
4078version = "1.72.0"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
4081dependencies = [
4082 "bit_field",
4083 "flume",
4084 "half",
4085 "lebe",
4086 "miniz_oxide 0.7.4",
4087 "rayon-core",
4088 "smallvec",
4089 "zune-inflate",
4090]
4091
4092[[package]]
4093name = "extension"
4094version = "0.1.0"
4095dependencies = [
4096 "anyhow",
4097 "assistant_slash_command",
4098 "async-compression",
4099 "async-tar",
4100 "async-trait",
4101 "client",
4102 "collections",
4103 "ctor",
4104 "env_logger 0.11.5",
4105 "fs",
4106 "futures 0.3.30",
4107 "gpui",
4108 "http_client",
4109 "indexed_docs",
4110 "language",
4111 "log",
4112 "lsp",
4113 "node_runtime",
4114 "parking_lot",
4115 "paths",
4116 "project",
4117 "release_channel",
4118 "reqwest_client",
4119 "schemars",
4120 "semantic_version",
4121 "serde",
4122 "serde_json",
4123 "serde_json_lenient",
4124 "settings",
4125 "snippet_provider",
4126 "task",
4127 "theme",
4128 "toml 0.8.19",
4129 "ui",
4130 "url",
4131 "util",
4132 "wasm-encoder 0.215.0",
4133 "wasmparser 0.215.0",
4134 "wasmtime",
4135 "wasmtime-wasi",
4136 "wit-component",
4137 "workspace",
4138]
4139
4140[[package]]
4141name = "extension_cli"
4142version = "0.1.0"
4143dependencies = [
4144 "anyhow",
4145 "clap",
4146 "env_logger 0.11.5",
4147 "extension",
4148 "fs",
4149 "language",
4150 "log",
4151 "reqwest_client",
4152 "rpc",
4153 "serde",
4154 "serde_json",
4155 "theme",
4156 "tokio",
4157 "toml 0.8.19",
4158 "tree-sitter",
4159 "wasmtime",
4160]
4161
4162[[package]]
4163name = "extensions_ui"
4164version = "0.1.0"
4165dependencies = [
4166 "anyhow",
4167 "client",
4168 "collections",
4169 "db",
4170 "editor",
4171 "extension",
4172 "fs",
4173 "fuzzy",
4174 "gpui",
4175 "language",
4176 "num-format",
4177 "picker",
4178 "project",
4179 "release_channel",
4180 "semantic_version",
4181 "serde",
4182 "settings",
4183 "smallvec",
4184 "theme",
4185 "theme_selector",
4186 "ui",
4187 "util",
4188 "vim",
4189 "workspace",
4190]
4191
4192[[package]]
4193name = "fallible-iterator"
4194version = "0.3.0"
4195source = "registry+https://github.com/rust-lang/crates.io-index"
4196checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4197
4198[[package]]
4199name = "fancy-regex"
4200version = "0.12.0"
4201source = "registry+https://github.com/rust-lang/crates.io-index"
4202checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
4203dependencies = [
4204 "bit-set 0.5.3",
4205 "regex",
4206]
4207
4208[[package]]
4209name = "fast-srgb8"
4210version = "1.0.0"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4213
4214[[package]]
4215name = "fastrand"
4216version = "1.9.0"
4217source = "registry+https://github.com/rust-lang/crates.io-index"
4218checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4219dependencies = [
4220 "instant",
4221]
4222
4223[[package]]
4224name = "fastrand"
4225version = "2.1.1"
4226source = "registry+https://github.com/rust-lang/crates.io-index"
4227checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
4228
4229[[package]]
4230name = "fd-lock"
4231version = "4.0.2"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4234dependencies = [
4235 "cfg-if",
4236 "rustix 0.38.35",
4237 "windows-sys 0.52.0",
4238]
4239
4240[[package]]
4241name = "fdeflate"
4242version = "0.3.4"
4243source = "registry+https://github.com/rust-lang/crates.io-index"
4244checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
4245dependencies = [
4246 "simd-adler32",
4247]
4248
4249[[package]]
4250name = "feature_flags"
4251version = "0.1.0"
4252dependencies = [
4253 "futures 0.3.30",
4254 "gpui",
4255]
4256
4257[[package]]
4258name = "feedback"
4259version = "0.1.0"
4260dependencies = [
4261 "anyhow",
4262 "bitflags 2.6.0",
4263 "client",
4264 "db",
4265 "editor",
4266 "futures 0.3.30",
4267 "gpui",
4268 "http_client",
4269 "human_bytes",
4270 "language",
4271 "log",
4272 "menu",
4273 "project",
4274 "regex",
4275 "release_channel",
4276 "serde",
4277 "serde_derive",
4278 "serde_json",
4279 "smol",
4280 "sysinfo",
4281 "ui",
4282 "urlencoding",
4283 "util",
4284 "workspace",
4285]
4286
4287[[package]]
4288name = "ff"
4289version = "0.12.1"
4290source = "registry+https://github.com/rust-lang/crates.io-index"
4291checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4292dependencies = [
4293 "rand_core 0.6.4",
4294 "subtle",
4295]
4296
4297[[package]]
4298name = "file_finder"
4299version = "0.1.0"
4300dependencies = [
4301 "anyhow",
4302 "collections",
4303 "ctor",
4304 "editor",
4305 "env_logger 0.11.5",
4306 "file_icons",
4307 "futures 0.3.30",
4308 "fuzzy",
4309 "gpui",
4310 "language",
4311 "menu",
4312 "picker",
4313 "project",
4314 "schemars",
4315 "serde",
4316 "serde_derive",
4317 "serde_json",
4318 "settings",
4319 "text",
4320 "theme",
4321 "ui",
4322 "util",
4323 "workspace",
4324]
4325
4326[[package]]
4327name = "file_icons"
4328version = "0.1.0"
4329dependencies = [
4330 "collections",
4331 "gpui",
4332 "serde",
4333 "serde_derive",
4334 "serde_json",
4335 "util",
4336]
4337
4338[[package]]
4339name = "filedescriptor"
4340version = "0.8.2"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4343dependencies = [
4344 "libc",
4345 "thiserror",
4346 "winapi",
4347]
4348
4349[[package]]
4350name = "filetime"
4351version = "0.2.25"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4354dependencies = [
4355 "cfg-if",
4356 "libc",
4357 "libredox",
4358 "windows-sys 0.59.0",
4359]
4360
4361[[package]]
4362name = "fixedbitset"
4363version = "0.4.2"
4364source = "registry+https://github.com/rust-lang/crates.io-index"
4365checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4366
4367[[package]]
4368name = "flate2"
4369version = "1.0.33"
4370source = "registry+https://github.com/rust-lang/crates.io-index"
4371checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
4372dependencies = [
4373 "crc32fast",
4374 "miniz_oxide 0.8.0",
4375]
4376
4377[[package]]
4378name = "float-cmp"
4379version = "0.9.0"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4382
4383[[package]]
4384name = "float-ord"
4385version = "0.3.2"
4386source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4388
4389[[package]]
4390name = "flume"
4391version = "0.11.0"
4392source = "registry+https://github.com/rust-lang/crates.io-index"
4393checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
4394dependencies = [
4395 "futures-core",
4396 "futures-sink",
4397 "nanorand",
4398 "spin 0.9.8",
4399]
4400
4401[[package]]
4402name = "fnv"
4403version = "1.0.7"
4404source = "registry+https://github.com/rust-lang/crates.io-index"
4405checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4406
4407[[package]]
4408name = "font-kit"
4409version = "0.14.1"
4410source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4411dependencies = [
4412 "bitflags 2.6.0",
4413 "byteorder",
4414 "core-foundation 0.9.4",
4415 "core-graphics 0.23.2",
4416 "core-text",
4417 "dirs 5.0.1",
4418 "dwrote",
4419 "float-ord",
4420 "freetype-sys",
4421 "lazy_static",
4422 "libc",
4423 "log",
4424 "pathfinder_geometry",
4425 "pathfinder_simd",
4426 "walkdir",
4427 "winapi",
4428 "yeslogic-fontconfig-sys",
4429]
4430
4431[[package]]
4432name = "font-types"
4433version = "0.6.0"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60"
4436dependencies = [
4437 "bytemuck",
4438]
4439
4440[[package]]
4441name = "fontconfig-parser"
4442version = "0.5.7"
4443source = "registry+https://github.com/rust-lang/crates.io-index"
4444checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4445dependencies = [
4446 "roxmltree 0.20.0",
4447]
4448
4449[[package]]
4450name = "fontdb"
4451version = "0.18.0"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4454dependencies = [
4455 "fontconfig-parser",
4456 "log",
4457 "memmap2",
4458 "slotmap",
4459 "tinyvec",
4460 "ttf-parser",
4461]
4462
4463[[package]]
4464name = "foreign-types"
4465version = "0.3.2"
4466source = "registry+https://github.com/rust-lang/crates.io-index"
4467checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4468dependencies = [
4469 "foreign-types-shared 0.1.1",
4470]
4471
4472[[package]]
4473name = "foreign-types"
4474version = "0.5.0"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4477dependencies = [
4478 "foreign-types-macros",
4479 "foreign-types-shared 0.3.1",
4480]
4481
4482[[package]]
4483name = "foreign-types-macros"
4484version = "0.2.3"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4487dependencies = [
4488 "proc-macro2",
4489 "quote",
4490 "syn 2.0.76",
4491]
4492
4493[[package]]
4494name = "foreign-types-shared"
4495version = "0.1.1"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4498
4499[[package]]
4500name = "foreign-types-shared"
4501version = "0.3.1"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4504
4505[[package]]
4506name = "fork"
4507version = "0.2.0"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4510dependencies = [
4511 "libc",
4512]
4513
4514[[package]]
4515name = "form_urlencoded"
4516version = "1.2.1"
4517source = "registry+https://github.com/rust-lang/crates.io-index"
4518checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4519dependencies = [
4520 "percent-encoding",
4521]
4522
4523[[package]]
4524name = "freetype-sys"
4525version = "0.20.1"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4528dependencies = [
4529 "cc",
4530 "libc",
4531 "pkg-config",
4532]
4533
4534[[package]]
4535name = "fs"
4536version = "0.1.0"
4537dependencies = [
4538 "anyhow",
4539 "ashpd",
4540 "async-tar",
4541 "async-trait",
4542 "cocoa 0.26.0",
4543 "collections",
4544 "fsevent",
4545 "futures 0.3.30",
4546 "git",
4547 "git2",
4548 "gpui",
4549 "libc",
4550 "notify",
4551 "objc",
4552 "parking_lot",
4553 "paths",
4554 "rope",
4555 "serde",
4556 "serde_json",
4557 "smol",
4558 "tempfile",
4559 "text",
4560 "time",
4561 "util",
4562 "windows 0.58.0",
4563]
4564
4565[[package]]
4566name = "fs-set-times"
4567version = "0.20.1"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
4570dependencies = [
4571 "io-lifetimes 2.0.3",
4572 "rustix 0.38.35",
4573 "windows-sys 0.52.0",
4574]
4575
4576[[package]]
4577name = "fsevent"
4578version = "0.1.0"
4579dependencies = [
4580 "bitflags 2.6.0",
4581 "core-foundation 0.9.4",
4582 "fsevent-sys 3.1.0",
4583 "parking_lot",
4584 "tempfile",
4585]
4586
4587[[package]]
4588name = "fsevent-sys"
4589version = "3.1.0"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4592dependencies = [
4593 "libc",
4594]
4595
4596[[package]]
4597name = "fsevent-sys"
4598version = "4.1.0"
4599source = "registry+https://github.com/rust-lang/crates.io-index"
4600checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4601dependencies = [
4602 "libc",
4603]
4604
4605[[package]]
4606name = "funty"
4607version = "2.0.0"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4610
4611[[package]]
4612name = "futf"
4613version = "0.1.5"
4614source = "registry+https://github.com/rust-lang/crates.io-index"
4615checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4616dependencies = [
4617 "mac",
4618 "new_debug_unreachable",
4619]
4620
4621[[package]]
4622name = "futures"
4623version = "0.1.31"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4626
4627[[package]]
4628name = "futures"
4629version = "0.3.30"
4630source = "registry+https://github.com/rust-lang/crates.io-index"
4631checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
4632dependencies = [
4633 "futures-channel",
4634 "futures-core",
4635 "futures-executor",
4636 "futures-io",
4637 "futures-sink",
4638 "futures-task",
4639 "futures-util",
4640]
4641
4642[[package]]
4643name = "futures-batch"
4644version = "0.6.1"
4645source = "registry+https://github.com/rust-lang/crates.io-index"
4646checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4647dependencies = [
4648 "futures 0.3.30",
4649 "futures-timer",
4650 "pin-utils",
4651]
4652
4653[[package]]
4654name = "futures-channel"
4655version = "0.3.30"
4656source = "registry+https://github.com/rust-lang/crates.io-index"
4657checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
4658dependencies = [
4659 "futures-core",
4660 "futures-sink",
4661]
4662
4663[[package]]
4664name = "futures-core"
4665version = "0.3.30"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
4668
4669[[package]]
4670name = "futures-executor"
4671version = "0.3.30"
4672source = "registry+https://github.com/rust-lang/crates.io-index"
4673checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
4674dependencies = [
4675 "futures-core",
4676 "futures-task",
4677 "futures-util",
4678]
4679
4680[[package]]
4681name = "futures-intrusive"
4682version = "0.5.0"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4685dependencies = [
4686 "futures-core",
4687 "lock_api",
4688 "parking_lot",
4689]
4690
4691[[package]]
4692name = "futures-io"
4693version = "0.3.30"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
4696
4697[[package]]
4698name = "futures-lite"
4699version = "1.13.0"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4702dependencies = [
4703 "fastrand 1.9.0",
4704 "futures-core",
4705 "futures-io",
4706 "memchr",
4707 "parking",
4708 "pin-project-lite",
4709 "waker-fn",
4710]
4711
4712[[package]]
4713name = "futures-lite"
4714version = "2.3.0"
4715source = "registry+https://github.com/rust-lang/crates.io-index"
4716checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
4717dependencies = [
4718 "fastrand 2.1.1",
4719 "futures-core",
4720 "futures-io",
4721 "parking",
4722 "pin-project-lite",
4723]
4724
4725[[package]]
4726name = "futures-macro"
4727version = "0.3.30"
4728source = "registry+https://github.com/rust-lang/crates.io-index"
4729checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
4730dependencies = [
4731 "proc-macro2",
4732 "quote",
4733 "syn 2.0.76",
4734]
4735
4736[[package]]
4737name = "futures-sink"
4738version = "0.3.30"
4739source = "registry+https://github.com/rust-lang/crates.io-index"
4740checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
4741
4742[[package]]
4743name = "futures-task"
4744version = "0.3.30"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
4747
4748[[package]]
4749name = "futures-timer"
4750version = "3.0.3"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
4753
4754[[package]]
4755name = "futures-util"
4756version = "0.3.30"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
4759dependencies = [
4760 "futures 0.1.31",
4761 "futures-channel",
4762 "futures-core",
4763 "futures-io",
4764 "futures-macro",
4765 "futures-sink",
4766 "futures-task",
4767 "memchr",
4768 "pin-project-lite",
4769 "pin-utils",
4770 "slab",
4771 "tokio-io",
4772]
4773
4774[[package]]
4775name = "fuzzy"
4776version = "0.1.0"
4777dependencies = [
4778 "gpui",
4779 "util",
4780]
4781
4782[[package]]
4783name = "fuzzy-matcher"
4784version = "0.3.7"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
4787dependencies = [
4788 "thread_local",
4789]
4790
4791[[package]]
4792name = "generic-array"
4793version = "0.14.7"
4794source = "registry+https://github.com/rust-lang/crates.io-index"
4795checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
4796dependencies = [
4797 "typenum",
4798 "version_check",
4799]
4800
4801[[package]]
4802name = "gethostname"
4803version = "0.4.3"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
4806dependencies = [
4807 "libc",
4808 "windows-targets 0.48.5",
4809]
4810
4811[[package]]
4812name = "getrandom"
4813version = "0.1.16"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
4816dependencies = [
4817 "cfg-if",
4818 "libc",
4819 "wasi 0.9.0+wasi-snapshot-preview1",
4820]
4821
4822[[package]]
4823name = "getrandom"
4824version = "0.2.15"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
4827dependencies = [
4828 "cfg-if",
4829 "js-sys",
4830 "libc",
4831 "wasi 0.11.0+wasi-snapshot-preview1",
4832 "wasm-bindgen",
4833]
4834
4835[[package]]
4836name = "gif"
4837version = "0.13.1"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
4839checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
4840dependencies = [
4841 "color_quant",
4842 "weezl",
4843]
4844
4845[[package]]
4846name = "gimli"
4847version = "0.29.0"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
4850dependencies = [
4851 "fallible-iterator",
4852 "indexmap 2.4.0",
4853 "stable_deref_trait",
4854]
4855
4856[[package]]
4857name = "gimli"
4858version = "0.31.0"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
4861
4862[[package]]
4863name = "git"
4864version = "0.1.0"
4865dependencies = [
4866 "anyhow",
4867 "async-trait",
4868 "clock",
4869 "collections",
4870 "derive_more",
4871 "git2",
4872 "gpui",
4873 "http_client",
4874 "log",
4875 "parking_lot",
4876 "pretty_assertions",
4877 "rope",
4878 "serde",
4879 "serde_json",
4880 "smol",
4881 "sum_tree",
4882 "text",
4883 "time",
4884 "unindent",
4885 "url",
4886 "util",
4887 "windows 0.58.0",
4888]
4889
4890[[package]]
4891name = "git2"
4892version = "0.19.0"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
4895dependencies = [
4896 "bitflags 2.6.0",
4897 "libc",
4898 "libgit2-sys",
4899 "log",
4900 "url",
4901]
4902
4903[[package]]
4904name = "git_hosting_providers"
4905version = "0.1.0"
4906dependencies = [
4907 "anyhow",
4908 "async-trait",
4909 "futures 0.3.30",
4910 "git",
4911 "gpui",
4912 "http_client",
4913 "indoc",
4914 "pretty_assertions",
4915 "regex",
4916 "serde",
4917 "serde_json",
4918 "url",
4919 "util",
4920]
4921
4922[[package]]
4923name = "glob"
4924version = "0.3.1"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4927
4928[[package]]
4929name = "globset"
4930version = "0.4.15"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
4933dependencies = [
4934 "aho-corasick",
4935 "bstr",
4936 "log",
4937 "regex-automata 0.4.7",
4938 "regex-syntax 0.8.4",
4939]
4940
4941[[package]]
4942name = "gloo-timers"
4943version = "0.2.6"
4944source = "registry+https://github.com/rust-lang/crates.io-index"
4945checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
4946dependencies = [
4947 "futures-channel",
4948 "futures-core",
4949 "js-sys",
4950 "wasm-bindgen",
4951]
4952
4953[[package]]
4954name = "glow"
4955version = "0.14.0"
4956source = "registry+https://github.com/rust-lang/crates.io-index"
4957checksum = "f865cbd94bd355b89611211e49508da98a1fce0ad755c1e8448fb96711b24528"
4958dependencies = [
4959 "js-sys",
4960 "slotmap",
4961 "wasm-bindgen",
4962 "web-sys",
4963]
4964
4965[[package]]
4966name = "go_to_line"
4967version = "0.1.0"
4968dependencies = [
4969 "anyhow",
4970 "editor",
4971 "gpui",
4972 "indoc",
4973 "language",
4974 "menu",
4975 "project",
4976 "rope",
4977 "schemars",
4978 "serde",
4979 "serde_json",
4980 "settings",
4981 "text",
4982 "theme",
4983 "tree-sitter-rust",
4984 "tree-sitter-typescript",
4985 "ui",
4986 "util",
4987 "workspace",
4988]
4989
4990[[package]]
4991name = "google_ai"
4992version = "0.1.0"
4993dependencies = [
4994 "anyhow",
4995 "futures 0.3.30",
4996 "http_client",
4997 "schemars",
4998 "serde",
4999 "serde_json",
5000 "strum 0.25.0",
5001]
5002
5003[[package]]
5004name = "gpu-alloc"
5005version = "0.6.0"
5006source = "registry+https://github.com/rust-lang/crates.io-index"
5007checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5008dependencies = [
5009 "bitflags 2.6.0",
5010 "gpu-alloc-types",
5011]
5012
5013[[package]]
5014name = "gpu-alloc-ash"
5015version = "0.7.0"
5016source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5018dependencies = [
5019 "ash",
5020 "gpu-alloc-types",
5021 "tinyvec",
5022]
5023
5024[[package]]
5025name = "gpu-alloc-types"
5026version = "0.3.0"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5029dependencies = [
5030 "bitflags 2.6.0",
5031]
5032
5033[[package]]
5034name = "gpui"
5035version = "0.1.0"
5036dependencies = [
5037 "anyhow",
5038 "as-raw-xcb-connection",
5039 "ashpd",
5040 "async-task",
5041 "backtrace",
5042 "bindgen 0.70.1",
5043 "blade-graphics",
5044 "blade-macros",
5045 "blade-util",
5046 "block",
5047 "bytemuck",
5048 "calloop",
5049 "calloop-wayland-source",
5050 "cbindgen",
5051 "cocoa 0.26.0",
5052 "collections",
5053 "core-foundation 0.9.4",
5054 "core-foundation-sys",
5055 "core-graphics 0.23.2",
5056 "core-text",
5057 "cosmic-text",
5058 "ctor",
5059 "derive_more",
5060 "embed-resource",
5061 "env_logger 0.11.5",
5062 "etagere",
5063 "filedescriptor",
5064 "flume",
5065 "font-kit",
5066 "foreign-types 0.5.0",
5067 "futures 0.3.30",
5068 "gpui_macros",
5069 "http_client",
5070 "image",
5071 "itertools 0.13.0",
5072 "linkme",
5073 "log",
5074 "media",
5075 "metal",
5076 "num_cpus",
5077 "objc",
5078 "oo7",
5079 "open",
5080 "parking",
5081 "parking_lot",
5082 "pathfinder_geometry",
5083 "postage",
5084 "profiling",
5085 "rand 0.8.5",
5086 "raw-window-handle",
5087 "refineable",
5088 "resvg",
5089 "schemars",
5090 "seahash",
5091 "semantic_version",
5092 "serde",
5093 "serde_derive",
5094 "serde_json",
5095 "slotmap",
5096 "smallvec",
5097 "smol",
5098 "strum 0.25.0",
5099 "sum_tree",
5100 "taffy",
5101 "thiserror",
5102 "unicode-segmentation",
5103 "usvg",
5104 "util",
5105 "uuid",
5106 "waker-fn",
5107 "wayland-backend",
5108 "wayland-client",
5109 "wayland-cursor",
5110 "wayland-protocols",
5111 "wayland-protocols-plasma",
5112 "windows 0.58.0",
5113 "windows-core 0.58.0",
5114 "x11-clipboard",
5115 "x11rb",
5116 "xim",
5117 "xkbcommon",
5118]
5119
5120[[package]]
5121name = "gpui_macros"
5122version = "0.1.0"
5123dependencies = [
5124 "proc-macro2",
5125 "quote",
5126 "syn 1.0.109",
5127]
5128
5129[[package]]
5130name = "grid"
5131version = "0.13.0"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5134
5135[[package]]
5136name = "group"
5137version = "0.12.1"
5138source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5140dependencies = [
5141 "ff",
5142 "rand_core 0.6.4",
5143 "subtle",
5144]
5145
5146[[package]]
5147name = "h2"
5148version = "0.3.26"
5149source = "registry+https://github.com/rust-lang/crates.io-index"
5150checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5151dependencies = [
5152 "bytes 1.7.2",
5153 "fnv",
5154 "futures-core",
5155 "futures-sink",
5156 "futures-util",
5157 "http 0.2.12",
5158 "indexmap 2.4.0",
5159 "slab",
5160 "tokio",
5161 "tokio-util",
5162 "tracing",
5163]
5164
5165[[package]]
5166name = "h2"
5167version = "0.4.6"
5168source = "registry+https://github.com/rust-lang/crates.io-index"
5169checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
5170dependencies = [
5171 "atomic-waker",
5172 "bytes 1.7.2",
5173 "fnv",
5174 "futures-core",
5175 "futures-sink",
5176 "http 1.1.0",
5177 "indexmap 2.4.0",
5178 "slab",
5179 "tokio",
5180 "tokio-util",
5181 "tracing",
5182]
5183
5184[[package]]
5185name = "half"
5186version = "2.4.1"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5189dependencies = [
5190 "cfg-if",
5191 "crunchy",
5192]
5193
5194[[package]]
5195name = "handlebars"
5196version = "4.5.0"
5197source = "registry+https://github.com/rust-lang/crates.io-index"
5198checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5199dependencies = [
5200 "log",
5201 "pest",
5202 "pest_derive",
5203 "serde",
5204 "serde_json",
5205 "thiserror",
5206]
5207
5208[[package]]
5209name = "handlebars"
5210version = "5.1.2"
5211source = "registry+https://github.com/rust-lang/crates.io-index"
5212checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
5213dependencies = [
5214 "log",
5215 "pest",
5216 "pest_derive",
5217 "serde",
5218 "serde_json",
5219 "thiserror",
5220]
5221
5222[[package]]
5223name = "hashbrown"
5224version = "0.12.3"
5225source = "registry+https://github.com/rust-lang/crates.io-index"
5226checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5227dependencies = [
5228 "ahash 0.7.8",
5229]
5230
5231[[package]]
5232name = "hashbrown"
5233version = "0.13.2"
5234source = "registry+https://github.com/rust-lang/crates.io-index"
5235checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5236dependencies = [
5237 "ahash 0.8.11",
5238]
5239
5240[[package]]
5241name = "hashbrown"
5242version = "0.14.5"
5243source = "registry+https://github.com/rust-lang/crates.io-index"
5244checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5245dependencies = [
5246 "ahash 0.8.11",
5247 "allocator-api2",
5248 "serde",
5249]
5250
5251[[package]]
5252name = "hashlink"
5253version = "0.8.4"
5254source = "registry+https://github.com/rust-lang/crates.io-index"
5255checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5256dependencies = [
5257 "hashbrown 0.14.5",
5258]
5259
5260[[package]]
5261name = "hashlink"
5262version = "0.9.1"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5265dependencies = [
5266 "hashbrown 0.14.5",
5267]
5268
5269[[package]]
5270name = "headers"
5271version = "0.3.9"
5272source = "registry+https://github.com/rust-lang/crates.io-index"
5273checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5274dependencies = [
5275 "base64 0.21.7",
5276 "bytes 1.7.2",
5277 "headers-core",
5278 "http 0.2.12",
5279 "httpdate",
5280 "mime",
5281 "sha1",
5282]
5283
5284[[package]]
5285name = "headers-core"
5286version = "0.2.0"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5289dependencies = [
5290 "http 0.2.12",
5291]
5292
5293[[package]]
5294name = "heck"
5295version = "0.3.3"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5298dependencies = [
5299 "unicode-segmentation",
5300]
5301
5302[[package]]
5303name = "heck"
5304version = "0.4.1"
5305source = "registry+https://github.com/rust-lang/crates.io-index"
5306checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5307dependencies = [
5308 "unicode-segmentation",
5309]
5310
5311[[package]]
5312name = "heck"
5313version = "0.5.0"
5314source = "registry+https://github.com/rust-lang/crates.io-index"
5315checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5316
5317[[package]]
5318name = "heed"
5319version = "0.20.5"
5320source = "registry+https://github.com/rust-lang/crates.io-index"
5321checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb"
5322dependencies = [
5323 "bitflags 2.6.0",
5324 "byteorder",
5325 "heed-traits",
5326 "heed-types",
5327 "libc",
5328 "lmdb-master-sys",
5329 "once_cell",
5330 "page_size",
5331 "serde",
5332 "synchronoise",
5333 "url",
5334]
5335
5336[[package]]
5337name = "heed-traits"
5338version = "0.20.0"
5339source = "registry+https://github.com/rust-lang/crates.io-index"
5340checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5341
5342[[package]]
5343name = "heed-types"
5344version = "0.20.1"
5345source = "registry+https://github.com/rust-lang/crates.io-index"
5346checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114"
5347dependencies = [
5348 "bincode",
5349 "byteorder",
5350 "heed-traits",
5351 "serde",
5352 "serde_json",
5353]
5354
5355[[package]]
5356name = "hermit-abi"
5357version = "0.3.9"
5358source = "registry+https://github.com/rust-lang/crates.io-index"
5359checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5360
5361[[package]]
5362name = "hermit-abi"
5363version = "0.4.0"
5364source = "registry+https://github.com/rust-lang/crates.io-index"
5365checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5366
5367[[package]]
5368name = "hex"
5369version = "0.4.3"
5370source = "registry+https://github.com/rust-lang/crates.io-index"
5371checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5372
5373[[package]]
5374name = "hexf-parse"
5375version = "0.2.1"
5376source = "registry+https://github.com/rust-lang/crates.io-index"
5377checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5378
5379[[package]]
5380name = "hidden-trait"
5381version = "0.1.2"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5384dependencies = [
5385 "proc-macro2",
5386 "quote",
5387 "syn 1.0.109",
5388]
5389
5390[[package]]
5391name = "hkdf"
5392version = "0.12.4"
5393source = "registry+https://github.com/rust-lang/crates.io-index"
5394checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5395dependencies = [
5396 "hmac",
5397]
5398
5399[[package]]
5400name = "hmac"
5401version = "0.12.1"
5402source = "registry+https://github.com/rust-lang/crates.io-index"
5403checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5404dependencies = [
5405 "digest",
5406]
5407
5408[[package]]
5409name = "home"
5410version = "0.5.9"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5413dependencies = [
5414 "windows-sys 0.52.0",
5415]
5416
5417[[package]]
5418name = "hound"
5419version = "3.5.1"
5420source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5422
5423[[package]]
5424name = "html5ever"
5425version = "0.27.0"
5426source = "registry+https://github.com/rust-lang/crates.io-index"
5427checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5428dependencies = [
5429 "log",
5430 "mac",
5431 "markup5ever",
5432 "proc-macro2",
5433 "quote",
5434 "syn 2.0.76",
5435]
5436
5437[[package]]
5438name = "html_to_markdown"
5439version = "0.1.0"
5440dependencies = [
5441 "anyhow",
5442 "html5ever",
5443 "indoc",
5444 "markup5ever_rcdom",
5445 "pretty_assertions",
5446 "regex",
5447]
5448
5449[[package]]
5450name = "http"
5451version = "0.2.12"
5452source = "registry+https://github.com/rust-lang/crates.io-index"
5453checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5454dependencies = [
5455 "bytes 1.7.2",
5456 "fnv",
5457 "itoa",
5458]
5459
5460[[package]]
5461name = "http"
5462version = "1.1.0"
5463source = "registry+https://github.com/rust-lang/crates.io-index"
5464checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
5465dependencies = [
5466 "bytes 1.7.2",
5467 "fnv",
5468 "itoa",
5469]
5470
5471[[package]]
5472name = "http-body"
5473version = "0.4.6"
5474source = "registry+https://github.com/rust-lang/crates.io-index"
5475checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5476dependencies = [
5477 "bytes 1.7.2",
5478 "http 0.2.12",
5479 "pin-project-lite",
5480]
5481
5482[[package]]
5483name = "http-body"
5484version = "1.0.1"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5487dependencies = [
5488 "bytes 1.7.2",
5489 "http 1.1.0",
5490]
5491
5492[[package]]
5493name = "http-body-util"
5494version = "0.1.2"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5497dependencies = [
5498 "bytes 1.7.2",
5499 "futures-util",
5500 "http 1.1.0",
5501 "http-body 1.0.1",
5502 "pin-project-lite",
5503]
5504
5505[[package]]
5506name = "http-range-header"
5507version = "0.3.1"
5508source = "registry+https://github.com/rust-lang/crates.io-index"
5509checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5510
5511[[package]]
5512name = "http-types"
5513version = "2.12.0"
5514source = "registry+https://github.com/rust-lang/crates.io-index"
5515checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5516dependencies = [
5517 "anyhow",
5518 "async-channel 1.9.0",
5519 "base64 0.13.1",
5520 "futures-lite 1.13.0",
5521 "http 0.2.12",
5522 "infer",
5523 "pin-project-lite",
5524 "rand 0.7.3",
5525 "serde",
5526 "serde_json",
5527 "serde_qs 0.8.5",
5528 "serde_urlencoded",
5529 "url",
5530]
5531
5532[[package]]
5533name = "http_client"
5534version = "0.1.0"
5535dependencies = [
5536 "anyhow",
5537 "bytes 1.7.2",
5538 "derive_more",
5539 "futures 0.3.30",
5540 "http 1.1.0",
5541 "log",
5542 "serde",
5543 "serde_json",
5544 "url",
5545]
5546
5547[[package]]
5548name = "httparse"
5549version = "1.9.4"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
5552
5553[[package]]
5554name = "httpdate"
5555version = "1.0.3"
5556source = "registry+https://github.com/rust-lang/crates.io-index"
5557checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5558
5559[[package]]
5560name = "human_bytes"
5561version = "0.4.3"
5562source = "registry+https://github.com/rust-lang/crates.io-index"
5563checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5564
5565[[package]]
5566name = "humantime"
5567version = "2.1.0"
5568source = "registry+https://github.com/rust-lang/crates.io-index"
5569checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5570
5571[[package]]
5572name = "hyper"
5573version = "0.14.31"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
5576dependencies = [
5577 "bytes 1.7.2",
5578 "futures-channel",
5579 "futures-core",
5580 "futures-util",
5581 "h2 0.3.26",
5582 "http 0.2.12",
5583 "http-body 0.4.6",
5584 "httparse",
5585 "httpdate",
5586 "itoa",
5587 "pin-project-lite",
5588 "socket2 0.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.31",
5624 "log",
5625 "rustls 0.21.12",
5626 "rustls-native-certs 0.6.3",
5627 "tokio",
5628 "tokio-rustls 0.24.1",
5629]
5630
5631[[package]]
5632name = "hyper-rustls"
5633version = "0.27.3"
5634source = "registry+https://github.com/rust-lang/crates.io-index"
5635checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5636dependencies = [
5637 "futures-util",
5638 "http 1.1.0",
5639 "hyper 1.4.1",
5640 "hyper-util",
5641 "rustls 0.23.13",
5642 "rustls-native-certs 0.8.0",
5643 "rustls-pki-types",
5644 "tokio",
5645 "tokio-rustls 0.26.0",
5646 "tower-service",
5647]
5648
5649[[package]]
5650name = "hyper-tls"
5651version = "0.5.0"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5654dependencies = [
5655 "bytes 1.7.2",
5656 "hyper 0.14.31",
5657 "native-tls",
5658 "tokio",
5659 "tokio-native-tls",
5660]
5661
5662[[package]]
5663name = "hyper-util"
5664version = "0.1.9"
5665source = "registry+https://github.com/rust-lang/crates.io-index"
5666checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
5667dependencies = [
5668 "bytes 1.7.2",
5669 "futures-channel",
5670 "futures-util",
5671 "http 1.1.0",
5672 "http-body 1.0.1",
5673 "hyper 1.4.1",
5674 "pin-project-lite",
5675 "socket2 0.5.7",
5676 "tokio",
5677 "tower-service",
5678 "tracing",
5679]
5680
5681[[package]]
5682name = "iana-time-zone"
5683version = "0.1.60"
5684source = "registry+https://github.com/rust-lang/crates.io-index"
5685checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
5686dependencies = [
5687 "android_system_properties",
5688 "core-foundation-sys",
5689 "iana-time-zone-haiku",
5690 "js-sys",
5691 "wasm-bindgen",
5692 "windows-core 0.52.0",
5693]
5694
5695[[package]]
5696name = "iana-time-zone-haiku"
5697version = "0.1.2"
5698source = "registry+https://github.com/rust-lang/crates.io-index"
5699checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5700dependencies = [
5701 "cc",
5702]
5703
5704[[package]]
5705name = "id-arena"
5706version = "2.2.1"
5707source = "registry+https://github.com/rust-lang/crates.io-index"
5708checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5709
5710[[package]]
5711name = "idna"
5712version = "0.5.0"
5713source = "registry+https://github.com/rust-lang/crates.io-index"
5714checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5715dependencies = [
5716 "unicode-bidi",
5717 "unicode-normalization",
5718]
5719
5720[[package]]
5721name = "ignore"
5722version = "0.4.23"
5723source = "registry+https://github.com/rust-lang/crates.io-index"
5724checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
5725dependencies = [
5726 "crossbeam-deque",
5727 "globset",
5728 "log",
5729 "memchr",
5730 "regex-automata 0.4.7",
5731 "same-file",
5732 "walkdir",
5733 "winapi-util",
5734]
5735
5736[[package]]
5737name = "image"
5738version = "0.25.2"
5739source = "registry+https://github.com/rust-lang/crates.io-index"
5740checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
5741dependencies = [
5742 "bytemuck",
5743 "byteorder-lite",
5744 "color_quant",
5745 "exr",
5746 "gif",
5747 "image-webp",
5748 "num-traits",
5749 "png",
5750 "qoi",
5751 "ravif",
5752 "rayon",
5753 "rgb",
5754 "tiff",
5755 "zune-core",
5756 "zune-jpeg",
5757]
5758
5759[[package]]
5760name = "image-webp"
5761version = "0.1.3"
5762source = "registry+https://github.com/rust-lang/crates.io-index"
5763checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
5764dependencies = [
5765 "byteorder-lite",
5766 "quick-error",
5767]
5768
5769[[package]]
5770name = "image_viewer"
5771version = "0.1.0"
5772dependencies = [
5773 "anyhow",
5774 "db",
5775 "file_icons",
5776 "gpui",
5777 "project",
5778 "settings",
5779 "ui",
5780 "workspace",
5781]
5782
5783[[package]]
5784name = "imagesize"
5785version = "0.12.0"
5786source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
5788
5789[[package]]
5790name = "imgref"
5791version = "1.10.1"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
5794
5795[[package]]
5796name = "indexed_docs"
5797version = "0.1.0"
5798dependencies = [
5799 "anyhow",
5800 "async-trait",
5801 "cargo_metadata",
5802 "collections",
5803 "derive_more",
5804 "fs",
5805 "futures 0.3.30",
5806 "fuzzy",
5807 "gpui",
5808 "heed",
5809 "html_to_markdown",
5810 "http_client",
5811 "indexmap 1.9.3",
5812 "indoc",
5813 "parking_lot",
5814 "paths",
5815 "pretty_assertions",
5816 "serde",
5817 "strum 0.25.0",
5818 "util",
5819]
5820
5821[[package]]
5822name = "indexmap"
5823version = "1.9.3"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
5826dependencies = [
5827 "autocfg",
5828 "hashbrown 0.12.3",
5829 "serde",
5830]
5831
5832[[package]]
5833name = "indexmap"
5834version = "2.4.0"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
5837dependencies = [
5838 "equivalent",
5839 "hashbrown 0.14.5",
5840 "serde",
5841]
5842
5843[[package]]
5844name = "indoc"
5845version = "2.0.5"
5846source = "registry+https://github.com/rust-lang/crates.io-index"
5847checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
5848
5849[[package]]
5850name = "infer"
5851version = "0.2.3"
5852source = "registry+https://github.com/rust-lang/crates.io-index"
5853checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
5854
5855[[package]]
5856name = "inherent"
5857version = "1.0.11"
5858source = "registry+https://github.com/rust-lang/crates.io-index"
5859checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
5860dependencies = [
5861 "proc-macro2",
5862 "quote",
5863 "syn 2.0.76",
5864]
5865
5866[[package]]
5867name = "inline_completion_button"
5868version = "0.1.0"
5869dependencies = [
5870 "anyhow",
5871 "copilot",
5872 "editor",
5873 "fs",
5874 "futures 0.3.30",
5875 "gpui",
5876 "indoc",
5877 "language",
5878 "lsp",
5879 "paths",
5880 "project",
5881 "serde_json",
5882 "settings",
5883 "supermaven",
5884 "theme",
5885 "ui",
5886 "util",
5887 "workspace",
5888 "zed_actions",
5889]
5890
5891[[package]]
5892name = "inotify"
5893version = "0.9.6"
5894source = "registry+https://github.com/rust-lang/crates.io-index"
5895checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5896dependencies = [
5897 "bitflags 1.3.2",
5898 "inotify-sys",
5899 "libc",
5900]
5901
5902[[package]]
5903name = "inotify-sys"
5904version = "0.1.5"
5905source = "registry+https://github.com/rust-lang/crates.io-index"
5906checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5907dependencies = [
5908 "libc",
5909]
5910
5911[[package]]
5912name = "inout"
5913version = "0.1.3"
5914source = "registry+https://github.com/rust-lang/crates.io-index"
5915checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
5916dependencies = [
5917 "block-padding",
5918 "generic-array",
5919]
5920
5921[[package]]
5922name = "install_cli"
5923version = "0.1.0"
5924dependencies = [
5925 "anyhow",
5926 "gpui",
5927 "smol",
5928 "util",
5929]
5930
5931[[package]]
5932name = "instant"
5933version = "0.1.13"
5934source = "registry+https://github.com/rust-lang/crates.io-index"
5935checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
5936dependencies = [
5937 "cfg-if",
5938]
5939
5940[[package]]
5941name = "interpolate_name"
5942version = "0.2.4"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
5945dependencies = [
5946 "proc-macro2",
5947 "quote",
5948 "syn 2.0.76",
5949]
5950
5951[[package]]
5952name = "io-extras"
5953version = "0.18.2"
5954source = "registry+https://github.com/rust-lang/crates.io-index"
5955checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
5956dependencies = [
5957 "io-lifetimes 2.0.3",
5958 "windows-sys 0.52.0",
5959]
5960
5961[[package]]
5962name = "io-lifetimes"
5963version = "1.0.11"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
5966dependencies = [
5967 "hermit-abi 0.3.9",
5968 "libc",
5969 "windows-sys 0.48.0",
5970]
5971
5972[[package]]
5973name = "io-lifetimes"
5974version = "2.0.3"
5975source = "registry+https://github.com/rust-lang/crates.io-index"
5976checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
5977
5978[[package]]
5979name = "iovec"
5980version = "0.1.4"
5981source = "registry+https://github.com/rust-lang/crates.io-index"
5982checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
5983dependencies = [
5984 "libc",
5985]
5986
5987[[package]]
5988name = "ipc-channel"
5989version = "0.18.3"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "c7f4c80f2df4fc64fb7fc2cff69fc034af26e6e6617ea9f1313131af464b9ca0"
5992dependencies = [
5993 "bincode",
5994 "crossbeam-channel",
5995 "fnv",
5996 "lazy_static",
5997 "libc",
5998 "mio 1.0.2",
5999 "rand 0.8.5",
6000 "serde",
6001 "tempfile",
6002 "uuid",
6003 "windows 0.58.0",
6004]
6005
6006[[package]]
6007name = "ipnet"
6008version = "2.9.0"
6009source = "registry+https://github.com/rust-lang/crates.io-index"
6010checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
6011
6012[[package]]
6013name = "is-docker"
6014version = "0.2.0"
6015source = "registry+https://github.com/rust-lang/crates.io-index"
6016checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6017dependencies = [
6018 "once_cell",
6019]
6020
6021[[package]]
6022name = "is-terminal"
6023version = "0.4.13"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6026dependencies = [
6027 "hermit-abi 0.4.0",
6028 "libc",
6029 "windows-sys 0.52.0",
6030]
6031
6032[[package]]
6033name = "is-wsl"
6034version = "0.4.0"
6035source = "registry+https://github.com/rust-lang/crates.io-index"
6036checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6037dependencies = [
6038 "is-docker",
6039 "once_cell",
6040]
6041
6042[[package]]
6043name = "is_terminal_polyfill"
6044version = "1.70.1"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6047
6048[[package]]
6049name = "itertools"
6050version = "0.10.5"
6051source = "registry+https://github.com/rust-lang/crates.io-index"
6052checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6053dependencies = [
6054 "either",
6055]
6056
6057[[package]]
6058name = "itertools"
6059version = "0.12.1"
6060source = "registry+https://github.com/rust-lang/crates.io-index"
6061checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6062dependencies = [
6063 "either",
6064]
6065
6066[[package]]
6067name = "itertools"
6068version = "0.13.0"
6069source = "registry+https://github.com/rust-lang/crates.io-index"
6070checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6071dependencies = [
6072 "either",
6073]
6074
6075[[package]]
6076name = "itoa"
6077version = "1.0.11"
6078source = "registry+https://github.com/rust-lang/crates.io-index"
6079checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
6080
6081[[package]]
6082name = "jni"
6083version = "0.21.1"
6084source = "registry+https://github.com/rust-lang/crates.io-index"
6085checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6086dependencies = [
6087 "cesu8",
6088 "cfg-if",
6089 "combine",
6090 "jni-sys",
6091 "log",
6092 "thiserror",
6093 "walkdir",
6094 "windows-sys 0.45.0",
6095]
6096
6097[[package]]
6098name = "jni-sys"
6099version = "0.3.0"
6100source = "registry+https://github.com/rust-lang/crates.io-index"
6101checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6102
6103[[package]]
6104name = "jobserver"
6105version = "0.1.32"
6106source = "registry+https://github.com/rust-lang/crates.io-index"
6107checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6108dependencies = [
6109 "libc",
6110]
6111
6112[[package]]
6113name = "journal"
6114version = "0.1.0"
6115dependencies = [
6116 "anyhow",
6117 "chrono",
6118 "editor",
6119 "gpui",
6120 "log",
6121 "schemars",
6122 "serde",
6123 "settings",
6124 "shellexpand 2.1.2",
6125 "workspace",
6126]
6127
6128[[package]]
6129name = "jpeg-decoder"
6130version = "0.3.1"
6131source = "registry+https://github.com/rust-lang/crates.io-index"
6132checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6133
6134[[package]]
6135name = "js-sys"
6136version = "0.3.70"
6137source = "registry+https://github.com/rust-lang/crates.io-index"
6138checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
6139dependencies = [
6140 "wasm-bindgen",
6141]
6142
6143[[package]]
6144name = "jsonwebtoken"
6145version = "9.3.0"
6146source = "registry+https://github.com/rust-lang/crates.io-index"
6147checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6148dependencies = [
6149 "base64 0.21.7",
6150 "js-sys",
6151 "pem",
6152 "ring 0.17.8",
6153 "serde",
6154 "serde_json",
6155 "simple_asn1",
6156]
6157
6158[[package]]
6159name = "jupyter-serde"
6160version = "0.2.1"
6161source = "registry+https://github.com/rust-lang/crates.io-index"
6162checksum = "77b96de099fc23d5c21e05de32cc087c8326983895b7f6c242562af01f7d4c81"
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 "telemetry_events",
6313 "text",
6314 "theme",
6315 "thiserror",
6316 "tiktoken-rs",
6317 "ui",
6318 "unindent",
6319 "util",
6320]
6321
6322[[package]]
6323name = "language_selector"
6324version = "0.1.0"
6325dependencies = [
6326 "anyhow",
6327 "editor",
6328 "fuzzy",
6329 "gpui",
6330 "language",
6331 "picker",
6332 "project",
6333 "ui",
6334 "util",
6335 "workspace",
6336]
6337
6338[[package]]
6339name = "language_tools"
6340version = "0.1.0"
6341dependencies = [
6342 "anyhow",
6343 "client",
6344 "collections",
6345 "copilot",
6346 "editor",
6347 "env_logger 0.11.5",
6348 "futures 0.3.30",
6349 "gpui",
6350 "itertools 0.13.0",
6351 "language",
6352 "lsp",
6353 "project",
6354 "release_channel",
6355 "serde_json",
6356 "settings",
6357 "theme",
6358 "tree-sitter",
6359 "ui",
6360 "util",
6361 "workspace",
6362 "zed_actions",
6363]
6364
6365[[package]]
6366name = "languages"
6367version = "0.1.0"
6368dependencies = [
6369 "anyhow",
6370 "async-compression",
6371 "async-tar",
6372 "async-trait",
6373 "collections",
6374 "feature_flags",
6375 "futures 0.3.30",
6376 "gpui",
6377 "http_client",
6378 "language",
6379 "log",
6380 "lsp",
6381 "node_runtime",
6382 "paths",
6383 "pet",
6384 "pet-conda",
6385 "pet-core",
6386 "pet-poetry",
6387 "pet-reporter",
6388 "project",
6389 "regex",
6390 "rope",
6391 "rust-embed",
6392 "serde",
6393 "serde_json",
6394 "settings",
6395 "smol",
6396 "task",
6397 "text",
6398 "theme",
6399 "toml 0.8.19",
6400 "tree-sitter",
6401 "tree-sitter-bash",
6402 "tree-sitter-c",
6403 "tree-sitter-cpp",
6404 "tree-sitter-css",
6405 "tree-sitter-diff",
6406 "tree-sitter-go",
6407 "tree-sitter-gomod",
6408 "tree-sitter-gowork",
6409 "tree-sitter-jsdoc",
6410 "tree-sitter-json",
6411 "tree-sitter-md",
6412 "tree-sitter-python",
6413 "tree-sitter-regex",
6414 "tree-sitter-rust",
6415 "tree-sitter-typescript",
6416 "tree-sitter-yaml",
6417 "unindent",
6418 "util",
6419 "workspace",
6420]
6421
6422[[package]]
6423name = "lazy_static"
6424version = "1.5.0"
6425source = "registry+https://github.com/rust-lang/crates.io-index"
6426checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6427dependencies = [
6428 "spin 0.9.8",
6429]
6430
6431[[package]]
6432name = "lazycell"
6433version = "1.3.0"
6434source = "registry+https://github.com/rust-lang/crates.io-index"
6435checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
6436
6437[[package]]
6438name = "leb128"
6439version = "0.2.5"
6440source = "registry+https://github.com/rust-lang/crates.io-index"
6441checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6442
6443[[package]]
6444name = "lebe"
6445version = "0.5.2"
6446source = "registry+https://github.com/rust-lang/crates.io-index"
6447checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6448
6449[[package]]
6450name = "libc"
6451version = "0.2.159"
6452source = "registry+https://github.com/rust-lang/crates.io-index"
6453checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
6454
6455[[package]]
6456name = "libdbus-sys"
6457version = "0.2.5"
6458source = "registry+https://github.com/rust-lang/crates.io-index"
6459checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6460dependencies = [
6461 "cc",
6462 "pkg-config",
6463]
6464
6465[[package]]
6466name = "libfuzzer-sys"
6467version = "0.4.7"
6468source = "registry+https://github.com/rust-lang/crates.io-index"
6469checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
6470dependencies = [
6471 "arbitrary",
6472 "cc",
6473 "once_cell",
6474]
6475
6476[[package]]
6477name = "libgit2-sys"
6478version = "0.17.0+1.8.1"
6479source = "registry+https://github.com/rust-lang/crates.io-index"
6480checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6481dependencies = [
6482 "cc",
6483 "libc",
6484 "libz-sys",
6485 "pkg-config",
6486]
6487
6488[[package]]
6489name = "libloading"
6490version = "0.8.5"
6491source = "registry+https://github.com/rust-lang/crates.io-index"
6492checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
6493dependencies = [
6494 "cfg-if",
6495 "windows-targets 0.52.6",
6496]
6497
6498[[package]]
6499name = "libm"
6500version = "0.2.8"
6501source = "registry+https://github.com/rust-lang/crates.io-index"
6502checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
6503
6504[[package]]
6505name = "libmimalloc-sys"
6506version = "0.1.39"
6507source = "registry+https://github.com/rust-lang/crates.io-index"
6508checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
6509dependencies = [
6510 "cc",
6511 "libc",
6512]
6513
6514[[package]]
6515name = "libredox"
6516version = "0.1.3"
6517source = "registry+https://github.com/rust-lang/crates.io-index"
6518checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
6519dependencies = [
6520 "bitflags 2.6.0",
6521 "libc",
6522 "redox_syscall 0.5.3",
6523]
6524
6525[[package]]
6526name = "libsqlite3-sys"
6527version = "0.28.0"
6528source = "registry+https://github.com/rust-lang/crates.io-index"
6529checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
6530dependencies = [
6531 "cc",
6532 "pkg-config",
6533 "vcpkg",
6534]
6535
6536[[package]]
6537name = "libz-sys"
6538version = "1.1.20"
6539source = "registry+https://github.com/rust-lang/crates.io-index"
6540checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
6541dependencies = [
6542 "cc",
6543 "libc",
6544 "pkg-config",
6545 "vcpkg",
6546]
6547
6548[[package]]
6549name = "linkify"
6550version = "0.10.0"
6551source = "registry+https://github.com/rust-lang/crates.io-index"
6552checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
6553dependencies = [
6554 "memchr",
6555]
6556
6557[[package]]
6558name = "linkme"
6559version = "0.3.28"
6560source = "registry+https://github.com/rust-lang/crates.io-index"
6561checksum = "3c943daedff228392b791b33bba32e75737756e80a613e32e246c6ce9cbab20a"
6562dependencies = [
6563 "linkme-impl",
6564]
6565
6566[[package]]
6567name = "linkme-impl"
6568version = "0.3.28"
6569source = "registry+https://github.com/rust-lang/crates.io-index"
6570checksum = "cb26336e6dc7cc76e7927d2c9e7e3bb376d7af65a6f56a0b16c47d18a9b1abc5"
6571dependencies = [
6572 "proc-macro2",
6573 "quote",
6574 "syn 2.0.76",
6575]
6576
6577[[package]]
6578name = "linux-raw-sys"
6579version = "0.3.8"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
6582
6583[[package]]
6584name = "linux-raw-sys"
6585version = "0.4.14"
6586source = "registry+https://github.com/rust-lang/crates.io-index"
6587checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
6588
6589[[package]]
6590name = "live_kit_client"
6591version = "0.1.0"
6592dependencies = [
6593 "anyhow",
6594 "async-broadcast",
6595 "async-trait",
6596 "collections",
6597 "core-foundation 0.9.4",
6598 "futures 0.3.30",
6599 "gpui",
6600 "live_kit_server",
6601 "log",
6602 "media",
6603 "nanoid",
6604 "parking_lot",
6605 "postage",
6606 "serde",
6607 "serde_json",
6608 "sha2",
6609 "simplelog",
6610]
6611
6612[[package]]
6613name = "live_kit_server"
6614version = "0.1.0"
6615dependencies = [
6616 "anyhow",
6617 "async-trait",
6618 "jsonwebtoken",
6619 "log",
6620 "prost",
6621 "prost-build",
6622 "prost-types",
6623 "reqwest 0.12.8",
6624 "serde",
6625]
6626
6627[[package]]
6628name = "lmdb-master-sys"
6629version = "0.2.4"
6630source = "registry+https://github.com/rust-lang/crates.io-index"
6631checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
6632dependencies = [
6633 "cc",
6634 "doxygen-rs",
6635 "libc",
6636]
6637
6638[[package]]
6639name = "lock_api"
6640version = "0.4.12"
6641source = "registry+https://github.com/rust-lang/crates.io-index"
6642checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
6643dependencies = [
6644 "autocfg",
6645 "scopeguard",
6646]
6647
6648[[package]]
6649name = "log"
6650version = "0.4.22"
6651source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
6653dependencies = [
6654 "serde",
6655 "value-bag",
6656]
6657
6658[[package]]
6659name = "loop9"
6660version = "0.1.5"
6661source = "registry+https://github.com/rust-lang/crates.io-index"
6662checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
6663dependencies = [
6664 "imgref",
6665]
6666
6667[[package]]
6668name = "lru"
6669version = "0.12.4"
6670source = "registry+https://github.com/rust-lang/crates.io-index"
6671checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
6672dependencies = [
6673 "hashbrown 0.14.5",
6674]
6675
6676[[package]]
6677name = "lsp"
6678version = "0.1.0"
6679dependencies = [
6680 "anyhow",
6681 "async-pipe",
6682 "collections",
6683 "ctor",
6684 "env_logger 0.11.5",
6685 "futures 0.3.30",
6686 "gpui",
6687 "log",
6688 "lsp-types",
6689 "parking_lot",
6690 "postage",
6691 "release_channel",
6692 "serde",
6693 "serde_json",
6694 "smol",
6695 "util",
6696 "windows 0.58.0",
6697]
6698
6699[[package]]
6700name = "lsp-types"
6701version = "0.95.1"
6702source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
6703dependencies = [
6704 "bitflags 1.3.2",
6705 "serde",
6706 "serde_json",
6707 "serde_repr",
6708 "url",
6709]
6710
6711[[package]]
6712name = "lz4"
6713version = "1.26.0"
6714source = "registry+https://github.com/rust-lang/crates.io-index"
6715checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68"
6716dependencies = [
6717 "libc",
6718 "lz4-sys",
6719]
6720
6721[[package]]
6722name = "lz4-sys"
6723version = "1.10.0"
6724source = "registry+https://github.com/rust-lang/crates.io-index"
6725checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868"
6726dependencies = [
6727 "cc",
6728 "libc",
6729]
6730
6731[[package]]
6732name = "mac"
6733version = "0.1.1"
6734source = "registry+https://github.com/rust-lang/crates.io-index"
6735checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6736
6737[[package]]
6738name = "mach2"
6739version = "0.4.2"
6740source = "registry+https://github.com/rust-lang/crates.io-index"
6741checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
6742dependencies = [
6743 "libc",
6744]
6745
6746[[package]]
6747name = "malloc_buf"
6748version = "0.0.6"
6749source = "registry+https://github.com/rust-lang/crates.io-index"
6750checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6751dependencies = [
6752 "libc",
6753]
6754
6755[[package]]
6756name = "maplit"
6757version = "1.0.2"
6758source = "registry+https://github.com/rust-lang/crates.io-index"
6759checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
6760
6761[[package]]
6762name = "markdown"
6763version = "0.1.0"
6764dependencies = [
6765 "anyhow",
6766 "assets",
6767 "env_logger 0.11.5",
6768 "futures 0.3.30",
6769 "gpui",
6770 "language",
6771 "languages",
6772 "linkify",
6773 "log",
6774 "node_runtime",
6775 "pulldown-cmark 0.12.1",
6776 "settings",
6777 "theme",
6778 "ui",
6779 "util",
6780]
6781
6782[[package]]
6783name = "markdown_preview"
6784version = "0.1.0"
6785dependencies = [
6786 "anyhow",
6787 "async-recursion 1.1.1",
6788 "collections",
6789 "editor",
6790 "gpui",
6791 "language",
6792 "linkify",
6793 "log",
6794 "pretty_assertions",
6795 "pulldown-cmark 0.12.1",
6796 "settings",
6797 "theme",
6798 "ui",
6799 "workspace",
6800]
6801
6802[[package]]
6803name = "markup5ever"
6804version = "0.12.1"
6805source = "registry+https://github.com/rust-lang/crates.io-index"
6806checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
6807dependencies = [
6808 "log",
6809 "phf",
6810 "phf_codegen",
6811 "string_cache",
6812 "string_cache_codegen",
6813 "tendril",
6814]
6815
6816[[package]]
6817name = "markup5ever_rcdom"
6818version = "0.3.0"
6819source = "registry+https://github.com/rust-lang/crates.io-index"
6820checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
6821dependencies = [
6822 "html5ever",
6823 "markup5ever",
6824 "tendril",
6825 "xml5ever",
6826]
6827
6828[[package]]
6829name = "matchers"
6830version = "0.1.0"
6831source = "registry+https://github.com/rust-lang/crates.io-index"
6832checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6833dependencies = [
6834 "regex-automata 0.1.10",
6835]
6836
6837[[package]]
6838name = "matchit"
6839version = "0.7.3"
6840source = "registry+https://github.com/rust-lang/crates.io-index"
6841checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6842
6843[[package]]
6844name = "maybe-owned"
6845version = "0.3.4"
6846source = "registry+https://github.com/rust-lang/crates.io-index"
6847checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6848
6849[[package]]
6850name = "maybe-rayon"
6851version = "0.1.1"
6852source = "registry+https://github.com/rust-lang/crates.io-index"
6853checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
6854dependencies = [
6855 "cfg-if",
6856]
6857
6858[[package]]
6859name = "md-5"
6860version = "0.10.6"
6861source = "registry+https://github.com/rust-lang/crates.io-index"
6862checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
6863dependencies = [
6864 "cfg-if",
6865 "digest",
6866]
6867
6868[[package]]
6869name = "mdbook"
6870version = "0.4.40"
6871source = "registry+https://github.com/rust-lang/crates.io-index"
6872checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
6873dependencies = [
6874 "ammonia",
6875 "anyhow",
6876 "chrono",
6877 "clap",
6878 "clap_complete",
6879 "elasticlunr-rs",
6880 "env_logger 0.11.5",
6881 "futures-util",
6882 "handlebars 5.1.2",
6883 "ignore",
6884 "log",
6885 "memchr",
6886 "notify",
6887 "notify-debouncer-mini",
6888 "once_cell",
6889 "opener",
6890 "pathdiff",
6891 "pulldown-cmark 0.10.3",
6892 "regex",
6893 "serde",
6894 "serde_json",
6895 "shlex",
6896 "tempfile",
6897 "tokio",
6898 "toml 0.5.11",
6899 "topological-sort",
6900 "walkdir",
6901 "warp",
6902]
6903
6904[[package]]
6905name = "media"
6906version = "0.1.0"
6907dependencies = [
6908 "anyhow",
6909 "bindgen 0.70.1",
6910 "core-foundation 0.9.4",
6911 "foreign-types 0.5.0",
6912 "metal",
6913 "objc",
6914]
6915
6916[[package]]
6917name = "memchr"
6918version = "2.7.4"
6919source = "registry+https://github.com/rust-lang/crates.io-index"
6920checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
6921
6922[[package]]
6923name = "memfd"
6924version = "0.6.4"
6925source = "registry+https://github.com/rust-lang/crates.io-index"
6926checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6927dependencies = [
6928 "rustix 0.38.35",
6929]
6930
6931[[package]]
6932name = "memmap2"
6933version = "0.9.4"
6934source = "registry+https://github.com/rust-lang/crates.io-index"
6935checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6936dependencies = [
6937 "libc",
6938]
6939
6940[[package]]
6941name = "memoffset"
6942version = "0.9.1"
6943source = "registry+https://github.com/rust-lang/crates.io-index"
6944checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
6945dependencies = [
6946 "autocfg",
6947]
6948
6949[[package]]
6950name = "menu"
6951version = "0.1.0"
6952dependencies = [
6953 "gpui",
6954 "serde",
6955]
6956
6957[[package]]
6958name = "metal"
6959version = "0.29.0"
6960source = "registry+https://github.com/rust-lang/crates.io-index"
6961checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
6962dependencies = [
6963 "bitflags 2.6.0",
6964 "block",
6965 "core-graphics-types 0.1.3",
6966 "foreign-types 0.5.0",
6967 "log",
6968 "objc",
6969 "paste",
6970]
6971
6972[[package]]
6973name = "mimalloc"
6974version = "0.1.43"
6975source = "registry+https://github.com/rust-lang/crates.io-index"
6976checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
6977dependencies = [
6978 "libmimalloc-sys",
6979]
6980
6981[[package]]
6982name = "mime"
6983version = "0.3.17"
6984source = "registry+https://github.com/rust-lang/crates.io-index"
6985checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
6986
6987[[package]]
6988name = "mime_guess"
6989version = "2.0.5"
6990source = "registry+https://github.com/rust-lang/crates.io-index"
6991checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
6992dependencies = [
6993 "mime",
6994 "unicase",
6995]
6996
6997[[package]]
6998name = "minimal-lexical"
6999version = "0.2.1"
7000source = "registry+https://github.com/rust-lang/crates.io-index"
7001checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7002
7003[[package]]
7004name = "miniz_oxide"
7005version = "0.7.4"
7006source = "registry+https://github.com/rust-lang/crates.io-index"
7007checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
7008dependencies = [
7009 "adler",
7010 "simd-adler32",
7011]
7012
7013[[package]]
7014name = "miniz_oxide"
7015version = "0.8.0"
7016source = "registry+https://github.com/rust-lang/crates.io-index"
7017checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7018dependencies = [
7019 "adler2",
7020]
7021
7022[[package]]
7023name = "mint"
7024version = "0.5.9"
7025source = "registry+https://github.com/rust-lang/crates.io-index"
7026checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7027
7028[[package]]
7029name = "mio"
7030version = "0.8.11"
7031source = "registry+https://github.com/rust-lang/crates.io-index"
7032checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7033dependencies = [
7034 "libc",
7035 "log",
7036 "wasi 0.11.0+wasi-snapshot-preview1",
7037 "windows-sys 0.48.0",
7038]
7039
7040[[package]]
7041name = "mio"
7042version = "1.0.2"
7043source = "registry+https://github.com/rust-lang/crates.io-index"
7044checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
7045dependencies = [
7046 "hermit-abi 0.3.9",
7047 "libc",
7048 "log",
7049 "wasi 0.11.0+wasi-snapshot-preview1",
7050 "windows-sys 0.52.0",
7051]
7052
7053[[package]]
7054name = "miow"
7055version = "0.6.0"
7056source = "registry+https://github.com/rust-lang/crates.io-index"
7057checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7058dependencies = [
7059 "windows-sys 0.48.0",
7060]
7061
7062[[package]]
7063name = "msvc_spectre_libs"
7064version = "0.1.2"
7065source = "registry+https://github.com/rust-lang/crates.io-index"
7066checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7067dependencies = [
7068 "cc",
7069]
7070
7071[[package]]
7072name = "multi_buffer"
7073version = "0.1.0"
7074dependencies = [
7075 "anyhow",
7076 "clock",
7077 "collections",
7078 "ctor",
7079 "env_logger 0.11.5",
7080 "futures 0.3.30",
7081 "gpui",
7082 "itertools 0.13.0",
7083 "language",
7084 "log",
7085 "parking_lot",
7086 "rand 0.8.5",
7087 "serde",
7088 "settings",
7089 "smallvec",
7090 "sum_tree",
7091 "text",
7092 "theme",
7093 "util",
7094]
7095
7096[[package]]
7097name = "multimap"
7098version = "0.8.3"
7099source = "registry+https://github.com/rust-lang/crates.io-index"
7100checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7101
7102[[package]]
7103name = "naga"
7104version = "22.1.0"
7105source = "registry+https://github.com/rust-lang/crates.io-index"
7106checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
7107dependencies = [
7108 "arrayvec",
7109 "bit-set 0.6.0",
7110 "bitflags 2.6.0",
7111 "cfg_aliases 0.1.1",
7112 "codespan-reporting",
7113 "hexf-parse",
7114 "indexmap 2.4.0",
7115 "log",
7116 "rustc-hash 1.1.0",
7117 "spirv",
7118 "termcolor",
7119 "thiserror",
7120 "unicode-xid",
7121]
7122
7123[[package]]
7124name = "nanoid"
7125version = "0.4.0"
7126source = "registry+https://github.com/rust-lang/crates.io-index"
7127checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7128dependencies = [
7129 "rand 0.8.5",
7130]
7131
7132[[package]]
7133name = "nanorand"
7134version = "0.7.0"
7135source = "registry+https://github.com/rust-lang/crates.io-index"
7136checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7137dependencies = [
7138 "getrandom 0.2.15",
7139]
7140
7141[[package]]
7142name = "native-tls"
7143version = "0.2.12"
7144source = "registry+https://github.com/rust-lang/crates.io-index"
7145checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7146dependencies = [
7147 "libc",
7148 "log",
7149 "openssl",
7150 "openssl-probe",
7151 "openssl-sys",
7152 "schannel",
7153 "security-framework",
7154 "security-framework-sys",
7155 "tempfile",
7156]
7157
7158[[package]]
7159name = "nbformat"
7160version = "0.3.2"
7161source = "registry+https://github.com/rust-lang/crates.io-index"
7162checksum = "84f8a9ab08b34237c2c1d0504b794c2ff01c08dfc46a060d160f004a7f479c31"
7163dependencies = [
7164 "anyhow",
7165 "chrono",
7166 "jupyter-serde",
7167 "serde",
7168 "serde_json",
7169 "thiserror",
7170 "uuid",
7171]
7172
7173[[package]]
7174name = "ndk"
7175version = "0.8.0"
7176source = "registry+https://github.com/rust-lang/crates.io-index"
7177checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7178dependencies = [
7179 "bitflags 2.6.0",
7180 "jni-sys",
7181 "log",
7182 "ndk-sys",
7183 "num_enum",
7184 "thiserror",
7185]
7186
7187[[package]]
7188name = "ndk-context"
7189version = "0.1.1"
7190source = "registry+https://github.com/rust-lang/crates.io-index"
7191checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7192
7193[[package]]
7194name = "ndk-sys"
7195version = "0.5.0+25.2.9519653"
7196source = "registry+https://github.com/rust-lang/crates.io-index"
7197checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7198dependencies = [
7199 "jni-sys",
7200]
7201
7202[[package]]
7203name = "new_debug_unreachable"
7204version = "1.0.6"
7205source = "registry+https://github.com/rust-lang/crates.io-index"
7206checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7207
7208[[package]]
7209name = "nix"
7210version = "0.29.0"
7211source = "registry+https://github.com/rust-lang/crates.io-index"
7212checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7213dependencies = [
7214 "bitflags 2.6.0",
7215 "cfg-if",
7216 "cfg_aliases 0.2.1",
7217 "libc",
7218 "memoffset",
7219]
7220
7221[[package]]
7222name = "node_runtime"
7223version = "0.1.0"
7224dependencies = [
7225 "anyhow",
7226 "async-compression",
7227 "async-std",
7228 "async-tar",
7229 "async-trait",
7230 "async-watch",
7231 "async_zip",
7232 "futures 0.3.30",
7233 "http_client",
7234 "log",
7235 "paths",
7236 "semver",
7237 "serde",
7238 "serde_json",
7239 "smol",
7240 "tempfile",
7241 "util",
7242 "walkdir",
7243 "which 6.0.3",
7244 "windows 0.58.0",
7245]
7246
7247[[package]]
7248name = "nom"
7249version = "7.1.3"
7250source = "registry+https://github.com/rust-lang/crates.io-index"
7251checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7252dependencies = [
7253 "memchr",
7254 "minimal-lexical",
7255]
7256
7257[[package]]
7258name = "noop_proc_macro"
7259version = "0.3.0"
7260source = "registry+https://github.com/rust-lang/crates.io-index"
7261checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7262
7263[[package]]
7264name = "normpath"
7265version = "1.3.0"
7266source = "registry+https://github.com/rust-lang/crates.io-index"
7267checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7268dependencies = [
7269 "windows-sys 0.59.0",
7270]
7271
7272[[package]]
7273name = "notifications"
7274version = "0.1.0"
7275dependencies = [
7276 "anyhow",
7277 "channel",
7278 "client",
7279 "collections",
7280 "db",
7281 "gpui",
7282 "rpc",
7283 "settings",
7284 "sum_tree",
7285 "time",
7286 "util",
7287]
7288
7289[[package]]
7290name = "notify"
7291version = "6.1.1"
7292source = "registry+https://github.com/rust-lang/crates.io-index"
7293checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7294dependencies = [
7295 "bitflags 2.6.0",
7296 "crossbeam-channel",
7297 "filetime",
7298 "fsevent-sys 4.1.0",
7299 "inotify",
7300 "kqueue",
7301 "libc",
7302 "log",
7303 "mio 0.8.11",
7304 "walkdir",
7305 "windows-sys 0.48.0",
7306]
7307
7308[[package]]
7309name = "notify-debouncer-mini"
7310version = "0.4.1"
7311source = "registry+https://github.com/rust-lang/crates.io-index"
7312checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7313dependencies = [
7314 "crossbeam-channel",
7315 "log",
7316 "notify",
7317]
7318
7319[[package]]
7320name = "ntapi"
7321version = "0.4.1"
7322source = "registry+https://github.com/rust-lang/crates.io-index"
7323checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7324dependencies = [
7325 "winapi",
7326]
7327
7328[[package]]
7329name = "nu-ansi-term"
7330version = "0.46.0"
7331source = "registry+https://github.com/rust-lang/crates.io-index"
7332checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7333dependencies = [
7334 "overload",
7335 "winapi",
7336]
7337
7338[[package]]
7339name = "num"
7340version = "0.4.3"
7341source = "registry+https://github.com/rust-lang/crates.io-index"
7342checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7343dependencies = [
7344 "num-bigint",
7345 "num-complex",
7346 "num-integer",
7347 "num-iter",
7348 "num-rational",
7349 "num-traits",
7350]
7351
7352[[package]]
7353name = "num-bigint"
7354version = "0.4.6"
7355source = "registry+https://github.com/rust-lang/crates.io-index"
7356checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7357dependencies = [
7358 "num-integer",
7359 "num-traits",
7360]
7361
7362[[package]]
7363name = "num-bigint-dig"
7364version = "0.8.4"
7365source = "registry+https://github.com/rust-lang/crates.io-index"
7366checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7367dependencies = [
7368 "byteorder",
7369 "lazy_static",
7370 "libm",
7371 "num-integer",
7372 "num-iter",
7373 "num-traits",
7374 "rand 0.8.5",
7375 "serde",
7376 "smallvec",
7377 "zeroize",
7378]
7379
7380[[package]]
7381name = "num-complex"
7382version = "0.4.6"
7383source = "registry+https://github.com/rust-lang/crates.io-index"
7384checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
7385dependencies = [
7386 "num-traits",
7387]
7388
7389[[package]]
7390name = "num-conv"
7391version = "0.1.0"
7392source = "registry+https://github.com/rust-lang/crates.io-index"
7393checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
7394
7395[[package]]
7396name = "num-derive"
7397version = "0.4.2"
7398source = "registry+https://github.com/rust-lang/crates.io-index"
7399checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
7400dependencies = [
7401 "proc-macro2",
7402 "quote",
7403 "syn 2.0.76",
7404]
7405
7406[[package]]
7407name = "num-format"
7408version = "0.4.4"
7409source = "registry+https://github.com/rust-lang/crates.io-index"
7410checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
7411dependencies = [
7412 "arrayvec",
7413 "itoa",
7414]
7415
7416[[package]]
7417name = "num-integer"
7418version = "0.1.46"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
7421dependencies = [
7422 "num-traits",
7423]
7424
7425[[package]]
7426name = "num-iter"
7427version = "0.1.45"
7428source = "registry+https://github.com/rust-lang/crates.io-index"
7429checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
7430dependencies = [
7431 "autocfg",
7432 "num-integer",
7433 "num-traits",
7434]
7435
7436[[package]]
7437name = "num-rational"
7438version = "0.4.2"
7439source = "registry+https://github.com/rust-lang/crates.io-index"
7440checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
7441dependencies = [
7442 "num-bigint",
7443 "num-integer",
7444 "num-traits",
7445]
7446
7447[[package]]
7448name = "num-traits"
7449version = "0.2.19"
7450source = "registry+https://github.com/rust-lang/crates.io-index"
7451checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
7452dependencies = [
7453 "autocfg",
7454 "libm",
7455]
7456
7457[[package]]
7458name = "num_cpus"
7459version = "1.16.0"
7460source = "registry+https://github.com/rust-lang/crates.io-index"
7461checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7462dependencies = [
7463 "hermit-abi 0.3.9",
7464 "libc",
7465]
7466
7467[[package]]
7468name = "num_enum"
7469version = "0.7.3"
7470source = "registry+https://github.com/rust-lang/crates.io-index"
7471checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
7472dependencies = [
7473 "num_enum_derive",
7474]
7475
7476[[package]]
7477name = "num_enum_derive"
7478version = "0.7.3"
7479source = "registry+https://github.com/rust-lang/crates.io-index"
7480checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
7481dependencies = [
7482 "proc-macro-crate",
7483 "proc-macro2",
7484 "quote",
7485 "syn 2.0.76",
7486]
7487
7488[[package]]
7489name = "num_threads"
7490version = "0.1.7"
7491source = "registry+https://github.com/rust-lang/crates.io-index"
7492checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
7493dependencies = [
7494 "libc",
7495]
7496
7497[[package]]
7498name = "nvim-rs"
7499version = "0.8.0-pre"
7500source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
7501dependencies = [
7502 "async-trait",
7503 "futures 0.3.30",
7504 "log",
7505 "parity-tokio-ipc",
7506 "rmp",
7507 "rmpv",
7508 "tokio",
7509 "tokio-util",
7510 "winapi",
7511]
7512
7513[[package]]
7514name = "objc"
7515version = "0.2.7"
7516source = "registry+https://github.com/rust-lang/crates.io-index"
7517checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
7518dependencies = [
7519 "malloc_buf",
7520]
7521
7522[[package]]
7523name = "object"
7524version = "0.36.4"
7525source = "registry+https://github.com/rust-lang/crates.io-index"
7526checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
7527dependencies = [
7528 "crc32fast",
7529 "hashbrown 0.14.5",
7530 "indexmap 2.4.0",
7531 "memchr",
7532]
7533
7534[[package]]
7535name = "oboe"
7536version = "0.6.1"
7537source = "registry+https://github.com/rust-lang/crates.io-index"
7538checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
7539dependencies = [
7540 "jni",
7541 "ndk",
7542 "ndk-context",
7543 "num-derive",
7544 "num-traits",
7545 "oboe-sys",
7546]
7547
7548[[package]]
7549name = "oboe-sys"
7550version = "0.6.1"
7551source = "registry+https://github.com/rust-lang/crates.io-index"
7552checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
7553dependencies = [
7554 "cc",
7555]
7556
7557[[package]]
7558name = "ollama"
7559version = "0.1.0"
7560dependencies = [
7561 "anyhow",
7562 "futures 0.3.30",
7563 "http_client",
7564 "schemars",
7565 "serde",
7566 "serde_json",
7567]
7568
7569[[package]]
7570name = "once_cell"
7571version = "1.19.0"
7572source = "registry+https://github.com/rust-lang/crates.io-index"
7573checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7574
7575[[package]]
7576name = "oo7"
7577version = "0.3.3"
7578source = "registry+https://github.com/rust-lang/crates.io-index"
7579checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24"
7580dependencies = [
7581 "aes",
7582 "async-fs 2.1.2",
7583 "async-io 2.3.4",
7584 "async-lock 3.4.0",
7585 "async-net 2.0.0",
7586 "blocking",
7587 "cbc",
7588 "cipher",
7589 "digest",
7590 "endi",
7591 "futures-lite 2.3.0",
7592 "futures-util",
7593 "hkdf",
7594 "hmac",
7595 "md-5",
7596 "num",
7597 "num-bigint-dig",
7598 "pbkdf2",
7599 "rand 0.8.5",
7600 "serde",
7601 "sha2",
7602 "subtle",
7603 "zbus",
7604 "zeroize",
7605 "zvariant",
7606]
7607
7608[[package]]
7609name = "oorandom"
7610version = "11.1.4"
7611source = "registry+https://github.com/rust-lang/crates.io-index"
7612checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
7613
7614[[package]]
7615name = "open"
7616version = "5.3.0"
7617source = "registry+https://github.com/rust-lang/crates.io-index"
7618checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
7619dependencies = [
7620 "is-wsl",
7621 "libc",
7622 "pathdiff",
7623]
7624
7625[[package]]
7626name = "open_ai"
7627version = "0.1.0"
7628dependencies = [
7629 "anyhow",
7630 "futures 0.3.30",
7631 "http_client",
7632 "schemars",
7633 "serde",
7634 "serde_json",
7635 "strum 0.25.0",
7636]
7637
7638[[package]]
7639name = "opener"
7640version = "0.7.2"
7641source = "registry+https://github.com/rust-lang/crates.io-index"
7642checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
7643dependencies = [
7644 "bstr",
7645 "dbus",
7646 "normpath",
7647 "windows-sys 0.59.0",
7648]
7649
7650[[package]]
7651name = "openssl"
7652version = "0.10.66"
7653source = "registry+https://github.com/rust-lang/crates.io-index"
7654checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
7655dependencies = [
7656 "bitflags 2.6.0",
7657 "cfg-if",
7658 "foreign-types 0.3.2",
7659 "libc",
7660 "once_cell",
7661 "openssl-macros",
7662 "openssl-sys",
7663]
7664
7665[[package]]
7666name = "openssl-macros"
7667version = "0.1.1"
7668source = "registry+https://github.com/rust-lang/crates.io-index"
7669checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
7670dependencies = [
7671 "proc-macro2",
7672 "quote",
7673 "syn 2.0.76",
7674]
7675
7676[[package]]
7677name = "openssl-probe"
7678version = "0.1.5"
7679source = "registry+https://github.com/rust-lang/crates.io-index"
7680checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
7681
7682[[package]]
7683name = "openssl-src"
7684version = "300.3.1+3.3.1"
7685source = "registry+https://github.com/rust-lang/crates.io-index"
7686checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91"
7687dependencies = [
7688 "cc",
7689]
7690
7691[[package]]
7692name = "openssl-sys"
7693version = "0.9.103"
7694source = "registry+https://github.com/rust-lang/crates.io-index"
7695checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
7696dependencies = [
7697 "cc",
7698 "libc",
7699 "openssl-src",
7700 "pkg-config",
7701 "vcpkg",
7702]
7703
7704[[package]]
7705name = "option-ext"
7706version = "0.2.0"
7707source = "registry+https://github.com/rust-lang/crates.io-index"
7708checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
7709
7710[[package]]
7711name = "ordered-float"
7712version = "2.10.1"
7713source = "registry+https://github.com/rust-lang/crates.io-index"
7714checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
7715dependencies = [
7716 "num-traits",
7717]
7718
7719[[package]]
7720name = "ordered-float"
7721version = "3.9.2"
7722source = "registry+https://github.com/rust-lang/crates.io-index"
7723checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
7724dependencies = [
7725 "num-traits",
7726]
7727
7728[[package]]
7729name = "ordered-stream"
7730version = "0.2.0"
7731source = "registry+https://github.com/rust-lang/crates.io-index"
7732checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
7733dependencies = [
7734 "futures-core",
7735 "pin-project-lite",
7736]
7737
7738[[package]]
7739name = "ouroboros"
7740version = "0.17.2"
7741source = "registry+https://github.com/rust-lang/crates.io-index"
7742checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
7743dependencies = [
7744 "aliasable",
7745 "ouroboros_macro",
7746 "static_assertions",
7747]
7748
7749[[package]]
7750name = "ouroboros_macro"
7751version = "0.17.2"
7752source = "registry+https://github.com/rust-lang/crates.io-index"
7753checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7754dependencies = [
7755 "heck 0.4.1",
7756 "proc-macro-error",
7757 "proc-macro2",
7758 "quote",
7759 "syn 2.0.76",
7760]
7761
7762[[package]]
7763name = "outline"
7764version = "0.1.0"
7765dependencies = [
7766 "editor",
7767 "fuzzy",
7768 "gpui",
7769 "indoc",
7770 "language",
7771 "menu",
7772 "ordered-float 2.10.1",
7773 "picker",
7774 "project",
7775 "rope",
7776 "serde_json",
7777 "smol",
7778 "theme",
7779 "tree-sitter-rust",
7780 "tree-sitter-typescript",
7781 "ui",
7782 "util",
7783 "workspace",
7784]
7785
7786[[package]]
7787name = "outline_panel"
7788version = "0.1.0"
7789dependencies = [
7790 "anyhow",
7791 "collections",
7792 "db",
7793 "editor",
7794 "file_icons",
7795 "fuzzy",
7796 "gpui",
7797 "itertools 0.13.0",
7798 "language",
7799 "log",
7800 "menu",
7801 "pretty_assertions",
7802 "project",
7803 "schemars",
7804 "search",
7805 "serde",
7806 "serde_json",
7807 "settings",
7808 "smallvec",
7809 "smol",
7810 "theme",
7811 "ui",
7812 "util",
7813 "workspace",
7814 "worktree",
7815]
7816
7817[[package]]
7818name = "outref"
7819version = "0.5.1"
7820source = "registry+https://github.com/rust-lang/crates.io-index"
7821checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7822
7823[[package]]
7824name = "overload"
7825version = "0.1.1"
7826source = "registry+https://github.com/rust-lang/crates.io-index"
7827checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7828
7829[[package]]
7830name = "p256"
7831version = "0.11.1"
7832source = "registry+https://github.com/rust-lang/crates.io-index"
7833checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7834dependencies = [
7835 "ecdsa",
7836 "elliptic-curve",
7837 "sha2",
7838]
7839
7840[[package]]
7841name = "page_size"
7842version = "0.6.0"
7843source = "registry+https://github.com/rust-lang/crates.io-index"
7844checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7845dependencies = [
7846 "libc",
7847 "winapi",
7848]
7849
7850[[package]]
7851name = "palette"
7852version = "0.7.6"
7853source = "registry+https://github.com/rust-lang/crates.io-index"
7854checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
7855dependencies = [
7856 "approx",
7857 "fast-srgb8",
7858 "palette_derive",
7859]
7860
7861[[package]]
7862name = "palette_derive"
7863version = "0.7.6"
7864source = "registry+https://github.com/rust-lang/crates.io-index"
7865checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
7866dependencies = [
7867 "by_address",
7868 "proc-macro2",
7869 "quote",
7870 "syn 2.0.76",
7871]
7872
7873[[package]]
7874name = "parity-tokio-ipc"
7875version = "0.9.0"
7876source = "registry+https://github.com/rust-lang/crates.io-index"
7877checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7878dependencies = [
7879 "futures 0.3.30",
7880 "libc",
7881 "log",
7882 "rand 0.7.3",
7883 "tokio",
7884 "winapi",
7885]
7886
7887[[package]]
7888name = "parking"
7889version = "2.2.1"
7890source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
7892
7893[[package]]
7894name = "parking_lot"
7895version = "0.12.3"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
7898dependencies = [
7899 "lock_api",
7900 "parking_lot_core",
7901]
7902
7903[[package]]
7904name = "parking_lot_core"
7905version = "0.9.10"
7906source = "registry+https://github.com/rust-lang/crates.io-index"
7907checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
7908dependencies = [
7909 "cfg-if",
7910 "libc",
7911 "redox_syscall 0.5.3",
7912 "smallvec",
7913 "windows-targets 0.52.6",
7914]
7915
7916[[package]]
7917name = "password-hash"
7918version = "0.5.0"
7919source = "registry+https://github.com/rust-lang/crates.io-index"
7920checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
7921dependencies = [
7922 "base64ct",
7923 "rand_core 0.6.4",
7924 "subtle",
7925]
7926
7927[[package]]
7928name = "paste"
7929version = "1.0.15"
7930source = "registry+https://github.com/rust-lang/crates.io-index"
7931checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
7932
7933[[package]]
7934name = "pathdiff"
7935version = "0.2.1"
7936source = "registry+https://github.com/rust-lang/crates.io-index"
7937checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
7938
7939[[package]]
7940name = "pathfinder_geometry"
7941version = "0.5.1"
7942source = "registry+https://github.com/rust-lang/crates.io-index"
7943checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
7944dependencies = [
7945 "log",
7946 "pathfinder_simd",
7947]
7948
7949[[package]]
7950name = "pathfinder_simd"
7951version = "0.5.4"
7952source = "registry+https://github.com/rust-lang/crates.io-index"
7953checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
7954dependencies = [
7955 "rustc_version",
7956]
7957
7958[[package]]
7959name = "paths"
7960version = "0.1.0"
7961dependencies = [
7962 "dirs 4.0.0",
7963 "util",
7964]
7965
7966[[package]]
7967name = "pbkdf2"
7968version = "0.12.2"
7969source = "registry+https://github.com/rust-lang/crates.io-index"
7970checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7971dependencies = [
7972 "digest",
7973 "hmac",
7974]
7975
7976[[package]]
7977name = "pem"
7978version = "3.0.4"
7979source = "registry+https://github.com/rust-lang/crates.io-index"
7980checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
7981dependencies = [
7982 "base64 0.22.1",
7983 "serde",
7984]
7985
7986[[package]]
7987name = "pem-rfc7468"
7988version = "0.7.0"
7989source = "registry+https://github.com/rust-lang/crates.io-index"
7990checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
7991dependencies = [
7992 "base64ct",
7993]
7994
7995[[package]]
7996name = "percent-encoding"
7997version = "2.3.1"
7998source = "registry+https://github.com/rust-lang/crates.io-index"
7999checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8000
8001[[package]]
8002name = "perplexity"
8003version = "0.1.0"
8004dependencies = [
8005 "serde",
8006 "zed_extension_api 0.2.0",
8007]
8008
8009[[package]]
8010name = "pest"
8011version = "2.7.11"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
8014dependencies = [
8015 "memchr",
8016 "thiserror",
8017 "ucd-trie",
8018]
8019
8020[[package]]
8021name = "pest_derive"
8022version = "2.7.11"
8023source = "registry+https://github.com/rust-lang/crates.io-index"
8024checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
8025dependencies = [
8026 "pest",
8027 "pest_generator",
8028]
8029
8030[[package]]
8031name = "pest_generator"
8032version = "2.7.11"
8033source = "registry+https://github.com/rust-lang/crates.io-index"
8034checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
8035dependencies = [
8036 "pest",
8037 "pest_meta",
8038 "proc-macro2",
8039 "quote",
8040 "syn 2.0.76",
8041]
8042
8043[[package]]
8044name = "pest_meta"
8045version = "2.7.11"
8046source = "registry+https://github.com/rust-lang/crates.io-index"
8047checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
8048dependencies = [
8049 "once_cell",
8050 "pest",
8051 "sha2",
8052]
8053
8054[[package]]
8055name = "pet"
8056version = "0.1.0"
8057source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8058dependencies = [
8059 "clap",
8060 "env_logger 0.10.2",
8061 "lazy_static",
8062 "log",
8063 "msvc_spectre_libs",
8064 "pet-conda",
8065 "pet-core",
8066 "pet-env-var-path",
8067 "pet-fs",
8068 "pet-global-virtualenvs",
8069 "pet-homebrew",
8070 "pet-jsonrpc",
8071 "pet-linux-global-python",
8072 "pet-mac-commandlinetools",
8073 "pet-mac-python-org",
8074 "pet-mac-xcode",
8075 "pet-pipenv",
8076 "pet-poetry",
8077 "pet-pyenv",
8078 "pet-python-utils",
8079 "pet-reporter",
8080 "pet-telemetry",
8081 "pet-venv",
8082 "pet-virtualenv",
8083 "pet-virtualenvwrapper",
8084 "pet-windows-registry",
8085 "pet-windows-store",
8086 "serde",
8087 "serde_json",
8088]
8089
8090[[package]]
8091name = "pet-conda"
8092version = "0.1.0"
8093source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8094dependencies = [
8095 "env_logger 0.10.2",
8096 "lazy_static",
8097 "log",
8098 "msvc_spectre_libs",
8099 "pet-core",
8100 "pet-fs",
8101 "pet-python-utils",
8102 "pet-reporter",
8103 "regex",
8104 "serde",
8105 "serde_json",
8106 "yaml-rust2",
8107]
8108
8109[[package]]
8110name = "pet-core"
8111version = "0.1.0"
8112source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8113dependencies = [
8114 "clap",
8115 "lazy_static",
8116 "log",
8117 "msvc_spectre_libs",
8118 "pet-fs",
8119 "regex",
8120 "serde",
8121 "serde_json",
8122]
8123
8124[[package]]
8125name = "pet-env-var-path"
8126version = "0.1.0"
8127source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8128dependencies = [
8129 "lazy_static",
8130 "log",
8131 "msvc_spectre_libs",
8132 "pet-conda",
8133 "pet-core",
8134 "pet-fs",
8135 "pet-python-utils",
8136 "pet-virtualenv",
8137 "regex",
8138]
8139
8140[[package]]
8141name = "pet-fs"
8142version = "0.1.0"
8143source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8144dependencies = [
8145 "log",
8146 "msvc_spectre_libs",
8147]
8148
8149[[package]]
8150name = "pet-global-virtualenvs"
8151version = "0.1.0"
8152source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8153dependencies = [
8154 "log",
8155 "msvc_spectre_libs",
8156 "pet-conda",
8157 "pet-core",
8158 "pet-fs",
8159 "pet-virtualenv",
8160]
8161
8162[[package]]
8163name = "pet-homebrew"
8164version = "0.1.0"
8165source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8166dependencies = [
8167 "lazy_static",
8168 "log",
8169 "msvc_spectre_libs",
8170 "pet-conda",
8171 "pet-core",
8172 "pet-fs",
8173 "pet-python-utils",
8174 "pet-virtualenv",
8175 "regex",
8176 "serde",
8177 "serde_json",
8178]
8179
8180[[package]]
8181name = "pet-jsonrpc"
8182version = "0.1.0"
8183source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8184dependencies = [
8185 "env_logger 0.10.2",
8186 "log",
8187 "msvc_spectre_libs",
8188 "pet-core",
8189 "serde",
8190 "serde_json",
8191]
8192
8193[[package]]
8194name = "pet-linux-global-python"
8195version = "0.1.0"
8196source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8197dependencies = [
8198 "log",
8199 "msvc_spectre_libs",
8200 "pet-core",
8201 "pet-fs",
8202 "pet-python-utils",
8203 "pet-virtualenv",
8204]
8205
8206[[package]]
8207name = "pet-mac-commandlinetools"
8208version = "0.1.0"
8209source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8210dependencies = [
8211 "log",
8212 "msvc_spectre_libs",
8213 "pet-core",
8214 "pet-fs",
8215 "pet-python-utils",
8216 "pet-virtualenv",
8217]
8218
8219[[package]]
8220name = "pet-mac-python-org"
8221version = "0.1.0"
8222source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8223dependencies = [
8224 "log",
8225 "msvc_spectre_libs",
8226 "pet-core",
8227 "pet-fs",
8228 "pet-python-utils",
8229 "pet-virtualenv",
8230]
8231
8232[[package]]
8233name = "pet-mac-xcode"
8234version = "0.1.0"
8235source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8236dependencies = [
8237 "log",
8238 "msvc_spectre_libs",
8239 "pet-core",
8240 "pet-fs",
8241 "pet-python-utils",
8242 "pet-virtualenv",
8243]
8244
8245[[package]]
8246name = "pet-pipenv"
8247version = "0.1.0"
8248source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8249dependencies = [
8250 "log",
8251 "msvc_spectre_libs",
8252 "pet-core",
8253 "pet-fs",
8254 "pet-python-utils",
8255 "pet-virtualenv",
8256]
8257
8258[[package]]
8259name = "pet-poetry"
8260version = "0.1.0"
8261source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8262dependencies = [
8263 "base64 0.22.1",
8264 "lazy_static",
8265 "log",
8266 "msvc_spectre_libs",
8267 "pet-core",
8268 "pet-fs",
8269 "pet-python-utils",
8270 "pet-reporter",
8271 "pet-virtualenv",
8272 "regex",
8273 "serde",
8274 "serde_json",
8275 "sha2",
8276 "toml 0.8.19",
8277]
8278
8279[[package]]
8280name = "pet-pyenv"
8281version = "0.1.0"
8282source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8283dependencies = [
8284 "lazy_static",
8285 "log",
8286 "msvc_spectre_libs",
8287 "pet-conda",
8288 "pet-core",
8289 "pet-fs",
8290 "pet-python-utils",
8291 "pet-reporter",
8292 "regex",
8293 "serde",
8294 "serde_json",
8295]
8296
8297[[package]]
8298name = "pet-python-utils"
8299version = "0.1.0"
8300source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8301dependencies = [
8302 "env_logger 0.10.2",
8303 "lazy_static",
8304 "log",
8305 "msvc_spectre_libs",
8306 "pet-core",
8307 "pet-fs",
8308 "regex",
8309 "serde",
8310 "serde_json",
8311 "sha2",
8312]
8313
8314[[package]]
8315name = "pet-reporter"
8316version = "0.1.0"
8317source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8318dependencies = [
8319 "env_logger 0.10.2",
8320 "log",
8321 "msvc_spectre_libs",
8322 "pet-core",
8323 "pet-jsonrpc",
8324 "serde",
8325 "serde_json",
8326]
8327
8328[[package]]
8329name = "pet-telemetry"
8330version = "0.1.0"
8331source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8332dependencies = [
8333 "env_logger 0.10.2",
8334 "lazy_static",
8335 "log",
8336 "msvc_spectre_libs",
8337 "pet-core",
8338 "pet-fs",
8339 "pet-python-utils",
8340 "regex",
8341]
8342
8343[[package]]
8344name = "pet-venv"
8345version = "0.1.0"
8346source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8347dependencies = [
8348 "log",
8349 "msvc_spectre_libs",
8350 "pet-core",
8351 "pet-python-utils",
8352 "pet-virtualenv",
8353]
8354
8355[[package]]
8356name = "pet-virtualenv"
8357version = "0.1.0"
8358source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8359dependencies = [
8360 "log",
8361 "msvc_spectre_libs",
8362 "pet-core",
8363 "pet-fs",
8364 "pet-python-utils",
8365]
8366
8367[[package]]
8368name = "pet-virtualenvwrapper"
8369version = "0.1.0"
8370source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8371dependencies = [
8372 "log",
8373 "msvc_spectre_libs",
8374 "pet-core",
8375 "pet-fs",
8376 "pet-python-utils",
8377 "pet-virtualenv",
8378]
8379
8380[[package]]
8381name = "pet-windows-registry"
8382version = "0.1.0"
8383source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8384dependencies = [
8385 "lazy_static",
8386 "log",
8387 "msvc_spectre_libs",
8388 "pet-conda",
8389 "pet-core",
8390 "pet-fs",
8391 "pet-python-utils",
8392 "pet-virtualenv",
8393 "pet-windows-store",
8394 "regex",
8395 "winreg 0.52.0",
8396]
8397
8398[[package]]
8399name = "pet-windows-store"
8400version = "0.1.0"
8401source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c"
8402dependencies = [
8403 "lazy_static",
8404 "log",
8405 "msvc_spectre_libs",
8406 "pet-core",
8407 "pet-fs",
8408 "pet-python-utils",
8409 "pet-virtualenv",
8410 "regex",
8411 "winreg 0.52.0",
8412]
8413
8414[[package]]
8415name = "petgraph"
8416version = "0.6.5"
8417source = "registry+https://github.com/rust-lang/crates.io-index"
8418checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
8419dependencies = [
8420 "fixedbitset",
8421 "indexmap 2.4.0",
8422]
8423
8424[[package]]
8425name = "phf"
8426version = "0.11.2"
8427source = "registry+https://github.com/rust-lang/crates.io-index"
8428checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
8429dependencies = [
8430 "phf_macros",
8431 "phf_shared 0.11.2",
8432]
8433
8434[[package]]
8435name = "phf_codegen"
8436version = "0.11.2"
8437source = "registry+https://github.com/rust-lang/crates.io-index"
8438checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
8439dependencies = [
8440 "phf_generator 0.11.2",
8441 "phf_shared 0.11.2",
8442]
8443
8444[[package]]
8445name = "phf_generator"
8446version = "0.10.0"
8447source = "registry+https://github.com/rust-lang/crates.io-index"
8448checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
8449dependencies = [
8450 "phf_shared 0.10.0",
8451 "rand 0.8.5",
8452]
8453
8454[[package]]
8455name = "phf_generator"
8456version = "0.11.2"
8457source = "registry+https://github.com/rust-lang/crates.io-index"
8458checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
8459dependencies = [
8460 "phf_shared 0.11.2",
8461 "rand 0.8.5",
8462]
8463
8464[[package]]
8465name = "phf_macros"
8466version = "0.11.2"
8467source = "registry+https://github.com/rust-lang/crates.io-index"
8468checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
8469dependencies = [
8470 "phf_generator 0.11.2",
8471 "phf_shared 0.11.2",
8472 "proc-macro2",
8473 "quote",
8474 "syn 2.0.76",
8475]
8476
8477[[package]]
8478name = "phf_shared"
8479version = "0.10.0"
8480source = "registry+https://github.com/rust-lang/crates.io-index"
8481checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
8482dependencies = [
8483 "siphasher 0.3.11",
8484]
8485
8486[[package]]
8487name = "phf_shared"
8488version = "0.11.2"
8489source = "registry+https://github.com/rust-lang/crates.io-index"
8490checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
8491dependencies = [
8492 "siphasher 0.3.11",
8493]
8494
8495[[package]]
8496name = "picker"
8497version = "0.1.0"
8498dependencies = [
8499 "anyhow",
8500 "ctor",
8501 "editor",
8502 "env_logger 0.11.5",
8503 "gpui",
8504 "menu",
8505 "serde",
8506 "serde_json",
8507 "ui",
8508 "workspace",
8509]
8510
8511[[package]]
8512name = "pico-args"
8513version = "0.5.0"
8514source = "registry+https://github.com/rust-lang/crates.io-index"
8515checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
8516
8517[[package]]
8518name = "pin-project"
8519version = "1.1.5"
8520source = "registry+https://github.com/rust-lang/crates.io-index"
8521checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
8522dependencies = [
8523 "pin-project-internal",
8524]
8525
8526[[package]]
8527name = "pin-project-internal"
8528version = "1.1.5"
8529source = "registry+https://github.com/rust-lang/crates.io-index"
8530checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
8531dependencies = [
8532 "proc-macro2",
8533 "quote",
8534 "syn 2.0.76",
8535]
8536
8537[[package]]
8538name = "pin-project-lite"
8539version = "0.2.14"
8540source = "registry+https://github.com/rust-lang/crates.io-index"
8541checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
8542
8543[[package]]
8544name = "pin-utils"
8545version = "0.1.0"
8546source = "registry+https://github.com/rust-lang/crates.io-index"
8547checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8548
8549[[package]]
8550name = "piper"
8551version = "0.2.4"
8552source = "registry+https://github.com/rust-lang/crates.io-index"
8553checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
8554dependencies = [
8555 "atomic-waker",
8556 "fastrand 2.1.1",
8557 "futures-io",
8558]
8559
8560[[package]]
8561name = "pkcs1"
8562version = "0.7.5"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
8565dependencies = [
8566 "der 0.7.9",
8567 "pkcs8 0.10.2",
8568 "spki 0.7.3",
8569]
8570
8571[[package]]
8572name = "pkcs8"
8573version = "0.9.0"
8574source = "registry+https://github.com/rust-lang/crates.io-index"
8575checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
8576dependencies = [
8577 "der 0.6.1",
8578 "spki 0.6.0",
8579]
8580
8581[[package]]
8582name = "pkcs8"
8583version = "0.10.2"
8584source = "registry+https://github.com/rust-lang/crates.io-index"
8585checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
8586dependencies = [
8587 "der 0.7.9",
8588 "spki 0.7.3",
8589]
8590
8591[[package]]
8592name = "pkg-config"
8593version = "0.3.30"
8594source = "registry+https://github.com/rust-lang/crates.io-index"
8595checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
8596
8597[[package]]
8598name = "plist"
8599version = "1.7.0"
8600source = "registry+https://github.com/rust-lang/crates.io-index"
8601checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
8602dependencies = [
8603 "base64 0.22.1",
8604 "indexmap 2.4.0",
8605 "quick-xml 0.32.0",
8606 "serde",
8607 "time",
8608]
8609
8610[[package]]
8611name = "plotters"
8612version = "0.3.6"
8613source = "registry+https://github.com/rust-lang/crates.io-index"
8614checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
8615dependencies = [
8616 "num-traits",
8617 "plotters-backend",
8618 "plotters-svg",
8619 "wasm-bindgen",
8620 "web-sys",
8621]
8622
8623[[package]]
8624name = "plotters-backend"
8625version = "0.3.6"
8626source = "registry+https://github.com/rust-lang/crates.io-index"
8627checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
8628
8629[[package]]
8630name = "plotters-svg"
8631version = "0.3.6"
8632source = "registry+https://github.com/rust-lang/crates.io-index"
8633checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
8634dependencies = [
8635 "plotters-backend",
8636]
8637
8638[[package]]
8639name = "png"
8640version = "0.17.13"
8641source = "registry+https://github.com/rust-lang/crates.io-index"
8642checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
8643dependencies = [
8644 "bitflags 1.3.2",
8645 "crc32fast",
8646 "fdeflate",
8647 "flate2",
8648 "miniz_oxide 0.7.4",
8649]
8650
8651[[package]]
8652name = "polling"
8653version = "2.8.0"
8654source = "registry+https://github.com/rust-lang/crates.io-index"
8655checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
8656dependencies = [
8657 "autocfg",
8658 "bitflags 1.3.2",
8659 "cfg-if",
8660 "concurrent-queue",
8661 "libc",
8662 "log",
8663 "pin-project-lite",
8664 "windows-sys 0.48.0",
8665]
8666
8667[[package]]
8668name = "polling"
8669version = "3.7.3"
8670source = "registry+https://github.com/rust-lang/crates.io-index"
8671checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
8672dependencies = [
8673 "cfg-if",
8674 "concurrent-queue",
8675 "hermit-abi 0.4.0",
8676 "pin-project-lite",
8677 "rustix 0.38.35",
8678 "tracing",
8679 "windows-sys 0.59.0",
8680]
8681
8682[[package]]
8683name = "pollster"
8684version = "0.2.5"
8685source = "registry+https://github.com/rust-lang/crates.io-index"
8686checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
8687
8688[[package]]
8689name = "postage"
8690version = "0.5.0"
8691source = "registry+https://github.com/rust-lang/crates.io-index"
8692checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
8693dependencies = [
8694 "atomic",
8695 "crossbeam-queue",
8696 "futures 0.3.30",
8697 "log",
8698 "parking_lot",
8699 "pin-project",
8700 "pollster",
8701 "static_assertions",
8702 "thiserror",
8703]
8704
8705[[package]]
8706name = "postcard"
8707version = "1.0.10"
8708source = "registry+https://github.com/rust-lang/crates.io-index"
8709checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
8710dependencies = [
8711 "cobs",
8712 "embedded-io 0.4.0",
8713 "embedded-io 0.6.1",
8714 "serde",
8715]
8716
8717[[package]]
8718name = "powerfmt"
8719version = "0.2.0"
8720source = "registry+https://github.com/rust-lang/crates.io-index"
8721checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
8722
8723[[package]]
8724name = "ppv-lite86"
8725version = "0.2.20"
8726source = "registry+https://github.com/rust-lang/crates.io-index"
8727checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
8728dependencies = [
8729 "zerocopy",
8730]
8731
8732[[package]]
8733name = "precomputed-hash"
8734version = "0.1.1"
8735source = "registry+https://github.com/rust-lang/crates.io-index"
8736checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8737
8738[[package]]
8739name = "prettier"
8740version = "0.1.0"
8741dependencies = [
8742 "anyhow",
8743 "collections",
8744 "fs",
8745 "gpui",
8746 "language",
8747 "log",
8748 "lsp",
8749 "node_runtime",
8750 "parking_lot",
8751 "paths",
8752 "serde",
8753 "serde_json",
8754 "util",
8755]
8756
8757[[package]]
8758name = "pretty_assertions"
8759version = "1.4.1"
8760source = "registry+https://github.com/rust-lang/crates.io-index"
8761checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
8762dependencies = [
8763 "diff",
8764 "yansi",
8765]
8766
8767[[package]]
8768name = "prettyplease"
8769version = "0.2.22"
8770source = "registry+https://github.com/rust-lang/crates.io-index"
8771checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
8772dependencies = [
8773 "proc-macro2",
8774 "syn 2.0.76",
8775]
8776
8777[[package]]
8778name = "proc-macro-crate"
8779version = "3.2.0"
8780source = "registry+https://github.com/rust-lang/crates.io-index"
8781checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
8782dependencies = [
8783 "toml_edit 0.22.20",
8784]
8785
8786[[package]]
8787name = "proc-macro-error"
8788version = "1.0.4"
8789source = "registry+https://github.com/rust-lang/crates.io-index"
8790checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
8791dependencies = [
8792 "proc-macro-error-attr",
8793 "proc-macro2",
8794 "quote",
8795 "syn 1.0.109",
8796 "version_check",
8797]
8798
8799[[package]]
8800name = "proc-macro-error-attr"
8801version = "1.0.4"
8802source = "registry+https://github.com/rust-lang/crates.io-index"
8803checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
8804dependencies = [
8805 "proc-macro2",
8806 "quote",
8807 "version_check",
8808]
8809
8810[[package]]
8811name = "proc-macro2"
8812version = "1.0.87"
8813source = "registry+https://github.com/rust-lang/crates.io-index"
8814checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
8815dependencies = [
8816 "unicode-ident",
8817]
8818
8819[[package]]
8820name = "profiling"
8821version = "1.0.15"
8822source = "registry+https://github.com/rust-lang/crates.io-index"
8823checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
8824dependencies = [
8825 "profiling-procmacros",
8826]
8827
8828[[package]]
8829name = "profiling-procmacros"
8830version = "1.0.15"
8831source = "registry+https://github.com/rust-lang/crates.io-index"
8832checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
8833dependencies = [
8834 "quote",
8835 "syn 2.0.76",
8836]
8837
8838[[package]]
8839name = "project"
8840version = "0.1.0"
8841dependencies = [
8842 "aho-corasick",
8843 "anyhow",
8844 "async-trait",
8845 "client",
8846 "clock",
8847 "collections",
8848 "env_logger 0.11.5",
8849 "fs",
8850 "futures 0.3.30",
8851 "fuzzy",
8852 "git",
8853 "git2",
8854 "globset",
8855 "gpui",
8856 "http_client",
8857 "itertools 0.13.0",
8858 "language",
8859 "log",
8860 "lsp",
8861 "node_runtime",
8862 "parking_lot",
8863 "pathdiff",
8864 "paths",
8865 "postage",
8866 "prettier",
8867 "pretty_assertions",
8868 "rand 0.8.5",
8869 "regex",
8870 "release_channel",
8871 "remote",
8872 "rpc",
8873 "schemars",
8874 "serde",
8875 "serde_json",
8876 "settings",
8877 "sha2",
8878 "shellexpand 2.1.2",
8879 "shlex",
8880 "similar",
8881 "smol",
8882 "snippet",
8883 "snippet_provider",
8884 "task",
8885 "tempfile",
8886 "terminal",
8887 "text",
8888 "unindent",
8889 "url",
8890 "util",
8891 "which 6.0.3",
8892 "windows 0.58.0",
8893 "worktree",
8894]
8895
8896[[package]]
8897name = "project_panel"
8898version = "0.1.0"
8899dependencies = [
8900 "anyhow",
8901 "client",
8902 "collections",
8903 "db",
8904 "editor",
8905 "file_icons",
8906 "git",
8907 "gpui",
8908 "indexmap 1.9.3",
8909 "language",
8910 "menu",
8911 "pretty_assertions",
8912 "project",
8913 "schemars",
8914 "search",
8915 "serde",
8916 "serde_derive",
8917 "serde_json",
8918 "settings",
8919 "smallvec",
8920 "theme",
8921 "ui",
8922 "util",
8923 "workspace",
8924 "worktree",
8925]
8926
8927[[package]]
8928name = "project_symbols"
8929version = "0.1.0"
8930dependencies = [
8931 "anyhow",
8932 "editor",
8933 "futures 0.3.30",
8934 "fuzzy",
8935 "gpui",
8936 "language",
8937 "lsp",
8938 "ordered-float 2.10.1",
8939 "picker",
8940 "project",
8941 "release_channel",
8942 "serde_json",
8943 "settings",
8944 "theme",
8945 "util",
8946 "workspace",
8947]
8948
8949[[package]]
8950name = "prometheus"
8951version = "0.13.4"
8952source = "registry+https://github.com/rust-lang/crates.io-index"
8953checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
8954dependencies = [
8955 "cfg-if",
8956 "fnv",
8957 "lazy_static",
8958 "memchr",
8959 "parking_lot",
8960 "protobuf",
8961 "thiserror",
8962]
8963
8964[[package]]
8965name = "prost"
8966version = "0.9.0"
8967source = "registry+https://github.com/rust-lang/crates.io-index"
8968checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
8969dependencies = [
8970 "bytes 1.7.2",
8971 "prost-derive",
8972]
8973
8974[[package]]
8975name = "prost-build"
8976version = "0.9.0"
8977source = "registry+https://github.com/rust-lang/crates.io-index"
8978checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
8979dependencies = [
8980 "bytes 1.7.2",
8981 "heck 0.3.3",
8982 "itertools 0.10.5",
8983 "lazy_static",
8984 "log",
8985 "multimap",
8986 "petgraph",
8987 "prost",
8988 "prost-types",
8989 "regex",
8990 "tempfile",
8991 "which 4.4.2",
8992]
8993
8994[[package]]
8995name = "prost-derive"
8996version = "0.9.0"
8997source = "registry+https://github.com/rust-lang/crates.io-index"
8998checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
8999dependencies = [
9000 "anyhow",
9001 "itertools 0.10.5",
9002 "proc-macro2",
9003 "quote",
9004 "syn 1.0.109",
9005]
9006
9007[[package]]
9008name = "prost-types"
9009version = "0.9.0"
9010source = "registry+https://github.com/rust-lang/crates.io-index"
9011checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9012dependencies = [
9013 "bytes 1.7.2",
9014 "prost",
9015]
9016
9017[[package]]
9018name = "proto"
9019version = "0.1.0"
9020dependencies = [
9021 "anyhow",
9022 "collections",
9023 "prost",
9024 "prost-build",
9025 "serde",
9026]
9027
9028[[package]]
9029name = "protobuf"
9030version = "2.28.0"
9031source = "registry+https://github.com/rust-lang/crates.io-index"
9032checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
9033
9034[[package]]
9035name = "psm"
9036version = "0.1.21"
9037source = "registry+https://github.com/rust-lang/crates.io-index"
9038checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
9039dependencies = [
9040 "cc",
9041]
9042
9043[[package]]
9044name = "ptr_meta"
9045version = "0.1.4"
9046source = "registry+https://github.com/rust-lang/crates.io-index"
9047checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
9048dependencies = [
9049 "ptr_meta_derive",
9050]
9051
9052[[package]]
9053name = "ptr_meta_derive"
9054version = "0.1.4"
9055source = "registry+https://github.com/rust-lang/crates.io-index"
9056checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
9057dependencies = [
9058 "proc-macro2",
9059 "quote",
9060 "syn 1.0.109",
9061]
9062
9063[[package]]
9064name = "pulldown-cmark"
9065version = "0.10.3"
9066source = "registry+https://github.com/rust-lang/crates.io-index"
9067checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
9068dependencies = [
9069 "bitflags 2.6.0",
9070 "memchr",
9071 "pulldown-cmark-escape",
9072 "unicase",
9073]
9074
9075[[package]]
9076name = "pulldown-cmark"
9077version = "0.12.1"
9078source = "registry+https://github.com/rust-lang/crates.io-index"
9079checksum = "666f0f59e259aea2d72e6012290c09877a780935cc3c18b1ceded41f3890d59c"
9080dependencies = [
9081 "bitflags 2.6.0",
9082 "memchr",
9083 "unicase",
9084]
9085
9086[[package]]
9087name = "pulldown-cmark-escape"
9088version = "0.10.1"
9089source = "registry+https://github.com/rust-lang/crates.io-index"
9090checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
9091
9092[[package]]
9093name = "qoi"
9094version = "0.4.1"
9095source = "registry+https://github.com/rust-lang/crates.io-index"
9096checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
9097dependencies = [
9098 "bytemuck",
9099]
9100
9101[[package]]
9102name = "quick-error"
9103version = "2.0.1"
9104source = "registry+https://github.com/rust-lang/crates.io-index"
9105checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
9106
9107[[package]]
9108name = "quick-xml"
9109version = "0.32.0"
9110source = "registry+https://github.com/rust-lang/crates.io-index"
9111checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
9112dependencies = [
9113 "memchr",
9114]
9115
9116[[package]]
9117name = "quick-xml"
9118version = "0.34.0"
9119source = "registry+https://github.com/rust-lang/crates.io-index"
9120checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
9121dependencies = [
9122 "memchr",
9123]
9124
9125[[package]]
9126name = "quick_action_bar"
9127version = "0.1.0"
9128dependencies = [
9129 "assistant",
9130 "editor",
9131 "gpui",
9132 "markdown_preview",
9133 "repl",
9134 "search",
9135 "settings",
9136 "ui",
9137 "util",
9138 "workspace",
9139 "zed_actions",
9140]
9141
9142[[package]]
9143name = "quinn"
9144version = "0.11.5"
9145source = "registry+https://github.com/rust-lang/crates.io-index"
9146checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
9147dependencies = [
9148 "bytes 1.7.2",
9149 "pin-project-lite",
9150 "quinn-proto",
9151 "quinn-udp",
9152 "rustc-hash 2.0.0",
9153 "rustls 0.23.13",
9154 "socket2 0.5.7",
9155 "thiserror",
9156 "tokio",
9157 "tracing",
9158]
9159
9160[[package]]
9161name = "quinn-proto"
9162version = "0.11.8"
9163source = "registry+https://github.com/rust-lang/crates.io-index"
9164checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
9165dependencies = [
9166 "bytes 1.7.2",
9167 "rand 0.8.5",
9168 "ring 0.17.8",
9169 "rustc-hash 2.0.0",
9170 "rustls 0.23.13",
9171 "slab",
9172 "thiserror",
9173 "tinyvec",
9174 "tracing",
9175]
9176
9177[[package]]
9178name = "quinn-udp"
9179version = "0.5.5"
9180source = "registry+https://github.com/rust-lang/crates.io-index"
9181checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
9182dependencies = [
9183 "libc",
9184 "once_cell",
9185 "socket2 0.5.7",
9186 "tracing",
9187 "windows-sys 0.59.0",
9188]
9189
9190[[package]]
9191name = "quote"
9192version = "1.0.37"
9193source = "registry+https://github.com/rust-lang/crates.io-index"
9194checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
9195dependencies = [
9196 "proc-macro2",
9197]
9198
9199[[package]]
9200name = "radium"
9201version = "0.7.0"
9202source = "registry+https://github.com/rust-lang/crates.io-index"
9203checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
9204
9205[[package]]
9206name = "rand"
9207version = "0.7.3"
9208source = "registry+https://github.com/rust-lang/crates.io-index"
9209checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
9210dependencies = [
9211 "getrandom 0.1.16",
9212 "libc",
9213 "rand_chacha 0.2.2",
9214 "rand_core 0.5.1",
9215 "rand_hc",
9216]
9217
9218[[package]]
9219name = "rand"
9220version = "0.8.5"
9221source = "registry+https://github.com/rust-lang/crates.io-index"
9222checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
9223dependencies = [
9224 "libc",
9225 "rand_chacha 0.3.1",
9226 "rand_core 0.6.4",
9227]
9228
9229[[package]]
9230name = "rand_chacha"
9231version = "0.2.2"
9232source = "registry+https://github.com/rust-lang/crates.io-index"
9233checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
9234dependencies = [
9235 "ppv-lite86",
9236 "rand_core 0.5.1",
9237]
9238
9239[[package]]
9240name = "rand_chacha"
9241version = "0.3.1"
9242source = "registry+https://github.com/rust-lang/crates.io-index"
9243checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
9244dependencies = [
9245 "ppv-lite86",
9246 "rand_core 0.6.4",
9247]
9248
9249[[package]]
9250name = "rand_core"
9251version = "0.5.1"
9252source = "registry+https://github.com/rust-lang/crates.io-index"
9253checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
9254dependencies = [
9255 "getrandom 0.1.16",
9256]
9257
9258[[package]]
9259name = "rand_core"
9260version = "0.6.4"
9261source = "registry+https://github.com/rust-lang/crates.io-index"
9262checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
9263dependencies = [
9264 "getrandom 0.2.15",
9265]
9266
9267[[package]]
9268name = "rand_hc"
9269version = "0.2.0"
9270source = "registry+https://github.com/rust-lang/crates.io-index"
9271checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
9272dependencies = [
9273 "rand_core 0.5.1",
9274]
9275
9276[[package]]
9277name = "rangemap"
9278version = "1.5.1"
9279source = "registry+https://github.com/rust-lang/crates.io-index"
9280checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
9281
9282[[package]]
9283name = "rav1e"
9284version = "0.7.1"
9285source = "registry+https://github.com/rust-lang/crates.io-index"
9286checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
9287dependencies = [
9288 "arbitrary",
9289 "arg_enum_proc_macro",
9290 "arrayvec",
9291 "av1-grain",
9292 "bitstream-io",
9293 "built",
9294 "cfg-if",
9295 "interpolate_name",
9296 "itertools 0.12.1",
9297 "libc",
9298 "libfuzzer-sys",
9299 "log",
9300 "maybe-rayon",
9301 "new_debug_unreachable",
9302 "noop_proc_macro",
9303 "num-derive",
9304 "num-traits",
9305 "once_cell",
9306 "paste",
9307 "profiling",
9308 "rand 0.8.5",
9309 "rand_chacha 0.3.1",
9310 "simd_helpers",
9311 "system-deps",
9312 "thiserror",
9313 "v_frame",
9314 "wasm-bindgen",
9315]
9316
9317[[package]]
9318name = "ravif"
9319version = "0.11.10"
9320source = "registry+https://github.com/rust-lang/crates.io-index"
9321checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
9322dependencies = [
9323 "avif-serialize",
9324 "imgref",
9325 "loop9",
9326 "quick-error",
9327 "rav1e",
9328 "rgb",
9329]
9330
9331[[package]]
9332name = "raw-window-handle"
9333version = "0.6.2"
9334source = "registry+https://github.com/rust-lang/crates.io-index"
9335checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
9336
9337[[package]]
9338name = "raw-window-metal"
9339version = "0.4.0"
9340source = "registry+https://github.com/rust-lang/crates.io-index"
9341checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
9342dependencies = [
9343 "cocoa 0.25.0",
9344 "core-graphics 0.23.2",
9345 "objc",
9346 "raw-window-handle",
9347]
9348
9349[[package]]
9350name = "rayon"
9351version = "1.10.0"
9352source = "registry+https://github.com/rust-lang/crates.io-index"
9353checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
9354dependencies = [
9355 "either",
9356 "rayon-core",
9357]
9358
9359[[package]]
9360name = "rayon-core"
9361version = "1.12.1"
9362source = "registry+https://github.com/rust-lang/crates.io-index"
9363checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
9364dependencies = [
9365 "crossbeam-deque",
9366 "crossbeam-utils",
9367]
9368
9369[[package]]
9370name = "read-fonts"
9371version = "0.20.0"
9372source = "registry+https://github.com/rust-lang/crates.io-index"
9373checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd"
9374dependencies = [
9375 "bytemuck",
9376 "font-types",
9377]
9378
9379[[package]]
9380name = "recent_projects"
9381version = "0.1.0"
9382dependencies = [
9383 "anyhow",
9384 "auto_update",
9385 "editor",
9386 "file_finder",
9387 "futures 0.3.30",
9388 "fuzzy",
9389 "gpui",
9390 "itertools 0.13.0",
9391 "language",
9392 "log",
9393 "markdown",
9394 "menu",
9395 "ordered-float 2.10.1",
9396 "paths",
9397 "picker",
9398 "project",
9399 "release_channel",
9400 "remote",
9401 "schemars",
9402 "serde",
9403 "serde_json",
9404 "settings",
9405 "smol",
9406 "task",
9407 "theme",
9408 "ui",
9409 "util",
9410 "workspace",
9411]
9412
9413[[package]]
9414name = "redox_syscall"
9415version = "0.2.16"
9416source = "registry+https://github.com/rust-lang/crates.io-index"
9417checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
9418dependencies = [
9419 "bitflags 1.3.2",
9420]
9421
9422[[package]]
9423name = "redox_syscall"
9424version = "0.4.1"
9425source = "registry+https://github.com/rust-lang/crates.io-index"
9426checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
9427dependencies = [
9428 "bitflags 1.3.2",
9429]
9430
9431[[package]]
9432name = "redox_syscall"
9433version = "0.5.3"
9434source = "registry+https://github.com/rust-lang/crates.io-index"
9435checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
9436dependencies = [
9437 "bitflags 2.6.0",
9438]
9439
9440[[package]]
9441name = "redox_users"
9442version = "0.4.6"
9443source = "registry+https://github.com/rust-lang/crates.io-index"
9444checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
9445dependencies = [
9446 "getrandom 0.2.15",
9447 "libredox",
9448 "thiserror",
9449]
9450
9451[[package]]
9452name = "refineable"
9453version = "0.1.0"
9454dependencies = [
9455 "derive_refineable",
9456]
9457
9458[[package]]
9459name = "regalloc2"
9460version = "0.9.3"
9461source = "registry+https://github.com/rust-lang/crates.io-index"
9462checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
9463dependencies = [
9464 "hashbrown 0.13.2",
9465 "log",
9466 "rustc-hash 1.1.0",
9467 "slice-group-by",
9468 "smallvec",
9469]
9470
9471[[package]]
9472name = "regex"
9473version = "1.10.6"
9474source = "registry+https://github.com/rust-lang/crates.io-index"
9475checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
9476dependencies = [
9477 "aho-corasick",
9478 "memchr",
9479 "regex-automata 0.4.7",
9480 "regex-syntax 0.8.4",
9481]
9482
9483[[package]]
9484name = "regex-automata"
9485version = "0.1.10"
9486source = "registry+https://github.com/rust-lang/crates.io-index"
9487checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
9488dependencies = [
9489 "regex-syntax 0.6.29",
9490]
9491
9492[[package]]
9493name = "regex-automata"
9494version = "0.4.7"
9495source = "registry+https://github.com/rust-lang/crates.io-index"
9496checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
9497dependencies = [
9498 "aho-corasick",
9499 "memchr",
9500 "regex-syntax 0.8.4",
9501]
9502
9503[[package]]
9504name = "regex-lite"
9505version = "0.1.6"
9506source = "registry+https://github.com/rust-lang/crates.io-index"
9507checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
9508
9509[[package]]
9510name = "regex-syntax"
9511version = "0.6.29"
9512source = "registry+https://github.com/rust-lang/crates.io-index"
9513checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
9514
9515[[package]]
9516name = "regex-syntax"
9517version = "0.8.4"
9518source = "registry+https://github.com/rust-lang/crates.io-index"
9519checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
9520
9521[[package]]
9522name = "release_channel"
9523version = "0.1.0"
9524dependencies = [
9525 "gpui",
9526 "once_cell",
9527]
9528
9529[[package]]
9530name = "remote"
9531version = "0.1.0"
9532dependencies = [
9533 "anyhow",
9534 "async-trait",
9535 "collections",
9536 "fs",
9537 "futures 0.3.30",
9538 "gpui",
9539 "itertools 0.13.0",
9540 "log",
9541 "parking_lot",
9542 "prost",
9543 "release_channel",
9544 "rpc",
9545 "serde",
9546 "serde_json",
9547 "shlex",
9548 "smol",
9549 "tempfile",
9550 "thiserror",
9551 "util",
9552]
9553
9554[[package]]
9555name = "remote_server"
9556version = "0.1.0"
9557dependencies = [
9558 "anyhow",
9559 "async-watch",
9560 "backtrace",
9561 "cargo_toml",
9562 "chrono",
9563 "clap",
9564 "client",
9565 "clock",
9566 "env_logger 0.11.5",
9567 "fork",
9568 "fs",
9569 "futures 0.3.30",
9570 "git",
9571 "git_hosting_providers",
9572 "gpui",
9573 "http_client",
9574 "language",
9575 "languages",
9576 "libc",
9577 "log",
9578 "lsp",
9579 "node_runtime",
9580 "paths",
9581 "project",
9582 "proto",
9583 "release_channel",
9584 "remote",
9585 "reqwest_client",
9586 "rpc",
9587 "rust-embed",
9588 "serde",
9589 "serde_json",
9590 "settings",
9591 "shellexpand 2.1.2",
9592 "smol",
9593 "telemetry_events",
9594 "toml 0.8.19",
9595 "util",
9596 "worktree",
9597]
9598
9599[[package]]
9600name = "rend"
9601version = "0.4.2"
9602source = "registry+https://github.com/rust-lang/crates.io-index"
9603checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
9604dependencies = [
9605 "bytecheck",
9606]
9607
9608[[package]]
9609name = "repl"
9610version = "0.1.0"
9611dependencies = [
9612 "alacritty_terminal",
9613 "anyhow",
9614 "async-dispatcher",
9615 "base64 0.22.1",
9616 "client",
9617 "collections",
9618 "command_palette_hooks",
9619 "editor",
9620 "env_logger 0.11.5",
9621 "feature_flags",
9622 "futures 0.3.30",
9623 "gpui",
9624 "http_client",
9625 "image",
9626 "indoc",
9627 "language",
9628 "languages",
9629 "log",
9630 "markdown_preview",
9631 "menu",
9632 "multi_buffer",
9633 "nbformat",
9634 "project",
9635 "runtimelib",
9636 "schemars",
9637 "serde",
9638 "serde_json",
9639 "settings",
9640 "smol",
9641 "terminal",
9642 "terminal_view",
9643 "theme",
9644 "tree-sitter-md",
9645 "tree-sitter-python",
9646 "tree-sitter-typescript",
9647 "ui",
9648 "util",
9649 "uuid",
9650 "windows 0.58.0",
9651 "workspace",
9652]
9653
9654[[package]]
9655name = "reqwest"
9656version = "0.11.27"
9657source = "registry+https://github.com/rust-lang/crates.io-index"
9658checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
9659dependencies = [
9660 "base64 0.21.7",
9661 "bytes 1.7.2",
9662 "encoding_rs",
9663 "futures-core",
9664 "futures-util",
9665 "h2 0.3.26",
9666 "http 0.2.12",
9667 "http-body 0.4.6",
9668 "hyper 0.14.31",
9669 "hyper-tls",
9670 "ipnet",
9671 "js-sys",
9672 "log",
9673 "mime",
9674 "native-tls",
9675 "once_cell",
9676 "percent-encoding",
9677 "pin-project-lite",
9678 "rustls-pemfile 1.0.4",
9679 "serde",
9680 "serde_json",
9681 "serde_urlencoded",
9682 "sync_wrapper 0.1.2",
9683 "system-configuration 0.5.1",
9684 "tokio",
9685 "tokio-native-tls",
9686 "tower-service",
9687 "url",
9688 "wasm-bindgen",
9689 "wasm-bindgen-futures",
9690 "web-sys",
9691 "winreg 0.50.0",
9692]
9693
9694[[package]]
9695name = "reqwest"
9696version = "0.12.8"
9697source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
9698dependencies = [
9699 "base64 0.22.1",
9700 "bytes 1.7.2",
9701 "encoding_rs",
9702 "futures-core",
9703 "futures-util",
9704 "h2 0.4.6",
9705 "http 1.1.0",
9706 "http-body 1.0.1",
9707 "http-body-util",
9708 "hyper 1.4.1",
9709 "hyper-rustls 0.27.3",
9710 "hyper-util",
9711 "ipnet",
9712 "js-sys",
9713 "log",
9714 "mime",
9715 "once_cell",
9716 "percent-encoding",
9717 "pin-project-lite",
9718 "quinn",
9719 "rustls 0.23.13",
9720 "rustls-native-certs 0.8.0",
9721 "rustls-pemfile 2.1.3",
9722 "rustls-pki-types",
9723 "serde",
9724 "serde_json",
9725 "serde_urlencoded",
9726 "sync_wrapper 1.0.1",
9727 "system-configuration 0.6.1",
9728 "tokio",
9729 "tokio-rustls 0.26.0",
9730 "tokio-socks",
9731 "tokio-util",
9732 "tower-service",
9733 "url",
9734 "wasm-bindgen",
9735 "wasm-bindgen-futures",
9736 "wasm-streams",
9737 "web-sys",
9738 "windows-registry",
9739]
9740
9741[[package]]
9742name = "reqwest_client"
9743version = "0.1.0"
9744dependencies = [
9745 "anyhow",
9746 "bytes 1.7.2",
9747 "futures 0.3.30",
9748 "gpui",
9749 "http_client",
9750 "log",
9751 "reqwest 0.12.8",
9752 "serde",
9753 "smol",
9754 "tokio",
9755]
9756
9757[[package]]
9758name = "resvg"
9759version = "0.41.0"
9760source = "registry+https://github.com/rust-lang/crates.io-index"
9761checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
9762dependencies = [
9763 "log",
9764 "pico-args",
9765 "rgb",
9766 "svgtypes",
9767 "tiny-skia",
9768 "usvg",
9769]
9770
9771[[package]]
9772name = "rfc6979"
9773version = "0.3.1"
9774source = "registry+https://github.com/rust-lang/crates.io-index"
9775checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9776dependencies = [
9777 "crypto-bigint 0.4.9",
9778 "hmac",
9779 "zeroize",
9780]
9781
9782[[package]]
9783name = "rgb"
9784version = "0.8.49"
9785source = "registry+https://github.com/rust-lang/crates.io-index"
9786checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939"
9787dependencies = [
9788 "bytemuck",
9789]
9790
9791[[package]]
9792name = "rich_text"
9793version = "0.1.0"
9794dependencies = [
9795 "futures 0.3.30",
9796 "gpui",
9797 "language",
9798 "linkify",
9799 "pulldown-cmark 0.12.1",
9800 "theme",
9801 "ui",
9802 "util",
9803]
9804
9805[[package]]
9806name = "ring"
9807version = "0.16.20"
9808source = "registry+https://github.com/rust-lang/crates.io-index"
9809checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
9810dependencies = [
9811 "cc",
9812 "libc",
9813 "once_cell",
9814 "spin 0.5.2",
9815 "untrusted 0.7.1",
9816 "web-sys",
9817 "winapi",
9818]
9819
9820[[package]]
9821name = "ring"
9822version = "0.17.8"
9823source = "registry+https://github.com/rust-lang/crates.io-index"
9824checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
9825dependencies = [
9826 "cc",
9827 "cfg-if",
9828 "getrandom 0.2.15",
9829 "libc",
9830 "spin 0.9.8",
9831 "untrusted 0.9.0",
9832 "windows-sys 0.52.0",
9833]
9834
9835[[package]]
9836name = "rkyv"
9837version = "0.7.45"
9838source = "registry+https://github.com/rust-lang/crates.io-index"
9839checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
9840dependencies = [
9841 "bitvec",
9842 "bytecheck",
9843 "bytes 1.7.2",
9844 "hashbrown 0.12.3",
9845 "ptr_meta",
9846 "rend",
9847 "rkyv_derive",
9848 "seahash",
9849 "tinyvec",
9850 "uuid",
9851]
9852
9853[[package]]
9854name = "rkyv_derive"
9855version = "0.7.45"
9856source = "registry+https://github.com/rust-lang/crates.io-index"
9857checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
9858dependencies = [
9859 "proc-macro2",
9860 "quote",
9861 "syn 1.0.109",
9862]
9863
9864[[package]]
9865name = "rmp"
9866version = "0.8.14"
9867source = "registry+https://github.com/rust-lang/crates.io-index"
9868checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
9869dependencies = [
9870 "byteorder",
9871 "num-traits",
9872 "paste",
9873]
9874
9875[[package]]
9876name = "rmpv"
9877version = "1.3.0"
9878source = "registry+https://github.com/rust-lang/crates.io-index"
9879checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
9880dependencies = [
9881 "num-traits",
9882 "rmp",
9883]
9884
9885[[package]]
9886name = "rodio"
9887version = "0.19.0"
9888source = "registry+https://github.com/rust-lang/crates.io-index"
9889checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
9890dependencies = [
9891 "cpal",
9892 "hound",
9893 "thiserror",
9894]
9895
9896[[package]]
9897name = "rope"
9898version = "0.1.0"
9899dependencies = [
9900 "arrayvec",
9901 "criterion",
9902 "ctor",
9903 "env_logger 0.11.5",
9904 "gpui",
9905 "log",
9906 "rand 0.8.5",
9907 "rayon",
9908 "smallvec",
9909 "sum_tree",
9910 "unicode-segmentation",
9911 "util",
9912]
9913
9914[[package]]
9915name = "roxmltree"
9916version = "0.19.0"
9917source = "registry+https://github.com/rust-lang/crates.io-index"
9918checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
9919
9920[[package]]
9921name = "roxmltree"
9922version = "0.20.0"
9923source = "registry+https://github.com/rust-lang/crates.io-index"
9924checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
9925
9926[[package]]
9927name = "rpc"
9928version = "0.1.0"
9929dependencies = [
9930 "anyhow",
9931 "async-tungstenite",
9932 "base64 0.22.1",
9933 "chrono",
9934 "collections",
9935 "env_logger 0.11.5",
9936 "futures 0.3.30",
9937 "gpui",
9938 "parking_lot",
9939 "proto",
9940 "rand 0.8.5",
9941 "rsa",
9942 "serde",
9943 "serde_json",
9944 "sha2",
9945 "strum 0.25.0",
9946 "tracing",
9947 "util",
9948 "zstd",
9949]
9950
9951[[package]]
9952name = "rsa"
9953version = "0.9.6"
9954source = "registry+https://github.com/rust-lang/crates.io-index"
9955checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
9956dependencies = [
9957 "const-oid",
9958 "digest",
9959 "num-bigint-dig",
9960 "num-integer",
9961 "num-traits",
9962 "pkcs1",
9963 "pkcs8 0.10.2",
9964 "rand_core 0.6.4",
9965 "signature 2.2.0",
9966 "spki 0.7.3",
9967 "subtle",
9968 "zeroize",
9969]
9970
9971[[package]]
9972name = "runtimelib"
9973version = "0.16.1"
9974source = "registry+https://github.com/rust-lang/crates.io-index"
9975checksum = "bc7fe3c17675445fe89de68d130be00b7115104924fbcf53a9b0a84b0283fc81"
9976dependencies = [
9977 "anyhow",
9978 "async-dispatcher",
9979 "async-std",
9980 "base64 0.22.1",
9981 "bytes 1.7.2",
9982 "chrono",
9983 "data-encoding",
9984 "dirs 5.0.1",
9985 "futures 0.3.30",
9986 "glob",
9987 "jupyter-serde",
9988 "rand 0.8.5",
9989 "ring 0.17.8",
9990 "serde",
9991 "serde_json",
9992 "shellexpand 3.1.0",
9993 "smol",
9994 "uuid",
9995 "zeromq",
9996]
9997
9998[[package]]
9999name = "rust-embed"
10000version = "8.5.0"
10001source = "registry+https://github.com/rust-lang/crates.io-index"
10002checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10003dependencies = [
10004 "rust-embed-impl",
10005 "rust-embed-utils",
10006 "walkdir",
10007]
10008
10009[[package]]
10010name = "rust-embed-impl"
10011version = "8.5.0"
10012source = "registry+https://github.com/rust-lang/crates.io-index"
10013checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10014dependencies = [
10015 "proc-macro2",
10016 "quote",
10017 "rust-embed-utils",
10018 "syn 2.0.76",
10019 "walkdir",
10020]
10021
10022[[package]]
10023name = "rust-embed-utils"
10024version = "8.5.0"
10025source = "registry+https://github.com/rust-lang/crates.io-index"
10026checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10027dependencies = [
10028 "globset",
10029 "sha2",
10030 "walkdir",
10031]
10032
10033[[package]]
10034name = "rust_decimal"
10035version = "1.36.0"
10036source = "registry+https://github.com/rust-lang/crates.io-index"
10037checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10038dependencies = [
10039 "arrayvec",
10040 "borsh",
10041 "bytes 1.7.2",
10042 "num-traits",
10043 "rand 0.8.5",
10044 "rkyv",
10045 "serde",
10046 "serde_json",
10047]
10048
10049[[package]]
10050name = "rustc-demangle"
10051version = "0.1.24"
10052source = "registry+https://github.com/rust-lang/crates.io-index"
10053checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
10054
10055[[package]]
10056name = "rustc-hash"
10057version = "1.1.0"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
10060
10061[[package]]
10062name = "rustc-hash"
10063version = "2.0.0"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
10066
10067[[package]]
10068name = "rustc_version"
10069version = "0.4.1"
10070source = "registry+https://github.com/rust-lang/crates.io-index"
10071checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
10072dependencies = [
10073 "semver",
10074]
10075
10076[[package]]
10077name = "rustix"
10078version = "0.37.27"
10079source = "registry+https://github.com/rust-lang/crates.io-index"
10080checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
10081dependencies = [
10082 "bitflags 1.3.2",
10083 "errno 0.3.9",
10084 "io-lifetimes 1.0.11",
10085 "libc",
10086 "linux-raw-sys 0.3.8",
10087 "windows-sys 0.48.0",
10088]
10089
10090[[package]]
10091name = "rustix"
10092version = "0.38.35"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
10095dependencies = [
10096 "bitflags 2.6.0",
10097 "errno 0.3.9",
10098 "itoa",
10099 "libc",
10100 "linux-raw-sys 0.4.14",
10101 "once_cell",
10102 "windows-sys 0.52.0",
10103]
10104
10105[[package]]
10106name = "rustix-openpty"
10107version = "0.1.1"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
10110dependencies = [
10111 "errno 0.3.9",
10112 "libc",
10113 "rustix 0.38.35",
10114]
10115
10116[[package]]
10117name = "rustls"
10118version = "0.20.9"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
10121dependencies = [
10122 "log",
10123 "ring 0.16.20",
10124 "sct",
10125 "webpki",
10126]
10127
10128[[package]]
10129name = "rustls"
10130version = "0.21.12"
10131source = "registry+https://github.com/rust-lang/crates.io-index"
10132checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
10133dependencies = [
10134 "log",
10135 "ring 0.17.8",
10136 "rustls-webpki 0.101.7",
10137 "sct",
10138]
10139
10140[[package]]
10141name = "rustls"
10142version = "0.23.13"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
10145dependencies = [
10146 "once_cell",
10147 "ring 0.17.8",
10148 "rustls-pki-types",
10149 "rustls-webpki 0.102.8",
10150 "subtle",
10151 "zeroize",
10152]
10153
10154[[package]]
10155name = "rustls-native-certs"
10156version = "0.6.3"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
10159dependencies = [
10160 "openssl-probe",
10161 "rustls-pemfile 1.0.4",
10162 "schannel",
10163 "security-framework",
10164]
10165
10166[[package]]
10167name = "rustls-native-certs"
10168version = "0.8.0"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
10171dependencies = [
10172 "openssl-probe",
10173 "rustls-pemfile 2.1.3",
10174 "rustls-pki-types",
10175 "schannel",
10176 "security-framework",
10177]
10178
10179[[package]]
10180name = "rustls-pemfile"
10181version = "1.0.4"
10182source = "registry+https://github.com/rust-lang/crates.io-index"
10183checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
10184dependencies = [
10185 "base64 0.21.7",
10186]
10187
10188[[package]]
10189name = "rustls-pemfile"
10190version = "2.1.3"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
10193dependencies = [
10194 "base64 0.22.1",
10195 "rustls-pki-types",
10196]
10197
10198[[package]]
10199name = "rustls-pki-types"
10200version = "1.8.0"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
10203
10204[[package]]
10205name = "rustls-webpki"
10206version = "0.101.7"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
10209dependencies = [
10210 "ring 0.17.8",
10211 "untrusted 0.9.0",
10212]
10213
10214[[package]]
10215name = "rustls-webpki"
10216version = "0.102.8"
10217source = "registry+https://github.com/rust-lang/crates.io-index"
10218checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
10219dependencies = [
10220 "ring 0.17.8",
10221 "rustls-pki-types",
10222 "untrusted 0.9.0",
10223]
10224
10225[[package]]
10226name = "rustversion"
10227version = "1.0.17"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
10230
10231[[package]]
10232name = "rustybuzz"
10233version = "0.14.1"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
10236dependencies = [
10237 "bitflags 2.6.0",
10238 "bytemuck",
10239 "libm",
10240 "smallvec",
10241 "ttf-parser",
10242 "unicode-bidi-mirroring",
10243 "unicode-ccc",
10244 "unicode-properties",
10245 "unicode-script",
10246]
10247
10248[[package]]
10249name = "ryu"
10250version = "1.0.18"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
10253
10254[[package]]
10255name = "salsa20"
10256version = "0.10.2"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
10259dependencies = [
10260 "cipher",
10261]
10262
10263[[package]]
10264name = "same-file"
10265version = "1.0.6"
10266source = "registry+https://github.com/rust-lang/crates.io-index"
10267checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
10268dependencies = [
10269 "winapi-util",
10270]
10271
10272[[package]]
10273name = "schannel"
10274version = "0.1.23"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
10277dependencies = [
10278 "windows-sys 0.52.0",
10279]
10280
10281[[package]]
10282name = "schemars"
10283version = "0.8.21"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
10286dependencies = [
10287 "dyn-clone",
10288 "indexmap 1.9.3",
10289 "schemars_derive",
10290 "serde",
10291 "serde_json",
10292]
10293
10294[[package]]
10295name = "schemars_derive"
10296version = "0.8.21"
10297source = "registry+https://github.com/rust-lang/crates.io-index"
10298checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
10299dependencies = [
10300 "proc-macro2",
10301 "quote",
10302 "serde_derive_internals 0.29.1",
10303 "syn 2.0.76",
10304]
10305
10306[[package]]
10307name = "scoped-tls"
10308version = "1.0.1"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
10311
10312[[package]]
10313name = "scopeguard"
10314version = "1.2.0"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
10317
10318[[package]]
10319name = "scrypt"
10320version = "0.11.0"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
10323dependencies = [
10324 "password-hash",
10325 "pbkdf2",
10326 "salsa20",
10327 "sha2",
10328]
10329
10330[[package]]
10331name = "sct"
10332version = "0.7.1"
10333source = "registry+https://github.com/rust-lang/crates.io-index"
10334checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
10335dependencies = [
10336 "ring 0.17.8",
10337 "untrusted 0.9.0",
10338]
10339
10340[[package]]
10341name = "sea-bae"
10342version = "0.2.0"
10343source = "registry+https://github.com/rust-lang/crates.io-index"
10344checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
10345dependencies = [
10346 "heck 0.4.1",
10347 "proc-macro-error",
10348 "proc-macro2",
10349 "quote",
10350 "syn 2.0.76",
10351]
10352
10353[[package]]
10354name = "sea-orm"
10355version = "1.1.0-rc.1"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7"
10358dependencies = [
10359 "async-stream",
10360 "async-trait",
10361 "bigdecimal",
10362 "chrono",
10363 "futures 0.3.30",
10364 "log",
10365 "ouroboros",
10366 "rust_decimal",
10367 "sea-orm-macros",
10368 "sea-query",
10369 "sea-query-binder",
10370 "serde",
10371 "serde_json",
10372 "sqlx",
10373 "strum 0.26.3",
10374 "thiserror",
10375 "time",
10376 "tracing",
10377 "url",
10378 "uuid",
10379]
10380
10381[[package]]
10382name = "sea-orm-macros"
10383version = "1.1.0-rc.1"
10384source = "registry+https://github.com/rust-lang/crates.io-index"
10385checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57"
10386dependencies = [
10387 "heck 0.4.1",
10388 "proc-macro2",
10389 "quote",
10390 "sea-bae",
10391 "syn 2.0.76",
10392 "unicode-ident",
10393]
10394
10395[[package]]
10396name = "sea-query"
10397version = "0.32.0-rc.1"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5"
10400dependencies = [
10401 "bigdecimal",
10402 "chrono",
10403 "educe",
10404 "inherent",
10405 "ordered-float 3.9.2",
10406 "rust_decimal",
10407 "serde_json",
10408 "time",
10409 "uuid",
10410]
10411
10412[[package]]
10413name = "sea-query-binder"
10414version = "0.7.0-rc.1"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57"
10417dependencies = [
10418 "bigdecimal",
10419 "chrono",
10420 "rust_decimal",
10421 "sea-query",
10422 "serde_json",
10423 "sqlx",
10424 "time",
10425 "uuid",
10426]
10427
10428[[package]]
10429name = "seahash"
10430version = "4.1.0"
10431source = "registry+https://github.com/rust-lang/crates.io-index"
10432checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
10433
10434[[package]]
10435name = "sealed"
10436version = "0.4.0"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
10439dependencies = [
10440 "heck 0.3.3",
10441 "proc-macro2",
10442 "quote",
10443 "syn 1.0.109",
10444]
10445
10446[[package]]
10447name = "search"
10448version = "0.1.0"
10449dependencies = [
10450 "any_vec",
10451 "anyhow",
10452 "bitflags 2.6.0",
10453 "client",
10454 "collections",
10455 "editor",
10456 "futures 0.3.30",
10457 "gpui",
10458 "language",
10459 "menu",
10460 "project",
10461 "serde",
10462 "serde_json",
10463 "settings",
10464 "smol",
10465 "theme",
10466 "ui",
10467 "unindent",
10468 "util",
10469 "workspace",
10470]
10471
10472[[package]]
10473name = "sec1"
10474version = "0.3.0"
10475source = "registry+https://github.com/rust-lang/crates.io-index"
10476checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
10477dependencies = [
10478 "base16ct",
10479 "der 0.6.1",
10480 "generic-array",
10481 "pkcs8 0.9.0",
10482 "subtle",
10483 "zeroize",
10484]
10485
10486[[package]]
10487name = "security-framework"
10488version = "2.11.1"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
10491dependencies = [
10492 "bitflags 2.6.0",
10493 "core-foundation 0.9.4",
10494 "core-foundation-sys",
10495 "libc",
10496 "security-framework-sys",
10497]
10498
10499[[package]]
10500name = "security-framework-sys"
10501version = "2.11.1"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
10504dependencies = [
10505 "core-foundation-sys",
10506 "libc",
10507]
10508
10509[[package]]
10510name = "self_cell"
10511version = "1.0.4"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
10514
10515[[package]]
10516name = "semantic_index"
10517version = "0.1.0"
10518dependencies = [
10519 "anyhow",
10520 "arrayvec",
10521 "blake3",
10522 "client",
10523 "clock",
10524 "collections",
10525 "env_logger 0.11.5",
10526 "feature_flags",
10527 "fs",
10528 "futures 0.3.30",
10529 "futures-batch",
10530 "gpui",
10531 "heed",
10532 "http_client",
10533 "language",
10534 "language_model",
10535 "languages",
10536 "log",
10537 "open_ai",
10538 "parking_lot",
10539 "project",
10540 "reqwest_client",
10541 "serde",
10542 "serde_json",
10543 "settings",
10544 "sha2",
10545 "smol",
10546 "tempfile",
10547 "theme",
10548 "tree-sitter",
10549 "ui",
10550 "unindent",
10551 "util",
10552 "workspace",
10553 "worktree",
10554]
10555
10556[[package]]
10557name = "semantic_version"
10558version = "0.1.0"
10559dependencies = [
10560 "anyhow",
10561 "serde",
10562]
10563
10564[[package]]
10565name = "semver"
10566version = "1.0.23"
10567source = "registry+https://github.com/rust-lang/crates.io-index"
10568checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
10569dependencies = [
10570 "serde",
10571]
10572
10573[[package]]
10574name = "serde"
10575version = "1.0.209"
10576source = "registry+https://github.com/rust-lang/crates.io-index"
10577checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
10578dependencies = [
10579 "serde_derive",
10580]
10581
10582[[package]]
10583name = "serde_derive"
10584version = "1.0.209"
10585source = "registry+https://github.com/rust-lang/crates.io-index"
10586checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
10587dependencies = [
10588 "proc-macro2",
10589 "quote",
10590 "syn 2.0.76",
10591]
10592
10593[[package]]
10594name = "serde_derive_internals"
10595version = "0.26.0"
10596source = "registry+https://github.com/rust-lang/crates.io-index"
10597checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
10598dependencies = [
10599 "proc-macro2",
10600 "quote",
10601 "syn 1.0.109",
10602]
10603
10604[[package]]
10605name = "serde_derive_internals"
10606version = "0.29.1"
10607source = "registry+https://github.com/rust-lang/crates.io-index"
10608checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
10609dependencies = [
10610 "proc-macro2",
10611 "quote",
10612 "syn 2.0.76",
10613]
10614
10615[[package]]
10616name = "serde_fmt"
10617version = "1.0.3"
10618source = "registry+https://github.com/rust-lang/crates.io-index"
10619checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
10620dependencies = [
10621 "serde",
10622]
10623
10624[[package]]
10625name = "serde_json"
10626version = "1.0.128"
10627source = "registry+https://github.com/rust-lang/crates.io-index"
10628checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
10629dependencies = [
10630 "indexmap 2.4.0",
10631 "itoa",
10632 "memchr",
10633 "ryu",
10634 "serde",
10635]
10636
10637[[package]]
10638name = "serde_json_lenient"
10639version = "0.2.1"
10640source = "registry+https://github.com/rust-lang/crates.io-index"
10641checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
10642dependencies = [
10643 "indexmap 2.4.0",
10644 "itoa",
10645 "ryu",
10646 "serde",
10647]
10648
10649[[package]]
10650name = "serde_path_to_error"
10651version = "0.1.16"
10652source = "registry+https://github.com/rust-lang/crates.io-index"
10653checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
10654dependencies = [
10655 "itoa",
10656 "serde",
10657]
10658
10659[[package]]
10660name = "serde_qs"
10661version = "0.8.5"
10662source = "registry+https://github.com/rust-lang/crates.io-index"
10663checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
10664dependencies = [
10665 "percent-encoding",
10666 "serde",
10667 "thiserror",
10668]
10669
10670[[package]]
10671name = "serde_qs"
10672version = "0.10.1"
10673source = "registry+https://github.com/rust-lang/crates.io-index"
10674checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
10675dependencies = [
10676 "percent-encoding",
10677 "serde",
10678 "thiserror",
10679]
10680
10681[[package]]
10682name = "serde_repr"
10683version = "0.1.19"
10684source = "registry+https://github.com/rust-lang/crates.io-index"
10685checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
10686dependencies = [
10687 "proc-macro2",
10688 "quote",
10689 "syn 2.0.76",
10690]
10691
10692[[package]]
10693name = "serde_spanned"
10694version = "0.6.7"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
10697dependencies = [
10698 "serde",
10699]
10700
10701[[package]]
10702name = "serde_urlencoded"
10703version = "0.7.1"
10704source = "registry+https://github.com/rust-lang/crates.io-index"
10705checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
10706dependencies = [
10707 "form_urlencoded",
10708 "itoa",
10709 "ryu",
10710 "serde",
10711]
10712
10713[[package]]
10714name = "session"
10715version = "0.1.0"
10716dependencies = [
10717 "db",
10718 "gpui",
10719 "serde_json",
10720 "util",
10721 "uuid",
10722]
10723
10724[[package]]
10725name = "settings"
10726version = "0.1.0"
10727dependencies = [
10728 "anyhow",
10729 "collections",
10730 "ec4rs",
10731 "fs",
10732 "futures 0.3.30",
10733 "gpui",
10734 "indoc",
10735 "log",
10736 "paths",
10737 "pretty_assertions",
10738 "release_channel",
10739 "rust-embed",
10740 "schemars",
10741 "serde",
10742 "serde_derive",
10743 "serde_json",
10744 "serde_json_lenient",
10745 "smallvec",
10746 "tree-sitter",
10747 "tree-sitter-json",
10748 "unindent",
10749 "util",
10750]
10751
10752[[package]]
10753name = "settings_ui"
10754version = "0.1.0"
10755dependencies = [
10756 "command_palette_hooks",
10757 "editor",
10758 "feature_flags",
10759 "gpui",
10760 "settings",
10761 "theme",
10762 "ui",
10763 "workspace",
10764]
10765
10766[[package]]
10767name = "sha1"
10768version = "0.10.6"
10769source = "registry+https://github.com/rust-lang/crates.io-index"
10770checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10771dependencies = [
10772 "cfg-if",
10773 "cpufeatures",
10774 "digest",
10775]
10776
10777[[package]]
10778name = "sha1_smol"
10779version = "1.0.1"
10780source = "registry+https://github.com/rust-lang/crates.io-index"
10781checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
10782
10783[[package]]
10784name = "sha2"
10785version = "0.10.8"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
10788dependencies = [
10789 "cfg-if",
10790 "cpufeatures",
10791 "digest",
10792]
10793
10794[[package]]
10795name = "sharded-slab"
10796version = "0.1.7"
10797source = "registry+https://github.com/rust-lang/crates.io-index"
10798checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
10799dependencies = [
10800 "lazy_static",
10801]
10802
10803[[package]]
10804name = "shell-words"
10805version = "1.1.0"
10806source = "registry+https://github.com/rust-lang/crates.io-index"
10807checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
10808
10809[[package]]
10810name = "shellexpand"
10811version = "2.1.2"
10812source = "registry+https://github.com/rust-lang/crates.io-index"
10813checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
10814dependencies = [
10815 "dirs 4.0.0",
10816]
10817
10818[[package]]
10819name = "shellexpand"
10820version = "3.1.0"
10821source = "registry+https://github.com/rust-lang/crates.io-index"
10822checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
10823dependencies = [
10824 "dirs 5.0.1",
10825]
10826
10827[[package]]
10828name = "shlex"
10829version = "1.3.0"
10830source = "registry+https://github.com/rust-lang/crates.io-index"
10831checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
10832
10833[[package]]
10834name = "signal-hook"
10835version = "0.3.17"
10836source = "registry+https://github.com/rust-lang/crates.io-index"
10837checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
10838dependencies = [
10839 "libc",
10840 "signal-hook-registry",
10841]
10842
10843[[package]]
10844name = "signal-hook-registry"
10845version = "1.4.2"
10846source = "registry+https://github.com/rust-lang/crates.io-index"
10847checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
10848dependencies = [
10849 "libc",
10850]
10851
10852[[package]]
10853name = "signature"
10854version = "1.6.4"
10855source = "registry+https://github.com/rust-lang/crates.io-index"
10856checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
10857dependencies = [
10858 "digest",
10859 "rand_core 0.6.4",
10860]
10861
10862[[package]]
10863name = "signature"
10864version = "2.2.0"
10865source = "registry+https://github.com/rust-lang/crates.io-index"
10866checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
10867dependencies = [
10868 "digest",
10869 "rand_core 0.6.4",
10870]
10871
10872[[package]]
10873name = "simd-adler32"
10874version = "0.3.7"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
10877
10878[[package]]
10879name = "simd_helpers"
10880version = "0.1.0"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
10883dependencies = [
10884 "quote",
10885]
10886
10887[[package]]
10888name = "simdutf8"
10889version = "0.1.4"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
10892
10893[[package]]
10894name = "similar"
10895version = "1.3.0"
10896source = "registry+https://github.com/rust-lang/crates.io-index"
10897checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
10898
10899[[package]]
10900name = "simple_asn1"
10901version = "0.6.2"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
10904dependencies = [
10905 "num-bigint",
10906 "num-traits",
10907 "thiserror",
10908 "time",
10909]
10910
10911[[package]]
10912name = "simplecss"
10913version = "0.2.1"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
10916dependencies = [
10917 "log",
10918]
10919
10920[[package]]
10921name = "simplelog"
10922version = "0.12.2"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
10925dependencies = [
10926 "log",
10927 "termcolor",
10928 "time",
10929]
10930
10931[[package]]
10932name = "siphasher"
10933version = "0.3.11"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10936
10937[[package]]
10938name = "siphasher"
10939version = "1.0.1"
10940source = "registry+https://github.com/rust-lang/crates.io-index"
10941checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
10942
10943[[package]]
10944name = "skrifa"
10945version = "0.20.0"
10946source = "registry+https://github.com/rust-lang/crates.io-index"
10947checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23"
10948dependencies = [
10949 "bytemuck",
10950 "read-fonts",
10951]
10952
10953[[package]]
10954name = "slab"
10955version = "0.4.9"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
10958dependencies = [
10959 "autocfg",
10960]
10961
10962[[package]]
10963name = "slash_commands_example"
10964version = "0.1.0"
10965dependencies = [
10966 "zed_extension_api 0.1.0",
10967]
10968
10969[[package]]
10970name = "slice-group-by"
10971version = "0.3.1"
10972source = "registry+https://github.com/rust-lang/crates.io-index"
10973checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
10974
10975[[package]]
10976name = "slotmap"
10977version = "1.0.7"
10978source = "registry+https://github.com/rust-lang/crates.io-index"
10979checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
10980dependencies = [
10981 "version_check",
10982]
10983
10984[[package]]
10985name = "smallvec"
10986version = "1.13.2"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
10989dependencies = [
10990 "serde",
10991]
10992
10993[[package]]
10994name = "smart-default"
10995version = "0.6.0"
10996source = "registry+https://github.com/rust-lang/crates.io-index"
10997checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
10998dependencies = [
10999 "proc-macro2",
11000 "quote",
11001 "syn 1.0.109",
11002]
11003
11004[[package]]
11005name = "smol"
11006version = "1.3.0"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11009dependencies = [
11010 "async-channel 1.9.0",
11011 "async-executor",
11012 "async-fs 1.6.0",
11013 "async-io 1.13.0",
11014 "async-lock 2.8.0",
11015 "async-net 1.8.0",
11016 "async-process 1.8.1",
11017 "blocking",
11018 "futures-lite 1.13.0",
11019]
11020
11021[[package]]
11022name = "smol_str"
11023version = "0.1.24"
11024source = "registry+https://github.com/rust-lang/crates.io-index"
11025checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11026dependencies = [
11027 "serde",
11028]
11029
11030[[package]]
11031name = "snippet"
11032version = "0.1.0"
11033dependencies = [
11034 "anyhow",
11035 "smallvec",
11036]
11037
11038[[package]]
11039name = "snippet_provider"
11040version = "0.1.0"
11041dependencies = [
11042 "anyhow",
11043 "collections",
11044 "fs",
11045 "futures 0.3.30",
11046 "gpui",
11047 "parking_lot",
11048 "paths",
11049 "serde",
11050 "serde_json",
11051 "snippet",
11052 "util",
11053]
11054
11055[[package]]
11056name = "snippets_ui"
11057version = "0.1.0"
11058dependencies = [
11059 "fuzzy",
11060 "gpui",
11061 "language",
11062 "paths",
11063 "picker",
11064 "ui",
11065 "util",
11066 "workspace",
11067]
11068
11069[[package]]
11070name = "socket2"
11071version = "0.4.10"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
11074dependencies = [
11075 "libc",
11076 "winapi",
11077]
11078
11079[[package]]
11080name = "socket2"
11081version = "0.5.7"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
11084dependencies = [
11085 "libc",
11086 "windows-sys 0.52.0",
11087]
11088
11089[[package]]
11090name = "spdx"
11091version = "0.10.6"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
11094dependencies = [
11095 "smallvec",
11096]
11097
11098[[package]]
11099name = "spin"
11100version = "0.5.2"
11101source = "registry+https://github.com/rust-lang/crates.io-index"
11102checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
11103
11104[[package]]
11105name = "spin"
11106version = "0.9.8"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
11109dependencies = [
11110 "lock_api",
11111]
11112
11113[[package]]
11114name = "spirv"
11115version = "0.3.0+sdk-1.3.268.0"
11116source = "registry+https://github.com/rust-lang/crates.io-index"
11117checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
11118dependencies = [
11119 "bitflags 2.6.0",
11120]
11121
11122[[package]]
11123name = "spki"
11124version = "0.6.0"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11127dependencies = [
11128 "base64ct",
11129 "der 0.6.1",
11130]
11131
11132[[package]]
11133name = "spki"
11134version = "0.7.3"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
11137dependencies = [
11138 "base64ct",
11139 "der 0.7.9",
11140]
11141
11142[[package]]
11143name = "sptr"
11144version = "0.3.2"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
11147
11148[[package]]
11149name = "sqlez"
11150version = "0.1.0"
11151dependencies = [
11152 "anyhow",
11153 "collections",
11154 "futures 0.3.30",
11155 "indoc",
11156 "libsqlite3-sys",
11157 "parking_lot",
11158 "smol",
11159 "sqlformat",
11160 "thread_local",
11161 "util",
11162 "uuid",
11163]
11164
11165[[package]]
11166name = "sqlez_macros"
11167version = "0.1.0"
11168dependencies = [
11169 "sqlez",
11170 "sqlformat",
11171 "syn 1.0.109",
11172]
11173
11174[[package]]
11175name = "sqlformat"
11176version = "0.2.6"
11177source = "registry+https://github.com/rust-lang/crates.io-index"
11178checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
11179dependencies = [
11180 "nom",
11181 "unicode_categories",
11182]
11183
11184[[package]]
11185name = "sqlx"
11186version = "0.8.0"
11187source = "registry+https://github.com/rust-lang/crates.io-index"
11188checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c"
11189dependencies = [
11190 "sqlx-core",
11191 "sqlx-macros",
11192 "sqlx-mysql",
11193 "sqlx-postgres",
11194 "sqlx-sqlite",
11195]
11196
11197[[package]]
11198name = "sqlx-core"
11199version = "0.8.0"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b"
11202dependencies = [
11203 "atoi",
11204 "bigdecimal",
11205 "byteorder",
11206 "bytes 1.7.2",
11207 "chrono",
11208 "crc",
11209 "crossbeam-queue",
11210 "either",
11211 "event-listener 5.3.1",
11212 "futures-channel",
11213 "futures-core",
11214 "futures-intrusive",
11215 "futures-io",
11216 "futures-util",
11217 "hashbrown 0.14.5",
11218 "hashlink 0.9.1",
11219 "hex",
11220 "indexmap 2.4.0",
11221 "log",
11222 "memchr",
11223 "once_cell",
11224 "paste",
11225 "percent-encoding",
11226 "rust_decimal",
11227 "rustls 0.21.12",
11228 "rustls-pemfile 1.0.4",
11229 "serde",
11230 "serde_json",
11231 "sha2",
11232 "smallvec",
11233 "sqlformat",
11234 "thiserror",
11235 "time",
11236 "tokio",
11237 "tokio-stream",
11238 "tracing",
11239 "url",
11240 "uuid",
11241 "webpki-roots 0.25.4",
11242]
11243
11244[[package]]
11245name = "sqlx-macros"
11246version = "0.8.0"
11247source = "registry+https://github.com/rust-lang/crates.io-index"
11248checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88"
11249dependencies = [
11250 "proc-macro2",
11251 "quote",
11252 "sqlx-core",
11253 "sqlx-macros-core",
11254 "syn 2.0.76",
11255]
11256
11257[[package]]
11258name = "sqlx-macros-core"
11259version = "0.8.0"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776"
11262dependencies = [
11263 "dotenvy",
11264 "either",
11265 "heck 0.5.0",
11266 "hex",
11267 "once_cell",
11268 "proc-macro2",
11269 "quote",
11270 "serde",
11271 "serde_json",
11272 "sha2",
11273 "sqlx-core",
11274 "sqlx-mysql",
11275 "sqlx-postgres",
11276 "sqlx-sqlite",
11277 "syn 2.0.76",
11278 "tempfile",
11279 "tokio",
11280 "url",
11281]
11282
11283[[package]]
11284name = "sqlx-mysql"
11285version = "0.8.0"
11286source = "registry+https://github.com/rust-lang/crates.io-index"
11287checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6"
11288dependencies = [
11289 "atoi",
11290 "base64 0.22.1",
11291 "bigdecimal",
11292 "bitflags 2.6.0",
11293 "byteorder",
11294 "bytes 1.7.2",
11295 "chrono",
11296 "crc",
11297 "digest",
11298 "dotenvy",
11299 "either",
11300 "futures-channel",
11301 "futures-core",
11302 "futures-io",
11303 "futures-util",
11304 "generic-array",
11305 "hex",
11306 "hkdf",
11307 "hmac",
11308 "itoa",
11309 "log",
11310 "md-5",
11311 "memchr",
11312 "once_cell",
11313 "percent-encoding",
11314 "rand 0.8.5",
11315 "rsa",
11316 "rust_decimal",
11317 "serde",
11318 "sha1",
11319 "sha2",
11320 "smallvec",
11321 "sqlx-core",
11322 "stringprep",
11323 "thiserror",
11324 "time",
11325 "tracing",
11326 "uuid",
11327 "whoami",
11328]
11329
11330[[package]]
11331name = "sqlx-postgres"
11332version = "0.8.0"
11333source = "registry+https://github.com/rust-lang/crates.io-index"
11334checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21"
11335dependencies = [
11336 "atoi",
11337 "base64 0.22.1",
11338 "bigdecimal",
11339 "bitflags 2.6.0",
11340 "byteorder",
11341 "chrono",
11342 "crc",
11343 "dotenvy",
11344 "etcetera",
11345 "futures-channel",
11346 "futures-core",
11347 "futures-io",
11348 "futures-util",
11349 "hex",
11350 "hkdf",
11351 "hmac",
11352 "home",
11353 "itoa",
11354 "log",
11355 "md-5",
11356 "memchr",
11357 "num-bigint",
11358 "once_cell",
11359 "rand 0.8.5",
11360 "rust_decimal",
11361 "serde",
11362 "serde_json",
11363 "sha2",
11364 "smallvec",
11365 "sqlx-core",
11366 "stringprep",
11367 "thiserror",
11368 "time",
11369 "tracing",
11370 "uuid",
11371 "whoami",
11372]
11373
11374[[package]]
11375name = "sqlx-sqlite"
11376version = "0.8.0"
11377source = "registry+https://github.com/rust-lang/crates.io-index"
11378checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee"
11379dependencies = [
11380 "atoi",
11381 "chrono",
11382 "flume",
11383 "futures-channel",
11384 "futures-core",
11385 "futures-executor",
11386 "futures-intrusive",
11387 "futures-util",
11388 "libsqlite3-sys",
11389 "log",
11390 "percent-encoding",
11391 "serde",
11392 "serde_urlencoded",
11393 "sqlx-core",
11394 "time",
11395 "tracing",
11396 "url",
11397 "uuid",
11398]
11399
11400[[package]]
11401name = "stable_deref_trait"
11402version = "1.2.0"
11403source = "registry+https://github.com/rust-lang/crates.io-index"
11404checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
11405
11406[[package]]
11407name = "static_assertions"
11408version = "1.1.0"
11409source = "registry+https://github.com/rust-lang/crates.io-index"
11410checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
11411
11412[[package]]
11413name = "story"
11414version = "0.1.0"
11415dependencies = [
11416 "gpui",
11417 "itertools 0.13.0",
11418 "smallvec",
11419]
11420
11421[[package]]
11422name = "storybook"
11423version = "0.1.0"
11424dependencies = [
11425 "anyhow",
11426 "clap",
11427 "collab_ui",
11428 "ctrlc",
11429 "dialoguer",
11430 "editor",
11431 "fuzzy",
11432 "gpui",
11433 "indoc",
11434 "language",
11435 "log",
11436 "menu",
11437 "picker",
11438 "project",
11439 "reqwest_client",
11440 "rust-embed",
11441 "settings",
11442 "simplelog",
11443 "story",
11444 "strum 0.25.0",
11445 "theme",
11446 "title_bar",
11447 "ui",
11448]
11449
11450[[package]]
11451name = "strict-num"
11452version = "0.1.1"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
11455dependencies = [
11456 "float-cmp",
11457]
11458
11459[[package]]
11460name = "string_cache"
11461version = "0.8.7"
11462source = "registry+https://github.com/rust-lang/crates.io-index"
11463checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
11464dependencies = [
11465 "new_debug_unreachable",
11466 "once_cell",
11467 "parking_lot",
11468 "phf_shared 0.10.0",
11469 "precomputed-hash",
11470 "serde",
11471]
11472
11473[[package]]
11474name = "string_cache_codegen"
11475version = "0.5.2"
11476source = "registry+https://github.com/rust-lang/crates.io-index"
11477checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
11478dependencies = [
11479 "phf_generator 0.10.0",
11480 "phf_shared 0.10.0",
11481 "proc-macro2",
11482 "quote",
11483]
11484
11485[[package]]
11486name = "stringprep"
11487version = "0.1.5"
11488source = "registry+https://github.com/rust-lang/crates.io-index"
11489checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
11490dependencies = [
11491 "unicode-bidi",
11492 "unicode-normalization",
11493 "unicode-properties",
11494]
11495
11496[[package]]
11497name = "strsim"
11498version = "0.11.1"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
11501
11502[[package]]
11503name = "strum"
11504version = "0.25.0"
11505source = "registry+https://github.com/rust-lang/crates.io-index"
11506checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
11507dependencies = [
11508 "strum_macros",
11509]
11510
11511[[package]]
11512name = "strum"
11513version = "0.26.3"
11514source = "registry+https://github.com/rust-lang/crates.io-index"
11515checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
11516
11517[[package]]
11518name = "strum_macros"
11519version = "0.25.3"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
11522dependencies = [
11523 "heck 0.4.1",
11524 "proc-macro2",
11525 "quote",
11526 "rustversion",
11527 "syn 2.0.76",
11528]
11529
11530[[package]]
11531name = "subtle"
11532version = "2.6.1"
11533source = "registry+https://github.com/rust-lang/crates.io-index"
11534checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
11535
11536[[package]]
11537name = "sum_tree"
11538version = "0.1.0"
11539dependencies = [
11540 "arrayvec",
11541 "ctor",
11542 "env_logger 0.11.5",
11543 "log",
11544 "rand 0.8.5",
11545 "rayon",
11546]
11547
11548[[package]]
11549name = "supermaven"
11550version = "0.1.0"
11551dependencies = [
11552 "anyhow",
11553 "client",
11554 "collections",
11555 "editor",
11556 "env_logger 0.11.5",
11557 "futures 0.3.30",
11558 "gpui",
11559 "http_client",
11560 "language",
11561 "log",
11562 "postage",
11563 "project",
11564 "serde",
11565 "serde_json",
11566 "settings",
11567 "smol",
11568 "supermaven_api",
11569 "text",
11570 "theme",
11571 "ui",
11572 "unicode-segmentation",
11573 "util",
11574 "windows 0.58.0",
11575]
11576
11577[[package]]
11578name = "supermaven_api"
11579version = "0.1.0"
11580dependencies = [
11581 "anyhow",
11582 "futures 0.3.30",
11583 "http_client",
11584 "paths",
11585 "serde",
11586 "serde_json",
11587 "smol",
11588]
11589
11590[[package]]
11591name = "sval"
11592version = "2.13.0"
11593source = "registry+https://github.com/rust-lang/crates.io-index"
11594checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
11595
11596[[package]]
11597name = "sval_buffer"
11598version = "2.13.0"
11599source = "registry+https://github.com/rust-lang/crates.io-index"
11600checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
11601dependencies = [
11602 "sval",
11603 "sval_ref",
11604]
11605
11606[[package]]
11607name = "sval_dynamic"
11608version = "2.13.0"
11609source = "registry+https://github.com/rust-lang/crates.io-index"
11610checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
11611dependencies = [
11612 "sval",
11613]
11614
11615[[package]]
11616name = "sval_fmt"
11617version = "2.13.0"
11618source = "registry+https://github.com/rust-lang/crates.io-index"
11619checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
11620dependencies = [
11621 "itoa",
11622 "ryu",
11623 "sval",
11624]
11625
11626[[package]]
11627name = "sval_json"
11628version = "2.13.0"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
11631dependencies = [
11632 "itoa",
11633 "ryu",
11634 "sval",
11635]
11636
11637[[package]]
11638name = "sval_nested"
11639version = "2.13.0"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
11642dependencies = [
11643 "sval",
11644 "sval_buffer",
11645 "sval_ref",
11646]
11647
11648[[package]]
11649name = "sval_ref"
11650version = "2.13.0"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
11653dependencies = [
11654 "sval",
11655]
11656
11657[[package]]
11658name = "sval_serde"
11659version = "2.13.0"
11660source = "registry+https://github.com/rust-lang/crates.io-index"
11661checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
11662dependencies = [
11663 "serde",
11664 "sval",
11665 "sval_nested",
11666]
11667
11668[[package]]
11669name = "svg_fmt"
11670version = "0.4.3"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
11673
11674[[package]]
11675name = "svgtypes"
11676version = "0.15.2"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
11679dependencies = [
11680 "kurbo",
11681 "siphasher 1.0.1",
11682]
11683
11684[[package]]
11685name = "swash"
11686version = "0.1.18"
11687source = "registry+https://github.com/rust-lang/crates.io-index"
11688checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac"
11689dependencies = [
11690 "skrifa",
11691 "yazi",
11692 "zeno",
11693]
11694
11695[[package]]
11696name = "syn"
11697version = "1.0.109"
11698source = "registry+https://github.com/rust-lang/crates.io-index"
11699checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
11700dependencies = [
11701 "proc-macro2",
11702 "quote",
11703 "unicode-ident",
11704]
11705
11706[[package]]
11707name = "syn"
11708version = "2.0.76"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525"
11711dependencies = [
11712 "proc-macro2",
11713 "quote",
11714 "unicode-ident",
11715]
11716
11717[[package]]
11718name = "syn_derive"
11719version = "0.1.8"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
11722dependencies = [
11723 "proc-macro-error",
11724 "proc-macro2",
11725 "quote",
11726 "syn 2.0.76",
11727]
11728
11729[[package]]
11730name = "sync_wrapper"
11731version = "0.1.2"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
11734
11735[[package]]
11736name = "sync_wrapper"
11737version = "1.0.1"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
11740dependencies = [
11741 "futures-core",
11742]
11743
11744[[package]]
11745name = "synchronoise"
11746version = "1.0.1"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
11749dependencies = [
11750 "crossbeam-queue",
11751]
11752
11753[[package]]
11754name = "sys-locale"
11755version = "0.3.1"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
11758dependencies = [
11759 "libc",
11760]
11761
11762[[package]]
11763name = "sysinfo"
11764version = "0.31.4"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
11767dependencies = [
11768 "core-foundation-sys",
11769 "libc",
11770 "memchr",
11771 "ntapi",
11772 "rayon",
11773 "windows 0.54.0",
11774]
11775
11776[[package]]
11777name = "system-configuration"
11778version = "0.5.1"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
11781dependencies = [
11782 "bitflags 1.3.2",
11783 "core-foundation 0.9.4",
11784 "system-configuration-sys 0.5.0",
11785]
11786
11787[[package]]
11788name = "system-configuration"
11789version = "0.6.1"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
11792dependencies = [
11793 "bitflags 2.6.0",
11794 "core-foundation 0.9.4",
11795 "system-configuration-sys 0.6.0",
11796]
11797
11798[[package]]
11799name = "system-configuration-sys"
11800version = "0.5.0"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
11803dependencies = [
11804 "core-foundation-sys",
11805 "libc",
11806]
11807
11808[[package]]
11809name = "system-configuration-sys"
11810version = "0.6.0"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
11813dependencies = [
11814 "core-foundation-sys",
11815 "libc",
11816]
11817
11818[[package]]
11819name = "system-deps"
11820version = "6.2.2"
11821source = "registry+https://github.com/rust-lang/crates.io-index"
11822checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
11823dependencies = [
11824 "cfg-expr",
11825 "heck 0.5.0",
11826 "pkg-config",
11827 "toml 0.8.19",
11828 "version-compare",
11829]
11830
11831[[package]]
11832name = "system-interface"
11833version = "0.27.2"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6"
11836dependencies = [
11837 "bitflags 2.6.0",
11838 "cap-fs-ext",
11839 "cap-std",
11840 "fd-lock",
11841 "io-lifetimes 2.0.3",
11842 "rustix 0.38.35",
11843 "windows-sys 0.52.0",
11844 "winx",
11845]
11846
11847[[package]]
11848name = "tab_switcher"
11849version = "0.1.0"
11850dependencies = [
11851 "anyhow",
11852 "collections",
11853 "ctor",
11854 "editor",
11855 "env_logger 0.11.5",
11856 "gpui",
11857 "language",
11858 "menu",
11859 "picker",
11860 "project",
11861 "serde",
11862 "serde_json",
11863 "settings",
11864 "theme",
11865 "ui",
11866 "util",
11867 "workspace",
11868]
11869
11870[[package]]
11871name = "taffy"
11872version = "0.4.4"
11873source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
11875dependencies = [
11876 "arrayvec",
11877 "grid",
11878 "num-traits",
11879 "serde",
11880 "slotmap",
11881]
11882
11883[[package]]
11884name = "take-until"
11885version = "0.2.0"
11886source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
11888
11889[[package]]
11890name = "tap"
11891version = "1.0.1"
11892source = "registry+https://github.com/rust-lang/crates.io-index"
11893checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
11894
11895[[package]]
11896name = "target-lexicon"
11897version = "0.12.16"
11898source = "registry+https://github.com/rust-lang/crates.io-index"
11899checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
11900
11901[[package]]
11902name = "task"
11903version = "0.1.0"
11904dependencies = [
11905 "anyhow",
11906 "collections",
11907 "futures 0.3.30",
11908 "gpui",
11909 "hex",
11910 "parking_lot",
11911 "schemars",
11912 "serde",
11913 "serde_json_lenient",
11914 "sha2",
11915 "shellexpand 2.1.2",
11916 "util",
11917]
11918
11919[[package]]
11920name = "tasks_ui"
11921version = "0.1.0"
11922dependencies = [
11923 "anyhow",
11924 "editor",
11925 "file_icons",
11926 "fuzzy",
11927 "gpui",
11928 "language",
11929 "menu",
11930 "picker",
11931 "project",
11932 "schemars",
11933 "serde",
11934 "serde_json",
11935 "settings",
11936 "task",
11937 "tree-sitter-rust",
11938 "tree-sitter-typescript",
11939 "ui",
11940 "util",
11941 "workspace",
11942]
11943
11944[[package]]
11945name = "telemetry_events"
11946version = "0.1.0"
11947dependencies = [
11948 "semantic_version",
11949 "serde",
11950]
11951
11952[[package]]
11953name = "tempfile"
11954version = "3.12.0"
11955source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
11957dependencies = [
11958 "cfg-if",
11959 "fastrand 2.1.1",
11960 "once_cell",
11961 "rustix 0.38.35",
11962 "windows-sys 0.59.0",
11963]
11964
11965[[package]]
11966name = "tendril"
11967version = "0.4.3"
11968source = "registry+https://github.com/rust-lang/crates.io-index"
11969checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
11970dependencies = [
11971 "futf",
11972 "mac",
11973 "utf-8",
11974]
11975
11976[[package]]
11977name = "termcolor"
11978version = "1.4.1"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
11981dependencies = [
11982 "winapi-util",
11983]
11984
11985[[package]]
11986name = "terminal"
11987version = "0.1.0"
11988dependencies = [
11989 "alacritty_terminal",
11990 "anyhow",
11991 "collections",
11992 "dirs 4.0.0",
11993 "futures 0.3.30",
11994 "gpui",
11995 "libc",
11996 "rand 0.8.5",
11997 "regex",
11998 "release_channel",
11999 "schemars",
12000 "serde",
12001 "serde_derive",
12002 "settings",
12003 "smol",
12004 "sysinfo",
12005 "task",
12006 "theme",
12007 "thiserror",
12008 "util",
12009 "windows 0.58.0",
12010]
12011
12012[[package]]
12013name = "terminal_size"
12014version = "0.4.0"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
12017dependencies = [
12018 "rustix 0.38.35",
12019 "windows-sys 0.59.0",
12020]
12021
12022[[package]]
12023name = "terminal_view"
12024version = "0.1.0"
12025dependencies = [
12026 "anyhow",
12027 "client",
12028 "collections",
12029 "db",
12030 "dirs 4.0.0",
12031 "editor",
12032 "futures 0.3.30",
12033 "gpui",
12034 "itertools 0.13.0",
12035 "language",
12036 "project",
12037 "rand 0.8.5",
12038 "search",
12039 "serde",
12040 "serde_json",
12041 "settings",
12042 "shellexpand 2.1.2",
12043 "smol",
12044 "task",
12045 "tasks_ui",
12046 "terminal",
12047 "theme",
12048 "ui",
12049 "util",
12050 "workspace",
12051 "zed_actions",
12052]
12053
12054[[package]]
12055name = "text"
12056version = "0.1.0"
12057dependencies = [
12058 "anyhow",
12059 "clock",
12060 "collections",
12061 "ctor",
12062 "env_logger 0.11.5",
12063 "gpui",
12064 "http_client",
12065 "log",
12066 "parking_lot",
12067 "postage",
12068 "rand 0.8.5",
12069 "regex",
12070 "rope",
12071 "smallvec",
12072 "sum_tree",
12073 "util",
12074]
12075
12076[[package]]
12077name = "theme"
12078version = "0.1.0"
12079dependencies = [
12080 "anyhow",
12081 "collections",
12082 "derive_more",
12083 "fs",
12084 "futures 0.3.30",
12085 "gpui",
12086 "indexmap 1.9.3",
12087 "log",
12088 "palette",
12089 "parking_lot",
12090 "refineable",
12091 "schemars",
12092 "serde",
12093 "serde_derive",
12094 "serde_json",
12095 "serde_json_lenient",
12096 "serde_repr",
12097 "settings",
12098 "strum 0.25.0",
12099 "util",
12100 "uuid",
12101]
12102
12103[[package]]
12104name = "theme_importer"
12105version = "0.1.0"
12106dependencies = [
12107 "anyhow",
12108 "clap",
12109 "gpui",
12110 "indexmap 1.9.3",
12111 "log",
12112 "palette",
12113 "rust-embed",
12114 "schemars",
12115 "serde",
12116 "serde_json",
12117 "serde_json_lenient",
12118 "simplelog",
12119 "strum 0.25.0",
12120 "theme",
12121 "vscode_theme",
12122]
12123
12124[[package]]
12125name = "theme_selector"
12126version = "0.1.0"
12127dependencies = [
12128 "client",
12129 "feature_flags",
12130 "fs",
12131 "fuzzy",
12132 "gpui",
12133 "log",
12134 "picker",
12135 "serde",
12136 "settings",
12137 "theme",
12138 "ui",
12139 "util",
12140 "workspace",
12141]
12142
12143[[package]]
12144name = "thiserror"
12145version = "1.0.64"
12146source = "registry+https://github.com/rust-lang/crates.io-index"
12147checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
12148dependencies = [
12149 "thiserror-impl",
12150]
12151
12152[[package]]
12153name = "thiserror-impl"
12154version = "1.0.64"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
12157dependencies = [
12158 "proc-macro2",
12159 "quote",
12160 "syn 2.0.76",
12161]
12162
12163[[package]]
12164name = "thread_local"
12165version = "1.1.8"
12166source = "registry+https://github.com/rust-lang/crates.io-index"
12167checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
12168dependencies = [
12169 "cfg-if",
12170 "once_cell",
12171]
12172
12173[[package]]
12174name = "tiff"
12175version = "0.9.1"
12176source = "registry+https://github.com/rust-lang/crates.io-index"
12177checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
12178dependencies = [
12179 "flate2",
12180 "jpeg-decoder",
12181 "weezl",
12182]
12183
12184[[package]]
12185name = "tiktoken-rs"
12186version = "0.5.9"
12187source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
12189dependencies = [
12190 "anyhow",
12191 "base64 0.21.7",
12192 "bstr",
12193 "fancy-regex",
12194 "lazy_static",
12195 "parking_lot",
12196 "rustc-hash 1.1.0",
12197]
12198
12199[[package]]
12200name = "time"
12201version = "0.3.36"
12202source = "registry+https://github.com/rust-lang/crates.io-index"
12203checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
12204dependencies = [
12205 "deranged",
12206 "itoa",
12207 "libc",
12208 "num-conv",
12209 "num_threads",
12210 "powerfmt",
12211 "serde",
12212 "time-core",
12213 "time-macros",
12214]
12215
12216[[package]]
12217name = "time-core"
12218version = "0.1.2"
12219source = "registry+https://github.com/rust-lang/crates.io-index"
12220checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
12221
12222[[package]]
12223name = "time-macros"
12224version = "0.2.18"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
12227dependencies = [
12228 "num-conv",
12229 "time-core",
12230]
12231
12232[[package]]
12233name = "time_format"
12234version = "0.1.0"
12235dependencies = [
12236 "core-foundation 0.9.4",
12237 "core-foundation-sys",
12238 "sys-locale",
12239 "time",
12240]
12241
12242[[package]]
12243name = "tiny-keccak"
12244version = "2.0.2"
12245source = "registry+https://github.com/rust-lang/crates.io-index"
12246checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
12247dependencies = [
12248 "crunchy",
12249]
12250
12251[[package]]
12252name = "tiny-skia"
12253version = "0.11.4"
12254source = "registry+https://github.com/rust-lang/crates.io-index"
12255checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
12256dependencies = [
12257 "arrayref",
12258 "arrayvec",
12259 "bytemuck",
12260 "cfg-if",
12261 "log",
12262 "png",
12263 "tiny-skia-path",
12264]
12265
12266[[package]]
12267name = "tiny-skia-path"
12268version = "0.11.4"
12269source = "registry+https://github.com/rust-lang/crates.io-index"
12270checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
12271dependencies = [
12272 "arrayref",
12273 "bytemuck",
12274 "strict-num",
12275]
12276
12277[[package]]
12278name = "tiny_http"
12279version = "0.8.2"
12280source = "registry+https://github.com/rust-lang/crates.io-index"
12281checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
12282dependencies = [
12283 "ascii",
12284 "chrono",
12285 "chunked_transfer",
12286 "log",
12287 "url",
12288]
12289
12290[[package]]
12291name = "tinytemplate"
12292version = "1.2.1"
12293source = "registry+https://github.com/rust-lang/crates.io-index"
12294checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
12295dependencies = [
12296 "serde",
12297 "serde_json",
12298]
12299
12300[[package]]
12301name = "tinyvec"
12302version = "1.8.0"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
12305dependencies = [
12306 "tinyvec_macros",
12307]
12308
12309[[package]]
12310name = "tinyvec_macros"
12311version = "0.1.1"
12312source = "registry+https://github.com/rust-lang/crates.io-index"
12313checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
12314
12315[[package]]
12316name = "title_bar"
12317version = "0.1.0"
12318dependencies = [
12319 "auto_update",
12320 "call",
12321 "client",
12322 "collections",
12323 "command_palette",
12324 "editor",
12325 "extensions_ui",
12326 "feature_flags",
12327 "feedback",
12328 "gpui",
12329 "http_client",
12330 "notifications",
12331 "pretty_assertions",
12332 "project",
12333 "recent_projects",
12334 "remote",
12335 "rpc",
12336 "serde",
12337 "settings",
12338 "smallvec",
12339 "story",
12340 "theme",
12341 "theme_selector",
12342 "tree-sitter-md",
12343 "ui",
12344 "util",
12345 "vcs_menu",
12346 "windows 0.58.0",
12347 "workspace",
12348 "zed_actions",
12349]
12350
12351[[package]]
12352name = "tokio"
12353version = "1.40.0"
12354source = "registry+https://github.com/rust-lang/crates.io-index"
12355checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
12356dependencies = [
12357 "backtrace",
12358 "bytes 1.7.2",
12359 "libc",
12360 "mio 1.0.2",
12361 "parking_lot",
12362 "pin-project-lite",
12363 "signal-hook-registry",
12364 "socket2 0.5.7",
12365 "tokio-macros",
12366 "windows-sys 0.52.0",
12367]
12368
12369[[package]]
12370name = "tokio-io"
12371version = "0.1.13"
12372source = "registry+https://github.com/rust-lang/crates.io-index"
12373checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
12374dependencies = [
12375 "bytes 0.4.12",
12376 "futures 0.1.31",
12377 "log",
12378]
12379
12380[[package]]
12381name = "tokio-macros"
12382version = "2.4.0"
12383source = "registry+https://github.com/rust-lang/crates.io-index"
12384checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
12385dependencies = [
12386 "proc-macro2",
12387 "quote",
12388 "syn 2.0.76",
12389]
12390
12391[[package]]
12392name = "tokio-native-tls"
12393version = "0.3.1"
12394source = "registry+https://github.com/rust-lang/crates.io-index"
12395checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
12396dependencies = [
12397 "native-tls",
12398 "tokio",
12399]
12400
12401[[package]]
12402name = "tokio-rustls"
12403version = "0.24.1"
12404source = "registry+https://github.com/rust-lang/crates.io-index"
12405checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
12406dependencies = [
12407 "rustls 0.21.12",
12408 "tokio",
12409]
12410
12411[[package]]
12412name = "tokio-rustls"
12413version = "0.26.0"
12414source = "registry+https://github.com/rust-lang/crates.io-index"
12415checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
12416dependencies = [
12417 "rustls 0.23.13",
12418 "rustls-pki-types",
12419 "tokio",
12420]
12421
12422[[package]]
12423name = "tokio-socks"
12424version = "0.5.2"
12425source = "registry+https://github.com/rust-lang/crates.io-index"
12426checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
12427dependencies = [
12428 "either",
12429 "futures-io",
12430 "futures-util",
12431 "thiserror",
12432 "tokio",
12433]
12434
12435[[package]]
12436name = "tokio-stream"
12437version = "0.1.15"
12438source = "registry+https://github.com/rust-lang/crates.io-index"
12439checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
12440dependencies = [
12441 "futures-core",
12442 "pin-project-lite",
12443 "tokio",
12444]
12445
12446[[package]]
12447name = "tokio-tungstenite"
12448version = "0.20.1"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
12451dependencies = [
12452 "futures-util",
12453 "log",
12454 "tokio",
12455 "tungstenite 0.20.1",
12456]
12457
12458[[package]]
12459name = "tokio-tungstenite"
12460version = "0.21.0"
12461source = "registry+https://github.com/rust-lang/crates.io-index"
12462checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
12463dependencies = [
12464 "futures-util",
12465 "log",
12466 "tokio",
12467 "tungstenite 0.21.0",
12468]
12469
12470[[package]]
12471name = "tokio-util"
12472version = "0.7.12"
12473source = "registry+https://github.com/rust-lang/crates.io-index"
12474checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
12475dependencies = [
12476 "bytes 1.7.2",
12477 "futures-core",
12478 "futures-io",
12479 "futures-sink",
12480 "pin-project-lite",
12481 "tokio",
12482]
12483
12484[[package]]
12485name = "toml"
12486version = "0.5.11"
12487source = "registry+https://github.com/rust-lang/crates.io-index"
12488checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12489dependencies = [
12490 "serde",
12491]
12492
12493[[package]]
12494name = "toml"
12495version = "0.7.8"
12496source = "registry+https://github.com/rust-lang/crates.io-index"
12497checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
12498dependencies = [
12499 "serde",
12500 "serde_spanned",
12501 "toml_datetime",
12502 "toml_edit 0.19.15",
12503]
12504
12505[[package]]
12506name = "toml"
12507version = "0.8.19"
12508source = "registry+https://github.com/rust-lang/crates.io-index"
12509checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
12510dependencies = [
12511 "serde",
12512 "serde_spanned",
12513 "toml_datetime",
12514 "toml_edit 0.22.20",
12515]
12516
12517[[package]]
12518name = "toml_datetime"
12519version = "0.6.8"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
12522dependencies = [
12523 "serde",
12524]
12525
12526[[package]]
12527name = "toml_edit"
12528version = "0.19.15"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
12531dependencies = [
12532 "indexmap 2.4.0",
12533 "serde",
12534 "serde_spanned",
12535 "toml_datetime",
12536 "winnow 0.5.40",
12537]
12538
12539[[package]]
12540name = "toml_edit"
12541version = "0.22.20"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
12544dependencies = [
12545 "indexmap 2.4.0",
12546 "serde",
12547 "serde_spanned",
12548 "toml_datetime",
12549 "winnow 0.6.18",
12550]
12551
12552[[package]]
12553name = "toolchain_selector"
12554version = "0.1.0"
12555dependencies = [
12556 "editor",
12557 "fuzzy",
12558 "gpui",
12559 "language",
12560 "picker",
12561 "project",
12562 "ui",
12563 "util",
12564 "workspace",
12565]
12566
12567[[package]]
12568name = "topological-sort"
12569version = "0.2.2"
12570source = "registry+https://github.com/rust-lang/crates.io-index"
12571checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
12572
12573[[package]]
12574name = "tower"
12575version = "0.4.13"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
12578dependencies = [
12579 "futures-core",
12580 "futures-util",
12581 "pin-project",
12582 "pin-project-lite",
12583 "tokio",
12584 "tower-layer",
12585 "tower-service",
12586 "tracing",
12587]
12588
12589[[package]]
12590name = "tower-http"
12591version = "0.3.5"
12592source = "registry+https://github.com/rust-lang/crates.io-index"
12593checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
12594dependencies = [
12595 "bitflags 1.3.2",
12596 "bytes 1.7.2",
12597 "futures-core",
12598 "futures-util",
12599 "http 0.2.12",
12600 "http-body 0.4.6",
12601 "http-range-header",
12602 "pin-project-lite",
12603 "tower-layer",
12604 "tower-service",
12605]
12606
12607[[package]]
12608name = "tower-http"
12609version = "0.4.4"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
12612dependencies = [
12613 "bitflags 2.6.0",
12614 "bytes 1.7.2",
12615 "futures-core",
12616 "futures-util",
12617 "http 0.2.12",
12618 "http-body 0.4.6",
12619 "http-range-header",
12620 "pin-project-lite",
12621 "tower-layer",
12622 "tower-service",
12623 "tracing",
12624]
12625
12626[[package]]
12627name = "tower-layer"
12628version = "0.3.3"
12629source = "registry+https://github.com/rust-lang/crates.io-index"
12630checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
12631
12632[[package]]
12633name = "tower-service"
12634version = "0.3.3"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
12637
12638[[package]]
12639name = "tracing"
12640version = "0.1.40"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
12643dependencies = [
12644 "log",
12645 "pin-project-lite",
12646 "tracing-attributes",
12647 "tracing-core",
12648]
12649
12650[[package]]
12651name = "tracing-attributes"
12652version = "0.1.27"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
12655dependencies = [
12656 "proc-macro2",
12657 "quote",
12658 "syn 2.0.76",
12659]
12660
12661[[package]]
12662name = "tracing-core"
12663version = "0.1.32"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
12666dependencies = [
12667 "once_cell",
12668 "valuable",
12669]
12670
12671[[package]]
12672name = "tracing-log"
12673version = "0.2.0"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
12676dependencies = [
12677 "log",
12678 "once_cell",
12679 "tracing-core",
12680]
12681
12682[[package]]
12683name = "tracing-serde"
12684version = "0.1.3"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
12687dependencies = [
12688 "serde",
12689 "tracing-core",
12690]
12691
12692[[package]]
12693name = "tracing-subscriber"
12694version = "0.3.18"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
12697dependencies = [
12698 "matchers",
12699 "nu-ansi-term",
12700 "once_cell",
12701 "regex",
12702 "serde",
12703 "serde_json",
12704 "sharded-slab",
12705 "smallvec",
12706 "thread_local",
12707 "tracing",
12708 "tracing-core",
12709 "tracing-log",
12710 "tracing-serde",
12711]
12712
12713[[package]]
12714name = "tree-sitter"
12715version = "0.23.0"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff"
12718dependencies = [
12719 "cc",
12720 "regex",
12721 "regex-syntax 0.8.4",
12722 "tree-sitter-language",
12723 "wasmtime-c-api-impl",
12724]
12725
12726[[package]]
12727name = "tree-sitter-bash"
12728version = "0.23.1"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda"
12731dependencies = [
12732 "cc",
12733 "tree-sitter-language",
12734]
12735
12736[[package]]
12737name = "tree-sitter-c"
12738version = "0.23.1"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b"
12741dependencies = [
12742 "cc",
12743 "tree-sitter-language",
12744]
12745
12746[[package]]
12747name = "tree-sitter-cpp"
12748version = "0.23.1"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "1d67e862242878d6ee50e1e5814f267ee3eea0168aea2cdbd700ccfb4c74b6d3"
12751dependencies = [
12752 "cc",
12753 "tree-sitter-language",
12754]
12755
12756[[package]]
12757name = "tree-sitter-css"
12758version = "0.23.0"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292"
12761dependencies = [
12762 "cc",
12763 "tree-sitter-language",
12764]
12765
12766[[package]]
12767name = "tree-sitter-diff"
12768version = "0.1.0"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
12771dependencies = [
12772 "cc",
12773 "tree-sitter-language",
12774]
12775
12776[[package]]
12777name = "tree-sitter-elixir"
12778version = "0.3.1"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32"
12781dependencies = [
12782 "cc",
12783 "tree-sitter-language",
12784]
12785
12786[[package]]
12787name = "tree-sitter-embedded-template"
12788version = "0.23.0"
12789source = "registry+https://github.com/rust-lang/crates.io-index"
12790checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495"
12791dependencies = [
12792 "cc",
12793 "tree-sitter-language",
12794]
12795
12796[[package]]
12797name = "tree-sitter-go"
12798version = "0.23.1"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e"
12801dependencies = [
12802 "cc",
12803 "tree-sitter-language",
12804]
12805
12806[[package]]
12807name = "tree-sitter-gomod"
12808version = "1.0.2"
12809source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
12810dependencies = [
12811 "cc",
12812 "tree-sitter-language",
12813]
12814
12815[[package]]
12816name = "tree-sitter-gowork"
12817version = "0.0.1"
12818source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
12819dependencies = [
12820 "cc",
12821 "tree-sitter-language",
12822]
12823
12824[[package]]
12825name = "tree-sitter-heex"
12826version = "0.0.1"
12827source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
12828dependencies = [
12829 "cc",
12830 "tree-sitter-language",
12831]
12832
12833[[package]]
12834name = "tree-sitter-html"
12835version = "0.20.4"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
12838dependencies = [
12839 "cc",
12840 "tree-sitter",
12841]
12842
12843[[package]]
12844name = "tree-sitter-jsdoc"
12845version = "0.23.0"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8"
12848dependencies = [
12849 "cc",
12850 "tree-sitter-language",
12851]
12852
12853[[package]]
12854name = "tree-sitter-json"
12855version = "0.23.0"
12856source = "registry+https://github.com/rust-lang/crates.io-index"
12857checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4"
12858dependencies = [
12859 "cc",
12860 "tree-sitter-language",
12861]
12862
12863[[package]]
12864name = "tree-sitter-language"
12865version = "0.1.0"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57"
12868
12869[[package]]
12870name = "tree-sitter-md"
12871version = "0.3.2"
12872source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
12873dependencies = [
12874 "cc",
12875 "tree-sitter-language",
12876]
12877
12878[[package]]
12879name = "tree-sitter-python"
12880version = "0.23.2"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb"
12883dependencies = [
12884 "cc",
12885 "tree-sitter-language",
12886]
12887
12888[[package]]
12889name = "tree-sitter-regex"
12890version = "0.23.0"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
12893dependencies = [
12894 "cc",
12895 "tree-sitter-language",
12896]
12897
12898[[package]]
12899name = "tree-sitter-ruby"
12900version = "0.23.0"
12901source = "registry+https://github.com/rust-lang/crates.io-index"
12902checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0"
12903dependencies = [
12904 "cc",
12905 "tree-sitter-language",
12906]
12907
12908[[package]]
12909name = "tree-sitter-rust"
12910version = "0.23.0"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8"
12913dependencies = [
12914 "cc",
12915 "tree-sitter-language",
12916]
12917
12918[[package]]
12919name = "tree-sitter-typescript"
12920version = "0.23.0"
12921source = "registry+https://github.com/rust-lang/crates.io-index"
12922checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685"
12923dependencies = [
12924 "cc",
12925 "tree-sitter-language",
12926]
12927
12928[[package]]
12929name = "tree-sitter-yaml"
12930version = "0.6.1"
12931source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
12932dependencies = [
12933 "cc",
12934 "tree-sitter-language",
12935]
12936
12937[[package]]
12938name = "try-lock"
12939version = "0.2.5"
12940source = "registry+https://github.com/rust-lang/crates.io-index"
12941checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12942
12943[[package]]
12944name = "ttf-parser"
12945version = "0.21.1"
12946source = "registry+https://github.com/rust-lang/crates.io-index"
12947checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
12948
12949[[package]]
12950name = "tungstenite"
12951version = "0.20.1"
12952source = "registry+https://github.com/rust-lang/crates.io-index"
12953checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12954dependencies = [
12955 "byteorder",
12956 "bytes 1.7.2",
12957 "data-encoding",
12958 "http 0.2.12",
12959 "httparse",
12960 "log",
12961 "rand 0.8.5",
12962 "sha1",
12963 "thiserror",
12964 "url",
12965 "utf-8",
12966]
12967
12968[[package]]
12969name = "tungstenite"
12970version = "0.21.0"
12971source = "registry+https://github.com/rust-lang/crates.io-index"
12972checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
12973dependencies = [
12974 "byteorder",
12975 "bytes 1.7.2",
12976 "data-encoding",
12977 "http 1.1.0",
12978 "httparse",
12979 "log",
12980 "rand 0.8.5",
12981 "sha1",
12982 "thiserror",
12983 "url",
12984 "utf-8",
12985]
12986
12987[[package]]
12988name = "typeid"
12989version = "1.0.2"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
12992
12993[[package]]
12994name = "typenum"
12995version = "1.17.0"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
12998
12999[[package]]
13000name = "ucd-trie"
13001version = "0.1.6"
13002source = "registry+https://github.com/rust-lang/crates.io-index"
13003checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
13004
13005[[package]]
13006name = "uds_windows"
13007version = "1.1.0"
13008source = "registry+https://github.com/rust-lang/crates.io-index"
13009checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13010dependencies = [
13011 "memoffset",
13012 "tempfile",
13013 "winapi",
13014]
13015
13016[[package]]
13017name = "ui"
13018version = "0.1.0"
13019dependencies = [
13020 "chrono",
13021 "gpui",
13022 "itertools 0.13.0",
13023 "menu",
13024 "serde",
13025 "settings",
13026 "smallvec",
13027 "story",
13028 "strum 0.25.0",
13029 "theme",
13030 "ui_macros",
13031 "windows 0.58.0",
13032]
13033
13034[[package]]
13035name = "ui_input"
13036version = "0.1.0"
13037dependencies = [
13038 "editor",
13039 "gpui",
13040 "settings",
13041 "theme",
13042 "ui",
13043]
13044
13045[[package]]
13046name = "ui_macros"
13047version = "0.1.0"
13048dependencies = [
13049 "convert_case 0.6.0",
13050 "proc-macro2",
13051 "quote",
13052 "syn 1.0.109",
13053]
13054
13055[[package]]
13056name = "unicase"
13057version = "2.7.0"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
13060dependencies = [
13061 "version_check",
13062]
13063
13064[[package]]
13065name = "unicode-bidi"
13066version = "0.3.15"
13067source = "registry+https://github.com/rust-lang/crates.io-index"
13068checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
13069
13070[[package]]
13071name = "unicode-bidi-mirroring"
13072version = "0.2.0"
13073source = "registry+https://github.com/rust-lang/crates.io-index"
13074checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
13075
13076[[package]]
13077name = "unicode-ccc"
13078version = "0.2.0"
13079source = "registry+https://github.com/rust-lang/crates.io-index"
13080checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
13081
13082[[package]]
13083name = "unicode-ident"
13084version = "1.0.12"
13085source = "registry+https://github.com/rust-lang/crates.io-index"
13086checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
13087
13088[[package]]
13089name = "unicode-linebreak"
13090version = "0.1.5"
13091source = "registry+https://github.com/rust-lang/crates.io-index"
13092checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
13093
13094[[package]]
13095name = "unicode-normalization"
13096version = "0.1.23"
13097source = "registry+https://github.com/rust-lang/crates.io-index"
13098checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
13099dependencies = [
13100 "tinyvec",
13101]
13102
13103[[package]]
13104name = "unicode-properties"
13105version = "0.1.2"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
13108
13109[[package]]
13110name = "unicode-script"
13111version = "0.5.6"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
13114
13115[[package]]
13116name = "unicode-segmentation"
13117version = "1.11.0"
13118source = "registry+https://github.com/rust-lang/crates.io-index"
13119checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
13120
13121[[package]]
13122name = "unicode-width"
13123version = "0.1.13"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
13126
13127[[package]]
13128name = "unicode-xid"
13129version = "0.2.5"
13130source = "registry+https://github.com/rust-lang/crates.io-index"
13131checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
13132
13133[[package]]
13134name = "unicode_categories"
13135version = "0.1.1"
13136source = "registry+https://github.com/rust-lang/crates.io-index"
13137checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
13138
13139[[package]]
13140name = "unindent"
13141version = "0.1.11"
13142source = "registry+https://github.com/rust-lang/crates.io-index"
13143checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
13144
13145[[package]]
13146name = "untrusted"
13147version = "0.7.1"
13148source = "registry+https://github.com/rust-lang/crates.io-index"
13149checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
13150
13151[[package]]
13152name = "untrusted"
13153version = "0.9.0"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
13156
13157[[package]]
13158name = "url"
13159version = "2.5.2"
13160source = "registry+https://github.com/rust-lang/crates.io-index"
13161checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
13162dependencies = [
13163 "form_urlencoded",
13164 "idna",
13165 "percent-encoding",
13166 "serde",
13167]
13168
13169[[package]]
13170name = "urlencoding"
13171version = "2.1.3"
13172source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
13174
13175[[package]]
13176name = "usvg"
13177version = "0.41.0"
13178source = "registry+https://github.com/rust-lang/crates.io-index"
13179checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
13180dependencies = [
13181 "base64 0.22.1",
13182 "data-url",
13183 "flate2",
13184 "imagesize",
13185 "kurbo",
13186 "log",
13187 "pico-args",
13188 "roxmltree 0.19.0",
13189 "simplecss",
13190 "siphasher 1.0.1",
13191 "strict-num",
13192 "svgtypes",
13193 "tiny-skia-path",
13194 "xmlwriter",
13195]
13196
13197[[package]]
13198name = "utf-8"
13199version = "0.7.6"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
13202
13203[[package]]
13204name = "utf8parse"
13205version = "0.2.2"
13206source = "registry+https://github.com/rust-lang/crates.io-index"
13207checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
13208
13209[[package]]
13210name = "util"
13211version = "0.1.0"
13212dependencies = [
13213 "anyhow",
13214 "async-fs 1.6.0",
13215 "collections",
13216 "dirs 4.0.0",
13217 "futures 0.3.30",
13218 "futures-lite 1.13.0",
13219 "git2",
13220 "globset",
13221 "log",
13222 "rand 0.8.5",
13223 "regex",
13224 "rust-embed",
13225 "serde",
13226 "serde_json",
13227 "take-until",
13228 "tempfile",
13229 "tendril",
13230 "unicase",
13231]
13232
13233[[package]]
13234name = "uuid"
13235version = "1.10.0"
13236source = "registry+https://github.com/rust-lang/crates.io-index"
13237checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
13238dependencies = [
13239 "getrandom 0.2.15",
13240 "serde",
13241 "sha1_smol",
13242]
13243
13244[[package]]
13245name = "v_frame"
13246version = "0.3.8"
13247source = "registry+https://github.com/rust-lang/crates.io-index"
13248checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
13249dependencies = [
13250 "aligned-vec",
13251 "num-traits",
13252 "wasm-bindgen",
13253]
13254
13255[[package]]
13256name = "valuable"
13257version = "0.1.0"
13258source = "registry+https://github.com/rust-lang/crates.io-index"
13259checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
13260
13261[[package]]
13262name = "value-bag"
13263version = "1.9.0"
13264source = "registry+https://github.com/rust-lang/crates.io-index"
13265checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
13266dependencies = [
13267 "value-bag-serde1",
13268 "value-bag-sval2",
13269]
13270
13271[[package]]
13272name = "value-bag-serde1"
13273version = "1.9.0"
13274source = "registry+https://github.com/rust-lang/crates.io-index"
13275checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
13276dependencies = [
13277 "erased-serde",
13278 "serde",
13279 "serde_fmt",
13280]
13281
13282[[package]]
13283name = "value-bag-sval2"
13284version = "1.9.0"
13285source = "registry+https://github.com/rust-lang/crates.io-index"
13286checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
13287dependencies = [
13288 "sval",
13289 "sval_buffer",
13290 "sval_dynamic",
13291 "sval_fmt",
13292 "sval_json",
13293 "sval_ref",
13294 "sval_serde",
13295]
13296
13297[[package]]
13298name = "vcpkg"
13299version = "0.2.15"
13300source = "registry+https://github.com/rust-lang/crates.io-index"
13301checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
13302
13303[[package]]
13304name = "vcs_menu"
13305version = "0.1.0"
13306dependencies = [
13307 "anyhow",
13308 "fuzzy",
13309 "git",
13310 "gpui",
13311 "picker",
13312 "project",
13313 "ui",
13314 "util",
13315 "workspace",
13316]
13317
13318[[package]]
13319name = "version-compare"
13320version = "0.2.0"
13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
13323
13324[[package]]
13325name = "version_check"
13326version = "0.9.5"
13327source = "registry+https://github.com/rust-lang/crates.io-index"
13328checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
13329
13330[[package]]
13331name = "vim"
13332version = "0.1.0"
13333dependencies = [
13334 "anyhow",
13335 "async-compat",
13336 "async-trait",
13337 "collections",
13338 "command_palette",
13339 "command_palette_hooks",
13340 "editor",
13341 "futures 0.3.30",
13342 "gpui",
13343 "indoc",
13344 "itertools 0.13.0",
13345 "language",
13346 "log",
13347 "lsp",
13348 "multi_buffer",
13349 "nvim-rs",
13350 "parking_lot",
13351 "regex",
13352 "release_channel",
13353 "schemars",
13354 "search",
13355 "serde",
13356 "serde_derive",
13357 "serde_json",
13358 "settings",
13359 "tokio",
13360 "ui",
13361 "util",
13362 "workspace",
13363 "zed_actions",
13364]
13365
13366[[package]]
13367name = "vscode_theme"
13368version = "0.2.0"
13369source = "registry+https://github.com/rust-lang/crates.io-index"
13370checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
13371dependencies = [
13372 "serde",
13373]
13374
13375[[package]]
13376name = "vsimd"
13377version = "0.8.0"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
13380
13381[[package]]
13382name = "vswhom"
13383version = "0.1.0"
13384source = "registry+https://github.com/rust-lang/crates.io-index"
13385checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
13386dependencies = [
13387 "libc",
13388 "vswhom-sys",
13389]
13390
13391[[package]]
13392name = "vswhom-sys"
13393version = "0.1.2"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
13396dependencies = [
13397 "cc",
13398 "libc",
13399]
13400
13401[[package]]
13402name = "vte"
13403version = "0.13.0"
13404source = "registry+https://github.com/rust-lang/crates.io-index"
13405checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
13406dependencies = [
13407 "bitflags 2.6.0",
13408 "cursor-icon",
13409 "log",
13410 "serde",
13411 "utf8parse",
13412 "vte_generate_state_changes",
13413]
13414
13415[[package]]
13416name = "vte_generate_state_changes"
13417version = "0.1.2"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
13420dependencies = [
13421 "proc-macro2",
13422 "quote",
13423]
13424
13425[[package]]
13426name = "waker-fn"
13427version = "1.2.0"
13428source = "registry+https://github.com/rust-lang/crates.io-index"
13429checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
13430
13431[[package]]
13432name = "walkdir"
13433version = "2.5.0"
13434source = "registry+https://github.com/rust-lang/crates.io-index"
13435checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
13436dependencies = [
13437 "same-file",
13438 "winapi-util",
13439]
13440
13441[[package]]
13442name = "want"
13443version = "0.3.1"
13444source = "registry+https://github.com/rust-lang/crates.io-index"
13445checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
13446dependencies = [
13447 "try-lock",
13448]
13449
13450[[package]]
13451name = "warp"
13452version = "0.3.7"
13453source = "registry+https://github.com/rust-lang/crates.io-index"
13454checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
13455dependencies = [
13456 "bytes 1.7.2",
13457 "futures-channel",
13458 "futures-util",
13459 "headers",
13460 "http 0.2.12",
13461 "hyper 0.14.31",
13462 "log",
13463 "mime",
13464 "mime_guess",
13465 "percent-encoding",
13466 "pin-project",
13467 "scoped-tls",
13468 "serde",
13469 "serde_json",
13470 "serde_urlencoded",
13471 "tokio",
13472 "tokio-tungstenite 0.21.0",
13473 "tokio-util",
13474 "tower-service",
13475 "tracing",
13476]
13477
13478[[package]]
13479name = "wasi"
13480version = "0.9.0+wasi-snapshot-preview1"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
13483
13484[[package]]
13485name = "wasi"
13486version = "0.11.0+wasi-snapshot-preview1"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
13489
13490[[package]]
13491name = "wasite"
13492version = "0.1.0"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
13495
13496[[package]]
13497name = "wasm-bindgen"
13498version = "0.2.93"
13499source = "registry+https://github.com/rust-lang/crates.io-index"
13500checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
13501dependencies = [
13502 "cfg-if",
13503 "once_cell",
13504 "wasm-bindgen-macro",
13505]
13506
13507[[package]]
13508name = "wasm-bindgen-backend"
13509version = "0.2.93"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
13512dependencies = [
13513 "bumpalo",
13514 "log",
13515 "once_cell",
13516 "proc-macro2",
13517 "quote",
13518 "syn 2.0.76",
13519 "wasm-bindgen-shared",
13520]
13521
13522[[package]]
13523name = "wasm-bindgen-futures"
13524version = "0.4.43"
13525source = "registry+https://github.com/rust-lang/crates.io-index"
13526checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
13527dependencies = [
13528 "cfg-if",
13529 "js-sys",
13530 "wasm-bindgen",
13531 "web-sys",
13532]
13533
13534[[package]]
13535name = "wasm-bindgen-macro"
13536version = "0.2.93"
13537source = "registry+https://github.com/rust-lang/crates.io-index"
13538checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
13539dependencies = [
13540 "quote",
13541 "wasm-bindgen-macro-support",
13542]
13543
13544[[package]]
13545name = "wasm-bindgen-macro-support"
13546version = "0.2.93"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
13549dependencies = [
13550 "proc-macro2",
13551 "quote",
13552 "syn 2.0.76",
13553 "wasm-bindgen-backend",
13554 "wasm-bindgen-shared",
13555]
13556
13557[[package]]
13558name = "wasm-bindgen-shared"
13559version = "0.2.93"
13560source = "registry+https://github.com/rust-lang/crates.io-index"
13561checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
13562
13563[[package]]
13564name = "wasm-encoder"
13565version = "0.201.0"
13566source = "registry+https://github.com/rust-lang/crates.io-index"
13567checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
13568dependencies = [
13569 "leb128",
13570]
13571
13572[[package]]
13573name = "wasm-encoder"
13574version = "0.215.0"
13575source = "registry+https://github.com/rust-lang/crates.io-index"
13576checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
13577dependencies = [
13578 "leb128",
13579]
13580
13581[[package]]
13582name = "wasm-metadata"
13583version = "0.201.0"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
13586dependencies = [
13587 "anyhow",
13588 "indexmap 2.4.0",
13589 "serde",
13590 "serde_derive",
13591 "serde_json",
13592 "spdx",
13593 "wasm-encoder 0.201.0",
13594 "wasmparser 0.201.0",
13595]
13596
13597[[package]]
13598name = "wasm-streams"
13599version = "0.4.1"
13600source = "registry+https://github.com/rust-lang/crates.io-index"
13601checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd"
13602dependencies = [
13603 "futures-util",
13604 "js-sys",
13605 "wasm-bindgen",
13606 "wasm-bindgen-futures",
13607 "web-sys",
13608]
13609
13610[[package]]
13611name = "wasmparser"
13612version = "0.201.0"
13613source = "registry+https://github.com/rust-lang/crates.io-index"
13614checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
13615dependencies = [
13616 "bitflags 2.6.0",
13617 "indexmap 2.4.0",
13618 "semver",
13619]
13620
13621[[package]]
13622name = "wasmparser"
13623version = "0.215.0"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
13626dependencies = [
13627 "ahash 0.8.11",
13628 "bitflags 2.6.0",
13629 "hashbrown 0.14.5",
13630 "indexmap 2.4.0",
13631 "semver",
13632 "serde",
13633]
13634
13635[[package]]
13636name = "wasmprinter"
13637version = "0.215.0"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
13640dependencies = [
13641 "anyhow",
13642 "termcolor",
13643 "wasmparser 0.215.0",
13644]
13645
13646[[package]]
13647name = "wasmtime"
13648version = "24.0.1"
13649source = "registry+https://github.com/rust-lang/crates.io-index"
13650checksum = "7e4a5b05e9f1797e557e79f0cf04348eaa7a232596939ef4762838ddf7a6127a"
13651dependencies = [
13652 "anyhow",
13653 "async-trait",
13654 "bitflags 2.6.0",
13655 "bumpalo",
13656 "cc",
13657 "cfg-if",
13658 "encoding_rs",
13659 "hashbrown 0.14.5",
13660 "indexmap 2.4.0",
13661 "libc",
13662 "libm",
13663 "log",
13664 "mach2",
13665 "memfd",
13666 "object",
13667 "once_cell",
13668 "paste",
13669 "postcard",
13670 "psm",
13671 "rustix 0.38.35",
13672 "semver",
13673 "serde",
13674 "serde_derive",
13675 "smallvec",
13676 "sptr",
13677 "target-lexicon",
13678 "wasmparser 0.215.0",
13679 "wasmtime-asm-macros",
13680 "wasmtime-component-macro",
13681 "wasmtime-component-util",
13682 "wasmtime-cranelift",
13683 "wasmtime-environ",
13684 "wasmtime-fiber",
13685 "wasmtime-jit-icache-coherence",
13686 "wasmtime-slab",
13687 "wasmtime-versioned-export-macros",
13688 "wasmtime-winch",
13689 "windows-sys 0.52.0",
13690]
13691
13692[[package]]
13693name = "wasmtime-asm-macros"
13694version = "24.0.1"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "64414227e19556d4372f9688458c5673606de83473eb66cd0514d36ea8808cab"
13697dependencies = [
13698 "cfg-if",
13699]
13700
13701[[package]]
13702name = "wasmtime-c-api-impl"
13703version = "24.0.0"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
13706dependencies = [
13707 "anyhow",
13708 "log",
13709 "once_cell",
13710 "tracing",
13711 "wasmtime",
13712 "wasmtime-c-api-macros",
13713]
13714
13715[[package]]
13716name = "wasmtime-c-api-macros"
13717version = "24.0.0"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
13720dependencies = [
13721 "proc-macro2",
13722 "quote",
13723]
13724
13725[[package]]
13726name = "wasmtime-component-macro"
13727version = "24.0.1"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "d3ead31b73689602225742920adbcd881f5656702c1a3b4830862c0c66731727"
13730dependencies = [
13731 "anyhow",
13732 "proc-macro2",
13733 "quote",
13734 "syn 2.0.76",
13735 "wasmtime-component-util",
13736 "wasmtime-wit-bindgen",
13737 "wit-parser 0.215.0",
13738]
13739
13740[[package]]
13741name = "wasmtime-component-util"
13742version = "24.0.1"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "ab2c778661800e1dcd8ba3e15ff042299709e0a4c512525d9cbb604a04c0421b"
13745
13746[[package]]
13747name = "wasmtime-cranelift"
13748version = "24.0.1"
13749source = "registry+https://github.com/rust-lang/crates.io-index"
13750checksum = "9f7ee1f436bcf7d213ef7c2e9d44caffcd57e540ccf997d013384c2ae9b82db7"
13751dependencies = [
13752 "anyhow",
13753 "cfg-if",
13754 "cranelift-codegen",
13755 "cranelift-control",
13756 "cranelift-entity",
13757 "cranelift-frontend",
13758 "cranelift-native",
13759 "cranelift-wasm",
13760 "gimli 0.29.0",
13761 "log",
13762 "object",
13763 "target-lexicon",
13764 "thiserror",
13765 "wasmparser 0.215.0",
13766 "wasmtime-environ",
13767 "wasmtime-versioned-export-macros",
13768]
13769
13770[[package]]
13771name = "wasmtime-environ"
13772version = "24.0.1"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "fa8c33adfb3b9f8d6ef716bc55aea5e6b2275cd5a6721ec8c837d1cb0c471516"
13775dependencies = [
13776 "anyhow",
13777 "cpp_demangle",
13778 "cranelift-bitset",
13779 "cranelift-entity",
13780 "gimli 0.29.0",
13781 "indexmap 2.4.0",
13782 "log",
13783 "object",
13784 "postcard",
13785 "rustc-demangle",
13786 "semver",
13787 "serde",
13788 "serde_derive",
13789 "target-lexicon",
13790 "wasm-encoder 0.215.0",
13791 "wasmparser 0.215.0",
13792 "wasmprinter",
13793 "wasmtime-component-util",
13794 "wasmtime-types",
13795]
13796
13797[[package]]
13798name = "wasmtime-fiber"
13799version = "24.0.1"
13800source = "registry+https://github.com/rust-lang/crates.io-index"
13801checksum = "9f3227ed807c2dda9dd770c241023fcd6e48e6722c1c26ff79fc3604d412e884"
13802dependencies = [
13803 "anyhow",
13804 "cc",
13805 "cfg-if",
13806 "rustix 0.38.35",
13807 "wasmtime-asm-macros",
13808 "wasmtime-versioned-export-macros",
13809 "windows-sys 0.52.0",
13810]
13811
13812[[package]]
13813name = "wasmtime-jit-icache-coherence"
13814version = "24.0.1"
13815source = "registry+https://github.com/rust-lang/crates.io-index"
13816checksum = "fa89fc440f0edca882ba6d1890608898e6f0193afdc504c0a64478ec53622bd6"
13817dependencies = [
13818 "anyhow",
13819 "cfg-if",
13820 "libc",
13821 "windows-sys 0.52.0",
13822]
13823
13824[[package]]
13825name = "wasmtime-slab"
13826version = "24.0.1"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "682b7a5b6772c4e4de8c696fc619ec97930b5e89098db9bee22c1136e002438b"
13829
13830[[package]]
13831name = "wasmtime-types"
13832version = "24.0.1"
13833source = "registry+https://github.com/rust-lang/crates.io-index"
13834checksum = "4a95ea5572f8c3ffe777af21aa00a92097ded291a342fecad9f2c6a972ecea99"
13835dependencies = [
13836 "anyhow",
13837 "cranelift-entity",
13838 "serde",
13839 "serde_derive",
13840 "smallvec",
13841 "wasmparser 0.215.0",
13842]
13843
13844[[package]]
13845name = "wasmtime-versioned-export-macros"
13846version = "24.0.1"
13847source = "registry+https://github.com/rust-lang/crates.io-index"
13848checksum = "ac3621bfccd4e4336ae141d62b96e96316c0f23c47d64e9700594ebe3c4d9a10"
13849dependencies = [
13850 "proc-macro2",
13851 "quote",
13852 "syn 2.0.76",
13853]
13854
13855[[package]]
13856name = "wasmtime-wasi"
13857version = "24.0.1"
13858source = "registry+https://github.com/rust-lang/crates.io-index"
13859checksum = "fda03f5bfd5c4cc09f75c7e44846663f25f2c48a2d688fbfb5c7a33af6cf34f5"
13860dependencies = [
13861 "anyhow",
13862 "async-trait",
13863 "bitflags 2.6.0",
13864 "bytes 1.7.2",
13865 "cap-fs-ext",
13866 "cap-net-ext",
13867 "cap-rand",
13868 "cap-std",
13869 "cap-time-ext",
13870 "fs-set-times",
13871 "futures 0.3.30",
13872 "io-extras",
13873 "io-lifetimes 2.0.3",
13874 "once_cell",
13875 "rustix 0.38.35",
13876 "system-interface",
13877 "thiserror",
13878 "tokio",
13879 "tracing",
13880 "url",
13881 "wasmtime",
13882 "wiggle",
13883 "windows-sys 0.52.0",
13884]
13885
13886[[package]]
13887name = "wasmtime-winch"
13888version = "24.0.1"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "d1d3e99f6bba37864487c9356398667699935b9cfa3655ed2b153b9428b3dd21"
13891dependencies = [
13892 "anyhow",
13893 "cranelift-codegen",
13894 "gimli 0.29.0",
13895 "object",
13896 "target-lexicon",
13897 "wasmparser 0.215.0",
13898 "wasmtime-cranelift",
13899 "wasmtime-environ",
13900 "winch-codegen",
13901]
13902
13903[[package]]
13904name = "wasmtime-wit-bindgen"
13905version = "24.0.1"
13906source = "registry+https://github.com/rust-lang/crates.io-index"
13907checksum = "ee0f4524da226d2cb503d794c8928de6bc24878758cebd4e383c946e9fdb8b3a"
13908dependencies = [
13909 "anyhow",
13910 "heck 0.4.1",
13911 "indexmap 2.4.0",
13912 "wit-parser 0.215.0",
13913]
13914
13915[[package]]
13916name = "wast"
13917version = "35.0.2"
13918source = "registry+https://github.com/rust-lang/crates.io-index"
13919checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
13920dependencies = [
13921 "leb128",
13922]
13923
13924[[package]]
13925name = "wayland-backend"
13926version = "0.3.6"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
13929dependencies = [
13930 "cc",
13931 "downcast-rs",
13932 "rustix 0.38.35",
13933 "scoped-tls",
13934 "smallvec",
13935 "wayland-sys",
13936]
13937
13938[[package]]
13939name = "wayland-client"
13940version = "0.31.5"
13941source = "registry+https://github.com/rust-lang/crates.io-index"
13942checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
13943dependencies = [
13944 "bitflags 2.6.0",
13945 "rustix 0.38.35",
13946 "wayland-backend",
13947 "wayland-scanner",
13948]
13949
13950[[package]]
13951name = "wayland-cursor"
13952version = "0.31.5"
13953source = "registry+https://github.com/rust-lang/crates.io-index"
13954checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
13955dependencies = [
13956 "rustix 0.38.35",
13957 "wayland-client",
13958 "xcursor",
13959]
13960
13961[[package]]
13962name = "wayland-protocols"
13963version = "0.31.2"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
13966dependencies = [
13967 "bitflags 2.6.0",
13968 "wayland-backend",
13969 "wayland-client",
13970 "wayland-scanner",
13971]
13972
13973[[package]]
13974name = "wayland-protocols-plasma"
13975version = "0.2.0"
13976source = "registry+https://github.com/rust-lang/crates.io-index"
13977checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
13978dependencies = [
13979 "bitflags 2.6.0",
13980 "wayland-backend",
13981 "wayland-client",
13982 "wayland-protocols",
13983 "wayland-scanner",
13984]
13985
13986[[package]]
13987name = "wayland-scanner"
13988version = "0.31.4"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
13991dependencies = [
13992 "proc-macro2",
13993 "quick-xml 0.34.0",
13994 "quote",
13995]
13996
13997[[package]]
13998name = "wayland-sys"
13999version = "0.31.4"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
14002dependencies = [
14003 "dlib",
14004 "log",
14005 "once_cell",
14006 "pkg-config",
14007]
14008
14009[[package]]
14010name = "web-sys"
14011version = "0.3.70"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
14014dependencies = [
14015 "js-sys",
14016 "wasm-bindgen",
14017]
14018
14019[[package]]
14020name = "webpki"
14021version = "0.22.4"
14022source = "registry+https://github.com/rust-lang/crates.io-index"
14023checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
14024dependencies = [
14025 "ring 0.17.8",
14026 "untrusted 0.9.0",
14027]
14028
14029[[package]]
14030name = "webpki-roots"
14031version = "0.22.6"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
14034dependencies = [
14035 "webpki",
14036]
14037
14038[[package]]
14039name = "webpki-roots"
14040version = "0.25.4"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
14043
14044[[package]]
14045name = "weezl"
14046version = "0.1.8"
14047source = "registry+https://github.com/rust-lang/crates.io-index"
14048checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
14049
14050[[package]]
14051name = "welcome"
14052version = "0.1.0"
14053dependencies = [
14054 "anyhow",
14055 "client",
14056 "db",
14057 "editor",
14058 "extensions_ui",
14059 "fuzzy",
14060 "gpui",
14061 "inline_completion_button",
14062 "install_cli",
14063 "picker",
14064 "project",
14065 "schemars",
14066 "serde",
14067 "settings",
14068 "theme_selector",
14069 "ui",
14070 "util",
14071 "vim",
14072 "workspace",
14073 "zed_actions",
14074]
14075
14076[[package]]
14077name = "which"
14078version = "4.4.2"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
14081dependencies = [
14082 "either",
14083 "home",
14084 "once_cell",
14085 "rustix 0.38.35",
14086]
14087
14088[[package]]
14089name = "which"
14090version = "6.0.3"
14091source = "registry+https://github.com/rust-lang/crates.io-index"
14092checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
14093dependencies = [
14094 "either",
14095 "home",
14096 "rustix 0.38.35",
14097 "winsafe",
14098]
14099
14100[[package]]
14101name = "whoami"
14102version = "1.5.1"
14103source = "registry+https://github.com/rust-lang/crates.io-index"
14104checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
14105dependencies = [
14106 "redox_syscall 0.4.1",
14107 "wasite",
14108]
14109
14110[[package]]
14111name = "wiggle"
14112version = "24.0.1"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "2d3b31bd2b4d2d82a4b747b8dbc45f566214214a4ffdc5690429a73bc221dc8a"
14115dependencies = [
14116 "anyhow",
14117 "async-trait",
14118 "bitflags 2.6.0",
14119 "thiserror",
14120 "tracing",
14121 "wasmtime",
14122 "wiggle-macro",
14123]
14124
14125[[package]]
14126name = "wiggle-generate"
14127version = "24.0.1"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "e2c6136b195fc12067aa9d4e7a5baf118729394df7bc7cbf8c63119bc9f2a7cd"
14130dependencies = [
14131 "anyhow",
14132 "heck 0.4.1",
14133 "proc-macro2",
14134 "quote",
14135 "shellexpand 2.1.2",
14136 "syn 2.0.76",
14137 "witx",
14138]
14139
14140[[package]]
14141name = "wiggle-macro"
14142version = "24.0.1"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "8a41eaceee468da976ac43b85c4eb82e482f828d5e8e56f49f90dfac2d9bc3b4"
14145dependencies = [
14146 "proc-macro2",
14147 "quote",
14148 "syn 2.0.76",
14149 "wiggle-generate",
14150]
14151
14152[[package]]
14153name = "winapi"
14154version = "0.3.9"
14155source = "registry+https://github.com/rust-lang/crates.io-index"
14156checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
14157dependencies = [
14158 "winapi-i686-pc-windows-gnu",
14159 "winapi-x86_64-pc-windows-gnu",
14160]
14161
14162[[package]]
14163name = "winapi-i686-pc-windows-gnu"
14164version = "0.4.0"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
14167
14168[[package]]
14169name = "winapi-util"
14170version = "0.1.9"
14171source = "registry+https://github.com/rust-lang/crates.io-index"
14172checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
14173dependencies = [
14174 "windows-sys 0.59.0",
14175]
14176
14177[[package]]
14178name = "winapi-x86_64-pc-windows-gnu"
14179version = "0.4.0"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
14182
14183[[package]]
14184name = "winch-codegen"
14185version = "0.22.1"
14186source = "registry+https://github.com/rust-lang/crates.io-index"
14187checksum = "c139fb9298d9651b6869afd544e567ca2448cd5f5ddcb24e4bb86a1ee187c8b3"
14188dependencies = [
14189 "anyhow",
14190 "cranelift-codegen",
14191 "gimli 0.29.0",
14192 "regalloc2",
14193 "smallvec",
14194 "target-lexicon",
14195 "wasmparser 0.215.0",
14196 "wasmtime-cranelift",
14197 "wasmtime-environ",
14198]
14199
14200[[package]]
14201name = "windows"
14202version = "0.54.0"
14203source = "registry+https://github.com/rust-lang/crates.io-index"
14204checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
14205dependencies = [
14206 "windows-core 0.54.0",
14207 "windows-targets 0.52.6",
14208]
14209
14210[[package]]
14211name = "windows"
14212version = "0.58.0"
14213source = "registry+https://github.com/rust-lang/crates.io-index"
14214checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
14215dependencies = [
14216 "windows-core 0.58.0",
14217 "windows-targets 0.52.6",
14218]
14219
14220[[package]]
14221name = "windows-core"
14222version = "0.52.0"
14223source = "registry+https://github.com/rust-lang/crates.io-index"
14224checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
14225dependencies = [
14226 "windows-targets 0.52.6",
14227]
14228
14229[[package]]
14230name = "windows-core"
14231version = "0.54.0"
14232source = "registry+https://github.com/rust-lang/crates.io-index"
14233checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
14234dependencies = [
14235 "windows-result 0.1.2",
14236 "windows-targets 0.52.6",
14237]
14238
14239[[package]]
14240name = "windows-core"
14241version = "0.58.0"
14242source = "registry+https://github.com/rust-lang/crates.io-index"
14243checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
14244dependencies = [
14245 "windows-implement",
14246 "windows-interface",
14247 "windows-result 0.2.0",
14248 "windows-strings",
14249 "windows-targets 0.52.6",
14250]
14251
14252[[package]]
14253name = "windows-implement"
14254version = "0.58.0"
14255source = "registry+https://github.com/rust-lang/crates.io-index"
14256checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
14257dependencies = [
14258 "proc-macro2",
14259 "quote",
14260 "syn 2.0.76",
14261]
14262
14263[[package]]
14264name = "windows-interface"
14265version = "0.58.0"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
14268dependencies = [
14269 "proc-macro2",
14270 "quote",
14271 "syn 2.0.76",
14272]
14273
14274[[package]]
14275name = "windows-registry"
14276version = "0.2.0"
14277source = "registry+https://github.com/rust-lang/crates.io-index"
14278checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
14279dependencies = [
14280 "windows-result 0.2.0",
14281 "windows-strings",
14282 "windows-targets 0.52.6",
14283]
14284
14285[[package]]
14286name = "windows-result"
14287version = "0.1.2"
14288source = "registry+https://github.com/rust-lang/crates.io-index"
14289checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
14290dependencies = [
14291 "windows-targets 0.52.6",
14292]
14293
14294[[package]]
14295name = "windows-result"
14296version = "0.2.0"
14297source = "registry+https://github.com/rust-lang/crates.io-index"
14298checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
14299dependencies = [
14300 "windows-targets 0.52.6",
14301]
14302
14303[[package]]
14304name = "windows-strings"
14305version = "0.1.0"
14306source = "registry+https://github.com/rust-lang/crates.io-index"
14307checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
14308dependencies = [
14309 "windows-result 0.2.0",
14310 "windows-targets 0.52.6",
14311]
14312
14313[[package]]
14314name = "windows-sys"
14315version = "0.45.0"
14316source = "registry+https://github.com/rust-lang/crates.io-index"
14317checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
14318dependencies = [
14319 "windows-targets 0.42.2",
14320]
14321
14322[[package]]
14323name = "windows-sys"
14324version = "0.48.0"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
14327dependencies = [
14328 "windows-targets 0.48.5",
14329]
14330
14331[[package]]
14332name = "windows-sys"
14333version = "0.52.0"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
14336dependencies = [
14337 "windows-targets 0.52.6",
14338]
14339
14340[[package]]
14341name = "windows-sys"
14342version = "0.59.0"
14343source = "registry+https://github.com/rust-lang/crates.io-index"
14344checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
14345dependencies = [
14346 "windows-targets 0.52.6",
14347]
14348
14349[[package]]
14350name = "windows-targets"
14351version = "0.42.2"
14352source = "registry+https://github.com/rust-lang/crates.io-index"
14353checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
14354dependencies = [
14355 "windows_aarch64_gnullvm 0.42.2",
14356 "windows_aarch64_msvc 0.42.2",
14357 "windows_i686_gnu 0.42.2",
14358 "windows_i686_msvc 0.42.2",
14359 "windows_x86_64_gnu 0.42.2",
14360 "windows_x86_64_gnullvm 0.42.2",
14361 "windows_x86_64_msvc 0.42.2",
14362]
14363
14364[[package]]
14365name = "windows-targets"
14366version = "0.48.5"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
14369dependencies = [
14370 "windows_aarch64_gnullvm 0.48.5",
14371 "windows_aarch64_msvc 0.48.5",
14372 "windows_i686_gnu 0.48.5",
14373 "windows_i686_msvc 0.48.5",
14374 "windows_x86_64_gnu 0.48.5",
14375 "windows_x86_64_gnullvm 0.48.5",
14376 "windows_x86_64_msvc 0.48.5",
14377]
14378
14379[[package]]
14380name = "windows-targets"
14381version = "0.52.6"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
14384dependencies = [
14385 "windows_aarch64_gnullvm 0.52.6",
14386 "windows_aarch64_msvc 0.52.6",
14387 "windows_i686_gnu 0.52.6",
14388 "windows_i686_gnullvm",
14389 "windows_i686_msvc 0.52.6",
14390 "windows_x86_64_gnu 0.52.6",
14391 "windows_x86_64_gnullvm 0.52.6",
14392 "windows_x86_64_msvc 0.52.6",
14393]
14394
14395[[package]]
14396name = "windows_aarch64_gnullvm"
14397version = "0.42.2"
14398source = "registry+https://github.com/rust-lang/crates.io-index"
14399checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
14400
14401[[package]]
14402name = "windows_aarch64_gnullvm"
14403version = "0.48.5"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
14406
14407[[package]]
14408name = "windows_aarch64_gnullvm"
14409version = "0.52.6"
14410source = "registry+https://github.com/rust-lang/crates.io-index"
14411checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
14412
14413[[package]]
14414name = "windows_aarch64_msvc"
14415version = "0.42.2"
14416source = "registry+https://github.com/rust-lang/crates.io-index"
14417checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
14418
14419[[package]]
14420name = "windows_aarch64_msvc"
14421version = "0.48.5"
14422source = "registry+https://github.com/rust-lang/crates.io-index"
14423checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
14424
14425[[package]]
14426name = "windows_aarch64_msvc"
14427version = "0.52.6"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
14430
14431[[package]]
14432name = "windows_i686_gnu"
14433version = "0.42.2"
14434source = "registry+https://github.com/rust-lang/crates.io-index"
14435checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
14436
14437[[package]]
14438name = "windows_i686_gnu"
14439version = "0.48.5"
14440source = "registry+https://github.com/rust-lang/crates.io-index"
14441checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
14442
14443[[package]]
14444name = "windows_i686_gnu"
14445version = "0.52.6"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
14448
14449[[package]]
14450name = "windows_i686_gnullvm"
14451version = "0.52.6"
14452source = "registry+https://github.com/rust-lang/crates.io-index"
14453checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
14454
14455[[package]]
14456name = "windows_i686_msvc"
14457version = "0.42.2"
14458source = "registry+https://github.com/rust-lang/crates.io-index"
14459checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
14460
14461[[package]]
14462name = "windows_i686_msvc"
14463version = "0.48.5"
14464source = "registry+https://github.com/rust-lang/crates.io-index"
14465checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
14466
14467[[package]]
14468name = "windows_i686_msvc"
14469version = "0.52.6"
14470source = "registry+https://github.com/rust-lang/crates.io-index"
14471checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
14472
14473[[package]]
14474name = "windows_x86_64_gnu"
14475version = "0.42.2"
14476source = "registry+https://github.com/rust-lang/crates.io-index"
14477checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
14478
14479[[package]]
14480name = "windows_x86_64_gnu"
14481version = "0.48.5"
14482source = "registry+https://github.com/rust-lang/crates.io-index"
14483checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
14484
14485[[package]]
14486name = "windows_x86_64_gnu"
14487version = "0.52.6"
14488source = "registry+https://github.com/rust-lang/crates.io-index"
14489checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
14490
14491[[package]]
14492name = "windows_x86_64_gnullvm"
14493version = "0.42.2"
14494source = "registry+https://github.com/rust-lang/crates.io-index"
14495checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
14496
14497[[package]]
14498name = "windows_x86_64_gnullvm"
14499version = "0.48.5"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
14502
14503[[package]]
14504name = "windows_x86_64_gnullvm"
14505version = "0.52.6"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
14508
14509[[package]]
14510name = "windows_x86_64_msvc"
14511version = "0.42.2"
14512source = "registry+https://github.com/rust-lang/crates.io-index"
14513checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
14514
14515[[package]]
14516name = "windows_x86_64_msvc"
14517version = "0.48.5"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
14520
14521[[package]]
14522name = "windows_x86_64_msvc"
14523version = "0.52.6"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
14526
14527[[package]]
14528name = "winnow"
14529version = "0.5.40"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
14532dependencies = [
14533 "memchr",
14534]
14535
14536[[package]]
14537name = "winnow"
14538version = "0.6.18"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
14541dependencies = [
14542 "memchr",
14543]
14544
14545[[package]]
14546name = "winreg"
14547version = "0.50.0"
14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
14550dependencies = [
14551 "cfg-if",
14552 "windows-sys 0.48.0",
14553]
14554
14555[[package]]
14556name = "winreg"
14557version = "0.52.0"
14558source = "registry+https://github.com/rust-lang/crates.io-index"
14559checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
14560dependencies = [
14561 "cfg-if",
14562 "windows-sys 0.48.0",
14563]
14564
14565[[package]]
14566name = "winresource"
14567version = "0.1.17"
14568source = "registry+https://github.com/rust-lang/crates.io-index"
14569checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
14570dependencies = [
14571 "toml 0.7.8",
14572 "version_check",
14573]
14574
14575[[package]]
14576name = "winsafe"
14577version = "0.0.19"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
14580
14581[[package]]
14582name = "winx"
14583version = "0.36.3"
14584source = "registry+https://github.com/rust-lang/crates.io-index"
14585checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
14586dependencies = [
14587 "bitflags 2.6.0",
14588 "windows-sys 0.52.0",
14589]
14590
14591[[package]]
14592name = "wio"
14593version = "0.2.2"
14594source = "registry+https://github.com/rust-lang/crates.io-index"
14595checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
14596dependencies = [
14597 "winapi",
14598]
14599
14600[[package]]
14601name = "wit-bindgen"
14602version = "0.22.0"
14603source = "registry+https://github.com/rust-lang/crates.io-index"
14604checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
14605dependencies = [
14606 "bitflags 2.6.0",
14607 "wit-bindgen-rt",
14608 "wit-bindgen-rust-macro",
14609]
14610
14611[[package]]
14612name = "wit-bindgen-core"
14613version = "0.22.0"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
14616dependencies = [
14617 "anyhow",
14618 "wit-parser 0.201.0",
14619]
14620
14621[[package]]
14622name = "wit-bindgen-rt"
14623version = "0.22.0"
14624source = "registry+https://github.com/rust-lang/crates.io-index"
14625checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
14626
14627[[package]]
14628name = "wit-bindgen-rust"
14629version = "0.22.0"
14630source = "registry+https://github.com/rust-lang/crates.io-index"
14631checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
14632dependencies = [
14633 "anyhow",
14634 "heck 0.4.1",
14635 "indexmap 2.4.0",
14636 "wasm-metadata",
14637 "wit-bindgen-core",
14638 "wit-component",
14639]
14640
14641[[package]]
14642name = "wit-bindgen-rust-macro"
14643version = "0.22.0"
14644source = "registry+https://github.com/rust-lang/crates.io-index"
14645checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
14646dependencies = [
14647 "anyhow",
14648 "proc-macro2",
14649 "quote",
14650 "syn 2.0.76",
14651 "wit-bindgen-core",
14652 "wit-bindgen-rust",
14653]
14654
14655[[package]]
14656name = "wit-component"
14657version = "0.201.0"
14658source = "registry+https://github.com/rust-lang/crates.io-index"
14659checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
14660dependencies = [
14661 "anyhow",
14662 "bitflags 2.6.0",
14663 "indexmap 2.4.0",
14664 "log",
14665 "serde",
14666 "serde_derive",
14667 "serde_json",
14668 "wasm-encoder 0.201.0",
14669 "wasm-metadata",
14670 "wasmparser 0.201.0",
14671 "wit-parser 0.201.0",
14672]
14673
14674[[package]]
14675name = "wit-parser"
14676version = "0.201.0"
14677source = "registry+https://github.com/rust-lang/crates.io-index"
14678checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
14679dependencies = [
14680 "anyhow",
14681 "id-arena",
14682 "indexmap 2.4.0",
14683 "log",
14684 "semver",
14685 "serde",
14686 "serde_derive",
14687 "serde_json",
14688 "unicode-xid",
14689 "wasmparser 0.201.0",
14690]
14691
14692[[package]]
14693name = "wit-parser"
14694version = "0.215.0"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
14697dependencies = [
14698 "anyhow",
14699 "id-arena",
14700 "indexmap 2.4.0",
14701 "log",
14702 "semver",
14703 "serde",
14704 "serde_derive",
14705 "serde_json",
14706 "unicode-xid",
14707 "wasmparser 0.215.0",
14708]
14709
14710[[package]]
14711name = "witx"
14712version = "0.9.1"
14713source = "registry+https://github.com/rust-lang/crates.io-index"
14714checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
14715dependencies = [
14716 "anyhow",
14717 "log",
14718 "thiserror",
14719 "wast",
14720]
14721
14722[[package]]
14723name = "workspace"
14724version = "0.1.0"
14725dependencies = [
14726 "any_vec",
14727 "anyhow",
14728 "async-recursion 1.1.1",
14729 "bincode",
14730 "call",
14731 "client",
14732 "clock",
14733 "collections",
14734 "db",
14735 "derive_more",
14736 "env_logger 0.11.5",
14737 "fs",
14738 "futures 0.3.30",
14739 "git",
14740 "gpui",
14741 "http_client",
14742 "itertools 0.13.0",
14743 "language",
14744 "log",
14745 "node_runtime",
14746 "parking_lot",
14747 "postage",
14748 "project",
14749 "release_channel",
14750 "remote",
14751 "schemars",
14752 "serde",
14753 "serde_json",
14754 "session",
14755 "settings",
14756 "smallvec",
14757 "sqlez",
14758 "task",
14759 "tempfile",
14760 "theme",
14761 "ui",
14762 "util",
14763 "uuid",
14764]
14765
14766[[package]]
14767name = "worktree"
14768version = "0.1.0"
14769dependencies = [
14770 "anyhow",
14771 "clock",
14772 "collections",
14773 "env_logger 0.11.5",
14774 "fs",
14775 "futures 0.3.30",
14776 "fuzzy",
14777 "git",
14778 "git2",
14779 "git_hosting_providers",
14780 "gpui",
14781 "http_client",
14782 "ignore",
14783 "language",
14784 "log",
14785 "parking_lot",
14786 "paths",
14787 "postage",
14788 "pretty_assertions",
14789 "rand 0.8.5",
14790 "rpc",
14791 "schemars",
14792 "serde",
14793 "serde_json",
14794 "settings",
14795 "smallvec",
14796 "smol",
14797 "sum_tree",
14798 "text",
14799 "util",
14800]
14801
14802[[package]]
14803name = "wyz"
14804version = "0.5.1"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
14807dependencies = [
14808 "tap",
14809]
14810
14811[[package]]
14812name = "x11-clipboard"
14813version = "0.9.2"
14814source = "registry+https://github.com/rust-lang/crates.io-index"
14815checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
14816dependencies = [
14817 "libc",
14818 "x11rb",
14819]
14820
14821[[package]]
14822name = "x11rb"
14823version = "0.13.1"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
14826dependencies = [
14827 "as-raw-xcb-connection",
14828 "gethostname",
14829 "libc",
14830 "rustix 0.38.35",
14831 "x11rb-protocol",
14832]
14833
14834[[package]]
14835name = "x11rb-protocol"
14836version = "0.13.1"
14837source = "registry+https://github.com/rust-lang/crates.io-index"
14838checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
14839
14840[[package]]
14841name = "xattr"
14842version = "0.2.3"
14843source = "registry+https://github.com/rust-lang/crates.io-index"
14844checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
14845dependencies = [
14846 "libc",
14847]
14848
14849[[package]]
14850name = "xcursor"
14851version = "0.3.8"
14852source = "registry+https://github.com/rust-lang/crates.io-index"
14853checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
14854
14855[[package]]
14856name = "xdg-home"
14857version = "1.3.0"
14858source = "registry+https://github.com/rust-lang/crates.io-index"
14859checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
14860dependencies = [
14861 "libc",
14862 "windows-sys 0.59.0",
14863]
14864
14865[[package]]
14866name = "xim"
14867version = "0.4.0"
14868source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14869dependencies = [
14870 "ahash 0.8.11",
14871 "hashbrown 0.14.5",
14872 "log",
14873 "x11rb",
14874 "xim-ctext",
14875 "xim-parser",
14876]
14877
14878[[package]]
14879name = "xim-ctext"
14880version = "0.3.0"
14881source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14882dependencies = [
14883 "encoding_rs",
14884]
14885
14886[[package]]
14887name = "xim-parser"
14888version = "0.2.1"
14889source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
14890dependencies = [
14891 "bitflags 2.6.0",
14892]
14893
14894[[package]]
14895name = "xkbcommon"
14896version = "0.7.0"
14897source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
14898dependencies = [
14899 "as-raw-xcb-connection",
14900 "libc",
14901 "memmap2",
14902 "xkeysym",
14903]
14904
14905[[package]]
14906name = "xkeysym"
14907version = "0.2.1"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
14910
14911[[package]]
14912name = "xml5ever"
14913version = "0.18.1"
14914source = "registry+https://github.com/rust-lang/crates.io-index"
14915checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
14916dependencies = [
14917 "log",
14918 "mac",
14919 "markup5ever",
14920]
14921
14922[[package]]
14923name = "xmlparser"
14924version = "0.13.6"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
14927
14928[[package]]
14929name = "xmlwriter"
14930version = "0.1.0"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
14933
14934[[package]]
14935name = "xtask"
14936version = "0.1.0"
14937dependencies = [
14938 "anyhow",
14939 "cargo_metadata",
14940 "cargo_toml",
14941 "clap",
14942]
14943
14944[[package]]
14945name = "yaml-rust2"
14946version = "0.8.1"
14947source = "registry+https://github.com/rust-lang/crates.io-index"
14948checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
14949dependencies = [
14950 "arraydeque",
14951 "encoding_rs",
14952 "hashlink 0.8.4",
14953]
14954
14955[[package]]
14956name = "yansi"
14957version = "1.0.1"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
14960
14961[[package]]
14962name = "yazi"
14963version = "0.1.6"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
14966
14967[[package]]
14968name = "yeslogic-fontconfig-sys"
14969version = "6.0.0"
14970source = "registry+https://github.com/rust-lang/crates.io-index"
14971checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
14972dependencies = [
14973 "dlib",
14974 "once_cell",
14975 "pkg-config",
14976]
14977
14978[[package]]
14979name = "zbus"
14980version = "4.4.0"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
14983dependencies = [
14984 "async-broadcast",
14985 "async-executor",
14986 "async-fs 2.1.2",
14987 "async-io 2.3.4",
14988 "async-lock 3.4.0",
14989 "async-process 2.2.4",
14990 "async-recursion 1.1.1",
14991 "async-task",
14992 "async-trait",
14993 "blocking",
14994 "enumflags2",
14995 "event-listener 5.3.1",
14996 "futures-core",
14997 "futures-sink",
14998 "futures-util",
14999 "hex",
15000 "nix",
15001 "ordered-stream",
15002 "rand 0.8.5",
15003 "serde",
15004 "serde_repr",
15005 "sha1",
15006 "static_assertions",
15007 "tracing",
15008 "uds_windows",
15009 "windows-sys 0.52.0",
15010 "xdg-home",
15011 "zbus_macros",
15012 "zbus_names",
15013 "zvariant",
15014]
15015
15016[[package]]
15017name = "zbus_macros"
15018version = "4.4.0"
15019source = "registry+https://github.com/rust-lang/crates.io-index"
15020checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
15021dependencies = [
15022 "proc-macro-crate",
15023 "proc-macro2",
15024 "quote",
15025 "syn 2.0.76",
15026 "zvariant_utils",
15027]
15028
15029[[package]]
15030name = "zbus_names"
15031version = "3.0.0"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
15034dependencies = [
15035 "serde",
15036 "static_assertions",
15037 "zvariant",
15038]
15039
15040[[package]]
15041name = "zed"
15042version = "0.161.0"
15043dependencies = [
15044 "activity_indicator",
15045 "anyhow",
15046 "ashpd",
15047 "assets",
15048 "assistant",
15049 "async-watch",
15050 "audio",
15051 "auto_update",
15052 "backtrace",
15053 "breadcrumbs",
15054 "call",
15055 "channel",
15056 "chrono",
15057 "clap",
15058 "cli",
15059 "client",
15060 "collab_ui",
15061 "collections",
15062 "command_palette",
15063 "command_palette_hooks",
15064 "copilot",
15065 "db",
15066 "diagnostics",
15067 "editor",
15068 "env_logger 0.11.5",
15069 "extension",
15070 "extensions_ui",
15071 "feature_flags",
15072 "feedback",
15073 "file_finder",
15074 "file_icons",
15075 "fs",
15076 "futures 0.3.30",
15077 "git",
15078 "git_hosting_providers",
15079 "go_to_line",
15080 "gpui",
15081 "http_client",
15082 "image_viewer",
15083 "inline_completion_button",
15084 "install_cli",
15085 "journal",
15086 "language",
15087 "language_model",
15088 "language_selector",
15089 "language_tools",
15090 "languages",
15091 "libc",
15092 "log",
15093 "markdown_preview",
15094 "menu",
15095 "mimalloc",
15096 "nix",
15097 "node_runtime",
15098 "notifications",
15099 "outline",
15100 "outline_panel",
15101 "parking_lot",
15102 "paths",
15103 "profiling",
15104 "project",
15105 "project_panel",
15106 "project_symbols",
15107 "proto",
15108 "quick_action_bar",
15109 "recent_projects",
15110 "release_channel",
15111 "remote",
15112 "repl",
15113 "reqwest_client",
15114 "rope",
15115 "search",
15116 "serde",
15117 "serde_json",
15118 "session",
15119 "settings",
15120 "settings_ui",
15121 "shellexpand 2.1.2",
15122 "simplelog",
15123 "smol",
15124 "snippet_provider",
15125 "snippets_ui",
15126 "supermaven",
15127 "sysinfo",
15128 "tab_switcher",
15129 "task",
15130 "tasks_ui",
15131 "telemetry_events",
15132 "terminal_view",
15133 "theme",
15134 "theme_selector",
15135 "time",
15136 "toolchain_selector",
15137 "tree-sitter-md",
15138 "tree-sitter-rust",
15139 "ui",
15140 "url",
15141 "urlencoding",
15142 "util",
15143 "uuid",
15144 "vim",
15145 "welcome",
15146 "windows 0.58.0",
15147 "winresource",
15148 "workspace",
15149 "zed_actions",
15150]
15151
15152[[package]]
15153name = "zed_actions"
15154version = "0.1.0"
15155dependencies = [
15156 "gpui",
15157 "serde",
15158]
15159
15160[[package]]
15161name = "zed_astro"
15162version = "0.1.1"
15163dependencies = [
15164 "serde",
15165 "zed_extension_api 0.1.0",
15166]
15167
15168[[package]]
15169name = "zed_clojure"
15170version = "0.0.3"
15171dependencies = [
15172 "zed_extension_api 0.1.0",
15173]
15174
15175[[package]]
15176name = "zed_csharp"
15177version = "0.0.2"
15178dependencies = [
15179 "zed_extension_api 0.1.0",
15180]
15181
15182[[package]]
15183name = "zed_deno"
15184version = "0.0.2"
15185dependencies = [
15186 "zed_extension_api 0.1.0",
15187]
15188
15189[[package]]
15190name = "zed_elixir"
15191version = "0.1.1"
15192dependencies = [
15193 "zed_extension_api 0.1.0",
15194]
15195
15196[[package]]
15197name = "zed_elm"
15198version = "0.0.1"
15199dependencies = [
15200 "zed_extension_api 0.1.0",
15201]
15202
15203[[package]]
15204name = "zed_emmet"
15205version = "0.0.3"
15206dependencies = [
15207 "zed_extension_api 0.1.0",
15208]
15209
15210[[package]]
15211name = "zed_erlang"
15212version = "0.1.0"
15213dependencies = [
15214 "zed_extension_api 0.1.0",
15215]
15216
15217[[package]]
15218name = "zed_extension_api"
15219version = "0.1.0"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
15222dependencies = [
15223 "serde",
15224 "serde_json",
15225 "wit-bindgen",
15226]
15227
15228[[package]]
15229name = "zed_extension_api"
15230version = "0.2.0"
15231dependencies = [
15232 "serde",
15233 "serde_json",
15234 "wit-bindgen",
15235]
15236
15237[[package]]
15238name = "zed_glsl"
15239version = "0.1.0"
15240dependencies = [
15241 "zed_extension_api 0.1.0",
15242]
15243
15244[[package]]
15245name = "zed_haskell"
15246version = "0.1.1"
15247dependencies = [
15248 "zed_extension_api 0.1.0",
15249]
15250
15251[[package]]
15252name = "zed_html"
15253version = "0.1.3"
15254dependencies = [
15255 "zed_extension_api 0.1.0",
15256]
15257
15258[[package]]
15259name = "zed_lua"
15260version = "0.1.0"
15261dependencies = [
15262 "zed_extension_api 0.1.0",
15263]
15264
15265[[package]]
15266name = "zed_ocaml"
15267version = "0.1.0"
15268dependencies = [
15269 "zed_extension_api 0.1.0",
15270]
15271
15272[[package]]
15273name = "zed_php"
15274version = "0.2.2"
15275dependencies = [
15276 "zed_extension_api 0.1.0",
15277]
15278
15279[[package]]
15280name = "zed_prisma"
15281version = "0.0.3"
15282dependencies = [
15283 "zed_extension_api 0.1.0",
15284]
15285
15286[[package]]
15287name = "zed_proto"
15288version = "0.2.0"
15289dependencies = [
15290 "zed_extension_api 0.1.0",
15291]
15292
15293[[package]]
15294name = "zed_purescript"
15295version = "0.0.1"
15296dependencies = [
15297 "zed_extension_api 0.1.0",
15298]
15299
15300[[package]]
15301name = "zed_ruff"
15302version = "0.1.0"
15303dependencies = [
15304 "zed_extension_api 0.1.0",
15305]
15306
15307[[package]]
15308name = "zed_snippets"
15309version = "0.0.5"
15310dependencies = [
15311 "serde_json",
15312 "zed_extension_api 0.1.0",
15313]
15314
15315[[package]]
15316name = "zed_terraform"
15317version = "0.1.1"
15318dependencies = [
15319 "zed_extension_api 0.1.0",
15320]
15321
15322[[package]]
15323name = "zed_test_extension"
15324version = "0.1.0"
15325dependencies = [
15326 "zed_extension_api 0.2.0",
15327]
15328
15329[[package]]
15330name = "zed_toml"
15331version = "0.1.1"
15332dependencies = [
15333 "zed_extension_api 0.1.0",
15334]
15335
15336[[package]]
15337name = "zed_uiua"
15338version = "0.0.1"
15339dependencies = [
15340 "zed_extension_api 0.1.0",
15341]
15342
15343[[package]]
15344name = "zed_zig"
15345version = "0.3.1"
15346dependencies = [
15347 "zed_extension_api 0.1.0",
15348]
15349
15350[[package]]
15351name = "zeno"
15352version = "0.2.3"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
15355
15356[[package]]
15357name = "zerocopy"
15358version = "0.7.35"
15359source = "registry+https://github.com/rust-lang/crates.io-index"
15360checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
15361dependencies = [
15362 "byteorder",
15363 "zerocopy-derive",
15364]
15365
15366[[package]]
15367name = "zerocopy-derive"
15368version = "0.7.35"
15369source = "registry+https://github.com/rust-lang/crates.io-index"
15370checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
15371dependencies = [
15372 "proc-macro2",
15373 "quote",
15374 "syn 2.0.76",
15375]
15376
15377[[package]]
15378name = "zeroize"
15379version = "1.8.1"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
15382dependencies = [
15383 "zeroize_derive",
15384]
15385
15386[[package]]
15387name = "zeroize_derive"
15388version = "1.4.2"
15389source = "registry+https://github.com/rust-lang/crates.io-index"
15390checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
15391dependencies = [
15392 "proc-macro2",
15393 "quote",
15394 "syn 2.0.76",
15395]
15396
15397[[package]]
15398name = "zeromq"
15399version = "0.4.0"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
15402dependencies = [
15403 "async-dispatcher",
15404 "async-std",
15405 "async-trait",
15406 "asynchronous-codec",
15407 "bytes 1.7.2",
15408 "crossbeam-queue",
15409 "dashmap 5.5.3",
15410 "futures-channel",
15411 "futures-io",
15412 "futures-task",
15413 "futures-util",
15414 "log",
15415 "num-traits",
15416 "once_cell",
15417 "parking_lot",
15418 "rand 0.8.5",
15419 "regex",
15420 "thiserror",
15421 "uuid",
15422]
15423
15424[[package]]
15425name = "zstd"
15426version = "0.11.2+zstd.1.5.2"
15427source = "registry+https://github.com/rust-lang/crates.io-index"
15428checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
15429dependencies = [
15430 "zstd-safe",
15431]
15432
15433[[package]]
15434name = "zstd-safe"
15435version = "5.0.2+zstd.1.5.2"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
15438dependencies = [
15439 "libc",
15440 "zstd-sys",
15441]
15442
15443[[package]]
15444name = "zstd-sys"
15445version = "2.0.13+zstd.1.5.6"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
15448dependencies = [
15449 "cc",
15450 "pkg-config",
15451]
15452
15453[[package]]
15454name = "zune-core"
15455version = "0.4.12"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
15458
15459[[package]]
15460name = "zune-inflate"
15461version = "0.2.54"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
15464dependencies = [
15465 "simd-adler32",
15466]
15467
15468[[package]]
15469name = "zune-jpeg"
15470version = "0.4.13"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
15473dependencies = [
15474 "zune-core",
15475]
15476
15477[[package]]
15478name = "zvariant"
15479version = "4.2.0"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
15482dependencies = [
15483 "endi",
15484 "enumflags2",
15485 "serde",
15486 "static_assertions",
15487 "url",
15488 "zvariant_derive",
15489]
15490
15491[[package]]
15492name = "zvariant_derive"
15493version = "4.2.0"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
15496dependencies = [
15497 "proc-macro-crate",
15498 "proc-macro2",
15499 "quote",
15500 "syn 2.0.76",
15501 "zvariant_utils",
15502]
15503
15504[[package]]
15505name = "zvariant_utils"
15506version = "2.1.0"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
15509dependencies = [
15510 "proc-macro2",
15511 "quote",
15512 "syn 2.0.76",
15513]