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